/*
Theme Name: Toast Martinborough new1
Theme URI: http://toastmartinborough.co.nz/
Author: Thinkbox
Author URI: http://thinkbox.co.nz
Description: Theme for Toast Martinborough.
Version: 1.0

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

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

@import url('//cloud.typography.com/7145974/661868/css/fonts.css');
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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

/* end reset css */


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


/* responsive */

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





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

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

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

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

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

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


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

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

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


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



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

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

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

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






















/**** clearfix ****/

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

.clear { clear: both; }


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

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

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

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

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


/* tbcolumns plugin css */

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

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

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



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

/*****

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

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

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

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

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

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

****/

body {
  font-size:16px !important; 
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", 'Times New Roman', Times, serif;
  font-weight: 400; 
  text-align: left;    
  color: #333;
  }

h1,h2,h3,h4,h5,h6 {
  font-weight: 700;  
  margin: 0 0 15px 0; 
  padding: 0; 
  letter-spacing: normal; 
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1.5;
}

p, li, td {     
  margin: 0 0 15px 0; 
  padding: 0; 
  letter-spacing: normal;
  font-weight: 300;
  line-height: 1.5;
}
li, td {     
  margin: 0; 
}
p.copyright {
  margin-top: 15px;
  font-size: 0.6em;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
}
.home-content-wrap .container p {
  font-size:1.5em;  
  line-height: 1.7em;
}

.contact p {
  line-height: 1.5;
}
footer .contact p span {
  display: inline-block;
  width: 70px;
  float:left;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 500; 
  text-transform: uppercase; 
}
p.note,
.hl-detail p {
  font-style: italic;
}
h1 {  
  font-size:2.5em;
  line-height:1;
  margin-bottom: 50px
}
h1 span { 
  white-space: nowrap;
}
h2 {  
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", 'Times New Roman', Times, serif;
  font-size:1.5em;
  line-height: 1.5;
  text-transform: none; 
  font-weight: 400;
  margin-bottom: 30px;
}
h2.alternate {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-size: 1.875em;
  line-height: 1;
  text-transform: uppercase; 
  font-weight: 700;
  margin-bottom: 70px;
}

.home-cards h2 {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1;
  text-transform: uppercase; 
  font-weight: 700;
  margin-bottom: 15px;
  padding: 5px 0 10px 0;
}
.on-the-day h2 {
  text-align: center;
}

h3 {  
  font-size:1em;
  margin-top: 35px;
}
h3.tab-head {
  font-size:1.25em;
  margin-bottom: 25px;
}
h4 {  
  font-size:0.9em;  
  line-height: 1.5; 
  margin-top: 30px;
}
.timeblock h4 { 
  margin-top: 0;
}
#fb-overlay h4 {
  font-size:0.9em; 
  display: inline-block;
  float: left;
  margin: 0;
  line-height: 36px;
  text-transform: none;
}
#fb-overlay h4 a {
  color: #1d6281;
}
footer h4 {  
  margin-top: 0;
}


h5 { 
  font-size:0.9em;
}
.single-vineyard h5,
.timeblock h5 {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #999;
  padding-bottom: 10px;
  border-bottom: solid 1px #d7d7d7;
}
footer .sponsors h5 {
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", 'Times New Roman', Times, serif;
  font-weight: 400;
  font-size: 0.7em;
  line-height: 1.6;
  text-transform: none;
  color: #fff;
  border: none;
}


h6 { 
  font-size:0.75em;
}



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


p.thin {
  font-weight: 400;
}

p.small { font-size: 0.7em; 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; }  

.timeblock p span {  
  font-style: italic;
  color: #999;
  padding-right: 15px;
}


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


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

