@media (min-width: 375px) {
  .post-frame {
      height: 173px;
  }
}
@media (min-width: 425px) {
  .post-frame {
      height: 200px;
  }
}
@media (min-width: 768px) {
  .post-frame {
      height: 240px;
  }
}
@media (min-width: 1024px) {
  .post-frame {
      height: 320px;
  }
}
@media (min-width: 1440px) {
  .post-frame {
      height: 380px;
  }
}
.slick-prev,
.slick-next {
  background-color: #D3A000;
  border: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.slick-prev:before,
.slick-next:before {
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding-left: 2px;
}
.slick-prev:before {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 20px;
}
.slick-next:before {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 20px;
}
.slick-next {
  right: -60px;
}
.slick-prev {
  left: -60px;
}
@media (max-width: 768px) {
  .slick-prev,
  .slick-next {
      width: 30px;
      height: 30px;
  }
  .slick-next {
      right: -10px;
  }
  .slick-prev {
      left: -10px;
  }
}
.bg-light-grey a.btn:hover {
  background-color: transparent;
}
#nav #menu-toggle {
  width: 160px;
}
.hero {
  min-height: 560px;
  height: 560px;
}
.link-top {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 5000;
}
.fixed {
  background-attachment: fixed;
}
.btn.focus,
.btn:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.full-block {
  height: 560px;
}
.bg-shadow {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.65) 15%, transparent 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=1);
}
a:focus,
button:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}
#main-wrapper {
  overflow-x: hidden;
}
.post-frame {
  background-image: url(../img/logo-header-grey.png);
  background-position: center center;
  background-size: 120px auto;
  background-repeat: no-repeat;
}
.post-frame img {
  -webkit-transform: scale(1.33);
  transform: scale(1.33);
}
.post-frame:hover img {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}
.alm-btn-wrap {
  text-align: center;
}
.alm-btn-wrap .alm-load-more-btn {
  margin: auto;
}
.alm-load-more-btn:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
section a.btn,
section button.btn {
  height: auto;
  line-height: normal;
  min-height: 100%;
  padding: 8px 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.wrapper-menu .main-items {
  -webkit-column-count: 2;
  column-count: 2;
}
#menu-modal .main-menu ul li {
  font-size: 2em;
  margin: 0 0;
}
.alm-load-more-btn {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#ajax-load-more {
  width: 100%;
}
.alm-load-more-btn.done {
  display: none;
}
.related-frame {
  -webkit-align-items: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.related-frame img {
  border: 1px solid transparent;
  display: block;
  height: auto;
  max-width: 2000px;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  max-height: 300px;
  margin: 0 auto;
}
.related-frame:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#familia-de-vinos .slick-slide a img {
  border: 1px solid transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform-origin: center;
  transform-origin: center;
  max-height: 300px;
  margin: 0 auto;
}
#familia-de-vinos .slick-slide a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#familia-de-vinos .slick-prev,
#familia-de-vinos .slick-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#culture-categories .culture,
li.sin-categoria,
li.uncategorized {
  display: none;
}
#post-content h4,
#post-content h5 {
  margin: 30px 0;
}
#post-content ul {
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
}
#post-content ul li {
  list-style: circle;
  padding: 0 0 10px;
}
#categories-accordion .card-header div {
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#categories-accordion .card-header div:after {
  content: "\f078";
  font-family: "FontAwesome";
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#categories-accordion .card-header div[aria-expanded="true"]:after {
  content: "\f077";
}
.bg-frame {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
#post-content a {
  color: #D3A000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
ul.social-media a {
  font-size: 14px;
}
@media (max-width: 768px) {
  ul.social-media li {
      width: 50%;
  }
}
#brand-logos img {
  max-height: 50px;
  margin: auto;
}
#brand-logos .col-lg-4:nth-of-type(2) img {
  max-height: 100px;
}
#brand-logos a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#brand-logos a:hover {
  opacity: 0.5;
}
@media (max-width: 768px) {
  #brand-logos .col-lg-4:nth-of-type(3) img {
      max-width: 260px;
  }
}
#main-wrapper a.btn,
#main-wrapper button.btn {
  min-height: 1px;
  min-width: 1px;
  max-width: 1000px;
  max-height: 1000px;
  width: auto;
  font-size: 14px;
  text-align: center;
  padding: 12px 48px;
  letter-spacing: 1px;
  font-weight: 300;
}
@media (min-width: 768px) {
  #monthly-wine .row {
      position: relative;
      padding-top: 100px;
      padding-bottom: 100px;
  }
}
#monthly-bottle {
  position: absolute;
  height: 65%;
  top: 50%;
  left: 61%;
  -webkit-transform: translate(-62%, -50%);
  transform: translate(-62%, -50%);
  z-index: 1000;
  min-width: 300px;
}
#monthly-bottle a:hover img {
  -webkit-transform: scale(1.1) rotate(2deg);
  transform: scale(1.1) rotate(2deg);
}
#monthly-bottle img {
  display: block;
  height: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.monthly-mobile {
  max-height: 300px;
}
.split-column {
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 140px;
  column-gap: 140px;
}
.split-column h2 {
  color: #D3A000;
  font-size: 60px;
  font-family: "Conv_ChaparralPro-BoldIt", sans-serif;
  font-weight: 300;
}
.w-moderation img {
  border: 1px solid transparent;
  width: 200px;
  opacity: 0.5;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.w-moderation:hover img {
  opacity: 1;
}
@media (max-width: 768px) {
  #news-container .col-sm-4:nth-of-type(3),
  #culture-container .col-sm-4:nth-of-type(3) {
      display: none !important;
  }
}
@media (max-width: 768px) {
  .museum-frame {
      height: 200px;
  }
}

