/*
Theme Name: winebank
Theme URI: http://thewinebank.co.nz/
Author: Thinkbox
Author URI: http://thinkbox.co.nz
Description: Theme for the Winebank
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('https://fonts.googleapis.com/css?family=Merriweather:300,400,400i|Open+Sans:300,300i,400,400i,700|Oswald:300,400');

/* @import "/wp-content/themes/screeningroom/style-reset.css";
@import "/wp-content/themes/screeningroom/style-grid.css";
@import "/wp-content/themes/screeningroom/style-typography.css";
@import "/wp-content/themes/screeningroom/style-layout.css";
@import "/wp-content/themes/screeningroom/style-navigation.css";
@import "/wp-content/themes/screeningroom/style-wp-stds.css";
@import "/wp-content/themes/screeningroom/style-plugins.css";
@import "/wp-content/themes/screeningroom/style-media.css";
@import "/wp-content/themes/screeningroom/style-forms.css";
@import "/wp-content/themes/screeningroom/style-mq.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;
}

img {
  shape-rendering: auto;
}


/***************GRID*****************/

/* Grid >> 20 Columns
----------------------------------------------------------------------------------------------------*/
.col { 
/*   padding: 5px;  */
  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.666666%; }


.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%; }

.push-1-3 { left:33.33333%; }
.push-2-3 { left:66.66666%; }

/* 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%; }

.pull-1-3 { left:-33.33333%; }
.pull-2-3 { left:-66.66666%; }

.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 }

.no-gutter {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.middle .container {
  display: table !important;
  width: 100%;
  height: 100%;
} 
.middle .container .group {
  display: table-cell !important;
  vertical-align: middle;
} 
.middle .container .group {
  display: table-cell !important;
  vertical-align: bottom;
} 

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

/**** 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;
}
.righttxt {
  text-align: right;
}
.clearleft {
  clear: left;
}

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


/* 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: 9px;

}



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


body {
  font-size: 18px !important; 
  font-family: 'Open Sans', sans-serif;
  font-weight: 400; 
  text-align: left;    
  color: #787878;
}

h1,h2,h3,h4,h5,h6,p,ul,
.wine-nav,.wine-list,.addtocart, 
.woocommerce form, 
.cart-collaterals,
.basket,
.woocommerce-order {
	max-width: 785px;
	margin-left: auto;
	margin-right: auto;
}

h1,h2,h3 {
  font-family: 'Merriweather', serif;
}
h4,h5,h6 {
  font-family: 'Merriweather', serif;
  text-transform: uppercase;
  
}
h1,h2,h3,h4,h5,h6 {
  margin-top: 0; 
  margin-bottom: 15px; 
  padding: 0;
  letter-spacing: normal;
  color: #1C2A2A;
  line-height: 1.5;
  font-weight: 400;
}




p, li, td {     
  margin-top: 0; 
  margin-bottom: 15px; 
  padding: 0; 
  letter-spacing: normal;
  line-height: 1.5;
}
li, td {     
  margin: 0; 
}


 h1 {  
  font-size:3.125em;
  line-height: 1.15;
  margin-bottom: 40px; 
}

h2 {
  font-size:1.6666em;
  margin-bottom: 20px;
  /* margin: 0 0 25px 0; */
  line-height: 1.3;
  color: #000;
}
.wp-block-cover h2 ,
.wp-block-cover-image h2 {
  font-family: 'Oswald', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
  color: #fff;
}
.home .wp-block-cover:first-child h2, 
.home .wp-block-cover-image:first-child h2 {
  margin-left: 0;
  margin-right: 0;
}
.blog h2 {
  font-size:1.6666em;
  font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    color: #000;
    text-align: center;
}


h3 {  
  font-size:1.11em; 
}


h4 {
  font-size:1.625em;
  margin-bottom: 5px;
  line-height: 1.35;
  font-weight: 700;
}


h5 {  
  font-size:1.125em; 
  text-transform: uppercase;
}

footer h4,
footer h5 {
  font-size:1em; 
  text-transform: uppercase;
  background: url(images/heading-line.png) no-repeat center bottom;
  padding-bottom: 5px;

  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.888em;
  font-weight: 400;
  color: #1C2A2A;
  clear: both;
  margin-bottom: 8px;
}



h6 { 
  font-size:1em;
  margin: 0 0 10px 0; 
}





p.thin {  font-weight: 400; }
p.small { font-size: 0.7em; margin: 0px 0px 10px 0px; }
p.smaller { font-size: 0.6em; margin: 0px 0px 10px 0px; }

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; }  

footer p {
 /* display: inline;*/
  color: #1C2A2A;
  font-weight: 300;
  margin-bottom: 8px;
}
footer .textwidget {
  text-align: center;
  display: block;
  margin: 0 auto;
  float: left;
  width: 50%;

}
footer .textwidget strong {
  font-weight: 300;
}

