@import url(https://fonts.googleapis.com/css?family=Roboto:400,500|Cardo:400,700,400italic|Cinzel:400,700);

/*
	Theme Name: Boann
	Description: Boann website template
	Version: 1.0
*/
/* ---------------------------
 Reset
--------------------------- */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
abbr, address, article, aside, audio, b, blockquote, body, canvas,
caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, p, pre, q, samp, section, small, span, strong, sub, summary,
sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; background-color: transparent; }
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }
address, cite, q, dfn { font-style: normal; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; line-height:1.3; }
a, ins, del { text-decoration:none }
q, blockquote { quotes: none; }
th, td { vertical-align: top; }
th { text-align: left; }
nav li { display:inline-block; list-style:none; position: relative; }
img { display:inline-block; max-width:100%; height:auto; }
button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle;}
button,input{*overflow:visible;line-height:normal;}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
textarea{overflow:auto;vertical-align:top;}
label,input,button,select,textarea{font-size:14px;font-weight:normal;line-height:20px;}
input,button,select,textarea{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;}
label{display:block;margin-bottom:5px;font-size:16px;}
select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],
input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{
	display:inline-block;height:30px;padding:10px;font-size:14px;line-height:1;color:#555555;vertical-align:middle;width:100%;
}
textarea{height:auto;padding:10px;}
textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],
input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{
	background-color:#ffffff;border:1px solid #cccccc;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-webkit-transition:border linear .2s, box-shadow linear .2s;-moz-transition:border linear .2s, box-shadow linear .2s;-o-transition:border linear .2s, box-shadow linear .2s;transition:border linear .2s, box-shadow linear .2s;}textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datef-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{border-color:rgba(82, 168, 236, 0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],input[type="checkbox"]{margin:4px 0 0;*margin-top:0;margin-top:1px \9;line-height:normal;cursor:pointer;}
input[type="file"],input[type="image"],input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]{width:auto;}
select,input[type="file"]{height:25px;*margin-top:4px;line-height:1;}
select{border:1px solid #cccccc;background-color:#ffffff;}
select[multiple],select[size]{height:auto;}
select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}


/* ---------------------------
 General
--------------------------- */
html {
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	overflow-y: scroll;
	min-height: 100%;
	position: relative;
}
body {
	padding-bottom: 110px;
	height: 100%;
	background: #353535;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	color: #fff;
	font: normal 17px/1.3 'Cardo', sans-serif;
}
a {
	text-decoration: none;
	color: #fff;
}
p {
 	padding-bottom: 10px;
}
h1,
h2,
h3,
h4,
h5 {
	padding: 15px 0;
	font-size: 16px;
	color: #cd8648;
	font-weight: 300;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 19px;
}
h5 {
	font-size: 16px;
}
table {
	border-collapse:collapse;
	width: 100%;
	margin: 0 0 15px 0;
}
td,
th {
	border: 0;
	padding: 5px;
}
th {
	background: #eee;
}

article ul,
article ol {
	padding:0 0 15px 25px;
}
iframe,
object {
	max-width: 100%;
}
time,
article a {
	color: #cd8648;
}


