/*
Theme Name: Wine Marlborough Custom Theme
Author: John


*/



/* html5reset.css - 01/11/2011 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
	outline: 0;
}

a:visited {outline: 0;  }

input::-moz-focus-inner {
  border: 0;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration:  line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}


/* RESPONSIVE GRID SYSTEM =============================================================================  */


/* BASIC PAGE SETUP ============================================================================= */

body {
margin : 0 auto;
padding : 0;
font : 100%/1.4 Stag Sans Web, verdana, arial, helvetica, helve, sans-serif;
color : #000;
text-align: center;
}

button,
input,
select,
textarea {
font-family : Stag Sans Web, verdana, arial, helvetica, helve, sans-serif;
color : #333; }


/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */

	#myModal {   }

	.reveal-modal-bg {
		position: fixed;
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.8);
		z-index: 9999;
		display: none;
		top: 0;
		left: 0;
		}

	.reveal-modal {
        display:none;
		top: 20%;
		left: 50%;
		margin-left: -300px;
		width: 520px;
		color:#fff;
		text-align:center;
		background: #30303F;
		position: absolute;
		z-index: 99999;
		padding: 30px 40px 34px;
		-webkit-box-shadow: 0 0 100px 0 #000;
		-moz-box-shadow: 0 0 100px 0 #000;
        box-shadow: 0 0 100px 0 #000;

		}



	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}

	.reveal-modal .close-reveal-modal {
		font-size: 75px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: 200;
		cursor: pointer;
		}


.reveal-modal h3 { color:#fff; font-size:48px; font-weight:500; line-height: 39px; margin:0 0 39px;}
.reveal-modal .small { font-size:27px; text-transform:uppercase; margin:1px 0 -20px; font-weight:500; }

.reveal-modal p { font-size:18px; font-weight:100; margin:0 0 20px; }







/* Navigation and other links ///////////////////////////////////////////////////////////////////*/

#mobile-head { display:none; }

#access { margin: 18px 0 0 4px; float:left;}

#access .menu-header,
div.menu {
	font-size: 16px;
	font-weight:normal;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	padding:0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	font-size:17px;
	text-transform:uppercase;
	color:#b6b6b6;
	display: block;
	line-height: 40px;
    margin:0 8px;
	padding: 4px 5px;
	text-align:left;
	text-decoration: none;
	font-weight:300;
	letter-spacing:0px;
	-webkit-transition: color 0.5s;
	-moz-transition:color 0.5s;
	-o-transition:color 0.5s;
	-ms-transition:color 0.5s;
	transition:color 0.5s ease;

}

#access a:hover { color: #fff; }


#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 44px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;

}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 0;
	top: 0;
}
#access ul ul a {
	color:#fff;
	font-size:13px;
	background: #060a0d;
	line-height: 1em;
	padding: 10px;
	width: 255px;
	height: auto;
	display:block;
		-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-o-transition: color 0.5s;
	-ms-transition: color 0.5s;
	transition: color 0.5s ease;
}

#access ul ul :hover > a {
	color:#147dc6;

}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;

}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;

}

#social { width:115px; height:24px; margin:30px 15px 0 0; float:right; }
#tw { margin:0 0 0 10px; }
#inst {margin: 0 0 0 15px;}
#social a {display: inline-block;}


a {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
}



/* Homepage layout  ============================================================================= */


#slide1 { background:url(images/slide1.jpg ) top center no-repeat; min-height:883px;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
#slide2 { background:url(images/slide2.jpg ) top no-repeat; min-height:883px;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
#slide3 { background:url(images/slide3.jpg ) top no-repeat; min-height:883px;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
#slide4 { background:url(images/slide4.jpg ) top no-repeat;min-height:883px;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;  }

#slide5 { background:url(images/slide6.jpg ) top no-repeat;min-height:883px;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;  }

#slider-content { position:absolute; z-index:100; left: 122px; top: 50px; width:86%; }

#slider-content h2 { font-size:63px; color:#fff; font-weight:100; letter-spacing:-4px; margin:240px 0 0; float:left; text-transform:uppercase; line-height:76px; text-align: left;}
#slider-content strong { font-weight:500; }

#slider-boxes { width:331px; float:right; margin:0 20px 0 0; }

#down-butt { position:absolute; left:50%; top:490px; margin-left:-46px; }

#down-anchor { display: block; padding: 23px 0 0;}