a, a:visited,
a:active {
  color: #9c2c28;
  text-decoration: none;
  webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover {
/*   color:#fdcf5d; */
  text-decoration: underline;
}
a:active {
  text-decoration: underline;
}
a img {
  border: none;
}
.card a {
  color: #006c94;
  text-decoration: underline;
}
.card a:hover {
  color: #9c2c28;
}
a.hlght {
  color: #006c94;
  text-decoration: underline;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 500;
}




.programme-cards .card .content a {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-size: 0.875em;
}
footer .contact a {
  color: #edc569;
  text-decoration: underline;
}
footer .contact a:hover {
  color: #fff;
  text-decoration: underline;
}


a.btn {
  display: inline-block;
  width: auto;
  height: 50px;
  padding: 0 20px;
  border-radius: 6px;
  font-size: 1em;
  font-style: normal;
  font-weight: 500;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  line-height: 50px;
  text-decoration: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
a.short {
  height: 38px;
  line-height: 38px;
  font-size: 0.9em;
}

a.light-green {
  color: #8eb09d;
  background: #fff;
  border: solid 1px #e7eee6;
}
a.light-green:hover {
  background: #8eb09d;
  color: #fff;
}
a.red {
  color: #fff;
  background: #b21110;
}
a.red:hover {
  background: #8eb09d;
  color: #fff;
}

.vineyard-nav a.btn {
  float: left;
  margin-left: 15px;
}
a.light-grey {
  color: #999;
  background: #fff;
  border: solid 1px #e1e1e1;
}
a.light-grey:hover {
  background: #999;
  color: #fff;
}







a.btn.btn-2-line {
  line-height: 18px;
  padding-top: 9px;
  padding-bottom: 7px;
}


.textright {
  text-align: right;
}

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

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

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


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

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



footer {
  color: #edc569;
}




#info-bar .content {
  color: #fff;
  line-height: 36px;
}
#info-bar .content {
  font-weight: 400;  
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
#info-bar .content em{ 
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", 'Times New Roman', Times, serif;
  text-transform: none;
}
#info-bar .content strong {
  font-weight: 700;  
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
}
#info-bar .content span:first-child {
  padding-right: 35px;
}
#info-bar .content span:last-child {
  padding-left: 15px;
}
#info-bar .content a {
  display: inline-block;
  padding: 0 15px;
  margin-left: 5px;
  background: #4c819e;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
}
#info-bar .content a:hover {
  background: #fff;
  color: #4c819e;
}


.callout-banner  {
  position: absolute;
  z-index: 20;
  right: 0;
  padding-left: 25%;
  bottom: 10%;
  width: 100%;
  text-align: center;
  font-size: 1.1em;


}

.callout-banner .content p {
  color: #fff;
  line-height: 36px;
    margin-bottom: 8px;
}
.callout-banner .content {
  font-weight: 400;  
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.callout-banner .content em{ 
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", 'Times New Roman', Times, serif;
  text-transform: none;
}
.callout-banner .content strong {
  font-weight: 700;  
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
}
.callout-banner .content span:first-child {
  padding-right: 35px;
}
.callout-banner .content span:last-child {
  padding-left: 15px;
}
.callout-banner .content a {
  display: inline-block;
  padding: 0 15px;
  margin-left: 5px;
  background: #fff;
  color: #000;
  text-decoration: none;
  border-radius: 6px;
}
.callout-banner .content a:hover {
  background: #ddd;
  color: #000;
}

.callout-banner .content br {
    display: none;
}
























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

body {
  margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0;
  width: 100%; height: 100%; 
  background: #fff;
  overflow-x: hidden;
}


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

header {
  z-index: 4;
}
nav {
  z-index: 10;
}
section {
  z-index: 2;
}
#info-bar {
  z-index: 3;
}
.body-content {
    z-index: 5;
}
.body-content.the-programme {
    z-index: 6;
}




footer {
  z-index: 1;
  overflow: hidden;
}
section {
  padding: 0;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

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

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


header {
  
}

#info-bar {
  position: absolute;
  top: 0;
  left: 0;
  background: #206287;
  height: 54px;
  width: 100%;
  padding-top: 9px;
}
#info-bar .content {
  text-align: right;
}

.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 { 
  position: relative;
  padding-top: 40px;
  padding-bottom: 50px;
  background: #3b3b3b;
}

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

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


footer .ribbon img.resp {
  display: none;
}

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



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



.body-content .container {
    max-width: 1100px;
    background: #fff;
    position: relative;
    margin-top: -54px;
}
.body-content .container .content {
    max-width: 780px;
    margin: 0 auto;
    padding-top: 90px;
    padding-bottom: 50px;
}

.map-content p,
.map-content h3,
.map-content h4  {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}


.body-content .container.restart {
    margin-top: 0;
}
.body-content .container .content.restart {
    padding-top: 30px;
}
.body-content .content.gallery {
    padding-top: 0px;
    padding-bottom: 0px;
}














.home-content-wrap {
  padding-top: 70px;
  padding-bottom: 0;
  background: #fff;
}

.home-content-wrap .content {
  text-align: center;
}

.home-cards {
  position: relative;
  padding: 65px 0 100px;
  background: #f0f0f0;
  padding-bottom: 75px;
}
.home-cards .col {
  padding: 1.875%;
}
.home-cards .col:nth-child(3n+1) {
  clear: both;
}


