/*
Theme Name: soledad
Theme URI: https://pencidesign.net/
Description: A Multipurpose, Newspaper, Blog & WooCommerce WordPress Theme
Author: PenciDesign
Author URI: https://pencidesign.net/
Version: 8.3.1
Requires PHP: 7.1
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: black, green, white, light, one-column, two-columns, three-columns, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, featured-images, post-formats, translation-ready
Text Domain: soledad
Domain Path: /languages
*/
/*
 * Silence is gold
 */
/* The main css file is located in "themes/soledad/main.css" */

.dropbtn {
  color: black;
  font-size: 16px;
  border: none;
  cursor: pointer;
  top: 32px;
  right: 5px;
  position: absolute;
  transition: all 0.3s;
}

.is-sticky .dropbtn {
  top: 21px !important;
  transition: all 0.3s;
}

.dropbtn:hover,
.dropbtn:focus {
}
@media only screen and (max-width: 960px) {
  .dropbtn {
    color: black;
    font-size: 16px;
    border: none;
    cursor: pointer;
    top: 21px;
    right: 0px;
    position: absolute;
  }
}

.dropdown {
  /* display: inline-block;
    position: absolute; */
  /* top: 33px;
    bottom: 0;
    right: 40px; */
  height: 100%;
  z-index: 99;

  float: right;
  /* background-color: tomato; */
  width: 20px;
  text-align: center;
  height: 80px !important;
}

.dropdown-content {
  /* display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0px; */

  display: none;
  position: absolute;
  top: 55px;
  right: 0px;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border: 1px solid var(--c-nav-drop-sep);
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  width: 100%;
}

.dropdown-content a:hover {
}

.show {
  display: block;
}

.menu-l10n-container a {
  min-width: 160px;
  font-family: "Raleway";
  font-weight: 700;
  font-size: 12px;
  color: #313131;
  text-align: left;
  text-transform: uppercase;
}

#primary-menu-db-geo {
}

#primary-menu-db-geo ul {
}

.nav-menu-db-geo {
}

.casinos .magazine-2 a {
  background-size: contain;
  max-height: 190px;
}
.casinos h2 {
  font-size: 25px;
  margin-bottom: 25px;
}

.casinos .magazine-2 .penci-image-holder {
  background-color: transparent;
}
