/*
Theme Name: Walnutblock
Theme URI: http://walnutblock.co.nz/
Author: Thinkbox
Author URI: http://thinkbox.co.nz
Description: Theme for Walnutblock.
Version: 1.0

	This theme was built by Sam Cooke,
	whose website you will find at http://www.thinkbox.co.nz/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

@import url('//cloud.typography.com/7145974/7604352/css/fonts.css');


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
}

/* end reset css */


/* reset box-sizing */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}


/* responsive */

.full {
    display: inline-block;        
}
.resp {
    display: none;
}
.rhide {
  display: block !important;
}
.rshow {
  display: none !important;
}
/***************GRID*****************/

/* Grid >> 20 Columns
----------------------------------------------------------------------------------------------------*/
.col { 
  /* padding: 0 0.625%; */ 
  position: relative;
}
.col.nopad { 
  padding: 0; 
}

.grid-1 { width:5.0%; }
.grid-2 { width:10.0%; }
.grid-3 { width:15.0%; }
.grid-4 { width:20.0%; }
.grid-5 { width:25.0%; }
.grid-6 { width:30.0%; }
.grid-7 { width:35.0%; }
.grid-8 { width:40.0%; }
.grid-9 { width:45.0%; }
.grid-10 { width:50.0%; }
.grid-11 { width:55.0%; }
.grid-12 { width:60.0%; }
.grid-13 { width:65.0%; }
.grid-14 { width:70.0%; }
.grid-15 { width:75.0%; }
.grid-16 { width:80.0%; }
.grid-17 { width:85.0%; }
.grid-18 { width:90.0%; }
.grid-19 { width:95.0%; }
.grid-20 { width:100%; }

.grid-1-3 { width: 33.333333%; }
.grid-2-3 { width: 66.66666%; }

.prefix-1 { padding-left: 5.625%; }
.prefix-2 { padding-left: 10.625%; }
.prefix-3 { padding-left: 15.625%; }
.prefix-4 { padding-left: 20.625%; }
.prefix-5 { padding-left: 25.625%; }
.prefix-6 { padding-left: 30.625%; }
.prefix-7 { padding-left: 35.625%; }
.prefix-8 { padding-left: 40.625%; }
.prefix-9 { padding-left: 45.625%; }
.prefix-10 { padding-left: 50.625%; }

.suffix-1 { padding-right: 5.625%; }
.suffix-2 { padding-right: 10.625%; }
.suffix-3 { padding-right: 15.625%; }
.suffix-4 { padding-right: 20.625%; }
.suffix-5 { padding-right: 25.625%; }
.suffix-6 { padding-right: 30.625%; }
.suffix-7 { padding-right: 35.625%; }
.suffix-8 { padding-right: 40.625%; }
.suffix-9 { padding-right: 45.625%; }
.suffix-10 { padding-right: 50.625%; }


/* Push Space >> 32 Columns
---------------------------------------------------------------------------------------------------*/

.push-1 { left:5.0%; }
.push-2 { left:10.0%; }
.push-3 { left:15.0%; }
.push-4 { left:20.0%; }
.push-5 { left:25.0%; }
.push-6 { left:30.0%; }
.push-7 { left:35.0%; }
.push-8 { left:40.0%; }
.push-9 { left:45.0%; }
.push-10 { left:50.0%; }
.push-11 { left:55.0%; }
.push-12 { left:60.0%; }
.push-13 { left:65.0%; }
.push-14 { left:70.0%; }
.push-15 { left:75.0%; }
.push-16 { left:80.0%; }
.push-17 { left:85.0%; }
.push-18 { left:90.0%; }
.push-19 { left:95.0%; }
.push-20 { left:100%; }

/* Pull Space >> 32 Columns
----------------------------------------------------------------------------------------------------*/
.pull-1 { left:-5.0%; }
.pull-2 { left:-10.0%; }
.pull-3 { left:-15.0%; }
.pull-4 { left:-20.0%; }
.pull-5 { left:-25.0%; }
.pull-6 { left:-30.0%; }
.pull-7 { left:-35.0%; }
.pull-8 { left:-40.0%; }
.pull-9 { left:-45.0%; }
.pull-10 { left:-50.0%; }
.pull-11 { left:-55.0%; }
.pull-12 { left:-60.0%; }
.pull-13 { left:-65.0%; }
.pull-14 { left:-70.0%; }
.pull-15 { left:-75.0%; }
.pull-16 { left:-80.0%; }
.pull-17 { left:-85.0%; }
.pull-18 { left:-90.0%; }
.pull-19 { left:-95.0%; }
.pull-20 { left:-100%; }


.gutter-left-1 { padding-left:5.0%; }
.gutter-left-2 { padding-left:10.0%; }
.gutter-left-3 { padding-left:15.0%; }
.gutter-right-1 { padding-right:5.0%; }
.gutter-right-2 { padding-right:10.0%; }
.gutter-right-3 { padding-right:15.0%; }



/*************FIXED GRID**************/

.fixed .col { 
/*   padding: 0 10px;  */
}
.fixed .grid-1 { width:80px }
.fixed .grid-2 { width:160px }
.fixed .grid-3 { width:240px }
.fixed .grid-4 { width:320px }
.fixed .grid-5 { width:400px }
.fixed .grid-6 { width:480px }
.fixed .grid-7 { width:560px }
.fixed .grid-8 { width:640px }
.fixed .grid-9 { width:720px }
.fixed .grid-10 { width:800px }
.fixed .grid-11 { width:880px }
.fixed .grid-12 { width:960px }
.fixed .grid-13 { width:1040px }
.fixed .grid-14 { width:1120px }
.fixed .grid-15 { width:1200px }
.fixed .grid-16 { width:1280px }
.fixed .grid-17 { width:1360px }
.fixed .grid-18 { width:1440px }
.fixed .grid-19 { width:1520px }
.fixed .grid-20 { width:1600px }

.fixed .prefix-1 { padding-left:90px }
.fixed .prefix-2 { padding-left:170px }
.fixed .prefix-3 { padding-left:250px }
.fixed .prefix-4 { padding-left:330px }
.fixed .prefix-5 { padding-left:410px }
.fixed .prefix-6 { padding-left:490px }
.fixed .prefix-7 { padding-left:570px }
.fixed .prefix-8 { padding-left:650px }
.fixed .prefix-9 { padding-left:730px }
.fixed .prefix-10 { padding-left:810px }

.fixed .suffix-1 { padding-right:90px }
.fixed .suffix-2 { padding-right:170px }
.fixed .suffix-3 { padding-right:250px }
.fixed .suffix-4 { padding-right:330px }
.fixed .suffix-5 { padding-right:410px }
.fixed .suffix-6 { padding-right:490px }
.fixed .suffix-7 { padding-right:570px }
.fixed .suffix-8 { padding-right:650px }
.fixed .suffix-9 { padding-right:730px }
.fixed .suffix-10 { padding-right:810px }

/**** clearfix ****/

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}

.clear { clear: both; }


/**** cols and rows and ****/

.row {
  overflow: hidden;
  _overflow:visible;
  _zoom:1;
  width: 100%;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}
/* .content {
  margin: 0 auto;
} */
.col {
  position: relative;
  float:left;
  display: block;
  min-height: 1px;
}
.stack .col {
  width: 100% !important;
  float: none;
}
.float-right {
  float:right;
}

.center {
  margin: 0 auto;
}
.hidden {
  display: none;
}
.tall {
  min-height:100%;
}
.hide {
  display: none;
}