#winetrail-box { height:296px; width:303px; background: rgba(0,0,0,.5); color:#fff; padding:20px 28px 30px; margin: 0 0 50px; text-align:center; }
#winetrail-box a { color:#fff; }
#winetrail-box h3 { color:#fff; font-size:2.40625rem; font-weight:500; line-height: 39px; margin:0 0 39px;}
#winetrail-box .small { font-size:35px; text-transform:uppercase; margin:1px 0 -20px; font-weight:500; }
#winetrail-box p { font-size:14px; text-transform:uppercase; border-bottom:1px #fff solid; padding: 0 0 20px; margin: 0 0 20px; font-weight:300; }
#winetrail-box h4 { font-size:17px; text-transform:uppercase; color:#fff;  margin: 0 0 14px; font-weight:300; }

#twitter-box { height:296px; width:303px; background:url(images/tw-bg.png ) top repeat; color:#a38f8f; padding:20px 28px 20px; margin: 0 0 50px; text-align:left; font-family: pt serif, Arial, Helvetica, sans-serif; font-style:italic; font-size:22px; position: relative; }
#twitter-box h3 a{ color:#626465; font-size:22px; text-align:left; letter-spacing:0; margin: 3px 0 10px;font-weight: 400; text-decoration:none; }
#twitter-box p { margin: 0 0 20px; }
#twitter-box li { list-style:none; margin: 20px 0 0;}
#twitter-feed-icon { float: left; margin: 8px 15px 0 0; }
#twitter-box a { color:#a38f8f; text-decoration:underline; }
.twitter-timestamp { position:absolute; bottom: 23px; left: 27px; }
#reallysimpletwitterwidget-3 { color:#a38f8f; }

.map-winery-content td { text-align:left; }

