/*
Theme Name: atarangi
Theme URI: http://atarangi.co.nz/
Author: Thinkbox
Author URI: http://thinkbox.co.nz
Description: Theme for Ata Rangi
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=Sree+Krushnadevaraya|Lusitana:700');

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




/***************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-6 { left:16.66666%; }
.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*************    Sree Krushnadevaraya              Buenard       Lusitana                     ****/


body {
  font-size: 15px !important; 
  font-family: 'Sree Krushnadevaraya', serif; 
  font-weight: 400; 
  text-align: left; 
  line-height: 1.6;   
  color: #222;

    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}
#sitewrap {
	border: solid 40px #fff;
	overflow: hidden;
}


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

h1,h2,h3,h4 {
  font-family: 'Lusitana', serif;
}
h5,h6 {
  font-family: 'Sree Krushnadevaraya', serif; 
  letter-spacing: 0.05em;
}
h1,h2,h3,h4,h5,h6 {
  margin-top: 0;
  margin-bottom: 15px;
  padding: 0;
  letter-spacing: normal;
  color: #900e3c;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}




p, li, td {font-weight: 400;margin-top: 0;margin-bottom: 15px;padding: 0;letter-spacing: 0.05em;line-height: 1.6;}
li, td {     
  margin: 0; 
}


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

h2 {
    font-size: 2.666em;
    line-height: 1.2em;
    letter-spacing: .04em;
    margin-bottom: 20px;
    color: #900e3c;
}
.wp-block-cover h2,
.wp-block-cover-image h2 {
    font-size: 2.666em;
    line-height: 1.2em;
    letter-spacing: .04em;
    color: #fff;
    padding-top: 17px;
    padding-bottom: 17px;
    position: relative;
    z-index: 2;
    max-width: 80%;
    font-weight: 600;
}

h3 {  
  font-size:1.6em; 
}
.reviews-tab h3 {
  text-align: left;
  font-size: 1em;
  margin-bottom: 0px;
}
.post h3 {
  text-align: left;
}
h4 {
  font-size: 1.05em;
  margin-bottom: 5px;
  line-height: 2.5;
  color: #900e3c;
  letter-spacing: 0.1em;
}
.reviews-tab h4 {
  text-align: left;
  font-size: 0.9em;
  color: #000;
  margin-bottom: 0px;
}



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




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


.wp-block-cover p,
.wp-block-cover-image p {
	color: #fff;
	text-align: center;
	font-size: 1.2em;
	padding-top: 17px;
	padding-bottom: 17px;
	position: relative;
	z-index: 2;
	max-width: 80%;
}

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









.menu h3 {
  padding-top: 15px;
  margin-bottom: 10px;
}
.menu p {
  line-height: 23x;
  position: relative;
  vertical-align: top;
}
.menu p strong {
  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;
}





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







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 1px #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: 0 8px;
  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: baseline;
  border-radius: 0;
  border: solid 1px #D3D3D3;
}

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



input, select, textarea {
    /* -webkit-appearance: none;  */
    outline: none;
    font-family: inherit;
    font-size: 1em;
    border-radius: 3px;
    padding-bottom: 5px;
}

.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: 1em;
}





::-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;
  display: flex;
  flex-direction: column;
-webkit-box-shadow: 0px 0px 15px 0px rgba(2, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(2, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(2, 0, 0, 0.1);
}
nav {
  z-index: 100;
  order: 2;
}
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.purchase-head {
  padding: 30px 0 0;
}
section.blog-wrapper{
  padding: 60px 0;
}

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


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


}
header .container {
  height: 125px;
  order: 1;
}




header #logo {
  position: absolute;
  width: 400px;
  height: auto;
  top: 15px;
  left: 50%;
  margin-left: -200px;
}

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%;
	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: 60px 40px 80px;
  background: #900e3c;
}

footer .container {
  max-width: 100%;
}


footer p {
	color: #fff;
  text-align: center;
} 
footer p a,
footer p a:visited {
  color: #fff;
  text-decoration: none;
  border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255,254,250,.3);
	opacity: 1;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;




}