.centxt {
  text-align: center;
}
.lefttxt {
  text-align: left;
}
.clearleft {
  clear: left;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* .noie .middle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ie .middle .container {
  display: table;
  width: 100%;
  height: 100%;
}
 
.ie .middle .container .group {
  display: table-cell;
  vertical-align: middle;

} */

.noie .middle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.middle .container {
  display: table !important;
  width: 100%;
  height: 100%;
}
 
.middle .container .group {
  display: table-cell !important;
  vertical-align: middle;
} 


/* tbcolumns plugin css */

.wpcolumn-wrapper { width: 100%; }
.wpcolumn { 
  float:left; display:inline; padding-left:25px; padding-right:25px;  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;}
.wpcolumn-wrapper-2 .wpcolumn { width: 50%; }
.wpcolumn-wrapper-3 .wpcolumn { width: 30%; }
.wpcolumn-first { padding-left: 0 !important; }
.wpcolumn-last { padding-right: 0 !important; }
.wpcolumn-clearfix { clear: both; }

.padleft {
  padding-left: 25px;
}
.padright {
  padding-right: 25px;
}

.headspace {
  padding-top: 30px !important; 
}
.footspace {
  padding-bottom: 30px !important;  
}
.pad {
  padding: 10px;
}



/***************TYPOGRAPHY*****************/

/*****

font-family: "Gotham A", "Gotham B";
font-style: normal;
font-style: italic;
font-weight: 400;

font-family: "Gotham A", "Gotham B";
font-style: normal;
font-style: italic;
font-weight: 700;

font-family: "Mercury SSm A", "Mercury SSm B";
font-style: normal;
font-style: italic;
font-weight: 400;

****/

body {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-size:14px !important; 
  font-weight: 400; 
  text-align: left;    
  color: #333;
  }

h1,h2,h3,h4,h5,h6 {
  font-family: "Mercury SSm A", "Mercury SSm B", 'Times New Roman', Times, serif;
  font-weight: 400;  
  margin: 0 0 20px 0; 
  padding: 0; 
  line-height: 1.5; 
  letter-spacing: normal; 
  color: #333;
}

p, li, td {     
  margin: 0 0 10px 0; 
  padding: 0; 
  letter-spacing: normal;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.7;
  color: #333;
}
li, td {     
  margin: 0; 
}
p.copyright {
  font-size: 0.6em;
}
.intro p, 
.wines-intro p,
.bookings-intro p,
.shop-intro p {
  font-family: "Mercury SSm A", "Mercury SSm B", 'Times New Roman', Times, serif;
  font-size: 1.4em;
  text-align: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.home .intro p {
  text-align: left;
}
section.intro .cols .content p {
  text-align: left;
  max-width: 100%;
}
.distributors p {
  text-align: left;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.wine-intro .content p {
  max-width: 80%;
}

section.vid p, section.vid h2, section.vid h3, section.vid h4 {
  color: #fff;
}

section.quotes p, section.quotes li, section.quotes h2, section.quotes h3, section.quotes h4, section.quotes h5 {
  text-align: center;
}
.autoslider p {
  font-family: "Mercury SSm A", "Mercury SSm B", 'Times New Roman', Times, serif;
  font-size: 1.7em;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.autoslider p em {
  display: inline-block;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-size: 0.6em;
  padding-top: 20px;
}
.cta p {
  color: #fff;
    width: 75%;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }
footer p {
  color: #fff;
  line-height: 2;
  margin: 0 0 30px 0; 
}
.contact p span {
  font-weight: 700;
}

.page-checkout .wine-intro p.woocommerce-thankyou-order-received,
.page-checkout.woocommerce-order-received .wine-intro p {
  float: none;
  width: 100%;
  padding-top: 0px;
  margin-bottom: 30px;
  line-height: 1.9;
}




h1 {  
  font-size: 3em;
  line-height: 1.2;
  margin-bottom: 40px
}
.banner h1 {
  font-size:3em;
  line-height: 1.45; 
  color:  #fff;
  margin-bottom: 0;
max-width: 600px;
}
.wines-intro h1,
.bookings-intro h1,
.shop-intro h1 {
  text-align: center;
}
h2 {  
  font-size:2.15em; 
  margin-bottom: 25px
}
.intro h2 {
  text-align: center;
}
section.intro .cols .content h2 {
  text-align: left;
  max-width: 100%;
}
#reviewpanel h2 {
  margin-bottom: 55px

}
h2.wc-bacs-bank-details-heading {
  font-size: 1em;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}


h3 {  
  font-size:1.7em; 
  margin-bottom: 30px
}


.woocommerce-order-received h3 {
  font-size: 1em;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  margin-bottom:5px;
}
.woocommerce .order_details li.account_number {
    font-size: 0.8em;
    line-height: 1.7;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  margin-bottom:5px;
}




h4 {  
  font-size:1.4em; 
}
.autoslider h4 a {
  color: #000;
  text-decoration: underline;
}
.cta h4 a {
  color: #fff;
  text-decoration: underline;
}
h5 { 
  font-size:1.4em; 
  line-height: 1.6; 
  color: #666;
}

footer h5 {
  font-size:1.3em; 
  color: #c1ad9a;
  margin: 0 0 10px 0; 
}
h6 { 
  font-size:0.75em;
}


blockquote {
  width: 100%;
  margin: 0 0 25px;
  padding: 0;
  font-size:2.25em;
  line-height: 1.1em;
  text-align: center;
}
cite {
  font-size: 9px;
  line-height: 1em;
  font-weight: 700;
  text-transform:  uppercase;
  display: block;
  padding: 0;
  margin: 10px 0 0;
}


p.thin {
  font-weight: 400;
}

p.small { font-size: 0.7em; }
p.smaller { font-size: 0.6em; }

p.up { text-transform: uppercase; }

p.clear{ clear: both;  margin: 0; padding: 0; height:0px;  }
p.clearspace10 { clear: both;  margin: 0; padding: 0; height:25px; }
p.clearspace25 { clear: both;  margin: 0; padding: 0; height:25px; }
p.clearspace50 { clear: both;  margin: 0; padding: 0; height:50px; }  

p.space {
  line-height: 0.5;
}


input, textarea { 
  font-size: 1em; line-height: 1.5;  color: #333; letter-spacing: normal;  
  font-family: "Mercury SSm A", "Mercury SSm B", 'Times New Roman', Times, serif; 
  padding: 0 10px;
}
input{ 
  line-height: 34px; height: 34px;
}


ul, ol{
  margin: 10px 0 25px;
}
ul li, 
ol li{
  list-style-position:outside;
  margin: 0 0 0 2.5em;
  font-size:1em;    
  margin-left: 30px;
  line-height: 1.4em;
  letter-spacing: normal;
  padding: 0;
} 
ul li,
ul li ul li { list-style: disc;
}
ol li,
ol li ol li,
ul li ol li  {
  list-style-type: lower-alpha;
}
ol li ul li {
  list-style: disc;
}


a, a:visited,
a:active {
  color: #815011;
  text-decoration: none;
  webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover {
/*   color:#fdcf5d; */
  text-decoration: underline;
}
a:active {
  text-decoration: underline;
}
a img {
  border: none;
}

footer .contact a {
  color: #fff;
}
.standalone a,
.email-link a {
  font-family: "Mercury SSm A", "Mercury SSm B", 'Times New Roman', Times, serif; 
  font-size: 1.15em;
}
.intro p a,
.wines-intro p a,
.bookings-intro p a,
.shop-intro p a {
  text-decoration: underline;
}

.banner h1 a {
  color: #fff;
  text-decoration: none;
}


a.btn {
  display: inline-block;
  width: 243px;
  height: 54px;
  line-height: 54px;
  color: #645465;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.9em;
  font-weight: 600;
  font-style: normal;
  padding: 0 40px 0 15px;
  margin-top: 55px;
  margin-right: 30px;
  background: #fecf5d;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    float: left;
}
a.btn:hover,
.page-items a:hover {
  background: #736091 url(images/btn-arrow.png) no-repeat right center;
  color: #fff;
}
a.btn.btn-2-line {
  line-height: 18px;
  padding-top: 9px;
  padding-bottom: 7px;
}
a.gmaps {
  display: inline-block;
  position: relative;
  margin-top: -25px;
  color: #fff;
  text-decoration: underline;
}
a.gmaps:hover {
}
.textright {
  text-align: right;
}
p#breadcrumbs, p#breadcrumbs a {
  color: #fff;
}

p.wine-links {
  display: inline-block;
  position: relative;
  margin-top: 20px;
}
p.wine-links a {
  font-family: "Mercury SSm A", "Mercury SSm B", 'Times New Roman', Times, serif; 
  font-size: 1.15em;
  padding: 0 10px;
}
p.wine-links a:first-child {
  padding-left: 0;
} 


table { 
  border-collapse: collapse;
  width: 100%
}
td, th {
  border: none;
  text-align: left;
  vertical-align: middle;
  padding: 0 10px 0 0;
}

table.alt-table td {
  text-align: right;
}
table.alt-table td:first-child {
  text-align: left;
}

strong { 
  font-weight: 600;
}
em {
  font-style:italic;
     
}
small {
  font-size: 0.75em;
}
hr {
  display: block;
  border: 0;
  width: 100%;
  height: 1px;
  background-color: #645465;
  color: #645465;
  margin: 20px 0 15px;
  padding: 0;
}


code {
  font: 1.1em 'Courier New', Courier, Fixed;
}
#postend {
  height: 1px;
  width:100%;
}
figcaption {
  margin-top: 10px;
  padding-top: 12px;
  text-align: right;
  font-size: 0.8em;
  font-weight: 600;
  line-height: 1.5;
}
figcaption small {
  font-size: 0.8em;
  font-style: italic;
}

select {
  line-height: 46px;
  padding:3px;
  font-size: 1em;
  border: solid 1px #dfdfdf;
  -webkit-box-shadow: inset 0px 1px 8px 0px #dfdfdf;
  -moz-box-shadow:    inset 0px 1px 8px 0px #dfdfdf;
  box-shadow:         inset 0px 1px 8px 0px #dfdfdf;
  line-height: 23px;
  margin-bottom: 10px !important;
  font-weight: 500;
  background-color: #FFF;
  color: #5c616f;
  vertical-align: middle !important;
  border-radius: 0;
}
input, select { 
    /* -webkit-appearance: none;  */
    outline: none;
}



.button,
.button a {
  display:  inline-block;
  line-height:  45px;
  padding:  0 15px;
  border-radius: 2;
}



.woocommerce ul.products li.product .price {
  font-size: 2.85em;
  font-family: "Mercury SSm A", "Mercury SSm B", 'Times New Roman', Times, serif; 
  color: #333;
  line-height: 40px;
}
.woocommerce ul.products li.product .price .woocommerce-Price-amount {


}
.woocommerce ul.products li.product .price .woocommerce-Price-currencySymbol {
  font-size: 0.55em;
  vertical-align: text-top;;

}
.woocommerce ul.products li.product .price .btl {
  font-size: 0.4em;
  vertical-align: sub;
}
.woocommerce ul.products li.product h3 {
  font-size: 1.4em;
}


.woocommerce ul.products li.product .title a {
    text-decoration: none;
    display: block;
    padding-right: 10px;
    background:url("images/arrow-right-grey.png") no-repeat right 8px bottom 10px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;

}
.woocommerce ul.products li.product .title a:hover {
    text-decoration: underline;
    background-position: right 5px bottom 10px;
}

/***************LAYOUT*****************/

body {
  margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0;
  width: 100%; height: 100%; 
  background: #3b3b3b;
  overflow-x: hidden;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.body-wrap {
  width:  100%;
  position: relative;
  z-index: 4000;

/*   max-width: 1600px;
  margin: 0 auto !important; */
}


header,
nav,
section,
footer {
  position: relative;
  width: 100%;
  display: block;
  position: relative;
}
header {
  z-index: 4;
}
nav {
  z-index: 5;
}
section {
  background: #fff;
  z-index: 2;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto !important;
}

.content {

}
/*==============HEADER=================*/

body {
  padding-top: 225px;
}
header {
  position: fixed;
  z-index: 199999;
  top: 0px;
  background: #fff;
  height: 225px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;  
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

/* body.home  {
  padding-top: 250px;
}
.home header {
   position: absolute;
   top: -250px;
   height: 250px;
}
 */



#logo a {
  display: block;
  width: 100%;
  padding-top: 51%;
  background: url("images/logo-walnutblock-wines.png") no-repeat center top;
  background-size: 100% auto;
  margin:  45px 0 0;
  text-indent:  -9999px;
}
.cottages #logo a {
  background: url("images/logo-walnutblock-cottages.png") no-repeat center top;
  background-size: 100% auto;
}
.home #logo {
  float: none;
}
.home #logo a {
  padding-top: 55%;
  margin-top:  40px;
  background: url("images/landing-page-logo.jpg") no-repeat center top;
  background-size: 100% auto;
}



