/*
Theme Name: Matahiwi2019
Theme URI: http://mahihiwi.co.nz
Author: Thinkbox
Author URI: http://thinkbox.co.nz
Description: Theme for Matahiwi Wine.
Version: 1.0

  This theme was designed and 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://use.typekit.net/rxw5jmv.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;
}
ins {
  text-decoration: none !important;
}
/* 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-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: 16px !important; 
  font-size: 30px;*/
  font-size: 16px !important;
 /* font-size: 1.5625vw !important; */
  font-family: 'magallanes', sans-serif; 
  font-weight: 400; 
  text-align: left; 
  line-height: 1.6;   
  color: #484C54;
  
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
#sitewrap {
  /* background: #fff; */
  /* width: 100%; */
  /* max-width: 1280px; */
  /* margin-left: auto; */
  /* margin-right: auto; */
  /* border: solid #2e4252; */
  /* border-width: 30px 30px; */
  overflow-x: hidden;
}
.magallanes {  font-family: 'magallanes', sans-serif !important; }
.urw-antiqua {font-family: 'urw-antiqua', serif !important; }

/*full-width 
std-bg-color
*/
.full-width {
  width: 500%;
  margin-left: -200%;
  position: relative;
}
.full-width > div {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width: 1180px) {
  .full-width > div {
    max-width: 88vw;
  }
}




h1,h2,h3,h4,h5,h6 {
  font-family: 'urw-antiqua', serif;
  font-weight: 700;  
  line-height: 1.4em;  
  margin: 0 0 15px 0; 
  padding: 0; 
  letter-spacing: normal;
  color: #2e4252;
  line-height: 1.3;
  font-weight: 700;
}




p, li, td {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 0;
  line-height: 1.375;
}
li, td {     
  margin: 0; 
}


 h1 {
  font-size:2.25em;
  line-height: 1.15;
  color: #A79C80;
  margin-bottom: 40px;
  /* margin-left:1.5%; */
}
.col h1 {
  margin-left:0;
}




h2 {
  font-size: 1.766em;
  line-height: 1.2em;
  margin-bottom: 30px;
  margin-top: 0px;

}
#mainslider li.item h3 {
  color: #fff;
}


h3 {  
  font-size: 1.5em; 
}
.single-post h3 {
  margin-bottom: 0;
  min-height: 85px;
}


h4 {
  font-size: 1.067em;
  margin-bottom: 10px;
  line-height: 1.3;

  /* letter-spacing: 0.1em; */
}
.reviews-tab h4 {
  text-align: left;
  font-size: 0.9em;
  color: #000;
  margin-bottom: 0px;
}



h5 {  
  font-size:1.533em; 
}




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



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

.person p.posn {
  text-transform: uppercase;
  margin-bottom: 25px;
}

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: #D1BD64;
  text-decoration: underline;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover,
a:active {
  text-decoration: underline;
}
a img {
  border: none;
}

h2 a {
  text-decoration: none;
}



header a.club-me {
  float: right;
  margin-top: 11px;
}
a.club-me {
  display: inline-block;
  width: auto;
  height: auto;
  line-height: 1.9em;
  font-family: 'urw-antiqua', serif;
  color: #D1BD64;
  text-decoration: none;
  text-align: center;
  font-size: 1em;
  font-weight: 700;
  background: #fff;
  padding: 0 15px !important;
  border-radius: 99px;
  border: solid 2px #D1BD64;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
a.club-me:hover {
  background: rgba(0,0,0,0.1);
  color: #2e4252
}
.home header a.club-me:hover {
  background: transparent;
  color: #fff;
}
.clubmemenu  {
  display: none;
  position: absolute;
  z-index: 1000;
  top: -10px;
  right: 0;
  width: 100%;
  max-width: 200px;
  background: #fff;
  padding: 20px 20px;
  font-size: 0.9em;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(50, 50, 50, 0.65);
  -moz-box-shadow: 0px 2px 7px 0px rgba(50, 50, 50, 0.65);
  box-shadow: 0px 2px 7px 0px rgba(50, 50, 50, 0.65);
}

.clubmemenu ul li a {
  display: block;
  line-height: 1.6em;
}
.clubmemenu a.close-club-me {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 1.2em;
}
.clubmemenu h4 {
    margin-bottom: 20px;
    font-size: 1.4em;
}





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: #d6d1ca;
  color: #d6d1ca;
  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: 700;
  line-height: 1.5;
}
figcaption small {
  font-size: 0.8em;
  font-style: italic;
}

blockquote {
  max-width: 960px;
  margin-left: auto !important;
  margin-right: auto !important;
  margin: 30px 0 15px;
  padding: 0;
  line-height: 1;
  font-size: 1em;
  border-radius: 5px;
  background: #e8f5f6;   
}
blockquote p {
  line-height: 1.3;
}
cite {
  font-size: 9px;
  line-height: 1em;
  text-transform:  uppercase;
  display: block;
  padding: 0;
  margin: 10px 0 0;
  font-weight: 400;
}




.wp-block-quote:not(.is-large):not(.is-style-large) {
  border-left: none;
  padding: 20px;
}

.wp-block-quote {
    margin: 20px 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"],
input[type="number"] {
  line-height: 35px;
  height: 35px;
}
input[type="checkbox"] { 
  width: 20px;
  margin-right: 10px;
}
input[type="number"] {
  padding: 0 ;

}
input[type="radio"] {
  width: auto;
}

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: 38px;
  height: 38px;
  cursor: pointer;
}
.filter input[type="submit"] { 
  float: right;
}
select {
  line-height: 38px;
  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: 0px;
    padding-bottom: 0px;
}




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; */
}
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.main {
  /*padding-top: 110px;*/
}



.content {
  padding-bottom: 0px;
}



/***** GENERIC STYLE ****/

body {
  padding-top: 75px;
}
body.home {
  padding-top: 0px;
}

body.woocommerce-page {

}