footer p a:hover {
  color: #fff;
	opacity: 0.6;
}

footer .textwidget {
  text-align: center;
  display: block;
  margin: 0 auto;
}

footer h5 {
  font-size:1.5em; 
  font-weight: 400;
  text-transform: none;
  color: #fffefa;
}

footer #orgs {
  text-align: center;
  padding: 70px 0 65px;
}
footer #orgs img {
	max-height: 153px;
	width: auto;
	margin: 0 45px;
}
footer #orgs img:first-child {
	margin: 0 15px;
}
footer .copyright {
  padding: 30px 0 25px;
  text-align: center;

}
footer .copyright p {
	color: #fff;
  font-size:1.5em; 
  text-transform:  none !important;
}


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

  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: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0;
  z-index: 10;
}
.mainmenu>ul {
  margin-top: 0px;
  margin-bottom: 20px;
}
.mainmenu>ul>li {
  height: auto;
  width: auto;
  /* max-width: 320px; */
  z-index:100;
  display:block;
  padding: 0;
  opacity: 1;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mainmenu>ul>li:first-child {
  /* border-top: solid 1px #eee; */
}

.mainmenu>ul li a  {
  display: inline-block;
  /* width: 100%; */
  margin: 0 .5em;
  padding: .618em 0;
  font-size: 1.2em;
  color: #693030;
  line-height: 1.3;
  text-align: left;
  font-weight: 400;
  letter-spacing: 0.1em;
  opacity: 1;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mainmenu>ul>li>a { 

}
  .mainmenu>ul:hover>li {
  	opacity: 0.4;
  }
  .mainmenu>ul:hover>li:hover,
  .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>a:hover,
  .mainmenu ul li.current-page-ancestor>a,
  .mainmenu ul li.current_page_item>a,
  .mainmenu ul li.current-page-parent>a {
    color: #693030;
  	opacity: 1;

  }


.mainmenu>ul>li.cart a {
	width: 25px;
	text-indent: -9999px;
	background: url(images/cart.svg) no-repeat 0 70%;
	background-size: 100%;
}


.trigger-container {
	display: none;
  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: -9999px;
  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-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;
}




.footermenu ul li a  {
  display: inline-block;
  /* width: 100%; */
  margin: 0 .5em;
  padding: .618em 0;
  font-size: 0.85em;
  color: #fff;
  line-height: 1.3;
  text-align: left;
  font-weight: 400;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.cartmenu {
  position: absolute;
  top: 10px;
  right: 10px;
}

.cartmenu>ul li a  {
  display: inline-block;
  /* width: 100%; */
  margin: 0 .5em;
  padding: .618em 0;
  font-size: 1.2em;
  color: #693030;
  line-height: 1.3;
  text-align: left;
  font-weight: 400;
  letter-spacing: 0.1em;
  opacity: 1;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mainmenu ul li.widehide {
   display: none;
}



.tabs {
  width: 100%;
  border-bottom: solid 1px #dedede;
  margin-top: 0px;
  margin-bottom: 20px;
  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;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.43;
  padding-bottom: 0;
  width: 100%;
  height: 45px;
}
.nav-tabs li.active a {
  font-weight: 700;
}
/* .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,
 */


.tab-content {
	margin-bottom: 10px;
	padding-top: 50px;
	position: relative;
	margin-top: -40px;

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

.reviews-tab {
  padding-bottom: 50px;
  position: relative;
  z-index: 100;
}
.reviews-tab div.content {
  height: 500px;
  overflow: auto;
  padding-right: 20px;
}
/* .reviews-tab a.more {
  position: absolute;
  bottom: 0px;
  z-index: 100;
} */






#wine-selector {
  display: none;

  padding: 75px 0 60px;
  z-index: 19;
}
.single-product #wine-selector, 
.woocommerce.archive #wine-selector {
  position: fixed;
  left: 0;
  bottom: 70px; 
}



#wine-selector .wrap {
  background: #fff;
  padding-bottom: 0px;
}
#wine-selector h2 {
  font-size: 2.222em;
  font-weight: 400;
  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:hover {
  color: #000;
}




.wine-nav 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-weight: 400;
  line-height: 30px;
  width: 100%;
  padding-left: 10px;
}
.wine-nav ul li a:hover {
  color: #fff;
  background: #000;
}
.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-style: italic;
  font-weight: 400;
  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 {
/*   width: 220px; */
}
.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;
  /* padding-bottom: 10px; */
}