.scroll {
  display: block;
  width: 70px;
  height: 70px;
  background: #fff url(images/arrow-down-red.png) no-repeat center center;
  border-radius: 35px;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -35px;
}

body.is-scrolled {
  padding-top: 100px;
}
body.is-scrolled header {
  height: 100px;
}
body.is-scrolled header #logo a {
  display: block;
  width: 100%;
  padding-top: 17%;
  background-size: 80% auto;
  margin: 20px 0 0;
}


/* .home .home #logo {
  float: none;
  margin:  55px auto 0;
}
.home body.is-scrolled header #logo a {
  display: block;
  width: 100%;
  padding-top: 17%;
  background-size: 80% auto;
  margin: 0px 0 0;
}

 */








/*===============FOOTER=================*/


footer { 
  position: relative;
  z-index: 1001;
  padding-top: 40px;
  padding-bottom: 50px;
  background: #3b3b3b;
}

footer .container {
  max-width: 1120px;
}

footer .ribbon img {
  position: relative;
  margin-top: -40px;
}

footer .sponsors {
  margin-top: -55px;
}
footer .sponsors img {
  width: auto;
}



/*===============OTHER=================*/

.banner {
  height: 440px;
/*   background-size:  cover; */
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.banner.bigbanner {
  height: 576px;
/*   background-size:  cover; */
}

.banner .container .group  {
  display: block;
  width:  100%;
  max-width:  600px;
}
.banner.bigbanner .container .group { 
/*   padding-bottom:  70px; */
}
.cottages .banner.bigbanner .container .group,
.banner.cottages .container .group { 
  max-width:  750px;
}

.home .banner {
  height: auto;
  background: #fff;
  padding-bottom: 60px;
  text-align: center;
}
.home .banner .container .group  {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.home .banner .container .group .col {
  padding: 0 5px;
}
.home h1 {
  display: none;
}
.home .bg {
  height: 420px;
  width: 100%;
}


.cta {
  height: 664px;
/*   background-size:  cover; */
}
.cta .container .group  {
  display: block;
  width:  75%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom:  250px;
  text-align: center;
}
section.intro .content {
 /*  width:  75%;
 margin-left: auto;
 margin-right: auto; */
}
section.wines-intro .content {
/*   width:  90%;
margin-left: auto;
margin-right: auto;*/
} 
.home section.intro .content {
  width:  100%;
}

section.intro .cols .content {
  width:  100%;
}


section {
  background:  #fff url(images/divider.png) no-repeat center top;
}
section.intro,
.home section.vid,
.home section.left-2 {
  background:  #fff;
}
section.intro.team-intro {
  background:  #fff url(images/divider.png) no-repeat center top;
}



section {
  padding: 100px 0 100px;
}

section.wine-right-2,
section.wine-left-2 {
  padding: 100px 0 50px;
}
section.person {
  padding: 60px 0 60px;
}
section.wines-intro {
  padding: 70px 0 60px;
}
section.wine {
  padding: 60px 0 0px;
}
section.wine-intro {
  padding: 80px 0 60px;
  z-index: 3;
}
section.shop-row {
  padding: 40px 0 20px;
}
section.gallery {
padding: 15px 0; 
}

section.basket {
padding: 25px 0 20px 0; 
}


section.vid {
  background: #000;
}
section.vid a.vidpop{
  text-indent: -9999px;
  display: block;
  height: 200px;
  width: 100%;
}
section.wine .content {
  padding: 0 0 30px 0;
}
section.wines-intro .selector {
  margin-left: auto;
  margin-right: auto;
}
section.wine-intro .content .group {
  padding: 30px 0 0px;
}
section.wine-intro .img {
  position: relative;
  margin-top: -80px;
  padding-bottom: 60px;
}
section.wine-intro .selector {
  float: left;
  margin-right: 6px;
}
section.wine-intro .button {
  position: relative;
  margin-bottom: 50px;
}

.distributors .content .areas {
  padding-bottom: 50px;
}
.distributors .content .locn p {
  padding-bottom: 15px;
}

.gallery .container {
  max-width: 1150px;
  position: relative;
  margin-left: -15px;
}
.gallery .container .col {
  padding: 15px;
}

.guestbook-form .group {
  width:  95%;
  margin-left: auto;
  margin-right: auto;
}
.guestbook-form .group .col  {
  padding: 0 2.5%;
}

.booking-form .summer,
.booking-form .winter {
  padding-bottom: 30px;
}
.booking-form .iframe {
  min-height: 500px;
}

.woocommerce {
 /*  padding-bottom: 60px; */
}

.woocommerce-error {
  display: none;
}


.woocommerce ul.products {
  position: relative;
  width: 104%;
  margin-left: -2%;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 0 0 0;
    padding: 0 2%;
    position: relative;
    width: 33.33333%;
}
.woocommerce ul.products li.product .group {
  min-height: 120px;
}
.woocommerce ul.products li.product .price {
  float: left;
  width: 35%;
}
.woocommerce ul.products li.product .title {
  float: left;
  width:65%;
}


.woocommerce .basket p {
  line-height: 45px;
  margin-bottom: 0;
}
.woocommerce .basket p.count {
  line-height: 55px;
}


.woocommerce .basket p.count span {
  display: inline-block;
  height: 55px;
  padding-left: 35px;
  margin-right: 30px;
  background: url("images/basket.png") no-repeat left center;
}
.woocommerce .basket p.count a {
 text-decoration: underline;
}
.woocommerce .basket p.total {
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", 'Times New Roman', Times, serif; 
  text-align: right;
}
.woocommerce .basket p.total span.amount {
  display: inline-block;
  font-size: 2.5em;
  display: inline-block;  
  vertical-align: sub;
}
.woocommerce .basket p.total a {
  margin-left: 30px;
}

.page-checkout .wine-intro h1,
.page-shopping-cart .wine-intro h1 {
  float: left;
  width: 33.33333%;
}
.page-checkout .wine-intro p,
.page-shopping-cart .wine-intro p {
  float: left;
  width: 66.66666%;
  padding-top: 10px;
}

.woocommerce-thankyou-order-details li {
  line-height: 1.8em !important;
}
.woocommerce-thankyou-order-details li.total {
  border: none;
}
.woocommerce-thankyou-order-details li.method {
  padding-top: 40px;
  float: none;
  clear:both;
}







.page-checkout .wine-intro .payment_box p,
.page-shopping-cart .wine-intro .payment_box p {
  float: none;
  width: 100%;
  padding-top: 0px;
}
.page-checkout .woocommerce,
.page-shopping-cart .woocommerce  {
  clear: both;
  padding-top: 40px;
}

.










ul.wc_payment_methods,
ul.wc_payment_methods li {
  margin: 0;
  list-style: none;
  position: relative;
  padding: 0;
}
ul.wc_payment_methods li {
  margin: 0;
  padding: 0;
  list-style-image: none;
  display: block;
}

.woocommerce-cart table.cart .product-thumbnail, 
.woocommerce-checkout table.cart .product-thumbnail {
    min-width: 100px;
    max-width: 120px;
    height: 100px;

    overflow: hidden;
}
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
    width: 100%;
}





#islegal {
  position: absolute;
  display: none;
  z-index: 6000;
  width: 450px;
  height: 350px;
  background: url(images/agescreen.jpg) no-repeat 0 0;
  background-size: 100%;
  -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow:    0px 0px 9px rgba(0, 0, 0, 0.75);
  box-shadow:         0px 0px 9px rgba(0, 0, 0, 0.75);
}
a#yeah {
  position: absolute;
  top: 78%;
  left: 52%;
  display: block;
  width: 37%;
  height: 8.5%; 
}
a#nah {
  position: absolute;
  top: 78%;
  left: 13%;
  display: block;
  width: 37%;
  height: 8.5%; 
}
#islegal-overlay {
  position: absolute;
  display: none;
  width: 100%;
  height: 120%;
  z-index: 5000;
  background: #231f20;
  top: -225px;
}
#islegal.is-active,
#islegal-overlay.is-active {
  display: block;
}
#overlay {
  display: none;
  width: 100%;
  height: 100%;
  top: 62px;
  left: 0%;
  position: absolute;
  z-index: 99999;
