/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.2
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
html, body {
	 height: 100%;
}
body {
	font-family: 'Crimson Text', serif;
	color:#444;
	background: url('img/bg.jpg');
	position:relative;
}
b { font-weight: 700 !important;}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #887974;
}
h1 {
	text-transform: uppercase;
	font-size: 32px;
	font-weight: normal;
}
p {
	font-size: 16px;
	font-weight: normal;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

#main {
	margin: 25px 0 0 0;
}
.outer_wrapper{
	position:relative;
	top: 130px;
	padding-bottom:1px;
}

/* wrapper */
.wrapper {
	max-width:1000px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	margin: 13px 0 0 0;
	padding: 5px 0;
	position:fixed;
	top:0;
	width:100%;
	z-index:1000;
	background: url('img/bg-header.png');
}
.header-inner {
	max-width: 1135px;
	margin: 0 auto;
	overflow: hidden;
}

/* logo */
.logo {
	float: left;
	margin: 10px 30px 0 0;
	width: 130px;
	height: auto;
}
.logo-img {

}
/* nav */
.nav {
}
.nav ul {
	float: left;
	margin: 0;
	padding: 0;
}
.nav li a {
	display: block;
	float: left;
	text-align: center;
	color: #fff;
	font-size: 24px;
	padding-top: 82px;
	width: 100%;
}
.nav li {
	background: url('img/sprite3.png') 8px 0 no-repeat;
	height: 116px;
	margin: 0 auto;
	display:block;
	float:left;
	text-align:center;
	margin-right:40px;
	padding:0 2px;
}
.nav li.botanicals {
	background:url('img/botanicals.png') 15px 15px no-repeat;
}

.nav li:last-child {
	margin-right: 30px;
}
.nav li.gin {
}
.nav li.cocktails {
	background-position: -40px 0;
}
.nav li.news {
	background-position: -137px 0;
}
.nav li.features {
	background-position: -215px 0;
}
.nav li.contact {
	background-position: -320px 1px;
	width: 88px;
}
.nav li.current-menu-item a{
	color:#b4b0af;
}
/* Search */

.searchdiv {
	width: 260px;
	float: left;
	background: url('img/sprite3.png') -430px 25px no-repeat;
}

.search-no-results h1 {
	display: none;
}

.search-no-results h1.stay {
	font-size: 28px;
	display: block;
}

.search-no-results { text-align: center;}

.search-no-results .post-page img {
	margin: 50px auto 20px;
}

.searchdiv p {
	font-size: 12px;
	line-height: 19px;
	color: #fff;
	font-family: georgia;
	padding: 0 0 0 60px;
	margin: 10px 0 0 0;
}

.searchdiv p a {
	color: #fff;
}

.searchdiv input {
	background: #887974;
	border: 0 none;
	font-size: 16px;
	font-family: georgia;
	color: #fff;
	width: 225px;
	padding: 5px 10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin: 10px 0 5px 0;
	float: right;
}
.searchdiv button.search-submit{
	display:none;
}

.search-results article{
	float:none !important;
	width:auto !important;
	overflow:hidden;
}
.search-results article h2{
	line-height: normal !important;
	margin: 0;
	font-size: 34px;
}
.comments { display: none;}
.search-results article a img{
	float: left !important;
	margin: 15px 20px 10px 0 !important;
}

/* sidebar */
.sidebar {

}


.hr_top{
	width:auto;
	clear:both;
	height:15px;
	background:url(img/top.gif) no-repeat top center;
	font-size:0;
	line-height:0;
}
.hr_middle{
	width:auto;
	clear:both;
	height:23px;
	background:url(img/middle.gif) no-repeat top center;
	font-size:0;
	line-height:0;
}
.hr_bottom{
	width:auto;
	clear:both;
	height:18px;
	background:url(img/bottom.gif) no-repeat top center;
	font-size:0;
	line-height:0;
}

/* footer */
.footer {
	background: rgba(6, 6, 6, 0.8);
	overflow: hidden;
	margin: 10px 0 10px;
	padding: 3px 0;
}
.footer-inner {
	max-width: 1120px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 7px 0;
}
.footer-inner ul {
	margin-left: 0;
	padding-left: 0;
}
.footer li{
	float: left;
	list-style: none;
}

.footer li a {
	display: block;
	color: #fff;
	font-family: georgia;
	float: left;
	margin: 0px 25px 0 0;
	font-size: 19px;
}
.footer li.current-menu-item a{
	color:#b4b0af;
}

.footer a {
	color: #fff;
	font-size: 20px;
}

.sign-up {
	float: right;
	margin-top: -7px;
}

.sign-up label {
	font-size: 20px;
	color: #fff;
	margin: 0 10px 0 0;
}