.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 {
  text-align: right;
  font-weight: 400;
  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-style: italic; */
  color: #000;
}
.shop p.price  {
  font-size: 1.333em;
  line-height: 34px;
  margin-bottom: 0px;
  padding-bottom: 0;
}
.shop .quantity {
  position: relative;
  /* margin-top: 2px; */
  display: inline-block;
  /* padding-right: 30px; */
  /* margin-bottom: 5px; */
}
.single-product #wine-selector,
.woocommerce.archive #wine-selector {
  display: block;
  padding: 35px 0 0;
  background: url(images/bg-selector-border-shop.png) repeat-x 0 0;
}

.single-product #wine-selector  .wine-nav ul,
.single-product #wine-selector  .wine-list,
.woocommerce.archive  #wine-selector  .wine-nav ul,
.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,
.woocommerce.archive #wine-selector h2 a {
  background-position: right 0px;
}

.woocommerce.archive .basket {
  padding: 30px 0 0;
  font-size: 0.9em;
  text-align: center;
  border-bottom: solid 1px #dedede;
  margin-bottom: 35px;
}

.woocommerce.archive .basket .total span {
  padding-right: 5px;
}
.woocommerce.archive .basket .count a {
  margin-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,
#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
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt

 {
 	font-family: inherit;
 	font-size: 0.888em;
 	margin: 0;
 	/* line-height: 1; */
 	height: 36px;
 	line-height: 30px;
 	cursor: pointer;
 	position: relative;
 	text-decoration: none;
 	overflow: visible;
 	padding: 0 15px;
 	font-weight: 400;
 	border-radius: 3px;
 	left: auto;
 	color: #fff;
 	background-color: #900e3c;
 	border: 0;
 	display: inline-block;
 	background-image: none;
 	box-shadow: none;
 	text-shadow: none;
 	text-transform: uppercase;
 	letter-spacing: 0.1em;
 	border: solid 1px #000;
}
.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;
    background-color: #8b6e6e;
    cursor: not-allowed;
    opacity: .5;
    padding: 0 15px 10px;
}
#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,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
	width: 100%;
	font-size: 1.2em;
	color: #fff !important;
	background-color: #900e3c !important;
	line-height: 1.5;
}




.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;
    padding-bottom: 10px;
}

.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
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover

 {
    background-color: transparent !important;
    color: #787878 !important;
}
.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;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
    float: none;
    /* line-height: 3px; */
    padding: 0 15px 10px;
}


.woocommerce a.button.add_to_cart_button {
	position: relative;
	vertical-align: middle;
}


.woocommerce .quantity .qty {
	position: relative;

	vertical-align: middle;
    width: 56px;
    height: 36px;
    line-height: 36px;
    border: solid 1px #000;
    padding: 0;
    margin: 0 0 0px;
}
.payment_method_paymentexpress img {
  width: auto;
}


.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: none;
    width: 100%;
    box-sizing: border-box;
}

.woocommerce .shop table td {
	padding: 10px;
	border-bottom: solid 1px #dedede;
}
.woocommerce .shop table tr  td:first-child {
	padding: 10px 10px 10px 30px;
}
.shop_table td {
	padding: 10px 10px 0 0;
}
#add_payment_method table.cart td, #add_payment_method table.cart th, .woocommerce-cart table.cart td, .woocommerce-cart table.cart th, .woocommerce-checkout table.cart td, .woocommerce-checkout table.cart th {
    vertical-align: baseline;
}

.cart-collaterals {
	margin-bottom: 50px;
}
h3#order_review_heading {
	margin-top: 35px;
}

.wine-wrap {
	padding: 0 0 50px;
}