/*   background: #000;
opacity: 0.5;  */
}

/*=================NAVIGATION=================*/

.nav ul,
.nav ul li {
  margin: 0;
  list-style: none;
  position: relative;
  padding: 0;
}
.nav ul li {
  margin: 0;
  padding: 0;
  list-style-image: none;
  display: inline-block;
}
.nav ul li a, .nav ul li a:visited, .nav ul li a:hover, .nav ul li a:active {
  text-decoration:none; 
}
.nav.hrz ul li {
  float: left;
}
.nav.vert ul li {
  float: none;
  display: block;
}
.nav.hrz.center ul {
  float: left !important;
  left: 50% !important;
}
.nav.hrz.center ul li {
  right: 50% !important;
}
.nav ul li ul {
   display: none; 
}

  /* Fix IE. Hide from IE Mac \*/
  * html ul li { float: left;  }
  * html ul li a { height: 1%; }
  body { font-size: 100%;  }
  /* End */

nav {
  margin: 115px 0 0;
  height: auto;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.mainmenu {
  z-index: 2;
    width:  100%;
}
  .mainmenu>ul {
    position: relative;
    z-index: 1; 
    float: right;
  }
  .mainmenu>ul>li {  
    z-index:100; 
    margin: 0 0 0 45px;
  }
  .mainmenu>ul>li:first-child {  
    margin-left:  0;
  }
  .mainmenu>ul>li>a  { 
    display:block; 
    height: 110px; 
    width: auto; 
    margin: 0;
    padding: 0;
    font-size: 1.175em;
    line-height: 50px;
    color: #5b4b3f; 
    font-weight: 400;  
    font-family: "Mercury SSm A", "Mercury SSm B", 'Times New Roman', Times, serif;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }

  .mainmenu>ul>li:first-child { 
  }
  .mainmenu>ul>li:last-child { 
  }

 
  .mainmenu>ul>li:hover>a { 
    text-decoration: none; 
    color: #9c2c28;


  }
  .mainmenu>ul>li.current-menu-item>a,
  .mainmenu>ul>li.current_page_parent>a,
  .mainmenu>ul>li.current-page-ancestor>a,
  .mainmenu>ul>li.current-menu-item a:hover
  .mainmenu>ul>li.current_page_parent>a:hover {
    text-decoration: underline; 
    cursor: default;
  } 
  .mainmenu>ul>li.menu-item-has-children a {
    background: url("images/mainnav-arrow.png") no-repeat center 45px;
    
  }
  .mainmenu ul li:hover ul {
    display:  block;
  }
  .mainmenu>ul>li>ul { position:absolute; top: 99px; left:-20px;  width: 380px; height: auto; min-height: 1px; margin:0px; padding: 30px !important;  
      z-index:100;  background: #fff url("images/mainnav-ddtop.png") no-repeat left top; border-bottom: solid 1px #d3c8c1;
    }

  .mainmenu>ul>li>ul::before {
    content:"";
    width: 380px;
    height: calc( 100% - 12px );
    display: block;
    z-index: -1;
    position: absolute;
    margin-top: 12px;
    left: 0;
    top: 0;
    border-left: solid 1px #d3c8c1;
    border-right: solid 1px #d3c8c1;
  }



  .mainmenu ul li ul li { 
    float: none; display:block; margin:0; padding: 0 !important; width: 100%; height: auto; 
  }

  .mainmenu ul li ul li a { 
    display:  block; white-space:  nowrap;
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
    line-height:  36px;
    color:  #333;
    font-weight:  700;
    margin-top: 5px;
    font-size: 1.2em;
  }
  .mainmenu ul li.wines li ul li a {
    padding-left:  20px;
    margin-top: 0px;
    font-weight:  400;
    color:  #666;
  }


  .mainmenu ul li a:hover { 
    color: #815011 !important; 
    text-decoration:  underline;  
  }

  .mainmenu ul li.wines ul li.shop-online a,
  .mainmenu ul li.cottages ul li.book-now a {
    display:  inline-block;
    line-height:  45px;
    padding:  0 15px;
    border-radius: 2px;
    margin-top:  40px;
    line-height:  40px;
    background:  #d1ae04;
    color:  #fff;
    font-weight:  400;
  }
 .mainmenu ul li.wines ul li.shop-online a:hover,
 .mainmenu ul li.cottages ul li.book-now a:hover {
    color: #fff !important; 
    text-decoration:  none; 
    background: #e7d169;
  }

body.is-scrolled header nav {
  margin: 20px 0 0;
  height: auto;
}
body.is-scrolled header nav .mainmenu>ul>li>a  { 
    height: 80px; 
}
body.is-scrolled header nav .mainmenu>ul>li>ul { 
  top: 69px;
}



.home nav {
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  margin-top: 0;
} 
.home nav .mainmenu {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.home nav .mainmenu ul {
  width: 100%;
  float: none;
}
.home nav .mainmenu ul li {
  float: right; 
  margin: 0
}
.home nav .mainmenu ul li:first-child {
    float: left;
}  
body.home.is-scrolled  header nav {
  margin: 0px 0 0;
  height: auto;
  top: 5px;
  margin-top: 0;
}
body.home.is-scrolled  header nav .mainmenu>ul>li>a  { 
    height: 50px; 
}
body.home.is-scrolled  header nav .mainmenu>ul>li>ul { 
  top: 0px;
}







.banner ul   { 
  padding-top: 30px;
}
.home .banner ul {
    padding-top: 0;
}
.banner ul li a  { 
  display:block; 
  width: auto; 
  margin: 0 6px 0 0;
  padding:  0 45px 0 20px;
  font-size: 1.3em;
  line-height:  45px;
  color: #333; 
  font-weight: 400;  
  font-family: "Mercury SSm A", "Mercury SSm B", 'Times New Roman', Times, serif;
  border-radius: 2px;
  background: #fff url("images/arrow-right-grey.png") no-repeat right 20px center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.banner ul li a:hover  { 
  background: #ccc url("images/arrow-right-grey.png") no-repeat right 17px center;
}
.cottages .banner .watch-video {
  display: none;
}
.cottages .banner.homebanner .watch-video {
  display: inline-block;
}
.home .banner ul li a {
  margin: 0;
}


.cta a.button-book-now  { 
  display:inline-block; 
  width: auto; 
  margin: 50px 0 0 0;
  padding:  0 20px 0 45px;
  font-size: 1.3em;
  line-height:  45px;
  color: #333; 
  font-weight: 400;  
  font-family: "Mercury SSm A", "Mercury SSm B", 'Times New Roman', Times, serif;
  border-radius: 2px;
  background: #fff url("images/arrow-right-grey.png") no-repeat 20px center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.cta a.button-book-now:hover  { 
  background: #ccc url("images/arrow-right-grey.png") no-repeat 17px center;
}

a.button  { 
  display:inline-block; 
  width: auto; 
  margin: 0;
  padding:  0 45px 0 20px;
  font-size: 1.3em;
  line-height:  45px;
  color: #666; 
  font-weight: 400;  
  font-family: "Mercury SSm A", "Mercury SSm B", 'Times New Roman', Times, serif;
  border-radius: 2px;
  background: #fff url("images/arrow-right-grey.png") no-repeat right 20px center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a.button:hover  { 
  background: #ccc url("images/arrow-right-grey.png") no-repeat right 17px center;
}
a.button.border  { 
  border: solid 1px #ccc;
}
a.button.black  { 
  color: #fff; 
  background: #000 url("images/arrow-right-white.png") no-repeat right 20px center;
}
a.button.black:hover  { 
  background: #666 url("images/arrow-right-white.png") no-repeat right 17px center;
}



.responsive-nav  {

  position: absolute;
  top: 0;
  left:0;
  z-index: 101;
  width: 100%;
  z-index: 999999;
  min-height: 100px;
}

a.responsive-nav-trigger {

  position: absolute;
  z-index: 2000; 
  top: 50%;  
  right: 0;
  background: url(images/bg-primary-nav-trigger.png) no-repeat left center;
  background-size: 200% auto;
  border: none;
  height:44px;
  width: 44px;
  margin: -22px 0 0 0;
  padding: 0;
  text-indent: -9999px;
  
}
.responsive-nav-trigger.is-active {
  background-position: right center;
}


.responsive-nav.is-scrolled .responsive-nav-trigger {
  top: 0;
  right: 0;
}


.responsive-nav .responsivemenu {
  display: none;
  position: fixed; left: 0; z-index: 1900;
  width: 100%; height: auto; 
  min-height: 480px;
  margin: 0; padding: 0;
  background: #fff;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow:    0px 10px 10px 0px rgba(50, 50, 50, 0.5);
  box-shadow:         0px 10px 10px 0px rgba(50, 50, 50, 0.5);
  top:         80px;
}


.responsivemenu ul { 
     overflow: hidden;
  _overflow:visible;
  _zoom:1;
}
.responsivemenu ul>li {  
  height: auto; 
  width: 100%; 
  z-index:100; 
  display:block; 
  float: none !important;
  padding: 0;
}
.responsivemenu ul>li>a  { 
  display:block; 
  width: 100%; 
  margin: 0; padding: 0;
  font-size: 16px;
  color: #5b4b3f;
  font-weight: 400;
  font-family: "Mercury SSm A", "Mercury SSm B", 'Times New Roman', Times, serif;
  text-align: center;
  line-height: 40px;
  border: none;
  white-space: normal;
}


.responsivemenu ul li.current-page-ancestor a,
.responsivemenu ul li.current_page_item a {
  color: #010101;
}
.responsivemenu ul li.current-page-parent a {
  color: #010101;
}

.responsivemenu .nav>ul>li>ul { 
  margin-top: 0px;
   overflow: hidden;
  _overflow:visible;
  _zoom:1;
  width: 100%;
  padding: 0 0 10px;
  display: block;
}
.responsivemenu ul>li ul li {  
  height: auto; 
  display:block; 
  float: none !important;
  padding: 0;
}
.responsivemenu ul>li ul li a  { 
  font-size: 0.9em;
  line-height: 30px;
  padding: 0;

}

.respmenu-wrap {
  position: relative;
  z-index: 1;
}






footer .menu {
  position: relative;
  margin: 0;
  height: auto;
}
footer .menu ul,
footer .menu ul li {
  margin: 0;
  list-style: none;
  position: relative;
}
footer .menu ul li {
    display:block; 
    margin: 0 0 14px 0;
}
footer .menu ul li a { 
    display:block; 
    width: auto; 
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1.4;
    color: #fff; 
    font-weight: 400;  
    font-family: "Mercury SSm A", "Mercury SSm B", 'Times New Roman', Times, serif;
    text-decoration: underline;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
footer .menu ul li ul { 
    margin: 14px 0 0 0;
}

footer .menu ul li ul li ul li a,
footer .menu ul#menu-wines-footermenu-2 li ul li a,
footer .menu ul#menu-cottages-footermenu li ul li a { 
  color: #ccc;
  font-style: italic;
}
  footer .menu ul li:hover { 
  }
  footer .menu ul li:hover>a { 
    /* text-decoration: none; */

  }





.social-menu {
 /*  display:  none; */
}
header .social-menu {
  position: absolute;
  top: 20px;
  right: 0;
}
body.is-scrolled header .social-menu {

  top: 5px;
} 
footer .social-menu {
  margin-top: 30px;
}
.social-menu ul{
  position: relative;
  z-index: 1;
}
.social-menu ul li {
}
.social-menu ul li a {
  display: block;
  text-indent: -9999px !important;
  opacity: 1;
  webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header .social-menu ul li {
  margin-left: 6px;
}
header .social-menu ul li a {
  width: 18px;
  height: 18px;
  background: url(images/social-icons-header.png) no-repeat 0 0;
}
header .social-menu ul li.instagram a {
  background-position: 0 0;
}
header .social-menu ul li.facebook a {
  background-position: -24px 0;
}
footer .social-menu ul li {
  margin-right: 11px;
}
footer .social-menu ul li a {
  width: 37px;
  height: 37px;
  background: url(images/social-icons-footer.png) no-repeat 0 0;
}
footer .social-menu ul li.instagram a {
  background-position: 0 0;
}
footer .social-menu ul li.facebook a {
  background-position: -47px 0;
}
.social-menu ul li a:hover {
  opacity: 0.65;
}





.dist-menu ul li ul {
  display: block;
  padding-bottom: 20px;
}
.dist-menu ul li a {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  color: #999;
  line-height: 1.8;
}
.dist-menu ul li ul li a {
  color: #333;
  text-decoration: underline;
}







a.floattotop {
  display: none;
  overflow: hidden;
  width: 52px;
  height: 52px;
  z-index: 900000;
  position: fixed;
  bottom: 52px;
  right: 52px;
  top: auto;
  background: url(images/bg-backtotop.png) no-repeat center center;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  -icab-border-radius: 99px;
  -khtml-border-radius: 99px;
  border-radius: 99px;
  text-indent: -9999px
}
a.floattotop span {


}


.nextprev { 
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 10000;
  display: block;
  width: auto;
  height: auto;
}
.nextprev a {
  font-size: 0.92em;
  font-weight: 600;
  text-transform: uppercase;
}
.next {

  background-position: right 0;
}
.prev {
  margin-left: 15px;
}
.next:hover {
  background-position: right bottom;
}
.prev:hover {
  background-position: left bottom;
}



.selector {
  position: relative;
  z-index: 2;
  border-top: solid 1px #ccc;
  border-radius: 2px;
  background: #fff;
  height: 45px;
  width: 300px;

/*  overflow: hidden;*/
}
.wines-intro .selector {
  margin-bottom: 50px;
}
.wine-intro .selector {
  margin-bottom: 20px;
}
.selector ul {
  border-radius: 4px;
  overflow: hidden;
}
.selector ul li {
  width: auto;
  background: #e9e9e9;
  display: none;
  border: solid #ccc;
  border-width: 0px 1px 1px 1px;
}
.selector ul li.selected {
  width: auto;
  height: 45px;
  font-family: "Mercury SSm A", "Mercury SSm B", 'Times New Roman', Times, serif; 
  font-size: 1.3em;
  color: #666;
  font-weight: 400; 
  font-style: italic;
  line-height: 27px;
  padding: 9px 15px;
  background: #fff url(images/select-open-close.png) no-repeat right top;
  white-space: nowrap;
  cursor: pointer;
  display: block;
}
.selector ul li.selected:hover {
  background: #e9e9e9 url(images/select-open-close.png) no-repeat right top;
}
.selector.is-active ul li.selected {
  background: #fff url(images/select-open-close.png) no-repeat right bottom;
}
.selector ul li a {
  display: block;
  width: auto;
  height: auto;
  color: #666;
  font-family: "Mercury SSm A", "Mercury SSm B", 'Times New Roman', Times, serif; 
  font-size: 1.3em;
  font-weight: 400; 
  font-style: italic;
  line-height: 22px;
  padding: 9px 15px;
}
.selector ul li a:hover {
   background: #fff;
}
.view-reviews {

  position: relative;
  z-index: 1;
}


/***************WP STDS*****************/

.post.col {
  width:285px;
  height: 520px;
  margin: 30px 24px 0 25px;
  
}
.post.col.quote {
  border: none !important;
}
.col .post {

}
p.postmetadata {
  font-size: 0.65em;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif; 
  color: #666;  
    margin-bottom: 20px;
}
p.postmetadata a {
  color: #666;
  text-decoration: none;
}
p.postmetadata a:hover {
  color: #DF2646;
}

p.wp-caption {
  font-size: 0.7em;
  font-style: italic;
  padding: 0 0 15px;
  border-bottom: solid 1px #bcbcbc;
  margin-bottom: 40px;

}

.share-col span {
  cursor: pointer;
}
.share-col span:hover {
  color: #fff;
}


.widget {
  margin: 0;
}
.widget ul,
.widget ul li {
  padding: 0;
  margin: 0;
}

.thread-alt {
  background-color: #f8f8f8;
}
.thread-even {
  background-color: white;
}
.depth-1 {
}
.even, .alt {
}

.entry {
  padding-top: 30px;
}
.entry p a:visited {
  color: #b85b5a;
  }

.commentlist li, #commentform input, #commentform textarea {
  font: 0.9em;
  }
.commentlist li ul li {
  font-size: 1em;
}

.commentlist li {
  font-weight: bold;
}

.commentlist li .avatar { 
  float: right;
  border: 1px solid #eee;
  padding: 2px;
  background: #fff;
  }

.commentlist cite, .commentlist cite a {
  font-weight: bold;
  font-style: normal;
  font-size: 1.1em;
  }

.commentlist p {
  font-weight: normal;
  line-height: 1.5em;
  text-transform: none;
  }

#commentform p {
  }

.commentmetadata {
  font-weight: normal;
  }






html>body .entry ul {
  margin-left: 0px;
  padding: 0 0 0 30px;
  list-style: none;
  padding-left: 10px;
  text-indent: -10px;
  }

html>body .entry li {
  margin: 7px 0 8px 10px;
  }

.entry ul li:before {
  content: "\00BB \0020";
  }

.entry ol {
  padding: 0 0 0 35px;
  margin: 0;
  }

.entry ol li {
  margin: 0;
  padding: 0;
  }

.postmetadata ul, .postmetadata li {
  display: inline;
  list-style-type: none;
  list-style-image: none;
  }


/* End Entry Lists */

/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
  text-align:center;
  }