.home-cards .card {
  border-radius: 8px;
  overflow: hidden;
  display:block;
  padding-bottom: 15px;
  background: #fff;
}
.home-cards .card .content {
  padding-top: 40px;
  padding-bottom: 0px;
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 20px;
  text-align: center;
}
.home-cards .card a.btn {
  margin-top: 20px;
}


.home-cards .card.tickets-display {
  background: #e7eee6;
}
.home-cards .card.tickets-display img {
  /* margin-top: 20px; */
}
.home-cards .card.tickets-display .td-content {
  margin-bottom: 0px;
}
.home-cards .card.tickets-display .td-content {
  position: relative;
  margin-top: 30px;
  font-weight: 400;  
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #206287;
  font-size: 1.1em;
  padding-top: 0;
}
.home-cards .card.tickets-display .td-content p {
  line-height: 1.5;
  margin: 0 0 20px;
  }
.home-cards .card.tickets-display .td-content em {
  font-family: "Mercury Text G1 A", "Mercury Text G1 B", 'Times New Roman', Times, serif;
  text-transform: none;
}
.home-cards .card.tickets-display .td-content strong {
  font-weight: 700;  
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  white-space: nowrap;
}
.home-cards .card.tickets-display .td-content a {
  display: inline-block;
  padding: 0 25px;
  margin-left: 5px;
  background: #fff;
  color: #206287;
  text-decoration: none;
  border-radius: 6px;
  line-height: 60px;
}
.home-cards .card.tickets-display .td-content a:hover {
  background: #4c819e;
  color: #fff;
}


.programme-cards {
  position: relative;
  padding: 65px 0 100px;
  background: #f0f0f0;
}
.programme-cards .col {
  padding: 1.875%;
}
.programme-cards .col:nth-child(3n+1) {
  clear: both;
}

.programme-cards .card {
  border-radius: 8px;
  overflow: hidden;
  display:block;
  padding-bottom: 15px;
  background: #fff;
  display: table;
  width: 100%;
  text-align: center
}

.programme-cards .card .logo-wrap {
  display: table-row;
}
.programme-cards .card .logo {
  display: table-cell;
  float: none;
  height: 195px;
  width: 100%;
  min-width:100%;
  vertical-align: middle
}
.programme-cards img {
  width: auto;
  display: block;
  margin: 0 auto;
}

.programme-cards .card .content {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 15px;
}

.programme-cards .card.te-kairanga-martinborough-estate .logo {

  height: 154px;

}
.programme-cards .card .content h3 a {
  text-decoration: none;
}



.vineyard-cards {
  position: relative;
  padding: 10px 0 15px;
  background: #f0f0f0;
}
.vineyard-cards .col {
  padding: 1.875%;
}
.vineyard-cards .col:nth-child(2n+1) {
  clear: both;
}

.vineyard-cards .card {
  border-radius: 8px;
  overflow: hidden;
  display:block;
  padding-bottom: 0;
  background: #fff;
  display: table;
  width: 100%;
  text-align: center;

  height: 106px;
}

.vineyard-cards .card .logo-wrap {
  display: table-row;
}
.vineyard-cards .card .logo {
  display: table-cell;
  float: none;
  height: 90px;
  width: 100%;
  min-width:100%;
  vertical-align: middle
}
.vineyard-cards img {
  width: auto;
  max-width: 125px;
  display: block;
  margin: 0 auto;
}

.vineyard-cards .card .content {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 15px;
}

.vineyard-cards .card.te-kairanga-martinborough-estate .logo {

  height: 154px;

}





























.vineyard-content,
.panel-collection .panel {
  max-width: 780px;
  margin: 0 auto;
  padding: 0px 0 0px;
  overflow: hidden;
}

.single-vineyard .image-grid .col {
 padding-left: 1.8%;
 padding-top: 20px;
 padding-bottom: 80px;
}
.single-vineyard .image-grid .col:first-child {
 padding-right: 1.8%;
 padding-left: 0%;
}
.single-vineyard .image-grid img {
  max-height: 363px;
}
.panel-collection {
  background: #f4f4f4;
}
.page-tickets .panel-collection {
  background: none;
}


.panel-collection .panel {
  padding: 20px 0 65px;
}
/*
.panel-collection #hilts {
  display: block;
}

*/
.single-vineyard #intro {
  padding-bottom: 100px;
}
.menu-key li {
  font-style: italic;
  line-height: 1.5;
}