.page-contact footer {
    padding: 0px 0 120px;
}
.page-contact footer .container {
    display: flex;
    flex-direction: column;
}

.page-contact footer  .textwidget {
    padding-bottom: 20px;
    order: 1;
  }
.page-contact footer  .textwidget p {
      font-size: 1em;
      font-weight: 300;
    display: block;
    margin-bottom: 0;
  }
.page-contact footer .textwidget h4 {
  width: 100%;
      font-size: 1em;
    display: block;
  text-align: center;
  }
.page-contact footer .textwidget:first-child h4 {
    display: block;
  }
.page-contact footer  .textwidget strong {
     display: none;
  }

.page-contact footer .row.newsletter {
    display: none;
  }
.page-contact footer .row.content {
    order: 1;
  }
.page-contact footer .row.socialnav {
    order: 2;

  }
.page-contact footer .copyright {
    order: 3;
  }






.menu h3 {
  padding-top: 15px;
  margin-bottom: 10px;
}
.menu p {
  line-height: 23x;
  position: relative;
  vertical-align: top;
}
.menu p strong {
  font-family: 'Merriweather', serif;
  font-style: italic;
  font-weight: 400;
  color: #1C2A2A;
}
span.diet-vegan {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 23px;
  height: 23px;
  vertical-align: baseline;
  margin-left: 10px;
  background: url(images/icon-food-vegan.png) no-repeat right center;
  text-indent: -9999px;
}
span.diet-gf {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 23px;
  height: 23px;
  vertical-align: baseline;
  margin-left: 10px;
  background: url(images/icon-food-gluten-free.png) no-repeat right center;
  text-indent: -9999px;
}
p.menu-key {
  padding-top: 30px;
  font-size: 0.8em;
  margin-bottom: 50px;
}
p.menu-key span.diet-vegan,
p.menu-key span.diet-gf {
  top: 0px;
  margin-left: 0px;
  margin-right: 5px;
}



.resources p,
.features p {
  margin-bottom: 10px;
}


.sidebar p,
footer p {
  font-size: 0.888em;
  text-align: center;
}
footer p a {
  color: #323232;
  text-decoration: none;
}
footer .copyright {
  padding-top: 30px;
  text-align: center;
}
footer .copyright p {
  font-size: 0.875em;
  text-transform:  none !important;
}

form#ws-plugin--s2member-profile label {
}

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;
}
.content ul li {
    line-height: 1.5;
}
.sidebar ul {
  margin-bottom: 20px !important;
}




a, a:visited,
a:active {   
  color: #323232;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: underline;
}
a:hover {
  color: #8b8b8b;
}
a:active {
  text-decoration: underline;
}
a img {
  border: none;
}

.wp-block-cover h2 {
  text-align: center;
}

.wp-block-cover h2 a,
.wp-block-cover-image h2 a {
  display: block;
	color: #fff;
  text-decoration: none;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJEAAAACCAMAAABv9M78AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzNFMDMxRDNEMDM2MTFFOEEzMTg4RTcyMTZDMTNEREEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzNFMDMxRDJEMDM2MTFFOEEzMTg4RTcyMTZDMTNEREEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTg0RDRDNjNDRDRDMTFFOEE1Qjg5MERFQTE5MTdDN0YiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTg0RDRDNjRDRDRDMTFFOEE1Qjg5MERFQTE5MTdDN0YiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5aWtquAAAABlBMVEX///8AAABVwtN+AAAAEElEQVR42mJgGAWEAECAAQABJAABbJAiPwAAAABJRU5ErkJggg==') no-repeat center bottom;
}
.wp-block-cover h2 a:hover,
.wp-block-cover-image h2 a:hover {
  background-position: center bottom -20px;
}



footer a {
/*text-decoration: underline; */
}


a.btn {
  display: inline-block;
  width: auto;
  height: 36px;
  line-height: 36px;
  color: #777;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-size: 0.875em;
  font-weight: 400;
  padding: 0 35px;
  background: transparent;
  border: solid 1px #bbb;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
a.btn:hover {
  background: #bbb;
  color: #fff;
}



a.btn.btn-2-line {
  line-height: 18px;
  padding-top: 9px;
  padding-bottom: 7px;
}
a.read-btn {
  margin: 15px 0 30px;
}
a.login-btn {
  margin: 0 0 50px;
}

a.login-link {
  display: inline-block;
  background: url(images/icon-trade-login.png) no-repeat left top;
  padding-left: 30px;
  font-size: 1.0625em;
  line-height: 22px;
  text-decoration: none;
}



header a.login-link {
  position: absolute;
  right: 0;
  top: 112px;
  font-size: 0.875em;
  padding-top: 5px;
  height: 22px;
}
header a.login-link.trade {
  position: absolute;
  right: 92px;
  background: none;
  padding-left: 0;
  padding-right: 0;
}
a.login-link:hover {
  background-position: left bottom
}

a.login-link.logout {
  background-position: right top;
  padding-left: 0;
  padding-right: 30px;
}
a.login-link.logout:hover {
  background-position: right bottom;
}





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: 700;
}
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;
}