header,
section,
footer {
  position: relative;
  width: 100%;
  display: block;
  
}
.container {
  position: relative;

  width: 88%;
  max-width: 1100px;
  margin: 0 auto !important;
}
header .container,
footer .container {
  width: 94%;
}

#content.widecolumn {
  position: relative;
  width: 88%;
  max-width: 1100px;
  margin: 125px auto !important;
}




header {
  position: relative;
  margin-top: -75px;
  height: 75px;
  background: #fff;
  padding-top: 5px;
  position: fixed;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(50, 50, 50, 0.65);
  -moz-box-shadow:    0px 2px 7px 0px rgba(50, 50, 50, 0.65);
  box-shadow:         0px 2px 7px 0px rgba(50, 50, 50, 0.65);
}
.home header {
  margin-top: 0px;
  background: rgba(62,70,87,0.8);
  -webkit-box-shadow: none;
  -moz-box-shadow:    none;
  box-shadow:         none;
}

header .logo {
  display: block;
/*  height: 65px;
  width: 266px;*/
  height: 49px;
  width: 200px;
  margin-top: 8px;
  background: url(images/matahiwi-logo-dark.svg) no-repeat 0 0;
  background-size: cover;
  text-indent: -9999px;
}
.home header .logo {
  background: url(images/matahiwi-logo-light.svg) no-repeat 0 0;
  background-size: cover;
}
header #cart {
  position: absolute;
  top: 12px;
  right: 150px;
}
header #cart a {
  display: block;
  width: 40px;
  height: 42px;
  background: url(images/cart.svg) no-repeat center 0;
  background-size: 30px auto;
  line-height: 15px;
  color: #484C54;
  font-size: 0.7em;
  text-transform: uppercase;
  text-align: center;
  padding-top: 33px;
}
.home header #cart a {
  color: #fff;
}





.home-hero {
  height: 600px;
}

.home-wines{
  height: 255px;
  padding: 12px 9px 0 240px;
  background: url(images/home-our-wine-panel-2.jpg) no-repeat 0 0;
}
.home-wines p {
  width: 230px;
  line-height: 12px;
}

.home-collection {
  height: 345px;
  background: #fff;
}
.home-collection .col {
  height: 345px;
  background: #fff;
  padding: 10px 5px;
}
.home-collection .col.buy {
  background: #f0eeec;
}

.home-collection .col.img {
  background: url(images/home-spot-image.jpg) no-repeat 0 0;  
}
.col.updates {
  padding: 0;
}
.tiles .col {
  padding: 0;
  height: 98px;
  overflow: hidden;
}
.tile-1, .tile-2 {
  height: 98px;
  overflow: hidden;
}
.latest {
  padding: 10px 0 0 5px;
}




.page-banner {
  width: 100%;
  height: 150px; 
}

.page-content {
  /* background: #eeebe9 url(images/bg-page-content.png) repeat-x 0 0; */
  /* padding: 13px; */
}





.wines-sidebar {

  padding: 185px 12px 10px;
  background: #ddd6d1 url(images/page-our-wine-panel.jpg) no-repeat center 0;
}
.wines-sidebar h2,
.wines-sidebar h4 {
  display: none;
}

#custom_fields td {
  padding: 0 0 3px;
}



footer {
  padding: 50px 0 0;
  background: #F5F3F1 url(images/footer-tick.svg) no-repeat 0 0; 
  background-size: 100% auto;
}
footer .head {
  padding: 0 0 40px;
}
footer .head .container {
  background: url(images/footer-me-time.svg) no-repeat right bottom;
  background-size: 245px auto;
}

footer .head p { 
  font-size: 0.933em;
}
footer .newsletter .widget{
  margin: 0;
}
footer .newsletter {
  padding-right: 50px;
}
footer .newsletter p {
/*  margin-bottom: 5px;*/
}
footer .newsletter .gform_wrapper {
  padding-bottom: 10px;
  margin: 0 !important;
}
footer .newsletter .gform_wrapper p,
footer .newsletter .gform_wrapper label {
  font-size: 0.866em;
  font-weight: 700;
  margin-bottom: 0px;
}
footer .newsletter .gfield {
  padding-right: 0 !important;
    margin-top: 0 !important;
}
body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px !important;
}
footer .newsletter input[type="email"],
footer .newsletter input[type="text"] {
  width: 95%;
  height: 38px;
  line-height: 38px;
  margin-left: 0;
  background: #fff;
  border: solid 1px #A0B5BA;
  font-size: 0.866em;
}
footer .newsletter input[type="submit"] {
  display: inline-block;
  width: auto;
  padding: 0 15px;
  margin: 0;
  line-height: 38px;
  line-height: 38px;
  color: #484C54;
  background:  #fff;
  border: solid 1px #A0B5BA;
  position: relative;
  font-weight: 700;
  text-transform: none;
}
footer .newsletter input[type="submit"]:hover {
  background: #A0B5BA; 
  color: #fff;
}
footer .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0;
}


footer .base {  
  background: #3E4657; 
}
footer .base p { 
  font-size: 0.73em;
  line-height: 76px;
  font-family: 'magallanes', sans;
  font-weight: 700;
  color: #fff;
  padding:0;
  margin: 0;
  text-align: right;
}
footer .base .licence p { 
  margin-right: 10px;
}



.page-content .gform_wrapper {
  width: 100%;
  max-width: 880px !important;
  margin: 20px auto !important;
  padding: 20px 40px;
  border: solid 1px rgba(0,0,0,0.1);
}
.page-content .gform_wrapper h3.gform_title {
    letter-spacing: normal !important;
    margin: 10px 0 20px !important;
}
.page-content .gform_wrapper .gsection .gfield_label, 
.page-content .gform_wrapper h2.gsection_title, 
.page-content .gform_wrapper h3.gform_title {
    font-weight: 700;
    font-size: 1.25em;
}
.page-contact-us h1,
.page-contact-us .intro,
.page-contact-us .contact-us {
  width: 100%;
  max-width: 880px !important;
  margin: 0 auto !important;
}




.add-to-cart {
  padding: 20px 0;
  font-size: 1.4em;
}