optgroup, select, textarea {
  color: #000;
  padding: 1rem;
}

#contact-form label {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid transparent;
  height: 48px;
  margin: 14px 0;
  padding: 0;
  position: relative;
  width: 100%;
}
#contact-form label span {
  display: block;
  height: 100%;
  width: 100%;
  text-transform: uppercase;
}
#contact-form label span input[type="text"],
#contact-form label span input[type="email"],
#contact-form label span input[type="tel"] {
  border: 0;
  display: block;
  font-size: 16px;
  height: 100%;
  line-height: 48px;
  text-transform: uppercase;
  width: 100%;
  color: #515c61;
}
#contact-form label span input[type="submit"] {
  background: #D3A000;
  color: #fff;
  cursor: pointer;
  height: auto;
  margin: 0 0;
  max-width: 2000px;
  min-width: 10px;
  padding: 14px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
}
#contact-form label span input[type="submit"]:hover {
  background-color: #fff;
  color: #D3A000;
}
#contact-form label span.upload,
#contact-form label span.AttachFile {
  display: inline-block;
  width: 50%;
  padding-top: 10px;
}

#contact-form label:last-of-type input:hover {
  background-color: #fff;
  color: #D3A000;
}
#contact-form div.wpcf7-response-output {
  background: #D3A000;
  border: 0px !important;
  color: #fff;
  margin: 14px 0px !important;
  padding: 14px;
  text-align: center;
  text-transform: uppercase;
}

#contact-form .contact-input {
  width: 50%;
  position: relative;
  float: left;
  margin-right: 3rem;
  
}

#contact-form .contact-info {
  width: 40%;
  float: left;
  position: relative;
}
#contact-form .contact-company {
  color: #D3A000;
  margin: 3rem 0rem;
}
#contact-form textarea {
  width: 100%;
}

#contact-form .submit-btn {
  border-bottom: none;
  width: 50%;
  left: 25%;
  margin-top: 40px;
}

#contact-form .submit-btn input {
  background: #D3A000;
  color: #fff;
}

#contact-form .text-area {
  border-bottom: none;
  margin-bottom: 120px;
  margin-top: -1px;
  width: 100%;
}

#contact-form .ajax-loader {
  background-image: url(../img/map_loader.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 22px;
  margin: 0 0;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 22px;
}
.check-privacy {
  margin-top: 24px !important;
  border-bottom: none !important;
}
.check-privacy label {
  width: 100% !important;
  margin: 0px !important;
  border-bottom: none !important;
}
#contact-form .check-privacy label input[type="checkbox"] {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
}
.check-privacy span.wpcf7-list-item {
  margin: 0 0;
}
#contact-form .check-privacy label input[type="checkbox"] + span {
  display: inline-block;
  width: 80%;
  height: auto;
  margin: 0 0 0 10px;
  position: absolute;
}
.check-privacy a {
  color: #D3A000 !important;
}
.check-privacy a:hover {
  color: #515c61 !important;
}
#privacy-modal {
  z-index: 1500;
}
@media (max-width: 768px) {
  #contact-form label {
      width: 100%;
  }
  #contact-form .contact-input {
      width: 100%;
  }
  #contact-form .contact-info {
      width: 100%;
  }
}
#nav.open .menus-word {
  display: none;
}
#nav .close-word {
  display: none;
}
#nav.open .close-word {
  display: block;
}
#search .input-group-btn {
  display: none;
}
#lang-selector .btn,
#lang-selector-mobile .btn {
  background: transparent;
  position: relative;
  border: 1px solid #D3A000 !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#lang-selector .btn:hover,