#commentform input {
  width: 170px;
  padding: 2px;
  margin: 5px 5px 1px 0;
  border: solid 1px #e2eff4; 
  }

#commentform {
  margin: 5px 10px 0 0;
  }
#commentform textarea {
  width: 100%;
  padding: 4px;
  border: solid 1px #e2eff4; 
  }
#respond:after {
    content: "."; 
      display: block; 
      height: 0; 
      clear: both; 
      visibility: hidden;
  }
#commentform #submit {
  clear:both;
  padding: 4px; margin: 0;  
  border: solid 1px #e2eff4; 
  background: #fff; 
  cursor: pointer;
  font-family: Helvetica, Arial,  sans-serif;
  font-size: 10px;
  color: #00749b;
  text-transform:uppercase;
}
#commentform #submit:hover { }  
  

/* Begin Comments*/
.alt {
  margin: 0;
  padding: 10px;
  }

.commentlist {
  padding: 0;
  text-align: justify;
  }

.commentlist li {
  margin: 15px 0 10px;
  padding: 5px 5px 10px 10px;
  list-style: none;

  }
.commentlist li ul li { 
  margin-right: -5px;
  margin-left: 10px;
}

.commentlist p {
  margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
  margin: 5px 0;
  }

.nocomments {
  text-align: center;
  margin: 0;
  padding: 0;
  }