blockquote {
  width: 100%;
  margin: 30px 0 15px;
  padding: 0;
  line-height: 1;
  font-size: 2em;
}
blockquote p {
  line-height: 1.3;
}
cite {
  font-size: 9px;
  line-height: 1em;
  font-weight: 700;
  text-transform:  uppercase;
  display: block;
  padding: 0;
  margin: 10px 0 0;
}

input, textarea {
  font-size:1em;
  color: #777;
  letter-spacing: normal;
  width: 100%;
  margin: 0 0 10px;
  padding: 0 8px;
  border: solid 2px #D3D3D3;
/* text-transform: uppercase; */
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"]{
  line-height: 35px;
  height: 35px;
}
input[type="checkbox"] { 
  width: 20px;
  margin-right: 10px;
}
textarea {
  padding: 8px;
}
input[type="submit"] { 
  max-width: 230px ;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.95em;
  background: #b3b3b3;
  font-weight: 500;
  line-height: 44px; height: 44px;
  cursor: pointer;
}
.filter input[type="submit"] { 
  float: right;
}
select {
  line-height: 46px;
  padding:3px;
  font-size: 0.875em;
  text-transform: uppercase;
  border: none;
  line-height: 35px;
  height: 35px;
  margin-bottom: 10px !important;
  font-weight: 400;
  background-color: #FFF;
  color: #777;
  vertical-align: middle !important;
  border-radius: 0;
  border: solid 2px #D3D3D3;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: solid 2px #D3D3D3;
    border-radius: 0px;
    height: 35px;
}



input, select, textarea {
    /* -webkit-appearance: none;  */
    outline: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.888em;
}

.newsletter input[type="email"] {
  width: 250px;
  height:  50px;
  background: #fff;
  line-height: 50px;
  margin: -1px 0 0 0;
  position: relative;
}
.newsletter input[type="text"] {
  width: 29%;
  margin-left: 1%;
  background: #efefef;
}
.newsletter input[type="submit"] {
  display: inline-block;
  width: 50px;
  margin: 1px 0 0 -2px;
  line-height: 46px;
  height: 50px;
  background:  #fff;
  color: #000;
  position: relative;
  background: url(images/bg-right.png) no-repeat center center;
  text-indent: -9999px;
}



label {
  color: #000;
  /* text-transform: uppercase; */
  font-weight: 400;
  padding-right: 20px;
  font-size: 0.888em;
}





::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #959595;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #959595;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #959595;
}
:-moz-placeholder { /* Firefox 18- */
  color: #959595;
}



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

body {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow-x: hidden;
}
body.is-scrolled {
  /* margin-top: 85px; */

}


header,
nav,
section,
footer {
  position: relative;
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
}
header {
  z-index: 100;
}
nav {
  z-index: 100;
}
section {
  position: relative;
  padding: 0;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
section.content {
  padding-bottom: 60px;
}

section.content.events {
  padding-top: 20px;
}




.container {
  position: relative;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto !important;
}
.content {
  padding-bottom: 0px;
}


/*==============HEADER=================*/
header {


}
header .container {
  height: 80px;
}




header #logo {
/*  position: absolute;
  width: 135px;
  height: auto;
  top: 12px;
  left: 50%;
  margin-left: -67.5px;*/

  width: 135px;
  height: auto;
  margin: 0 auto;
  padding-top: 12px;



}

header #logo a {
  display: block;
  position: relative;
}

#cover-logo {
	display: block;
	width: 190px;
	height: 362px;
	background: url(images/logo-home-cover.svg) no-repeat center center;
	background-size: 100%;
  shape-rendering: optimizeSpeed;
	margin: 0 50px;
	opacity: 1;
}

/* 
.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;
}

 */



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


footer {
  padding: 30px 0 200px;
}

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

footer .newsletter {
	padding: 0 0 30px;
	text-align: center;
}
footer .socialnav {
  padding: 20px 0 0px;
  border-top: solid 1px #bbb;

}



footer .col {
  padding-right: 5px;
}

footer .col .widget {
  padding: 15px 0 0;
}

.copyright {
  position: relative;
  margin-top: -15px;
}
.copyright p {
  /* margin: 0; */
}


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

.vert-align {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}