/* ---------------------------
 Layout
--------------------------- */
#header {
	background: url(images/header.png) center;
	padding: 20px 0;
	height: 170px;
	position: relative;
}
#header:after {
	position: absolute;
	left: 0;
	bottom: -5px;
	height: 5px;
	display: block;
	content: '';
	width: 100%;
	background: rgba(134,87,41,1);
	background: #865729;
	background: -moz-linear-gradient(left, #865729 0%, #c58145 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #865729), color-stop(100%, #c58145));
	background: -webkit-linear-gradient(left, #865729 0%, #c58145 100%);
	background: -o-linear-gradient(left, #865729 0%, #c58145 100%);
	background: -ms-linear-gradient(left, #865729 0%, #c58145 100%);
	background: linear-gradient(to right, #865729 0%, #c58145 100%);
}
#header .logo {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -130px;
}
#header .social {
	position: absolute;
	right: 10px;
	top: 0;
}
#header .social li {
	display: inline-block;
	list-style: none;
}

#nav {
	padding-top: 70px;
}
#nav ul {
	font-size: 0;
	line-height: 1;
	margin-left: -30px;
}
#nav li {
	position: relative;
	margin-left: 30px;
}
#nav #menu-header > li:nth-child(3) {
	margin-left: 20px;
}
#nav #menu-header > li:nth-child(4) {
	margin-left: 310px;
}
#nav li a {
	display: block;
	text-align: center;
	color: #fff;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 15px;
	line-height: 20px;
	padding-bottom: 20px;
}
#nav li span {
	font-size: 13px;
	display: block;
}
#nav li span:before,
#nav li span:after {
	content: '';
	background: #fff;
	display: inline-block;
	height: 5px;
	width: 5px;
	border-radius: 100%;
	margin-bottom: 2px;
	margin-right: 6px;
}
#nav li span:after {
	margin-right: 0;
	margin-left: 6px;
}
#nav li:hover > a {
	color: #cd8648;
}
#nav li:hover span:after,
#nav li:hover span:before {
	background: #cd8648;
}
#nav ul ul {
	border: 6px solid #543f30;
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -95px;
	top: 60px;
	z-index: 9999;
	background: url(images/header.png) center;
	width: 190px;
	text-align: center;
	padding: 10px;
}
#nav ul ul:before {
	content: '';
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -20px;
	display: block;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #543f30;
}
#nav ul ul:after {
	content: '';
	position: absolute;
	top: -12px;
	left: 50%;
	margin-left: -12px;
	display: block;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #383332;
}
#nav li li {
	margin: 0;
}
#nav li li a {
	padding: 5px 0;
	font-family: 'Roboto', sans-serif;
}
#nav li:hover ul {
	display: block;
}

#menu-collection ul {
	display: flex;
	justify-content: center;
	max-width: 500px;
	margin: 0 auto;
	position: relative;
	border: 1px solid #fff;
	border-width: 1px 0;
	padding: 10px 0;
}
#menu-collection ul li {
	width: 50%;
	align-self: center;
}
#menu-collection ul li:first-child {
	border-right: 1px solid #fff;
}
#menu-collection ul a {
	padding: 15px;
	display: block;
	text-align: center;
  	font-size: 20px;
}
#menu-collection ul:before,
#menu-collection ul:after {
	transition: 0.1s ease-in;
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -15px;
	z-index: 100;
	border-style: solid;
}
#menu-collection ul:before {
	left: -25px;
	border-width: 15px 25px 15px 0;
	border-color: transparent #fff transparent transparent;
}
#menu-collection ul:after {
	right: -25px;
    border-width: 15px 0 15px 25px;
    border-color: transparent transparent transparent #fff;
}

.menu-bars {
    display: none;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 17px;
    right: 10px;
    background-color: #fff;
    border: 10px solid #865729;
    cursor: pointer;
}
.menu-bars::after,
.menu-bars::before {
	display: block;
    position: absolute;
    left: -1px;
    width: 41px;
    height: 8px;
    background-color: #865729;
    content: "";
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
}
.menu-bars::before {
    top: 8px;
}
.menu-bars::after {
    top: 24px;
}
.menu-active .menu-bars::after,
.menu-active .menu-bars::before {
    top: 17px;
    left: 4px;
    width: 32px;
    height: 6px;
}
.menu-active .menu-bars:before {
    -webkit-transform: rotate(135deg);
       -moz-transform: rotate(135deg);
            transform: rotate(135deg);
}
.menu-active .menu-bars:after {
    -webkit-transform: rotate(-135deg);
       -moz-transform: rotate(-135deg);
            transform: rotate(-135deg);
}

#main {
	padding: 50px 0;
	position: relative;
}