.product_fine_detail {
  padding: 0 0 10px 0;
}









/******************NAVIGATION******************/



.nav ul,
.nav ul li,
.woocommerce-MyAccount-navigation ul,
.woocommerce-MyAccount-navigation ul li {
  margin: 0;
  padding: 0 !important;
  list-style: none;
  position: relative;
}
.nav ul li,
.woocommerce-MyAccount-navigation ul li {
  margin: 0;
  padding: 0;
  display: block;
  list-style-image: none;
  /* width: auto; */
  font-size: 1em;
}
.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.center ul {
  float: left !important;
  left: 50% !important;
}
.nav.hrz.center ul li {
  right: 50% !important;
}


  /* Fix IE. Hide from IE Mac \*/
  * html ul li { float: left;  }
  * html ul li a { height: 1%; }
  body { font-size: 100%;  }
  /* End */
  
  nav {
    float: left;
    width: calc(100% - 420px);
    padding: 18px 0 0;
    position: static; 
  }


  .mainmenu { 
    width: 100%; 
    padding: 0 0 0; 
    margin-left: 0px;
  }
  .mainmenu>ul { 
    position: static; 
    width: 100%; 
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
  .mainmenu ul li {
    position: static;
    /*position:relative;*/
    /* height: 22px; */
    margin: 0;
    width: auto;
    height: 60px;
    z-index:100;
    text-align: center;
  }
  .mainmenu ul li a  {
       display:block;
       width: auto;
       padding: 0 5px;
       font-family: 'urw-antiqua', serif;
       font-size: 0.9333em;
       line-height: 30px;
       color: #484C54;
       border-bottom: solid 2px transparent;
       -webkit-transition: all 0.35s ease-out;
       -moz-transition: all 0.35s ease-out;
       transition: all 0.35s ease-out;
      }
  .home .mainmenu ul li a  {
       color: #fff;
     }




  .mainmenu ul>li>a:hover {

    border-bottom: solid 2px #484C54;
  }

  .mainmenu ul li.current-menu-item a,
  .mainmenu ul li.current_page_parent a,
  .mainmenu ul li.current-page-ancestor a,
  .mainmenu ul li.current-menu-ancestor a {
    color: #243d50;
    /* border-bottom: solid 2px #243d50; */
  } 
  .mainmenu ul li.current-menu-item a:hover,
  .mainmenu ul li.current_page_parent a:hover,
  .mainmenu ul li.current-menu-ancestor a:hover {
    /*color: #fff;*/
    border-bottom: solid 2px #243d50;
  } 
  .mainmenu ul li.current-menu-item ,
  .mainmenu ul li.current-page-parent {  
  } 



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


  .mainmenu ul li ul.sub-menu { display:none; } 
  .mainmenu ul li:hover ul.sub-menu,
  .woocommerce-page .mainmenu ul li ul.sub-menu,
  .page-reviews-awards .mainmenu ul li ul.sub-menu,
  .page-template-our-wine-template .mainmenu ul li ul.sub-menu {     
    display: flex;
    flex-direction: row;
    justify-content: space-evenly; 
  }


.page-my-account .mainmenu ul li ul.sub-menu {
  display: none;
}
.page-my-account .mainmenu ul li:hover ul.sub-menu {    
  display: flex;
  flex-direction: row;
  justify-content: space-evenly; 
}

/*.mainmenu ul li ul.sub-menu {
  float: left !important;
  left: 50% !important;
}
.mainmenu ul li ul.sub-menu li {
  right: 50% !important;
}*/


  .mainmenu ul li ul.sub-menu {
    position:absolute;
    top: 70px;
    left: -50%;
    width: 200%;
    height: 60px;
    margin:0px;
    padding: 0 60% !important;
    background: rgba(62,70,87,0.8);
    z-index:100;
  }

  .mainmenu ul li ul.sub-menu li {
    position:relative;
    margin:0;
    padding: 12px 0 !important;
    height: auto;
    line-height: 60px;
  }

  .mainmenu ul li ul.sub-menu li a {
    position:relative;
    display: inline-block;
    margin:0;
    padding:0;
    width: auto;
    height: auto;
    font-size: 0.933em;
    line-height: 33px;
    letter-spacing: normal;
    font-weight:normal;
    text-decoration:none;
    background: none;
    color: #bbb;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  }
  .mainmenu ul li ul.sub-menu li a:hover { 

    border-bottom: solid 2px #fff;
  }
  .mainmenu ul li ul.sub-menu li.current-menu-item a {
    color: #fff;
  }



  



.footermenu ul {  }
.footermenu ul li { z-index:100; }
.footermenu ul li a  { 
    font-size: 0.75em;
    line-height: 76px;
    font-family: 'magallanes', sans;
    font-weight: 700;
    color: #fff;
    padding:0;
    margin-right: 14px;
}
.footermenu ul>li>a:hover,
.footermenu ul>li:hover, .footermenu ul>li:hover>a, .footermenu ul li a.hovered,
.footermenu ul li.current-menu-item a:hover { 
  text-decoration: underline;  
}




.socialmenu ul { margin: 8px 0 0; }
  .socialmenu ul li { position:relative; display:inline-block;  margin: 0; }
  .socialmenu ul li a  { 
      display:block; height: 36px; width: 37px;  margin: 0 15px 0 0; 
      background: url(images/icons-social.svg) no-repeat 0 0; 
      background-size: auto 100%;
      text-indent: -9999px; }
  

  .socialmenu ul li.facebook a  {  background-position: 0 0; }
  .socialmenu ul li.twitter a  {  background-position: -47.5px 0; }
  .socialmenu ul li.instagram a  {  background-position: -95px 0; } 
  .socialmenu ul li.rss a  {  background-position: -95px 0; } 

  .socialmenu ul li a:hover { opacity: 0.7; } 







.responsive-nav  {
  position: absolute;
 top: 0px;
left:0;
z-index: 101;
width: 100%; 

}



.responsive-nav-trigger,
.responsive-nav-trigger:visited {
  display: none; 
  height: 50px;
  width: 52px;
  position: absolute;  
  top: 0px;  
  right: 0; 
  z-index: 2000;
  background: url(images/bg-primary-nav-trigger.png) no-repeat left top;
  text-indent: -9999px;
   padding: 0 !important;
}

.responsive-nav-trigger:hover,
.responsive-nav-trigger.is-active {
  background-position: right top;
}

  .responsive-nav .responsive-menus {
    display: none;
    position: absolute; top: 55px; left: -4%; z-index: 1900;
    width: 108%; height: auto;
    margin: 0; padding: 0 0 10px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 7px 0px rgba(50, 50, 50, 0.65);
    -moz-box-shadow: 0px 2px 7px 0px rgba(50, 50, 50, 0.65);
    box-shadow: 0px 2px 7px 0px rgba(50, 50, 50, 0.65);
  }
  .responsive-nav ul {
    width: 100%;
    /* background: url(images/bg-gradient.png) repeat-x center bottom; */
  }
  .responsive-nav ul li {
    display: block;
    position: relative;
    float: none;
    height: auto;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;

    border-top: solid 1px rgba(0,0,0,0.1);
    overflow: hidden; 
  }
  .responsive-nav ul li:first-child {
    border-top: none;
  }
  .responsive-nav ul li a {
    display: block;
    width: 96%; height: 34px !important;
    padding: 0 0 0 4%;
       font-family: 'urw-antiqua', serif;
     font-size: 1em; line-height: 34px; letter-spacing: 0.1em;
     color: #4d585a; font-weight: 400; text-align: left;


  }
  .responsive-nav ul li ul {
        /*display: none;*/
  }
  .responsive-nav ul li ul li a {
     padding-left: 40px;
     font-size: 0.9em;
  }

    .full {
        display: inline-block;        
    }
    .resp {
        display: none;
    }







.wines-nav { 
  padding: 10px 5px
}
.wines-nav li a {  
  display: block;
  font-size:1.3em; 
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
  padding: 5px 0;
  margin-bottom: 0px;
  font-weight: 300;
  border-bottom: solid 1px #243d50;
  width: 100%;
  color: #243d50;
}
.wines-nav li.arrow a {
  background: url(images/bg-wine-nav-arrows.png) no-repeat right bottom;
} 
.wines-nav li.arrow a.is-active {
  background-position: right top;
} 
.wines-nav li ul li a {
  display: inline-block;
  font-size:1.3em; 
  line-height: 1.3em;
  font-weight: normal;
  text-align: left;
  text-transform: none;
  padding: 5px 0 5px 5px;
  margin-bottom: 0px;
  font-weight: 300;
  border-bottom: none;
  color: #919ea7;
  background: none !important;

}
.wines-nav li ul li a:hover {
  text-decoration: underline;
}
.wines-nav li.current-menu-item a,
.wines-nav li.current_page_parent a,
.wines-nav li.current-page-ancestor a {
  color: #243d50;
} 



.wine-home {
  width: 100%;
}

.our-wines-nav { 
  padding: 10px 0px;
  width: 100%;
}
.our-wines-nav .nav ul li {  
  width: 33.3333%;
  float:left !important;
}

.our-wines-nav li a {  
  display: block;
  font-size:1.3em; 
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
  padding: 5px 0;
  margin-bottom: 0px;
  font-weight: 300;
  width: 100%;
  color: #243d50;
}
.our-wines-nav li.arrow a {
} 
.our-wines-nav li.arrow a.is-active {
  background-position: right top;
} 
.our-wines-nav .nav ul li ul li {  
  width: 100%;
  float:none !important;
}
.our-wines-nav li ul li a {
  display: inline-block;
  font-size:1.2em; 
  line-height: 1.1em;
  font-weight: normal;
  text-align: left;
  text-transform: none;
  padding: 3px 0;
  margin-bottom: 0px;
  font-weight: 300;
  border-bottom: none;
  /* color: #919ea7; */
  background: none !important;

}
 .our-wines-nav li ul {
  margin-bottom: 10px;
 }

.our-wines-nav ul li {
  display: none;
}
.our-wines-nav ul li.arrow,
.our-wines-nav ul li ul li {
  display: block;
}

.our-wines-nav ul li.arrow>a {
  font-size: 1.5em;
  line-height: 1.5em;
  padding: 0;
  font-weight: 500;
  cursor: default;
}
.our-wines-nav li ul li a:hover {
  text-decoration: underline;
}









.news-nav { 
  padding: 190px 3% 20px;
}

.news-nav .nav { 
  background: url(images/heading-me-time.svg) no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  padding-top: 100px;
}
.news-nav h3 {  
  display: block;
  font-size:1.3em; 
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
  padding: 5px 0;
  margin-bottom: 0px;
  font-weight: 300;
  border-bottom: solid 1px #243d50;
  width: 100%;
  color: #243d50;
} 
.news-nav ul li a {
  display: inline-block;
  font-size:0.866em; 
  line-height: 1.3em;
  font-weight: normal;
  text-align: left;
  text-transform: none;
  padding: 5px 0 5px 0;
  margin-bottom: 0px;
  font-weight: 300;
  border-bottom: none;

  color: #484C54;

}
.news-nav li.current-menu-item a,
.news-nav li.current_page_parent a,
.news-nav li.current-page-ancestor a {
  color: #D1BD64;
}

.news-nav ul li a:hover {
  color: #D1BD64;
  text-decoration: underline;
}













#searchform {
  position: absolute;
  top: 20px;
  right: 160px;
  margin-right: 38px;
  height: 28px;
  width: 100px;
  z-index: 21;
}

/* 3.1 - Navigation Search */
.menu-search-button {
  background: url(images/btn-search.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #000;
  border: none;
  border-color: #000;
  border-width: 0 !important;
  height: 30px;
  line-height: 30px;
  float: right;
  position: relative;
  margin-top: -1px;
  z-index: 999;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 38px;
}

.menu-search-button:hover {
  cursor: pointer;
}

.menu-search-form {
  width: 250px; /* 19.1%; */
  float: right;
}

.menu-search-field {
  width: 0%;
  margin-right: 38px;
  border: solid #dbc791;
  border-width: 0 0 1px 0 !important;
  float: right;
  padding: 1px 0px;
  color: #b0b0b0;
  font-size: 12px;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 38px;
  height: 29px;
  line-height: 28px;
  webkit-appearance: none;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu-search-focus {
  width: 250px;
  padding: 1px 0 0 10px;
  opacity: 10;
}




/******************END NAVIGATION******************/












section.home-wine-cats {
  padding: 0;
}
section.home-wine-cats .container .nav {
  position: relative;
  width: calc(100% + 6%);
  margin-left: -3%;
}
section.home-wine-cats li {
  text-align: center;
  padding: 0 3% !important;
}
section.home-wine-cats li a  {
  display: block;
  padding: 0 3% !important;
  color: #3E4657;
}
section.home-wine-cats li a .thumb {
  position: relative;
  display: block;
  width: 100%;
  min-height: 475px;
  min-height: 20vw;
  text-align: center;
  background: url(images/bg-column-fill-lace-1.png) no-repeat 0 bottom;
  border-bottom: solid 35px #5e7a86;
  padding-top: 110px;
}
section.home-wine-cats li.col0 a .thumb {
  border-color: #625068;
}
section.home-wine-cats li.col1 a .thumb {
  background: url(images/bg-column-fill-lace-2.png) no-repeat 0 bottom;
  border-color: #ac8d5f;
}
section.home-wine-cats li a .thumb img {
  position: relative;
  margin-bottom: -140px;
  max-width: 60%;
}

section.home-wine-cats li a .txt {
  padding: 140px 9% 40px;
}

section.home-wine-cats li.col0 a .txt {
  background: -moz-linear-gradient(top,  rgba(98,80,104,0.2) 0%, rgba(98,80,104,0.2) 1%, rgba(98,80,104,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(98,80,104,0.2) 0%,rgba(98,80,104,0.2) 1%,rgba(98,80,104,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(98,80,104,0.2) 0%,rgba(98,80,104,0.2) 1%,rgba(98,80,104,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33625068', endColorstr='#00625068',GradientType=0 ); /* IE6-9 */
}
section.home-wine-cats li.col1 a .txt {
  background: -moz-linear-gradient(top,  rgba(172,141,95,0.2) 0%, rgba(172,141,95,0.2) 1%, rgba(172,141,95,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(172,141,95,0.2) 0%,rgba(172,141,95,0.2) 1%,rgba(172,141,95,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(172,141,95,0.2) 0%,rgba(172,141,95,0.2) 1%,rgba(172,141,95,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ac8d5f', endColorstr='#00ac8d5f',GradientType=0 ); /* IE6-9 */
}
section.home-wine-cats li.col2 a .txt {
  background: -moz-linear-gradient(top,  rgba(94,122,134,0.2) 0%, rgba(94,122,134,0.2) 1%, rgba(94,122,134,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(94,122,134,0.2) 0%,rgba(94,122,134,0.2) 1%,rgba(94,122,134,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(94,122,134,0.2) 0%,rgba(94,122,134,0.2) 1%,rgba(94,122,134,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#335e7a86', endColorstr='#005e7a86',GradientType=0 ); /* IE6-9 */
}
section.home-wine-cats li a h3 span {
  position: relative;
  display: block;
  font-size: 0.7em;
  font-style: italic;
  margin-top: -5px;
}
section.home-wine-cats li.me-by-matahiwi-estate h3 {
  position: relative;
  margin-top: -15px;

}

.home-news .intro h2 {
  text-align: center;
  color: #F2F5F5;
  font-size: 6.667em;
  line-height: 0.8em;
  position: relative;
}
.home-news .intro h2::before {
  content: "";
  display: inline-block;
  width: 32%;
  height: 0;
  padding-top: 31%;
  background: url(images/heading-me-time.svg) no-repeat 0 0;
  background-size: 100% auto;
  margin: 0;
  position: absolute;
  top: 0;
  left: 34%;
}

.home-news.me-time-news .intro h2 {
  text-align: center;
  color: #F2F5F5;
  font-size: 6.667em;
  line-height: 0.8em;
  text-indent: -9999px;
  position: relative;
  display: block;
  width: 100%;
  max-width: 685px;
  height: 0;
  padding-top: 26%;
  margin: 0 auto 20px;
  background: url(images/scrapbook-board-sml.png) no-repeat 0 0;
  background-size: 100% auto;
}
.home-news.me-time-news .intro h2::before {
  display: none;
}







.home-news .group .group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  width: 103%;
  position: relative;
  margin-left: -1.5%;
}
.home-news .group .group .col.news-item {
  padding: 0 1.5% 5% 1.5%;
  display: flex;
  flex-direction: column; 
  align-items: stretch;
}
.home-news .group .group .col.news-item .wrap {
  background: #F5F3F1;
  height: 100%;
  position: relative;
}

.home-news .group .group .col.news-item .wrap img {
  width: 100%;
}
.home-news .group .group .col.news-item h3 {
  line-height: 0.933em;
}

.home-news .group .group .col.news-item a:hover {
  text-decoration: none;
}
.home-news .group .group .col.news-item .wrap .txt {
  padding: 20px 20px 80px;
}
p.readmore {
  position: absolute;
  left: 20px;
  bottom: 20px;
  margin-bottom: 0;
  line-height: 23px;
}
p.readmore a {
  margin-bottom: 0;
  color: #AC8D5F;
  text-transform: uppercase;
  font-size: 0.866em;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
p.readmore a:hover {
  text-decoration: underline;
}
p.readmore a::before {
  position: relative;
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url(images/icon-readmore.svg) no-repeat 0 0;
  margin: -7px 9px 0 0;
  vertical-align: middle;
}


.navigation {
  width: 100%;
  padding: 120px 0 40px;
}

.story-block  {
  background: #F5F3F1;
  margin-bottom: 100px;
}
.story-content {
  padding: 3% 3% 80px;
}
.story-content p.readmore {
  position: absolute;
  left: 6%;
  bottom: 30px;
}
.readmore-content {
  display: none;
}
.story-block {
  display: flex;
  flex-direction: row;
}


.story-block .col.col0 {
}

.story-block .col.col0 img {
  object-fit: cover;
}

.story-block.active .col.col0 img  {
   height: 100%; 
}


.intro {
  padding: 50px 0 0px;
}
.home .intro {
  padding: 50px 0 50px;
}
.blog .intro {
  padding: 50px 0 50px;
}

.intro p {
  font-size: 1.166em;
  padding-top: 10px;
}
.single .news-item {
  padding: 110px 0 0;
}

section.row1 .col0 {
  order: 2;
}
section.row1 .col1 {
  order: 1;
}

section.our-people  {
  margin-bottom: 100px;
  text-align: center;
}
section.our-people .tilecontent .thumb {
  margin-bottom: 30px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
section.our-people h4 {
  margin-bottom: 8px;
}
section.our-people p.posn {
  font-size: 0.8em;
}
section.our-people .group {
  padding-bottom: 40px;
}
section.our-people p.readmore {
  position: relative;
  left: auto;
  bottom: auto;
}











.home-news .instagram {
  padding-left: 1%;
}

.home-news .instagram h5::before  { 
  content: "";
  display: inline-block;
  height: 36px; width: 37px;  margin: 0 15px 0 0; 
  background: url(images/icons-social.svg) no-repeat -95px 0; 
  background-size: auto 100%;
} 

.main-row > .container > .group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 3%;
}
.main-row > .container > .group > .col {
  width: 47%;
  margin: 0 1.5% 6%;
  border-bottom: solid 9px #625068;
}
.main-row > .container > .group > .col .review {
  padding: 30px 30px 20px;
  background: #F5F3F1;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.main-row > .container > .group > .col.holly .review {
  border-top: solid 9px #625068;
}
.main-row > .container > .group > .col.matahiwi-estate .review {
  border-top: solid 9px #AC8D5F;
}

.main-row > .container > .group > .col.me .review,
.main-row > .container > .group > .col.me-by-matahiwi-estate .review {
  border-top: solid 9px #5E7A86;
}

.main-row > .container > .group > .col  h4 {
  display: inline-block;
  padding: 0 30px;
  font-size: 1em;
  color: #fff;
  margin-bottom: 0;
  line-height: 70px;
  background: #625068;
}
.main-row > .container > .group > .col.holly h4 {
  background: #625068;
}
.main-row > .container > .group > .col.matahiwi-estate h4 {
  background: #AC8D5F;
}
.main-row > .container > .group > .col.-me h4,
.main-row > .container > .group > .col.me-by-matahiwi-estate h4 { 
  background: #5E7A86;
}


.person {
  padding-top: 50px;
  margin-bottom: 30px;
  border-top: solid 1px rgba(0,0,0,0.1);
}










.wine-row-wrap > .container > .group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 3%;
}
.wine-row-wrap .wine-item {
  width: 47%;
  margin: 0 1.5% 6%;
  background: #F5F3F1;
  border-bottom: solid 9px #625068;
}

.wine-row-wrap .wine-item.holly {
  border-bottom: solid 9px #625068;
}
.wine-row-wrap .wine-item.matahiwi-estate {
  border-bottom: solid 9px #AC8D5F;
}

.wine-row-wrap .wine-item.me,
.wine-row-wrap .wine-item.me-by-matahiwi-estate {
  border-bottom: solid 9px #5E7A86;
}
.wine-row-wrap .wine-item img {
  max-width: 100px;
}








.wine-row-wrap .wine-item .col {
  padding: 60px 30px 20px 0;
}
.wine-row-wrap .wine-item .col:first-child {
  padding: 30px 10px 20px 10px;
  text-align: center;
}
.wine-row-wrap .wine-item .col img {
  margin-bottom: 50px;
}
.wine-row-wrap .wine-item .col p.readmore {
  text-align: center;
  position: static;
    left: auto;
    bottom: auto;
    margin-bottom: 0;
    line-height: 23px;

}
.wine-row-wrap .wine-item .col h3 span {
  font-size: 0.57em;
  display: block;
}
.wine-row-wrap .wine-item .col h3 span.range {
  padding-bottom: 6px;
}
.wine-row-wrap .wine-item .col h3 span.vintage {
  padding-top: 12px;
}
.wine-row-wrap .wine-item .col h3 a {
  color: #625068;
}


img.banner-tick {
  position: absolute;
  bottom: -1px;
  left: 0%;
  width: 100%;
  height: 3.125vw;
}
.shop-intro {
  padding: 45px 0 35px;
}
.shop-intro.full-range {
  padding: 0;
}
.shop-intro.full-range .container,
.woocommerce-cart .intro,
.woocommerce-checkout .intro {
  padding: 110px 1.5% 10px;
}
.shop-intro .term-description {
  padding-right: 50px;
}


.shop-intro h1 {
  text-align: right;
  margin-right: 17%;
  line-height: 0.925;
}
.shop-intro.full-range  h1 {
  text-align: left;
  margin-right: 0;
  line-height: 0.925;
}

.shop-intro h1 span {
  display: block;
  font-size: 0.5em;
}
.shop-intro p {
  font-size: 1.166em;
  padding-top: 10px;
}
.term-holly .shop-intro h1 {
  color: #625068;
}
.term-matahiwi-estate .shop-intro h1 {
  color: #AC8D5F;
}
.term-me .shop-intro h1,
.term-me-by-matahiwi-estate .shop-intro h1 { 
  color: #5E7A86;
}




.single-wine .col:first-child {
    padding: 30px 10px 20px 10px;
    text-align: center;
}

.single-wine {
  padding-top: 115px;
}
.single-wine .col h3 span {
  font-size: 0.57em;
  display: block;
}
.single-wine .col h3 span.range {
  /* padding-bottom: 10px; */
}
.single-wine .col h3 span.vintage {
  padding-top: 20px;
}
.single-wine .col h3 {
  color: #625068;
}

.addtocart span.quantity {
  /* display: inline-block; */
  /* float: left; */
}













section.cart,
section.checkout {
/*  padding-top: 195px;*/
}









.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
.widget_shopping_cart_content a.button,
.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type=submit], 
.gform_wrapper .gform_page_footer input.button, 
.gform_wrapper .gform_page_footer input[type=submit] {

    font-size: 0.866em;
    line-height: 38px;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    margin: 0 0 0 0;
    padding: 0 15px;
    font-weight: 700;
    border-radius: 0px;
    left: auto;
    color: #fff !important;
    background-color: #AC8D5F !important;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    font-family: 'urw-antiqua', serif;
    vertical-align: baseline;
    text-transform: none;
}
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,
.widget_shopping_cart_content a.button:hover {
    background-color: #dfdcde;
    text-decoration: none;
    background-image: none;
    color: #515151;
}
.single-wine .grid-5 img {
  position: relative;
  z-index: 2;
  width: 70%;
  max-width: 180px;
}
.addtocart {
  position: relative;
  margin: -140px 6% 0 0;
  padding: 160px 20px 40px;
  background: #F5F3F1;
  z-index: 1;
}
.addtocart.holly {
  border-bottom: solid 6px #625068;
}
.addtocart.matahiwi-estate {
  border-bottom: solid 6px #5e7a86;
}
.addtocart.me-by-matahiwi-estate {
  border-bottom: solid 6px #5e7a86;
}
.woocommerce .quantity .qty {
    width: 45px;
    line-height: 38px;
    height: 38px;
    text-align: center;
    position: relative;
    margin: 0 10px 0 0;
    vertical-align: top;
}
.price {
  padding: 20px 0 10px;
}

.coupon {
  white-space:  nowrap;
}
#coupon_code {
  height: 44px !important;
  line-height: 44px !important;
  width: 150px;
}
.checkout-button {
  height: 44px !important;
  line-height: 44px !important;
  padding: 0 !important;
}


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

#customer_details {
  padding-bottom: 60px;
}
.woocommerce-checkout-review-order-table {
  margin-bottom: 60px;
}
.woocommerce  {
  padding-bottom: 60px;
}
body.woocommerce  {
  padding-bottom: 0;
}


.widget_shopping_cart_content {
  display: none;
  position: absolute;
  z-index: 1000;
  top: -10px;
  right: 0;
  width: 100%;
  max-width: 420px;
  background: #fff;
  padding: 20px 20px;
  font-size: 0.9em;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(50, 50, 50, 0.65);
  -moz-box-shadow: 0px 2px 7px 0px rgba(50, 50, 50, 0.65);
  box-shadow: 0px 2px 7px 0px rgba(50, 50, 50, 0.65);
  overflow-y: scroll;
  max-height: 100vh;



}
.widget_shopping_cart_content h4 {
  margin-bottom: 30px;
  font-size: 1.4em;
}
.widget_shopping_cart_content .mini_cart_item {

  padding: 10px 0 !important;
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.widget_shopping_cart_content .mini_cart_item a {
  float: left;
  margin-right: 10px;
}
.widget_shopping_cart_content .ttl {
  display: block;
  float: left;
  width: 65%;
  line-height: 1.1;
}
.widget_shopping_cart_content .ttl span {
  position: relative;
  display: block;
  font-size: 0.8em;
  line-height: 1.5;
  margin-bottom: 0px;
}
.widget_shopping_cart_content span.quantity {
  float:right;
  width: auto;
  font-size: 0.8em;
  line-height: 1.1;
  text-align: right;
  white-space: nowrap;
}
.widget_shopping_cart_content p.total {

  padding: 20px 0 10px 18px !important;
  border-bottom: 1px solid rgba(0,0,0,.1);
  border-top: 3px solid rgba(0,0,0,.1);
}
.widget_shopping_cart_content .woocommerce-Price-amount {
  float:right;
  margin-left: 5px;
}
.widget_shopping_cart_content p.buttons {
  text-align: center;
}
.widget_shopping_cart_content p.shipping {
  text-align: center;
  font-size: 0.8em;
}
.widget_shopping_cart_content a.close-mini-cart {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 1.2em;
}



.woocommerce-Address header {
  position: relative;
  margin-top: 0;
  height: auto;
  background: #fff;
  padding-top: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.woocommerce-checkout #payment div.payment_box .form-row {
    margin: 0;
}
.woocommerce-checkout #payment div.form-row {
    padding: 0;
}
.woocommerce-checkout #payment div.payment_box .form-row.place-order {
    margin: 0 0 6px;
}
.woocommerce-checkout #payment div.form-row.place-order {
    padding: 1em;
}
















.single-wine  h3 {
  font-size: 3.166em;
}
.single-wine  h3 span {
  font-size: 1.666em;
  display: block;
  margin-bottom: 60px;
}
.single-wine  h3 span.range {
  position: relative;
  margin-bottom: -12px;
  padding-bottom: 0px;
}
.single-wine  h3 span.vintage {
  position: relative;
  margin-top: -30px;
  padding-top: 0px;
}
.single-wine  h4 {
  padding-top: 40px;
}
.single-wine .readmore {
  position: relative;
  top: 0;
  bottom: auto;
  left: 0;
  padding-top: 40px;
  margin-bottom: 80px;
}

.reviews .content {
  background: #F5F3F1;
  padding: 30px;
  margin-bottom: 80px;
}
.reviews.holly .content {
  border-top: solid 6px #625068;
}
.reviews.matahiwi-estate .content {
  border-top: solid 6px #5e7a86;
}
.reviews.me-by-matahiwi-estate .content {
  border-top: solid 6px #5e7a86;
}
.reviews h4 {
  display: inline-block;
  padding: 0 30px;
  font-size: 1.466em;
  color: #fff;
  margin-bottom: 0;
  line-height: 70px;
}
.reviews.holly h4 {
  background: #625068;
}
.reviews.matahiwi-estate h4 {
  background: #5e7a86;
}
.reviews.me-by-matahiwi-estate h4 {
  background: #5e7a86;
}

.dist-item {
  padding: 20px 0;
  border-top: solid 1px rgba(0,0,0,0.1);
}
.dist-content .container .group{
  margin: 0 0 60px;
  padding: 20px 0;
  border-top: solid 1px rgba(0,0,0,0.1);
}
.dist-content h2 {
  margin: 60px 0 30px;
}


/** images */

img,
p img {
  max-width: 100%;
  }
p img {
  padding: 0;
  }
.post img {
  margin-bottom: 40px;
}

.featureimg {
  max-width: 100%;
}
.featureimg img {
  width: 100%;
}

.featured-img-layer {
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

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

.article-content img,
.article-content p img {
  padding: 5px 0;
  border-top: dotted 1px #DF2646;
  border-bottom: dotted 1px #DF2646;
}




.widget {
  margin: 0 0 60px;
}
.widget ul,
.widget ul li {
  padding: 0;
  margin: 0;
}
h2.widgettitle {
}



#recent-posts-item {
  padding: 7px 0 7px;
  
  
  margin: 0;
  border-bottom: solid 1px #2485a7;
  font-size: 13px;
  line-height:18px;
}
#recent-posts-item a {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  font-family:Helvetica, Arial,  sans-serif;
}
#recent-posts-item span.date {
  font-size:10px;
  padding: 2px 0 2px 0px; 
  color:#6daeca;
}

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

}

.even, .alt {

  
}

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



small, .nocomments, 
.postmetadata, 
blockquote, strike {
  color: #666;
  }

code {
  font: 1.1em 'Courier New', Courier, Fixed;
  }

acronym, abbr, span.caps
{
  font-size: 0.9em;
  letter-spacing: .07em;
  }

    
#postend {
  height: 1px;
  width:100%;

}
.single .post {
  padding-right: 70px;
}


.clear {
  clear: both;
}
/* End Structure */





/* Begin Lists

  Special stylized non-IE bullets
  Do not work in Internet Explorer, which merely default to normal bullets. */

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

select {
  padding:3px;
  border: solid 1px #999;
  color: #666;
  }

#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 { }  
  




/* End Form Elements */



/* 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 */













.insta-gallery-feed .insta-gallery-actions {
    text-align: left !important;
    margin: 15px 0;
}

.insta-gallery-feed .insta-gallery-actions .insta-gallery-button {
  margin-bottom: 0 !important;
  color: #AC8D5F !important;
  text-transform: uppercase !important;
  font-size: 1.1em !important;
  font-weight: 700 !important;
  -webkit-transition: all 0.2s ease-out !important;
  -moz-transition: all 0.2s ease-out !important;
  transition: all 0.2s ease-out !important;
  background: transparent !important;
  padding: 0 !important;
  font-family: 'magallanes', sans-serif; 
}
.insta-gallery-feed .insta-gallery-actions .insta-gallery-button:hover {
  text-decoration: underline !important;
}
.insta-gallery-feed .insta-gallery-actions .insta-gallery-button::before {
  position: relative !important;
  content: "" !important;
  display: inline-block !important;
  width: 23px !important;
  height: 23px !important;
  background: url(images/icon-readmore.svg) no-repeat 0 0 !important;
  margin: -7px 9px 0 0 !important;
  vertical-align: middle !important;
}
.insta-gallery-feed .insta-gallery-actions .insta-gallery-button i {
  display: none !important;
}











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

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

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

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

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

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




}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 90%;
  max-width: 620px;
  padding: 8px;
  cursor: auto; 
  background: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  }

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

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

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

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

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

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

.mfp-hide {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /*border: solid 8px #999;*/

  border-top: solid 15px #DF2646 !important;
  border-bottom: solid 8px #DF2646 !important;

  background: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

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

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

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

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


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

.carousel li {margin-right: 5px}


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

.staycarousel .flex-direction-nav { top: 175px;}
.staycarousel .flex-direction-nav a {  background: url(images/prev-next-slider-stays.png) no-repeat 0 0; }
.staycarousel .flex-direction-nav .flex-next {right: -60px; }
.staycarousel .flex-direction-nav .flex-prev {background-position: 100% 0; left: -60px;}

.atgcarousel .flex-direction-nav { top: 175px;}
.atgcarousel .flex-direction-nav a {  background: url(images/prev-next-slider-stays.png) no-repeat 0 0; }
.atgcarousel .flex-direction-nav .flex-next {right: -60px;}
.atgcarousel .flex-direction-nav .flex-prev {background-position: 100% 0; left: -60px;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; z-index: 40000000000000;
  bottom: 20px; text-align: right; right: 25px; }
.flex-control-nav li {margin: 0 5px !important; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 15px; height: 15px; display: block; background: transparent; cursor: pointer; text-indent: 9999px; 
  border-radius: 99%;
  border: solid 1px #fff;
  cursor: pointer;   }

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

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

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

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


#mainslider .slide {
/*  min-height: 750px ;*/
  height:  62.5vw;

  position: relative;
}

#mainslider .bannertext {
  width: 100%;
  z-index: 2;
} 
#mainslider .bannertext .text {
  max-width: 1040px;
  margin: 0 auto;
  padding-top: 605px;
}


#mainslider li.item {
  display: flex;
  justify-content: center;
  align-items: center;
}


#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;
}
#overlay {
    display: none;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0;
    position: absolute;
    z-index: 99;
    background: transparent;
    opacity: 0;
}
#overlay.is-active {
    display: block;
}

.fb-like-box > span { 
  overflow: hidden;
 }

iframe { 
 /*  width: 150px !important;  */

}

.woocommerce-notices-wrapper {
  margin-top: 60px;
}
.woocommerce-notices-wrapper + .single-wine {
    padding-top: 55px;
}



.gform_page_footer {
  height: 50px;
}
.gform_previous_button {
  float: left;
}
.gform_next_button {
  float: right;
}