/*  
                                           
  _    _ _   _   _       _____                       _    _    ___ 
 | |  (_) |_| |_| |___  |_   _|_ _ _ _  __ _ ___    | |  | |  / __|
 | |__| |  _|  _| / -_)   | |/ _` | ' \/ _` / _ \_  | |__| |_| (__ 
 |____|_|\__|\__|_\___|   |_|\__,_|_||_\__, \___( ) |____|____\___|
                                       |___/    |/                 

Share your old website and Little Tango will redesign it for you.
http://www.littletango.com/

*/
html, html body {
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
}
/* TYPEFACE */
.h1.uppercase, .h2.uppercase, .h3.uppercase, .h4.uppercase, h1.uppercase, h2.uppercase, h3.uppercase, h4.uppercase, h5.uppercase {
	font-weight: 800;
}
.upper {
	text-transform: uppercase;
}
.bold {
	font-weight: 700 !important;
}
.bolder {
	font-weight: 900 !important;
}
span.small {
	font-size: .8em;
}
/* SECTIONS */
body, .slides {
	background-color: #f8f7f2;
}
.panel .sections {
	max-width: 1150px;
	margin: 0 auto;	
	position: relative;
}
.slide {
	max-width: 1200px;
	margin: 0 auto;
	border-left: 20px solid white;
	border-right: 20px solid white;
   -moz-box-shadow:    0px 10px 20px #e6e6e6;
   -webkit-box-shadow: 0px 10px 20px #e6e6e6;  
  box-shadow: 0px 10px 20px #e6e6e6;
}
.interior .slide, 
.interior .panel.black, 
.interior .panel.white {
   -moz-box-shadow:    none;
   -webkit-box-shadow: none;    
  box-shadow: none;  
}
.interior .panel img.logo {
    position: relative;
}
img.home-logo {
  position: relative;
}
.sidebar img.logo,
.compact img.logo {
  max-height: 60px;
}
@media screen and (max-width: 1043px) {
  img.home-logo {
    top: 20px;
    position: relative;
    height: 40px;  
  }
}
/* LOGO */
.panel img.logo {
	max-width: 200px;
}
.footer-logo img {
	max-width: 260px;
	color: #e28d4e;	
}
.footer a {
  color: #fff !important; 
  letter-spacing: 1px;
}
.logoHolder {
   position:relative;
   display:block;
   margin: 0 auto;
   text-align: center;
}
.whiteLogo,
.blackLogo {
   position:absolute;
   left:25%;
   top:0;
   opacity:0;
   -webkit-transition:opacity 0.5s;
   transition:opacity 0.5s;
}
.slides.whiteSlide .blackLogo,
.slides:not(.whiteSlide) .whiteLogo {
   opacity:1;
}

/* STYLES FOR TEXT LOGO */
.textLogo {
	font-size: 33px;
	letter-spacing: -1px;
	font-weight: 600;
}

/* NAVIGATION */
.panel .sections .menu li a {
	opacity: 1 !important;
  letter-spacing: 1px;
	font-weight: 400;
}
footer .panel .sections .menu li a { 
  opacity: 1 !important;  
  color: #fff !important;
}
.panel .sections .menu li a:hover, 
.panel .sections .menu li a:focus {
	opacity: .8;
}
footer nav.panel.bottom.relative {
    padding: 0px;
}

/* QUOTE */
.quote {
	text-transform: uppercase; 
	font-size: 1.8rem;
	line-height: 1.3;
	padding-left: 30px;
	padding-right: 30px;
}