#footer {
	position: absolute;
	z-index: 9999;
	left: 0;
	bottom: 0;
	font-size: 15px;
	background: url(images/header.png) center;
	padding: 20px 0;
	width: 100%;
	text-align: center;
}
#footer a {
	color: #cd8648;
}
#footer a:hover {
	text-decoration: underline;
}
#footer:before {
	position: absolute;
	top: -5px;
	left: 0;
	width: 100%;
	height: 5px;
	display: block;
	content: '';
	width: 100%;
	background: #c48045;
	background: -moz-linear-gradient(left, #c48045 0%, #875829 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #c48045), color-stop(100%, #875829));
	background: -webkit-linear-gradient(left, #c48045 0%, #875829 100%);
	background: -o-linear-gradient(left, #c48045 0%, #875829 100%);
	background: -ms-linear-gradient(left, #c48045 0%, #875829 100%);
	background: linear-gradient(to right, #c48045 0%, #875829 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c48045', endColorstr='#875829', GradientType=1 );
}
#footer p {
	padding-top: 30px;
	background: url(images/footer-text.png) center top no-repeat;
}


/* ---------------------------
 Specific
--------------------------- */
.clearfix:before,
.clearfix:after {
 content: "\0020";
 display: block;
 height: 0;
 visibility: hidden;
}
.clearfix:after {
 clear: both
}
.clearfix {
 zoom: 1
}

.hidden {
	display: none;
}

.page-header {
	background: url(images/separator.png) bottom center no-repeat;
	padding: 0 16% 50px;
	margin-bottom: 40px;
	font-size: 25px;
	text-align: center;
}
.page-header h1 {
	font-family: 'Cinzel', serif;
	font-size: 60px;
	line-height: 1;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
}
.page-header em {
	font-size: 22px;
	font-style: italic;
	display: block;
	padding: 5px 0 20px;
	font-weight: normal;
}

#boxes {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	background: url(images/separator.png) top center no-repeat;
	padding-top: 60px;
	margin-top: 50px;
}
#boxes a {
	display: block;
	padding: 15px 25px 0 80px;
	height: 145px;
	background-size: contain;
}
#boxes h4 {
	font-size: 24px;
	line-height: 1.2;
	color: #cd8648;
	font-family: 'Cardo', sans-serif;
	padding: 5px 0 10px 0;
}
#boxes .col4:nth-child(1) a {
	background-image: url(images/box-family-1.png);
}
#boxes .col4:nth-child(2) a {
	background-image: url(images/box-family-2.png);
	padding-right: 90px;
	padding-left: 25px;
}
#boxes .col4:nth-child(3) a {
	padding-left: 90px;
	background-image: url(images/box-family-3.png);
}

.content {
	padding: 0 5%;
}

.center-btn {
	padding: 10px 0 40px;
	text-align: center;
}

.post-listing {
	max-width: 700px;
	margin: 0 auto 30px;
	text-align: center;
	padding-bottom: 60px;
	background: url(images/separator.png) bottom center no-repeat;
}
.post-listing:last-of-type {
	background: none;
	padding-bottom: 20px;
}

.post-single {
	max-width: 700px;
	margin: 0 auto 30px;
	text-align: center;
}

.pagination {
	text-align: center;2
}
.pagination li {
	margin-right: 5px;
	list-style: none;
	display: inline-block;
}
.pagination a {
	display: block;
	width: 25px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	line-height: 25px;
	background: #efefef;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #cd8648;
}
.pagination a:hover,
.pagination .active a {
	background: #cd8648;
	color: #fff;
}

/* Pages */
/* Home */
.page-home {
	padding: 0;
}
.page-home #main {
	padding: 0;
}
.page-home #main > .container {
	max-width: 100%;
	padding: 0;
}
.page-home #header {
	position: absolute;
	z-index: 9999;
	width: 100%;
	left: 0;
	top: 0;
}
.page-home #boxes {
	position: absolute;
	left: 0;
	bottom: 160px;
	width: 100%;
	z-index: 9999;
	background: none;
	padding-top: 0;
}

/* Blog */
.page-news-blog {
	background-image: url("images/bg-blog.jpg");
}

/* Online Store */
.page-online-store {
	background-image: url("images/bg-shop.jpg");
}
.page-online-store #boxes {
	background: none;
	padding-top: 30px;
}

/* Tours */
.page-tours-tasting {
	background-image: url("images/bg-tours.jpg");
}

/* Contact */
.page-contact {
	background-image: url("images/bg-contact.jpg");
}
.page-contact .content {
	padding: 0 15%;
	text-align: center;
}
.page-contact .content h3 {
	padding-bottom: 10px;
}

