@import url('https://fonts.googleapis.com/css?family=Vidaloka');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
/*Accessiblity*/
#skiptocontent a {
  padding: 6px;
  position: absolute;
  top: -40px;
  left: 0px;
  color: white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 8px;
  background: #000;
  color: white;
  -webkit-transition: top 1s ease-out, background 1s linear;
  transition: top 1s ease-out, background 1s linear;
  z-index: 10000000;
}
#skiptocontent a:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #000;
  color: white;
  outline: 0;
  -webkit-transition: top .1s ease-in, background .5s linear;
  transition: top .1s ease-in, background .5s linear;
}
/*End Accessibility*/
.subpage a, main a {
  color: #2C76AA;
  text-decoration: underline;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.subpage a:hover, main a:hover {
  color: #2C76AA;
  text-decoration: none;
}
.subpage a:focus, main a:focus {
  background-color: moccasin;
  color: #000000;
  text-decoration: none;
}
body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
}
.wrapper {
  background-color: #f3f3f3 !important;
}
h1, h2, h3, h4 {
  font-family: 'Vidaloka', Georgia, serif;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.ws-title span {
  font-family: 'Vidaloka', Georgia, serif !important;
  text-transform: uppercase;
  font-size: 55px;
  letter-spacing: 3px;
  line-height: 1.0 !important;
}
.ws-title, .ws-title span {
  line-height: 50px !important;
}
@media (max-width: 767px) {
  .ws-title span {
    font-family: 'Vidaloka', Georgia, serif !important;
    text-transform: uppercase;
    font-size: 35px;
    letter-spacing: 3px;
    line-height: 1.2 !important;
  }
}
@media (max-width: 560px) {
  .ws-title span {
    font-family: 'Vidaloka', Georgia, serif !important;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 1.2 !important;
  }
}
@media (max-width: 520px) {}
@media (max-width: 400px) {}
.shopping-cart {
  opacity: 1.0;
  transition: all 0.3s ease;
}
.shopping-cart a, .shopping-cart a:hover, .shopping-cart a:focus, .shopping-cart a:active {
  text-decoration: none !important;
}
.shopping-cart:hover {
  opacity: .8;
  cursor: pointer !important;
}
.shopping-cart span, .shopping-cart i {
  color: #ffc440 !important;
}
.header-fixed .header-v6.header-dark-transparent.header-fixed-shrink .navbar-nav .active > a, .header-fixed .header-v6.header-dark-transparent.header-fixed-shrink {
  color: #fff;
  transition: all 0.3s ease;
}
.navbar-nav li > a:hover {
  color: #ffc440 !important;
}
.navbar-brand {
  padding: 10px 10px;
}
.header-fixed .header-v6.header-fixed-shrink .navbar-brand {
  height: 80px;
  max-height: 80px;
  line-height: 39px;
  padding: 5px 5px;
}
/*.header-fixed-shrink .navbar-nav {
    top: 100px;
   
}*/
#wowslider-container1 a.ws_next:hover, #wowslider-container1 a.ws_prev:hover {
  opacity: 0.5 !important;
}
.cd-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-y;
  z-index: 2;
}
.cd-phil {
  background-color: #2a2a2a;
}
.cd-phil1 {
  background-color: #2a2a2a;
  text-align: center;
  padding: 50px 50px 0 50px !important;
  color: #fff;
  height: auto !important;
}
.cd-phil1 h1, .cd-phil1 p {
  color: #fff;
  text-align: center;
}
.cd-phil1 h1 {
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
}
.cd-phil1 h1 span {
  text-transform: uppercase;
  font-size: 15px;
  color: #ffc440;
  font-family: 'Lato', sans-serif;
  letter-spacing: 7px;
}
.cd-phil, .cd-phil1, .cd-phil2 {
  min-height: 400px;
}
.cd-phil2 {
  background: url(imgs/grapes.jpg) no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media (max-width: 1200px) {
  .cd-phil1 {
    padding: 25px 50px 0 50px !important;
  }
}
@media (max-width: 992px) {
  .cd-phil, .cd-phil1, .cd-phil2 {
    min-height: 310px;
  }
  .cd-phil2 {
    background: url(imgs/grapes.jpg) no-repeat;
    /*-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;*/
    background-size: 100% auto;
    background-position: left 0px bottom -100px;
  }
}
@media (max-width: 560px) {
  .cd-phil, .cd-phil1, .cd-phil2 {
    min-height: 240px;
  }
}
h1.title-v2::after {
  position: absolute;
  text-align: center;
  left: 50%;
  width: 70px;
  height: 2px;
  content: " ";
  bottom: -10px;
  background: #ffc440 !important;
  margin-left: -33px;
}
.service-box-v1 p {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.color-green {
  color: #ffc440 !important;
}
.service-box-v1 p::after {
  content: " ";
  left: 50%;
  height: 1px;
  width: 50px;
  bottom: -15px;
  position: absolute;
  margin-left: -25px;
  background: #ffc440 !important;
}
.service-box-v1 i {
  color: #ffc440 !important;
  font-size: 70px !important;
}
.service-block-light, .service-block-default, .service-block-light:hover, .service-block-default:hover {
  background: #fff !important;
  border: none;
}
.btn-u {
  border: 0;
  color: #2a2a2a !important;
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
  padding: 8px 16px;
  position: relative;
  background: #ffc440 !important;
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  transition: all 0.3s ease;
}
.btn-u:hover, .btn-u:focus, .btn-u:active {
  -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, .25);
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .25);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, .25);
  color: #2a2a2a !important;
  background: #ffc440;
  white-space: nowrap;
  text-decoration: none;
}
.service-block .btn-u {
  margin-top: 30px;
}
#blocks {
  padding-top: 10px;
}
h2.title-v2::after {
  left: 0;
  width: 70px;
  height: 2px;
  content: " ";
  bottom: -10px;
  background: #ffc440 !important;
  position: absolute;
}
.team-v7 {
  background-color: #fff !important;
}
#cd_about {
  padding-top: 0;
  /*padding-bottom: 0;*/
}
@media (max-width: 1200px) {
  .team-v7-in h2 {
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  .team-v7-in h2 {
    margin-top: 90px;
  }
}
#cd_club {
  padding-top: 0;
}
.content-boxes-v4 i {
  width: 60px;
  color: #ffc440 !important;
  font-size: 55px;
  margin-top: 10px;
}
.content-boxes-v4 h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 700 !important;
  font-size: 15px;
  line-height: 1.3;
  padding-top: 20px;
}
.cd-pt-10 {
  padding-top: 10px !important;
}
.cd-bg-white {
  background: #fff;
  padding: 40px;
}
.cd-club {
  padding-top: 25px;
}
.cd-club div:first-child {
  padding: 30px 50px 20px 0;
}
.cd-club div:last-child {
  border: 1px solid #000;
  text-align: center;
  padding: 20px;
}
.title-v2 span {
  text-transform: uppercase;
  font-size: 15px;
  /*color: #ffc440;*/
  color: #2a2a2a;
  font-family: 'Lato', sans-serif;
  letter-spacing: 7px;
}
.cd-special {
  position: relative;
  right: 35px;
}
@media (max-width: 1200px) {
  .cd-special {
    right: 20px;
  }
}
@media (max-width: 992px) {
  .cd-special {
    right: 0px;
  }
  .cd-club div:first-child {
    padding: 0px 0px 20px 0;
  }
}
@media (max-width: 767px) {}
.cd-link {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: bold !important;
  text-transform: none !important;
  white-space: nowrap !important;
  text-decoration: underline !important;
  transition: all 0.3s ease;
}
.cd-link:hover, .cd-link:focus {
  color: #2a2a2a !important;
  text-decoration: none !important;
}
#cd_wines, #cd_contact, #cd_gallery, #cd_events {
  padding-top: 20px;
}
#cd_events {
  /*padding-bottom: 0;
	margin-bottom: 0;*/
}
.headline h2, .headline h3, .headline h4 {
  margin: 0 0 -2px 0;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 2px solid #ffc440 !important;
}
.headline {
  display: block;
  margin: 10px 0 25px 0;
  border-bottom: none !important;
}
.who li i {
  color: #ffc440 !important;
  font-size: 13px;
  min-width: 15px;
  margin-right: 8px;
  text-align: center;
  position: relative;
}
.cube-portfolio .link-captions li i:hover {
  color: #2a2a2a !important;
  background: #ffc440 !important;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#scroll_about, #scroll_wines, #scroll_club, #scroll_gallery, #scroll_contact, #scroll_events {
  visibility: hidden;
  position: relative;
  bottom: 100px;
}
#topcontrol:hover {
  color: #fff;
  background: #ffc440 !important;
  transition: all 0.3s ease-in-out;
}
.cd-nav-shop {
  display: none !important;
}
@media (max-width: 1200px) {}
@media (max-width: 992px) {
  .header-v6 .navbar-nav > .active > a, .header-v6 .navbar-nav > .active > a:hover, .header-v6 .navbar-nav > .active > a:focus {
    background: inherit;
    color: #2a2a2a !important;
  }
}
@media (max-width: 767px) {
  .navbar-brand {
    padding: 10px 10px;
  }
  .header-fixed .header-v6.header-fixed-shrink .navbar-brand {
    height: 40px;
    max-height: 40px;
    line-height: 29px;
    padding: 5px 5px;
  }
  .header-inner-right {
    display: none;
  }
  .cd-nav-shop {
    display: block !important;
  }
}
@media (max-width: 560px) {}
@media (max-width: 520px) {}
@media (max-width: 400px) {}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cd-slider {
  position: relative;
}
.cd-notice {
  position: absolute;
  bottom: 170px;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  z-index: 100;
}
.cd-a {
  color: #555;
  text-decoration: underline;
}
.cd-a:hover {
  color: #555;
  text-decoration: none;
}
.header-v6.header-dark-transparent .navbar {
  background: #2a2a2a !important;
}
.ws-title span {
  padding: 0 10px;
  background: #2a2a2a !important;
  -moz-box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media (max-width: 991px) {
  .header-v6 .navbar-nav > li > a {
    color: #ffffff !important;
  }
}
.header-v6 .navbar-toggle .icon-bar {
  height: 1px;
  width: 20px;
  font-size: 20px;
  background: #ffffff !important;
  margin-bottom: 5px;
}
/*Enzuzo*/
.enzuzo-privacy .ez-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.enzuzo-privacy h1, .enzuzo-privacy h2, .enzuzo-privacy h3, .enzuzo-privacy h4 {
  font-family: 'Vidaloka', Georgia, serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: inherit;
}
.enzuzo-privacy h1 {
  font-size: 28px;
}
.enzuzo-privacy h2 {
  font-size: 22px;
}
.enzuzo-privacy h3 {
  font-size: 18px;
}
/* Add to your site's CSS */
#enzuzo-settings-btn {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 999999 !important;
  transform: none !important;
}
.dp-table-cell ul {
  padding-left: 16px;
}
.dp-table-cell ul li {
  margin-bottom: 5px;
}
.dp-table-cell .title-v2 {
  font-size: 19px;
}
h4 {
  font-size: 16px
}
.team-v7 p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.team-L {
  padding: 0 50px 0 10px !important;
}
.team-R {
  padding: 0 20px 0 50px !important;
}