.menu-key span,
.key span {
  display: inline-block;
  padding-right: 5px;
  color: #006c94;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.9em;
}
.menu-key span {
  padding-right: 0px;
  width: 30px;
}
.menu-key span.g {
  width: auto;
}
.single-vineyard table {
  vertical-align: top;
  border-top: solid 1px #d7d7d7;
  margin-bottom: 15px;
}
.single-vineyard table td {
  vertical-align: top;
  border-bottom: solid 1px #d7d7d7;
  padding: 5px 0;
}
.single-vineyard table td.key {
  padding-right: 15px;
  width: 60px;
}
.single-vineyard table td.price {
  /* vertical-align: bottom; */
  padding-left: 40px;
  text-align: right;
}
.single-vineyard table#otherlist td.price {
  padding-right: 0;
}

.single-vineyard table#winelist td.fav {
  display: none;
  width: 22px;
  background: url(images/fav.png) no-repeat 0 5px;
}
.single-vineyard table#winelist tr td.fav.faved {
  background-position: 0 -75px;
}
.inframe #winelist tr td.favk {
   display: none; 
}

#winelist tr.key td,
#otherlist tr.key td {
  font-size: 0.7em;
  text-align: right;
}

.single-vineyard table#winelist tr.key,
.single-vineyard table#otherlist tr.key {
  display: none; 
}
.single-vineyard table#winelist,
.single-vineyard table#otherlist {
  border-top: none;
}





.caterer {
  padding-top: 20px;
}
.hl-detail {
  padding-bottom: 20px;
}
.img-map-wrapper {
  display: none;
}






#menu .detail h3:first-child {
  margin-top: 0;
}

.body-content.the-map .container .content {
  max-width: 780px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
}
.body-content.the-map .container .map-content {
  max-width: 960px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 50px;
  line-height: 2;
}

.map-content img {
}
/* .map-content img.aligncenter {
  position: relative;
  margin-left: -40px;
  width: 105%;
  max-width: 105% !important;
} */


.body-content.the-programme .container .content,
.body-content.entertainment .container .content {
  padding-top: 0;
}


.timeblock {
  padding: 30px 0 0;
}
.timeblock .row {
  padding: 0 0 30px 0;
}




















































































































































































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

.nav ul li a {
  font-family: 'Ophian', 'Times New Roman', Times, serif;
}


.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.center ul {
  float: left !important;
  left: 50% !important;
}
.nav.hrz.center ul li {
  right: 50% !important;
}
.nav ul li ul {
  display: none;
}

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

nav {
  position: absolute;
  top: 0;
  background: #fff;
  width: 100%;
}
nav .container {
  width: 100%;
  height: 54px;
  max-width: 1400px;
  margin: 0 auto 0;
  padding-top: 9px;
}
nav .point,
.tabs #point {
  display: block;
  width: 24px;
  height: 24px;
  background: #e6e6e6;
  position: absolute;
  bottom: -12px;
  left: 20;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
}

nav .main-nav {
  position: relative;
  z-index: 1;
}
nav .trigger {
  position: relative;
  z-index: 2;
}

.std-nav {
  position: relative;
  z-index:1;
  overflow: hidden;
}
.full-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index:2;
  display: none;
}




.menu-trigger {
  float: right;
  display:inline-block; 
  height: 36px; 
  width: auto; 
  margin: 0;
  padding: 0 50px 0 12px;
  font-size: 0.875em;
  line-height: 36px; 
  white-space: nowrap;
  color: #333; 
  font-weight: 400;  
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  background: url(images/bg-menu-trigger.png) no-repeat right center;
  border-radius: 6px;
  border: solid 1px #ebebeb;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.menu-trigger.mt-close {
  color: #fff;
  border-color: #fff;
  background: url(images/bg-menu-close.png) no-repeat right center;
}

.mainmenu {
  margin: 0 auto;
  position: relative;
  z-index: 2;
  height: auto;
}
  .mainmenu>ul { 
    position: relative;
    z-index: 1; 

  }
  .mainmenu>ul>li {  
    height: 36px; width: auto; z-index:100; 
    padding: 0 10px;
    margin: 0; 
  }
  .mainmenu>ul>li>a  { 
    display:block; 
    height: 36px; 
    width: 100%; 
    margin: 0;
    padding: 0 25px;
    font-size: 0.875em;
    line-height: 36px;
    text-align: center;
    color: #333; 
    font-weight: 400;  
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border-radius: 6px;
    border: solid 1px transparent;
  }

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

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

  }
  .mainmenu>ul>li.current-menu-item a,
  .mainmenu>ul>li.current_page_parent a,
  .mainmenu>ul>li.current-page-ancestor a,
  .mainmenu>ul>li.current-menu-item a:hover
  .mainmenu>ul>li.current_page_parent a:hover {
    text-decoration: none; 
    /*font-weight: 600; 
    color: #006c94; */ 
    border-color: #ebebeb;
    cursor: default;
  } 

