/*!
 Theme Name:   Dryridge Estate
 Description:  Custom theme for Dryridge Estate, child theme for Zava Starter theme
 Author:       Zava Design
 Author URI:   https://zava.design
 Template:     zava-starter
*/
/*--------------------------------------------------------------
# Layout basics
--------------------------------------------------------------*/
.site-header,
.site-content,
.site-footer,
.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

@font-face {
  font-family: "afterglowregular";
  src: url("https://staging.dryridge.com.au/wp-content/themes/dryridge/afterglow-regular-webfont.woff2") format("woff2");
}
@media only screen and (min-width: 900px) {
  .site-content {
    display: flex;
    box-sizing: border-box;
    gap: 3em;
  }
  .site-content .site-main {
    flex: 2;
  }
  .site-content .widget-area {
    flex: 1;
    max-width: 360px;
  }
}
.page-content,
.entry-content,
.entry-summary {
  margin-top: 0;
}

body a,
body button {
  cursor: url("/wp-content/themes/dryridge/img/wine-bottle-cursor-pointer.png"), pointer !important;
}

/*--------------------------------------------------------------
# Simple grid - just what is needed
--------------------------------------------------------------*/
.wrapper-grid {
  display: grid;
  grid-gap: 2em;
}

@media only screen and (min-width: 800px) {
  .wrapper-grid.grid2 {
    grid-template-columns: 1fr 1fr;
  }
  .wrapper-grid.grid3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .wrapper-grid.grid4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.wrapper-grid div {
  /* delete this for production */
  background-color: #eee;
}

/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/
.full-width {
  width: 100vw;
  position: relative;
  margin-left: -49.5vw;
  left: 50%;
}

.text-center {
  text-align: center;
}

@media (max-width: 900px) {
  .hide-mobile {
    display: none !important;
  }
}

@media (min-width: 900px) {
  .hide-desktop {
    display: none !important;
  }
}

/* responsive videos */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
html {
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  color: rgb(47, 47, 47);
}

.entry-title {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-weight: 400;
  margin-top: 20px;
  font-family: "afterglowregular";
  letter-spacing: 1.5px;
}

h1 {
  line-height: 1.3;
  margin-top: 40px;
  text-transform: uppercase;
}

h2 {
  line-height: 1.3;
  margin-top: 30px;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

h2.special {
  position: relative;
  margin-bottom: 1.5em;
}

h2.special:before {
  content: "";
  background: rgb(47, 47, 47);
  position: absolute;
  left: 45%;
  bottom: -17px;
  width: 10%;
  height: 3px;
}
@media (min-width: 800px) {
  h2.special:before {
    left: 47%;
    width: 6%;
  }
}

a,
a:active,
a:focus,
a:visited {
  outline: none;
  color: #837872;
}

a:hover {
  color: rgb(47, 47, 47);
}

a.btn,
input.gform_button,
.woocommerce a.button,
.woocommerce button.button {
  background-color: transparent !important;
  display: inline-block;
  border: 1px solid rgb(47, 47, 47);
  padding: 1em 1.5em 1em;
  color: rgb(47, 47, 47) !important;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.2;
  border-radius: 0;
}

a.btn:hover,
input.gform_button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
  background-color: rgb(47, 47, 47) !important;
  color: #fff !important;
  cursor: pointer;
}

p {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

ul,
ol {
  margin: 0 0 1.5em 0;
}

ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: 700;
}

img.size-page-default {
  width: 100%;
  height: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.gform_wrapper {
  background: rgba(47, 47, 47, 0.05);
  padding: 2em;
}

.gform_wrapper.gravity-theme .gform_footer {
  margin: 1em 0 0 0 !important;
  padding: 0 !important;
}

.gform_wrapper.gravity-theme .gform_footer input {
  margin-bottom: 0 !important;
}

.gform_confirmation_wrapper {
  background: rgb(47, 47, 47);
  color: #fff;
  padding: 2em;
  text-align: center;
}

/* wine club form */
#gform_wrapper_3 .ginput_container_address span {
  flex: 0 0 100% !important;
  margin-bottom: 8px;
}

/* club meg order form */
#gform_wrapper_5 #field_5_7 {
  padding-top: 20px;
}
#gform_wrapper_5 #field_5_7 h3 {
  margin: 0;
}
#gform_wrapper_5 #field_5_7 #gfield_description_5_7 {
  padding: 0;
  margin: 0;
}
#gform_wrapper_5 #field_5_99 input {
  background-color: #eee;
  width: 100%;
}
#gform_wrapper_5 #field_5_99 .gfield_description {
  font-size: 0.8rem;
}
#gform_wrapper_5 select {
  background: #fff;
  width: 100%;
}

