/*NORMAL STYLES
*******************************************************************************/
body {
  font-size: 14px;
  height: 100%;
}
/* remove padding from elements */
.no-padding {
  padding: 0;
}
.grey-text {
  color: #a0a09f;
}
a {
  font-family: 'Libre Baskerville', serif;
  text-decoration: none!important;
  color: #28190f;
  outline: none;
}
a:hover,
a:focus,
a:active {
  outline: none;
}
h1 {
  color: #28190f;
  font-family: 'Libre Baskerville', serif;
  font-size: 65px;
  letter-spacing: 5px;
  text-transform: uppercase;
}
h2 {
  color: #28190f;
  font-size: 52px;
  font-family: 'Libre Baskerville', serif;
  text-transform: uppercase;
}
h3 {
  color: #28190f;
  font-size: 36px;
  font-family: 'Libre Baskerville', serif;
  text-transform: uppercase;
}
h4 {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 26px;
}
p {
  color: #28190f;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 25px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
iframe {
  width: 100%;
  height: 600px;
}
.mt_10 {
  margin-top: 10px;
}
.mt_20 {
  margin-top: 20px;
}
.mt_30 {
  margin-top: 30px;
}
.mt_40 {
  margin-top: 40px;
}
.mt_50 {
  margin-top: 50px;
}
.mb_10 {
  margin-bottom: 10px;
}
.mb_20 {
  margin-bottom: 20px;
}
.mb_30 {
  margin-bottom: 30px;
}
.mb_40 {
  margin-bottom: 40px;
}
.mb_50 {
  margin-bottom: 50px;
}
.pt_10 {
  padding-top: 10px;
}
.pt_20 {
  padding-top: 20px;
}
.pt_30 {
  padding-top: 30px;
}
.pt_40 {
  padding-top: 40px;
}
.pt_50 {
  padding-top: 50px;
}
.pt_60 {
  padding-top: 60px;
}
.pb_10 {
  padding-bottom: 10px;
}
.pb_20 {
  padding-bottom: 20px;
}
.pb_30 {
  padding-bottom: 30px;
}
.pb_40 {
  padding-bottom: 40px;
}
.pb_50 {
  padding-bottom: 50px;
}

@media only screen and (min-width: 990px) {
  .m-h-600 {
    min-height: 600px;
  }
}
@media only screen and (max-width: 989px) {
  .m-h-600 {
    min-height: 300px;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.vcenter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.d-table {
  display: table;
}
.d-table.v-center > * {
  display: table-cell;
  vertical-align: middle;
}
.bold {
  font-weight: bold;
}
.bg-img {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.btn-default {
  border: 4px solid #28190f;
  padding: 20px 60px;
  font-family: 'Open Sans', sans-serif;
  color: #28190f;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-default:hover {
  border: 4px solid #28190f;
  color: white !important;
  background-color: black;
}
.btn-white {
  border: 4px solid white;
  padding: 20px 60px;
  font-family: 'Open Sans', sans-serif;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-white:hover {
  border: 4px solid white;
  color: black !important;
  background-color: white;
}

/* Colours */
.peru {
  color: #ad8d3a;
}

/* Body Container */
@media (min-width: 768px) {
  .body-container {
    width: 750px;
  } 
}
@media (min-width: 992px) {
  .body-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .body-container {
    width: 1170px;
  } 
}
@media (min-width: 1580px) {
  .body-container {
    width: 1440px;
  }
}
.body-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.body-container p {
  font-family: 'Libre Baskerville', serif;
  line-height: 2;
}
.body-container h1,
.body-container h2,
.body-container h3,
.body-container h4,
.body-container h5,
.body-container h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  margin-bottom: 40px;
  letter-spacing: 3px;
}



/* FONT AWESOME */
.fab {
  padding: 10px;
  background-color: #ad8d3a;
  border-radius: 50%;
  color: white;
  height: 30px;
  width: 30px;
  position: relative;
  font-size: 14px;
}
.fab.fa-instagram::before {
  position: absolute;
  top: 8px;
  left: 9px;
}
.fab.fa-twitter::before {
  position: absolute;
  top: 8px;
  left: 8px;
}
.fab.fa-facebook-f::before {
  position: absolute;
  top: 8px;
  left: 11px;
}
.border-right {
  border-right: 4px solid black;
}
@media (max-width: 992px) {
  .border-right {
    border-right: 0px solid black;
  }
}

/* Popup Maker */
.pum-trigger {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Image Grid */
.image-grid-wrapper img {
  border: 4px solid black;
}

/* MAILCHIMP SIGNUP */
.mc4wp-form-fields input::-webkit-input-placeholder,
.mc4wp-form-fields input {
  font-family: 'Libre Baskerville', serif;
  padding-left: 5px;
  font-size: 12px;
  border-color: black;
  border-width: 1px;
}
.mc4wp-form-fields input:-ms-input-placeholder,
.mc4wp-form-fields input {
  font-family: 'Libre Baskerville', serif;
  padding-left: 5px;
  font-size: 12px;
  border-color: black;
  border-width: 1px;
}
.mc4wp-form-fields input::placeholder,
.mc4wp-form-fields input {
  font-family: 'Libre Baskerville', serif;
  padding-left: 5px;
  font-size: 12px;
  border-color: black;
  border-width: 1px;
}
.mc4wp-form-fields button {
  border-bottom: 1px solid black;
  border-left-color: black;
  background-color: black;
  position: relative;
  right: 6px;
  bottom: 0px;
}
.mc4wp-form-fields .fab {
  padding: 0px;
  height: auto;
  width: auto;
  background-color: rgba(0, 0, 0, 0);
  color: #ad8d3a;
  position: relative;
  right: 1px;
}

/*
NAVIGATION AND HEADER *********************************************************/
.navbar .nav {
  border-left: 2px solid black;
}
#header {
  padding-top: 0!important;
  position: relative;
  z-index: 99;
  /* Hide logo on mobile */
  /* Hide logo on site */
  /* Navigation Styles */
  /*
	Dropdown menu styles******************/
}
@media (min-width: 1580px) {
  #header,
  .footer-wrapper,
  .image-grid-wrapper,
  .gallery-container {
    width: 1580px;
    margin: 0 auto;
  } 
}
#header .moble-logo {
  display: none;
}
#header .site-hidden {
  display: none;
}
#header #top-nav-wrap {
  margin: 20px;
  /* Style all the li items */
}
#header #top-nav-wrap li {
  letter-spacing: 0.75px;
  text-align: center;
  padding: 60px 15px;
}
#header #top-nav-wrap li a {
  color: #28190f!important;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 700;
  font-size: 13px;
}
#header #top-nav-wrap #top-nav.mobile-hidden {
  border: 4px solid black;
}
#header #top-nav-wrap #top-nav .logo {
  padding-top: 15px;
}
#header #top-nav-wrap #top-nav .logo .logo-inner {
  padding: 0 10px;
}
#header #top-nav-wrap #top-nav .logo img {
  width: 100%;
  height: auto;
}
#header #top-nav-wrap #top-nav .nav-pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  /* Style only yhe last li item */
}
#header #top-nav-wrap #top-nav .nav-pills > li:last-child {
  margin-left: auto;
  padding: 0;
  float: right;
  border-left: 4px solid black;
}
#header #top-nav-wrap #top-nav .nav-pills li:last-child a {
  color: #28190f;
  padding: 70px;
  display: inline-block;
  background-color: #f5f2e9;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 13px;
}
#header #top-nav-wrap .dropdown-menu {
  top: 61%;
  border: none;
  border-radius: 0;
}
#header #top-nav-wrap .dropdown-menu li {
  padding: 10px 10px;
}
#header #top-nav-wrap .dropdown-menu li:last-child {
  padding: 10px 10px!important;
  float: none!important;
}
#header #top-nav-wrap .dropdown-menu li:last-child a {
  background-color: #fff!important;
  padding: 0!important;
  /* font-weight: 600!important; */
}