nav.full-open .std-nav {
  display: none;
}

.full-nav {
  background: rgba(11,28,37,0.93);
}

.full-menus {
  width: 100%;
  max-width: 960px;
  margin: 100px auto 70px;
}
.full-menus .row-1 {
  padding-bottom: 150px;
}

.fullmenu ul li {
  display: block;
  width: 100%;
}
.fullmenu ul li.get-tickets {
  display: none;
}
.fullmenu-2 ul li {
  display: block;
  width: 50%;
}
.fullmenu ul li a { 
  display:block; 
  width: 100%; 
  margin: 0;
  padding: 25px 0;
  font-size: 1.375em;
  line-height: 1.2;
  text-align: left;
  color: #fff; 
  font-weight: 400;  
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.fullmenu ul li a:hover {
  text-decoration: underline;
}
.fullmenu ul li:nth-child(2n+1) {
  clear: both;
}

.secmenu ul li a { 
    display:block; 
    width: auto; 
    margin: 0 20px 0 0;
    padding: 0;
    font-size: 1em;
    line-height: 50px;
    text-align: left;
    color: #fff; 
    font-weight: 400;  
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }




#info-bar .social-menu {
  margin-top: 2px;
}
footer .social-menu {
  margin-top: 15px;
}
.full-nav .social-menu {
  display: none;
}

.social-menu ul{
  position: relative;
  z-index: 1;
  width: 145px;
}
.social-menu ul li {
  position: relative;
  margin: 0 0 0 5px;
  padding: 0;
  border: none;
}
.social-menu ul li a {
  display: block;
  width: 31px;
  height: 31px;
  background: url(images/social-icons-black.png) no-repeat 0 0;
  text-indent: -9999px !important;
  opacity: 1;
  webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 6px;
}
.social-menu ul li a:hover {
  opacity: 0.65;

}
.social-menu ul li:first-child {
  margin: 0;
}

.social-menu ul li.facebook {
  margin-right: 3px;
}
.social-menu ul li.facebook a {
  background-position: 0 0;
}
.social-menu ul li.twitter a {
  background-position: -36px 0;
}
.social-menu ul li.instagram a {
  background-position: -73px 1px;
}
.social-menu ul li.pinterest a {
  background-position: -110px 0;
}

.social-menu ul li.facebook.notification a {
  border-radius: 6px;
  border: solid 1px #c4dbe8;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
}
.social-menu ul li.facebook div {
  position: absolute;
  top: -3px;
  right: -3px;
  border-radius: 99px;
  background:#b8100f;
  display: block;
  width: 12px;
  height: 12px;
}
  .full-nav .social-menu ul li a,
  footer .social-menu ul li a {
    background-image: url(images/social-icons-white.png);
  }





.footermenu {
  position: relative;
  margin: 37px 0 0;
  height: auto;
}
.footermenu ul,
.footermenu ul li {
  margin: 0;
  list-style: none;
  position: relative;
}
.footermenu ul li {

}
.footermenu ul li a { 
  display:block; height: 10px; width: 100%; 
  margin: 0; padding: 0 5px;
  font-size: 0.7em;
  color: #edc569;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  line-height: 10px;
  border-left: solid 1px #edc569;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.footermenu ul li:first-child a { 
  border: none;
  padding-left: 0;
}
.footermenu ul li:last-child a { 
  padding-right: 0;
}

  .footermenu>ul>li:hover { 
  }
  .footermenu>ul>li:hover a { 
   /*  background: #9d8fb2;  */
    color: #fff;  
  }

  .footermenu>ul>li:hover, 
  .footermenu>ul>li:hover>a, 
  .footermenu>ul>li>a.hovered { 
    text-decoration: none; 
  }
  .footermenu>ul>li.current-menu-item a,
  /* .footermenu>ul>li.current_page_parent a, */
  .footermenu>ul>li.current-page-ancestor a,
  .footermenu>ul>li.current-menu-item a:hover
/*   .footermenu>ul>li.current_page_parent a:hover */ {
     text-decoration: none; 
  } 








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


}


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

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