/*--------------------------------------------------------------
# Banner ads
--------------------------------------------------------------*/
.banner-ad,
.banner-ad:visited {
  background-repeat: no-repeat;
  display: table;
  width: 100%;
  max-width: 1000px;
  height: 160px;
  margin: 0 auto;
  background-color: #2d3d45;
  background-color: rgb(224, 180, 177);
  color: black;
  text-decoration: none;
  position: relative;
  border-radius: 0px;
}
.banner-ad .banner-inner,
.banner-ad:visited .banner-inner {
  background-repeat: no-repeat;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 2em;
  margin-top: 10px;
  border-radius: 0px;
}
.banner-ad .banner-inner h2,
.banner-ad:visited .banner-inner h2 {
  margin: 0;
}

.banner-ad:before {
  content: " ";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid rgba(59, 59, 59, 0.3);
  border-radius: 0px;
}

.banner-ad:hover {
  color: #fff;
}

.banner-ad:hover:before {
  border-color: #fff;
}

.banner-ad.cellar-door,
.banner-ad.cellar-door:visited {
  background-image: url("img/banner-grapes-black.png");
  background-position: 20px -50px;
}
.banner-ad.cellar-door .banner-inner,
.banner-ad.cellar-door:visited .banner-inner {
  background-image: url("img/banner-glass.png");
  background-position: 95% -5px;
}

.banner-ad.wine-club {
  background-image: url("img/promo-store.jpg");
  background-size: auto 110%;
}
@media (min-width: 900px) {
  .banner-ad.wine-club {
    background-position: left center;
  }
}
.banner-ad.wine-club .banner-inner {
  text-align: left;
  padding-left: 20px;
  padding-top: 40px;
  background-image: linear-gradient(90deg, rgba(252, 228, 231, 0), rgb(224, 180, 177) 30%) !important;
}
@media (min-width: 600px) {
  .banner-ad.wine-club .banner-inner {
    padding-left: 150px;
  }
}
@media (min-width: 460px) {
  .banner-ad.wine-club .banner-inner {
    padding-left: 80px;
    padding-top: 30px;
    background-image: linear-gradient(90deg, rgba(252, 228, 231, 0), rgb(224, 180, 177) 20%) !important;
  }
}
@media (min-width: 900px) {
  .banner-ad.wine-club .banner-inner {
    padding-left: 260px;
    background-image: linear-gradient(90deg, rgba(252, 228, 231, 0), rgb(224, 180, 177) 30%) !important;
  }
}

.cellar-banner {
  background-image: url("img/cellar-door-banner-1.png") !important;
}