.sign-up input {
	background: #887974;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: 0 none;
	padding: 3px 5px;
	width: 200px;
	font-family: georgia;
color: #fff;
font-size:15px;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {
	.post-thumb {
		margin-left: 0;
	}

	.wrapper {
		width: 100%;
	}
}
/*
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}*/

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#887974;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#887974;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#887974;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/** Post Thumbs and Slide **/

.post-thumbs-holder {
	width: 100%;
	overflow: hidden;
}

.post-thumb {
	width: 260px;
	height: 260px;
	float: left;
	position: relative;
	margin: 0 0 15px 15px;
	overflow: hidden;
}

.bjqs-slide .post-thumb{
	width:260px;
	height:260px;
}
.bjqs-slide .post-thumb img{
	min-height:280px;
}

.post-thumb a {
	display: block;
	overflow: hidden;
	height: 100%;
}
.post-thumb img{
	height:auto;
}
.post-thumb.post-thumb-large {
	width: 370px;
	height: 535px;
}
.post-thumb.post-thumb-large img{
	width:370px;
	height:100%;
}

.post-thumb .cover {
	position: absolute;
	bottom: -27px;
	left: 0;
	background: url('img/blk.png');
	color: #fff;
	font-family: georgia;
	font-size: 22px;
	width: 100%;
	padding: 5px 15px 5px 15px;
	text-transform: uppercase;
}

.post-thumb.post-thumb-large .cover {
	bottom: 20px;
	background: url('img/blk.png');

	width: 371px;
}

.post-thumb.post-thumb-large .cover h2 {
	font-size: 26px;
	line-height: 31px;
}

.post-thumb.post-thumb-large .cover p {
	font-size: 20px;
}

.post-thumb h2 {
	font-weight: normal;
	margin: 0;
	font-size: 25px;
	line-height: 36px;
}

.post-thumb p {
	text-transform: none;
	font-size: 18px;
	margin: 0;
}
/*=========================================================*/
.post-thumb .test {
	position: absolute;
	bottom: 10px;
	left: 0;
	background: url('img/blk.png');
	color: #fff;
	font-family: georgia;
	font-size: 22px;
	width: 100%;
	padding: 5px 15px 5px 15px;
	text-transform: uppercase;
}

.post-thumb.post-thumb-large .test {
	bottom: 20px;
	background: #000;
}

.post-thumb.post-thumb-large .test h2 {
	font-size: 30px;
}

.post-thumb.post-thumb-large .test p {
	font-size: 22px;
}

.post-thumb h2 {
	font-weight: normal;
	margin: 0;
	font-size: 25px;
}

.post-thumb p {
	text-transform: none;
	font-size: 18px;
	margin: 0;
}


/*** Post Page ***/

.post-page aside {
	width: 290px;
	float: left;
	margin: 0 0 0 0;
}

.post-page aside img {
	margin: 0 0 30px 0;
}

.post-page article {
	width: 600px;
	float: right;
	padding: 20px 10px;
	border-bottom: 1px solid #efefef;
}

.post-page {
	background: #fff;
	padding: 40px;
	overflow: hidden;
	margin-top:25px;
	border-radius: 14px;
}

.post-page h1 {
	margin: 0;
	border-bottom: 2px solid #efefef;
	padding: 0 0 15px 0;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}




#NL{
color:#fff;
font-size:14px;
}


#NL p{
margin:0px;
padding:0px;

}

.sign-up span{
font-size:20px;
}

.sign-up input[type=text]{
width:220px;



font-size:15px;
padding:5px;
}
.sign-up input[type=submit]{
width:80px;

}

.sign-up{
color:transparent;
height:35px;
}


.sign-up h3{
display:none;

}

.sign-up{
padding-top:5px;

}

.error{
color:#f00;
}

.baderror{
background:#f00 !important;
color:#fff !important;

}

.baderror[placeholder]{
color:#fff;
}

#ssba {
	text-align: center;
}


@media and (max-width: 600px) {

  .post-page article {
	  width: 100% !important;
  }
}e {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}




#NL{
color:#fff;
font-size:14px;
}


#NL p{
margin:0px;
padding:0px;

}

.sign-up span{
font-size:20px;
}

.sign-up input[type=text]{
width:220px;



font-size:15px;
padding:5px;
}
.sign-up input[type=submit]{
width:80px;

}

.sign-up{
color:transparent;
height:35px;
}


.sign-up h3{
display:none;

}

.sign-up{
padding-top:5px;

}

.error{
color:#f00;
}

.baderror{
background:#f00 !important;
color:#fff !important;

}

.baderror[placeholder]{
color:#fff;
}

#ssba {
	text-align: center;
}

	.mobile-show { display: none; }
	.mobile-hide { display: block; }