.vineyard-nav {
  max-width: 780px;
  margin: 0 auto;
  padding: 65px 0 65px;
  position: relative;
  z-index: 6;
}
.selector {
  float: left;
  border-radius: 4px;
  background: #333;
  height: 50px;
  width: 300px;
/*  overflow: hidden;*/
}
.selector ul {
  border-radius: 4px;
  overflow: hidden;
}
.selector ul li {
  width: auto;
  background: #999;
  display: none;
}
.selector ul li.selected {
  width: auto;
  height: 50px;
  color: #fff;
  font-size: 1em;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 500; 
  line-height: 22px;
  padding: 14px 15px;
  background: #333 url(images/select-open-close.png) no-repeat right top;
  white-space: nowrap;
  cursor: pointer;
  display: block;
}
.selector.is-active ul li.selected {
 background-position: right bottom;
}
.selector ul li a {
  display: block;
  width: auto;
  height: auto;
  color: #fff;
  font-size: 0.8em;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 500; 
  line-height: 22px;
  padding: 14px 15px;
  background: #999;
}
.selector ul li a:hover {
  background: #333;
}



.tabs {
  margin: 0 auto;
  position: relative;
  z-index: 2;
  height: auto;
  width: 100%;
}
  .tabs ul { 
    position: relative;
    z-index: 1;
    width: 100%;
  }
  .tabs ul li {  
    display:block; 
    height: 50px; 
    width: 20%; 
    margin: 0;
    padding: 0;
    font-size: 0.875em;
    line-height: 50px;
    color: #fff; 
    font-weight: 400;  
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
    text-align:center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    cursor: pointer;
  }
  .tabs.half ul li { 
    width: 50%; 
  }
  .tabs.quart ul li { 
    width: 25%; 
  }
  .tabs.fifth ul li { 
    width: 20%; 
  }


  .tabs ul li.info { display:none;}
  .tabs ul li.hilts { background: #5c7898; }
  .tabs ul li.wines { background: #8eb09d; }
  .tabs ul li.menu { background: #edc569; }
  .tabs ul li.match { background: #cd524d; }
  .tabs ul li.ent { background: #6b0c09; }
  .tabs ul li.tickinfo { background: #6b0c09; }
  .tabs ul li.tickets { background: #c06b28; }

  .tabs ul li:hover { color: #333; }
  .tabs ul li.hilts:hover { color: #b9c5d3; }
  .tabs ul li.wines:hover { color: #566a5f; }
  .tabs ul li.menu:hover { color: #917024; }
  .tabs ul li.match:hover { color: #6b0c09; }
  .tabs ul li.ent:hover { color: #dc8682; }
  .tabs ul li.tickinfo:hover { color: #dc8682; }
  .tabs ul li.tickets:hover { color: #ffd7b8; }

  .tabs #point.hilts { background: #5c7898; }
  .tabs #point.wines { background: #8eb09d; }
  .tabs #point.menu { background: #edc569; }
  .tabs #point.match { background: #cd524d; }
  .tabs #point.ent { background: #6b0c09; }
  .tabs #point.tickinfo { background: #6b0c09; }
  .tabs #point.tickets { background: #c06b28; }















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

img,
.txt img,
p img {
  width: 100%;
  object-fit: cover;
  }
p img {
  padding: 0;
  }
.no-stretch img {
  width: auto;
  max-width: 100%;
}

.map-content img {
  width: auto;
  max-width: 100%;
}

.section-marker img {
  width: 90px;
}
.section-top .content img,
.section-main .content img {
  width: auto;
  margin-top: 10px;
}

.feature-image {
  position: relative;
  z-index: 100;
}
.circle-img {
  margin-top: 25px;
}
.circle-logo-wrapper {
  width: 100%;
}
.circle-logo {
  display: block;
  width: 168px;
  max-width: 168px;
  margin: 110px auto 50px;
}
.avatar img {
  max-width: 117px;
}
.feature-img {
  text-align: right;
}
.feature-img img {
  margin-top: 120px;
  padding: 11px;
  border: solid 1px #f2ecdb;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.posts-wrapper .feature-img img {
  margin-top: 0px;
}
.your-team-img img {
  margin-bottom: 35px;
}

.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;
}
.home .video-embed {
  margin-bottom: 0px;
}
.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
















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

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

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

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

}

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


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

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

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

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

.commentlist li {
  font-weight: bold;
}

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

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

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

#commentform p {
  }

.commentmetadata {
  font-weight: normal;
  }






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

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

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

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

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

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


/* End Entry Lists */

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



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

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

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

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

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

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

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

#commentform p {
  margin: 5px 0;
  }

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

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



/***************FORMS*****************/

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

.wpcf7 {
  margin: 0;
  padding: 0;
  text-align: left;
}
.wpcf7 label {
  font-size: 1em;
  letter-spacing:normal;
  line-height: 22px;
/*   max-width: 500px; */
  display: inline-block;
  margin-bottom: 10px;
}

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

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


.woocommerce-checkout-payment ul,
.woocommerce-checkout-payment ul li {
  margin: 0;
  list-style: none;
  position: relative;
  padding: 0;
}
.woocommerce-checkout-payment ul li {
  margin: 0;
  padding: 0;
  list-style-image: none;
  display: block;
}
.woocommerce-cart .woocommerce .woocommerce-message .button {
display: none;
}
.payment_method_paymentexpress img {
  width: 165px;
}




.subform input[type="submit"],
.wpcf7-form input[type="submit"],
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, a.button {
  display: inline-block;
    width: auto;
    height: 50px;
    padding: 0 20px;
    border-radius: 6px;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
    line-height: 50px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;

  background: #8eb09d;
  border: solid 1px #e7eee6;
  color: #fff;

}
.wpcf7-form input[type="submit"]:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, a.button:hover {
  color: #8eb09d;
  background: #fff;
}
.wpcf7-form input[type="submit"] {
  margin-top: 10px;
}



.woocommerce #coupon_code {
  width: 170px !important;
  height: 50px;
  line-height: 50px;
}
.woocommerce .quantity input[type="number"] {
  height: 50px;
  line-height: 50px;

}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="number"], .wpcf7-form input[type="tel"], .wpcf7-form select, .wpcf7-form textarea {
  height: 50px;
  line-height: 50px;
  width: 100%;
  max-width: 500px;
  margin-bottom: 10px;
  font-size: 1em;
  color: #000;
  background: #fff;
  border-radius: 3px;
  border: 1px solid rgba(0,0,0,.2);
}
.wpcf7-form input[type="date"] {
  height: 50px;
  line-height: 50px;

  max-width: 500px;
  margin-bottom: 10px;
  font-size: 1em;
  color: #000;
  background: #fff;
  border-radius: 3px;
  border: 1px solid rgba(0,0,0,.2);
}


.woocommerce input[type="text"], .woocommerce input[type="email"], .woocommerce input[type="number"], .woocommerce input[type="tel"], .woocommerce select, .woocommerce textarea {
  border-radius: 3px;
  border: 1px solid rgba(0,0,0,.2);
}

.wpcf7-form input[type="checkbox"] {
  height: 13px;
  line-height: 13px;
}


.woocommerce .quantity .qty {
    width: 4.631em;
    text-align: center;
    padding: 0 0 0 10px;
}

.subform,
.mc4wp-response p  {
  text-align: center;
}
.subform input {
  margin: 0 auto 10px;
}


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

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

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

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

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

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

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




}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 92%;
  max-width: 980px;
  padding: 8px;
  cursor: auto; 
  background: #fff;

  }

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

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

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

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

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

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

.mfp-hide {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



  background: #000; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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















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

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

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

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

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


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

.carousel li {margin-right: 5px}


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


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

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

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

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

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



#fb-overlay {
  position:fixed;
  z-index: 1000000000;
  top:0;
  left: 0;
  width: 100%;
  max-width: 560px;
  background: #f0f0f0;
  padding: 0;
  display: none;
}
#fb-overlay .group {
  height: 50px;
  margin: 12px 30px 0 30px;
  width: 100%;
  max-width: 480px;
}


#fb-feed {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: 10px;
  padding: 0 30px;
  height: 450px;
  overflow-y: auto;
  background: #f0f0f0;
  opacity: 0;
  font-size: 0.9em;
}
#fb-feed > p:first-child {
  display: none;
}

.fb-close {
  float: right;
  display:inline-block; 
  height: 36px; 
  width: auto; 
  margin: 0;
  padding: 0 50px 0 12px;
  font-size: 0.875em;
  line-height: 36px; 
  white-space: nowrap;
  color: #333; 
  font-weight: 400;  
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  background: url(images/bg-fb-close.png) no-repeat right center;
  border-radius: 6px;
  border: solid 1px #c4dbe8;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.fb-refresh {
  float: right;
  display:inline-block; 
  height: 36px; 
  width: 36px; 
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  background: url(images/bg-fb-refresh.png) no-repeat center center;
  border-radius: 6px;
  border: solid 1px #c4dbe8;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-right: 10px;
}


.fts-jal-single-fb-post {
  padding: 30px !important;  
  border-radius: 8px;
  margin: 0 0 10px 0;
  border-bottom: none;
  background: #fff;
  max-width: 480px;
}

.fts-jal-fb-user-name a {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 500; 
  text-transform: uppercase; 
  color: #346979;
}








.inframe header,
.inframe nav,
.inframe footer,
.inframe .home-content-wrap .home-cards .content p,
.inframe .main-banner-img.full,
.inframe .main-banner-img.resp {
  display:none !important;
}

.inframe .main-banner-img.app {
  display:block !important;
}

.inframe body {
  padding-top: 25px !important;
}
.inframe .home-cards .card a.btn {
    margin-top: 0px;
}




.inframe body.page-template-app-home-template {
   padding-top: 0 !important; 
}
.inframe .home-content-wrap {
  padding-top: 25px;

}
.inframe .vineyard-nav {
    padding: 0 4% 25px !important;
}
.inframe .body-content .container .content {
    padding-top: 0px !important;
}


.inframe .home-cards {
    padding: 5px 0 0;
}
.inframe .home-cards h2 {
    font-size: 1.15em;
    margin-bottom: 15px;
    padding: 0 !important;
}
.inframe .home-content-wrap p {
    margin-bottom: 0px;
}
.inframe .home-cards .card {
    padding: 20px 10px;
}
.inframe .home-cards .card .content {
    padding-top: 0;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 5px;
}

.inframe .vineyard-cards .card {
   padding: 10px 0 !important;
}

.inframe .vineyard-cards .card .logo {
    display: table-cell;
    float: none;
    height: 100px;
    width: 100%;
    min-width: 100%;
    vertical-align: middle;
}
.inframe .vineyard-cards .card .score-wrap {
    display: table-row;
}

.inframe .vineyard-cards .card .score {
    display: table-cell;
    float: none;
    height: 45px;
    width: 100%;
    min-width: 100%;
    vertical-align: middle;
}
.inframe .vineyard-cards .card .score div {
  width: 100px;
  margin: 0 auto;
  padding: 4px 0;
  border-radius: 4px;
}
.inframe .vineyard-cards .card .score div h4 {
  margin: 0 !important;
  color: #fff;
  font-size: 0.9em;
}
.inframe .vineyard-cards .card .score.pumpin div {
  background: #ee008c;
}
.inframe .vineyard-cards .card .score.chillin div {
  background: #02afeb;

}
.inframe button#refresh {
    display: block;
    width: auto;
    height: 40px;
    padding: 0 20px;
    border-radius: 6px;
    font-size: 0.9em;
    font-style: normal;
    font-weight: 500;
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
    line-height: 40px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background: #8eb09d;
    border: solid 1px #e7eee6;
    color: #fff;
    margin: 5px auto 5px;
}
 .inframe button#refresh.active {
    color: #8eb09d;
    background: #fff;
}





* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
    outline: none !important;
} 

.inframe #info {
  text-align: center;
}
.inframe p.small {
    font-size: 0.85em;
  }