/* Collection */
.page-the-collection,
.parent-the-collection {
	background-image: url("images/bg-collection.jpg");
}
.parent-the-collection .content h2 {
	font-size: 40px;
}
.parent-the-collection .content em,
.parent-the-collection .content h3 {
	padding-bottom: 2px;
	font-size: 20px;
}

/* Family page */
.page-our-family-story {
	background-image: url("images/bg-family.jpg");
}

/* Legned page */
.page-the-legend {
	background-image: url("images/bg-legend.jpg");
}
.page-the-legend blockquote {
	text-align: center;
	margin-bottom: 20px;
}

/* page Cask Members */
.page-cask-members {
	background-image: url("images/bg-cask-members.jpg");
}
.page-cask-members .wpcf7 .col6:nth-child(1) p {
	padding-right: 30px;
}

/* Makers and Keepers page */
.page-makers-and-keepers {
	background-image: url("images/bg-makers.jpg");
}
.page-makers-and-keepers article {
	text-align: center;
	margin-bottom: 30px;
}
.page-makers-and-keepers article p {
	padding: 0 5%;
}
.page-makers-and-keepers article header {
	color: #cd8648;
	margin-bottom: 8px;
}
.page-makers-and-keepers article h4 {
	text-transform: uppercase;
	padding-bottom: 2px;
}

/* Distillery page */
.page-the-distillery {
	background-image: url("images/bg-distillery.jpg");
}

/* The Boyne Valley page */
.page-the-boyne-valley {
	background-image: url("images/bg-map.jpg");
}
.page-the-boyne-valley #map {
	position: relative;
}
.page-the-boyne-valley #map li {
	display: block;
	list-style: none;
	position: absolute;
	width: 120px;
	height: 100px;
	cursor: help;
}
.page-the-boyne-valley #map li:nth-child(1) {
	left: 46%;
    bottom: 4%;
}
.page-the-boyne-valley #map li:nth-child(2) {
	left: 52%;
    top: 2%;
    height: 150px;
}
.page-the-boyne-valley #map li:nth-child(3) {
	left: 19%;
    bottom: 13%;
    height: 130px;
}
.page-the-boyne-valley #map li:nth-child(4) {
	left: 61%;
    bottom: 27%;
    width: 130px;
}
.page-the-boyne-valley #map li:nth-child(5) {
	left: 4%;
	top: 48%;
}
.page-the-boyne-valley #map li:nth-child(6) {
	right: 4%;
    top: 40%;
    width: 160px;
}
.page-the-boyne-valley #map li:nth-child(7) {
	left: 22%;
    top: 15%;
    height: 140px;
}
.page-the-boyne-valley #map li:nth-child(8) {
	right: 12%;
    top: 14%;
    height: 120px;
    width: 140px;
}
.page-the-boyne-valley #map li:nth-child(9) {
	left: 39%;
    top: 23%;
    height: 120px;
}
.page-the-boyne-valley #map img {
	display: block;
}
.map-trigger {
	max-width: 700px;
	margin: 30px auto 0;
}
.map-trigger p {
	text-align: right;
	font-size: 14px;
	padding: 10px 0;
}

/* Online Brochure */
.page-online-brochure .content {
	padding: 0;
}


/* ---------------------------
 Grid
--------------------------- */
.container {
	padding: 0 10px;
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}
.container-narrow {
	max-width: 800px;
}
.row {
	margin: 0 -1.5%;
}
.row:before,
.row:after {
	content: '';
	display: table;
}
.row:after {
	clear: both;
}
.row [class^="col"] {
	float: left;
	display: block;
	padding: 0 1.5%;
}
.col12 {
	width: 100%;
}
.col11 {
	width: 91.66666666666666%;
}
.col10 {
	width: 83.33333333333334%;
}
.col9 {
	width: 75%;
}
.col8 {
	width: 66.66666666666666%;
}
.col7 {
	width: 58.333333333333336%;
}
.col6 {
	width: 50%;
}
.col5 {
	width: 41.66666666666667%;
}
.col4 {
	width: 33.33333333333333%;
}
.col3 {
	width: 25%;
}
.col2 {
	width: 16.666666666666664%;
}
.col1 {
	width: 8.333333333333332%;
}