/* HEADER */
header > section > .content {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+0,0+49 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
header > section > .content.region {
  background: none;
  filter: none;
}
header > section > .content.region h1 {
  color: #242424;
}
/* IMAGES */
.full {
	width: 100%;
}
.imgLeft {
	padding-right: 20px;
}
.imgCenter {
}
.imgRight {
	padding-left: 20px;
}

/* EQUAL */
li.col-4-12.equalElement {
    max-height: 360px;
}
li.col-8-12.equalElement {
    max-height: 360px;
}

/* TEXT */
.blockBlack {
	background: #202020;
	color: #fff;
	width: 100%;
	height: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 3rem;
	display: table;
    padding-top: 30px;
    padding-bottom: 30px;  
}
a:hover .blockBlack,
a:focus .blockBlack {
    background: #a95e28;  
}
.blockGold {
  background-color: #8e420a;  
  min-height: none;
}
.blockBlack-interior-1 {
	display:table-cell;
	vertical-align:middle;	
}
.blockBlack-interior-2 {
	text-align:center;
}
.blockBlack .bold {
	font-weight: 700 !important;
}
.blockBlack .smaller {
	font-size: 2rem;
}



/* TASTING CONTENT */
  .container .wrap.tastingContent .spaceWrap, .container .wrap.tastingContent.spaceWrap, .container .wrap.tastingContent:not(.noSpaces) {
    padding: 70px calc(8% + 15px);
  }




/* SPLIT */
/* scroll effect support */
.scroll .slide.split,
.scroll .slide.split .container {
  min-height: 100vh;
  min-height: auto;
}

.split .container .wrap.center,
.split .container .wrap.left,
.split .container .wrap.right {
    padding: 120px calc(4% + 15px);
}

.slide.split .wrap {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .slide.split .container,
  .slide.split .wrap {
    width: 100% !important;
    min-height: 50vh;
  }

  .split .container .wrap.center,
  .split .container .wrap.left,
  .split .container .wrap.right {
      padding: 40px calc(4% + 15px);
  }


  .slide.split .container {
    display: block;
    height: auto;
  }

  .slide.split .wrap {
    display: table;
    background-attachment: inherit;
    padding: 0;
  	background-image: none !important;    
  }

  .slide.split .wrap .mobile-wrap {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
  }
  .tastingContent {
    padding: 120px calc(8% + 15px);
    padding: 0 calc(8% + 15px);
  }
  .reverseContent {
  	margin-top: 20px;
    -ms-flex-wrap: wrap-reverse !important;  	
    flex-wrap: wrap-reverse !important;
    display: flex !important;  	
  }

  footer .panel .sections .menu {
    display: block;
    margin-top: 20px;
  }
  footer .panel .sections .menu li {
    display: block;
    padding: 10px inherit;
  }
}

/* OVERLAY */
.darkOverlay {
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 47%, rgba(0,0,0,0.85) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0)), color-stop(47%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.85)));
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 47%, rgba(0,0,0,0.85) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 47%, rgba(0,0,0,0.85) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 47%, rgba(0,0,0,0.85) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 47%, rgba(0,0,0,0.85) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}

/* SOCIAL LINKS */
.newsletter h1.h3 {
	margin-top: 10px;
	margin-bottom: 30px;
}
.slides-form {
	margin-bottom: 30px;
}
.social svg {
	max-width: 30px;
	max-height: 60px;
}

/* FORM */
input[type=email].input-38 {
	border: 0;
	padding-left: 0;
	border-bottom: 2px solid #202020;
}
#v65-subscribeWidget input {
    width: auto !important;
    border: 0;
    padding-left: 0;
    border-bottom: 2px solid #202020;
    border-radius: 0;
}
#v65-subscribeWidget input {
    width: auto !important;
    border: 0;
    padding-left: 0;
    border-radius: 0;
    border-bottom: 2px solid #202020;
    min-width: 200px;
    font-size: 14px;
    font-family: 'Assistant', sans-serif;    
}
#v65-subscribeWidget button.defaultBtn {
  margin: 5px 5px;
  height: auto;
}
#v65-subscribeWidget button.defaultBtn span {
    background: #fff;
    color: #aa5e29;
    border: 2px solid #aa5e29;
    font-size: 12px;
    padding: 3px 15px;
    line-height: 180%;
    letter-spacing: .125em!important;
    text-indent: -.1em!important;
    font-weight: 700!important;
    height: auto;    
}
.club-selections select {
    font-size: 18px;
    font-family: "Assistant", sans-serif;
    background: #fff;
    border: 1px solid #aa5e21;
    border-radius: 2px !important;
    color: #aa5e21;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 150%;
    padding: 20px;

}

@media screen and (max-width: 687px) {
  #content nav.panel.small.relative .menu {
    padding: 0;
    margin: 0;
  }
    #content nav.panel.small.relative .menu li {
      display: block;
      padding: 0;
      margin: 0;
    }
    #content nav.panel.small.relative .menu li a { 
      padding: 10px 0;
      width: 100%;
      display: block;
    }
    #content nav.panel.small.relative .sections>div {
      vertical-align: top;
    }
    .map-region-one {
      background-position-x: -100px !important;
    }
}
/* LETTER SPACING */
.ls-0 {
	letter-spacing: 0 !important;
}
.ls-1 {
	letter-spacing: 1px !important;
}
.ls-2 {
	letter-spacing: 2px !important;
}
.ls-3 {
	letter-spacing: 3px !important;
}
.ls-4 {
	letter-spacing: 4px !important;
}
.ls-5 {
	letter-spacing: 5px !important;
}