@media screen and (max-width: 600px) {

	.search-results article h2 {
		line-height:34px !important;
	}

	.search-results article a img {
		display: none;
	}

	span.date,
	span.author,
	span.comments {
		display: none;
	}

	.post-page h1 {
		padding: 15px 0 15px 20px;
		line-height: 34px;
	}

	.pagination {
		font-size: 16px;
		margin: 10px 0 10px 20px;
		font-weight: bold;
	}

	.mobile-show { display: block; }
	.mobile-hide { display: none !important; }

	.signup-widget {  }
	.nav ul { float: right; max-width: 491px;}
	.logo { width: 75px !important; margin: 10px 10px 15px 20px; }
	.nav li { background: none; height: 33px;}


	.nav li.contact { width: inherit; }
	.nav li a { padding: 0; font-size: 30px; }
	.searchdiv { display: none; }
	.post-thumb { width: 90%; height: auto; margin: 30px auto 0; height: auto; float: none;}
	.post-thumb.post-thumb-large { max-width: 90%; }
	.post-thumb.post-thumb-large .cover { width: 100%; }
	.post-thumb .cover h2 { padding: 10px 0; line-height: 28px; }
	.post-thumb .cover p {  }
	.post-thumb img { width: 100%; }
	footer form { display: none; }
	.post-thumb.post-thumb-large { width: 100%; }
	.post-thumb.post-thumb-large img { width: 100%; }
	header { position: relative !important; }
	.cover { bottom: 0 !important; }

	.post-thumb a { height: inherit; }
	.post-page article { padding: 30px 0 0 0; width: 100%; max-width: 90%; float: none; margin: auto; float: none; }

	.post-page aside { max-width: 90%; margin: 20px auto 0; text-align: center; float: none; padding-bottom: 20px; width:90%}
	.post-page aside img {margin: 20px auto 0;  }

	.post-page { padding:  0; }

	article p {  }

	.outer_wrapper { top: 0; }

	#banner-fade, #banner-slide { width: 300px !important;}
	#container { width: 300px !important; }

}

#mobile { display: none; }

@media screen and (max-width: 960px) {

	#mobile { display: block; }

	.nav.nav-normal {
	display: none;
	}

	.post-thumb.post-thumb-large img { height: auto !important; }
	.post-thumb.post-thumb-large { height: auto !important; }

	#main { margin-top: 0; }

	.header { background: none !important;  padding-top: 0; margin-top: 0;}

	nav#mobile ul#mmenu { padding: 0 !important; text-align: center; }

	#nav#full {
		display:none
	}

	.search-mob {
		margin: 0 20px 10px 20px;
		padding-bottom: 13px;
		position: relative;
	}

	.search-mob .sbt {
		background: red;
		position: absolute;
		top: 0;
		right: 0;
		width: 35px;
		background: #887974 url('img/searchpng.png') 50% 50% no-repeat;
		background-size: 20px 20px;
		opacity: 0.5;
		text-indent: -9999px;
	}

	.search-mob input {
		width: 100%;
		padding: 9px;
		border-radius: 3px;
		border: 0 none;
		border: 1px solid #ccc;
		font-size: 17px;
		font-weight: bold;
	}

	nav#mobile {
		background-color:#111;
		box-shadow: 0 0 3px 2px rgba(0,0,0,0.3);
		display:block;
	}


	/*
	Top black bar that holds the toggle button
	*/

	nav#mobile #toggle-bar {
		line-height:80px;
		height:80px;
		margin-top: 2px;
	}

	nav#mobile #toggle-bar .search {
		width: 30px;
		height: 30px;
		float: right;
		background: url('img/searchpng.png') no-repeat;
		background-size: contain;
		text-indent: -9999px;
		margin: 19px 0 0 0;
	}

	/*
	Toggle button #1 ("Menu")
	*/

	nav#mobile strong a {
		margin-left:30px;
		border:1px solid #444;
		padding:10px;
	}

	/*
	Toggle button #2 ("Navicon")
	*/

	nav#mobile .navicon {
		float: right;
		height: 30px;
		width: 34px;
		margin: 20px;
		border-top: 18px double #FFF;
		border-bottom: 6px solid #FFF;
		font-size:0;
	}

	/*
	The dropdown menu
	*/

	nav#mobile ul li {
		clear:both;
		list-style:none;
	}

	.wpcf7-form input,
	.wpcf7-form textarea {
		max-width: 95% !important;
	}

	nav#mobile ul li a {
		display:block;
		background-color:#111;
		text-transform:uppercase;
		letter-spacing:.2em;
		margin:2px 0;
		padding:6px 0 6px 8px;
		color:#fff !important;
		font-size: 13px;
		border-bottom: 1px solid #444;
	}

	nav#mobile ul li:last-child a {
	border-bottom: none;
	}

	nav#mobile ul ul {
		font-size:small;
	}

	nav#mobile ul ul li {
		margin-left:30px;
	}

	nav#mobile ul ul a {
		background-color:#333;
		padding-left:8px;
	}

	nav#mobile ul ul a:before {
		content: "2192";
		padding-right:8px;
	}

	.set_wrap { width: initial !important; }
}

.ssba_twitter_share {
	margin-left: 18px !important;
}

.ssba {
width: 242px;
margin: auto;
}

.ssba a img {
	width: 40px;
	height: 40px;
}

.ssba a {
	margin: 0 2px 0 0;
}