.banner .bg {
  width:100%;
}
.banner-txt {
  text-align: center;
  max-width: 70%;
  margin: 0 auto;
}



.item-content {
  padding: 15px;
  margin-bottom: 15px;
  border-left: solid 1px #5d5d5d;
  min-height: 300px;
}

.terms {
  padding-bottom: 40px;
}
.terms span {
  display: inline-block;
  font-size: 1em;
  text-transform: uppercase;
  position: relative;
  font-size: 12px;
  color: #fff;
  /* background: #777; */
  padding: 0 10px 1px;
  margin: 0 2px 5px 0;
  white-space: nowrap;
}



/*=================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: 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;
}
.nav.hrz.cent ul {
  float: left !important;
  left: 50% !important;
}
.nav.hrz.cent ul li {
  right: 50% !important;
}
.nav>ul>li>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 */



.main-menu {
  display: none;
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%;
  z-index: 100000;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.main-menu-bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  height: 150vw;
  min-height: 100%;
  width: 0;
  min-width: 0;
  background: #fff;
  z-index: 1;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.main-menu-bg.is-active {
  width: 100%;
}

.main-menu .mainmenu {
  position: relative;
  top: 60px;
  left: 0;
  z-index: 2;
  width: 90%;
  max-width: 1040px;
  margin: 100px auto 0 10%;
  padding: 0 50px 0 0;
  z-index: 10;
}



.mainmenu>ul { 
  margin-top: 0px;
     overflow: hidden;
  _overflow:visible;
  _zoom:1;
}
.mainmenu>ul>li {
  height: auto;
  width: 100%;
  /* max-width: 320px; */
  z-index:100;
  display:block;
  float: none !important;
  padding: 0 0 18px;
  /* border-bottom: solid 1px #eee; */
}
.mainmenu>ul>li:first-child {
  /* border-top: solid 1px #eee; */
}

.mainmenu>ul li a  {
  display: inline-block;
  /* width: 100%; */
  margin: 0;
  padding: 0px;
  font-family: 'Oswald', sans-serif;
  font-size: 2.22em;
  text-transform: uppercase;
  color: #000;
  line-height: 1.3;
  text-align: left;
  font-weight: 300;
  letter-spacing: normal;
  text-transform: uppercase;
    border-bottom: 2px solid #fff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.mainmenu>ul>li>a { 

}

  .mainmenu>ul>li.current-menu-item,
  .mainmenu>ul>li.current_page_parent,
  .mainmenu>ul>li.current-page-ancestor,
  .mainmenu>ul>li.current-our-work-item,
  .mainmenu>ul>li.current-menu-item:hover,
  .mainmenu>ul>li.current_page_parent:hover {
 
  } 
  .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-our-work-item>a,
  .mainmenu>ul>li.current-menu-item>a:hover,
  .mainmenu>ul>li.current_page_parent>a:hover {
    cursor: default;
    border-bottom: 2px solid #000;

  } 
  .mainmenu>ul>li>a:hover,
  .mainmenu ul li.current-page-ancestor>a,
  .mainmenu ul li.current_page_item>a,
  .mainmenu ul li.current-page-parent>a {
    border-bottom: 2px solid #000;

  }

.trigger-container {
  position: relative;
  /* max-width: 1040px; */
  margin: 0 auto !important;
}

a.nav-trigger {
  position: absolute;
  z-index: 100001;
  top: 20px;
  left: 21px;
  background: url(images/bg-primary-nav-trigger.png) no-repeat left top;
  border: none;
  height:40px;
  width: 100px;
  overflow: hidden;
  margin: 0;
  -webkit-transition: top 0.25s, left 0.25s;
  -moz-transition: top 0.25s, left 0.25s;
  transition: top 0.25s, left 0.25s;
  font-size: 0.875em;
  text-transform: uppercase;
  color: #191919;
  line-height: 47px;
  padding-left: 55px;
  vertical-align: bottom;
  text-decoration:  none;
  opacity: 1;
  text-indent: -9999px;
}
a.nav-trigger:hover {
  opacity: 0.7;

}
a.nav-trigger.is-active {
  background-position: left -40px;
/*   top: 50px;  
left: 125px; */
  text-indent: 0;
  padding-left: 55px;


}

nav#fixed {
	position: fixed;
	bottom: 0;
	display:block;
	height: 70px;
	width: 100%;
	background: #BB9A37;
	overflow:  hidden;
	z-index: 20;
}
nav#fixed ul {
	width: 100%;
	max-width: 540px;
}

nav#fixed ul li {
	width: 16.66666%;
}