.wine-item {
	padding: 40px 0;
	border-top: solid 1px #dedede;
}
.wine-item .buy {
	text-align: center;
}
.wine-item .buy .quantity {
  margin-bottom: 10px;
}
.wine-item .buy p.price {
	font-size: 1.666em;
}
.wine-item .buy .add_to_cart_button {
	margin-bottom: 5px;
}
.download {
  position: relative;
  display: block;
  margin: 50px auto 0;
}
.download h4 {
	line-height: 1.3;
  font-family: 'Sree Krushnadevaraya', serif; 
  margin-bottom: 20px;
}
.download select {
  width: 123px;
  width: 100%;
  max-width: 123px;
}

.tech_field-name {
	width: 150px;
	color: #900e3c;
}

.cart-contents span.space {
	display: none;
}

p.cart-empty,
p.return-to-shop {
	text-align: center;
}
p.return-to-shop {
	margin-bottom: 50px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {

    margin-bottom: 2em;
    background-color: #fefefe;
    color: #515151;
    border-top: 3px solid #900e3c;
}
.woocommerce-info {
    border-top-color: #900e3c;
}
.woocommerce-info::before {
    color: #900e3c;
}

.woocommerce h3 label {
    color: #900e3c;
}


.woocommerce-order, .woocommerce-error, .woocommerce-info, .woocommerce-message,.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
}
.woocommerce-thankyou-order-received,
.woocommerce-thankyou-order-failed,
h2.woocommerce-order-details__title,
h2.woocommerce-column__title {
	font-size: 1.5em;
    font-family: 'Lusitana', serif;
    color: #900e3c;
    text-align: left;
}
.woocommerce-order {
	margin-bottom: 50px;
}




.page-my-account .woocommerce {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.woocommerce-MyAccount-content h3 {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}


.cartmenu ul li {
  padding-left: 10px;
  border-left: solid 1px #999;
}
.cartmenu ul li:first-child {
  border-left: none;
  padding-right: 10px;
}

.cartmenu ul li.wpmenucartli a span.cartcontents {
    font-size: 0.9em;
    line-height: 24px;
}
.wpmenucart-icon-shopping-cart-0:before {
    content: "";
}
.cartmenu ul li.wpmenucartli a {
  display: block;
  padding-left: 22px;
  width: 75px;
  background: url(images/cart.svg) no-repeat 0 50%;
  background-size: 25px auto;
  letter-spacing: 0em;
  opacity: 1;
  -webkit-transition: top 0.25s, left 0.25s;
  -moz-transition: top 0.25s, left 0.25s;
  transition: top 0.25s, left 0.25s;
}
.cartmenu ul li a:hover {
  opacity: 0.5;
}


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

}

.woocommerce form.woocommerce-form-login {
  max-width: 300px;
}

.woocommerce mark {
    background-color: transparent;
    color: black;
    font-weight: 700;
}













/* 
.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: 20px;
    right: 3%;
    top: auto;
    left: auto;
    padding: 0;
    border: none;
    background: #dfd7d7 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;
  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;
  }






.entry ul {
  margin: 0 0 25px;
  list-style: none;
  position: relative;
  padding: 0 0 0 25px;
  list-style: none;
}
.entry ul li {
    margin: 0;
    padding: 0 0 5px;
    list-style-image: none;
    list-style: none;
    position: relative;
/*    display: block;*/

}
.entry ul li:before {
  content: "\00BB \0020";
  position: absolute;
  left: -20px;
}

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


*/
.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-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 {
  margin-bottom: 15px;
}
.main img {
  margin-bottom: 30px;
}
.woocommerce .thumb  {
   padding-top:10px;
   text-align: center;
}
.woocommerce .thumb img {
	max-width: 150px;
}
h2 img {
	width: auto;
}
.reviews-tab img {
  width: auto;
}
.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: inherit;
    /* background-color: rgba(90, 48, 48, .45) !important; */
    opacity: 1;
    z-index: 1;
}


.wp-block-cover,
.wp-block-cover-image {
	position: relative;
	min-height: calc(100vh);
	/* height: calc(100vh - 270px);
	max-height: calc(100vw * 0.52);
	margin-top: 35px; */
	margin-bottom: 0;
	flex-direction: column;
	/*	background-size: auto calc(120vh); */
	background-size: cover;
	/* padding-bottom: calc(10vh); */
}
.wp-block-cover:first-child ,
.wp-block-cover-image:first-child {
	padding-bottom: calc(5vh);
}