/* WIDGETS */
.widget-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #84321d;
}


/* HOME PAGE
*******************************************************************************/
/*
SLIDER STYLES ****************************/
/* Slider Indicators (Images)*/
.home-page {
  /* Slider */
  /* Content in the Slider */
}
.home-page .carousel-indicators {
  top: 25%;
  left: 0;
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 80px;
  overflow: hidden;
}
.home-page .carousel-indicators li {
  background: none;
  border: none;
  display: inline-block;
  text-indent: 0;
  height: 66px;
  width: 66px;
  margin: 0 10px;
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
}
.home-page .carousel-indicators li img {
  top: 0;
  left: 0;
  position: absolute;
  /*transition:top 0.5s ease-in;*/
}
.home-page .carousel-indicators li img:last-child {
  position: absolute;
  top: -70px;
  left: 0;
}
.home-page .carousel-indicators li.active {
  /*transition: top 0.5s ease-in;*/
  height: 66px;
  width: 66px;
  margin: 0 10px;
  background-color: transparent;
  position: relative;
}
.home-page .carousel-indicators li.active img:first-child {
  top: -70px;
  left: 0;
}
.home-page .carousel-indicators li.active img:last-child {
  top: 0px;
  left: 0;
}
.home-page .carousel,
.home-page .item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.home-page .carousel-inner {
  height: 100%;
  position: absolute;
  top: 0;
}
.home-page .carousel-inner .item {
  opacity: 0;
  -webkit-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
}
.home-page .carousel-inner .active {
  opacity: 1;
}
.home-page .carousel-inner .active.left,
.home-page .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.home-page .carousel-inner .next.left,
.home-page .carousel-inner .prev.right {
  opacity: 1;
}
.home-page .fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.home-page .section {
  margin: 50px 0;
}
.home-page .carousel-caption {
  text-shadow: none;
  top: 33%;
  z-index: 0;
  width: 100%;
  margin: 0 auto;
  left: 0;
  /* Style the read more Button in slider */
}
.home-page .carousel-caption h1 {
  color: #fff;
}
.home-page .carousel-caption .read-more {
  position: relative;
  z-index: 99;
  /* Styles for the hyphen on each side of read more */
}
.home-page .carousel-caption .read-more a {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.75px;
}
.home-page .carousel-caption .read-more span {
  color: #fff;
  padding: 10px;
  font-size: 29px;
  vertical-align: sub;
  font-family: 'Open Sans', sans-serif;
}
/* 
FUNCTIONS AND EVENTS PAGE *****************************************************/
.functions_events {
  /* 
	 TOP CONTAINER ***********************/
  /* 
	CONTAINER WITH IMAGES AND HOVER EFFECTS ****************/
  /* 
	CHANGE TEXT WHEN CLICK ON DIFFERENT IMAGES ********/
  /* 
	UPCOMING EVENTS STYLES *******************/
}
.functions_events a:hover {
  color: #E9A959;
  -webkit-transition: none;
  transition: none;
}
.functions_events h3 {
  line-height: 45px;
}
.functions_events .first-container {
  /*background: url('../images/bgc.jpg');*/
  background-image: none;
  background-color: #EEE9DE;
  text-align: center;
  /* Upcomming events Button */
}
.functions_events .first-container h2 {
  color: #28190f;
  margin-bottom: 20px;
}
.functions_events .first-container p {
  color: #28190f;
  line-height: 30px;
  font-weight: 600;
}
.functions_events .first-container p a {
  font-weight: 700;
  text-decoration: none;
  color: #28190f;
}
.functions_events .first-container .view-events a {
  border: 4px solid #28190f;
  padding: 20px 60px;
  display: inline-block;
  margin: 40px 0 55px;
  font-family: 'Open Sans', sans-serif;
  color: #28190f;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
}
.functions_events .first-container .view-events a:hover {
  color: #fff!important;
  -webkit-transition: none;
  transition: none;
  background-color: #28190f;
}
.functions_events .top-container {
  text-align: center;
  overflow: hidden;
  /* Hover over images */
  /* The grey background over images */
  /* background images styles */
}
.functions_events .top-container .active .grad {
  display: none;
}
.functions_events .top-container .active h2 {
  display: none;
}
.functions_events .top-container .overflowing {
  overflow: hidden;
}
.functions_events .top-container .image-transition {
  height: 400px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  /* Style text on grey background */
}
.functions_events .top-container .image-transition.active .grad {
  top: 500px;
  -webkit-transition: top 0.8s ease-in-out;
  transition: top 0.8s ease-in-out;
}
.functions_events .top-container .image-transition.active h3 {
  top: 500px;
  -webkit-transition: top 0.8s ease-in-out;
  transition: top 0.8s ease-in-out;
}
.functions_events .top-container .image-transition .grad {
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transition: top 0.8s ease-in;
  transition: top 0.8s ease-in;
}
.functions_events .top-container .image-transition h3 {
  position: relative;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: top 0.8s ease-in;
  transition: top 0.8s ease-in;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}