nav#fixed li a {
	display: block;
	width: 50px;
	height: 70px;
	margin: 0 auto;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-size: 0.83333em;
	line-height: 1;
	letter-spacing: 0.1em;
	padding-top: 46px;
	background: url(images/icons-fixed-menu.png) no-repeat center 0;
}
nav#fixed li.fm-wine a {
	background-position: center 0;
}
nav#fixed li.fm-food a {
	background-position: center -70px;
}
nav#fixed li.fm-hours a {
	background-position: center -140px;
}
nav#fixed li.fm-phone a {
	background-position: center -210px;
}
nav#fixed li.fm-map a {
	background-position: center -280px;
}
nav#fixed li.fm-cart a {
	background-position: center -350px;
}
nav#fixed li.fm-events a {
  background-position: center -420px;
}
.tabs {
	width: 100%;
	background: url(images/bg-tab-border.png) repeat-x center bottom;
	margin-top: 30px;
	margin-bottom: 50px;
	overflow-x: hidden;
}

.tabs .nav {
	width: 100%;
    max-width: 785px;
    margin: 0 auto;
}
ul.nav-tabs {
	position: relative;
	/* margin-left: -7.5%; */
	/* margin-right: -7.5%; */
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	clear: both;
	/* width: 115%; */
	max-width: 50000px;
}
.nav-tabs li.nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.nav-tabs li a {
	display: block;
	color: #BB9A37;
	text-transform: uppercase;
 	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 2.4em;
	line-height: 1.43;
	padding-bottom: 26px;
	width: 100%;
	height: 89px;
	background-position: center bottom;
}
/* .nav-tabs li:first-child a {
	text-align: left;
}
.nav-tabs li:last-child a {
	text-align: right;
} 

.nav-tabs > li > a:hover,
.nav-tabs > li > a:active,
.nav-tabs > li > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:active,
.nav-tabs > li.active > a:focus,
 */

.nav-tabs > li.active > a {
	background: url(images/bg-tab-active.png) no-repeat center bottom;


}

.tab-content {
	/* padding-bottom: 150px; */
	margin-bottom: 10px;
	/* border-bottom: #d9d9da solid 1px; */
	background: #EFEFEF;
	padding-top: 50px;
	position: relative;
	margin-top: -68px;
	z-index: -1;
}
.tab-pane {
	/* display: none; */
}
.tab-pane.active {
	display: block;
}

.tab-content .wp-block-cover,
.tab-content .wp-block-cover-image {
	margin-top: 50px;
}
.single-product .tabs {
  margin-top: 16px;
}
.single-product .nav-tabs li a {
  display: block;
  color: #BB9A37;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.722em;
  line-height: 1.43;
  letter-spacing: 0.1em;
  padding-top: 32px;
  padding-bottom: 26px;
  width: 100%;
  height: 76px;
  background-position: center bottom;
}


.single-product .nav-tabs li.nav-item {
  background: url(images/icons-wine-menu.png) no-repeat center top;
}
.single-product .nav-tabs li.wm-taste {
  background-position:  center top;
}
.single-product .nav-tabs li.wm-winery {
  background-position:  center -140px;
}
.single-product .nav-tabs li.wm-buy {
  background-position:  center -280px;
}






#wine-selector {
  /* display: none; */
  padding: 0px 0 20px;
  z-index: 19;
}
#wine-selector.active {
  /* display: none; */
  padding: 0px 0 20px;
}
#wine-selector.active .wine-nav {
  border-bottom: solid 1px #000;
  margin-bottom:30px;
}



.single-product #wine-selector/*, 
.woocommerce.archive #wine-selector */{
  position: fixed;
  left: 0;
  bottom: 70px;
}
.single-product #wine-selector.active, 
.woocommerce.archive #wine-selector.active {
  position: relative;
}


#wine-selector .wrap {
  background: #fff;
  padding-bottom: 0px;
}
#wine-selector h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.222em;
  font-weight: 300;
  text-transform: uppercase;
  padding-bottom: 3px;
  border-bottom: 2px solid #000;
  margin-bottom: 25px;
}

#wine-selector h2 a {
  background: url(images/bg-down.png) no-repeat right 10px;
  display: block;
  text-decoration: none;
  color: #000;
}
#wine-selector h2 a.pickhome {
  background: url(images/bg-up.png) no-repeat right 10px;
}
#wine-selector h2 a:hover {
  color: #000;
}




.wine-nav #cats>ul {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
.wine-nav ul li {
  padding-bottom: 7px;
  width: 85%;
}
.wine-nav ul li a {
  display: block;
  font-family: 'Merriweather', serif;
  font-weight: 300;
  line-height: 30px;
  width: 100%;
  padding-left: 10px;
}
.wine-nav ul li a:hover {
  color: #fff;
  background: #000;
}