.inframe #info a,
.inframe a#close  {
  text-decoration: underline !important;
}
.inframe #info-panel {
  display: none;
  padding-left: 4%;
  padding-right: 4%;
  padding-bottom: 15px;
  text-align: center;
}
.inframe #info-panel p {
      margin: 0;
}
.inframe #info-panel h4 {
      margin: 5px 0 0;
}





.inframe .home-content-wrap {
    padding-bottom: 0;
}

.inframe .single-vineyard table td.price {
  padding-right: 15px;
}
.inframe #winelist tr td.fav,
.inframe #winelist tr td.favk {
  display: table-cell;
}
.inframe .single-vineyard table#winelist tr.key,
.inframe .single-vineyard table#otherlist tr.key {
  display: table-row;
}
.inframe .single-vineyard table#winelist,
.inframe .single-vineyard table#otherlist {
  border-top: none;
}

.inframe .single-vineyard img {
  display: none;
}

.inframe .vineyard-nav .selector {
    float: none !important;
    margin: 0 auto !important;
}
.inframe .home-content-wrap .vineyard-nav .selector {
    position: relative;
    left: 0;
}
.inframe li.back-item {
  display: none !important;
}

.inframe h1 {
    font-size: 1.4em;
    line-height: 1.2;
    margin-bottom: 15px;
}






.loading {
  display: none;
  position: absolute;
  z-index:1;
  background: url(images/loading.png) no-repeat center center;
  background-size: 100%;
  width: 30px;
  height: 30px;
  top: 120px;
  left: 50%;
  margin-left: -15px;
  -webkit-animation:spin 1.2s linear infinite;
  -moz-animation:spin 1.2s linear infinite;
  animation:spin 1.2s linear infinite;
}
@-moz-keyframes spin { 100% { 
  -moz-transform:rotate(360deg); 
  }
}
@-webkit-keyframes spin { 100% { 
  -webkit-transform:rotate(360deg); 
  }
}
@keyframes spin { 100% {
  -webkit-transform:rotate(360deg);
  transform:rotate(360deg);
  }
}