/* ---------------------------
 Plugins
--------------------------- */
#map_canvas {
	width: 700px;
	height: 380px;
	border: 6px solid #fff;
	background: #222;
	margin: 0 auto;
}
#map_canvas img {
	display: block;
	width: 100%;
	height: auto;
}
#map_canvas .info-window,
#map_canvas .info-window a {
	color: #222;
}
#map_canvas .info-window a {
	text-decoration: underline;
}

/* Contact Form 7 */
.wpcf7-outer {
	width: 70%;
	margin: 0 auto;
	padding: 10px;
	background: #c48045;
	background: -moz-linear-gradient(left, #c48045 0%, #875829 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #c48045), color-stop(100%, #875829));
	background: -webkit-linear-gradient(left, #c48045 0%, #875829 100%);
	background: -o-linear-gradient(left, #c48045 0%, #875829 100%);
	background: -ms-linear-gradient(left, #c48045 0%, #875829 100%);
	background: linear-gradient(to right, #c48045 0%, #875829 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c48045', endColorstr='#875829', GradientType=1 );
}
.wpcf7 {
	background-image: url("images/bg-cask-members.jpg");
	background-position: bottom center;
	padding: 20px;
}
.wpcf7 .form-actions {
	text-align: center;
	clear: both;
	padding: 10px 20px;
}
.wpcf7 h3 {
	padding: 10px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #fff;
}
.wpcf7 .screen-reader-response {
	display: none;
}
.wpcf7 label strong {
	color: #f95900;
}
.wpcf7 .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
	position: relative;
}
.wpcf7 textarea {
	height: 100px;
}
.wpcf7 .wpcf7-submit {
	display: inline-block;
	padding: 7px 40px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#734a20+0,d58c4c+50,734a20+100 */
	background: #734a20; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzczNGEyMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Q1OGM0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MzRhMjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #734a20 0%, #d58c4c 50%, #734a20 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #734a20 0%,#d58c4c 50%,#734a20 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #734a20 0%,#d58c4c 50%,#734a20 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#734a20', endColorstr='#734a20',GradientType=1 ); /* IE6-8 */
	color: #fff;
	border: 0;
	border-radius: 5px;
	text-transform: uppercase;
	font-family: 'Cardo', sans-serif;
	font-size: 15px;
}
.wpcf7 .ajax-loader {
	float: right;
}
.wpcf7-response-output {
	padding: 15px 5%;
	width: 100%;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.wpcf7-mail-sent-ok {
	background: #398f14;
	color: #fff;
}
.wpcf7-display-none {
	display: none;
}
.wpcf7-validation-errors {
	background: #b00;
	color: #fff;
}
.wpcf7-not-valid-tip {
	font-size: 12px;
	-webkit-border-radius: 0 10px 10px 10px;
	-moz-border-radius: 0 10px 10px 10px;
	border-radius: 0 10px 10px 10px;
	position: absolute;
	top: 20px;
	z-index: 100;
	display: block;
	color: #fff;
	background: #d00;
	padding: 5px 20px;
	border: none;
	left: 30%;
	width: auto;
}
.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	display: block;
}


/*
	bx slider
*/
.bxslider li {
	text-align: left;
	font-size: 50px;
	height: 1000px;
	padding-top: 250px;
}
.bxslider article {
	font-size: 19px;
	text-align: center;
	width: 350px;
	font-weight: 400;
}
.bxslider li:nth-child(2) article {
	float: right;
}
.bxslider article p {
	padding: 15px 0;
}
.bx-wrapper {
	position:relative;
}
.bx-wrapper img {
	display: block;
	margin: 0 auto;
}
.bx-wrapper li {
	background-size: cover;
	background-position: 50% 50%;
}
.bx-wrapper li a {
	text-decoration:none;
}
.bx-wrapper .bx-viewport {
		left:0;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
		position: absolute;
		bottom: -30px;
		width: 100%;
}
.bx-wrapper .bx-loading {
		min-height: 50px;
		background: url(images/bx_loader.gif) center center no-repeat;
}

/* Popover */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 400px;;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: center;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 15px;
  background-color: #000;
  padding: 20px;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
	text-align: center;
	margin: 0;
	font-size: 20px;
	color: #cd8647;
	padding-top: 0;
	font-weight: 500;
	text-transform: uppercase;
}
.popover-content {
	text-align: center;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #000;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #000;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #000;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #000;
  bottom: -10px;
}

/* Social */
.share {
	text-align: center;
	height: 50px;
}
.share .st_facebook_large .stButton .stLarge {
	background-image: url(images/social-fb.png) !important;
}
.share .st_twitter_large .stButton .stLarge {
	background-image: url(images/social-tw.png) !important;
}
.share .st_email_large .stButton .stLarge {
	background-image: url(images/social-em.png) !important;
}

/* WP Gallery */
#main .gallery {
	padding: 10px 0;
}
#main #gallery-1 dd {
	text-align: right;
  margin-right: 10%;
  font-size: 14px;
  padding: 15px 0;
}
#main .gallery-item img {
	border: 0;
}