.wine-nav #cats>ul>li:first-child>a {
  border-bottom: solid 1px #000;
}
.wine-nav #cats>ul>li ul {
  padding: 20px 0px 10px 0px;
}
.wine-nav #cats>ul>li ul li ul {
  padding: 10px 10px 10px 10px;
  display: none;
}
/*.wine-nav #cats>ul>li ul li.grndkid:hover ul{
  display: block;
}
*/










.shop .container {
  padding-bottom: 50px;
}

.wine-list {
  display: none;
  padding: 0;
  border-bottom: solid 1px #BDBDBD;
}
.shop .wine-list {
  display: block;
  padding-top: 10px;
  position: relative;
}

.shop .wine-row:first-child .wine-list {
  border-top: solid 1px #BDBDBD;
}

.shop .wine-list a.tastelink {
  position: absolute;
  bottom: 15px;
  right: 0;
  text-align: right;
  font-family: 'Merriweather', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 0.888em;
  color: #787878;

}
.shop .wine-list a.tastelink:hover {
  text-decoration: underline;
}

.wine-list h4 {
  text-transform: none;
  font-size: 1.111em;
  font-weight: 400;
  color: #000;
}
.wine-list div p {
  text-transform: uppercase;
  font-size: 0.8333em;
  font-weight: 400;
  color: #000;
  margin: 0;
}
.wine-list div {
  border-top: solid 1px #BDBDBD;
}
.shop  div {
  border-top: none;
}
.shop div.addtocart {

}
.wine-list a {
  text-decoration: none;
  color: #000;
}
.wine-list p.locn {
  text-transform: uppercase;
  font-size: 0.8333em;
  font-weight: 400;
  color: #000;
  margin: 0;

}


.wine-list div a {
  display: block;
  text-decoration: none;
  color: #000;
   padding: 10px 10px;
}
.wine-list div a:hover {
  color: #fff;
  background: #000;
}
.wine-list div a:hover h4,
.wine-list div a:hover p {
  color: #fff;
}
.wine-list p.orderby {
  font-family: 'Oswald', sans-serif;
  text-align: right;
  font-weight: 300;
  font-size: 0.8889em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #000;
}
.wine-list p.orderby a {
  text-decoration: none;
  color: #000;
}
.wine-list p.orderby a:hover {
  color: #000;
  text-decoration: underline;
}



.single-wine .tab-content {
  background: #EFEFEF;
  padding-bottom: 50px;
  margin-bottom: 0;
  min-height: 800px;
  min-height: calc(100vh - 220px);
}

.single-wine .wine-list {
  display: block;
  border: none;
}
.single-wine #buy {
  
}
.single-wine #buy h4 {
  font-size: 2.222em;
}
.single-wine #buy p.price,
.shop p.price  {
  font-size: 2.222em;
  font-family: 'Merriweather', serif;
  font-style: italic;
  color: #000;
}
.shop p.price  {
  font-size: 1.333em;
  /* line-height: 2; */
  margin-bottom: 10px;
}
.shop .quantity {
  display: inline-block;
  padding-right: 30px;

  margin-bottom: 5px;
}
.single-product #wine-selector {
  display: block;
  padding: 35px 0 0;
  background: url(images/bg-selector-border-shop.png) repeat-x 0 0;
}
.woocommerce.archive #wine-selector {
  display: block;
  padding: 35px 0 0;
}

.single-product #wine-selector .wine-nav #cats,
.single-product #wine-selector .wine-list,
.woocommerce.archive  #wine-selector .wine-nav #cats,
.woocommerce.archive  #wine-selector .wine-list {
  display: none;
}
.single-product #wine-selector h2,
.woocommerce.archive #wine-selector h2 {
  font-size: 1.22em;
}
.single-product #wine-selector h2 a {
  background-position: right 0px;
}


.wine-list div.wine-item {
  position: relative;
  border-top: solid 1px #BDBDBD;
  padding-top: 10px;
}

.woocommerce.archive #wine-selector h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 2.222em;
    font-weight: 300;
    text-transform: uppercase;
    padding-bottom: 3px;
    border-bottom: 2px solid #000;
    margin-bottom: 25px;
}
#wine-selector h2 a {
    background: url(images/bg-down.png) no-repeat right 10px;
    display: block;
    text-decoration: none;
    color: #000;
}

.woocommerce.archive footer,
.page-checkout footer,
.page-cart footer {
/*  padding-top: 80px;
  margin-top: 80px;
  border-top: solid 1px #BDBDBD;*/
}




.woocommerce.archive .basket {
  padding-top: 30px;
  font-size: 0.833em;
}

.woocommerce.archive .basket .total span {
  padding-right: 5px;
}
.woocommerce.archive .basket .count a {
  padding-left: 5px;
}
.woocommerce form .form-row textarea {
    height: 150px;
  }