#lang-selector-mobile .btn:hover {
  color: #fff;
  background: #D3A000;
}
#lang-selector .btn:after,
#lang-selector-mobile .btn:after {
  content: "\f078";
  font-family: "FontAwesome";
  font-size: 12px;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#lang-selector .btn[aria-expanded="true"]:after,
#lang-selector-mobile .btn[aria-expanded="true"]:after {
  content: "\f077";
}
#lang-selector .dropdown-item.active,
#lang-selector .dropdown-item:active {
  background-color: #D3A000;
}
#lang-selector .dropdown-menu,
#lang-selector-mobile .dropdown-menu {
  padding: 0 0;
  margin: 0 0;
  border: 1px solid #D3A000;
  border-top: 0;
}
#nav.open {
  background-color: #1a171b;
}
#nav.open #search input[type="text"] {
  background-color: transparent;
  color: #fff;
}
#nav #search input[type="text"]:focus,
#nav.open #search input[type="text"]:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
#social-links a,
.social-media a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#social-links a:hover {
  opacity: 0.5;
}
#nav #search input[type="text"] {
  background-color: transparent;
}
#lang-selector .dropdown-menu a,
#lang-selector-mobile .dropdown-menu a {
  display: block;
  font-size: 16px;
  height: auto;
  line-height: 40px;
  padding: 0 0;
  text-align: center;
  width: 100%;
}
#lang-selector .dropdown-menu a:hover,
#lang-selector-mobile .dropdown-menu a:hover {
  color: #fff;
  background-color: #D3A000;
}
.label-lang-en .qtranxs_flag_en,
.label-lang-es .qtranxs_flag_es,
.label-lang-fr .qtranxs_flag_fr,
.label-lang-de .qtranxs_flag_de {
  display: none !important;
}
#lang-selector-mobile .language-chooser li {
  margin: 0 0;
  width: 100%;
}
#lang-selector-mobile .btn {
  background-color: #D3A000;
  color: #fff;
  padding: 14px;
}
@media (max-width: 768px) {
  .wrapper-menu .main-items {
      -webkit-column-count: 2;
      column-count: 2;
  }
  .wrapper-menu .main-items a {
      font-size: 18px;
      padding: 14px 0;
  }
  .social-media a {
      font-size: 10px;
  }
}
#history h2 {
  color: #D3A000;
  font-size: 60px;
  font-family: "Conv_ChaparralPro-BoldIt", sans-serif;
  font-weight: 300;
}
#history table td {
  vertical-align: top;
  border: 0;
  padding: 0 32px;
}
#history table {
  border: 0;
}
#history table td:nth-of-type(2) {
  border-left: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
}
@media (max-width: 768px) {
  #history table td {
      width: 100% !important;
      display: block;
      padding: 0 0;
      border: 0px !important;
  }
  #history table td:nth-of-type(2) {
      border: 0px !important;
  }
}
#menu-main-menu-1 li {
  display: inline-block;
  text-transform: uppercase;
}
.footer-logo {
  max-width: 248px;
  display: block;
  margin: 0 auto;
}
.epm-sign-up-form label[for="epm-email"] {
  display: none;
}
.epm-sign-up-form input {
  min-width: 10px;
}
.epm-sign-up-form input[type="email"] {
  height: auto;
  padding: 14px;
}
.epm-form-field {
  display: inline-block;
  height: auto;
  margin: 0 3% 0 0;
  width: 70%;
}
.epm-sign-up-form input[type="submit"] {
  background-color: #D3A000;
  color: #fff;
  display: inline-block;
  height: auto;
  margin: 0 0;
  padding: 14px;
  width: 25%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.epm-sign-up-form input[type="submit"]:hover {
  background-color: #fff;
  color: #D3A000;
}
#menu-main-menu-1 {
  text-align: center;
}
#history p + p {
  display: none;
}
#newsletter-block input[type="email"] {
  display: inline-block;
  font-size: 14px;
  height: auto;
  line-height: 16px;
  min-width: 10px;
  padding: 14px;
  width: 75%;
}
#newsletter-block input[type="submit"] {
  background: #D3A000;
  border: 1px solid #D3A000;
  color: #fff;
  cursor: pointer;
  display: inline;
  font-size: 14px;
  height: auto;
  line-height: 16px;
  margin: 0 0 0 2%;
  min-width: 10px;
  padding: 14px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 22%;
}
#newsletter-block input[type="submit"]:hover {
  background: transparent;
  color: #D3A000;
}
#newsletter-block p {
  margin: 0 0;
}
#newsletter-block .wpcf7-not-valid-tip {
  display: none !important;
}
@media (max-width: 768px) {
  .epm-form-field {
      margin: 0 0 20px 0;
      width: 100%;
  }
  .epm-sign-up-form input[type="submit"] {
      width: 50%;
      margin: 0 auto;
  }
  #newsletter-block input[type="email"] {
      width: 100%;
      margin: 0 0 14px 0;
  }
  #newsletter-block input[type="submit"] {
      width: 75%;
  }
  #newsletter-block .ajax-loader {
      width: 100%;
      padding: 10px;
      background-repeat: no-repeat;
      background-position: center;
  }
}
div.wpcf7-mail-sent-ok {
  border: 2px solid #D3A000;
  background: #D3A000;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  margin: 10px 0;
}
#search-navigation {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#search-navigation .posts-navigation {
  width: 100%;
}
#search-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
#search-navigation .nav-links .nav-previous,
#search-navigation .nav-links .nav-next {
  display: inline-block;
}
.single-winery-item .info {
  bottom: 40px;
  background-color: rgba(255, 255, 255, 0.9);
}
.single-winery-item .logo {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#slider-int-bodega .slick-prev {
  left: 24px;
}
#slider-int-bodega .slick-next {
  right: 24px;
}
#docs-bodega .winery-item a {
  height: 200px;
  background-position: center;
  background-size: auto 120%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#docs-bodega .winery-item a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.75;
}
#docs-bodega .winery-item p {
  font-size: 12px;
}
.nuestras-bodegas .slick-prev {
  left: -36px;
}
.nuestras-bodegas .slick-next {
  right: -36px;
}
#docs-bodega .winery-item a span {
  background: #fff;
  display: block;
  margin: 0 auto;
  padding: 8px;
  height: 30%;
}
@media (max-width: 768px) {
  .winery-item a span {
      width: 70%;
  }
  #slider-int-bodega {
      height: 500px;
  }
  #slider-int-bodega .info {
      bottom: 0;
  }
  .badge-logo {
      left: 50%;
      top: 0;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 50%;
  }
}
#wineries-map-slider #map-bodega {
  background-image: url(../img/map_loader.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100px;
}
#newsletter-block div.wpcf7-response-output {
  background: #D3A000;
  border: 0px !important;
  color: #fff;
  margin: 14px 0px !important;
  padding: 14px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 990px) {
  .bottle-pic {
      height: 700px;
      left: 50%;
      margin: auto;
      max-width: 5000px;
      position: absolute;
      -webkit-transform: scale(1.1) translateX(-70%);
      transform: scale(1.1) translateX(-70%);
  }
}
#wine-varieties .pagination i {
  opacity: 0.5;
  font-size: 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#wine-varieties .pagination a:hover i {
  opacity: 1;
}
#wine-varieties .pagination a.btn:hover {
  background-color: transparent;
}
.bottle-link img {
  border: 1px solid transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform-origin: center;
  transform-origin: center;
  max-height: 300px;
  margin:auto;
}
.bottle-link:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#frame-map iframe {
  width: 100% !important;
  height: 100% !important;
}
#filter-results a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#filter-results a img {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: 1px solid transparent;
  height: 222px;
}
#filter-results a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#filter-results .text-oporto:hover {
  color: #515c61;
}
#filter-row input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
#filter-row .searchandfilter ul li ul li ul {
  margin: 0 0;
}
#filter-row .searchandfilter ul li li {
  padding: 0 0;
}
#filter-row ul li .children li {
  padding: 0 16px;
  font-size: 14px;
  line-height: 32px;
}
#filter-row label {
  cursor: pointer;
}
#filter-row label:hover {
  color: #D3A000;
}
#filter-row input[type="checkbox"]:checked:after {
  color: #D3A000;
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#filter-row label {
  position: relative;
}
#filter-row input[type="checkbox"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 30px;
}
#filter-row .search-filter-reset {
  background-color: #D3A000;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
#filter-row .search-filter-reset:hover {
  background-color: #fff;
  color: #D3A000;
}
#filter-row .searchandfilter select {
  width: 100%;
  padding: 10px;
  background-color: #D3A000;
  text-align: center;
  border: 0;
}
#filter-results .fa-lg {
  font-size: 30px;
  line-height: 30px;
}
#age-gate-outer {
  display: none;
  height: 0;
  left: 50%;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 50%;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 0;
  z-index: 123456789;
}
#age-gate-outer.open {
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  opacity: 1;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  -webkit-transform: none;
  transform: none;
}
#yes-button {
  background-color: #D3A000;
  border: 1px solid #D3A000;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  margin: 0 auto;
  padding: 12px 48px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#yes-button:hover {
  background-color: transparent;
  color: #D3A000 !important;
}
.no-overflow {
  overflow: hidden !important;
  padding: 0 0px !important;
}