.commentmetadata {
  margin: 0;
  display: block;
  }
/* End Comments */



/***************PLUGINS*****************/

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50200000;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50300000;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 50500000; 




}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 90%;
  max-width: 920px;
  max-height: 90%;
  padding: 80px;
  cursor: auto; 
  background: #fff;
  overflow: auto;
  }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 50400000; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 50600000; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 10px;
  top: 10px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 40px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 11px; }

.mfp-close-btn-in .mfp-close {
  color: #000; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  top: 0;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  opacity: 0.8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 20px;
  border-bottom-width: 20px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 12px solid black;
    left: 5px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    border-right: 20px solid white; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 12px solid black;
    left: 3px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 20px solid white; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; 
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1200px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 55.5%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.6);



  background: #000; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }
@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }


/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}















/***** FlexSlider *****/ 
.flexslider {
  position: relative;
}
.flexslider ul.slides,
.flexslider li.item {
  width: 100%;
}

.flexslider ol,
.flexslider ul {
  padding-right: 0 !important;
  padding-left: 0 !important; 
  list-style: none !important;
  list-style-type: none !important; 
}
.flexslider ol li,
.flexslider ul li {
  margin: 0;
  padding-right: 0 !important;
  padding-left: 0 !important; 
  list-style: none !important;
  list-style-type: none !important; 
}
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider { position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0; width: 100%; position: absolute; z-index: 30000000000000; top: 50%; }
.flex-direction-nav a {   
  width: 32px; height: 26px; 
  margin: -20px 0 0; display: block; 
  background: #fff url(images/prev-next-slider.png) no-repeat 0 0; 
  border-radius: 99%;
  position: absolute; 
  top: 50%; 
  cursor: pointer; 
  text-indent: -9999px;  /* -webkit-transition: all .3s ease;*/}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -40px; }
.flex-direction-nav .flex-prev {left: -40px;}
.flexslider .flex-next:hover { background-position: 100% 100%; }
.flexslider .flex-prev:hover { background-position: 0 100%;  }
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}


/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; z-index: 40000000000000;
  bottom: -65px; text-align: center; left: 0px; }
.flex-control-nav li {
  margin: 0 !important; display: inline-block; zoom: 1; *display: inline;
  height: 15px; width: 28px;
}
.flex-control-paging li a { width: 10px; height: 10px; display: block; background: #fff; cursor: pointer; text-indent: -9999px; 
  border-radius: 99%;  border: solid 2px #ccc; margin-left: auto; margin-right: auto;
  cursor: pointer;  display: flex;  align-items: center;  justify-content: center;   
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.flex-control-paging li a:hover {  
  background: #fdcf5d;  
}
.flex-control-paging li a.flex-active {  
  background: #fdcf5d; 
  width: 15px; height: 15px;
  border: solid 1px #fff;
  cursor: default; 
}

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; }
  .flex-direction-nav .flex-next {opacity: 1; }
}

.flex-direction-nav,
.flex-direction-nav li {
  height: 0;
  line-height: 0;
}

/***************MEDIA*****************/

img,
.txt img,
p img {
  width: 100%;
  object-fit: cover;

  }
p img {
  padding: 0;
  }
.gallery .container .col img {
  width: auto;
}
.gallery .container .col.fill img {
  width: 100%;
}

.feature-image {
  position: relative;
  z-index: 100;
}
img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }
img.alignright {
  margin: 0 0 0 20px;
  }
img.alignleft {
  margin: 0 30px 2px 0;

  }
img.biogrow {
  width: auto;
  margin-top: 20px;
}
img.cc-img {
  width: auto;
  
}
section.person img {
    display: block;
    width: 100%;
    max-width: 300px;
  margin: 0 auto 20px;
}
.alignright {
  float: right;
  }
.alignleft {
  float: left
  }

.video-embed {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin-bottom: 30px;
}
.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/***************FORMS*****************/

body, textarea:focus, input:focus{
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.wpcf7 {
  margin: 0;
  padding: 0;
  text-align: left;
}
.wpcf7 input[type="checkbox"]{
  float: left;
}
.wpcf7 label {
  float: left;
  font-size: 1em;
  height: 35px;
  line-height: 35px;
  color: #666;
  width: 50%;
  font-weight: 400;  
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", 'Times New Roman', Times, serif;
  display: inline-block;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="date"],
.wpcf7 textarea,
.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="number"],
.woocommerce input[type="tel"]   {

  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  margin-bottom: 30px;
  font-size: 1.15em;
  color: #000;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 2px;
}
.woocommerce textarea  {
  width: 100%;
  min-height: 180px;
  line-height: 25px;
  padding: 15px;
  margin-bottom: 30px;
  font-size: 1.15em;
  color: #000;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 2px;
}

.wpcf7 textarea  {
  height: 120px;
  line-height: 1.5;
  padding: 10px 15px;
}

.wpcf7 input[type="submit"],
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
  display: inline-block;
  height:  45px;
  margin: 0 0px 0 0;
  background: #009900;
  color: #fff;
  cursor: pointer;
  padding:  0 45px 0 20px;
  font-size: 1.3em;
  line-height:  45px;
  color: #fff; 
  font-weight: 400;  
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", 'Times New Roman', Times, serif;
  border: none;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.wpcf7 input[type="submit"] {
  float: right;
  background: #009900 url("images/arrow-right-white.png") no-repeat right 20px center;
}
.wpcf7 input[type="submit"]:hover  { 
  color: #fff;
  background: #5ccb5c url("images/arrow-right-white.png") no-repeat right 17px center;
}
.wpcf7-list-item label,
.wpcf7-list-item-label {
  white-space: nowrap;
  padding: 5px 0 0 15px;
}
.woocommerce a.button.add_to_cart_button {
  height:  40px;
  line-height:  40px;
  background: #000 url("images/arrow-right-white.png") no-repeat right 20px center;
}
.woocommerce a.button.add_to_cart_button:hover  { 
  color: #fff;
  background: #666 url("images/arrow-right-white.png") no-repeat right 17px center;
}

.woocommerce .product input[type="number"].qty {
  height:  40px;
  line-height:  40px;
  padding-right: 0;
  width: 60px;
  max-width: 60px;
}

.woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background: #009900 url("images/arrow-right-white.png") no-repeat right 20px center;
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover   { 
  color: #fff;
  background: #5ccb5c url("images/arrow-right-white.png") no-repeat right 17px center;
}

.woocommerce a.button.left-btn {
  padding: 0 20px 0 45px;  
  background: #009900 url("images/arrow-left-white.png") no-repeat left 20px center;
}
.woocommerce a.button.left-btn:hover { 
  color: #fff;
  background: #5ccb5c url("images/arrow-left-white.png") no-repeat left 17px center;
}