#add_payment_method #payment ul.payment_methods, 
.woocommerce-cart #payment ul.payment_methods, 
.woocommerce-checkout #payment ul.payment_methods,
#add_payment_method #payment ul.payment_methods li, 
.woocommerce-cart #payment ul.payment_methods li, 
.woocommerce-checkout #payment ul.payment_methods li {
  list-style: none !important;
  list-style-image: none !important;
}



.woocommerce {
  padding-top: 50px;
}
body.woocommerce {
  padding-top: 0;
}
.checkout{
  padding-bottom: 50px;
}

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
.woocommerce a.added_to_cart {
    font-size: 0.888em;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 0;
    font-weight: 400;
    border-radius: 0px;
    left: auto;
    color: #787878;
    background-color: transparent;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: transparent;
    color: #787878;
    -webkit-font-smoothing: antialiased;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.woocommerce a.added_to_cart:hover {
    background-color: transparent;
    color: #787878;
    text-decoration: underline;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: transparent;
    text-decoration: none;
    background-image: none;
    color: #787878;
    text-decoration: underline;
}

.woocommerce .quantity .qty {
    width: 56px;
    height: 36px;
    line-height: 36px;
    border: solid 1px #000;
    padding: 0;
}
.payment_method_paymentexpress img {
  width: auto;
}


.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: none;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 1em;
        font-size: 1.25em;
}






/* 
.responsive-nav.is-scrolled .responsive-nav-trigger {
  top: 0;
  right: 0;
}
 */
.accordion h4,
.clientlist h4 {

}
.accordion h6,
.clientlist h6 {
  margin: 0 0 20px;
}
.accordion ul li,
.clientlist ul li {
  border-bottom: solid 1px #bbb;
  padding: 0 0 10px;
}

.accordion ul li h3 {
  background: url(images/accordion-up-down.png) no-repeat right top;
  line-height: 1.2;
  min-height: 45px;
  padding: 10px 75px 0 0;
  margin: 0;
  cursor: pointer;
  font-size: 2em;
}
.clientlist ul li h3 {
  line-height: 1.2;
  min-height: 45px;
  padding: 10px 75px 0 0;
  margin: 0;
  font-size: 2em;
}
.accordion ul li h3.active {
  background-position: right -200px;
}

.acrd-content {
  padding: 15px 0 10px;

}

.map {
  padding: 50px 0 0;
}




a.floattotop {
    display: none;
    overflow: hidden;
    width: 40px;
    height: 40px;
    z-index: 1038;
    position: fixed;
    bottom: 15px;
    right: 2%;
    top: auto;
    left: auto;
    padding: 0;
    border: none;
    background: #fff url(images/bg-up.png) no-repeat center center;
    border-radius: 99px;
    text-indent: -9999px;
    background-size: 75%;
}
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;
}

.overlay {
  display: none;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  position: absolute;
  z-index: 99;
  background: rgba(0,0,0,0);
  -webkit-transition: top 0.25s, left 0.25s;
  -moz-transition: top 0.25s, left 0.25s;
  transition: top 0.25s, left 0.25s;
}
.overlay.is-active {
  display: block;
  background: rgba(0,0,0,0.25);
}
  



ul#menu-socialmenu {
  position: relative;
  margin-bottom: 15px;
}
ul#menu-socialmenu li {
  float: left;
}

ul#menu-socialmenu li a {
  display: block;
  width: 34px;
  height: 42px;
  background: url(images/social-icons.png) no-repeat center top;
  font-size: 1.2em;
  font-style: italic;
  color: #5a5956;
  text-indent: -9999px;
  opacity: 1;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

ul#menu-socialmenu li.email a { background-position: center 0; }
ul#menu-socialmenu li.twitter a { background-position: center -90px; }
ul#menu-socialmenu li.facebook a { background-position: center -180px; }
ul#menu-socialmenu li.linkedin a { background-position: center -270px; }
ul#menu-socialmenu li.instagram a { background-position: center -360px; }

ul#menu-socialmenu li a:hover,
ul#menu-socialmenu li a:hover {
  opacity: 0.7;
}





/***************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: 0px;
}
.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 */


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

img,
.txt img,
p img {
  width: 100%;
  object-fit: cover;
  max-width: 100%;
  }
p img {
  padding: 0;
  }
.post img {
 /*  margin: 25px 0;  */
}
.blog .post img {
  display: block;
  margin-bottom: 15px;
  width: auto;
  max-width: 785px;
  margin-left: auto;
  margin-right: auto;
}
.main img {
  margin-bottom: 30px;
}


.avatar img {
  max-width: 117px;
}
.feature-image img {
  object-fit: cover;
}
img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }
img.alignright {
  margin: 0 0 0 20px;
  }
img.alignleft {
  margin: 0 30px 2px 0;

  }
.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%;
}
img.ajax-loader {
  width: 16px;
}