/* OVERLAY */
.overlay {
  position: relative;
  width: 100%;
  background-color: #202020;  
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.overlay:hover .image {
  opacity: 0.3;
}

.overlay:hover .middle {
  opacity: 1;
}

.text {
  color: white;
  padding: 16px 32px;
}
.text p {
    line-height: 130%;	
}

/* Skip Content CSS */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* NAV */
nav.panel.top.firstSlideOnly {
    max-width: 1200px;
    margin: 0 auto !important;
    position: relative !important;
}
footer h1.small {
  font-size: 1.2em;
}

section p a, 
section td a {
  color: #8e420a !important;
  border-bottom: 1px solid #8e420a;
}
section p a:hover, 
section td a:hover,
section p a:focus, 
section td a:focus {
  border-color: transparent;
}



/* Submenu */
.submenu {
    border-bottom: 2px solid #8e4209;
    padding-bottom: 5px;  
}
.panel.small.relative {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;  
}
.panel .submenu .sections .menu li a {
  color: #8e420a;
  font-size: 1.2em;
  text-transform: uppercase;
  padding-bottom: 5px;  
}
.panel .submenu .sections .menu li a:hover,
.panel .submenu .sections .menu li a:focus {
  border-bottom: 3px solid #8e420a;
}
/* WineDirect Overrides */
.button {
    line-height: 0;
}

/* SHOP CONTENT */
  .container .wrap.shopContent .spaceWrap, .container .wrap.shopContent.spaceWrap, .container .wrap.shopContent:not(.noSpaces) {
    padding: 40px calc(2% + 15px);
  }
.v65-productGroup-title.v65-title {
    display: none;
}  
.v65-title {
  line-height: 140%;
}
.v65-product-teaser p {
    font-size: 1em; 
}
.v65-product-photo img {
    width: auto;
    max-height: 250px;
    max-height: 400px; 
}
.defaultBtn span {
    background: #000;
    text-transform: uppercase;
}
.defaultBtn span:hover,
.defaultBtn span:focus {
  background: #8e4209;
}
.v65-productGroup-product {
    float: left;
    margin: 0 0 1em 2%;
    position: relative;
    width: 32%;
    background: #f8f7f2;
    padding: 20px;
    box-shadow: 0px 2px 2px 2px #f1f1f1;
}

/* 3 Products in a row */
.v65-product3Up {
    float: left;
    margin: 0 0 1em 2%;
        margin-bottom: 1em;
    position: relative;
    background: #f8f7f2;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 2px 2px #f1f1f1;
    width: 30.5%;
    /* min-height: 913px; */
  }

.v65-product3Up .v65-product-photo img {
  max-width: 30%;  
  max-width: none;
}  

@media screen and (max-width: 1023px) {
  .v65-product3Up {
    width: 48%;
  }
}

@media screen and (max-width: 766px) {
  .v65-product-addToCart-priceWrapper {
      display: block;
      width: 100%;
  }  
  .v65-product3Up {
    float: none;
    width: 100%; 
    display: block;
  }
}
@media screen and (max-width: 680px) {
  .v65-productWrapper .v65-product-rightCol .v65-productDrilldown-specs2 {
      display: block;
      float: none;
      clear: both;
      margin-left: 0em;
      width: 40%;
      width: 100%;
  }
  .shopContent .container .wrap.tastingContent:not(.noSpaces) {
    padding: 0px;
  }
}

/* ----- Wines Drill Page ----- */
.featuredContentDrillWrapper {
  width: 100%;
  /*! background-image: url(../images/scheid-vineyards-bar-bg.png); */
  background-position: 0px 0px;
  background-repeat: repeat-x;
  background: #f8f7f2;
}

.featuredContentDrill {
    margin: 0 auto;
    padding: 0;
    max-width: 1000px;
    width: 90%;
    position: relative;
    background-position: 60% 50% !important;
}

.featuredContentDrillRtCol {
  width: 65%;
  margin-left: 35%;
    padding-top: 50px;
  padding-bottom: 20px;
}

.featuredContentDrillRtCol .v65-product-actionMessage  {
  font-family: "Assistant", "proxima-nova-n4","proxima-nova",sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
    color: #000000;
  text-transform: uppercase;
}

.featuredContentDrillRtCol .v65-product-title {
    clear: both;
    margin-bottom: 15px;
    width: 100%;
    font-size: 32px;
}
.v65-product-leftCol .v65-product-photo {
    float: left;
    text-align: center;
}

.v65-product-addToCart-priceWrapper {
  float: left;
  min-width: 84px;
}

.v65-product-rightCol {
  width: 62.5%;
  float: right;
  margin-top: 50px;
}

.v65-product-leftCol {
  width: 32.5%;
  margin-right: 5%;
}

.v65-product-rightCol .priceTitle {
  float: left;
  text-transform: uppercase;
  margin-right: 65px;
}

.v65-product-rightCol .qtyTitle {
  float: left;
  text-transform: uppercase;
}

.v65-product-rightCol .v65-product-addToCart {
    clear: both;
    float: left;
    margin-right: 25px;
    width: 250px;
    width: auto;
}

.v65-product-addToCart-securityMessage {
    color: #934a15;
    font-weight: 700;
}

.v65-product-socialBar {
    float: left;
    margin: 0;
    text-align: left;
    width: 100%;
    overflow-x:hidden;
}

.v65-socialMediaBar-Facebook {

}

.v65-socialMediaBar-Twitter {

}

.v65-socialMediaBar-FacebookLike {
  clear: none;
    float: left;
    max-width: 300px;
    width: 100%;
}

/* .fb_iframe_widget iframe {
    height: 25px !important;
    width: 275px !important;
} */

.v65-product-rightCol-profile {
    float: left;
    margin: 20px 35px 0 0;
    width: 63%;
}

.v65-product-rightCol-specs {
    width: 30%;
  float: left;
    font-family: "Assistant", "proxima-nova-n4","proxima-nova",sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
  letter-spacing: 0.3pt;
    margin: 23px 0 0 0;
}

.v65-product-rightCol-specs .v65-product-attributeLabel {
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
  line-height: 14px;
}

.drillBottleWrapper {
    margin: 40px 0 0 30px;
    position: absolute;
    width: 193px;
  z-index: 10;
}

.notesTitle {
  font-weight: 700;
  color: #8e420a;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  letter-spacing: 1px;
}

.v65-product-media {
  float: left;
    width: 193px;
    margin: 0 0 10px 0; 
}

.v65-product-media-item v65-group {
  float: left;
}

.v65-product-media-thumbnail {
    width: 193px;
  float: left;
}

.v65-product-description {
  border: none;
  font-family: "Assistant", "proxima-nova-n4","proxima-nova",sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 30px;
    padding-bottom: 0px;
}

.v65-wine-profile {
  border: none;
}

.v65-productWrapper {
  border: none;
}

.v65-wine-profile .v65-product-attributeLabel {
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  color: #8e420a;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 30px;
}

.awardsWrapper {
  min-height: 20px;
}

.v65-wine-awards .v65-product-attributeLabel {
  display: none;
}

.v65-wine-awards .v65-product-attributeValue {
  font-family: "Assistant", "proxima-nova-n4","proxima-nova",sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media screen and (max-width: 1012px) {
  .interior .panel img.logo {
      top: 0;
      position: relative;
  }  
  .footer-logo {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1126px) {

  .v65-product-leftCol {
    width: 20%;
    margin-right: 7%;
  }

  .v65-productWrapper {
    width: 94%;
    margin: 0 auto;
  }
  
}

@media screen and (max-width: 900px) {  
  .v65-product-rightCol {
    margin-top: 220px !important;
    width: 100%;
    float: none;
  } 
}

@media screen and (max-width: 800px) {
  .v65-product-rightCol {
    margin-top: 150px !important;
  }
  .featuredContentDrillRtCol {
    margin-left: 38%;
  }

  .drillBottleWrapper {
    width: 30%;
  }
  .v65-product-rightCol {
    margin-top: 100px !important;
  }
}

@media screen and (max-width: 625px) {

  .v65-product-actionMessage {
    text-align: center;
    float: left;
    width: 100%;
  }

  .featuredContentDrillWrapper {
    background-repeat: repeat;
  }

  .v65-product-rightCol-specs,
  .v65-product-rightCol-profile {
    width: 96%;
    margin: 20px 0 0;
  }

  .v65-product-rightCol {
    margin-top: 30px !important;
  }

  .drillBottleWrapper {
    position: inherit;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .featuredContentDrillRtCol {
    margin: 0 auto;
    width: 90%;
  }

  .featuredContentDrillRtCol .notesTitle {
    text-align: center;
    float: left;
    width: 100%;
  }
  .featuredContentDrillRtCol .v65-product-title {
    text-align: center;
  }

  .v65-product-media-thumbnail {
    margin-left: -14%;
    margin-bottom: 10px;
  }

  .v65-product-rightCol .v65-product-addToCart {
    margin-right: 0;
  }

}

.featuredContentDrillWrapper .v65-product-photo img {

    width: 100%;
    max-width: none;

}

.featuredContentDrillWrapper p {
  font-size: 20px;
  line-height: 140%;
}



  /*  Generic Styling, for Desktops/Laptops */
  table { 
    width: 100%; 
    border-collapse: collapse; 
    font-size: 1.2em;
  }
  /* Zebra striping */
  tr:nth-of-type(odd) { 
    background: #efefef; 
  }

  th { 
    /* background: #202020; 
    color: white; */
    background: #fff;
    font-weight: bold; 
  }
  td, th { 
    padding: 6px; 
    border: 0; 
    text-align: left; 
    text-align: center;
  }

  td {
    border: 0; 
  }

  @media only screen and (max-width: 980px)  {

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr { 
      display: block; 
    }
    
    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr { 
      position: absolute;
      top: -9999px;
      left: -9999px;
    }
    
    tr { border: 0; }

    tr:not(:last-child) {
      border-bottom: none;
    }
    
    td { 
      /* Behave  like a "row" */
      border: none;/* 
      border-bottom: 1px solid #eee;  */
      position: relative;
      padding-top: 2em;
    }
    
    td:before { 
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 6px;
      left: 6px;
      white-space: nowrap;
      font-weight: bold;
    }
    
    /* Label the data */
    td:before { content: attr(data-name); }
  }

/* PHOTOS */
@media screen and (min-width: 1024px) {
  .greg {
   background-position-y: -90px !important;  
  }
}

/* TIMELINE */
/* */
.timeline-container {
   width: 100%;
   padding: 50px 0 0;
   margin: 0px auto;
   position: relative;
   overflow: hidden;
}

.timeline-container:before {
   content: '';
   position: absolute;
   top: 0;
   left: 50%;
   margin-left: -1px;
   width: 2px;
   height: 100%;
   height: 99%;
   background: #CCD1D9;
   z-index: 1
}

.timeline-image {
  position: relative;
  z-index: 9;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 50px;
}
.timeline-block {
   width: -webkit-calc(50% + 8px);
   width: -moz-calc(50% + 8px);
   width: calc(50% + 8px);
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -moz-box-pack: justify;
   justify-content: space-between;
   clear: both;
}

.timeline-block-right {
   float: right;
}

.timeline-block-left {
   float: left;
   direction: rtl
}
.timeline-block-left h2, 
.timeline-block-left p {
    direction: ltr;  
}

.marker {
   width: 16px;
   height: 16px;
   border-radius: 50%;
   border: 2px solid #e28d4e;
   background: #e28d4e;
   margin-top: 10px;
   z-index: 9999
}

.fake-marker {
   width: 16px;
   height: 16px;
   margin-top: 10px;
   z-index: 9999
}

.timeline-content {
   width: 100%;
   padding: 0 15px;
   color: #666
}

.timeline-content h3 {
   margin-top: 5px;
   margin-bottom: 5px;
   font-size: 25px;
   font-weight: 500
}

.timeline-content span {
   font-size: 15px;
   color: #a4a4a4;
}
/*
.timeline-content p {
   font-size: 14px;
   line-height: 1.5em;
   word-spacing: 1px;
   color: #888;
}
*/

@media screen and (max-width: 768px) {
   .timeline-container:before {
      left: 8px;
      width: 2px;
   }  
   .timeline-block {
      width: 100%;
      margin-bottom: 30px;
   }
   .timeline-block-right {
      float: none;
   }

   .timeline-block-left {
      float: none;
      direction: ltr;
   }
  .container .wrap.tastingContent .spaceWrap, .container .wrap.tastingContent.spaceWrap, .container .wrap.tastingContent:not(.noSpaces) {
    padding: 40px 0px;
  }   
}


/* Custom Buttons */
.slide.whiteSlide .button.stroke {
  color: #aa5e29;
}


/* OVERRIDE VIN65 */
a.largeLinkBtn, a.linkBtn, a.modalLinkBtn,
.new-sidebar button.largeBtn, .new-sidebar button.defaultBtn, .new-sidebar button.modalBtn {
    background-color: #202020;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 15px;
    line-height: 130%;
    height: auto;
}
a.largeLinkBtn:hover, a.linkBtn:hover, a.modalLinkBtn,
.new-sidebar button.largeBtn:hover, .new-sidebar button.defaultBtn:hover, .new-sidebar button.modalBtn:hover,
a.largeLinkBtn:focus, a.linkBtn:focus, a.modalLinkBtn,
.new-sidebar button.largeBtn:focus, .new-sidebar button.defaultBtn:focus, .new-sidebar button.modalBtn:focus {
  background-color: #8e420a;
  opacity: 1;

}
.new-sidebar button.largeBtn span, .new-sidebar button.defaultBtn span, .new-sidebar button.modalBtn span {
    background: transparent;
    font-size: inherit;
    font-family: 'Assistant', sans-serif;    
    letter-spacing: 2px;
    padding: 0;
  }
.v65-wine-profile {
    display: block !important;
    clear: both !important;
}

span.v65-calendarList-Title.v65-title {
    font-family: 'Cormorant', sans-serif !important;
    font-weight: 700;
    font-size: 42px;
    display: block;
    margin-bottom: 0px;
}

.v65-calendarList-Event.group {
    padding: 0px;
}
.v65-calendarList-Event.group, .v65-calendarList-Description p {
    font-size: 18px;
    margin-bottom: 10px;
}
.v65-calendarList-Month {
    display: inline-block;
}


/* FOOTER LINKS */
footer p a {
    color: #e28d4e;
}



/* PANEL LINKS */
  .panel .menu { cursor:pointer;}
  .panel .menu > li {
    /* 
    outline: none;
    border-radius: 50px;
    padding: 7px 17px;
    will-change: background;
    -webkit-transition:0.25s background;
    transition:0.25s background; */
    padding-left: 7px;
  }
  .dropdown.customDropdown .menu > li:not(.link), .dropdown.customDropdown .menu > li.link a {
    color: #202020;
    opacity: 1;
  }
  .dropdown.customDropdown {
    border-radius: 0;
  }
  .panel .menu > li:focus,
  .panel .menu > li:hover {
    background: rgba(0, 0, 0, 0.15);
    border-radius: 10px;
  }
  .panel .menu > li .material-icons {
    vertical-align: bottom;
    position: relative;
    top: 2px;
    margin-top: -4px;
  }
  .dropdown.customDropdown {
    z-index: 9999;
  }
  .dropdown.customDropdown { padding:10px 0; width: 200px;}
  .dropdown.customDropdown .menu > li:not(.link),
  .dropdown.customDropdown .menu > li.link a { font-size: 15px; padding: 8px 10px 8px 20px; cursor: pointer; display: block; text-align: left; }
  .dropdown.customDropdown .menu > li:hover { background:rgba(0, 0, 0, 0.05);}
  .dropdown.customDropdown .material-icons {
    position: relative;
    top: -3px;
    float: right;
  }


.slides:not(.firstSlide) .panel.top.firstSlideOnly {
    -webkit-transform: none !important;
    transform: none !important;
    opacity: 1 !important;
}


@media screen and (max-width: 375px) {
  .split .container .wrap.center, .split .container .wrap.left, .split .container .wrap.right {
      padding: 40px 0px;
  }
  .slide.split .wrap .mobile-wrap {
    vertical-align: top;
  }
  .slide.split .container, .slide.split .wrap {
      width: 100% !important;
      min-height: auto;
  }  
}


/* Target iPhone Specifically */
@media only screen 
and (max-width : 812px) { 
header > section > .content > .container {
    height: auto;
    min-height: 70vh;
    }  
header > section > .background {
    background-position-y: -20vh;  
    }    
.slide.split .wrap .mobile-wrap {
  vertical-align: top;
  }    
}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (orientation : portrait) { 
header > section > .content > .container {
    height: auto;
    min-height: 70vh;
    }  
header > section > .background {
    background-position-y: -20vh;  
    }    
.slide.split .wrap .mobile-wrap {
  vertical-align: top;
  }    
}

/* Margin on Social Icons */
.v65-product-socialBar.v65-group div {
    margin-right: 15px;
}
.v65-product-socialBar.v65-group {
    margin-bottom: 20px;
}

/* Increase Bottle Image Sizes */
@media screen and (max-width: 650px) {
.v65-product3Up .v65-product-photo img { 
    width: 60%;
    height: auto;
    max-height: none !important;
} }