.map-winery-content a { color:#3d8011; }

#recenttweets .twitter-timestamp { position: inherit; }

.news-sum { min-height:384px; }
.news-sum h3 {color: #625F12; font-size: 16px; font-weight: 500; padding: 20px; text-transform: uppercase;  }
.news-sum h4 { font-size: 14px; font-weight: 500; padding: 0 20px 20px;  }
.news-sum h4 a {color: #73736e; }
.news-sum h5 {color: #63635a; font-size: 12px; font-weight: 300; padding: 0 20px 0px;   }
.news-sum p { color:#817979; font-size:14px; font-weight:300; padding: 0 20px 20px; }

#fb-feed-icon { float: left; margin:17px 15px 0 20px; }
.fb-feed { min-height:384px; }
.fb-feed h3 {color: #63635a; font-size: 16px; font-weight: 500; padding: 20px 20px 16px; text-transform: uppercase; }
.fb-feed h4 {color: #73736e; font-size: 14px; font-weight: 500; padding: 0 20px 0;  }
.fb-feed h5 {color: #63635a; font-size: 14px; font-weight: 300; padding: 14px 20px 0; border-top:3px solid #fff;   }
.fb-feed p { color:#817979; font-size: 14px; font-weight: 300; padding: 0 20px 20px; }


.event {
	background:#6C8633;
    bottom: 0;
    color: #FFFFFF;
    display: block;
    overflow: hidden;
    padding: 5% 1%;
    position: absolute;
    text-transform: uppercase;
	font-size:14px;
	width: 100%;
	text-align:center;
	font-weight: 300; }

.event h3 { text-transform: uppercase; font-size:14px; font-weight:300; width:80%; text-align:center; margin:0 auto;}

.labour {
	background:#7f4909;
    bottom: 0;
    color: #FFFFFF;
    display: block;
    overflow: hidden;
    padding: 5% 1%;
    position: absolute;
    text-transform: uppercase;
	font-size:14px;
	width: 98%;
	text-align:center;
	font-weight: 300; }

.explore {
	background:#a4a03b;
    bottom: 0;
    color: #FFFFFF;
    display: block;
    overflow: hidden;
    padding: 5% 1%;
    position: absolute;
    text-transform: uppercase;
	font-size:14px;
	width: 98%;
	text-align:center;
	font-weight: 300; }


#little-logo { margin: 44px auto 20px;}

.mask p { color:#fff; text-transform:uppercase; text-align:center; font-weight:300; margin: 20px 40px; font-size:14px; }

.box {
   width: 100%;
   height: 100%;
   margin: 0;
   float: left;
   border: none;
   overflow: hidden;
   position: relative;
   cursor: pointer;
}
.box .mask,.box .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.box img {
   display: block;
   position: relative;
}

.box-sixth img {
   -webkit-transition: all 0.4s ease-in-out 0.5s;
   -moz-transition: all 0.4s ease-in-out 0.5s;
   -o-transition: all 0.4s ease-in-out 0.5s;
   -ms-transition: all 0.4s ease-in-out 0.5s;
   transition: all 0.4s ease-in-out 0.5s;
}
.box-sixth .mask {
   background-color: rgba(0, 0, 0, 0.8);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.3s ease-in 0.4s;
   -moz-transition: all 0.3s ease-in 0.4s;
   -o-transition: all 0.3s ease-in 0.4s;
   -ms-transition: all 0.3s ease-in 0.4s;
   transition: all 0.3s ease-in 0.4s;
}

#arrow-pad { position:absolute; right:30px; bottom:30px; }

.box-sixth #arrow-pad {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background: transparent;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition: all 0.5s ease-in-out 0.1s;
   -moz-transition: all 0.5s ease-in-out 0.1s;
   -o-transition: all 0.5s ease-in-out 0.1s;
   -ms-transition: all 0.5s ease-in-out 0.1s;
   transition: all 0.5s ease-in-out 0.1s;
}

.box-sixth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
.box-sixth:hover img {
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
.box-sixth:hover #arrow-pad {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}

/* DEFAULT PAGE STYLES ================================================================= */

.headerbg { display:block; overflow:hidden; width:100%; height:687px;  }

#bannerbg { display:block; overflow:hidden; width:100%; height:533px; margin: 85px 0 0; text-align:center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;  }

#bannerbg h1 { font-size:63px; color:#fff; font-weight:400; letter-spacing:-4px; margin:180px 0 0;  text-transform:uppercase; line-height:76px;}

#pagecontent {
	clear: both;
	max-width: 1450px; /* 1000px / 1250px */
	margin: -157px auto 100px;
	padding: 60px;
	color: #333;
	line-height: 1.5em;
	position: relative;
	background:#fff;
	z-index:1;
}

#newscontent {
	clear: both;
	max-width: 1450px; /* 1000px / 1250px */
	margin: -157px auto 100px;
	padding: 60px;
	color: #333;
	line-height: 1.5em;
	position: relative;
	background:#fff;
	z-index:1;
}

#eventcontent {
	clear: both;
	max-width: 1450px; /* 1000px / 1250px */
	margin: -157px auto 0;
	padding: 60px;
	color: #333;
	line-height: 1.5em;
	position: relative;
	background:#fff;
	z-index:1;
}

#side-nav { padding: 50px 50px 20px; border:1px #d8d7d7 solid; }
#side-nav li { list-style-type:none; margin:0 0 30px; }
#side-nav a { font-weight:300; color:#444; text-transform:uppercase; font-size:18px;  }
#side-nav a:hover { color:#360;  }

#side-nav-subscribe { padding:50px; border:1px #d8d7d7 solid; margin:50px 0 0; }
#side-nav-subscribe li { list-style-type:none; margin:0 0 30px; }
#side-nav-subscribe a { font-weight:100; color:#444; text-transform:uppercase; font-size:18px;  }
#side-nav-subscribe a:hover { color:#360;  }

.wineries { padding:0 0 0; position:relative; }

.wineries ul { display: inline-block; margin: 0 0 0 8%; /*min-height: 394px;*/ overflow: hidden; }
.wineries li { list-style-type:none; margin:0 0 18px; font-family: Stag Sans Web, Arial, Helvetica, sans-serif; }
.wineries a { font-weight:300; font-size:16px;  }
.li_col1 a, .li_col2 a, .li_col3 a, .li_col5 a, .li_col4 a{ font-weight:300; color:#5e7888; font-size:16px;  }
.backtotop { background: #5E7888; color: #fff; margin: 40px auto; padding: 17px;  text-align: center; text-transform: uppercase; }
#back-top { position: fixed; bottom: 70px; margin-left:0px; }
.wineries h2 { font-family:PT Serif, Georgia, "Times New Roman", Times, serif; font-size:44px; font-weight:normal; border-bottom:1px dashed #ccc; padding: 110px 0 14px; margin:0 0 25px; color:#ccc; width:180px; font-style:italic;}
#top-anchor { display:block; position: absolute; top: 450px; }

.nav { margin:0 !important; overflow:hidden;min-height: 100px !important;}

.nav-three { width:30px; float:left;}

.anchor-winery { margin:-72px 0 0; display:block; }

.board { text-align: center !important; min-height:708px;  }

.board h2 { font-size:28px; font-weight:300;  margin: 40px 0 30px; line-height:34px; text-transform:uppercase;  color:#797979; }
.board h3 { font-size:15px; font-weight:500; margin: 0 0 10px; text-transform:uppercase; color: #939393;}
.board p { font-size:14px; font-weight:300;  margin: 0px auto 10px; max-width:200px; color:#797979;}

.board a { font-size:14px; font-weight:300;  margin: 0px auto 16px; color:#797979; display:block;}
.board p strong { font-weight:500; }
.board .quote { font-family:PT Serif, Georgia, "Times New Roman", Times, serif; }

.winery-list { min-width:265px; }

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#contact-details { display:block; overflow:hidden; font-size: 16px; }
.cont-left { width:40%; float:left; }
.cont-right { width:40%; float:right; }



/*  NEWS / BLOG  ============================================================================= */

#blog-summery {
    list-style: none; margin:0;
	 color: #49494C;
    font-size: 14px;
    line-height: 24px;
}

/*#blog-summery img { display:none; }*/

#blog-summery h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    padding: 14px 0px 25px; }

#blog-summery h2 a { text-decoration:none; color: #595959; font-weight:400;}

#blog-summery h4 {font-weight:normal; }

.entry-date 	{
	color: #49494C;
    font-weight: 300;
    padding: 0;
    text-transform: uppercase;
	}
.author a { display:none; }

.read-more a { color: #49494C; font-weight:300; }


#blog-summery ul { margin:0; }


#blog-summery li{
    list-style:none;
	margin:0;
	padding:0;
}

.news-pic { background:#444; display:block;overflow: hidden; }

.dark {
	 display: block;
     height: 212px;
	-webkit-transition: all 0.5s ease;
 	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease; }

.dark:hover { opacity:0.65; }

.blog-article {
    display: inline-block;
    float: left;
    height: 358px;
    margin: 40px 20px 0;
    padding: 0 20px 40px 0;
    width: 299px;
	text-align:center;
}


.entry-date  {
    text-decoration: none;
    text-transform: uppercase;
}

#blog-article-title { max-width:1100px; text-align:left; padding:20px; margin:20px auto; }

.entry-meta {     color: #67676A;
    font-size: 14px;
    font-weight: 700;
    margin: 10px 19px 5px;
    text-transform: uppercase;}

.entry-meta a {
    color: #67676A;
    font-size: 13px;
    font-weight: 600;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;}

.post-title {  font-size:36px; font-weight:300; line-height:38px; color:#028ec3; margin: 0 17px 15px;}

.widget-title { display:none; }

.single-page-cat-links {
    border-top: 1px solid #CCCCCC;
    display: inline-block;
    font-size: 13px;
    padding: 20px 0;
    width: 100%;
	margin: 40px 0 0;
}

.single-page-cat-links a {
	background: none;
    font-size: 13px;
    padding: 0;
	font-weight: normal;
	}

.single-page-cat-links a:hover { background:none; color:#028ec3;}

#nav-above { display:none; }

.entry-title { font-weight: 300; margin: 0; font-size: 70px; line-height:92px; text-transform:uppercase; color:#444; }

#news-content .entry-meta { margin: 25px 0 40px; overflow:hidden; border-bottom: 1px dashed #ABABAB; padding:0 0 38px; }
#news-content .entry-meta a { margin:0; font-size:18px; font-weight:500; }
#news-content .entry-date { font-weight: 500; color:#ccc; }
#news-content .entry-content { border-bottom: 1px dashed #ABABAB; margin:0 0 40px; }

.entry-utility { font-size:17px; color:#A0A0A0; font-family:PT Serif, Georgia, "Times New Roman", Times, serif; }
.entry-utility a {  color:#A0A0A0; text-decoration:underline;  }


.nav-previous a{float: left; font-size:17px; color:#A0A0A0; font-family:PT Serif, Georgia, "Times New Roman", Times, serif;}
.nav-next a{float: right;font-size:17px; color:#A0A0A0; font-family:PT Serif, Georgia, "Times New Roman", Times, serif;}
.ssba { margin:0 0 20px;   }
.post { padding:0 40px 40px 0 ; }

#news-tweets { color: #999; font-size: 18px; font-weight: 400; letter-spacing: 0;  margin: 3px 0 10px 80px;  text-align: left; font-family:PT Serif, Georgia, "Times New Roman", Times, serif; font-style:italic; }
#news-tweets h3 { display:block; margin:0 0 20px; font-size:26px; font-weight:200; padding:8px 0 0 ; color:#000;}
#news-tweets li { list-style:none; margin:0 0 20px; line-height:30px; border-bottom: 1px dashed #ababab; padding:0 0 20px; }
#news-tweets li:last-child { border:0; }

#news-tweets a { color:#444; }

/*  FONTS  ============================================================================= */

.entry-content p { margin:0 0 30px; line-height:33px; font-family:PT Serif, Georgia, Times New Roman, Times, serif; color:#797979; font-style:italic;}

.entry-content { font-size: 18px; padding: 0 100px 0 0; }

.entry-content a {color: #5e7888;}

.entry-content ul { margin: 0 0 0 20px;}

.entry-content li {  list-style-type:square; margin:0 0 30px; font-family:PT Serif, Georgia, Times New Roman, Times, serif; color:#797979; padding-left:5px; line-height: 28px; }

.entry-content h2 {/* font-weight:300; margin: 0 0 40px; font-size: 33px; line-height:40px;*/ font-weight:100; margin: 0 0 40px; font-size: 58px; line-height:70px; color:#121212;}

.staff-title { font-weight:100; margin: 0 0 70px; font-size: 58px; line-height:70px; color:#121212; text-align:center; }

.board-title { font-weight:100; margin: 0 0 20px; font-size: 58px; line-height:70px; color:#121212; text-align:center; }

#question { font-weight:300; margin: 0 0 48px; }

#dark-logodar { text-align:center; }

.entry-content h3 { font-weight:100; margin: 0 0 40px; font-size: 58px; line-height:70px; color:#121212;}

.contact-form  h2 {/* font-weight:300; margin: 0 0 40px; font-size: 33px; line-height:40px;*/ font-weight:100; margin: 0 0 40px; font-size: 58px; line-height:70px; color:#121212; }

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


#green { width:100%; height:auto; background:#6c8633; padding:12px 0 50px; text-align:center; }
#footer-logo { margin:20px auto; }
#footer { margin:0 auto; max-width:1560px; padding: 0 50px; }
#footer img { max-width:100%; }
.about-text { text-align:left; color:#fff; font-style:italic; font-family:PT Serif, Georgia, "Times New Roman", Times, serif; font-size:16px; line-height:27px; }
.about-text p { margin:0 0 20px; }
.about-text ul { margin:0 0 20px 20px; }
.about-text li { list-style-type:square; }
.about-text a { color:#fff; text-decoration:underline; }

.about-text.intro {
  color: #000;
  margin-bottom: 70px;
}

.download-butt { text-align:center !important; }
#fbbit { color:#fff; height: 33px; margin: 0 0 16px; }
#credits, #credits a { font-size:14px; color:#9bc342; margin-top: 10px; }


/* IMAGES ============================================================================= */

#maincontentcontainer img, #pagecontent img, #newscontent img, #eventcontent img  {
border : 0;
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}

img.floatleft { float: left; margin: 0 10px 0 0; }
img.floatright { float: right; margin: 0 0 0 10px; }

.homepics img {  }


/* TABLES ============================================================================= */

table {
border-collapse : collapse;
border-spacing : 0;
margin-bottom : 1.4em;
width : 100%; }

th, td, caption {
padding : .25em 10px .25em 5px; }

tfoot {
font-style : italic; }

caption {
background-color : transparent; }

#stats-table
{
	font-family: Stag Sans web, Verdana, Geneva, sans-serif;
	font-size: 18px;
	background:#d5d5d5;
	font-weight:300;
	color:#fff;
	margin: 0 0 40px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

#stats-table thead td
{	padding: 20px;
	background: #0f0f0f;
	color: #6e84a6;
	border-bottom: 4px solid #fff;
	font-weight:300;
}


#stats-table th
{
	padding: 20px;
	border-top: 4px solid #fff;
	border-bottom: 1px solid #fff;
}
#stats-table td
{
	padding: 16px;
	border-bottom: 4px solid #fff;
	color: #444;
	border-top: 1px solid transparent;
}



/* FORMS ============================================================================= */

.with_frm_style .frm_error {
     font-family: stag sans web, Arial, Helvetica, sans-serif !important;
    font-size: 18px !important;
    font-weight: 300!important;}

.frm_error_style { width:96%!important;}


.with_frm_style .frm_form_fields input, #wpcontent .with_frm_style .frm_form_fields select, .with_frm_style .frm_form_fields select, .with_frm_style .frm_form_fields textarea {
    font-family: stag sans web, Arial, Helvetica, sans-serif !important;
    font-size: 18px !important;
    font-weight: 300!important;}

.with_frm_style .frm_message, .with_frm_style .frm_message p {
    font-family: stag sans web, Arial, Helvetica, sans-serif !important;
    font-size: 18px !important;
    font-weight: 300!important;}

.with_frm_style .frm_form_fields input, #wpcontent .with_frm_style .frm_form_fields select, .with_frm_style .frm_form_fields select, .with_frm_style .frm_form_fields textarea {
width: 100% !important;
}

.with_frm_style label.frm_primary_label { font-weight:300 !important; font-size: 15px; color:#797979;}

form {
margin : 0; }

fieldset {
margin-bottom : 1.5em;
padding : 0;
border-width : 0; }

legend {
*margin-left : -7px;
padding : 0;
border-width : 0; }

label{
font-weight : 300;
cursor : pointer;
display:block;
margin:6px 0 30px;
position:relative;
top:0;
left:0;
font-size:18px;
text-transform:uppercase;

}

label field_99-0 { margin:1px 2px; }

#frm_field_100_container { height:100px; display:block; }


	label.inline{
	display:inline;
	margin:0;
	}

	label span{
	color:#fff;
	font-size:0.9em;
	}

	label span.right{
	position:absolute;
	bottom:0;
	right:1em;
	text-align:right;
	}

	label.disabled{
	color:#ccc;
	}


button,
search,
input,
select,
textarea {
font-size : 100%;
margin : 0;
vertical-align : baseline;
*vertical-align : middle; }

button, input {
line-height : normal;
*overflow : visible; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
background: #FCFCFC;
    border: medium 1px #ccc;
    box-shadow: none;
    color: #8E8E8E;
	letter-spacing: 6px;
	font-size: 22px;
	font-weight:300;
    cursor: pointer;
    height: 50px;
    margin: 0;
    padding: 10px 20px;
    text-shadow: none;
	text-transform: uppercase;
	margin: 20px 0;
}


input[type="checkbox"],
input[type="radio"] {
box-sizing : border-box; }

input[type="search"] {
	box-sizing : content-box;
}

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

input {
margin:3px 0 17px;
border:1px solid #ccc;
font-size: 14px;
padding:5px;
background:#fcfcfc;
width: 100%;
height:30px;
}

.with_frm_style input[type="text"], .with_frm_style input[type="password"], .with_frm_style input[type="email"], .with_frm_style input[type="number"], .with_frm_style input[type="url"], .with_frm_style input[type="tel"], .with_frm_style select, .with_frm_style textarea, .frm_form_fields_style, .with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .with_frm_style .chzn-container-multi .chzn-choices, .with_frm_style .chzn-container-single .chzn-single {

margin:3px 0 17px !important;
border:1px solid #ccc!important;
font-size: 18px!important;
padding:5px !important;
background:#fcfcfc !important;
width: 100% !important;
height:40px !important;
border-radius:0 !important;

}

.with_frm_style label.frm_primary_label, .with_frm_style.frm_login_form label {
font-family: stag sans web, Arial, Helvetica, sans-serif!important;
font-weight:300!important;
font-size:18px!important;
}


#field_9jv0r12 {
margin:0 0 20px !important;
border:1px solid #ccc!important;
font-size:14px!important;
color:#000!important;
padding:5px!important;
background:#fcfcfc!important;
width: 100%!important;
height: 253px!important;
}


.with_frm_style .frm_submit input[type="submit"], .with_frm_style .frm_submit input[type="button"], .frm_form_submit_style, .with_frm_style.frm_login_form input[type="submit"] {
width:96% !important;
height: 50px !important;
font-family: Stag Sans, Arial, Helvetica, sans-serif!important;

}


	input::-webkit-input-placeholder,
	input:-moz-placeholder,
	.placeholder{
	color:#bbb;
	}

	input::-moz-focus-inner {border:0;}

	input[disabled="disabled"], input.disabled{
	color:#999;
	background:#f5f5f5;
	-moz-box-shadow:inset 0px 0px 2px #ddd;
	-webkit-box-shadow:inset 0px 1px 2px #ddd;
	box-shadow:inset 0px 1px 2px #ddd;
	}


/* Colors for form validity */
input:valid,
textarea:valid   {
/* Styles */ }

input:invalid,
textarea:invalid {
/*-webkit-box-shadow : 0 0 2px #f00;
-moz-box-shadow : 0 0 2px #f00;
box-shadow : 0 0 2px #f00; */}

.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
background-color : #ccc; }

#form_b69p7 { margin:13px 0 0 ; }

#form_b69p7 h3  { display:none;}

#form_b69p72 h3 { display:none; }

.frm_opt_container { margin:20px 0 30px; }

.frm_form_fields  { margin:0 auto; width:100%; }

.frm_submit { margin:0 auto; width:100%;  font-size:30px;  }

.frm_error_style { margin:0px auto -100px; padding:70px 0 0; font-size:18px; width:40%; color:#fff; line-height:35px; text-align:center; opacity:.6; }

.frm_error { font-size:18px; color:#fff; padding:0 0 20px; opacity:.6; }

#frm_field_99_container {  }

#post-289 .entry-title {display: none;}


/*  MAIN LAYOUT	============================================================================= */

#skiptomain { display: none; }

#single-content { margin:25% 0 0; color:#fff; }

#wrapper {
	width: 100%;
	background:#efeded;
}

#newsbg { 	width: 100%; background:#fff }


#home-section { background:#fff;}

#logo {
    float: left;
    height: 51px;
    margin: 16px;
    width: 187px;
	background:url(images/logo.png) top no-repeat;
	background-size:187px 51px;
}
.only-marlb {
  display:block;
  height: 51px;
  width: 300px;
  background: url(images/only-marlborough-white.png) top no-repeat;
  background-size: 300px auto;
  cursor:pointer;
}

#logo h1 {
    font-size: 10px;
    margin: 0;
}


#logo a {
    display: block;
    height: 51px;
    text-indent: -10000px;
    width: 187px;
}

#headcontainer {
		width: 100%;
		overflow: hidden;
		height:85px;
		background:#000;
		color:#000;
		position:fixed;
		top:0;
		z-index: 999;

	}

header {
	clear: both;
	position: relative;
	color: #000;
	text-align: center;
}

#hero { display:block; position:relative; margin:81px 0 0; }

#main-slider-wrapper { position:fixed; }

#maincontentcontainer {width: 100%; z-index:1;  background:#fff; position:absolute; top:968px; }

#maincontent{
	clear: both;
	max-width: 1600px; /* 1000px / 1250px */
	font-size: 0.8125em; /* 13 / 16 */
	margin: 90px auto 100px;
	padding: 0 20px;
	color: #333;
	line-height: 1.5em;
	position: relative;
	z-index:1;
}

#maincontent .col { background:#e4e5e3; position: relative; }

#news-content {
	clear: both;
	max-width: 1480px; /* 1000px / 1250px */
	font-size: 0.8125em; /* 13 / 16 */
	margin: 90px auto 100px;
	padding: 60px;
	color: #333;
	background:#fff;
	line-height: 1.5em;
	position: relative;
	z-index:1;
}

#news-content .col { background:#fff; position: relative; }


#footercontainer {
		width: 100%;
		border-top: 1px solid #000;
		background: #222 url(/images/footerback.png) left top;
	}

		footer {
			clear: both;
			width: 80%; /* 1000px / 1250px */
			font-size: 0.8125em; /* 13 / 16 */
			max-width: 92.3em; /* 1200px / 13 */
			margin: 0 auto;
			padding: 20px 0px 10px 0px;
			color: #999;
		}




/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 100%;
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
	max-width: 98%;
	height:auto;
}
.wp-caption p.wp-caption-text {
	color: #1336;
	font-size: 15px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin: 0 6px 0 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 24%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #777;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/*  COLUMNS  ============================================================================= */

.twocolumns{
	-moz-column-count: 2;
	-moz-column-gap: 2em;
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
	column-count: 2;
	column-gap: 2em;
  }

/*  BUTTONS  ============================================================================= */


.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	padding: .5em 1em;
	margin: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: #cc1122 url(/images/glass.png) repeat-x 0 50%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size : 1.1em;

}
.button:hover {
	background: #1f5f6f url(/images/glass.png) repeat-x 0 50%;
	color: #fff;
	text-decoration: none;
}
.button:active {
	background: #dd2233 url(/images/glass.png) repeat-x 0 50%;
	color: #fff;
	position: relative;
	top: 1px;
}
.button:visited {
	color : #fff;
}



/*  GLOBAL OBJECTS ============================================================================= */

.breaker { clear: both; }

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}


.floatleft {
    float: left;
}

.floatright {
    float: right;
}


/* VENDOR-SPECIFIC ============================================================================= */

html {
-webkit-overflow-scrolling : touch;
-webkit-tap-highlight-color : rgb(52,158,219);
-webkit-text-size-adjust : 100%;
-ms-text-size-adjust : 100%; }

.clearfix {
zoom : 1; }

::-webkit-selection {
background : rgb(23,119,175);
color : rgb(250,250,250);
text-shadow : none; }

::-moz-selection {
background : rgb(23,119,175);
color : rgb(250,250,250);
text-shadow : none; }

::selection {
background : rgb(23,119,175);
color : rgb(250,250,250);
text-shadow : none; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance : button; }

::-webkit-input-placeholder {
font-size : .875em;
line-height : 1.4; }

input:-moz-placeholder {
font-size : .875em;
line-height : 1.4; }

.ie7 img,
.iem7 img {
-ms-interpolation-mode : bicubic; }

input[type="checkbox"],
input[type="radio"] {
box-sizing : border-box;
  display: inline-block;
    float: left;
    height: 17px;
    margin: 0;
    padding: 0;
    width: 25px;}

input[type="search"] {
-webkit-box-sizing : content-box;
-moz-box-sizing : content-box; }

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

p {
/* http://www.w3.org/TR/css3-text/#hyphenation */
-webkit-hyphens : auto;
-webkit-hyphenate-character : "\2010";
-webkit-hyphenate-limit-after : 1;
-webkit-hyphenate-limit-before : 3;
-moz-hyphens : auto; }

/* juicer.io home page slider object */

#winetrail-box {
  height: 436px;
  margin-bottom: 0;
}

#slider-boxes .slick-prev,
#slider-boxes .slick-next {
  background: none;
  opacity: 0;
}

#slider-boxes .slick-prev:before,
#slider-boxes .slick-next:before {
  content: '';
}

#slider-boxes .slick-next {
}
#slider-boxes .juicer-feed.slider .j-text {
  background: rgba(31,31,31,0.9);
  color: #eaeaea;
  font-style: italic;
  text-transform: none;
}

#winetrail-box p {
  text-transform: none;
}

#winetrail-box .juicer-feed.slider .j-text .j-message p,
#winetrail-box .juicer-feed.slider .j-text .j-edit p {
  color: #eaeaea;
}


@media only screen and (max-width: 1280px), only screen and (max-device-width: 1280px) {
#access a { font-size: 15px; margin: 0 0 0 4px; }
.gallery .gallery-item { margin: 0 2px 0 0;}
.wineries h2{
 clear:both;
 padding: 50px 0 14px;
 }
 .wineries h2:first-of-type{
  margin-top: 50px;
 }
}

@media only screen and (max-width: 1132px), only screen and (max-device-width: 1132px) {
#winetrail-box { display:none; }
#twitter-box { display:none; }
#slider-content { text-align:center; width:100%; left:inherit; }
#slider-content h2 { float:none; margin: 100px 0 0; text-align: center;}

#access a { font-size: 14px; margin: 0 0 0 4px; }
#headcontainer { display:none; }
#main-slider-wrapper { position:relative; }
#mobile-head { display:block; height:90px; background:#000;  }
#mob-logo {
	display: block;
    float: left;
    margin: 18px 0 0 18px;
	height:51px;
	width:187px;
}
#mob-logo h1 {
   font-size: 10px;
    margin:0;
	z-index:3000;
}

#mob-logo a {
   width:169px;
   height:40px;
   display: block;
   text-indent: -10000px;
   z-index:3000;
}
#open-menu { width:54px; height:43px; background:url(images/open.png) top no-repeat; display:block; float:right; margin: 23px 20px 0 0;}
#hero {margin: 0;}
#bannerbg {margin: 0;}
.mask p { font-size: 12px;}

.entry-content {
    padding: 0;
}
#newscontent { padding:0; }
.blog-article { display:block; margin: 40px auto 0;  padding: 0 40px; width: 90%; }
.news-pic { display: block; margin: 0 auto; max-width: 299px; }
.dark {max-width: 299px; }
#maincontentcontainer img, #pagecontent img, #newscontent img, #eventcontent img { max-width:100%; }

}


@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
#slider-content h2 { font-size:54px; padding:0 10px;}
}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
#slider-content h2 { font-size: 44px;  margin: -29px 0 0; }
#maincontent{ margin: 10px auto 100px;}
#bannerbg h1 { font-size: 37px; line-height: 55px;  margin: 55px 0 0; font-weight:300; padding: 0 20px;}
.reveal-modal {
    background: none repeat scroll 0 0 #30303F;
    box-shadow: 0 0 100px 0 #000000;
    color: #FFFFFF;
    display: none;
    left: 50%;
    margin-left: -153px;
    padding: 30px 40px 34px;
    position: absolute;
    text-align: center;
    top: 16%;
    width: 224px;
    z-index: 99999;
}
.entry-content { padding: 0; }
#pagecontent { padding: 33px; }
.entry-content p { margin: 0 0 30px; }
.board {min-height: inherit;}
#newscontent { padding: 0px; }
#news-content { padding: 16px; margin: 10px auto 100px; }
#eventcontent { padding:20px; }
.entry-title { font-size: 25px; line-height: 42px; }
.entry-content { font-size: 15px;}
.entry-content h2 { font-size: 46px; line-height: 53px;}
.entry-content h3 { font-size: 37px; line-height:44px;}
.blog-article {margin: 40px auto 0;  width: 78%;}
.dark { height: 212px; }
#news-tweets { margin: 3px 0 10px 10px; }
#news-tweets h3 { font-size: 23px; margin: 70px 0 20px;}
.nav-next a { margin-top:20px;}
#news-tweets { font-size:15px; }
.staff-title { font-size: 30px; line-height: 39px;}
#stats-table { font-size: 12px; }
#stats-table thead td { padding: 6px; }
#stats-table td {padding: 0;}
}
