/*
 Theme Name:   Mount Langi
 Theme URI:    http://www.langi.com.au/
 Description:  Theme
 Author:       BlackSquare
 Author URI:   http://blacksquare.ca/
 Version:      1.0.0
 */

/* Theme customization starts here
-------------------------------------------------------------- */
@import url(//fonts.googleapis.com/css?family=Gilda+Display);
@import url(//fonts.googleapis.com/css?family=Lato:400,700);

body {
  padding-top: 40px;
  background: white;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 90rem auto;
}
p:empty {
  margin: 0;
  display: none;
}
@media screen and (min-width: 48em) {
  body {
    background-size: 120rem auto;
  }
}
@media screen and (min-width: 80em) {
  body.page-template-page-about {
    background-position: center 40px;
  }
}

@media screen and (min-width: 120em) {
  body {
    background-size: contain;
  }
}
body.bbxx_api,
body.bbxx_packages_select_type,
body.bbxx_packages_select_brand,
body.bbxx_packages_subscriptions_index,
body.bbxx_packages_gifts_index,
body.bbxx_packages_shipping_zone,
body.bbxx_packages_purchase,
body.bbxx_packages_purchase_gift,
body.bbxx_products_index,
body.bbxx_store_private,
body.bbxx_products_update_index,
body.bbxx_products_show,
body.bbxx_cart_clear,
body.bbxx_carts_show,
body.bbxx_payments_new,
body.bbxx_payments_complete,
body.bbxx_payments_show,
body.bbxx_sessions_destroy,
body.bbxx_sessions_new,
body.bbxx_passwords_create,
body.bbxx_passwords_new,
body.bbxx_passwords_reset,
body.bbxx_passwords_update,
body.bbxx_users_new,
body.bbxx_users_account,
body.bbxx_users_edit,
body.bbxx_users_update,
body.bbxx_users_subscriptions,
body.bbxx_users_addresses,
body.bbxx_users_shipments,
body.bbxx_users_purchases,
body.bbxx_users_activities,
body.bbxx_users_newsletters,
body.bbxx_account_update_newsletters,
body.bbxx_users_my_wines,
body.bbxx_users_my_store_wines,
body.bbxx_orders_show,
body.bbxx_subscriptions_show,
body.bbxx_subscriptions_credit_card,
body.bbxx_subscriptions_update_credit_card,
body.bbxx_subscriptions_suspend_or_cancel,
body.bbxx_subscriptions_suspend,
body.bbxx_subscriptions_do_suspend,
body.bbxx_subscriptions_cancel,
body.bbxx_subscriptions_do_cancel,
body.bbxx_subscriptions_switch,
body.bbxx_subscriptions_do_switch,
body.bbxx_subscriptions_transactions,
body.bbxx_shipments_show,
body.bbxx_purchases_receipt,
body.bbxx_purchases_gift_email,
body.bbxx_addresses_edit,
body.bbxx_addresses_update,
body.bbxx_sample_gift_email {
  background-image: url(/wp-content/themes/mount-langi/assets/img/background-bbxx.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: white;
}
h1 {
  font-family: 'Gilda Display', serif;
  z-index: 0;
  position: relative;
  margin: 0.4rem 0;
  color: black;
  font-size: 2rem;
  letter-spacing: 0.2rem;
}
body.page-child h1,
body.page-template-page-standalone h1,
body.single h1,
body.page-contact-us h1,
body.page-wine-club h1 {
  font-family: 'Lato', 'Noto Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
body.page-child .intro:after,
body.page-template-page-standalone .intro:after,
body.single .intro:after,
body.page-contact-us .intro:after,
body.page-wine-club .intro:after {
  margin-top: 1.25rem;
  height: 0.15rem;
}

@media screen and (min-width: 35.5em) {
  h1 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 48em) {
  h1 {
    font-size: 3rem;
  }
  body.page-child h1,
  body.page-template-page-standalone h1,
  body.single h1,
  body.page-contact-us h1,
  body.page-wine-club h1 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 64em) {
  h1 {
    font-size: 4rem;
  }
  body.page-child h1,
  body.page-template-page-standalone h1,
  body.single h1,
  body.page-contact-us h1,
  body.page-wine-club h1 {
    font-size: 2rem;
  }
}
h2 {
  font-family: 'Lato', sans-serif;
  color: black;
}
h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05rem;
  font-size: 1.85rem;
  line-height: 1.2;
  text-transform: uppercase;
}

section {
  margin: 4.5rem auto;
}

/*
 * Section Intro
 */
.intro {
  margin: 0 auto 2rem;
}
article .intro p,
.intro p,
.entry-content .intro p {
  margin-top: 0;
  text-align: center;
  font-weight: 300;
}
@media screen and (min-width: 48em) {
  .intro {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  article .intro p,
  .intro p,
  .entry-content .intro p  {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 64em) {
  .intro {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }
}
@media screen and (min-width: 80em) {
  .intro:after {
    content: "";
    display: block;
    height: 0.4rem;
    width: 10rem;
    max-width: 100%;
    margin: 2rem auto;
    background: black;
  }
  .intro.short:after {
    display: none;
  }
}

/**
 *  Hero
 */
section.hero {
  z-index: 0;
  margin: 0 auto;
  padding-top: 3rem;
  min-height: 20rem;
  background-size: cover;
  background-position-y: top;
  position: relative;
  color: white;
  text-align: center;
}
@media screen and (min-width: 48em) {
  section.hero {
    min-height: 38rem;
  }
}
body.page-template-page-about section.hero,
body.page-template-page-visit section.hero {
  min-height: 26rem;
}
body.page-template-page-home section.hero {
  color: #333;
}
body.page-child section.hero,
body.page-template-page-standalone section.hero,
body.page-template-featured-package section.hero,
body.single section.hero,
body.page-contact-us section.hero,
body.page-wine-club section.hero {
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 0;
  margin-top: -9.25rem;
  padding-top: 10rem;
}
body.page-child section.hero:before,
body.page-template-page-standalone section.hero:before,
body.page-template-featured-package section.hero:before,
body.single section.hero:before,
body.page-contact-us section.hero:before,
body.page-wine-club section.hero:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  top: auto;
  width: 100%;
  height: 5rem;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}
body.page-child section.hero:after,
body.page-template-page-standalone section.hero:after,
body.page-template-featured-package section.hero:after,
body.single section.hero:after,
body.page-contact-us section.hero:after,
body.page-wine-club section.hero:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: white;
  position: absolute;
  z-index: -1;
  top: 17rem;
  bottom: auto;
}
body.single section.hero {
  min-height: 10rem;
}
@media screen and (min-width: 48em) {
  section.hero {
    padding-top: 2rem;
  }
  body.page-template-page-about section.hero,
  body.page-template-page-visit section.hero {
    min-height: 30rem;
  }
}
@media screen and (min-width: 64em) {
  body.page-child section.hero,
  body.page-template-page-standalone section.hero,
  body.page-template-featured-package section.hero,
  body.single section.hero,
  body.page-contact-us section.hero,
  body.page-wine-club section.hero {
    background-size: 120rem auto;
    padding-top: 25rem;
    min-height:  31.25rem;
    margin-top: -7.25rem;
    z-index: 0;
  }
  body.page-child section.hero:before,
  body.page-template-page-standalone section.hero:before,
  body.page-template-featured-package section.hero:before,
  body.single section.hero:before,
  body.page-contact-us section.hero:before,
  body.page-wine-club section.hero:before {
    top: 23.75rem;
    bottom: auto;
    height: 6.25rem;
  }
  body.page-child section.hero:after,
  body.page-template-page-standalone section.hero:after,
  body.page-template-featured-package section.hero:after,
  body.single section.hero:after,
  body.page-contact-us section.hero:after,
  body.page-wine-club section.hero:after {
    top: 30rem;
    bottom: auto;
  }
  body.page-template-page-visit section.hero h1 {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 80em) {
  section.hero {
    padding-top: 6vw;
    min-height: 30vw;
  }
  section.hero > div {
    position: relative;
    z-index: 1;
  }
  body.page-template-page-home section.hero {
    padding-top: 4vw;
    min-height: 40vw;
  }
  body.page-template-page-about section.hero,
  body.page-template-page-visit section.hero {
    min-height: 36rem;
  }
}
@media screen and (min-width: 120em) {
  body.page-child section.hero,
  body.page-template-page-standalone section.hero,
  body.page-template-featured-package section.hero,
  body.single section.hero
  body.page-contact-us section.hero,
  body.page-wine-club section.hero {
    background-size: cover;
  }
}

/* Hero Intro */
body.page-child section.hero .intro:first-child,
body.page-template-page-standalone section.hero .intro:first-child,
body.page-template-featured-package section.hero .intro:first-child,
body.single section.hero .intro:first-child,
body.page-contact-us section.hero .intro,
body.page-wine-club section.hero .intro:first-child {
  padding-top: 5rem;
  margin-bottom: 1rem;
}
body.page-template-page-about section.hero .intro h2 {
  font-weight: normal;
}
section.hero .intro {
  width: auto;
}
section.hero .intro h1 {
  color: inherit;
}
section.hero .intro h2 {
  text-align: center;
  margin: 0.4rem auto;
  font-size: 1rem;
  color: inherit;
}
section.hero.intro p {
  text-align: center;
  font-weight: 300;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 35.5em) {
  body.page-template-page-standalone section.hero .intro,
  body.page-template-featured-package section.hero .intro,
  body.single section.hero .intro,
  body.page-contact-us section.hero .intro {
    padding-top: 5rem;
  }
  section.hero .intro h2 {
    font-size: 1.25rem;
  }
  section.hero .intro p {
    margin-top: 0.5rem;
  }
  body.single section.hero {
    min-height: 30rem;
  }
}
@media screen and (min-width: 64em) {
  section.hero .intro {
    margin-bottom: 3.5rem;
  }
  body.page-child section.hero .intro h1,
  body.page-template-page-standalone section.hero .intro h1,
  body.page-template-featured-package section.hero .intro h1,
  body.single section.hero .intro h1,
  body.page-contact-us section.hero .intro h1,
  body.page-wine-club section.hero .intro h1 {
    margin-top: 0;
    margin-bottom: 0;
  }
  section.hero .intro h2 {
    max-width: 64rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 80em) {
  section.hero .intro:after {
    background: white;
  }
}
section.hero .intro img {
  width: 55rem;
}


/*
 * About Us
 */
.about-news-image {
  margin: 1.5px;
  background: #222;
}
.about-news-image img {
  display: block;
}

/**
 *  Header Top
 */
header.top {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  width: 100%;
  background: black;
  border-bottom: 1px solid black;
}
header.top nav {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0;
  color: #999;
  font-size: 0.7em;
  text-transform: capitalize;
  letter-spacing: 0.1em;
  font-weight: 300;
}
header.top nav.controls {
  right: 0;
  width: 100%;
}
header.top nav.brands {
  left: 0;
  width: 40%;
  display: none;
}
header.top nav.brands ul {
  display: block;
  text-align: left;
}
header.top nav.brands li {
  display: inline-block;
  width: auto;
  height: 100%;
  font-family: 'Oxygen', sans-serif;
  border-right: 1px solid rgba(51, 51, 51, 1);
  top: 0;
  position: relative;
}
header.top nav.brands li a {
  display: block;
}
header.top nav.brands li.xanadu {
  width: 76px;
}
header.top nav.brands li.mount-langi-ghiran {
  width: 135px;
}
header.top nav.brands li.yarrabank {
  width: 100px;
}
header.top nav.brands li img {
  box-sizing: content-box;
  height: 8px;
  padding: 15px 5px 12px;
  opacity: 0.7;
}
header.top nav.brands li.mount-langi-ghiran img {
  height: 13px;
  padding: 13px 5px 9px;
}
header.top nav.brands li:hover img {
  opacity: 1;
}
header.top nav.controls ul {
  float: none;
  text-align: center;
  width: 100%;
}
header.top nav.controls ul li {
  position: relative;
  padding: 11px 5px 11px 5px;
  letter-spacing: 0;
}
header.top nav.controls ul li a {
  color: #999;
}
header.top nav.controls ul li.reservations {
  display: none;
}
header.top .phone span.number {
  display: none;
}
header.top span.username {
  display: none;
}
@media screen and (min-width: 35.5em) {
  header.top nav.controls ul li {
    padding: 10px 5px;
    letter-spacing: 0.15em;
  }
  header.top nav.controls ul {
    float: right;
    text-align: right;
  }
  header.top .phone span.number {
    display: inline-block;
  }
  header.top span.cta {
    display: none;
  }
  header.top span.username {
    display: inline-block;
  }
}
@media screen and (min-width: 48em) {
  header.top nav.brands {
    display: block;
  }
  header.top nav.controls {
    width: 60%;
    min-width: 32rem;
    max-width: 100%;
    background: black;
  }
}
@media screen and (min-width: 64em) {
  header.top nav.brands ul {
    height: 100%;
  }
  header.top nav.brands ul li a img {
    height: 8px;
    padding: 15px 15px 12px;
    opacity: 0.7;
    top: 0;
    position: relative;
  }
  header.top nav.controls ul li {
    padding: 11px 15px;
  }
  header.top nav.brands ul li.xanadu {
    width: 76px;
  }
  header.top nav.brands ul li.mount-langi-ghiran a img {
    padding: 15px 15px 8px;
  }
  header.top nav.brands ul li.mount-langi-ghiran {
    width: 142px;
  }
  header.top nav.brands ul li.yarrabank {
    width: 123px;
  }
}

/*
 * Header Bottom
 */
body.page-child header.bottom,
body.page-template-page-standalone header.bottom,
body.page-template-featured-package header.bottom,
body.single header.bottom,
body.page-contact-us header.bottom,
body.page-wine-club header.bottom {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;1+0,0+100;White+to+Transparent */
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
header.bottom {
  position: relative;
  z-index: 99;
}
header.bottom .header-logo {
  text-align: center;
  margin: 2rem auto 0;
}
header.bottom .header-logo img {
  width: 12rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
header.bottom .bbxx_container {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 48em) {
  header.bottom .header-logo {
    margin-top: 2rem;
    text-align: left;
  }
  header.bottom .header-logo img {
    width: 9rem;
  }
}

/**
*  Landing Page
*/
.page-template-page-landing{
  background-size: cover;
}

.page-template-page-landing nav.nav, .page-template-page-landing footer{
  display: none;
}
.page-template-page-landing h1{
  text-shadow: 2px 2px 75px #000;
  max-width: 75%;
  margin: 0 auto;
}

.page-template-page-landing .header-logo{
  text-align: center!important;
  width: 100%!important;
  margin-top: 6em!important;
}

.page-template-page-landing .header-logo img {
  width: initial!important;
  max-width: initial;
}

.page-template-page-landing nav.controls li:nth-child(5),
.page-template-page-landing nav.controls li:nth-child(6){
  display: none;
}

.page-template-page-landing section.hero .calls-to-action:after{
  display: none;
}

.page-template-page-landing .primary-cta, .bbxx.page-template-page-landing input[type="submit"]{
  border: 3px solid #fff;
  background-color: #fff;
  padding: 0.5em 3em;
  font-weight: bold;
  color: #333;
  margin: 2em;
  display: inline-block;
  -moz-transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  border-radius: 0!important;
  font-size: 1rem!important;
  text-transform: uppercase;
}

.page-template-page-landing .primary-cta:hover, .bbxx.page-template-page-landing input[type="submit"]:hover{
  background: none;
  color: #fff;
}

.page-template-page-landing section.hero{
  max-width: 75%;
  margin: 0 auto;
}

.page-template-page-landing section.overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    margin: 0;
    padding-top: 40px;
}

.page-template-page-landing section.overlay > div{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.page-template-page-landing section.overlay h2{
  font-size: 1.25em;
  margin-bottom: 1em;
}

.page-template-page-landing section.overlay form .mc-field-group{
  margin: 1em;
}

.page-template-page-landing section.overlay form div.mce_inline_error{
  max-width: 350px;
  margin: 0 auto!important;
}

.page-template-page-landing section.overlay form input{
  padding: 0.5em;
  font-size: 1rem;
}

.page-template-page-landing section.overlay form input.full{
  width: 350px;
}

.page-template-page-landing section.overlay form input.half{
  width: 175px;
}

.page-template-page-landing section.overlay .close-overlay{
    color: #AAAAAA;
    cursor: pointer;
    font-size: 2.22222rem;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 45px;
    right: 20px;
    text-decoration: none;
}

/**
 *  Footer
 */
footer.generic {
  position: relative;
  margin: 8.5rem 0 0;
  padding: 0;
  background-image: url(/wp-content/themes/mount-langi/assets/img/footer-pattern.png);
  color: rgba(255, 255, 255, 0.5);
}
footer.generic .footer-content-bottom {
  padding-top: 1.5rem;
  background: #181e50;
  border-top: 1px solid rgba(0,0,0,0.3);
}
footer.generic section {
  margin-bottom: 0;
}
footer.generic .footer-content {
  padding-top: 4rem;
}
footer.generic a:hover {
  color: white;
}
footer.generic a img {
  opacity: 1;
  -webkit-transition: opacity 0.25s;
          transition: opacity 0.25s;
}
footer.generic a:hover img {
  opacity: 0.5;
  -webkit-transition: opacity 0.25s;
          transition: opacity 0.25s;
}
footer.generic img.logo {
  display: block;
  width: 23rem;
  margin: 0 auto;
}
footer.generic ul.social {
  margin: 0 auto 1rem;
  text-align: center;
}
footer.generic ul.social li {
  display: inline-block;
}
footer.generic ul.social li.pinterest {
  -webkit-transform: translateY(0.12rem);
      -ms-transform: translateY(0.12rem);
          transform: translateY(0.12rem);
}
footer.generic ul.social li a {
  display: block;
  list-style-type: none;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  border: 0.2rem solid white;
  color: white;
  width: 2rem;
  height: 2rem;
  text-align: center;
  margin: 0.1rem;
  opacity: 1;
  -webkit-transition: opacity 0.25s;
          transition: opacity 0.25s;
}
footer.generic ul.social li.pinterest a {
  padding-left: 0.1rem;
  padding-top: 0.1rem;
}
footer.generic ul.social li a:hover {
  opacity: 0.5;
  -webkit-transition: opacity 0.25s;
          transition: opacity 0.25s;
}
footer.generic ul.brands {
  display: block;
  text-align: center;
  margin: 3.5rem auto 1.5rem;
}
footer.generic ul.brands li {
  display: block;
  margin: 1rem auto;
}
@media screen and (min-width: 48em) {
  footer.generic ul.brands li {
    display: inline-block;
    margin: 0;
  }
}
footer.generic ul.brands li.yering {
  width: 8rem;
}
footer.generic ul.brands li.xanadu {
  width: 8rem;
}
footer.generic ul.brands li.mount-langi-ghiran {
  width: 14rem;
}
footer.generic ul.brands li.yarrabank {
  width: 12rem;
}
footer.generic ul.brands li img {
  height: 0.75rem;
  vertical-align: top;
}
footer.generic ul.brands li.mount-langi-ghiran img {
  height: 1.25rem;
  -webkit-transform: translateY(-0.2rem);
      -ms-transform: translateY(-0.2rem);
          transform: translateY(-0.2rem);
}
footer.generic ul.brands li.yering img {
  height: 1.5rem;
}
footer.generic .license {
  margin: 0 auto;
  font-size: 0.85rem;
  text-align: center;
}
footer.generic .fine-print {
  display: block;
  margin: 0.5rem auto 0;
  font-size: 0.7rem;
  text-align: center;
  width: 64rem;
  max-width: 100%;
}
@media screen and (min-width: 80em) {
  footer.generic .fine-print {
    margin-top: 0;
  }
}
footer.generic .fine-print + .fine-print {
  margin-top: 0;
}
footer.generic .fine-print:last-child {
  margin-bottom: 1rem;
}
footer.generic .links {
  position: relative;
  text-align: center;
  margin: 1rem 0;
}
footer.generic .links li {
  display: inline-block;
  font-size: 0.7em;
  letter-spacing: 0.15em;
}
footer.generic .links li:before {
  content: " | ";
}
footer.generic .links li:first-child:before {
  content: "";
}
footer.generic .links a {
  padding: 0 0.25rem;
}
footer.generic p,
footer.generic a {
  color: inherit;
  font-weight: 300;
}
/* Remove margins below last item above footer when they don't collapse. */
.bbxx_container.last,
.bbxx_container.last .flip-buttons-wrapper,
.bbxx_container.last .flip-buttons-wrapper .flip-buttons {
  margin-bottom: 0;
}

/**
 *  Nav
 */
.nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
nav.nav {
  z-index: 900;
  display: block;
  position: absolute;
  padding: 2.85rem 0 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100px;
}
nav.nav > ul {
  height: 0;
  opacity: 0; /* For cross browser support http://css-tricks.com/snippets/css/cross-browser-opacity */
  clear: both;
  overflow: hidden;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
nav.nav input:checked ~ ul li#menu-item-362,
nav.nav input:checked ~ ul li#menu-item-361 {
  display: block;
}
nav.nav input:checked ~ ul {
  opacity: 1;
  display: block;
  height: 100%;
  background: rgba(34, 34, 34, .9);
  position: fixed;
  width: 100%;
  padding: 40% 0;
  top: 2.5rem;
}
.nav-list li {
  display: block;
  zoom: 1;
  position: relative;
  padding: 10px 0;
}
.nav-list li a {
  padding: 0.5rem;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  color: white;
}
.nav-list li a:hover,
.nav-list li.current-menu-item a,
.nav-list li.current-page-ancestor a,
.nav-list li.current-page-parent a {
  border-bottom: 4px solid #222;
}
.nav-list li a:hover,
.nav-list li a:focus {
  text-decoration: none;
}
.nav-list li ul.sub-menu {
  position: absolute;
  background: #222;
  margin: 5px 0 0;
  padding: 20px;
  text-align: left;
  border-bottom: 1px solid #222;
  width: 100%;
  text-align: center;
  left: 0px;
  display: none;
  font-size: 1rem;
  font-size: 0.9rem;
}
.nav-list li ul.sub-menu li {
  display: none;
  width: auto;
  padding: 0;
  margin: 0;
  line-height: 1.6em;
}
.nav-list li ul.sub-menu li a {
  color: #FFF;
  border-bottom: 1px solid #222;
  font-weight: 300;
  font-size: 0.7rem;
  border: 0;
}
.nav-list li ul.sub-menu li a:hover {
  font-weight: 500;
  color: #999;
}
input#toggle-mobile-menu {
  display: none;
  position: fixed;
  right: 25px;
  top: 75px;
  z-index: 100;
}
nav.nav > label {
  font-size: 2.4em;
  color: #333;
  z-index: 90;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 60px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
nav.nav > label span {
  display: none;
}
nav.nav > label:before {
  content: "\f0c9";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
nav.nav input:checked ~ label:before {
  content: "\f00d";
  color: #FFF !important;
}
@media screen and (min-width: 48em) {
  nav.nav {
    position: relative;
  }
  .nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
  }
  .nav-list ul {
    opacity: 1;
    margin: 1em 0 0;
    width: 100%;
    background: transparent;
    position: relative;
    width: 100%;
    padding: 0;
  }
  .nav-list li {
    display: inline;
    width: 1%;
    vertical-align: middle;
    margin: 1.5em 0.3em 0;
    padding: 0 0 8px;
  }
  nav.nav input:checked ~ ul {
    opacity: 1;
    display: block;
    height: 100%;
    background: none;
    position: relative;
    width: initial;
    padding: 0;
  }
  nav.nav input:checked ~ ul li#menu-item-362,
  nav.nav input:checked ~ ul li#menu-item-361 {
    display: inline;
    opacity: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
  }
  body.page-child nav.nav,
  body.page-template-page-standalone nav.nav,
  body.single nav.nav,
  body.page-contact-us nav.nav,
  body.page-wine-club nav.nav {
    margin: 0;
  }
  nav.nav > ul {
    opacity: 1;
    display: block;
    overflow: visible;
  }
  nav.nav > label {
    font-size: 1.4em;
    right: 20px;
    top: 40px;
    position: absolute;
  }
  nav.nav > label span {
    display: inline-block;
  }
  nav.nav > input,
  nav.nav > label {
    display: none;
  }
  .nav-list li ul.sub-menu {
    text-align: left;
    left: -10px;
    width: 18.75rem;
  }
  .nav-list li ul.sub-menu li {
    display: block;
  }
  .nav-list li ul.sub-menu {
    display: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
  }
  .nav-list li:hover ul.sub-menu {
    display: block;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
  }
  .nav-list li a {
    color: #333;
  }
}
@media screen and (min-width: 64em) {
  .nav-list {
    font-size: 1.1rem;
    letter-spacing: 0.2rem;
  }
  .nav-list li {
    margin: 1.5em 0.3em 0;
    white-space: nowrap;
  }
}

/**
 *  Buttons
 */
.flip-buttons {
  z-index: 50;
  position: relative;
  display: inline-block;
  width: 80%;
  height: 42px;
  margin: 10px auto 0;
  cursor: pointer;
  -webkit-font-smoothing: subpixel-antialiased;
  text-transform: uppercase;
  font-family: 'Noto Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 2.4;
  letter-spacing: 0.3;
  transition: all .3s ease-in-out;
  transform-style: preserve-3d;
  perspective: 1000px;
}
.flip-buttons i {
  margin: 0 5px 0 0;
}
.flip-button-front,
.flip-button-back {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  border: 3px solid #222;
  transition: all .3s ease-in-out;
  -webkit-font-smoothing: antialiased;
}
.flip-button-front {
  /*transform: rotateX(0deg) translateZ(20px);*/
  z-index: 1;
  background: #222;
  color: white;
  border: 3px solid #222;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.flip-button-back {
  /*transform: rotateX(90deg) translateZ(20px);*/
  background: rgba(255, 255, 255, 0);
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.flip-buttons:hover + .flip-button-front,
.flip-buttons:hover > .flip-button-front,
.flip-buttons:hover .flip-button-front {
  /*transform: rotateX(-90deg) translateZ(20px);*/
  background: rgba(255, 255, 255, 0);
  opacity: 0;
}
.flip-buttons:hover + .flip-button-back,
.flip-buttons:hover > .flip-button-back,
.flip-buttons:hover .flip-button-back {
  opacity: 1;
  /*transform: rotateX(0deg) translateZ(20px);*/
  z-index: 2;
}
@media screen and (min-width: 35.5em) {
  .flip-buttons {
    position: relative;
    width: 230px;
    margin: 1rem;
    display: inline-block;
  }
}
.flip-buttons-wrapper {
  position: relative;
  text-align: center;
  padding: 0;
  display: block;
  margin: 0 auto 3rem;
}
.flip-buttons-wrapper p {
  display: none; /* Fix for wordpress auto-insert paragraphs problem. */
}
.flip-buttons-wrapper a:first-child .flip-buttons {
  margin-left: 0;
}
.flip-buttons-wrapper a:last-child .flip-buttons {
  margin-right: 0;
}


/**
 *  Tiles
 */
.tile {
  font-size: 1rem;
  text-align: center;
  position: relative;
  display: block;
  z-index: 80;
  height: 200px;
  margin: 1.5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
  filter: grayscale(1);
  transition: all .5s ease-in-out;
}
.tile:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: none;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0);
  transition: all .5s ease-in-out;
}
.tile .wrapper{
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
section .single .tile,
section .double .tile {
  height: 350px;
}
@media screen and (min-width: 35.5em) {
  section .single .tile,
  section .double .tile {
    height: 200px;
  }
}
section .single .tile img.icon,
section .double .tile img.icon {
  padding-top: 150px;
}
.tile a:hover {
  text-decoration: none;
}
.tile a {
  display: block;
}
.tile h4 {
  padding-top: 3.5rem;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 1.2em;
  line-height: 1.1;
  z-index: 60;
  position: relative;
}
.tile h4:after, .tile h3:after {
  content: "";
  display: block;
  height: 0.3333rem;
  width: 2rem;
  background: #F3F3F3;
  margin: 1rem auto;
  position: relative;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.tile:hover h4:after, .tile:hover h3:after {
  content: "";
  display: block;
  opacity: 1;
}
.tile h3{
  padding: 0 1em 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 35.5em) {
  .tile h3{
    padding: 3em 1em 0;
  }
}
.tile:hover h3{
  padding: 0 1em 0;
}
.tile p {
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 1.1em;
  padding: 0;
  z-index: 60;
  position: relative;
  margin: 0 20%;
}
.tile .flip-buttons {
  opacity: 1;
  transition: all .3s ease-in-out;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.tile .flip-button-front,
.tile .flip-button-back,
.block .flip-button-front,
.block .flip-button-back {
  border-color: white;
}
.tile .flip-button-front,
.block .flip-button-front {
  background: white;
  color: #333;
}
.tile .flip-button-back,
.block .flip-button-back {
  background: transparent;
  color: white;
}
.tile img.icon {
  display: none;
  opacity: 1;
  padding: 80px 0 0;
  width: 3.75rem;
  transition: all .3s ease-in-out;
}
body.page-club .double.tile img.icon,
.bbxx_packages_select_type .double.tile img.icon {
  padding: 100px 0 0 0;
}
body.page-club .double.tile:hover img.icon,
.bbxx_packages_select_type .double.tile:hover img.icon {
  padding: 30px 0 0 0;
}
section .tile:hover img.icon {
  opacity: 0;
  padding: 0;
  transition: all .3s ease-in-out;
}
.about .tile {
  background-image: url(/wp-content/themes/mount-langi/assets/img/tiles/about.jpg);
}
.visit .tile {
  background-image: url(/wp-content/themes/mount-langi/assets/img/tiles/visit.jpg);
}
.shop .tile {
  background-image: url(/wp-content/themes/mount-langi/assets/img/tiles/shop.jpg);
}
.dinners .tile {
  background-image: url(/wp-content/themes/mount-langi/assets/img/tiles/dinners.jpg);
}
.cellar .tile {
  background-image: url(/wp-content/themes/mount-langi/assets/img/tiles/cellar.jpg);
}
.vineyards .tile {
  background-image: url(/wp-content/themes/mount-langi/assets/img/tiles/vineyard.jpg);
}
.photo-gallery .tile {
  background-image: url(/wp-content/themes/mount-langi/assets/img/tiles/photo-gallery.jpg);
}
.club .tile {
  background-image: url(/wp-content/themes/mount-langi/assets/img/tiles/club.jpg);
}
.partners .tile {
  background-image: url(/wp-content/themes/mount-langi/assets/img/tiles/partners.jpg);
}
.history .tile {
  background-image: url(/wp-content/themes/mount-langi/assets/img/tiles/history.jpg);
}
.news .tile {
  background-image: url(/wp-content/themes/mount-langi/assets/img/tiles/news-awards.jpg);
}
.news-events .tile {
  background-image: url(/wp-content/themes/mount-langi/assets/img/tiles/news-events.jpg);
}
.wines .tile {
  background-image: url(/wp-content/themes/mount-langi/assets/img/tiles/wines.jpg);
}
.voucher .tile {
  background-image: url(/wp-content/themes/mount-langi/assets/img/tiles/voucher.jpg);
}
.lunches .tile {
  background-image: url(/wp-content/themes/mount-langi/assets/img/tiles/lunches.jpg);
}
.club-how-it-works .tile {
  background-image: url(/wp-content/themes/mount-langi/assets/img/tiles/club-how-it-works.jpg);
}
.club-member-benefits .tile {
  background-image: url(/wp-content/themes/mount-langi/assets/img/tiles/club-member-benefits.jpg);
}
.club-packages .tile {
  background-image: url(/wp-content/themes/mount-langi/assets/img/tiles/club-packages.jpg);
}
.people .tile {
  background-image: url(/wp-content/themes/mount-langi/assets/img/tiles/people.jpg);
}
.happenings .tile {
  background-image: url(/wp-content/themes/mount-langi/assets/img/tiles/happenings.jpg);
}
.picnic .tile {
  background-image: url(/wp-content/themes/mount-langi/assets/img/tiles/picnic-idyll.jpg);
}
.single .picnic .tile {
  background-image: url(/wp-content/themes/mount-langi/assets/img/tiles/picnic-idyll-single.jpg);
}
.about-vineyard .tile {
  background-image: url(/wp-content/themes/mount-langi/assets/img/tiles/about-vineyard.jpg);
}
.environment-sustainability .tile {
  background-image: url(/wp-content/themes/mount-langi/assets/img/tiles/environment-sustainability.jpg);
}
.featured-promos div {
  background-size: cover;
}
@media screen and (min-width: 35.5em) {
  .tile {
    height: 280px;
  }
  section .single .tile {
    height: 450px;
    z-index: 100;
  }
  section .single .tile:hover img.icon {
    padding-top: 80px;
  }
  section .double .tile {
    height: 420px;
    z-index: 100;
  }
  .tile img.icon {
    display: inline-block;
    padding: 70px 0 0;
  }
  .tile .flip-buttons {
    opacity: 0;
    transition: all .3s ease-in-out;
  }
  .tile:hover .flip-buttons {
    opacity: 1;
    transition: all .3s ease-in-out;
  }
  .tile h4 {
    letter-spacing: 0.2em;
    color: #F3F3F3;
    font-size: 1.2em;
    padding-top: 0;
  }
  .tile h4 {
    font-size: 1.25rem;
    display: block;
    margin-bottom: 0;
  }
}

/**
 *  Home - Reviews
 */
.reviews {
  width: 100%;
}
.hreview {
  text-transform: uppercase;
  font-family: 'Noto Sans', sans-serif;
  margin: 1rem 0 0.5rem;
}
@media screen and (min-width: 35.5em) {
  .hreview {
    padding: 0 0 0 3rem;
    margin-bottom: 1rem;
  }
}
.reviews dl.hreview a {
  color: #333;
}
.reviews dl.hreview dt,
dl.hreview dd.rating-maximum,
dl.hreview dd.rating-minimum,
dl.hreview dd.name,
dl.hreview dd.view,
.wine dt {
  display: none;
}
.reviews dl.hreview dd.rating {
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 2rem;
  margin: 8px 0 0 0;
  line-height: 1.15;
  color: #333;
}
.hreview .scale {
  font-size: 0.7em;
  letter-spacing: 0.1em;
  color: #333;
}
.hreview .laurel {
  float: left;
  width: 90px;
  height: 90px;
  text-align: center;
  background: url(/wp-content/themes/mount-langi/assets/img/laurel-blue.png) top left no-repeat;
}
@media screen and (min-width: 35.5em) {
  .wine dd.rating {
    color: white;
  }
}
.reviews dl.hreview .details {
  float: left;
  font-family: 'Noto Sans', sans-serif;
  padding: 12px 0 0 10px;
  line-height: 1.2;
  max-width: calc(100% - 90px);
}
.reviews dl.hreview dd.brand {
  font-size: 1.6em;
  font-weight: 700;
  color: #363f9a;
}
.reviews dl.hreview dd.varieties {
  font-size: 1.1em;
  font-weight: 400;
  text-transform: none;
}
.reviews dl.hreview a:hover dd.view {
  display: block;
  position: absolute;
  font-size: 0.8em;
  font-weight: 300;
  margin: 5px 0 0;
  letter-spacing: initial;
  color: #333;
  font-family: 'Oxygen', sans-serif;
  text-transform: capitalize;
}
.reviews dl.hreview a:hover dd.view:hover {
  text-decoration: underline;
}
@media screen and (min-width: 35.5em) {
  .reviews {
    display: block;
  }
  .reviews dl.hreview a {
    display: block;
  }
}

/*
 * Blocks
 */
.block {
  text-align: left;
  width: 100%;
}
.block h3, .tile h3 {
  color: white;
  margin: 0;
}
.block p {
  color: white;
  font-weight: 300;
  letter-spacing: 0.05rem;
}
.block h3:after {
  content: "";
  height: 6px;
  width: 40px;
  background: white;
  margin: 1rem 0;
  display: block;
}
.news-events-tiles .introduction {
  margin: 1rem auto;
}

/* Featured Wine */
section.featured-wine {
  background-color: white;
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
section.featured-wine .pure-g {
  height: 100%;
}
section.featured-wine [class *= "pure-u"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section.featured-wine h4 {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 300;
  position: relative;
  margin: 0 auto;
}
section.featured-wine h5 {
  letter-spacing: 0.05rem;
  font-weight: 300;
  margin: 0.25rem auto;
  font-size: 0.9rem;
}
section.featured-wine dl.hreview {
  font-size: 2rem;
  margin-top: 2rem;
  line-height: 1.15;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: white;
  padding-left: 0;
}
@media screen and (min-width: 48em) {
  section.featured-wine dl.hreview {
    margin: 0;
  }
}
section.featured-wine dl dt {
  display: none;
}
section.featured-wine dl .scale {
  font-size: 0.7em;
  letter-spacing: 0.1em;
}
section.featured-wine dl dd.brand,
.home-featured-package dl dd.name {
  color: #FFF;
  text-align: left;
  margin: 0;
  font-size: 1.6em;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
section.featured-wine dl dd.varieties {
  color: white;
  font-size: 1.1em;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  position: relative;
  margin: 0;
  padding: 0;
}
section.featured-wine dl dd.varieties:after,
.home-featured-package dl dd.name:after {
  content: "";
  height: 4px;
  width: 40px;
  background: #F3F3F3;
  margin: 1rem 0;
  left: 0;
  display: block;
}
section.featured-wine dl dd.summary,
.home-featured-package dl dd.description p {
  text-align: left;
  font-family: 'Oxygen', sans-serif;
  font-size: 0.8rem;
  width: 55%;
  color: #B3B3B3;
  line-height: 1.5;
  letter-spacing: 0.05rem;
}
.home-featured-package dl dd.description p {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .home-featured-package dl dd.description p {
    width: 55%;
  }
}
section.featured-wine dl dt.retail-label,
.home-featured-package dl dt.price {
  margin-top: 0.5rem;
}
section.featured-wine dl dd.retail,
section.featured-wine dl dt.retail-label,
.home-featured-package dl dd.price,
.home-featured-package dl dt.price {
  color: #B3B3B3;
}
section.featured-wine dl dd.retail,
section.featured-wine dl dd.club,
section.featured-wine dl dt.retail-label,
section.featured-wine dl dt.club-label,
.home-featured-package dl dd.price,
.home-featured-package dl dt.price {
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Noto Sans', sans-serif;
  letter-spacing: 0.2em;
  font-size: 1.1em;
  padding-top: 0.4rem;
  font-weight: bold;
}
section.featured-wine .flip-buttons {
  width: 12rem;
}
section.featured-wine .featured-wine-details {
  background: url(/wp-content/themes/mount-langi/assets/img/wineblock_bg.jpg) top center no-repeat;
  background-size: cover;
  font-size: 1rem;
}
@media screen and (min-width: 35.5em) {
  section.featured-wine h4 {
    margin: 2rem 0;
    font-size: 1.2em;
  }
  section.featured-wine h5 {
    margin: 1rem auto;
    font-size: 1rem;
  }
}
@media screen and (min-width: 48em) {
  section.featured-wine {
    background: url(/wp-content/themes/mount-langi/assets/img/wineblock_bg.jpg) top center no-repeat;
    background-size: cover;
    color: white;
  }
  section.featured-wine dl {
    margin-top: 0;
  }
  section.featured-wine dl dd {
    color: white;
  }
}
section.featured-wine .scale {
  text-transform: uppercase;
  font-family: 'Noto Sans', sans-serif;
}
section.featured-wine .laurel {
  width: 90px;
  height: 90px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  float: none;
  padding-top: 1px;
  font-size: 1rem;
}
section.featured-wine .flip-button-front {
  border-color: white;
  background: white;
  color: #333;
}
section.featured-wine .flip-button-back {
  border-color: white;
  background: transparent;
  color: white;
}
@media screen and (min-width: 48em) {
  section.featured-wine .laurel {
    background: url(/wp-content/themes/mount-langi/assets/img/laurel.png) top left no-repeat;
  }
  section.featured-wine .scale {
    color: white;
  }
}
section.featured-wine .laurel.trophy {
  background: none;
  width: auto;
  height: auto;
}
section.featured-wine .laurel.trophy .fa {
  position: relative;
  width: 5.5rem;
  height: 5.5rem;
  font-size: 5.5rem;
  color: rgba(255,255,255,0.9);
}
section.featured-wine dd.rating {
  font-size: 2rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
section.featured-wine .featured-wine-details {
  z-index: 0;
  position: relative;
  line-height: 1.2;
  font-family: 'Noto Sans', sans-serif;
  padding: 1rem 1.5rem 1.5rem 1.5rem;
  background: url(/wp-content/themes/mount-langi/assets/img/wineblock_bg.jpg) top center no-repeat;
  background-size: cover;
  color: white;
  margin-top: 2rem;
}
section.featured-wine .featured-wine-details .name {
  display: none;
}
section.featured-wine .featured-wine-details .flip-buttons-wrapper {
  text-align: left;
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  section.featured-wine .featured-wine-details {
    background: transparent;
    background-image: none;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 64em) {
  section.featured-wine .featured-wine-details {
    margin-top: 0;
    color: #F3F3F3;
  }
}
section.featured-wine img.bottle {
  z-index: 1;
  position: absolute;
  display: block;
  bottom: 20px;
  right: 8px;
  height: 320px;
}
section.featured-wine .accolade {
  text-align: center;
}
@media screen and (min-width: 35.5em) {
  section.featured-wine .accolade h4:after {
    content: "";
    position: absolute;
    display: block;
    height: 2px;
    width: 10%;
    bottom: -1rem;
    left: 0;
    margin-left: 45%;
    margin-right: 45%;
    background: #F3F3F3;
  }
  section.featured-wine .tile:hover h4:after {
    display: none !important;
  }
}
@media screen and (min-width: 48em) {
  section.featured-wine img.bottle {
    transform: scale(1.25);
    bottom: 10%;
    right: 2%;
  }
  section.featured-wine .accolade {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  section.featured-wine .accolade h4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 64em) {
  section.featured-wine img.bottle {
    transform: none;
    height: 175%;
    right: 0;
    bottom: -10%;
  }
  section.featured-wine {
    height: 450px;
  }
  .wine .cta .tile {
    min-height: 450px;
    height: 200px;
  }
  .wine .icon {
    margin-top: 7rem;
  }
  .wine .bottle {
    height: 205%;
    top: auto;
    right: -2%;
    bottom: -50%;
  }
  .wine .cta .featured-wine {
    padding: 0;
    overflow: hidden;
    height: 450px;
  }
  .wine .accolade {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 80em) {
  section.featured-wine img.bottle {
    height: 225%;
    bottom: -20%;
    transform: none;
  }
}
.wine .overview {
  background: white;
  padding-top: 2rem;
}
@media screen and (min-width: 64em) {
  .wine .icon {
    margin-top: 8rem;
  }
  .wine .overview {
    margin-top: 4rem;
    padding-top: 0;
  }
}

/**
 *  Home - Yering Station Wine
 */
.cta .restaurant-overview {
  position: relative;
  color: #F3F3F3;
  line-height: 1.2;
  font-family: 'Noto Sans', sans-serif;
  z-index: 40;
  padding: 0 20px 20px;
  height: 360px;
  overflow: hidden;
}
.cta .restaurant-overview h4,
.footer-content .cta h4 {
  padding: 20px 0 0;
}
.cta dl.featured-wine dd.brand,
.cta .restaurant-overview h4,
.footer-content .cta h4 {
  text-align: left;
  margin: 0;
  font-size: 1.6em;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.cta dl.featured-wine dd.varieties,
.cta .restaurant-overview h5,
.footer-content .cta h5 {
  font-size: 1.1em;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  position: relative;
  margin: 0;
  padding: 0;
}
.cta dl.featured-wine dd.varieties:after,
.cta .restaurant-overview h5:after,
.footer-content .cta  h5:after {
  content: "";
  height: 4px;
  width: 40px;
  background: #F3F3F3;
  position: absolute;
  bottom: -20px;
  left: 0;
  display: block;
}
.cta dl.featured-wine dd.summary,
.cta .restaurant-overview p {
  text-align: left;
  font-family: 'Oxygen', sans-serif;
  font-size: 0.75rem;
  line-height: 1.4;
  width: 55%;
  color: #FFF;
  padding: 40px 0 0;
  color: white;
  letter-spacing: 0.05rem;
}
.cta .restaurant-overview p {
  width: 70%;
}
.cta dl.featured-wine .bottle,
.cta .restaurant-overview .chef {
  position: absolute;
  right: -60px;
  bottom: 0;
  height: 380px;
  z-index: -10;
}
dl.featured-wine dt.club-label,
dl.featured-wine dt.retail-label,
dl.featured-wine dd.club,
dl.featured-wine dd.retail {
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Noto Sans', sans-serif;
  letter-spacing: 0.2em;
}
dl.featured-wine dd.retail,
dl.featured-wine dt.retail-label {
  color: #B3B3B3;
  font-size: 1.1em;
  padding: 20px 0 0;
}
dl.featured-wine dd.club,
dl.featured-wine dt.club-label {
  font-size: 1.2em;
  font-weight: 700;
  padding: 5px 0 10px;
}
.cta dl.featured-wine .flip-buttons,
.cta .restaurant-overview .flip-buttons {
  width: 180px;
  opacity: 1;
  transition: all .3s ease-in-out;
}
@media screen and (min-width: 35.5em) {
  .cta dl.featured-wine,
  .cta .restaurant-overview {
    padding: 0;
    height: 450px;
  }
  .cta dl.featured-wine .bottle,
  .cta .restaurant-overview .chef {
    right: 0;
    bottom: 0;
    height: 450px;
    z-index: 0;
  }
  .cta dl.featured-wine .bottle {
    margin: 0 auto;
    display: block;
    position: absolute;
    bottom: -40px;
    right: -17px;
    height: auto;
  }
  .cta .restaurant-overview h4 {
    padding: 80px 0 0;
  }
  .cta .restaurant-overview p {
    width: 50%;
  }
  .cta dl.featured-wine dd.summary,
  .cta .restaurant-overview p {
    color: #B3B3B3;
    margin: 0;
  }
}



/**
 *  Contextual CTA Block (eg. History & Heritage homepage block)
 */

/* Intro */
section.contextual-cta .intro {
  margin-bottom: 0;
}
/* Block */
section.contextual-cta .block > div:nth-of-type(2) {
  padding: 5rem 0.5rem;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
section.contextual-cta .block > div:nth-of-type(2) > * {
  position: relative;
}
section.contextual-cta .block > div:nth-of-type(2):before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}
section.contextual-cta.picnic-idyll .block > div:nth-of-type(2):before {
  background-color: rgba(255, 255, 255, 0.5);
}
section.contextual-cta.history-heritage .block > div:nth-of-type(2) {
  background-image: url(/wp-content/themes/mount-langi/assets/img/heritage-block.jpg);
  background-color: #222;
}
section.contextual-cta.picnic-idyll .block > div:nth-of-type(2) {
  background-image: url(/wp-content/themes/mount-langi/assets/img/picnic-idyll.jpg);
  background-color: #222;
}
section.contextual-cta .block .flip-buttons-wrapper {
  margin: 0;
}
section.contextual-cta .block .flip-buttons .flip-button-front,
section.contextual-cta .block .flip-buttons .flip-button-back {
  border-color: white;
}
/* Tile */
section.contextual-cta .tile {
  height: auto;
  padding-bottom: 2rem;
}
section.contextual-cta .tile .icon,
section.contextual-cta .tile h4,
section.contextual-cta .tile:before {
  display: none;
}
section.contextual-cta .tile .flip-buttons {
  opacity: 1;
}
section.contextual-cta .tile .flip-buttons .flip-button-front {
  background: #222;
  color: white;
}
section.contextual-cta .tile .flip-buttons .flip-button-back {
  background: transparent;
  color: #333;
}
section.contextual-cta .tile .flip-buttons .flip-button-front,
section.contextual-cta .tile .flip-buttons .flip-button-back {
  border-color: #333;
}
section.contextual-cta.picnic-idyll .block p,
section.contextual-cta.picnic-idyll .block h3 {
  color: #333;
}
section.contextual-cta.picnic-idyll .block h3:after {
  background: #222;
}
section.contextual-cta.picnic-idyll .block .flip-buttons .flip-button-front,
section.contextual-cta.picnic-idyll .block .flip-buttons .flip-button-back {
  border-color: #222;
}
section.contextual-cta.picnic-idyll .block .flip-buttons .flip-button-front {
  background: #222;
  color: white;
}
section.contextual-cta.picnic-idyll .block .flip-buttons .flip-button-back {
  background: transparent;
  color: #333;
}
section.contextual-cta.history-heritage .tile:hover img.icon {
  opacity: 1;
  padding: 70px 0 0;
  display: inline-block;
}
section.contextual-cta.history-heritage .tile {
  display: none;
}
section.contextual-cta.history-heritage .tile:hover h4:after {
  display: none;
}
@media screen and (min-width: 48em) {
  /* Intro */
  section.contextual-cta .intro {
    margin-bottom: 2rem;
  }
  /* Block */
  section.contextual-cta .block {
    padding: 5.33rem 0 1rem;
    background-size: cover;
  }
  section.contextual-cta .block {
    height: 28.125rem;
  }
  section.contextual-cta.history-heritage .block {
    background-image: url(/wp-content/themes/mount-langi/assets/img/heritage-block.jpg);
    background-color: #222;
  }
  section.contextual-cta.picnic-idyll .block {
    background-image: url(/wp-content/themes/mount-langi/assets/img/picnic-idyll.jpg);
    background-color: white;
  }
  section.contextual-cta .block .flip-buttons-wrapper {
    text-align: left;
  }
  section.contextual-cta .block > div:nth-of-type(2) {
    padding: 0;
  }
  section.contextual-cta .block > div:nth-of-type(2),
  section.contextual-cta.history-heritage .block > div:nth-of-type(2),
  section.contextual-cta.picnic-idyll .block > div:nth-of-type(2) {
    background-image: none;
    background-color: transparent;
  }
  section.contextual-cta .block > div:nth-of-type(2):before {
    display: none;
  }
  /* Tile */
  section.contextual-cta .tile .flip-buttons {
    opacity: 0;
  }
  section.contextual-cta .tile:hover .flip-buttons {
    opacity: 1;
  }
  section.contextual-cta .tile .icon {
    display: inline-block;
  }
  section.contextual-cta .tile h4 {
    display: block;
  }
  section.contextual-cta .tile .flip-buttons .flip-button-front,
  section.contextual-cta .tile .flip-buttons .flip-button-back {
    border-color: white;
  }
  section.contextual-cta .tile .flip-buttons .flip-button-front {
    background: white;
    color: #333;
  }
  section.contextual-cta .tile .flip-buttons .flip-button-back {
    background: transparent;
    color: white;
  }
  section.contextual-cta.history-heritage .tile {
    display: block;
  }
}


/*
 * Article Introduction
 */
article .intro {
  text-align: center;
  font-weight: 300;
  max-width: 64rem;
  margin: 0 auto 2rem;
  text-transform: none;
  text-align: center;
  width: 100%;
}
article .intro h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0.5rem;
  letter-spacing: 0.1em;
  font-size: 1.25rem;
}
@media screen and (min-width: 48em) {
  article .intro {
    padding: 0 2rem;
    font-size: 1.15rem;
  }
  article .intro h3 {
    font-size: 1.66rem;
    color: black;
  }
}

/**
*  Visit page
*/
article .open-hours {
  text-align: center;
}
article .open-hours .intro {
  margin-bottom: 0;
}
article .open-hours .intro p:last-child {
  margin-bottom: 0;
}
article .open-hours h3 {
  margin-bottom: 1.5rem;
}

/**
*  Post Listing Pages
*/
article.posts section.post {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
article.posts section.post h3 {
  margin-top: 0;
}
article.posts section.post .details {
  padding: 0 1rem;
}
article.posts section.post .details time {
  display: block;
}
article.posts section.post img {
  height: auto;
  margin: 1.5rem;
  width: calc(100% - 3rem);
  margin-top: 0;
}
article.posts section.post .flip-buttons-wrapper {
  text-align: left;
}

/**
*  Single Posts
*/
body.single article {
  margin-bottom: 2em;
  font-size: 1.2em;
  z-index: 1;
  position: relative;
}
body.single article img {
  height: auto;
  width: 100%;
}
body.single article h1 {
  margin-bottom: 2rem;
}
body.single article h3 {
  margin-top: 0;
}
body.single h4 {
  padding: 0;
  margin: 0.5rem 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  line-height: 2;
  position: relative;
  font-weight: bold;
  text-align: left;
}
body.single .breadcrumb h4 {
  font-weight: normal;
  font-size: 1rem;
}
body.single .breadcrumb.bottom h4 {
  text-align: right;
}
body.single aside .event-details-box {
  border: 1px solid #ccc;
  border-width: 1px 0;
  padding: 1rem 0 1.5rem 0;
}
body.single aside .date,
body.single aside .time,
body.single aside .location{
  color: #888;
  text-transform: none;
  font-weight: normal;
  line-height: 1.5;
  font-size: 0.9rem;
}
body.single aside .event-map {
  text-transform: uppercase;
  margin: 0.5rem 0;
  color: #888;
  font-size: 0.9rem;
  font-weight: 500;
}
body.single article img {
  margin: 0 auto;
  display: block;
  width: 50%;
  margin-bottom: 1rem;
  height: auto;
}
body.single article h6 {
  width: 50%;
  margin: 1em auto 4em;
}
.event-footer {position: relative;}

body .social-bar {
  text-align: left;
  position: absolute;
  top: 0;
  right: 0;
}
body.single aside .social {
  text-align: center;
}
body .social-bar a,
body.single aside .social a {
  color: #333;
}
body .social-bar .icons,
body.single aside .social .icons {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
body .social-bar .icons i,
body.single aside .social .icons i {
  margin: 0 0.25rem;
}
body .social-bar .facebook:hover,
body .social-bar .facebook:active,
body.single aside .social .facebook:hover,
body.single aside .social .facebook:active {
  color: #1e67ab;
}
body .social-bar .twitter:hover,
body .social-bar .twitter:active,
body.single aside .social .twitter:hover,
body.single aside .social .twitter:active {
  color: #38ace1;
}
body .social-bar .email:hover,
body .social-bar .email:active,
body.single aside .social .email:hover,
body.single aside .social .email:active {
  color: #5b5b5b;
}
body.single aside .social .label {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: bold;
}
body.single .register {
  margin: 3rem 0;
  padding: 4rem 10rem 4rem 10rem;
  background: #f5f5f5;
  border: 2px solid #ddd;
  border-width: 2px 0;
}
body.single .register h2 {
  font-weight: 550;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0.5rem;
}
body.single .register h3 {
  color: #666;
  margin-bottom: 2rem;
  font-size: 1rem;
  margin-top: 0.5rem;
  padding-top: 0;
  text-align: center;
}
body.single aside .social {
  margin-top: 2rem;
}
.rednao-control-group input {
  margin: 0.25rem;
}
@media screen and (min-width: 48em) {
  body.single .post-content {
    margin-right: 5rem;
  }
}

/**
 * Breadcumb
 */
#breadcrumbs {
  list-style: none;
  margin: 10px 0;
  overflow: hidden;
  text-align: center;
}
#breadcrumbs li {
  display: inline-block;
  text-transform: uppercase;
  padding: 0 2px;
  color: #333;
  font-family: 'Oxygen', sans-serif;
  letter-spacing: 0.15em;
  font-size: 0.8em;
}
#breadcrumbs .separator {
  color: #727272;
}
#breadcrumbs span.current {
  font-weight: 400;
  color: #727272;
}
@media screen and (min-width: 35.5em) {
  #breadcrumbs li {
    font-size: 0.9em;
  }
}

/**
 * Navigation
 */
.navigation {
  list-style: none;
  width: 100%;
  border: 4px solid #222;
  font-size: 0.9rem;
  margin: 0 auto 1rem;
  z-index: 0;
  position: relative;
}
.navigation input#toggle-sub-menu {
  display: none;
  z-index: 100;
  width: 100%;
}
.navigation label,
body.bbxx form .navigation label {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-size: 1.1em;
  text-align: center;
  display: block;
  color: #333;
  background: #FFF;
  z-index: 90;
  height: 38px;
  width: 100%;
  line-height: 2.5;
  text-decoration: none;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.navigation > .navigation label span {
  display: block;
}
.navigation label:before {
  content: "\f0d7";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 8px;
  display: inline-block;
  margin: 0 8px 0 0;
}
.navigation input:checked ~ .navigation label:before {
  content: "\f0d8";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #333 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 8px;
  display: inline-block;
}
.navigation input:checked ~ li {
  display: block;
  opacity: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.navigation li {
  position: relative;
  height: 60px;
  margin: 0;
  padding: 15px 15px;
  cursor: pointer;
  -webkit-font-smoothing: subpixel-antialiased;
  display: none;
  text-transform: uppercase;
  text-align: center;
  z-index: 1;
  background: #222;
  text-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 64em) {
  .navigation li {
    height: 100%;
  }
}
.navigation li a {
  color: #FFF;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-size: 0.9em;
  line-height: 1.2;
  letter-spacing: 0.15em;
}
.navigation li:after {
  content: "";
  height: 2px;
  width: 10%;
  margin: 0 45%;
  background: #FFF;
  position: absolute;
  bottom: 5px;
  left: 0px;
  display: block;
}
.navigation li ul li:after {
  display: none;
}
.navigation ul.children {
  display: block;
  position: relative;
}
.navigation li ul.children {
  display: block;
  width: auto;
}
.navigation li ul.children li {
  display: block;
  margin: 0;
  padding: 10px 0;
}
.navigation li ul.children li a {
  color: #FFF;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1.5;
}
.navigation li.page_item_has_children a {
  font-size: 1.2em;
}
.navigation li ul.children ul.children li a {
  font-size: 0.8em;
  font-weight: 400;
}
@media screen and (min-width: 35.5em) {
  .navigation {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
}
@media screen and (min-width: 64em) {
  .navigation label,
  body.bbxx form .navigation label {
    display: none;
  }
  .navigation li {
    display: table-cell;
    margin: 10px 0 0;
    padding: 4px 12px;
    text-align: left;
  }
  .navigation li a {
    line-height: 2.4;
  }
  .navigation {
    width: auto;
    display: inline-block;
  }
  .navigation li ul.children {
    display: none;
    position: absolute;
    border: 4px solid #222;
    top: 36px;
    left: -4px;
    padding: 0;
    margin: 0;
    background: #FFF;
    border-top: none;
  }
  .navigation li:after {
    display: none;
  }
  .navigation li ul.children {
    display: none;
    white-space: nowrap;
  }
  .navigation li:hover,
  .navigation li:hover a,
  .navigation li.current_page_item,
  .navigation li.current_page_item a,
  .navigation li.current_page_ancestor,
  .navigation li.current_page_ancestor a,
  .navigation li.active,
  .navigation li.active a {
    background: rgba(255, 255, 255, 1);
    text-shadow: none;
    color: #333;
    text-decoration: none;
  }
  .navigation li.page_item_has_children.current_page_item:before,
  .navigation li.page_item_has_children.current_page_ancestor:before,
  .navigation li ul li.page_item_has_children:before,
  .navigation li.page_item_has_children:hover:before {
    color: #333;
  }
  .navigation li.page_item_has_children:before {
    content: "\f0d7";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 8px 0 0;
    color: #fff;
    width: 8px;
    display: inline-block;
  }
  .navigation li.page_item_has_children:hover:before {
    content: "\f0da";
  }
  .navigation li.page_item_has_children a {
    font-size: 0.9em;
  }
  .navigation li:hover ul.children {
    display: block;
    min-width: calc(100% + 8px);
  }
  .navigation li ul.children li {
    background: #FFF;
    padding: 0;
  }
  .navigation li ul.children li a {
    background: #FFF;
    color: #333;
    padding: 0 20px;
    height: 38px;
    line-height: 2.7;
  }
  .navigation li ul.children li ul.children {
    display: none;
  }
  .navigation li ul.children li:hover ul.children {
    display: block;
    left: 100%;
    border-top: 4px solid #222;
    top: 0;
    padding: 2px 10px;
    z-index: 100;
  }
  .navigation li ul.children li a:hover {
    color: #999;
  }
}

body.page-contact-us .navigation{
  display: none;
}


/**
 *  Entry Content
 */
article.page {
  margin: 0 auto;
}
.entry-content p,
.entry-content h3,
.entry-content h4 {
  text-align: left;
}
.entry-content .packages {
  padding: 40px 0 0;
}
section.page article .entry-content p {
  color: #333;
}
article .entry-content h3 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: bold;
  color: black;
}
article .entry-content h3 + h4 {
  margin-top: 0;
  font-weight: 400;
  font-size: 1.1rem;
  margin-bottom:  0;
}
article .entry-content p {
  text-align: left;
  font-size: 1rem;
}
article .entry-content img.logo {
  margin: 0px auto -20px;
  padding: 40px 0 0;
  float: none;
  display: block !important;
  clear: both;
  width: inherit;
  max-width: inherit;
}
article .entry-content ul {
  padding: 0 0 0 1rem;
  margin: 1rem 0;
}
article .entry-content img {
  margin: 0;
}
body.page-template-default article .entry-content p:last-child {
  margin-bottom: 3rem;
}
@media screen and (min-width: 48em) {
  article .entry-content .first-md > * {
    margin-right: 5rem;
  }
  article .entry-content img {
    margin: 1.75rem 0 5rem;
  }
  body.page-template-default article .entry-content p:last-child {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 35.5em) {
  article .entry-content .first-md > * {
    margin-right: 2rem;
  }
}
@media screen and (min-width: 80em) {
  article .entry-content .first-md > * {
    margin-right: 4rem;
  }
}

/**
 * 404
 */
.fourohfour p {
  margin: 1em auto;
  width: 60%;
  font-size: 2em;
}

/**
 * Scroll Icon
 */
#mouse {
  display: none;
  position: absolute;
}
@media screen and (min-width: 64em) {
  #mouse {
    margin: 25vw 0 0 0px;
    left: 49%;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  }
  body.page-template-page-home #mouse {
    margin: 64vh 0 0 0px;
  }
  #mouse p {
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    letter-spacing: 0.2em;
  }
  span.scroll-one,
  span.scroll-two,
  span.scroll-three {
    display: block;
    width: 20px;
    height: 20px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    margin: 0 0 3px 6px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  }
  .scroll-one {
    margin-top: 10px;
  }
  .scroll-one,
  .scroll-two,
  .scroll-three {
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
  }
  .scroll-one {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;
  }
  .scroll-two {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;
  }
  .scroll-three {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-direction: alternate;
  }
  .mouse {
    height: 21px;
    width: 14px;
    border-radius: 10px;
    transform: none;
    border: 2px solid white;
    top: 170px;
    margin: 0 0 5px;
    display: none;
  }
  .wheel {
    height: 5px;
    width: 2px;
    display: none;
    margin: 5px auto;
    background: white;
    position: relative;
  }
  .wheel {
    -webkit-animation: mouse-wheel 1.2s ease infinite;
    -moz-animation: mouse-wheel 1.2s ease infinite;
  }
}
@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% {
    top: 1px;
  }
  50% {
    top: 2px;
  }
  100% {
    top: 3px;
  }
}
@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

/* Prevent Google Map Scrolling */
.gmap-overlay {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 425px;
  pointer-events: auto;
}

/* NavBar */
#nav-primary-wrapper {
  padding: 11px 40px 11px 105px;
}
#nav-primary-wrapper .nav-primary {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.navbar-overlay {
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  border-bottom: 1px solid transparent;
  left: 0;
  -webkit-transition: height 400ms ease-in-out, border 0s linear 0s;
  transition: height 400ms ease-in-out, border 0s linear 0s;
}
@media only screen and (max-width:1200px) {
  #nav-primary-wrapper .nav-secondary {
    display: none;
  }
}
@media only screen and (max-width:767px) {
  html.nav-active {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  html.nav-active body {
    height: 100%;
    overflow: hidden;
  }
  .mobile-icon {
    width: 20px;
    height: 20px;
    margin: 5px 0;
    display: block;
  }
  .navbar .navbar-header {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
    top: 0;
    float: none;
  }
  #nav-container {
    display: none;
  }
}
#mc_embed_signup .mc-field-group .asterisk {
  position: inherit !important;
}

/*
 * News & Events Tiles
 */
body.bbxx .news-events-tiles {
  text-align: center;
  text-transform: uppercase;
  margin: 3rem auto;
}
body.bbxx .news-events-tiles p {
  text-transform: none;
}
@media screen and (min-width: 64em) {
  .news-events-tiles img {
    margin-bottom: 0;
    max-width: 100%;
    height: 17rem;
    width:  100%;
  }
}
.news-events-tiles h4 {
  margin: 1rem 0 0.5rem;
  text-align: center;
  font-weight: normal;
  letter-spacing: 0.05rem;
  font-size: 1.3rem;
}
.news-events-tiles a {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 2rem;
}
.news-events-tiles a:hover {
  color: #999;
}
@media screen and (min-width: 35.5em) {
  .news-events-tiles a {
    margin-bottom: 0;
  }
}

/*
 * Wine Club
 */

body.page-faq article .entry-content h3,
body.page-environment-sustainability article .entry-content h3 {
  margin: 3rem 0 0.75rem;
}
body.page-faq article .entry-content p {
  margin: 0.75rem 0;
}
section.wine-club {
  border-top: 1px solid #333;
  padding-top: 4rem;
}
section.wine-club h4 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  font-size: 1.15rem;
}
section.wine-club p {
  margin-top: 0;
}

/*
 * Contact Info Block
 */
.entry-content .contact-info {
  text-align: left;
}
.entry-content .contact-info img {
  margin-top: 0;
}
.entry-content .contact-info h3 {
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.entry-content .contact-form-wrapper {
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  padding-top: 5rem;
  margin-top: 2rem;
}
.entry-content .contact-form-wrapper p {
  text-align: center;
  margin-bottom: 5rem;
}
.entry-content .contact-form-wrapper form {
  text-align: left;
  max-width: 48rem;
  margin: 0 auto 5rem;
}

/**
 * Google Maps
 */
.maps,
.entry-content .maps {
  position: relative;
  margin-top: 4rem !important;
}
.maps p,
.entry-content .maps p {
  text-align: center;
}
.maps h3,
.entry-content .maps h3 {
  text-align: center;
}
.googlemaps {
  position: relative;
  padding-bottom: 100%;  /* This is the aspect ratio */
  height: 0;
}
.googlemaps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
  -webkit-transition: all .5s ease-in-out;
}
@media screen and (min-width: 35.5em) {
  .googlemaps {
    padding-bottom: 50%;
  }
}
@media screen and (min-width: 48em) {
  .googlemaps {
    padding-bottom: 33%;
  }
}
.directions {
  margin: 1rem auto 3rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: bold;
  text-align: center;
}

/*
 * Package Selection page - select types
 */
.package-types .package-type {
  padding: 1px;
  color: #333;
  text-align: center;
}
.package-types .package-type img,
article .entry-content .package-types .package-type img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
.package-types .package-type:hover .cta {
  color: #999;
}
.package-type-image-wrapper img {
  display: block;
}
.package-types .package-type h3 {
  text-transform: uppercase;
  font-size: 1.75rem;
  margin: 1rem;
  text-align: center;
}
.package-types .package-type p {
  margin: 1rem;
  text-align: center;
}
.package_step .intro {
  margin-top: 3rem;
}
.package-types .package-type .cta {
  text-transform: uppercase;
}
.package_step .intro:after {
  content: "";
  display: block;
  height: 0.4rem;
  width: 10rem;
  max-width: 100%;
  margin: 2.5rem auto 3rem;
  background: #222;
}

/* Mobile responsive special classes */
.show-lg {
  display: none;
}
@media screen and (min-width: 64em) {
  .show-lg {
    display: block;
    max-width: 100%;
  }
}


/* MLG-specific bbxx shop menu current-item style */
/* Trick WP into showing main nav indicator */
/* Shop */
body.bbxx_api .menu-item-29 a,
body.bbxx_products_index .menu-item-29 a,
body.bbxx_store_private .menu-item-29 a,
body.bbxx_products_update_index .menu-item-29 a,
body.bbxx_products_show .menu-item-29 a,
body.bbxx_cart_clear .menu-item-29 a,
body.bbxx_carts_show .menu-item-29 a,
body.bbxx_payments_new .menu-item-29 a,
body.bbxx_payments_complete .menu-item-29 a,
body.bbxx_payments_show .menu-item-29 a {
  border-bottom: 4px solid #222;
}
/* Wine Club */
body.bbxx_packages_select_type .menu-item-32 a,
body.bbxx_packages_select_brand .menu-item-32 a,
body.bbxx_packages_subscriptions_index .menu-item-32 a,
body.bbxx_packages_gifts_index .menu-item-32 a,
body.bbxx_packages_shipping_zone .menu-item-32 a,
body.bbxx_packages_purchase .menu-item-32 a,
body.bbxx_packages_purchase_gift .menu-item-32 a {
  border-bottom: 4px solid #222;
}

/* Footer CTA */
.footer-cta + footer,
.footer-cta + footer .footer-content {
  margin: 0;
}
.footer-cta {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 8.5rem 0 0 0;
  color: white;
  position: relative;
}
.footer-cta-content {
  margin: 0 auto;
  padding: 2rem;
  position: relative;
}
.footer-cta:before {
  background: rgba(0,0,0,0.5);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.footer-cta:not(.footer-cta-dark):before {
  background: rgba(0,0,0,0.5);
}
.footer-cta .footer-cta-content h3 {
  text-transform: uppercase;
  text-align: left;
  font-size: 1.6rem;
  padding-bottom: 0;
  margin-bottom: 0;
  color: inherit;
}
.footer-cta .footer-cta-content h4 {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 1.25rem;
}
.footer-cta .footer-cta-content h4:after {
  content: "";
  height: 4px;
  width: 40px;
  margin-top: 1rem;
  background: #F3F3F3;
  bottom: -20px;
  left: 0;
  display: block;
}
.footer-cta .footer-cta-content p {
  font-weight: 300;
}
.footer-cta .footer-cta-content .flip-buttons {
  margin-left: 0;
  margin-right: 0;
}
.footer-cta:not(.footer-cta-dark) .footer-cta-content .flip-button-front,
.footer-cta:not(.footer-cta-dark) .footer-cta-content .flip-button-back {
  border: 3px solid white;
}
.footer-cta:not(.footer-cta-dark) .footer-cta-content .flip-button-front {
  background: white;
  color: #333;
}
.footer-cta:not(.footer-cta-dark) .footer-cta-content .flip-button-back {
  background: transparent;
  color: white;
}

/* Footer CTA Dark Theme */
.footer-cta.footer-cta-dark,
.footer-cta.footer-cta-dark h3,
.footer-cta.footer-cta-dark h4,
.footer-cta.footer-cta-dark p {
  color: #333;
}
.footer-cta.footer-cta-dark h4:after {
  background: #222;
}
.footer-cta.footer-cta-dark:before {
  background: rgba(255,255,255,0.5);
}

@media screen and (min-width: 35.5em) {
  .footer-cta {
    height: 30rem;
  }
  .footer-cta-content {
    width: 50%;
    margin: 2rem 50% auto;
  }
}
@media screen and (min-width: 48em) {
  .footer-cta {
    height: 36rem;
  }
  .footer-cta:before {
    display: none;
  }
  .footer-cta-content {
    margin: 4rem 50% auto;
  }
}
@media screen and (min-width: 64em) {
  .footer-cta {
    height: 42rem;
  }
  .footer-cta-content {
    width: 40%;
    margin: 8rem 50% auto;
    padding-left: 0;
  }
}

/*
 * Pure Extensions
 */

/* Pure Responsive Column Orders */
@media screen and (min-width: 48em) {
  .pure-g [class *= "pure-u"].first-md {
    -webkit-box-ordinal-group: 2;
                -webkit-order: 1;
               -ms-flex-order: 1;
                        order: 1;
  }
  .pure-g [class *= "pure-u"].second-md {
    -webkit-box-ordinal-group: 3;
                -webkit-order: 2;
               -ms-flex-order: 2;
                        order: 2;
  }
  .pure-g [class *= "pure-u"].third-md {
    -webkit-box-ordinal-group: 4;
                -webkit-order: 3;
               -ms-flex-order: 3;
                        order: 3;
  }
  .pure-g [class *= "pure-u"].last-md {
    -webkit-box-ordinal-group: 1000;
                -webkit-order: 999;
               -ms-flex-order: 999;
                        order: 999;
  }
  .pure-g [class *= "pure-u"].second-last-md {
    -webkit-box-ordinal-group: 999;
                -webkit-order: 998;
               -ms-flex-order: 998;
                        order: 998;
  }
  .pure-g [class *= "pure-u"].third-last-md {
    -webkit-box-ordinal-group: 998;
                -webkit-order: 997;
               -ms-flex-order: 997;
                        order: 997;
  }
}

.gallery .wp-caption-text {
  display: none !important;
}


/* Featured Package Page */

body.page-template-featured-package section.hero {
  background-position: center center;
}
body.page-template-featured-package .featured-package-image {
  text-align: center;
}
body.page-template-featured-package .featured-package-image img {
  padding-top: 0px;
  max-height: 308px;
  display: inline-block;
}
body.page-template-featured-package .featured-package-details h3,
body.page-template-featured-package .featured-package-details h4,
body.page-template-featured-package .featured-package-details p {
  color:black;
}
body.page-template-featured-package .featured-package-details h3:after {
  background: black;
}
body.page-template-featured-package .featured-package-details h6 {
  font-size: 18px;
  margin: 0;
  margin-top: 30px;
}
body.page-template-featured-package .featured-package .block {
  border: 1px solid #dfdede;
  background-image: url(/wp-content/themes/mount-langi/assets/img/background-bbxx.jpg)
}
body.page-template-featured-package section.contextual-cta.featured-package .block .flip-buttons .flip-button-front {
  background-color: #222;
  color: white;
  border-color: #222;
}
body.page-template-featured-package section.contextual-cta.featured-package .block .flip-buttons .flip-button-back {
  background-color: transparent;
  color: #333;
  border-color: #222;
}
body.page-template-featured-package section.reservation {
  margin-top: 1rem;
}


/* Popup Dialog Styles to Override Jquery UI */
.ui-corner-all,
.ui-corner-top,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-right,
.ui-corner-tl,
.ui-corner-tr,
.ui-corner-bl,
.ui-corner-br {
  border-radius: 0;
}

.ui-widget-overlay {
  opacity: .8;
  background: black;
}
.ui-widget-header {
  background: transparent;
  border-width: 0;
}
.ui-dialog {
  max-width: 100%;
}
.ui-dialog .ui-dialog-titlebar {
  padding-top: .66em;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: transparent;
  border-width: 0;
}
.ui-widget-content a {
  color: #202E9E;
}

.ui-dialog .dialog-brand-logo {
  width: 10em;
  max-width: 100%;
  display: block;
  margin: 2em auto;
}
.ui-dialog .info-map-preview {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
}




/* Info Block Style */

article .entry-content .info-block,
.info-block {
  background-color: #181e50;
  padding: 1em;
  margin-top: 3em;
  margin-bottom: 3em;
  text-align: left;
  color: white;
}
article .entry-content .info-block .info-icon,
.info-block .info-icon {
  color: white;
  font-size: 3em;
  margin-bottom: .25em;
  text-align: center;
}
article .entry-content .info-block .info-paragraph,
.info-block .info-paragraph {
  text-align: left;
}
article .entry-content .info-block .info-view-map-link,
.info-block .info-view-map-link {
  display: block;
  text-align: center;
  margin-top: 1em;
}

article .entry-content .info-block p,
.info-block p,
.info-block .info-paragraph,
article .entry-content .info-block .info-paragraph {
  text-align: left;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  article .entry-content .info-block,
  .info-block {
    padding: 2em;
    text-align: center;
  }
  article .entry-content .info-block .info-icon,
  .info-block .info-icon {
    float: left;
    font-size: 4em;
    padding-right: 1rem;
    margin-right: 1rem;
    margin-left: 0;
    line-height: 1;
  }
  article .entry-content .info-block .info-paragraph,
  .info-block .info-paragraph {
     margin-left: 6em;
  }
  article .entry-content .info-block .info-view-map-link,
  .info-block .info-view-map-link {
    margin-right: 12em;
  }
  article.entry-content .info-block p,
  .info-block p {
    text-align: center;
  }
}

article .info-block a {
  color: white;
  text-decoration: underline;
}
article .info-block .map-download-link {
  display: block;
  text-align: center;
  margin-top: 1em;
}

@media screen and (min-width: 768px) {
  article .info-block .map-download-link {
    margin-top: 2em;
  }
}

article .entry-content img.info-map-preview,
article img.info-map-preview,
.info-map-preview {
  max-width: 100%;
  display: block;
}

@media screen and (min-width: 768px) {
  article .entry-content img.info-map-preview,
  article img.info-map-preview,
  .info-map-preview {
    float: right;
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 0;
    padding: .5em;
    margin: 0 auto 2em auto;
  }
}

/* Home Featured Package */
.home-featured-package {
  padding-left: 2em;
  padding-right: 2em;
  background-size: cover;
}
.cta.home-featured {
  background-size: cover;
}
@media screen and (min-width: 48em) {
  .home-featured-package {
    padding-left: 0;
    padding-right: 0;
  }
}
.home-featured .accolade {
  color: white;
  padding: 2em;
}
.home-featured .accolade h4 {
  color: inherit;
}
.home-featured-package .flip-buttons-wrapper {
  text-align: left;
  width: 100%;
  margin-top: 1em;
}
.home-featured-package .flip-buttons-wrapper .flip-buttons {
  margin-left: 0;
  margin-top: 0;
  margin-right: 1em;
}
.home-featured-package dl dd.description p {
  color: white;
}
.home-featured-package dl dt.price,
.home-featured-package dl dd.price {
  color: white;
}