.woocommerce #respond input#submit.disabled,
 .woocommerce #respond input#submit:disabled,
 .woocommerce #respond input#submit:disabled[disabled],
 .woocommerce a.button.disabled,
 .woocommerce a.button:disabled,
 .woocommerce a.button:disabled[disabled],
 .woocommerce button.button.disabled,
 .woocommerce button.button:disabled,
 .woocommerce button.button:disabled[disabled],
 .woocommerce input.button.disabled,
 .woocommerce input.button:disabled,
 .woocommerce input.button:disabled[disabled]
{
    color: #fff;
    cursor: not-allowed;
    opacity: .5;
    padding:  0 45px 0 20px;
}
.woocommerce #respond input#submit.disabled:hover,
 .woocommerce #respond input#submit:disabled:hover,
 .woocommerce #respond input#submit:disabled[disabled]:hover,
 .woocommerce a.button.disabled:hover,
 .woocommerce a.button:disabled:hover,
 .woocommerce a.button:disabled[disabled]:hover,
 .woocommerce button.button.disabled:hover,
 .woocommerce button.button:disabled:hover,
 .woocommerce button.button:disabled[disabled]:hover,
 .woocommerce input.button.disabled:hover,
 .woocommerce input.button:disabled:hover,
 .woocommerce input.button:disabled[disabled]:hover
{
    color: #fff;
  background: #5ccb5c url("images/arrow-right-white.png") no-repeat right 17px center;
}


#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.3em;
  padding:  0 45px 0 20px;
  float: right;
}

ul.cart_list {
  margin: 0 0 10px;
}
ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    display: inline-block;
    font-weight: 700;
}

.woocommerce-page table.cart td.actions a.continue {
    float: left;
}
.woocommerce .quantity .qty {
    width: 5em;
    text-align: center;
}

.select2-container .select2-choice {
    padding: 10px 0 10px 8px !important;
}


#confirmation {
  padding: 8px 0 0 15px;
  font-size: 0.9em;
  line-height: 19px
}

.wpcf7 img.ajax-loader {
  width: 16px !important;
}


.mc4wp-form-fields:after {
  content: "";
  display: table;
  clear: both;
}

.mc4wp-form-fields p {
  margin-bottom: 10px;
}

.mc4wp-form-fields input[type="text"],
.mc4wp-form-fields input[type="email"]  {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  width: 90%;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  margin-bottom: 0px;
  font-size: 1.15em;
  color: #333;
  background: #fff;
  border: none;
  border-radius: 2px;

}


.mc4wp-form-fields input[type="submit"] {
  display: inline-block;
  height:  45px;
  margin: 0 0px 0 0;
  cursor: pointer;
  padding:  0 20px 0 45px;
  font-size: 1.3em;
  line-height:  45px;
  color: #666; 
  font-weight: 400;  
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", 'Times New Roman', Times, serif;
  border: none;
  border-radius: 2px;
  background: #c1ad9a url("images/arrow-right-grey.png") no-repeat 20px center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.mc4wp-form-fields input[type="submit"]:hover  { 
  background: #e9d5c2 url("images/arrow-right-grey.png") no-repeat 23px center;
}
/***************ANIMATION*****************/


.comein {
  transform: translateY(15px);
  animation:         comein 0.8s ease forwards; /* IE 10+, Fx 29+ */
  -webkit-animation: comein 0.8s ease forwards; /* Safari 4+ */
  -moz-animation:    comein 0.8s ease forwards; /* Fx 5+ */
  -o-animation:      comein 0.8s ease forwards; /* Opera 12+ */
}
.comeindelay {
  transform: translateY(15px);
}

.comein:nth-child {
  animation-duration: 0.2s;          /* IE 10+, Fx 29+ */
  -webkit-animation-duration: 0.2s;  /* Safari 4+ */
  -moz-animation-duration: 0.2s;     /* Fx 5+ */
  -o-animation-duration: 0.2s;       /* Opera 12+ */
}

.fadein {
    -webkit-animation: fadein 1.8s; /* Safari and Chrome */
       -moz-animation: fadein 1.8s; /* Firefox */
        -ms-animation: fadein 1.8s; /* Internet Explorer */
         -o-animation: fadein 1.8s; /* Opera */
            animation: fadein 1.8s;
} 


.homenav, .bottlenav {
    -webkit-transition: 1.8s; /* Safari and Chrome */
       -moz-transition: 1.8s; /* Firefox */
        -ms-transition: 1.8s; /* Internet Explorer */
         -o-transition: 1.8s; /* Opera */
            transition: 1.8s;
}

.homenav.maxedout {
  max-width: 2000px;
}
.bottlenav.maxedout {
  max-width: 1500px;
}

.bottlenav.maxedout li {
  width: 25% !important;
  margin: 0 4% !important;
}

/* {
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  -moz-transition: opacity 1.5s ease-in-out;
  -webkit-transition: opacity 1.5s ease-in-out; 
  -o-transition: opacity 1.5s ease-in-out;
}
 */


.already-visible {
  transform: translateY(0);
  opacity: 1;
  animation: none;
}




#TB_overlay {
  z-index: 99998 ;
}
.cm_ajax_loading img {
  width: 32px !important;
  height: 32px !important;
}
/* 
@keyframes comein {
  to { transform: translateY(0); }
}
Firefox
@-moz-keyframes comein {
  to { transform: translateY(0); }
}

Safari and Chrome
@-webkit-keyframes comein {
  to { transform: translateY(0); }
}

Internet Explorer
@-ms-keyframes comein {
  to { transform: translateY(0); }
}​

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

Firefox
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

Safari and Chrome
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

Internet Explorer
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}​
 */

@media only screen and (max-width: 1600px) {}
@media only screen and (max-width: 1500px) {}
@media only screen and (max-width: 1440px) {}
@media only screen and (max-width: 1440px) {}
@media only screen and (max-width: 1350px) {}

@media only screen and (max-width: 1220px) {
  #info-bar .prefix-1 {
      padding-left: 10px;
  }
  #info-bar .suffix-1 {
      padding-right: 10px;
  }
  #info-bar .callout-head .content span:first-child{
    padding-right:15px;
  }

  .callout-banner  {
    bottom: 10%;
    width: 100%;
    font-size: 1em;
  }
  .callout-banner .content p {
    margin-bottom: 5px;
  }
  .home-cards {
    padding: 25px 0 100px;
  }
  .home-cards .col {
    width: 32.66666%;
    left: 1%;
    padding: 1%;
  }
  .home-content-wrap {
    padding-bottom: 45px;
  }



}


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

  .mainmenu>ul>li>a {
    padding: 0 15px;
  }
  header {
  }
  .body-content .container {
    margin-top: 0;
  }



}





@media only screen and (max-width: 1024px), screen and (max-device-width: 1024px) {
  .body-wrap {
    overflow-y: hidden;
  }
.container {
  width: 90%;
}
.banner .container {
  width: 90%;
}
.home .banner {
    padding-bottom: 10px;
}
.home .banner .container {
  width: 99%;
}
footer .container {
  width: 90%;
}
  section.gallery {
    padding: 10px 0; 
  }
  .gallery .container {
    padding: 0 10px;
    margin-left: -10px;
  }
   .gallery .container .col {
    padding: 10px;
  }
body {
    padding-top: 203px;
}
header {

    height: 203px;

}


#logo {
  width: 22%;
  margin-right: 3%;
}
body.is-scrolled header #logo a {
    padding-top: 15%;
}
nav {
    margin: 93px 0 0;

}


.home #logo {
  width: 28%;
}
.mainmenu>ul>li {
    z-index: 100;
    margin: 0 0 0 10px;
}
.flex-direction-nav .flex-prev {
    left: 0px;
}
.flex-direction-nav .flex-next {
    right: 0px;
}





.rhide {
    display: none !important;
}
.rshow {
    display: block !important;
}

body.home  {
/*   padding-top: 95px; */
  padding-top: 20vh;
}
.home header,
.home header .container {
 /*   height: 95px; */
   height: 20vh;
}
.home header .container .group .col {

   height: 20vh;
   display: flex;
    align-items: center;
    justify-content: center;
}





#logo {
    width: 100%;
    margin-right: 0;
}

body,
body.is-scrolled {
    padding-top: 100px;
}
body header,
body.is-scrolled header,
body header .container,
body.is-scrolled header .container {
    height: 100px;
}
body header #logo,
body.is-scrolled header #logo {
  padding: 0;
}


body header #logo,
body.is-scrolled header #logo,
.cottages header #logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -17px 0 0 -77px;
}
body header #logo a,
body.is-scrolled header #logo a,
.cottages header #logo a {
  display: block;
  width: 158px;
  height: 34px;
  padding: 0;
  margin: 0;
  background-position: center bottom;
  background-size: 100% auto;
}

#resp-logo {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 52px;
  height: 44px;
  background: url("images/nuts.png") no-repeat center top;
  background-size: 100% auto;
  margin: -22px 0 0 0;
  text-indent:  -9999px;
}
.main-nav {
  display: none;
}
section .suffix-1 {  padding-right: 0; }
section .prefix-1 {  padding-left: 0; }
section .suffix-2 {  padding-right: 5%; }
section .prefix-2 {  padding-left: 5%; }

section.wine-right-2 .suffix-1,
.page-template-wines-home-template section.intro .suffix-1 {  padding-right: 5%; }
section.wine-left-2 .prefix-1 {  padding-left: 5%; }