.functions_events .top-container .image-transition:hover {
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.functions_events .top-container .first-image {
  background: url('../images/wedding.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.functions_events .top-container .second-image {
  background: url('../images/functions.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.functions_events .top-container .third-image {
  background: url('../images/crafting.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.functions_events .middle-top-container {
  min-height: 315px;
  /* View Gallery */
}
.functions_events .middle-top-container h3 {
  padding: 50px 0 14px;
}
.functions_events .middle-top-container p {
  line-height: 25px;
}
.functions_events .middle-top-container p span {
  color: #EEE9DE;
}
.functions_events .middle-top-container .img-wrap {
  margin: 36px 0 3px;
  padding-bottom: 28px;
}
.functions_events .middle-top-container .img-wrap a {
  text-decoration: none;
}
.functions_events .middle-top-container .img-wrap p {
  display: inline;
  padding-left: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.functions_events .middle-bottom-container {
  background-color: #EEE9DE;
  /* background image styles and dates  */
}
.functions_events .middle-bottom-container h3 {
  font-size: 46px;
  padding: 60px 0 50px;
  line-height: 55px;
}
.functions_events .middle-bottom-container p {
  font-weight: 600;
}
.functions_events .middle-bottom-container p a {
  color: #28190f;
  font-size: 12px;
  text-decoration: none;
}
.functions_events .middle-bottom-container p span a {
  text-transform: uppercase;
  font-size: 16px;
}
.functions_events .middle-bottom-container .upcoming {
  background: url(../images/upcoming.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 420px;
  position: relative;
  /* Different dates */
}
.functions_events .middle-bottom-container .upcoming .calender {
  position: absolute;
  bottom: 120px;
  left: 60px;
  right: 0;
  /* Style first date */
}
.functions_events .middle-bottom-container .upcoming .calender .month:first-child {
  left: 0px;
  margin-right: 10px;
}
.functions_events .middle-bottom-container .upcoming .calender .active {
  top: 10px;
  background-color: #E9A959!important;
}
.functions_events .middle-bottom-container .upcoming .calender .month:hover {
  top: 10px;
  -webkit-transition: top 0.5s ease-in-out;
  transition: top 0.5s ease-in-out;
}
.functions_events .middle-bottom-container .upcoming .calender .month {
  background-color: #3D3126;
  width: 120px;
  height: 120px;
  display: inline-block;
  position: absolute;
  left: 130px;
  cursor: pointer;
  -webkit-transition: top 0.5s ease-in;
  transition: top 0.5s ease-in;
}
.functions_events .middle-bottom-container .upcoming .calender .month h5 {
  text-transform: uppercase;
  color: #fff;
  top: 20%;
  position: relative;
  margin: 0;
  font-size: 35px;
  text-align: right;
  padding-right: 25px;
}
.show {
  /*display: inline-block !important;*/
}
/*
THE EVENT STYLES*********************/
.bottom-container .bottom-wrap {
  padding: 30px 0 25px 55px;
}
.bottom-container .bottom-wrap h3 {
  font-family: 'Open Sans', sans-serif;
}
.bottom-container .bottom-wrap p {
  font-weight: 700;
  margin-bottom: 25px;
}
.bottom-container .bottom-wrap p a {
  color: #E9A959;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
}
.bottom-container .bottom-wrap .the-event {
  padding: 0;
}
.bottom-container .bottom-wrap .the-event p {
  margin-bottom: 0;
  font-weight: 600;
  margin: 20px 0;
}
.bottom-container .bottom-wrap .the-event h5 {
  margin-top: 25px;
  margin-bottom: 5px;
}
.bottom-container .bottom-wrap .the-event a img {
  padding-top: 25px;
}
/*
CONFERENCE RESOURCES ******************/
.last-container {
  padding: 0;
  background-color: #EEE9DE;
}
.last-container .confrence-img {
  background: url(../images/conference.jpg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  min-height: 440px;
  z-index: 99;
}
.last-container .conference {
  background-color: #EEE9DE;
  padding: 50px 0 0 40px;
  /* Resources */
}
.last-container .conference h3 {
  margin-bottom: 20px;
}
.last-container .conference p {
  margin-bottom: 16px;
  font-size: 14px;
}
.last-container .conference ul {
  padding: 0;
}
.last-container .conference ul li {
  display: inline-block;
  padding: 20px 40px 20px 0;
  width: 350px;
}
.last-container .conference ul li img {
  margin-right: 15px;
}
.last-container .conference ul li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #28190f;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
/* WINE PAGE
*******************************************************************************/
.wine {
  /*
	WINE LIST *****************************/
  /* 
	SINGLE WINES ***********************/
  /*
	LIST OF WINE ITEMS*****************/
  /*
	BOTTOM CONTAINER **********************/
}
.wine a:hover {
  color: #E9A959!important;
  -webkit-transition: none;
  transition: none;
}
.wine .top-container {
  background: url(../images/wine.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  /* Cape Legends wine club */
}
.wine .top-container h2 {
  font-size: 52px;
  color: #fff;
}
.wine .top-container .view-events a {
  border: 4px solid white;
  padding: 20px 60px;
  display: inline-block;
  margin: 40px 0 55px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
}
.wine .top-container .view-events a:hover {
  background-color: #fff;
  color: #28190f!important;
  -webkit-transition: none;
  transition: none;
}
.wine .top-container .view-events .no-border {
  border: none;
}
.wine .top-container .view-events .no-border:hover {
  background-color: transparent;
}
.wine .wine-bg {
  background-color: #F3F5F1;
  /* Full view of wines */
}
.wine .wine-bg .wine-bottles {
  text-align: center;
  padding: 80px 0 40px;
}
.wine .wine-bg .wine-bottles img {
  display: inline;
}
.wine .wine-bg .wine-bottles .view-events a {
  border: 4px solid #28190f;
  padding: 20px 60px;
  display: inline-block;
  margin: 65px 0 30px;
  font-family: 'Open Sans', sans-serif;
  color: #28190f;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
}
.wine .wine-bg .wine-bottles .view-events a:hover {
  background-color: #28190f;
  color: #fff!important;
  -webkit-transition: none;
  transition: none;
}
.wine .single-wine {
  position: relative;
  /* close slider */
  /* Arrows to change to other slide */
  /* Single wine slides */
}
.wine .single-wine .exit {
  position: absolute;
  bottom: 20px;
  z-index: 99;
}
.wine .single-wine .exit a {
  display: block;
}
.wine .single-wine .arrows {
  position: absolute;
  top: 250px;
  z-index: 99;
}
.wine .single-wine .arrows a {
  display: block;
  margin-bottom: 5px;
}
.wine .single-wine .slider {
  height: 650px;
  overflow: hidden;
  /* Wine info */
}
.wine .single-wine .slider > div:first-child {
  display: block;
}
.wine .single-wine .slider > div {
  display: none;
  position: relative;
}
.wine .single-wine .slider .single-bottle img {
  padding-top: 80px;
}
.wine .single-wine .slider .wine-info {
  padding: 80px 0;
}
.wine .single-wine .slider .wine-info .factsheet a {
  text-decoration: none;
  text-transform: uppercase;
  color: #36291A;
  font-weight: 700;
  padding: 15px;
}
.wine .single-wine .slider .wine-info h5 {
  color: #a7a695;
  font-size: 16px;
  padding: 1px 0 28px;
  line-height: 25px;
}
.wine .single-wine .slider .wine-info p {
  font-size: 13px;
}
.wine #wine-list {
  background-color: #E9E4D8;
  margin: 20px 0;
}
.wine #wine-list #wine-inner {
  /* Pdf File style */
}
.wine #wine-list #wine-inner .nav a {
  border: 1px solid white;
  border-top: none;
  border-left: none;
  padding: 25px 50px;
  color: #36291A;
  font-weight: 600;
  text-transform: uppercase;
}
.wine #wine-list #wine-inner .nav a:hover,
.wine #wine-list #wine-inner .nav a:active {
  background-color: #DED9CC;
  -webkit-transition: none;
  transition: none;
}
.wine #wine-list #wine-inner .nav li:last-child a {
  border-bottom: none;
}
.wine #wine-list #wine-inner .wine-pdf {
  position: absolute;
  top: 0px;
  right: -88px;
  padding: 19px 32px!important;
  border-right: none!important;
}
.wine .bottom-container {
  background-color: #EEE9DE;
  height: 447px;
  /* Image in middle */
  /* Read More */
}
.wine .bottom-container .col-md-4 {
  height: 100%;
  overflow: hidden;
}
.wine .bottom-container .first,
.wine .bottom-container .third {
  padding: 67px;
  position: relative;
}
.wine .bottom-container .first .grad,
.wine .bottom-container .third .grad {
  position: absolute;
  width: 100%;
  border: 5px solid #3D3126;
}
.wine .bottom-container .first .grad {
  bottom: 0;
  left: 0;
}
.wine .bottom-container .third .grad {
  top: 0;
  right: 0;
}
.wine .bottom-container .second {
  background-image: url('../images/links_image.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.wine .bottom-container h3 {
  margin-bottom: 20px;
}
.wine .bottom-container p {
  line-height: 25px;
}
.wine .bottom-container .view-events a {
  border: 3px solid #28190f;
  padding: 10px 30px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  margin-top: 20px;
  font-size: 12px;
}
.wine .bottom-container .view-events a:hover {
  background-color: #28190f;
  color: #EEE9DE!important;
  -webkit-transition: none;
  transition: none;
}
/*
BUYING PAGE STYLES ************************************************************/
/*****--------------------------- 
The rest of the styles is the same as functions and events page
---------------------------*****/
.buying {
  /*
	Remove background image from functions and events page*/
  /*
	Style the wine club link ******************/
  /*
	Slider ***************************************/
}
.buying .view-events a:hover {
  color: #28190f!important;
  -webkit-transition: none;
  transition: none;
  background-color: #fff;
}
.buying .buying .first-container a {
  margin: 40px 0 60px;
}
.buying .top-container .first-image {
  background-image: url('../images/buying.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.buying .top-container .second-image {
  background-image: url('../images/tasting.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.buying .top-container .second-image .grad {
  background-color: rgba(0, 0, 0, 0.6);
}
.buying .middle-top-container {
  min-height: 345px;
}
.buying .middle-top-container .img-wrap {
  margin: 26px 0 10px;
}
.buying .last-container {
  background-image: none;
  background-color: #EEE9DE;
  position: relative;
}
.buying .last-container p {
  line-height: 25px;
}
.buying .last-container .carousel {
  z-index: 1;
}
.buying .last-container .carousel .carousel-inner .item img {
  width: 100%;
}
.buying .last-container .grad {
  position: absolute;
  width: 100%;
  border-bottom: 4px solid #3D3126;
  bottom: 0;
  left: 0;
}
.buying .wine-club {
  background-color: #EEE9DE;
  display: block;
}
.buying .wine-club a {
  text-transform: uppercase;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.buying .wine-club a img {
  top: 0px;
  right: 0px;
  position: absolute;
}
.buying .wine-club a .vino-logo {
  position: relative;
  padding: 20px 0;
}
.buying .wine-club a:hover {
  color: #EAAB5E;
  -webkit-transition: none;
  transition: none;
  opacity: 0.5;
}
.buying .carousel {
  height: 100%;
}
.buying .carousel-inner {
  height: 100%;
}
.buying .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  height: 100%;
}
.buying .carousel-inner .fill {
  background-position: center;
  background-size: cover;
  height: 100%;
  min-height: 440px;
}
.buying .carousel-inner .active {
  opacity: 1;
}
.buying .carousel-inner .active.left,
.buying .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.buying .carousel-inner .next.left,
.buying .carousel-inner .prev.right {
  opacity: 1;
}
.buying .carousel-control {
  z-index: 2;
}

/*
WINEMAKER STYLES **************************************************************/
/*****--------------------------- 
The rest of the styles is the same as functions and events page
---------------------------*****/
.winemaker {
  /*
	Styles for the top container*******/
  /*	.top-container .col-md-12 > div{
			p:last-child{
				color: #EAAB5E;
			}
		}*/
  /*
	Images at bottom style*************/
}
.winemaker a:hover {
  color: #E9A959!important;
  -webkit-transition: none;
  transition: none;
}
.winemaker .first-container {
  background-image: url('../images/winemaker.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.winemaker .first-container .view-events a {
  border: 4px solid #fff;
  color: #fff;
}
.winemaker .first-container .view-events a:hover {
  background-color: #fff;
  color: #28190f!important;
  -webkit-transition: none;
  transition: none;
}
.winemaker .bottom-container {
  height: 480px;
  background-color: #EEE9DE;
  position: relative;
}
.winemaker .bottom-container .first {
  background-image: url('../images/maker1.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  z-index: 1;
}
.winemaker .bottom-container .second {
  text-align: center;
}
.winemaker .bottom-container .second .inner {
  padding: 0 40px;
  line-height: 25px;
  text-align: left;
}
.winemaker .bottom-container .third {
  background-image: url('../images/maker2.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  z-index: 1;
}
.winemaker .bottom-container .grad {
  position: absolute;
  width: 100%;
  border-bottom: 4px solid #3D3126;
  bottom: 0;
  left: 0;
}
.winemaker .last-container {
  background: none;
}
.winemaker .last-container a {
  text-transform: uppercase;
}
/*
HISTORY STYLES ****************************************************************/
/*****--------------------------- 
The rest of the styles is the same as functions and events page
---------------------------*****/
.history a:hover {
  color: #E9A959!important;
  -webkit-transition: none;
  transition: none;
}
.history .first-container {
  background-image: url('../images/history.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.history .first-container .view-events a {
  border: 4px solid #fff;
  color: #fff;
}
.history .first-container .view-events a:hover {
  background-color: #fff;
  color: #28190f!important;
  -webkit-transition: none;
  transition: none;
}
.history .middle-top-container {
  min-height: initial;
}
.history .middle-top-container h3 {
  padding: 0;
}
.history .bottom-container {
  height: 480px;
  background-color: #EEE9DE;
  position: relative;
}
.history .bottom-container .first {
  background-image: url('../images/history1.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  z-index: 1;
}
.history .bottom-container .second {
  text-align: center;
  /*			.grad{
							position: absolute;
							width: 100%;
							border: 4px solid #3D3126;
							bottom:0;
							left:0;
						}*/
}
.history .bottom-container .second .inner {
  padding: 0 40px;
  line-height: 25px;
  text-align: left;
}
.history .bottom-container .third {
  background-image: url('../images/history2.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  z-index: 1;
}
.history .bottom-container .grad {
  position: absolute;
  width: 100%;
  border-bottom: 4px solid #3D3126;
  bottom: 0;
  left: 0;
}
/*
ESTATE STYLES ****************************************************************/
/*****--------------------------- 
The rest of the styles is the same as wine page
---------------------------*****/
.estate a:hover {
  color: #E9A959!important;
  -webkit-transition: none;
  transition: none;
}
.estate .top-container {
  background: url(../images/estate.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
}
.estate .bottom-container .second {
  background-image: url('../images/estate1.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.estate .middle-container a {
  text-transform: uppercase;
}
.estate .carousel {
  height: 100%;
}
.estate .carousel-inner {
  height: 100%;
}
.estate .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  height: 100%;
}
.estate .carousel-inner .item img {
  width: 100%;
}
.estate .carousel-inner .fill {
  background-position: center;
  background-size: cover;
  height: 100%;
  min-height: 440px;
}
.estate .carousel-inner .active {
  opacity: 1;
}
.estate .carousel-inner .active.left,
.estate .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.estate .carousel-inner .next.left,
.estate .carousel-inner .prev.right {
  opacity: 1;
}
.estate .carousel-control {
  z-index: 2;
}
/*
ESTATE STYLES ****************************************************************/
/*****--------------------------- 
The rest of the styles is the same as wine page
---------------------------*****/
/* Custom Gallery for Gallery Page */
ul.gallery-navigation {
  list-style-type: none;
  padding-left: 0;
}
ul.gallery-navigation li {
  display: inline-block;
}
@media only screen and (max-width: 600px) {
  ul.gallery-navigation li {
    display: block;
    margin: 20px 0;
  }
  ul.gallery-navigation li.divider {
    display: none;
  }
}
ul.gallery-navigation li.gallery-navigation-item {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #84321d;
  padding: 0 20px;
  cursor: pointer;
  letter-spacing: 2px;
}
ul.gallery-navigation li.gallery-navigation-item:after {
  content: ""; /* This is necessary for the pseudo element to work. */ 
  display: block; /* This will put the pseudo element on its own line. */
  margin: 0 auto; /* This will center the border. */
  width: 50%; /* Change this to whatever width you want. */
  padding-top: 5px; /* This creates some space between the element and the border. */
  border-bottom: 4px solid rgba(0,0,0,0); /* This creates the border. Replace black with whatever color you want. */
}
ul.gallery-navigation li.gallery-navigation-item:hover:after,
ul.gallery-navigation li.gallery-navigation-item.active:after {
  content: ""; /* This is necessary for the pseudo element to work. */ 
  display: block; /* This will put the pseudo element on its own line. */
  margin: 0 auto; /* This will center the border. */
  width: 50%; /* Change this to whatever width you want. */
  padding-top: 5px; /* This creates some space between the element and the border. */
  border-bottom: 4px solid black; /* This creates the border. Replace black with whatever color you want. */
}
ul.gallery-navigation li.divider {
  border-right: 3px solid #84321d;
  height: 20px;
}
ul.gallery-navigation li.divider:last-of-type {
  height: 0;
}
.gallery-grid-wrapper:not(.gallery-active) {
  display: none;
}
.gallery-grid-wrapper {
  margin-top: 50px;
}
.gallery-grid-wrapper .image-item {
  margin-bottom: 30px;
}
.gallery-grid-wrapper .image-item img {
  border: 3px solid black !important;
  margin: 0 auto;
}



/* Wordpress Gallery */
.gallery img {
  border: none !important; 
  display: block;
  max-width: 100%;
  height: auto;
}
/*
FOOTER STYLES *****************************************************************/
/* Home Page Footer */
.footer-wrapper {
  margin-top: 40px;
}
.footer {
  border: 4px solid black;
  margin: 20px 15px;
}
.footer a {
  font-family: 'Libre Baskerville', serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 2;
  color: grey;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
}
.footer .current_page_item a {
  color: black;
}
.footer a:hover {
  color: black;
}
.footer ul {
  list-style-type: none;
  padding-left: 0;
}
.footer .custom-html-widget {
  font-family: 'Libre Baskerville', serif;
  color: grey;
  line-height: 2;
  letter-spacing: 1.5px;
  font-size: 12px;
}
.footer #custom_html-4 .widget-title {
  margin-top: 5px;
}
.footer .custom-html-widget strong {
  color: black;
}
.footer .widget-title {
}
.footer .footer-tagline {
  font-size: 22px;
  letter-spacing: 2px;
}
.footer #media_image-2 {
  padding-top: 32px;
}
.footer #media_image-2 img {
  max-width: 75% !important;
}
.footer .col-wrapper {
  padding: 20px;
}
.footer .sidebar-left {
  padding-right: 0;
  padding-left: 0;
}
.footer .sidebar-right {
  padding: 0;
}
.footer .sidebar-right .widget_media_image {
  /* padding-top: 10px; */
}
.footer .sidebar-right .widget_media_image img {
  max-width: 100.1% !important;
}

@media (max-width: 768px) {
  .footer #media_image-2 {
    padding-top: 0;
  }
  .footer #media_image-2 img {
    max-width: 40% !important;
  }
  .footer .custom-html-widget,
  .footer a {
    font-size: 10px;
  }
  .footer .widget-title {
    font-size: 12px;
  }
}

/*
ANIMATIONS ON PAGES ***********************************************************/
.animations {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.animations *[data-animate] {
  color: transparent !important;
}
.animations *[data-animate] * {
  color: transparent !important;
}
.animations *.show {
  color: #28190f !important;
  -webkit-transition: color 2000ms ease;
  transition: color 2000ms ease;
}
.animations *.show * {
  color: #28190f !important;
  -webkit-transition: color 2000ms ease;
  transition: color 2000ms ease;
}
.animations *.show-sec {
  color: #fff !important;
  -webkit-transition: color 2000ms ease;
  transition: color 2000ms ease;
}
.animations *.show-sec * {
  color: #fff !important;
  -webkit-transition: color 2000ms ease;
  transition: color 2000ms ease;
}
.animations *.show-third {
  color: #a7a695 !important;
  -webkit-transition: color 2000ms ease;
  transition: color 2000ms ease;
}
.animations *.show-third * {
  color: #a7a695 !important;
  -webkit-transition: color 2000ms ease;
  transition: color 2000ms ease;
}
.animations *.show-orange {
  color: #EAAB5E !important;
  -webkit-transition: color 2000ms ease;
  transition: color 2000ms ease;
}
.animations *.show-orange * {
  color: #EAAB5E !important;
  -webkit-transition: color 2000ms ease;
  transition: color 2000ms ease;
}

/* Media Block */
.media-block-wrapper {
    padding-right: 50px;
    padding-left: 50px;
}
.media-block-wrapper h1,
.media-block-wrapper h2,
.media-block-wrapper h3,
.media-block-wrapper h4,
.media-block-wrapper h5,
.media-block-wrapper h6,{
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
.media-block-wrapper p {
  line-height: 2;
}
.media-block-wrapper a {
  font-family: 'Open Sans', sans-serif;
}
.bg-img .media-block-wrapper h1,
.bg-img .media-block-wrapper h2,
.bg-img .media-block-wrapper h3,
.bg-img .media-block-wrapper h4,
.bg-img .media-block-wrapper h5,
.bg-img .media-block-wrapper h6 {
  color: white;
}

/*
MEDIA SCREEN SIZES ************************************************************/
@media only screen and (max-width: 1769px) {
  #header #top-nav-wrap li {
    padding: 60px 19px;
  }
}
@media only screen and (max-width: 1751px) {
  #header #top-nav-wrap li {
    padding: 60px 18px;
  }
}
@media only screen and (max-width: 1734px) {
  #header #top-nav-wrap li {
    padding: 60px 15px;
  }
}
@media only screen and (max-width: 1684px) {
  #header #top-nav-wrap li {
    padding: 60px 13px;
  }
}
@media only screen and (max-width: 1650px) {
  #header #top-nav-wrap li {
    padding: 60px 5px;
  }
}
@media only screen and (max-width: 1600px) {
  #header #top-nav-wrap li {
    padding: 60px 0px;
  }
}
@media only screen and (max-width: 1510px) {
  .wine .wine-lower .first,
  .wine .wine-lower .third {
    padding: 35px;
  }
  .winemaker .bottom-container .second .inner {
    padding: 0 20px;
    /*			h3{
							padding-top: 25px;
						}*/
  }
}
@media only screen and (max-width: 1444px) {
  .footer-1 .contact-footer:first-child {
    margin-left: 4px;
  }
  .footer-1 .contact-footer:nth-child(2) {
    margin-left: 4px;
  }
  .footer-1 .contact-footer:nth-child(3) {
    margin-left: 4px;
  }
}
@media only screen and (max-width: 1436px) {
  #header #top-nav-wrap #top-nav .nav-pills li:last-child a {
    padding: 70px 60px;
  }
  .history .bottom-container .second .inner {
    padding: 0 20px;
  }
  .history .bottom-container .second .inner h3 {
    /*			padding-top: 10px;*/
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1384px) {
  #header #top-nav-wrap #top-nav .nav-pills li:last-child a {
    padding: 70px 58px;
  }
  #header #top-nav-wrap #top-nav .buy a {
    padding: 62px 40px;
  }
  #header #top-nav-wrap #top-nav .logo img {
    padding-left: 25px;
  }
  .carousel-indicators {
    top: 30%;
  }
  .carousel-caption {
    top: 40%;
  }
  .functions_events .middle-bottom-container h2 {
    font-size: 40px;
  }
  .wine #wine-list #wine-inner {
    padding: 0!important;
  }
  .wine #wine-list #wine-inner .nav a {
    padding: 25px 35px;
  }
  .wine #wine-list #wine-inner .wine-pdf {
    padding: 19px 23px!important;
    right: -70px;
  }
}
@media only screen and (max-width: 1380px) {
  #header #top-nav-wrap li a {
    padding: 10px 9px;
  }
}
@media only screen and (max-width: 1366px) {
}
@media only screen and (max-width: 1318px) {
  .winemaker .bottom-container .second .inner h3 {
    padding-top: 10px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1313px) {
  #header #top-nav-wrap #top-nav .nav-pills li:last-child a {
    padding: 70px 30px;
  }
}
@media only screen and (max-width: 1280px) {
  .functions_events .top-container .image-transition {
    height: 350px;
  }
  .functions_events .middle-bottom-container h3 {
    font-size: 37px;
  }
  #header #top-nav-wrap li {
    letter-spacing: normal;
    padding: 55px 0px;
  }
  #header #top-nav-wrap #top-nav .logo img {
    padding-left: 10px;
    padding-top: 20px;
  }
  #header #top-nav-wrap #top-nav .nav-pills li:last-child a {
    padding: 65px 40px;
  }
  .carousel-indicators {
    top: 29%;
  }
}
@media only screen and (max-width: 1280px) {
  #header #top-nav-wrap li a {
    padding: 10px 9px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 1225px) {
  .winemaker .bottom-container .second .inner h3 {
    font-size: 30px;
    line-height: 30px;
    padding-top: 0;
  }
}
@media only screen and (max-width: 1234px) {
  .footer .no-padding p,
  .footer-1 .no-padding p {
    margin: 0 0 0;
    line-height: 14px;
  }
  .footer-1 .footer-text,
  .footer .footer-text {
    padding: 25px 30px;
  }
  .footer-1 .contact-footer,
  .footer .contact-footer {
    width: 48%;
  }
  .footer-1 .contact-footer img,
  .footer .contact-footer img {
    width: 100%;
  }
}
@media only screen and (max-width: 1191px) {
  .wine .wine-lower .first,
  .wine .wine-lower .third {
    padding: 30px;
  }
}
@media only screen and (max-width: 1168px) {
  .wine .wine-lower h3 {
    font-size: 30px;
  }
  .wine #wine-list #wine-inner .nav a {
    padding: 25px 20px;
  }
}
@media only screen and (max-width: 1159px) {
  .history .bottom-container .second .inner h3 {
    line-height: 30px;
    font-size: 30px;
  }
  .buying .carousel-inner .item img {
    max-height: 490px;
  }
}
@media only screen and (max-width: 1123px) {
  .winemaker .bottom-container {
    height: 535px;
  }
}
@media only screen and (max-width: 1090px) {
  #header #top-nav-wrap li a {
    padding: 10px 6px;
    font-size: 13px;
  }
  #header #top-nav-wrap #top-nav .nav-pills li:last-child a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1072px) {
  .history .bottom-container {
    height: 520px;
  }
}
@media only screen and (max-width: 1029px) {
  #header #top-nav-wrap li {
    padding: 45px 0px;
  }
  #header #top-nav-wrap li a {
    padding: 10px 5px;
    font-size: 13px;
  }
  #header #top-nav-wrap #top-nav .logo img {
    width: 100%;
  }
  #header #top-nav-wrap #top-nav .nav-pills li:last-child a {
    padding: 55px 20px;
  }
}
@media only screen and (max-width: 1024px) {
  #header #top-nav-wrap li a {
    font-size: 12px;
    padding: 10px 10px;
  }
  #header #top-nav-wrap #top-nav .nav-pills li:last-child a {
    font-size: 12px;
  }
  #header #top-nav-wrap #top-nav .logo img {
    padding: 0;
    padding-top: 15px;
  }
  h1 {
    font-size: 60px;
  }
  h4 {
    font-size: 16px;
  }
  .functions_events .middle-bottom-container h3 {
    font-size: 27px;
    padding: 60px 0 50px;
    line-height: 38px;
  }
  .history .bottom-container {
    height: 550px;
  }
  .wine #wine-list #wine-inner .nav a {
    padding: 25px 10px;
  }
  .wine #wine-list #wine-inner .wine-pdf {
    padding: 22px 23px!important;
  }
  .wine #wine-list #wine-inner .wine-pdf img {
    width: 80%;
    height: auto;
  }
  .wine .single-wine .slider {
    height: 630px;
  }
  .wine .bottom-container .first,
  .wine .bottom-container .third {
    padding: 30px;
  }
  .wine .bottom-container h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1006px) {
  #header #top-nav-wrap li a {
    padding: 10px 5px;
  }
  #header #top-nav-wrap #top-nav .nav-pills li:last-child a {
    padding: 55px 20px;
  }
  .winemaker .bottom-container .second .inner {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 998px) {
  .wine .bottom-container .first,
  .wine .bottom-container .third {
    padding: 30px 0px 0px 20px;
  }
  .wine .single-wine .slider .single-bottle img {
    width: auto;
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .wine .bottom-container {
    height: auto;
  }
  .wine .bottom-container .first,
  .wine .bottom-container .third {
    padding-bottom: 20px;
  }
  .wine .bottom-container .second {
    display: none;
  }
  .wine .single-wine .slider {
    height: auto;
  }
  .wine .single-wine .slider .single-bottle img {
    padding-left: 50px;
  }
  .wine #wine-inner .nav ul {
    background-color: #E9E4D8;
  }
  .wine #wine-inner .nav ul li .wine-pdf {
    background-color: #E9E4D8;
  }
  .wine .nav-wrap {
    position: absolute;
    top: 0;
    right: 60px;
  }
  .functions_events .middle-top-container .img-wrap {
    margin: 36px 0 25px;
  }
  .winemaker .bottom-container {
    height: auto;
  }
  .winemaker .bottom-container .second .inner {
    padding-bottom: 20px;
  }
  .winemaker .bottom-container .second h3 {
    text-align: center;
  }
  .winemaker .bottom-container .second p {
    text-align: center;
  }
  .winemaker .bottom-container .first,
  .winemaker .bottom-container .third {
    display: none;
  }
  .history .bottom-container {
    height: auto;
  }
  .history .bottom-container .second .inner {
    padding-bottom: 20px;
  }
  .history .bottom-container .second h3 {
    text-align: center;
  }
  .history .bottom-container .second p {
    text-align: center;
  }
  .history .bottom-container .first,
  .history .bottom-container .third {
    display: none;
  }
  .buying .carousel-inner .item img {
    max-height: none;
    width: 100%;
  }
}
@media only screen and (max-width: 966px) {
  #lightbox .lb-nav a.lb-next {
    opacity: 1;
  }
  #lightbox .lb-nav a.lb-prev {
    opacity: 1;
  }
  #header #top-nav-wrap li {
    line-height: 15px;
  }
  .carousel-indicators {
    top: 190px;
    bottom: 0;
  }
  .carousel-caption {
    top: 45%;
  }
  h1 {
    font-size: 45px;
  }
  .functions_events .last-container {
    background-image: none;
  }
  .functions_events .middle-bottom-container > div {
    text-align: center!important;
    padding-bottom: 20px;
  }
  .functions_events .middle-bottom-container h3 {
    padding: 30px 0 10px;
  }
  .buying .middle-top-container {
    padding-bottom: 50px;
  }
  .buying .carousel-inner > .item > img,
  .buying .buying .carousel-inner > .item > a > img {
    width: 100%;
  }
  .footer {
    left: 0;
    right: 0;
  }
  .footer .contact-footer {
    float: right;
    width: 48%;
  }
  .footer .contact-footer img {
    width: 100%;
  }
  .footer .footer-text {
    padding: 25px 30px 7px;
  }
  .footer .footer-text p {
    font-size: 11px;
  }
  .wine .bottom-container .first .grad,
  .wine .bottom-container .third .grad {
    border: none;
  }
  .wine .single-wine .slider {
    height: auto;
  }
  .wine .single-bottle img {
    padding-left: 50px;
  }
  .wine .wine-bottles img {
    width: auto;
    height: 300px;
  }
}
@media only screen and (max-width: 897px) {
  #header #top-nav-wrap li:last-child a {
    padding: 55px 20px;
  }
  #header #top-nav-wrap li {
    padding: 30px 5px;
  }
  #header #top-nav-wrap li a {
    display: table-caption;
  }
}
@media only screen and (max-width: 853px) {
  h1 {
    font-size: 40px;
  }
  .carousel-indicators {
    top: 180px;
  }
  .carousel-caption {
    top: 43%;
  }
  #header #top-nav-wrap .dropdown-menu li a {
    display: block;
  }
  #header #top-nav-wrap .dropdown-menu li:last-child a {
    padding: 10px 5px!important;
  }
  #top-nav .logo img {
    padding-top: 25px;
  }
  .footer .footer-bottom,
  .footer-1 .footer-bottom {
    padding: 20px 60px;
  }
  .footer-text {
    padding: 22px 30px 4px!important;
  }
  .footer-text p {
    font-size: 11px;
  }
}
@media only screen and (max-width: 800px) {
  .carousel-indicators {
    top: 250px;
    bottom: 0;
  }
  .bottom-container .bottom-wrap {
    padding: 30px 30px 25px 30px;
  }
  #top-nav .buy a {
    padding: 33px 19px;
  }
  #top-nav .nav-pills {
    padding: 0;
  }
  #top-nav li:last-child a {
    padding: 35px 25px;
  }
  #top-nav-wrap li a {
    font-size: 11px;
  }
  .footer-text {
    padding: 18px 30px 4px!important;
  }
  .history .bottom-container .second .inner {
    padding-bottom: 40px;
  }
  .wine #wine-list #wine-inner .nav li a {
    font-size: 12px;
  }
  .wine #wine-list #wine-inner .wine-pdf {
    padding: 21px 23px!important;
  }
  .wine #wine-list #wine-inner .wine-pdf img {
    width: 79%;
  }
  .wine .bottom-container .first,
  .wine .bottom-container .third {
    padding: 30px 20px 40px 20px;
  }
}
@media only screen and (max-width: 768px) {
  #top-nav .logo img {
    padding-top: 15px;
  }
  .navbar-toggle {
    border-radius: 0;
  }
  .sidr {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .sidr ul li a,
  .sidr ul li span {
    text-transform: uppercase;
    color: #3E2F27;
  }
  .sidr ul li:hover > a,
  .sidr ul li:hover > span,
  .sidr ul li.active > a,
  .sidr ul li.active > span,
  .sidr ul li.sidr-class-active > a,
  .sidr ul li.sidr-class-active > span {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .sidr-class-buy {
    color: #3E2F27;
    padding: 50px;
    display: inline-block;
    background-color: #F0EFEA;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
  }
  .wine #wine-list #wine-inner .nav li a {
    font-size: 11px;
  }
  .wine #wine-list #wine-inner .wine-pdf {
    padding: 20px 23px!important;
  }
}
@media only screen and (max-width: 767px) {
  .moble-logo {
    display: block!important;
    padding: 15px;
  }
  #mobile-header {
    width: 75px;
    z-index: 99;
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
  }
  .navbar-static-top {
    z-index: 1;
  }
  .navbar-toggle {
    background-color: #ddd;
  }
  .footer-1 .contact-footer,
  .footer .contact-footer {
    width: 47%;
  }
}
@media only screen and (max-width: 744px) {
  .wine .wine-bottles img {
    width: auto;
    height: 265px;
  }
}
@media only screen and (max-width: 663px) {
  .wine .wine-bottles img {
    width: auto;
    height: 220px;
  }
}
@media only screen and (max-width: 603px) {
  .buying .middle-top-container * div,
  .buying .top-container * div,
  .buying .first-container * div {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .last-container .conference {
    padding-left: 0;
  }
  .footer .contact-footer {
    width: 47%;
  }
  .footer-text {
    padding: 10px 0px 10px 30px!important;
  }
  .footer-text p {
    line-height: 13px;
  }
  .footer .footer-bottom p,
  .footer-1 .footer-bottom p {
    line-height: 14px;
  }
  .footer-1 .contact-footer {
    display: none;
  }
  .wine .single-wine .slider .single-bottle img {
    width: 160px;
    height: auto;
  }
  .wine .nav-wrap {
    right: 0px;
  }
  #wine-list {
    display: none;
  }
  #wine-list .wine-pdf {
    display: none;
  }
  #wine-list #wine-inner {
    display: none;
  }
  .wine-bottles img {
    width: auto;
    height: 260px;
  }
  .sidr-class-wine-pdf {
    display: none!important;
  }
  .functions_events .top-container .image-transition {
    height: 270px;
  }
}
@media only screen and (max-width: 568px) {
  .footer-text {
    padding: 10px 45px 0px!important;
  }
  .wine-bottles img {
    width: auto;
    height: 220px;
  }
  .buying .wine-club a img {
    top: -50px;
    right: -15px;
  }
}
@media only screen and (max-width: 533px) {
  .wine .wine-bottles img {
    height: 190px;
  }
  .wine p {
    text-align: justify;
  }
  .estate .top-container p {
    text-align: center;
  }
  .history p {
    text-align: justify;
  }
  .winemaker .top-container {
    padding: 0 15px;
  }
  .winemaker .bottom-container {
    padding: 20px 10px;
  }
  .winemaker .bottom-container h3 {
    padding-top: 10px!important;
  }
  .winemaker .last-container {
    padding: 0 15px;
  }
  .winemaker .last-container h3 {
    font-size: 35px;
  }
  .winemaker p {
    text-align: justify;
  }
  .buying .first-container {
    padding: 0 15px;
  }
  .buying .middle-top-container {
    padding: 0 15px 20px;
  }
  .buying .last-container .conference {
    padding: 50px 15px;
  }
  .buying p {
    text-align: justify;
  }
  .functions_events .first-container {
    padding: 0 15px;
  }
  .functions_events .middle-bottom-container p {
    text-align: center;
  }
  .functions_events .last-container .conference {
    padding: 50px 15px;
  }
  .functions_events p {
    text-align: justify;
  }
  h1 {
    text-align: center;
  }
  .home-page .home-info {
    padding: 0;
  }
  .home-page .home-info h4 {
    text-align: center;
  }
  h4 {
    text-align: justify;
  }
  .lower-footer .col-xs-10 {
    width: 100%;
  }
  .lower-footer .col-xs-10 div {
    padding: 0;
  }
  .lower-footer .col-xs-2 {
    width: 0;
  }
  .footer-text {
    padding: 10px 0 11px 45px!important;
  }
}
@media only screen and (max-width: 480px) {
  .wine .top-container {
    padding: 0 15px;
  }
  .last-container .confrence-img {
    height: 300px;
  }
  .sidr-right .sidr ul li:last-child {
    line-height: 15px;
    padding: 50px;
  }
  .functions_events .middle-bottom-container .upcoming .calender {
    bottom: 100px;
    left: 55px;
  }
  .functions_events .middle-bottom-container .upcoming .calender .month {
    width: 100px;
    height: 100px;
    left: 115px;
  }
  .functions_events .middle-bottom-container .upcoming .calender .month h5 {
    font-size: 25px;
  }
  .home-page .carousel-indicators {
    top: 32%;
  }
  .functions_events h1 {
    font-size: 40px;
  }
  .functions_events .the-event .event-img {
    width: 100%;
    height: auto;
  }
  .carousel-indicators {
    top: 90px;
  }
  h1 {
    margin: 30px 0px 0;
  }
  h4 {
    line-height: 17px;
  }
  .wine-bottles img {
    height: 380px;
    padding-top: 20px;
  }
  /*	.functions_events .first-container{
			padding: 40px 0 50px;
		}*/
  .moble-logo img {
    width: 65%!important;
    margin: 0 auto;
    height: auto;
    padding: 10px;
  }
  .wine .top-container h1 {
    font-size: 40px;
  }
  .lower-footer .col-xs-10 {
    width: 100%;
  }
  .footer-text {
    padding: 10px 45px 10px!important;
  }
  .footer .footer-bottom,
  .footer-1 .footer-bottom {
    padding: 10px 45px;
  }
  .contact-footer {
    display: none;
  }
}
@media only screen and (max-width: 360px) {
  .functions_events .middle-top-container .img-wrap img {
    padding-bottom: 5px;
  }
  .functions_events .middle-top-container .img-wrap p {
    display: inline-block;
    width: 145px;
  }
  h2 {
    font-size: 28px!important;
  }
  h3 {
    line-height: 30px!important;
    font-size: 25px;
  }
  .functions_events .top-container .image-transition h3 {
    top: 35%;
  }
  .moble-logo img {
    width: 65%!important;
    margin: 0 auto;
    display: block;
  }
  .functions_events .top-container .image-transition {
    height: 290px;
  }
  .functions_events .top-container .image-transition h2 {
    font-size: 30px;
  }
  .functions_events .bottom-container .bottom-wrap {
    padding: 30px 20px 25px 20px;
  }
  .functions_events .last-container .conference {
    padding: 50px 0 0 0px;
  }
  .wine .wine-bottles img {
    height: 283px;
    padding-top: 20px;
  }
  .carousel-caption {
    left: 0;
    right: 0;
    width: 100%;
  }
  h1 {
    font-size: 25px;
  }
  h4 {
    font-size: 13px;
  }
  .carousel-indicators {
    top: 160px!important;
    left: 0;
  }
  .carousel-indicators li img {
    width: 50px;
  }
  .carousel-indicators li.active img {
    width: 50px;
  }
  .carousel-caption {
    top: 30%;
  }
  .read-more a {
    font-size: 11px;
  }
  .read-more span {
    font-size: 22px;
  }
  .show_footer img {
    width: 10%;
    height: auto;
  }
  .hidden_footer img {
    width: 10%;
    height: auto;
  }
  .wine .top-container h1 {
    font-size: 29px;
    margin: 50px 0 30px;
  }
  .gallery .bottom-wrap ul li a {
    font-size: 12px;
  }
  .footer .footer-bottom,
  .footer-1 .footer-bottom {
    padding: 10px 42px 10px 35px;
  }
  .footer-text {
    padding: 7px 20px 7px!important;
    width: 345px;
  }
}
@media only screen and (max-width: 320px) {
  .winemaker .first-container {
    padding-top: 0;
  }
  .winemaker .first-container .col-md-12 {
    padding: 0;
  }
  .last-container .conference ul li {
    width: 286px;
    padding: 20px 0px 20px 0;
  }
  .last-container .conference ul li a {
    font-size: 12px;
  }
  .footer-text {
    padding: 10px 0px 10px 15px!important;
    width: 270px;
  }
  h1 {
    font-size: 22px;
  }
  .footer .footer-bottom {
    padding: 10px 32px;
  }
  .functions_events h1 {
    font-size: 30px;
  }
  .functions_events h2 {
    font-size: 30px;
    line-height: 37px;
    padding: 35px 0 20px;
  }
  h2 {
    font-size: 27px!important;
  }
  .estate .top-container .view-events a {
    padding: 20px 50px;
  }
  .wine .top-container h1 {
    font-size: 24px;
  }
  .wine-bottles img {
    height: 290px;
    padding-top: 20px;
  }
  .footer-1 .footer-bottom {
    padding: 30px 30px;
  }
  .functions_events .middle-bottom-container .upcoming .calender {
    bottom: 100px;
    left: 20px;
  }
  .functions_events .middle-bottom-container .upcoming .calender .month {
    width: 100px;
    height: 100px;
    left: 115px;
  }
  .functions_events .middle-bottom-container .upcoming .calender .month h5 {
    font-size: 25px;
  }
}
/*
HEIGHTS MEDIA SCREEN SIZES ****************************************************/
@media only screen and (max-height: 800px) {
  .carousel-indicators {
    top: 235px;
  }
}
@media only screen and (max-height: 677px) {
  .home-page .carousel-indicators {
    top: 31%;
  }
  .home-page .carousel-caption {
    top: 40%;
  }
  .winemaker .bottom-container {
    height: 500px;
  }
}
@media only screen and (max-height: 603px) {
  .carousel-indicators {
    top: 175px;
  }
  .carousel-caption {
    top: 37%;
  }
}
@media only screen and (max-height: 533px) {
  .home-page .carousel-caption {
    top: 40%;
  }
  .home-page .carousel-indicators {
    top: 30%;
  }
}
@media only screen and (max-height: 360px) {
  .carousel-indicators {
    top: 95px;
    left: 0px;
    z-index: 999;
  }
  .carousel-indicators li img {
    width: 50px;
    height: auto;
  }
  .carousel-caption {
    top: 35%;
    z-index: 99;
  }
  .footer .contact-footer {
    width: 47%;
  }
  .footer-text {
    padding: 10px 30px 0px!important;
  }
  .show_footer img {
    width: 8%;
    height: auto;
  }
  .hidden_footer img {
    width: 8%;
    height: auto;
  }
  .moble-logo {
    padding: 5px;
  }
  .moble-logo img {
    width: 15%;
    height: auto;
  }
  h1 {
    font-size: 22px;
  }
  h4 {
    font-size: 14px;
  }
}
@media only screen and (max-height: 320px) {
  .footer-text {
    padding: 10px 30px 10px!important;
  }
  .footer-text p {
    margin-bottom: 5px;
  }
  h1 {
    font-size: 19px;
  }
  h4 {
    font-size: 13px;
  }
  .read-more a {
    font-size: 11px;
  }
  .read-more span {
    font-size: 22px;
  }
}