.widget-area .banner-ad {
  margin-bottom: 1.5em;
  height: auto;
}
.widget-area .banner-ad .banner-inner {
  background: none;
  padding: 1.5em 2em;
}
.widget-area .banner-ad .banner-inner h2 {
  font-size: 1.2rem;
}
.widget-area .banner-ad .banner-inner p {
  display: none;
}
.widget-area .banner-ad.wine-club {
  background-position: left center;
}
.widget-area .banner-ad.wine-club .banner-inner {
  text-align: center;
  padding: 1.5em 2em;
}
.widget-area .banner-ad.buy-wine {
  background-image: url("img/banner-bottle.png");
  background-position: -5px 5px;
  background-size: auto 120%;
  background-color: rgb(130, 98, 100);
  color: white;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.wrapper-site-header {
  background: url("img/bg-gradient.png") repeat-x top left;
  background-size: auto 100%;
  margin-bottom: 3em;
  position: fixed;
  width: 100%;
  max-width: 100vw;
  z-index: 99;
  margin-bottom: 0;
  top: 0;
  padding-top: 30px;
  transition: all 200ms;
}

.top-links {
  text-transform: uppercase;
  border-bottom: 1px solid rgba(224, 180, 177, 0.15);
  overflow-y: hidden;
  height: 31px;
  transition: all 200ms;
  display: none;
}
.top-links a {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 50%;
  color: inherit;
  text-decoration: none;
  display: block;
  padding: 0.7em 0 0.7em 15px;
  margin: 0 20px 0 0;
  font-size: 0.7rem;
}
@media (min-width: 500px) {
  .top-links a {
    display: inline-block;
    font-size: 0.65rem;
  }
}
.top-links a:hover {
  text-decoration: underline;
}
.top-links a.cellar {
  background-image: url("img/icon-wine.svg");
}
.top-links a.find {
  background-image: url("img/icon-marker.svg");
}
.top-links a.wine {
  background-image: url("img/icon-wine-bottle.svg");
  padding-left: 19px;
}
@media (min-width: 500px) {
  .top-links a.wine {
    padding-left: 17px;
  }
}
.top-links a.cart {
  background-image: url("img/icon-cart.svg");
  padding-left: 22px;
}
@media (min-width: 500px) {
  .top-links a.cart {
    padding-left: 20px;
  }
}
.top-links .right-links {
  float: right;
}
.top-links .right-links a {
  margin: 0 0 0 20px;
}

.site-header {
  padding: 0.5em 0;
}

.site-branding {
  padding: 1em 0;
}

.site-title {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
.site-title a {
  background: url("img/DryridgeLogoBlack.png") no-repeat left center;
  background-size: contain;
  display: block;
  width: 200px;
  height: 60px;
  text-indent: -9999px;
  transition: all 200ms;
}
@media (min-width: 350px) {
  .site-title a {
    width: 230px;
    height: 70px;
  }
}
@media (min-width: 900px) {
  .site-title a {
    width: 250px;
    height: 80px;
  }
}

@media (max-width: 800px) {
  #site-navigation {
    display: none;
  }
}
@media (min-width: 800px) {
  #menu,
  .mm-ocd--open {
    display: none;
  }
}
a.mobile-toggle {
  background-image: url("img/hamburger.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 31px;
  right: 0;
  z-index: 99;
}

@media (min-width: 800px) {
  a.mobile-toggle {
    display: none;
  }
}
.main-navigation {
  width: auto;
  position: absolute;
  top: 27px;
  right: 0;
  height: 80px;
}
@media (min-width: 900px) {
  .main-navigation {
    top: calc(1em + 10px);
  }
}
.main-navigation > ul > li {
  margin-left: 1.2em;
}
@media (min-width: 900px) {
  .main-navigation > ul > li {
    margin-left: 2em;
  }
}
.main-navigation > ul > li a {
  text-transform: uppercase;
  color: inherit;
}
.main-navigation > ul > li > a {
  padding: 0.5em 0 0.25em;
  border-bottom: 4px solid transparent;
}
.main-navigation > ul > li:hover > a,
.main-navigation > ul > li.current_page_parent > a,
.main-navigation > ul > li.current_page_item > a {
  border-bottom: 4px solid rgb(47, 47, 47);
}
.main-navigation > ul ul a {
  background: #eee;
  padding: 0.5em 0.75em;
}
.main-navigation > ul ul a:hover {
  background: #f8f8f8;
}

.below-top-nav .main-navigation {
  height: 60px;
}
@media (min-width: 900px) {
  .below-top-nav .main-navigation {
    top: 22px;
  }
}

.main-navigation ul.sub-menu {
  display: block;
  /* display bug in underscores theme */
}

.main-navigation {
  display: flex;
  align-items: center;
}

.menu-item {
  list-style: none;
}

.cart-menu {
  margin-left: 2em;
  color: #2d3d45 !important;
  background-image: url(img/icon-cart.svg);
  background-repeat: no-repeat;
  background-position: left center;
}
.cart-menu a {
  width: 20px;
  height: 20px;
}

.below-top-nav {
  background: white;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.249);
  padding-top: 0px;
}
.below-top-nav .site-branding {
  padding: 12px;
}
.below-top-nav .site-title a {
  height: 40px;
}
@media (min-width: 350px) {
  .below-top-nav .site-title a {
    height: 45px;
  }
}
@media (min-width: 900px) {
  .below-top-nav .site-title a {
    height: 55px;
  }
}

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
body.home .wrapper-site-header {
  position: fixed;
  width: 100%;
  z-index: 99;
  margin-bottom: 0;
}

.hero-home {
  margin-bottom: 3em;
  height: 57vw;
  min-height: 400px;
  max-height: 900px;
  overflow: hidden;
  width: 700px;
  margin-left: calc((700px - 100%) / 2 * -1);
}
@media (min-width: 720px) {
  .hero-home {
    width: 100%;
    margin-left: 0;
  }
}
.hero-home .slide {
  background-color: rgba(0, 0, 0, 0.06);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 57vw;
  min-height: 400px;
  max-height: 900px;
}

.player .vp-text-alert-wrapper {
  cursor: url("/wp-content/themes/dryridge/img/wine-bottle-cursor.png"), pointer !important;
}

.home-promos {
  margin: 3em 0;
  display: grid;
  grid-gap: 2em;
  font-family: "afterglowregular", sans-serif;
}
@media (min-width: 600px) {
  .home-promos {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 900px) {
  .home-promos {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
.home-promos a {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: table;
  width: 100%;
  margin: auto;
  height: 57vw;
  max-height: 430px;
  text-decoration: none;
  color: #fff;
  transition: background-size 200ms ease;
}
@media (min-width: 600px) {
  .home-promos a {
    height: 36vw;
  }
}
@media (min-width: 900px) {
  .home-promos a {
    height: 32vw;
  }
}
.home-promos a .promo-inner {
  background: rgba(45, 61, 69, 0.2);
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 2em;
}
.home-promos a h2 {
  margin: 0;
  font-size: 1.8rem;
}
.home-promos a:hover {
  width: 100%;
}
.home-promos a:hover .promo-inner {
  background: rgba(213, 137, 148, 0.9);
  background: rgba(224, 180, 177, 0.7);
}
@media (min-width: 900px) {
  .home-promos a:nth-child(1) {
    grid-row: 1;
    grid-column: 1/4;
  }
  .home-promos a:nth-child(2) {
    grid-row: 1;
    grid-column: 4/6;
  }
  .home-promos a:nth-child(3) {
    grid-row: 2;
    grid-column: 1/3;
  }
  .home-promos a:nth-child(4) {
    grid-row: 2;
    grid-column: 3/6;
  }
}

.panorama {
  background: url("img/home-panorama.jpg") no-repeat center center;
  background-size: cover;
  height: 40vw;
  max-height: 470px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.home-text {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 1em;
}
.home-text a.btn {
  margin: 0 0.75em;
  min-width: 210px;
}
.home-text a.btn:nth-last-child(2) {
  margin-bottom: 10px;
}

.front-page-cellar-door {
  width: 100%;
  max-width: 1000px;
  height: 160px;
  margin: 0 auto 80px auto;
}
.front-page-cellar-door h3 {
  width: 100%;
  text-align: center;
}
.front-page-cellar-door .banner-ad {
  height: 85px !important;
}
.front-page-cellar-door .banner-ad span {
  font-weight: 600;
}
@media (min-width: 500px) {
  .front-page-cellar-door .banner-ad span {
    margin-top: 15px;
  }
}

#sr-res-root {
  border-radius: "Nunito", sans-serif !important;
  font-family: "afterglowregular" !important;
}

#sr-res-root span {
  font-family: "afterglowregular" !important;
  letter-spacing: 1.5px !important;
  margin-top: 27px;
  color: #000;
}

.front-page-wine-club {
  margin-top: 80px;
  margin-bottom: 80px;
}

/*--------------------------------------------------------------
# Contact page
--------------------------------------------------------------*/
.contact-link {
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  color: #000 !important;
}

.contact-link h2 {
  line-height: normal;
  margin-top: 20px;
  margin-bottom: 0;
  text-transform: lowercase;
}

.contact-link svg {
  height: 1.5em;
  width: 1.5em;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.page-banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
  width: 100%;
  max-width: 1400px;
  height: 33vw;
  min-height: 200px;
  max-height: 470px;
  margin: -3em auto 3em;
  margin-top: 180px;
}
.page-banner h1 {
  background: rgba(47, 47, 47, 0.2);
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  color: #fff;
}
@media (min-width: 1000px) {
  .page-banner h1 {
    font-size: 2.7rem;
  }
}

.content-margin {
  margin-top: 180px;
}

.site-main {
  margin-bottom: 3em;
}

img.content-width {
  display: block;
  width: 100%;
  height: auto;
}

.text-box,
blockquote {
  background: rgba(47, 47, 47, 0.05);
  border-left: 5px solid rgba(47, 47, 47, 0.8);
  padding: 2em;
  margin: 0 0 2em 0;
}
.text-box h3,
blockquote h3 {
  margin-bottom: 0.5em;
}
.text-box p,
blockquote p {
  margin-bottom: 1em;
}
.text-box p:last-child,
blockquote p:last-child {
  margin-bottom: 0;
}

.text-box:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Cellar door
--------------------------------------------------------------*/
body.page-id-16 .site-main .widget-area .banner-ad {
  height: auto;
  margin-bottom: 2em;
}
body.page-id-16 .site-main .widget-area .banner-ad p {
  display: none;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-banner {
  height: auto;
  background-color: rgb(246, 246, 246);
  margin-top: 30px;
  margin-bottom: 30px;
}

.contact-banner:hover {
  color: #272727;
}

.contact-banner:hover:before {
  border-color: #2d2d2d;
}

/*--------------------------------------------------------------
# Accommodation
--------------------------------------------------------------*/
.accommodation-list .accommodation-item {
  margin-bottom: 2em;
}
.accommodation-list .accommodation-item a {
  background-position: center center;
  background-repeat: none;
  background-size: cover;
  display: table;
  width: 100%;
  height: 30vw;
  min-height: 200px;
  text-decoration: none;
  color: #fff;
}
@media (min-width: 900px) {
  .accommodation-list .accommodation-item a {
    height: 19vw;
    max-height: 265px;
  }
}
.accommodation-list .accommodation-item a h2 {
  background: rgba(47, 47, 47, 0.3);
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0;
  margin: 0;
}
.accommodation-list .accommodation-item a:hover h2 {
  background: rgba(47, 47, 47, 0.9);
}
.accommodation-list .accommodation-item .rooms-config {
  margin: 0;
}
.accommodation-list .accommodation-item:last-child {
  margin-bottom: 0;
}

body.single-accommodation .main-navigation li.menu-item-76 > a {
  border-bottom: 4px solid rgb(47, 47, 47);
}
body.single-accommodation .site-main .banner-ad {
  height: auto;
  margin-bottom: 2em;
}

.swiper {
  width: 100%;
  max-width: 800px;
  height: 30vw;
  max-height: 400px;
  margin: 20px 0;
}

.swiper-slide {
  max-width: min(45vw, 600px);
}

.swiper-image {
  width: 45vw;
  height: 30vw;
  max-width: 600px;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
  color: white !important;
  /* background-image: radial-gradient(rgb(0, 0, 0), rgb(0, 0, 0)); */
  background-color: rgba(0, 0, 0, 0.182);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 50px;
  padding: 10px;
  height: 50px !important;
  width: 50px !important;
  transform: scale(70%);
  top: 40% !important;
  /* right: 0px !important; */
}

.rooms-config {
  background: rgba(47, 47, 47, 0.05);
  border-left: 5px solid rgba(47, 47, 47, 0.8);
  padding: 1.5em 2em;
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 0.5em;
  grid-template-columns: 1fr 1fr;
}
.rooms-config div {
  border-bottom: 1px solid rgba(47, 47, 47, 0.1);
}
.rooms-config div:nth-child(1),
.rooms-config div:nth-child(2) {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
}

.room-inclusions ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 1.5em 0;
}
.room-inclusions ul li {
  border-bottom: 1px solid rgba(47, 47, 47, 0.1);
  padding: 0.35em 0;
}

.room-photos img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
.room-photos img:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Club Meg
--------------------------------------------------------------*/
.wine-options {
  display: grid;
  grid-gap: 2em;
}
@media (min-width: 500px) {
  .wine-options {
    grid-template-columns: 1fr 1fr;
  }
}
.wine-options .options-item img {
  display: block;
  margin-bottom: 1em;
}
.wine-options .options-item h2 {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Posts
--------------------------------------------------------------*/
article .entry-meta {
  margin-bottom: 1.5em;
}

article .entry-footer {
  margin-top: 1.5em;
}

article .entry-footer .cat-links,
article .entry-footer .tags-links {
  display: block;
}

article .entry-footer .cat-links a,
article .entry-footer .tags-links a {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  font-size: 0.8rem;
}

article .entry-footer .cat-links a:hover,
article .entry-footer .tags-links a:hover {
  background: rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
#secondary {
  min-width: 300px;
}

.widget-area {
  margin-bottom: 3em;
}

.widget-title {
  margin-top: 0;
}

#sr-res-root {
  background-color: #2d3d45 !important;
  background-color: rgb(224, 180, 177) !important;
  width: 100% !important;
  margin: 0;
  margin-bottom: 20px;
}
#sr-res-root span {
  padding: 0.6em 1em;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
  max-width: 100% !important;
  font-family: "afterglowregular", sans-serif !important;
  color: #233036;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-links {
  background: #2d3d45;
  padding: 2.5em 0;
  font-weight: 200;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 800px) {
  .footer-links {
    text-align: left;
  }
}
.footer-links h2 {
  margin-bottom: 0.25em;
  color: #fff;
}
.footer-links ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footer-links ul a {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding: 0.3em 0;
  max-width: 300px;
  margin: 0 auto;
}
.footer-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.footer-links a:hover {
  font-weight: 300;
}
.footer-links a.logo-ecotourism {
  background: url("img/logo-ecotourism-white.png") no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 150px;
  height: 72px;
  opacity: 0.7;
}
.footer-links a.logo-ecotourism:hover {
  opacity: 1;
}
.footer-links .social-links {
  margin: -0.5em 0 1em;
}
.footer-links .social-links a {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  text-indent: -9999px;
  opacity: 0.7;
}
.footer-links .social-links a:hover {
  opacity: 1;
}
.footer-links .social-links a:nth-child(1) {
  background-image: url("img/icon-facebook.svg");
  width: 20px;
  height: 22px;
  filter: invert(1);
}
.footer-links .social-links a:nth-child(2) {
  background-image: url("img/icon-instagram.svg");
  margin-right: 8px;
  filter: invert(1);
}
.footer-links .social-links a:nth-child(3) {
  background-image: url("img/icon-linkedin.svg");
  filter: invert(1);
}
.footer-links iframe:hover {
  transform: translate3d(0, 0, 40px);
}
.footer-links .container {
  display: grid;
  grid-gap: 2em;
  grid-template-columns: 1fr;
}
@media (min-width: 600px) {
  .footer-links .container {
    grid-template-columns: 1fr 1fr;
  }
  .footer-links .container .col3 {
    grid-column: 1/3;
    grid-row: 2;
  }
}
@media (min-width: 800px) {
  .footer-links .container {
    grid-template-columns: 3fr 4fr 5fr;
  }
  .footer-links .container .col3 {
    grid-column: 3;
    grid-row: 1;
  }
}

.wrapper-site-footer {
  background: #233036;
  color: rgb(255, 255, 255);
  padding: 2em 0;
  text-align: center;
  font-size: 0.8rem;
}
.wrapper-site-footer a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.wrapper-site-footer a:hover {
  color: #fff;
}
.wrapper-site-footer .sep {
  display: inline-block;
  padding: 0 10px;
}

/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/
.woocommerce ul.products li.product {
  text-align: center;
}
.woocommerce ul.products li.product .price {
  color: inherit !important;
  font-size: 1.3rem !important;
}
.woocommerce ul.products li.product .button {
  margin-top: 0;
}

.woocommerce ul.products li.product .price {
  color: #77a464;
  font-weight: 400;
  font-size: 0.857em;
}

body.single-product .entry-header {
  text-align: center;
  margin-bottom: 3em;
}
body.single-product article.product {
  margin-bottom: 2em;
}
body.single-product article.product .price {
  color: inherit !important;
  font-size: 2rem !important;
  margin-bottom: 0.5em;
}
body.single-product article.product .quantity {
  margin-right: 10px !important;
}
body.single-product article.product .quantity .qty {
  height: 44px;
}
body.single-product article.product .wine-details {
  background: rgba(47, 47, 47, 0.05);
  padding: 2em;
}
body.single-product article.product .wine-details h2 {
  font-size: 1.1rem;
  margin-bottom: 0.25em;
}
body.single-product article.product:after {
  content: "";
  display: table;
  clear: both;
}/*# sourceMappingURL=style.css.map */