.home .bg {
 /*  height: 286px; */
  height:  40vh;
  width: 100%;
}
.home .banner {
    padding-bottom: 0;
}
.home .banner .container {
    width: 100%;
}
.home header .container .group .col,
.home .banner .container .group .col {
    padding: 0;
}
.home #logo{
  width: 220px;
  height: auto;
  top: 50%;
  left: 50%;
  margin: -60px 0 0 -110px;
}
.home #logo a {
  width: 100%;
  padding: 55% 0 0 0;
  margin-top: 0;
  background: url(images/landing-page-logo.jpg) no-repeat center top;
  background-size: 100% auto;
}
.banner.bigbanner {
    height: 440px;
    /* background-size: cover; */
}
.cta {
    height: 440px;
    /* background-size: cover; */
}
.cta .container .group {
    padding-bottom: 50px;

}


section.vid {
  background-position: center -50px center !important;
  padding: 50px 0 50px;
}


















}
@media only screen and (max-device-width: 960px) {





}


@media only screen and (max-width: 800px), screen and (max-device-width: 800px) {

.home #logo{
  width: 220px;
}




  section.gallery {
    padding: 7px 0; 
  }
  .gallery .container {
    padding: 0 7px;
    margin-left: -7px;
  }
   .gallery .container .col {
    padding: 7px;
  }


footer .col {
  width: 50%;
  padding-bottom: 50px;
}
.basket .container {
  width: 96%;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {

  padding: 0 2%;
  position: relative;
  float: none;
  width: 100%;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce ul.products .group {
  display: flex;
  flex-direction: column;
}
.woocommerce ul.products li.product .price {
  order: 2;
   width: 100%;
   float: none;
}
.woocommerce ul.products li.product .title {
  order: 1;
 width: 100%;
 float: none;
}
.woocommerce ul.products li.product .title h3 a {
  display: inline-block;
  padding-right: 20px;
}
.woocommerce .basket p.count,
.woocommerce .basket p.total {
  text-align: center;
}
.woocommerce .basket p.total a {
    margin-left: 0;
}
.woocommerce .cart-contents .col:first-child {
  padding-bottom: 0;
}
.woocommerce a.button.left-btn {
  margin-bottom: 5px;
}
section.vid {
  background-position: -500px center !important;
  padding: 50px 0 50px;
}

}



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



html {
  -webkit-text-size-adjust: none;
}

.container {
  width: 85%;
}

.padleft {
  padding-left: 0;
}
.padright {
  padding-right: 0;
}
.pad {
  padding: 0;
}
.col,
footer .col {
  float: none;
  width: 100%;
  padding-bottom: 20px;
  margin-left: 0%;
  margin-right: 0%;
  margin-left: auto;
  margin-right: auto;
}

.grid-1,.grid-2,.grid-3,.grid-4,.grid-5,.grid-6,.grid-7,.grid-8,.grid-9,.grid-10,.grid-11,.grid-12,.grid-13,.grid-14,.grid-15,.grid-16,.grid-17,.grid-18,.grid-19,.grid-20 { 
  width:100%; 
}

  .prefix-1,.prefix-2,.prefix-3,.prefix-4,.prefix-5,.prefix-6,.prefix-7,.prefix-8,.prefix-9,.prefix-10 { 
    padding-left: 0 !important; 
  }
  .suffix-1,.suffix-2,.suffix-3,.suffix-4,.suffix-5,.suffix-6,.suffix-7,.suffix-8,.suffix-9,.suffix-10 { 
    padding-right: 0 !important; 
  } 


section {
  padding: 30px 0 30px;
  background-size: 140% auto !important;
}
section.wine-right-2,
section.wine-left-2 {
  padding: 50px 0 20px;
}
.noie section.wine-right-2 .middle,
.noie section.wine-left-2 .middle,
.noie section.right-2 .middle,
.noie section.left-2 .middle,
.noie section.person .middle,
.noie section.vid .middle   {
    display: block;
}


section.person {
  padding: 30px 0 30px;
}
section.wines-intro {
  padding: 30px 0 20px;
}
section.wine {
  padding: 30px 0 0px;
}
section.wine-intro {
  padding: 30px 0 0px;
}
section.shop-row {
  padding: 10px 0 20px;
}
section.quotes {
  padding: 50px 0 80px;
}

section.vid {
  background-position: right -80px bottom !important;
  background-size: auto 45% !important;
  padding: 50px 0 50px;
}

.banner.bigbanner.middle {
 /*  height: 286px; */
  height:  50vh;

}

.home #logo{
  width: 180px;
  margin: -50px 0 0 -90px;
}
.home #logo a {

}

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
   display: none;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {

    padding: 20px;

}
.view-reviews {
  max-width: 300px;
}




/* body.is-scrolled {
    padding-top: 95px;
}
body.is-scrolled header {
    height: 95px;
}
body.is-scrolled header #logo a {
  display: block;
  width: 80%;
  padding-top: 12%;
  margin: 20px auto 0;
}
 */




.intro p, 
.wines-intro p,
.bookings-intro p,
.shop-intro p,
.autoslider p,
.wine-intro .content p,
.cta .container .group,
section.intro .content,
section.wines-intro .content {
  width: 100%;
  max-width: 100%;
}


.wine-left-2 .group,
.wine-right-2 .group,
.single-wine .wine-intro .group {
    display:flex;
    flex-flow: column;
}
.wine-left-2 .group .col{
    order:2;
}
.wine-left-2 .group .col:first-child {
    order:1;
    padding-bottom: 0px;
}
/* image right appear first */
.wine-right-2 .group .col,
.single-wine .wine-intro .group .col {
    order:1;
    padding-bottom: 0px;
}
.wine-right-2 .group .col:first-child,
.single-wine .wine-intro .group .col:first-child {
    order:2;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {

  padding: 0 2%;
  position: relative;
  float: none;
  width: 100%;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce ul.products .group {
  display: flex;
  flex-direction: column;
}
.woocommerce ul.products li.product .price {
  order: 2;
   width: 100%;
   float: none;
}
.woocommerce ul.products li.product .title {
  order: 1;
 width: 100%;
 float: none;
}
.woocommerce ul.products li.product .title h3 a {
  display: inline-block;
  padding-right: 20px;
}
.woocommerce .basket p.count,
.woocommerce .basket p.total {
  text-align: center;
}
.woocommerce .basket p.total a {
    margin-left: 0;
}
.woocommerce .basket p.total a.button.wc-forward {
    margin-left: 20px;
}
.woocommerce .cart-contents .col:first-child {
  padding-bottom: 0;
}
.woocommerce a.button.left-btn {
  margin-bottom: 5px;
}
.woocommerce .basket p.count a {
  display: inline-block;
 text-indent: -9999px;
}

.intro img {
  display: block;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
section.intro .cols .content h2,
section.intro .cols .content p {
  text-align: center;
}
header .social-menu,
body.is-scrolled header .social-menu {
    position: absolute;
    top: -20px;
    right: 0;
}
.home header .social-menu, {
    position: absolute;
    top: 10px;
    right: 0;
}


.cta .container .group {
    padding-bottom: 0px;
}
.banner.bigbanner .container .group {
    padding-bottom: 0px;
}


.cta.middle,
.banner.middle,
.home .banner .middle {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner h1 {
  font-size: 1.8em;
}
.banner ul {
    padding-top: 15px;
}
h2 {
    font-size: 1.8em;
}

.wpcf7 label {
    float: none;
    width: 100%;

}
.wpcf7 input[type="submit"] {
    float: none;
    margin-top: 20px;
}
.guestbook-form .group {
    width: 100%;
}





}

@media only screen and (max-height: 480px) {

.home #logo{
  width: 150px;
  margin: -41px 0 0 -75px;
}
.home #logo a {
}

}


@media only screen and (min-width: 320px) and (max-device-width: 767px) and (orientation: landscape)  {

.home .banner .col {
  width: 50%;
  float: left;
}
.home .banner .bg {
    /* height: 286px; */
    height: 70vh;
    width: 100%;
}
body.home {
    /* padding-top: 95px; */
    padding-top: 30vh;
}
.home header {
    /* height: 95px; */
    height: 30vh;
}

}



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

body,
body.is-scrolled {
    padding-top: 80px;
}
body header,
body.is-scrolled header,
body header .group,
body.is-scrolled header .group {
  height: 80px;
}
body header #logo a,
body.is-scrolled header #logo a,
.cottages header #logo a {

  width: 125px;
  height: 25px;
}
#resp-logo {
  width: 35px;
  height: 30px;
  margin: -15px 0 0 0;
}
body.home  {
  padding-top: 20vh;
}
body.home header {
   height: 20vh;
}
body.home header .container .group {
   height: 20vh;
}
.responsive-nav  {
  min-height: 80px;
}

.selector {
    width: 260px;
    /* overflow: hidden; */
}
.selector ul li.selected,
.selector ul li a {
  font-size: 1.2em;
}
.view-reviews {
  max-width: 260px;
}
.home #logo{
  width: 150px;
  margin: -41px 0 0 -75px;
}


}