/* ---------------------------
	Media query
--------------------------- */
@media (max-width: 979px) {

	h1 {
		font-size: 26px;
		padding-top: 0;
	}
	h2 {
		font-size: 22px;
	}
	h3 {
		font-size: 18px;
	}
	h4 {
		font-size: 16px;
	}
	h5 {
		font-size: 14px;
	}

	#header {
		position: relative !important;
		height: auto !important;
		padding: 0;
	}
	#header .logo {
		position: static;
		margin: 0;
		padding: 20px 0;
	}
	#header .logo img {
		height: 50px;
	}
	#header .social {
		position: static;
		text-align: center;
		padding: 20px 0;
	}

	#nav {
		padding: 0;
		position: static;
	}
	#nav ul {
		text-align: center;
		margin: 0;
	}
	#nav li {
		display: block;
		margin: 0 !important;
	}
	#nav li a {
		padding: 10px;
		border-top: 1px solid #543f30;
	}
	#nav ul ul {
		margin-bottom: 10px;
		position: static;
		margin: 0;
		width: 100%;
		display: block;
	}
	#nav ul ul:before {
		display: none;
	}
	#nav ul ul a {
		border: 0;
	}
	#nav li span {
		display: inline-block;
		font-size: 100%;
	}
	#nav li span:before,
	#nav li span:after {
		display: none;
	}

	.menu-mobile {
		display: none;
	}
	.menu-bars {
		display: block;
	}
	.menu-active .menu-mobile {
		display: block;
	}

	#main #boxes a {
		background: #222;
		padding: 20px;
		height: auto;
	}

	.bxslider li {
		padding: 5%;
		width: 100% !important;
	}
	.bxslider article {
		float: none !important;
		width: 100%;
	}

}

@media (max-width: 767px) {

	body {
		font-size: 14px;
		line-height: 1.3;
	}

	#footer {
		padding: 20px;
	}

	.page-header {
		padding-left: 5%;
		padding-right: 5%;
		font-size: 18px;
		line-height: 1.4;
	}
	.page-header h1 {
		font-size: 26px;
	}

	.row {
		margin-left: 0;
		margin-right: 0;
	}
	#main .column-grid .column,
	.row [class^="col"] {
		width: 100%;
		float: none;
		margin-bottom: 15px;
		padding: 0;
	}

	.wpcf7-outer {
		width: 100%;
	}

	#cwv3_dialog {
	    width: 100%;
	    left: 2% !important;
	    max-width: 96%;
	}
	#cwv3_dialog .cwv3_content,
	#cwv3_dialog .cwv3_btns {
		padding: 5%;
	}
	#cwv3_dialog .cwv3_btns .cwv3_enter,
	#cwv3_dialog .cwv3_btns .cwv3_exit {
		margin: 0 10px;
	}
	#cwv3_dialog .cwv3_btns div {
		width: auto;
	}

}

@media (max-width: 479px) {

	iframe, object {
		width: 100%;
		max-height: 300px;
	}

	.alignleft,
	.alignright {
		display: block;
		float: none;
		margin: 0 auto 10px;
	}


}