.wp-block-cover.imgrow ,
.wp-block-cover-image.imgrow {
	min-height: 100px;
	flex-direction: row;
}
.imgrow.triple img {
	/* width: 33.3333%; */
}

.wp-block-column img {
	width: 80%;
}
.wp-block-column h3 {
	text-align: left;
}

.wp-block-editor-blocks-wrapper {
	position: relative;
	z-index: 5;
	background: #fff;
	padding: 110px 0 110px 0;
	max-width: 100%;
}
.page-wine .wp-block-editor-blocks-wrapper {
	padding: 110px 0 0px 0;
}


.wp-block-editor-blocks-wrapper .wrapper-inner {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.wp-block-editor-blocks-wrapper .wrapper-inner h2 {
    padding-bottom: 50px;
}
.page-wine .wp-block-editor-blocks-wrapper h2 {
	padding: 0  0 0px 0;
}
/* 
.wp-block-editor-blocks-wrapper.block-1 {
	background: url(images/watercolour2-sized.png) no-repeat left 40px bottom 70px;
}
.wp-block-editor-blocks-wrapper.block-2 {
	background: url(images/watercolour3-sized.png) no-repeat right 40px bottom 120px;
}
.wp-block-editor-blocks-wrapper.block-1 .wrapper-inner,
.wp-block-editor-blocks-wrapper.block-2 .wrapper-inner {
	max-width: 1350px;
}
.wp-block-editor-blocks-wrapper.block-1 .wrapper-inner h2 {
	padding-bottom: 220px;
}
.wp-block-editor-blocks-wrapper.block-2 .wrapper-inner h2 {
	padding-bottom: 150px;
}

.wp-block-editor-blocks-wrapper.block-1 .wrapper-inner p {
	max-width: 1350px; */
	/* padding: 0 0 0 17.5%; */
	/* margin-left: 0; */
	/* margin-right: 0;
}
.wp-block-editor-blocks-wrapper.block-2 .wrapper-inner p {
	max-width: 1350px;
	padding: 0 17.5% 0 0;
	margin-left: 0;
	margin-right: 0;
}
.wp-block-editor-blocks-wrapper.block-3 {

}
.wp-block-editor-blocks-wrapper.block-3  .wrapper-inner {

} */

.wp-block-editor-blocks-wrapper.block-map {
	padding: 0 0 0 0;
	max-width: 100%;
}

.wp-block-editor-blocks-wrapper.block-map h2 {
	padding-top: 110px;
}

.wp-block-editor-blocks-wrapper.block-map .wrapper-inner {
    max-width: 100%;
}

.wp-block-editor-blocks-wrapper.block-conservation {
	padding-bottom: 80px;
}
.wp-block-editor-blocks-wrapper.block-sustainable {
    padding-bottom: 125px;
}

.wp-block-columns {
	padding: 0px 0 70px 0;
}
.wp-block-image {
	padding: 0 0 0 0;
}
.block-visit {
	padding-bottom: 20px;
}

.wp-block-editor-blocks-wrapper.block-people .wrapper-inner {
	max-width: 800px;
}


#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: 100%;
  z-index: 5000;
  background: #231f20;
}
#islegal.is-active,
#islegal-overlay.is-active {
  display: block;
}



.blog-head {
  margin-bottom: 40px;
}
.blog-head h1 {
  margin-bottom: 20px;
}
.blog-posts {
  padding-right: 0px;
}
.sidebar {
  padding-left: 6%;
}
.sidebar h5 {
  text-align: left;
}
.blog-posts .post.row {
  padding-bottom: 30px;
}
.post h2, .post h3, .post h4, .post h5 {
  text-align: left !important;
}
.blog-posts .thumb {
  padding-right: 30px;
}
.blog-posts .thumb img {
  max-width:350px;
}


.wpbs-main-wrapper {
  width: 100%;
  max-width: 600px;
  margin: 50px auto;

}