/*!
 * Block fixes
 * http://jqueryui.com
 *
 */




.wp-block-cover.has-background-dim:before,
.wp-block-cover-image.has-background-dim:before {
/*background-color: transparent !important;*/
}
.wp-block-cover-image.has-background-dim:before, 
.wp-block-cover.has-background-dim:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: inherit;
    opacity: .15;
    z-index: 1;
}

.wp-block-cover,
.wp-block-cover-image {
    min-height: 800px;
    min-height: calc(80vh - 150px);
    margin-top: 35px;
    margin-bottom: 64px;
}
.home .wp-block-cover,
.home .wp-block-cover-image {
    min-height: calc(100vh - 150px);

}
.wp-block-cover:first-child,
.wp-block-cover-image:first-child {
    margin-top: 0px;
}

.home .wp-block-cover:first-child h2:first-child,
.home .wp-block-cover-image:first-child h2:first-child {
	position: relative;
	/* margin-left: -50px; */
}


.home .wp-block-cove:first-childr h2,
.home .wp-block-cover-image:first-child h2 {
  width: 200px;
}


div.post {
  padding-bottom: 30px;
      border-bottom: solid 1px #bbb;

}
















/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=custom-theme&bgImgOpacityError=&bgImgOpacityHighlight=&bgImgOpacityActive=&bgImgOpacityHover=&bgImgOpacityDefault=&bgImgOpacityContent=&bgImgOpacityHeader=&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=%23666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=%23aaaaaa&iconColorError=%23cc0000&fcError=%235f3f3f&borderColorError=%23f1a899&bgTextureError=flat&bgColorError=%23fddfdf&iconColorHighlight=%235d5d5d&fcHighlight=%235d5d5d&borderColorHighlight=%23FFF&bgTextureHighlight=flat&bgColorHighlight=%23fff&iconColorActive=%235d5d5d&fcActive=%235d5d5d&borderColorActive=%23fff&bgTextureActive=flat&bgColorActive=%23FFF&iconColorHover=%235d5d5d&fcHover=%235d5d5d&borderColorHover=%23F6F6F6&bgTextureHover=flat&bgColorHover=%23F6F6F6&iconColorDefault=%235d5d5d&fcDefault=%235d5d5d&borderColorDefault=%23F6F6F6&bgTextureDefault=flat&bgColorDefault=%23f6f6f6&iconColorContent=%235d5d5d&fcContent=%235d5d5d&borderColorContent=%23F6F6F6&bgTextureContent=flat&bgColorContent=%23F6F6F6&iconColorHeader=%235d5d5d&fcHeader=%235d5d5d&borderColorHeader=%23F6F6F6&bgTextureHeader=flat&bgColorHeader=%23F6F6F6&cornerRadius=0px&fwDefault=normal&fsDefault=1em&ffDefault='Lato'%2C%20sans-serif
 */


/* Component containers
----------------------------------*/
.ui-widget {
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #F6F6F6;
}
.ui-widget-content {
  border: 1px solid #F6F6F6;
  background: #F6F6F6;
  color: #5d5d5d;
}
.ui-widget-content a {
  color: #5d5d5d;
}
.ui-widget-header {
  border: 1px solid #F6F6F6;
  background: #F6F6F6;
  color: #5d5d5d;
  font-weight: bold;
}
.ui-widget-header a {
  color: #5d5d5d;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #F6F6F6;
  background: #f6f6f6;
  font-weight: normal;
  color: #5d5d5d;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #5d5d5d;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #fff;
  background: #fff;
  font-weight: normal;
  color: #5d5d5d;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #5d5d5d;
  background: #fff;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #fff;
  background: #FFF;
  font-weight: normal;
  color: #5d5d5d;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #fff;
  background-color: #5d5d5d;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #5d5d5d;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #ccc;
  background: #f6f6f6;
  color: #5d5d5d;
}
.ui-state-checked {
  border: 1px solid #FFF;
  background: #fff;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #5d5d5d;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter:Alpha(Opacity=70); /* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter:Alpha(Opacity=35); /* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_5d5d5d_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_5d5d5d_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_5d5d5d_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_5d5d5d_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_5d5d5d_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
  background-image: url("images/ui-icons_5d5d5d_256x240.png");
}

/* positioning */

.ui-icon-circle-triangle-e { background-position: -32px 0px; }
.ui-icon-circle-triangle-w { background-position: -96px 0px; }

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}



.ui-datepicker th,
.ui-datepicker td,
.ui-datepicker td span, 
.ui-datepicker td a {
    text-align: center !important;
}
#ui-datepicker-div {
  min-width: 280px;
}
.ui-datepicker .ui-datepicker-title {
    text-transform: uppercase;
    font-weight: 600;
}