/* =GENERAL
-------------------------------------------------------------- */
* {
	border-radius: 0 !important;
}

body {
	background-color: #f6f2db;
	color: #2c2c35;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
}
.h1, h1 {
	font-size: 40px;
}
.h2, h2 {
	font-size: 28px;
}
.h3, .h4, .h5, .h6, h3, h4, h5, h6 {
	font-size: 20px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0.6em;
	font-weight: 300;
}

p {
	margin-bottom: 1em;
	line-height: 1.8em;
}
a {
	color: #a51e38;
}
a:hover {
	color: #2c2c35;
}
	
.fa-ul {
	margin-left: 1.8em;
}
.fa-ul li {
	margin-bottom: 5px;
}
.fa-ul li.tel {
	font-size: 20px;
}
.fa-ul .fa-li {
	top: 0.18em;
}
.fa-ul li.tel .fa-li {
	top: 0.3em;
	width: 1em;
	left: -1.3em;
}

img {
	max-width: 100%;
	height: auto;
}
img.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
img.alignright {
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
}
label,
.label {
	color: inherit;
	font-size: 100%;
	font-weight: normal!important;
}

.button {
	margin-bottom: 0.5em;
	font-size: 18px;
	font-style: italic;
}
.button a {
	display: inline-block;
	padding: 10px 25px;
	color: #fff;
	border: 2px solid #fff;
	text-decoration: none;
	font-weight: 300;
	-webkit-transition: all 250ms linear 0ms;
	-moz-transition: all 250ms linear 0ms;
	-o-transition: all 250ms linear 0ms;
	transition: all 250ms linear 0ms;
}

/* =HEADER
-------------------------------------------------------------- */
header.banner {
	min-height: 150px;
	background: #a51e38 url('../images/bg-logo.png') 82% -55px no-repeat;
	background-size: 600px;
	color: #fff;
}
header.banner > div {
	z-index: 1;
}
header.banner a#logo-link {
	width: 180px;
	height: 166px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -90px;
	z-index: 1000;
}
header.banner a#logo-link img {
	display: block;
	width: 100%;
	height: 100%;
}

.social-links {
	margin: 20px 0;
	padding: 0;
}
.social-links li {
	display: inline-block;
	margin: 0 2px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}
.social-links li a {
	display: block;
	position: relative;
	width: 30px;
	height: 30px;
	background: #fff;
	color: transparent;
	font: 0/0 a;
	-webkit-border-radius: 15px!important;
	-moz-border-radius: 15px!important;
	border-radius: 15px!important;
	-webkit-transition: all 250ms linear 0ms;
	-moz-transition: all 250ms linear 0ms;
	-o-transition: all 250ms linear 0ms;
	transition: all 250ms linear 0ms;
}
.social-links li a:hover {
	background: #ecae48;
}
.social-links li a:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #a51e38;
	font-family: 'FontAwesome';
	font-size: 22px;
	line-height: 30px;
	text-align: center;
}
.social-links li.fb a:after {
	content: "\f09a";
}
.social-links li.tw a:after {
	content: "\f099";
}
.social-links li.in a:after {
	content: "\f16d";
}

.header-1 p,
.header-1 li {
	font-size: 15px;
}
.header-2 {
	text-align: right;
}
.header-2 p {
	font-size: 14px;
}
.header-2 .header-button {
	float: right;
	margin-left: 20px;
}
.header-2 .header-button a {
	display: block;
	padding: 7px 20px;
	background-color: #c39865;
	color: #fff;
}
.header-2 .header-button a:hover {
	background-color: #ecae48;
	color: #fff;
}
.header-2 .header-account {
	padding: 7px 0;
}
	.header-2 .header-account.logged-in {
		display: none;
	}
	body.logged-in .header-2 .header-account.logged-out {
		display: none;
	}
	body.logged-in .header-2 .header-account.logged-in {
		display: block;
	}
.header-2 .header-account i {
	margin-right: 3px;
}
.header-2 .header-basket {
	clear: right;
	padding-right: 20px;
	margin-top: 53px;
	margin-bottom: 0;
	font-size: 20px;
}
.header-2 .header-basket a {
	position: relative;
}
.header-2 .header-basket a span {
	position: absolute;
	top: 15px;
	right: -7px;
	width: 16px;
	height: 16px;
	background: #fff;
	color: #a51e38;
	text-align: center;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	-webkit-border-radius: 8px!important;
	-moz-border-radius: 8px!important;
	border-radius: 8px!important;
}

header.banner a {
	color: #fff;
	-webkit-transition: all 250ms linear 0ms;
	-moz-transition: all 250ms linear 0ms;
	-o-transition: all 250ms linear 0ms;
	transition: all 250ms linear 0ms;
}
header.banner a:hover {
	color: #ecae48;
	text-decoration: none;
}

#main-nav {
	background-color: #c39865;
	border-top: 6px solid #fff;
	border-bottom: 6px solid #fff;
	text-align: center;
}
#main-nav > ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#main-nav > ul > li {
	display: inline-block;
	position: relative;
	margin: 0 20px;
}
#main-nav > ul > li > a {
	padding: 16px 5px;
}
#main-nav li ul {
	position: absolute;
	display: none;
	top: 100%;
	left: -999em;
	z-index: 200;
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: #c39865;
	border-bottom: 6px solid #fff;
	text-align: left;
}
#main-nav li:hover ul {
	display: block;
	left: 0;
}
#main-nav li a {
	display: block;
	padding: 5px 12px;
	color: #fff;
	white-space: nowrap;
	font-size: 18px;
	line-height: 1.5em;
	text-decoration: none;
}
#main-nav li.active > a,
body.single #main-nav li.current_page_parent > a,
#main-nav li a:hover {
	color: #a51e38;
}

/* mobile nav */
#mobile-nav {
	display: none!important;
}
.mean-container .mean-bar,
.mean-container .mean-bar * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mean-container .mean-bar {
	position: absolute;
	top: 150px;
	left: 0;
	padding: 0;
	min-height: 0;
	z-index: 999;
}
.mean-container .mean-nav {
	position: relative;
	margin-top: 0;
	background-color: #c39865;
	z-index: 2;
}
.mean-container a.meanmenu-reveal {
	position: absolute;
	top: -51px;
	right: 50%!important;
	margin-right: -372px;
	height: auto;
	width: auto;
	padding: 0;
	text-indent: 0;
	text-align: left!important;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 20px!important;
	line-height: 1.8em;
	-webkit-transition: all 250ms linear 0ms;
	-moz-transition: all 250ms linear 0ms;
	-o-transition: all 250ms linear 0ms;
	transition: all 250ms linear 0ms;
	z-index: 1;
}
.mean-container a.meanmenu-reveal:after {
	content: "\f0c9";
	margin-right: 3px;
	margin-left: 5px;
	font-family: 'FontAwesome';
	font-size: 20px;
	vertical-align: middle;
}
.mean-container .mean-nav ul li a {
	width: 100%;
	text-transform: none;
}
.mean-container .mean-nav ul li a.mean-expand {
	height: 52px;
	width: 52px;
	padding: 0 12px!important;
	background-color: transparent;
	line-height: 52px;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
	background-color: transparent;
}
.mean-container .mean-nav ul li li a {
	width: 100%;
	opacity: 1;
}
.mean-container .mean-nav ul li li li a {
	width: 100%;
}

/* =SLIDER
-------------------------------------------------------------- */
/* general */
#slider {
	position: relative;
	overflow: hidden;
	margin-bottom: 80px;
}
#slider.header-image,
#slider.carousel .item {
	padding-bottom: 28%;
	background: no-repeat center center;
	-webkit-background-size: cover; /*for webKit*/
	-moz-background-size: cover; /*Mozilla*/
	-o-background-size: cover; /*opera*/
	background-size: cover; /*generic*/
}
#slider .slider-content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
#slider .wrapper-slider-text {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
}
#slider .wrapper-slider-text p {
	font-size: 20px;
}
#slider .page-cta .page-cta-block-image {
	display: block;
}
#slider .page-cta .wrapper-page-cta-block-image {
	border: none;
}

/* carousel controls */
.carousel-control {
	width: 58px;
	opacity: 1;
	background: none!important;
	font-size: 32px;
	text-shadow: none;
}
.carousel-control:hover {
	opacity: 1;
}

.carousel-control .wrapper-control {
	position: absolute;
	width: 100%;
	height: 60px;
	top: 50%;
	margin-top: -30px;
	background-color: rgba(165,30,56,0.5);
	-webkit-transition: all 250ms linear 0ms;
	-moz-transition: all 250ms linear 0ms;
	-o-transition: all 250ms linear 0ms;
	transition: all 250ms linear 0ms;
}
.carousel-control.right .wrapper-control {
	right: 0;
}
.carousel-control.right:hover .wrapper-control {
	right: -10px;
	background-color: rgba(165,30,56,1);
}
.carousel-control.left .wrapper-control {
	left: 0;
}
.carousel-control.left:hover .wrapper-control {
	left: -10px;
	background-color: rgba(165,30,56,1);
}

.carousel-control .wrapper-control i {
	position: absolute;
	top: 0;
	height: 60px;
	color: #fff;
	line-height: 60px;
	top: auto;
	font-weight: 300;
}
.carousel-control.right .wrapper-control i {
	left: 5px;
}
.carousel-control.left .wrapper-control i {
	right: 5px;
}


/* =CONTENT
-------------------------------------------------------------- */
main#content {
	margin: 0 auto;
	clear: both;
	position: relative;
	overflow-x: hidden;
}
article.page {
	padding-top: 80px;
	padding-bottom: 80px;
}
article + article.page {
	padding-top: 0;
}
.error404 article {
	padding: 100px 50px;
}
article img {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}
article .alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
article .alignright {
	float: right;
	margin: 0 0 20px 20px;
}
article .aligncenter {
	display: block;
	margin: 0 auto 20px;
}
article p strong {
	font-weight: bold;
}
article ul {
	list-style: none;
	padding: 0;
}
article ul li {
	margin-bottom: 0.5em;
}
article ul li:before {
	content: "\f111";
	margin-right: 17px;
	font-family: 'FontAwesome';
	font-size: 0.3em;
	color: #a51e38;
	vertical-align: middle;
}

/* page intro */
article.page .content-intro img {
	margin: 0;
}
article.page.default .content-intro .content-thumb {
	position: relative;
	z-index: 2;
}
article.page.default .content-intro .content-thumb:before {
	content: " ";
	position: absolute;
	top: 0;
	left: -3px;
	width: 6px;
	height: 100%;
	background-color: #f6f2db;
}
article.page.default .content-intro .content-intro-text {
	z-index: 1;
}
article.page.default .content-intro .content-intro-text .wrapper-inner {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	padding: 30px 30px 20px;
	background-color: #a51e38;
	border-right: 3px solid #f6f2db;
	border-left: 3px solid #f6f2db;
	color: #fff;
}
article.page.default .content-intro .content-intro-text .wrapper-inner:before,
article.page.default .content-intro .content-intro-text .wrapper-inner:after {
	content: "";
	background: #e3d7b8;
	position: absolute;
	height: 80%;
	width: 3000px;
	top: 10%;
	right: 100%;
	margin-right: 6px;
	z-index: -1;
}
article.page.default .content-intro .content-intro-text .wrapper-inner:after {
	right: auto;
	left: 100%;
	margin-right: 0;
	margin-left: 6px;
}

	/* tabbed content template */
	article.page.tabbed-content .content-intro {
		margin-bottom: 3px;
	}
	article.page.tabbed-content .content-intro + .content-repeat {
		margin-top: 6px;
		margin-bottom: 3px;
	}
	article.page.tabbed-content .content-intro .content-thumb {
		position: relative;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
	article.page.tabbed-content .content-intro .content-intro-text {
		position: relative;
		padding: 30px 30px 20px;
		background: #543a2e;
		color: #fff;
	}
	article.page.tabbed-content .content-intro .content-thumb:before,
	article.page.tabbed-content .content-intro .content-thumb:after, 
	article.page.tabbed-content .content-intro .content-intro-text:before,
	article.page.tabbed-content .content-intro .content-intro-text:after {
		content: "";
		height: 100%;
		width: 3px;
		position: absolute;
		top: 0;
		left: 0;
		background: #f6f2db;
	}
	article.page.tabbed-content .content-intro .content-thumb:after,
	article.page.tabbed-content .content-intro .content-intro-text:after {
		left: auto;
		right: 0;
	}
	
	/* about template */
	article.page.about-content .content-intro {
		flex-direction: row-reverse;
	}
	article.page.about-content .content-intro .content-thumb {
		position: relative;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: left center;
		border-right: 3px solid #f6f2db;
		border-left: 3px solid #f6f2db;
	}
	article.page.about-content .content-intro .content-intro-text {
		position: relative;
		padding: 30px 30px 20px;
		background: #a51e38;
		color: #fff;
		border-right: 3px solid #f6f2db;
		border-left: 3px solid #f6f2db;
	}
	
	
article.page .content-intro .content-intro-text .wrapper-inner a {
	color: #ecae48;
}

/* page columns */
article.page .content-repeat {
	margin: 0;
	background-color: #fff;
}
article.page.default .content-intro + .content-repeat {
	margin-top: 80px;
}
article.page .content-repeat > div {
	padding: 30px 30px 0;
}
article.page .content-repeat:last-of-type > div {
	padding-bottom: 20px;
}
article.page .content-repeat .gallery {
	margin: 0 -33px!important;
	border-top: 6px solid #f6f2db;
	border-bottom: 6px solid #f6f2db;
}
article.page .content-repeat .gallery dl {
	margin: 0!important;
}
article.page .content-repeat .gallery.gallery-columns-6 dl {
	width: 16.6666%!important;
}
article.page .content-repeat .gallery dt {
	border-right: 3px solid #f6f2db;
	border-left: 3px solid #f6f2db;
}
article.page .content-repeat .gallery dl dt a {
	display: block;
	padding: 0!important;
}
article.page .content-repeat .gallery dl dt a img {
	border: none!important;
	margin-bottom: 0;
}

/* tabbed content */
.tab-menu {
	padding: 0;
    margin-bottom: 60px;
	list-style: none;
}
.tab-menu > li {
    position: relative;
	margin-bottom: 0;
    padding-right: 0!important;
    padding-left: 0!important;
}
.tab-menu > li:before {
	content: " ";
	display: block;
	height: 0;
	padding-bottom: 100%;
}
.tab-menu > li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 3px solid #f6f2db;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.tab-menu > li a h2 {
	background-color: rgba(165,30,56,0.9);
	width: 100%;
	padding: 20px 10px;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	font-size: 28px;
	text-align: center;
	-webkit-transition: all 250ms linear 0ms;
	-moz-transition: all 250ms linear 0ms;
	-o-transition: all 250ms linear 0ms;
	transition: all 250ms linear 0ms;
}
.tab-menu > li a:hover h2 {
	background-color: rgba(165,30,56,1);
}
.tab-menu > li:nth-of-type(3n+2) a h2 {
	background-color: rgba(195,152,101,0.9);
}
.tab-menu > li:nth-of-type(3n+2) a:hover h2 {
	background-color: rgba(195,152,101,1);
}
.tab-menu > li:nth-of-type(3n+3) a h2 {
	background-color: rgba(236,174,72,0.9);
}
.tab-menu > li:nth-of-type(3n+3) a:hover h2 {
	background-color: rgba(236,174,72,1);
}

.tab-menu > li.active:after {
	content: " ";
	position: absolute;
	bottom: -37px;
	left: 50%;
	margin-left: -20px;
	display: block;
	height: 0;
	width: 0;
	border: 20px solid transparent;
	border-top: 20px solid #a51e38;
}
.tab-menu > li:nth-of-type(3n+2).active:after {
	border-top: 20px solid #c39865;
}
.tab-menu > li:nth-of-type(3n+3).active:after {
	border-top: 20px solid #ecae48;
}

.tab-content .tab-pane .row-eq-height {
	flex-direction: row-reverse;
}
.tab-content .tab-pane .text {
	padding: 30px 30px 20px;
	background-color: #a51e38;
	color: #fff;
}
.tab-content .tab-pane:nth-of-type(3n+2) .text {
	background-color: #c39865;
}
.tab-content .tab-pane:nth-of-type(3n+3) .text {
	background-color: #ecae48;
}
.tab-content .tab-pane .text h3 {
	font-size: 28px;
}

.tab-content .tab-pane .text .button {
	font-style: normal;
}
.tab-content .tab-pane .text .button a {
	padding: 5px 25px;
	background: #fff;
	color: #a51e38;
}
.tab-content .tab-pane:nth-of-type(3n+2) .text .button a {
	color: #c39865;
}
.tab-content .tab-pane:nth-of-type(3n+3) .text .button a {
	color: #ecae48;
}
.tab-content .tab-pane .text .button a:hover {
	opacity: 0.8;
}

/* contact form */
article .wpcf7 .block {
	padding: 30px;
	margin: -30px -30px -20px;
	border-bottom: 60px solid #f6f2db;
}
article .wpcf7 .gold {
	background-color: #c39865;
}
article .wpcf7 .grey {
	background-color: #413439;
}
article .wpcf7 .red {
	background-color: #a51e38;
}
article .wpcf7 .white {
	background-color: #fff;
}
article .wpcf7 .trans {
	padding: 0;
	background-color: #f6f2db;
}

article .wpcf7 .row {
	margin-bottom: 10px;
}
article .wpcf7 label {
	display: block;
	color: #fff;
}
article .wpcf7 span.wpcf7-list-item {
	margin: 0 30px 0 0;
	color: #fff;
}
article .wpcf7 .vertical span.wpcf7-list-item {
	display: block;
}
article .wpcf7 input[type="text"],
article .wpcf7 input[type="email"],
article .wpcf7 select,
article .wpcf7 textarea {
	padding: 0 10px;
	width: 100%;
	height: 30px;
	border: none;
	background-color: #f6f2db;
	color: #999;
	line-height: 30px;
}
article .wpcf7 textarea {
	height: 170px;
	resize: none;
	font-family: 'Lato', sans-serif;
}
article .wpcf7 .white textarea {
	background-color: #fff;
	border: 1px solid #999;
}
article .wpcf7 .trans .mc4wp-checkbox label {
	color: #333;
}
article .wpcf7 .mc4wp-checkbox label input {
	margin-right: 5px;
}
article .wpcf7 input[type="submit"] {
	height: 30px;
	background: #a51e38;
	color: #fff;
	border: none;
	padding: 0 10px;
	margin-bottom: 10px;
	-webkit-transition: all 250ms linear 0ms;
	-moz-transition: all 250ms linear 0ms;
	-o-transition: all 250ms linear 0ms;
	transition: all 250ms linear 0ms;
	line-height: 30px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
article .wpcf7 input[type="submit"]:hover {
	cursor: pointer;
	background-color: #543a2e;
}

article .wpcf7 .block-inner {
	padding: 20px;
	margin-top: 30px;
	position: relative;
}
article .wpcf7 .block-inner:before {
	content: " ";
	position: absolute;
	top: -30px;
	left: 16.6666%;
	border: 15px solid transparent;
	border-bottom: 15px solid #f6f2db;
}
article .wpcf7 .block-inner label {
	color: #a51e38;
}
article .wpcf7 .block-inner input[type="text"],
article .wpcf7 .block-inner input[type="email"],
article .wpcf7 .block-inner select,
article .wpcf7 .block-inner textarea {
	background: #fff;
}

article .wpcf7 div.wpcf7-response-output {
	margin: 20px -30px -20px!important;
	padding: 0 30px 30px!important;
	background-color: #c39865;
	color: #fff;
	text-align: center;
}
article .wpcf7 span.wpcf7-not-valid-tip {
	color: #fff;
}

/* blog */
.wrapper-posts {
	padding: 80px 0;
}
.post-index {
	background: #fff;
}
.post-index:after {
	content: " ";
	height: 0;
	padding-bottom: 100%;
}
.post-index .wrapper-post-index-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 3px solid #f6f2db;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.post-index .wrapper-post-index-text {
	background-color: rgba(165,30,56,0.9);
	width: 100%;
	padding: 20px;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	-webkit-transition: all 250ms linear 0ms;
	-moz-transition: all 250ms linear 0ms;
	-o-transition: all 250ms linear 0ms;
	transition: all 250ms linear 0ms;
}
.post-index a:hover .wrapper-post-index-text {
	background-color: rgba(165,30,56,1);
}
.post-index:nth-of-type(4n+2) .wrapper-post-index-text {
	background-color: rgba(195,152,101,0.9);
}
.post-index:nth-of-type(4n+2) a:hover .wrapper-post-index-text {
	background-color: rgba(195,152,101,1);
}
.post-index:nth-of-type(4n+3) .wrapper-post-index-text {
	background-color: rgba(236,174,72,0.9);
}
.post-index:nth-of-type(4n+3) a:hover .wrapper-post-index-text {
	background-color: rgba(236,174,72,1);
}
.post-index:nth-of-type(4n+4) .wrapper-post-index-text {
	background-color: rgba(84,58,46,0.9);
}
.post-index:nth-of-type(4n+4) a:hover .wrapper-post-index-text {
	background-color: rgba(84,58,46,1);
}
.post-index .wrapper-post-index-text h2 {
	margin: 0;
	font-size: 25px;
}
.post-index .wrapper-post-index-text p.date {
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.1;
}
.post-index .wrapper-post-index-text p.date:after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 100px;
	background: #fff;
}

.wrapper-posts .wp-pagenavi {
	margin-top: 80px;
	text-align: center;
}
.wrapper-posts .wp-pagenavi a,
.wrapper-posts .wp-pagenavi span {
	display: inline-block;
	padding: 0;
	border: 0;
	width: 30px;
	height: 30px;
	background-color: #a51e38;
	color: #fff;
	line-height: 30px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
.wrapper-posts .wp-pagenavi span.current {
	font-weight: 300;
}
.wrapper-posts .wp-pagenavi a:hover,
.wrapper-posts .wp-pagenavi span {
	background-color: #ecae48;
	border: 0!important;
}

/* blog single */
article.post {
	padding-top: 80px;
	padding-bottom: 80px;
}
.post-meta {
	margin-top: 40px;
	margin-bottom: 20px;
	color: #a51e38;
}
.post-meta p {
	font-size: 18px;
}
.post-meta .back {
	float: left;
}
.post-meta .back a:hover {
	text-decoration: none;
}
.post-meta .date {
	float: right;
}

/* shop general */
body .woocommerce-info::before,
body .woocommerce-error::before,
body .woocommerce-message::before {
	color: #a51e38;
}
body .woocommerce-info,
body .woocommerce-error,
body .woocommerce-message {
	background-color: #fff;
	border-top-color: #c39865;
}

body.woocommerce #respond input#submit.alt,
body.woocommerce a.button.alt,
body.woocommerce button.button.alt,
body.woocommerce input.button.alt,
body.woocommerce #respond input#submit,
body.woocommerce a.button,
body.woocommerce button.button,
body.woocommerce input.button,
body .woocommerce #respond input#submit,
body .woocommerce a.button,
body .woocommerce button.button,
body .woocommerce input.button,
body .woocommerce #respond input#submit.alt,
body .woocommerce a.button.alt,
body .woocommerce button.button.alt,
body .woocommerce input.button.alt {
	padding: 0 1em;
	background: #a51e38;
	color: #fff;
	font-style: normal;
	font-weight: 300;
	height: 35px;
	line-height: 35px;
}
body.woocommerce #respond input#submit.alt:hover,
body.woocommerce a.button.alt:hover,
body.woocommerce button.button.alt:hover,
body.woocommerce input.button.alt:hover,
body.woocommerce #respond input#submit:hover,
body.woocommerce a.button:hover,
body.woocommerce button.button:hover,
body.woocommerce input.button:hover,
body .woocommerce #respond input#submit:hover,
body .woocommerce a.button:hover,
body .woocommerce button.button:hover,
body .woocommerce input.button:hover {
	background: #c39865;
	color: #fff;
}

body .woocommerce #respond input#submit.alt,
body .woocommerce a.button.alt,
body .woocommerce input.button.alt {
	padding: 0 5px;
	background: #ecae48;
}
body .woocommerce #respond input#submit.alt:hover,
body .woocommerce a.button.alt:hover,
body .woocommerce button.button.alt:hover,
body .woocommerce input.button.alt:hover {
	background: #c39865;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
	background: #555!important;
	padding: 0 1em!important;
	color: #fff!important;
}

.woocommerce .woocommerce-customer-details address {
	border: none!important;
}

/* shop archive */
.woocommerce article.page .content-intro .content-intro-text .wrapper-inner {
	background: #543a2e;
}
article ul.products li:before {
	display: none;
}
.woo-categories {
	padding: 0;
	margin: 0 0 40px;
	list-style: none;
}
.woo-categories li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 18px;
}
.woo-categories li a {
	display: block;
	padding: 5px 10px;
	border: 1px solid #a51e38;
	text-decoration: none;
}
.woo-categories li a:hover,
.woo-categories li.current-cat a,
.woo-categories.is-shop li.cat-item-all a {
	background-color: #a51e38;
	color: #fff;
}

.woocommerce article.woocommerce ul.products {
	margin: 0 -3px;
}
.woocommerce article.woocommerce ul.products li.product,
.woocommerce-page article.woocommerce ul.products li.product {
	width: 25%;
	padding: 3px;
	margin: 0;
}
.woocommerce article.woocommerce ul.products li.product {
	position: relative;
}
.woocommerce article.woocommerce ul.products li.product:after {
	content: " ";
	display: block;
	padding-bottom: 100%;
	height: 0;
}
.woocommerce article.woocommerce ul.products li.product a {
	height: 100%;
	width: 100%;
	padding: 10px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	border: 3px solid #f6f2db;
}
.woocommerce article.woocommerce ul.products li.product a:before {
	opacity: 0;
	content: " ";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(165,30,56,0.9);
	background-image: url('../images/coffee-stamp-fade.png');
	background-size: contain;
	background-position: center center;
	z-index: 1;
	-webkit-transition: all 250ms linear 0ms;
	-moz-transition: all 250ms linear 0ms;
	-o-transition: all 250ms linear 0ms;
	transition: all 250ms linear 0ms;
}
.woocommerce article.woocommerce ul.products li.product:hover a:before {
	opacity: 1;
}
.woocommerce article.woocommerce ul.products li.product a img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.woocommerce article.woocommerce ul.products li.product a h2 {
	opacity: 0;
	position: relative;
	min-height: 100px;
	margin-top: 20px;
	color: #fff;
	text-align: center;
	font-size: 30px;
	z-index: 2;
}
.woocommerce article.woocommerce ul.products li.product:hover a h2 {
	opacity: 1;
}
.woocommerce article.woocommerce ul.products li.product a .price {
	opacity: 0;
	position: relative;
	color: #fff;
	text-align: center;
	font-size: 30px;
	z-index: 2;
}
.woocommerce article.woocommerce ul.products li.product:hover a .price {
	opacity: 1;
}
.woocommerce article.woocommerce ul.products li.product a.button {
	opacity: 0;
	position: absolute;
	top: auto;
	bottom: 20px;
	left: 15%;
	height: auto;
	width: 70%;
	padding: 10px 0;
	background: rgba(255,255,255,0.9);
	border: none;
	color: #a51e38;
	z-index: 2;
	font-style: normal;
	text-align: center;
}
.woocommerce article.woocommerce ul.products li.product a.button:before {
	display: none;
}
.woocommerce article.woocommerce ul.products li.product:hover a.button {
	opacity: 1;
}
.woocommerce article.woocommerce ul.products li.product a.button:hover {
	background: rgba(255,255,255,0.9);
	color: #a51e38;
}

/* product single */
body.woocommerce #content div.product div.images,
body.woocommerce div.product div.images,
body.woocommerce-page #content div.product div.images,
body.woocommerce-page div.product div.images {
	width: 30%;
}
body.woocommerce #content div.product div.summary,
body.woocommerce div.product div.summary,
body.woocommerce-page #content div.product div.summary,
body.woocommerce-page div.product div.summary {
	width: 62%;
}

body.woocommerce div.product p.price,
body.woocommerce div.product span.price {
	color: #a51e38;
}

body.woocommerce .quantity .qty {
	height: 35px;
	line-height: 35px;
}

body.woocommerce .product_meta > span {
	margin-right: 20px;
}

body.woocommerce div.product div.summary .thwepo-extra-options {
	padding: 0;
}
body.woocommerce div.product div.summary .thwepo-extra-options select {
	width: auto;
	margin-bottom: 15px;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin-bottom: 0;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-weight: 300;
}
body.woocommerce div.product .woocommerce-tabs .panel {
	padding: 30px 30px 20px;
}

/* basket */
.woocommerce-cart p.continue-shopping,
.woocommerce-checkout p.continue-shopping {
	float: right;
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 16px;
}
.woocommerce-cart p.continue-shopping a,
.woocommerce-checkout p.continue-shopping a {
	padding: 0 1em;
	background: #a51e38;
	color: #fff;
	border: none;
	font-style: normal;
	font-weight: 300;
	height: 35px;
	line-height: 35px;
}
.woocommerce-cart p.continue-shopping a:before,
.woocommerce-checkout p.continue-shopping a:before {
	content: "\f060";
	margin-right: 10px;
	font-family: 'FontAwesome';
}

body .woocommerce #content table.cart td.actions .input-text,
body .woocommerce table.cart td.actions .input-text,
body .woocommerce-page #content table.cart td.actions .input-text,
body .woocommerce-page table.cart td.actions .input-text {
	height: 35px;
	line-height: 35px;
	min-width: 150px;
	padding: 0 6px;
}
body #add_payment_method table.cart img,
body.woocommerce-cart table.cart img,
body.woocommerce-checkout table.cart img {
	margin-bottom: 0;
	width: 60px;
}

body.woocommerce-cart table.cart dl.variation dt,
body.woocommerce-checkout table.shop_table dl.variation dt {
	margin-right: 1em;
	line-height: 1.8em;
	font-weight: normal;
	font-style: italic;
}

/* checkout */
body .woocommerce .col2-set,
body .woocommerce-page .col2-set {
	margin-bottom: 30px;
}
body .woocommerce .col2-set .col-1,
body .woocommerce-page .col2-set .col-1 {
	width: 50%;
	padding: 30px;
	background: #a41e37;
	border-right: 3px solid #f6f2db;
	color: #fff;
}
body .woocommerce .col2-set .col-2,
body .woocommerce-page .col2-set .col-2 {
	width: 50%;
	padding: 30px;
	background: #761424;
	border-left: 3px solid #f6f2db;
	color: #fff;
}

body.woocommerce-checkout h3 {
	float: none!important;
	text-align: center;
	font-size: 26px;
	margin-bottom: 30px;
}
body.woocommerce-checkout h3 label {
	margin-top: 0;
	margin-bottom: 0;
}

body .woocommerce form .form-row label {
	line-height: 1em;
}
body .woocommerce form .form-row input.input-text,
body .woocommerce form .form-row textarea {
	height: 28px;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 28px;
	border: 1px solid #ccc;
	color: #2c2c35;
}
body .select2-container--default .select2-selection--single,
body .woocommerce form .form-row select {
	border: 1px solid #ccc;
	color: #2c2c35;
}

body.woocommerce-checkout #billing_address_1_field,
body.woocommerce-checkout #shipping_address_1_field {
	margin-bottom: 0;
}
body.woocommerce-checkout #createaccount {
	margin: 0 5px 0 0;
	position: relative;
}
body.woocommerce-checkout #order_comments {
	height: 89px;
}
body .woocommerce form .form-row.woocommerce-invalid label {
	color: pink;
}

body .checkout.woocommerce-checkout {
	margin-bottom: 30px;
}

body.woocommerce-checkout #order_review table {
	background-color: #fff;
}
body.woocommerce-checkout #order_review table thead {
	background-color: #a51e38;
	color: #fff;
}

body.woocommerce-checkout .form-row.place-order:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	max-height:0;
}

/* checkout complete */
.woocommerce-order-received h1 {
	text-align: center;
}
.woocommerce-order-received .woocommerce-order {
	text-align: center;
}
.woocommerce-order-received .woocommerce ul.order_details li {
	float: none;
	display: inline-block;
}
.woocommerce-order-received .woocommerce ul.order_details li:before {
	display: none;
}
.woocommerce-order-received .woocommerce-order-details {
	background-color: #fff;
	text-align: left;
}
.woocommerce-order-received .woocommerce-order-details h2 {
	padding: 20px
}
.woocommerce-order-received .woocommerce-customer-details .woocommerce-column {
	min-height: 300px;
}
.woocommerce-order-received .woocommerce-customer-details {
	text-align: left;
}

/* my account */
.woocommerce-account .woocommerce-MyAccount-navigation {
	padding: 20px;
	background-color: #a51e38;
	color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation li:before {
	display: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation a {
	color: #fff;
}


/* =CTAS
-------------------------------------------------------------- */
/* page ctas */

	/* general */
	.wrapper-page-ctas {
		overflow-x: hidden;
		overflow-y: visible;
		margin: 0 0 80px;
	}

	/* text */
	.page-cta .page-cta-block-text {
		position: relative;
		padding-right: 0!important;
		padding-left: 0!important;
	}
	.page-cta .page-cta-block-text:after {
		content: " ";
		display: block;
		height: 0;
		padding-bottom: 100%;
	}
	.page-cta .page-cta-block-text.cols-8:after {	/* 66.66% width */
		padding-bottom: 50%;
	}
	.page-cta .page-cta-block-text.cols-6:after {	/* 50% width */
		padding-bottom: 66.666666%;
	}
	.page-cta .page-cta-block-text.cols-12:after {	/* 100% width */
		padding-bottom: 33.333333%;
	}
	.page-cta .wrapper-page-cta-block-text {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
		background: #000;
		border: 3px solid #f6f2db;
		text-align: center;
	}
	.page-cta .color-red .wrapper-page-cta-block-text {
		background: #a51e38;
	}	
	.page-cta .color-gold .wrapper-page-cta-block-text {
		background: #c39865;
	}	
	.page-cta .color-brown .wrapper-page-cta-block-text {
		background: #543a2e;
	}	
	.page-cta .color-yellow .wrapper-page-cta-block-text {
		background: #ecae48;
	}
	.page-cta .wrapper-page-cta-block-text-text {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 96%;
		transform: translate(-50%, -50%);
		color: #fff;
	}
	.page-cta .wrapper-page-cta-block-text-text p {
		font-size: 20px;
	}
		
	.page-cta .page-cta-block-text-buttons {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	.page-cta .page-cta-block-text-buttons li {
		display: inline-block;
		margin: 0 5px 10px;
	}
	.page-cta .page-cta-block-text.color-gold .button a:hover {
		background-color: #fff;
		color: #c39865;
	}
	.page-cta .page-cta-block-text.color-red .button a:hover {
		background-color: #fff;
		color: #a51e38;
	}
	.page-cta .page-cta-block-text.color-brown .button a:hover {
		background-color: #fff;
		color: #543a2e;
	}
	.page-cta .page-cta-block-text.color-yellow .button a:hover {
		background-color: #fff;
		color: #ecae48;
	}
		
			
	/* image */
	.page-cta .page-cta-block-image {
		position: relative;
		padding-right: 0!important;
		padding-left: 0!important;
	}
		/* pseudo content gives us the height of the block without worrying about % paddings and borders*/
	.page-cta .page-cta-block-image:after {
		content: " ";
		display: block;
		height: 0;
		padding-bottom: 100%;
	}
	.page-cta .page-cta-block-image.cols-8:after {		/* 66.66% width */
		padding-bottom: 50%;
	}
	.page-cta .page-cta-block-image.cols-6:after {		/* 50% width */
		padding-bottom: 66.666666%;
	}
	.page-cta .page-cta-block-image.cols-12:after {	/* 100% width */
		padding-bottom: 33.333333%;
	}
	.page-cta .wrapper-page-cta-block-image {	/* then cover the whole block with the image */
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 3px solid #f6f2db;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
	.page-cta a .wrapper-page-cta-block-image:before {
		content: " ";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		background-color: rgba(0,0,0,0.5);
		background-image: url('../images/coffee-stamp.svg');
		background-repeat: no-repeat;
		background-position: 50% 40%;
		background-size: auto 40%;
		-webkit-transition: all 250ms linear 0ms;
		-moz-transition: all 250ms linear 0ms;
		-o-transition: all 250ms linear 0ms;
		transition: all 250ms linear 0ms;
	}
	.page-cta a:hover .wrapper-page-cta-block-image:before {
		opacity: 1;
	}
	.page-cta .wrapper-page-cta-block-image-text {
		background-color: rgba(0,0,0,0.9);
		width: 100%;
		padding: 20px 10px;
		margin: 0;
		position: absolute;
		bottom: 0;
		left: 0;
		color: #fff;
		font-size: 28px;
		text-align: center;
		-webkit-transition: all 250ms linear 0ms;
		-moz-transition: all 250ms linear 0ms;
		-o-transition: all 250ms linear 0ms;
		transition: all 250ms linear 0ms;
	}
	.page-cta .color-red .wrapper-page-cta-block-image-text {
		background-color: rgba(165,30,56,0.9);
	}
	.page-cta .color-red:hover .wrapper-page-cta-block-image-text {
		background-color: rgba(165,30,56,1);
	}
	.page-cta .color-gold .wrapper-page-cta-block-image-text {
		background-color: rgba(195,152,101,0.9);
	}
	.page-cta .color-gold:hover .wrapper-page-cta-block-image-text {
		background-color: rgba(195,152,101,1);
	}
	.page-cta .color-brown .wrapper-page-cta-block-image-text {
		background-color: rgba(84,58,46,0.9);
	}
	.page-cta .color-brown:hover .wrapper-page-cta-block-image-text {
		background-color: rgba(84,58,46,1);
	}
	.page-cta .color-yellow .wrapper-page-cta-block-image-text {
		background-color: rgba(236,174,72,0.9);
	}
	.page-cta .color-yellow:hover .wrapper-page-cta-block-image-text {
		background-color: rgba(236,174,72,1);
	}
	
	/* nested ctas */
	.page-cta .page-cta-block-nested .wrapper-page-cta-block-image-text {
		padding: 10px 5px;
		font-size: 15px;
	}
	.page-cta .page-cta-block-nested .page-cta-block-text.cols-6:after,
	.page-cta .page-cta-block-nested .page-cta-block-image.cols-6:after {	/* 50% width, greater height when nested */
		padding-bottom: 100%;
	}

/* latest posts */
.wrapper-posts-recent {
	margin-bottom: 80px;
}
.wrapper-posts-recent-list {
	position: relative;
}
.wrapper-posts-recent-list:before,
.wrapper-posts-recent-list:after {
	content: "";
	background: #e3d7b8;
	position: absolute;
	height: 80%;
	width: 3000px;
	top: 10%;
	right: 100%;
	margin-right: 6px;
	z-index: -1;
}
.wrapper-posts-recent-list:after {
	right: auto;
	left: 100%;
	margin-right: 0;
	margin-left: 6px;
}

.posts-recent-list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.posts-recent-list li a {
	display: block;
	height: 0;
	padding-bottom: 100%;
}
.posts-recent-list .wrapper-posts-recent-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 3px solid #f6f2db;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.posts-recent-list .wrapper-posts-recent-image .date {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
	padding-top: 11px;
	opacity: 1;
	background-color: rgba(165,30,56,0.8);
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 1em;
	-webkit-transition: all 250ms linear 0ms;
	-moz-transition: all 250ms linear 0ms;
	-o-transition: all 250ms linear 0ms;
	transition: all 250ms linear 0ms;
}
.posts-recent-list .wrapper-posts-recent-image .date span {
	display: block;
}
.posts-recent-list .wrapper-posts-recent-image .date span+span {
	font-size: 16px;
}
.posts-recent-list .wrapper-posts-recent-text {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(165,30,56,0.8);
	background-image: url('../images/coffee-stamp-fade.png');
	background-size: contain;
	background-position: center center;
	border: 3px solid #f6f2db;
	color: #fff;
	text-align: center;
	-webkit-transition: all 250ms linear 0ms;
	-moz-transition: all 250ms linear 0ms;
	-o-transition: all 250ms linear 0ms;
	transition: all 250ms linear 0ms;
}
.posts-recent-list .wrapper-text {
	position: absolute;
	top: 50%;
	left: 5%;
	width: 90%;
	transform: translateY(-50%);
}
.posts-recent-list .wrapper-posts-recent-text h3 {
	font-size: 26px;
}
.posts-recent-list .wrapper-posts-recent-text p {
	font-size: 18px;
}
.posts-recent-list .wrapper-posts-recent-text p.more-info {
	display: inline-block;
	padding: 0 30px;
	background-color: #fff;
	color: #a51e38;
}
.posts-recent-list a:hover .wrapper-posts-recent-image .date {
	opacity: 0;
}
.posts-recent-list a:hover .wrapper-posts-recent-text {
	opacity: 1;
}

/* gallery */
.page-cta-block-gallery {
	position: relative;
	padding: 80px 0;
	background-color: #413439;
}
.page-cta-block-gallery:before,
.page-cta-block-gallery:after {
	content: "";
	background: #413439;
	position: absolute;
	height: 100%;
	width: 3000px;
	top: 0;
	right: 100%;
	z-index: -1;
}
.page-cta-block-gallery:after {
	right: auto;
	left: 100%;
	margin-right: 0;
}
.page-cta-block-gallery .carousel-inner {
	padding-bottom: 25%;
	height: 0;
}

	.carousel-showmanymoveone .cloneditem-1,
	.carousel-showmanymoveone .cloneditem-2,
	.carousel-showmanymoveone .cloneditem-3 {
	   display: none;
	}
	.carousel .item .col-xs-12 {
	   padding: 0;
	}
	/* Medium Devices, Desktops */
	@media only screen and (max-width: 992px) {
	   .carousel .item .col-xs-12:nth-last-child(-n+2) {
		  display: none;
	   }
	}
	@media all and (min-width: 768px) {
	   .carousel-showmanymoveone .carousel-inner > .active.left,
	   .carousel-showmanymoveone .carousel-inner > .prev {
		  left: -50%;
	   }
	   .carousel-showmanymoveone .carousel-inner > .active.right,
	   .carousel-showmanymoveone .carousel-inner > .next {
		  left: 50%;
	   }
	   .carousel-showmanymoveone .carousel-inner > .left,
	   .carousel-showmanymoveone .carousel-inner > .prev.right,
	   .carousel-showmanymoveone .carousel-inner > .active {
		  left: 0;
	   }
	   .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
		  display: block;
	   }
	}
	@media all and (min-width: 768px) and (transform-3d),
	all and (min-width: 768px) and (-webkit-transform-3d) {
	   .carousel-showmanymoveone .carousel-inner > .item.active.right,
	   .carousel-showmanymoveone .carousel-inner > .item.next {
		  -webkit-transform: translate3d(50%, 0, 0);
		  transform: translate3d(50%, 0, 0);
		  left: 0;
	   }
	   .carousel-showmanymoveone .carousel-inner > .item.active.left,
	   .carousel-showmanymoveone .carousel-inner > .item.prev {
		  -webkit-transform: translate3d(-50%, 0, 0);
		  transform: translate3d(-50%, 0, 0);
		  left: 0;
	   }
	   .carousel-showmanymoveone .carousel-inner > .item.left,
	   .carousel-showmanymoveone .carousel-inner > .item.prev.right,
	   .carousel-showmanymoveone .carousel-inner > .item.active {
		  -webkit-transform: translate3d(0, 0, 0);
		  transform: translate3d(0, 0, 0);
		  left: 0;
	   }
	}
	@media all and (min-width: 992px) {
	   .carousel-showmanymoveone .carousel-inner > .active.left,
	   .carousel-showmanymoveone .carousel-inner > .prev {
		  left: -25%;
	   }
	   .carousel-showmanymoveone .carousel-inner > .active.right,
	   .carousel-showmanymoveone .carousel-inner > .next {
		  left: 25%;
	   }
	   .carousel-showmanymoveone .carousel-inner > .left,
	   .carousel-showmanymoveone .carousel-inner > .prev.right,
	   .carousel-showmanymoveone .carousel-inner > .active {
		  left: 0;
	   }
	   .carousel-showmanymoveone .carousel-inner .cloneditem-2,
	   .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
		  display: block;
	   }
	}
	@media all and (min-width: 992px) and (transform-3d),
	all and (min-width: 992px) and (-webkit-transform-3d) {
	   .carousel-showmanymoveone .carousel-inner > .item.active.right,
	   .carousel-showmanymoveone .carousel-inner > .item.next {
		  -webkit-transform: translate3d(25%, 0, 0);
		  transform: translate3d(25%, 0, 0);
		  left: 0;
	   }
	   .carousel-showmanymoveone .carousel-inner > .item.active.left,
	   .carousel-showmanymoveone .carousel-inner > .item.prev {
		  -webkit-transform: translate3d(-25%, 0, 0);
		  transform: translate3d(-25%, 0, 0);
		  left: 0;
	   }
	   .carousel-showmanymoveone .carousel-inner > .item.left,
	   .carousel-showmanymoveone .carousel-inner > .item.prev.right,
	   .carousel-showmanymoveone .carousel-inner > .item.active {
		  -webkit-transform: translate3d(0, 0, 0);
		  transform: translate3d(0, 0, 0);
		  left: 0;
	   }
	}

/* latest and recent posts */
.wrapper-posts-latest {
	margin-bottom: 3px;
}
.wrapper-posts-latest .title h2 {
	font-size: 40px;
}
.wrapper-posts-latest .title .button {
	float: right;
	font-style: normal;
}
.wrapper-posts-latest .title .button a {
	background-color: #c39865;
	color: #fff;
	border: none;
}
.wrapper-posts-latest .title .button a:hover {
	opacity: 0.8;
}

.wrapper-posts-latest-text {
	padding: 30px;
	color: #fff;
}
.wrapper-posts-latest-text:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	border-right: 3px solid #f6f2db;
	border-left: 3px solid #f6f2db;
	width: 100%;
	height: 100%;
	background-color: #413439;
	z-index: -1;
}
.wrapper-posts-latest-text .date {
	position: relative;
	padding-bottom: 32px;
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 1.1;
}
.wrapper-posts-latest-text .date:after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 100px;
	background: #fff;
}
.wrapper-posts-latest-text .read-more a {
	display: inline-block;
	padding: 3px 10px;
	background: #fff;
	color: #413439;
	-webkit-transition: all 250ms linear 0ms;
	-moz-transition: all 250ms linear 0ms;
	-o-transition: all 250ms linear 0ms;
	transition: all 250ms linear 0ms;
}
.wrapper-posts-latest-text .read-more a:hover {
	background: #a51e38;
	color: #fff;
	text-decoration: none;
}
.wrapper-posts-latest-image {
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

/* locations list */
#posts-recent-list-filter {
	position: relative;
	padding: 0;
	margin: 0 0 40px;
	list-style: none;
}
#posts-recent-list-filter li {
	padding: 5px 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: transparent;
	border: 1px solid #a51e38;
	color: #a51e38;
	display: inline-block;
}
#posts-recent-list-filter li.active {
	background-color: #a51e38;
	color: #fff;
}
#posts-recent-list-filter li:hover {
	cursor: pointer;
}

.wrapper-locations .posts-recent-list .wrapper-posts-recent-image h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin-bottom: 0;
	opacity: 1;
	padding: 20px;
	background-color: rgba(165,30,56,1);
	color: #fff;
	font-size: 25px;
	-webkit-transition: all 250ms linear 0ms;
	-moz-transition: all 250ms linear 0ms;
	-o-transition: all 250ms linear 0ms;
	transition: all 250ms linear 0ms;
}
.wrapper-locations .posts-recent-list a:hover .wrapper-posts-recent-image h3 {
	opacity: 0;
}
.wrapper-locations li:nth-of-type(3n+2) .wrapper-posts-recent-image h3,
.wrapper-locations li:nth-of-type(3n+2) .wrapper-posts-recent-text {
	background-color: rgba(195,152,101,0.9);
}
.wrapper-locations li:nth-of-type(3n+3) .wrapper-posts-recent-image h3,
.wrapper-locations li:nth-of-type(3n+3) .wrapper-posts-recent-text {
	background-color: rgba(236,174,72,0.9);
}

.wrapper-locations li:nth-of-type(3n+2) .wrapper-posts-recent-text p.more-info {
	color: rgba(195,152,101,1);
}
.wrapper-locations li:nth-of-type(3n+3) .wrapper-posts-recent-text p.more-info {
	color: rgba(236,174,72,1);
}

.modal-content {
	background-color: #f6f2db;
}
.modal-content h4 {
	color: #a51e38;
}
.location-modal-image {
	float: left;
	width: 30%;
	margin-right: 5%;
}
.location-modal-content {
	float: left;
	width: 30%;
	margin-right: 5%;
}
.location-modal-contact {
	float: left;
	width: 30%;
}
.location-modal-contact a {
	height: auto!important;
	padding: 0!important;
}
.location-modal-contact .fa-li {
	color: #a51e38;
}
.location-modal-contact .fa-li:before {
	font-family: 'FontAwesome';
}



/* =FOOTER
-------------------------------------------------------------- */
footer h2 {
	margin-bottom: 18px;
}
footer p {
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 1.7em;
}
footer ul {
	margin-bottom: 20px;
	padding: 0;
	list-style: none;
}
footer ul li {
	font-size: 15px;
	line-height: 1.7em;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #ecae48;
	text-decoration: none;
}

footer .footer-top {
	position: relative;
	padding: 160px 0 60px;
	background: #a51e38 url('../images/bg-logo.png') center center no-repeat;
	color: #fff;
}
footer .footer-top:after {
	content: " ";
	width: 140px;
	height: 141px;
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -70px;
	background-image: url('../images/logo-footer.png');
	background-repeat: no-repeat;
	background-position: center center;
}
footer .footer-top .row > div > div {
	padding-top: 18px;
	border-top: 1px solid #aa2b42;
}

footer .footer-bottom {
	padding: 30px 0 50px;
}
footer .footer-bottom .menu li {
	display: inline;
	margin-left: 20px;
}
footer .footer-bottom a {
	color: #2c2c35;
}
footer .footer-bottom a:hover {
	color: #a51e38;
}
footer .footer-bottom #footer-widget-5 {
	text-align: center;
}
footer .footer-bottom #footer-widget-6 {
	text-align: right;
}

footer .fa-ul li {
	line-height: 1.3em;
}

footer .social-links {
	margin: 0;
}
footer .social-links li a {
	background: #a51e38;
}
footer .social-links li a:after {
	color: #f6f2db;
}

footer .footer-icons {
	padding: 40px 0;
	background-color: #fff;
	text-align: center;
}
footer .footer-icons img {
	margin: 0 5px;
}

footer #footer-credit {
	padding: 40px 2% 0;
}
footer #footer-credit a {
	color: #2c2c35;
}

/* =USEFUL
-------------------------------------------------------------- */
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	max-height:0;
}

.clearfix {
	zoom: 1; /* For IE7 and below */
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

/* override bootstrap column padding */
.container {
	padding-right: 3px;
	padding-left: 3px;
}
.row {
	margin-right: -3px;
	margin-left: -3px;
}
.row > [class*="col-"] {
	padding-left: 3px;
	padding-right: 3px;
}
.row-no-padding > [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}

/* contact form */
span.wpcf7-not-valid-tip {
	font-size: 0.8em!important;
}
div.wpcf7-response-output {
	margin: 0!important;
	padding: 0!important;
	border: 0!important;
}

/* placeholder colours, defined separately otherwise they're ignored by all browsers  */
::-webkit-input-placeholder { /* WebKit browsers */
	color: inherit;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: inherit;
	opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: inherit;
	opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: inherit;
}

/* prevent automatic styling of telephone numbers */
a[href^=tel]{
	color:inherit;
	text-decoration:none;
}

/* prevent rounded corners on form inputs */
textarea,
input[type=text],
input[type=email],
input[type=image],
input[type=submit] {
	-webkit-appearance: none;
	-webkit-border-radius:0px;
}

/* work around mobile device auto-fitting where text is made too narrow on non responsive sites */
@media only screen and (max-device-width: 800px) {
   h1,h2,h3,h4,h5,h5,p,li,dt,dd {
	   background-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==); 
	   background-repeat:repeat;
	}
}


/* =RESPONSIVE
/* rough breakpoints, but the design would dictate how the 
/* page adapts. Also see viewport sizes on:
/* http://i-skool.co.uk/mobile-development/web-design-for-mobiles-and-tablets-viewport-sizes/
-------------------------------------------------------------- */

@media (max-width: 1400px) {
	/* header */
	#slider .page-cta .page-cta-block-image {
		max-width: 300px;
	}
	
}

@media (max-width: 1199px) {
	/* slider */
	#slider .page-cta .page-cta-block-image {
		max-width: 250px;
	}
	#slider .wrapper-slider-text p {
		font-size: 16px;
	}
	
	/* ctas */
	.page-cta .wrapper-page-cta-block-image-text {
		padding: 10px;
		font-size: 22px;
		line-height: 1.5em;
	}
}

@media (max-width: 1023px) {
}

@media (max-width: 991px) {
	/* header */
	#main-nav {
		display: none;
	}
	.header-2 .header-button {
		margin-left: 10px;
	}
	.header-2 .header-button a {
		padding: 7px 10px;
	}
	.header-2 .header-basket {
		margin-top: 27px;
	}
	.header-1 li {
		font-size: 20px;
	}
	.fa-ul li.email .fa-li {
		top: 0.3em;
		width: 1em;
		left: -1.3em;
	}
	.header-2 .header-basket {
		padding-right: 0;
	}
	.header-2 .header-basket a span {
		right: 3px;
	}
	
	/* slider */
	#slider .page-cta .page-cta-block-image {
		max-width: 180px;
	}
	#slider .wrapper-slider-text p {
		font-size: 16px;
		line-height: 1.6em;
	}
	
	/* general */
	.h1, h1 {
		font-size: 32px;
	}
	.h2, h2 {
		font-size: 22px;
	}
	.h3, .h4, .h5, .h6, h3, h4, h5, h6 {
		font-size: 16px;
	}
	
	/* content */
	article.page {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	article.page.default .content-intro .content-intro-text .wrapper-inner {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		border-right: none;
		border-left: none;
	}
	article.page.default .content-intro .content-intro-text .wrapper-inner:before,
	article.page.default .content-intro .content-intro-text .wrapper-inner:after {
		display: none;
	}
	
	/* tabbed content */
	article.page.tabbed-content .content-intro .content-thumb {
		padding-bottom: 70%;
	}
	.tab-content .tab-pane .row-eq-height {
		flex-direction: row;
	}
	.tab-content .tab-pane .image {
		padding-bottom: 70%;
	}
	.tab-menu > li a h2 {
		padding: 10px;
		font-size: 22px;
	}
	
	/* about template */
	article.page.about-content .content-intro {
		flex-direction: row;
	}
	article.page.about-content .content-intro .content-thumb {
		padding-bottom: 70%;
		background-position: center top;
	}
	.wrapper-posts-latest .title h2 {
		font-size: 32px;
	}
	.wrapper-posts-latest .title .button a {
		padding: 5px 15px;
	}
	
	/* blog */
	.post-index .wrapper-post-index-text {
		padding: 10px;
	}
	.post-index .wrapper-post-index-text p.date {
		font-size: 18px;
	}
	.post-index .wrapper-post-index-text h2 {
		font-size: 22px;
	}
	
	/* shop index */
	.woocommerce article.woocommerce ul.products li.product,
	.woocommerce-page article.woocommerce ul.products li.product {
		width: 33.3333%;
		float: left!important;
		clear: none;
	}
	.woocommerce article.woocommerce ul.products li.first,
	.woocommerce-page article.woocommerce ul.products li.first {
		clear: none;
	}
	.woocommerce article.woocommerce ul.products li.product a h2,
	.woocommerce article.woocommerce ul.products li.product a .price	{
		min-height: 0;
		font-size: 22px;
	}
	
	/* ctas */
	.page-cta-block-gallery .carousel-inner {
		padding-bottom: 50%;
	}
	
	.wrapper-locations .posts-recent-list .wrapper-posts-recent-image h3 {
		padding: 10px;
		font-size: 22px;
	}
	
	.page-cta .page-cta-block-text-buttons li {
		font-size: 16px;
	}
	.page-cta .page-cta-block-text-buttons li a {
		padding: 3px 11px;
	}
	
	/* footer */
	footer h2 {
		margin-bottom: 10px;
	}
	footer .footer-top .row > div {
		margin-bottom: 45px;
	}
	footer .footer-top .row > div > div {
		padding-top: 10px;
	}
	footer .footer-bottom #footer-widget-4,
	footer .footer-bottom #footer-widget-6 {
		text-align: center;
	}
	footer .social-links {
		margin-bottom: 20px;
	}
	footer .footer-bottom .menu li {
		margin-right: 10px;
		margin-left: 10px;
	}
}

@media (max-width: 767px) {
	/* header */
	header.banner {
		min-height: 134px;
	}
	header.banner a#logo-link {
		width: 120px;
		height: 111px;
		margin-left: -60px;
	}
	.header-1 {
		height: 130px;
	}
	.header-1 .fa-ul {
		position: absolute;
		bottom: 0;
		margin-bottom: 0;
		margin-left: 1.4em;
	}
	.fa-ul li.email .fa-li,
	.fa-ul li.tel .fa-li {
		top: 3px;
	}
	.header-1 li {
		font-size: 15px!important;
	}
	.header-2 .header-button {
		display: none;
	}
	.header-2 p {
		font-size: 13px;
	}
	.header-2 .header-basket a {
		padding-right: 26px;
	}
	.header-2 .header-basket a i {
		display: none;
	}
	.header-2 .header-basket a span {
		top: 2px;
	}
	.social-links {
		margin-top: 10px;
	}
	.social-links li {
		margin: 0;
	}
	.header-2 .header-basket {
		margin-top: 38px;
		font-size: 15px;
	}
	.mean-container .mean-bar {
		top: 130px;
	}
	.mean-container a.meanmenu-reveal {
		margin-right: 0;
		top: -30px;
		right: 3px!important;
		font-size: 15px!important;
	}
	
	/* slider */
	#slider {
		margin-bottom: 40px;
	}
	#slider .slider-content {
		width: 90%;
	}
	#slider.header-image,
	#slider.carousel .item {
		padding-bottom: 40%
	}
	#slider .wrapper-slider-text p {
		display: none;
	}
	
	.carousel-control {
		width: 32px;
		font-size: 20px;
	}
	.carousel-control .wrapper-control {
		height: 30px;
		margin-top: -15px;
	}
	.carousel-control .wrapper-control i {
		height: 30px;
		line-height: 30px;
	}
	
	/* content */
	.wrapper-posts-recent-list:before,
	.wrapper-posts-recent-list:after,
	article.page.default .content-intro-text .wrapper-inner:before,
	article.page.default .content-intro-text .wrapper-inner:after,
	.page-cta-block-gallery:before,
	.page-cta-block-gallery:after {
		display: none;
	}
	article.page {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	article.page .content-intro {
		display: block;
		margin-bottom: 40px;
	}
	article.page.default .content-intro .content-thumb img {
		display: block;
		margin: 0 auto;
	}
	article.page.default .content-intro .content-intro-text .wrapper-inner {
		position: relative;
		top: auto;
		border: none;
		transform: none;
	}
	
	article .wpcf7 {
		max-width: 100%;
	}
	
	/* tabbed content */
	.tab-menu {
		margin-bottom: 30px;
	}
	.tab-menu > li a h2 {
		padding: 5px;
		font-size: 14px;
	}
	.tab-menu > li.active:after {
		bottom: -36px;
	}
	.tab-content .tab-pane .text .button {
		font-size: 16px;
	}
	
	/* blog */
	.wrapper-posts {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.wrapper-posts h1 {
		font-size: 28px;
	}
	.post-index .wrapper-post-index-text p.date {
		font-size: 12px;
	}
	.post-index .wrapper-post-index-text h2 {
		min-height: 34px;
		font-size: 16px;
	}
	.wrapper-posts .wp-pagenavi {
		margin-top: 40px;
	}

	
	/* shop index */
	.woocommerce article.woocommerce ul.products li.product,
	.woocommerce-page article.woocommerce ul.products li.product {
		width: 50%;
	}
	.woocommerce article.woocommerce ul.products li.product a h2,
	.woocommerce article.woocommerce ul.products li.product a .price {
		font-size: 16px;
	}
	.woocommerce article.woocommerce ul.products li.product a.button {
		padding: 0;
		font-size: 16px;
	}
	
	/* shop product */
	body.woocommerce #content div.product div.images,
	body.woocommerce div.product div.images,
	body.woocommerce-page #content div.product div.images,
	body.woocommerce-page div.product div.images,
	body.woocommerce #content div.product div.summary,
	body.woocommerce div.product div.summary,
	body.woocommerce-page #content div.product div.summary,
	body.woocommerce-page div.product div.summary {
		width: 100%;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		font-size: 12px;
	}
	
	/* checkout */
	body .woocommerce .col2-set .col-1,
	body .woocommerce-page .col2-set .col-1,
	body .woocommerce .col2-set .col-2,
	body .woocommerce-page .col2-set .col-2 {
		width: 100%;
		border: none;
	}
	
	/* ctas */
	.page-cta .wrapper-page-cta-block-image-text {
		padding: 3px 5px;
		font-size: 12px;
		line-height: 1.4em;
	}
	.page-cta .wrapper-page-cta-block-text-text h2,
	.page-cta .wrapper-page-cta-block-text-text h3 {
		font-size: 14px;
	}
	.page-cta .wrapper-page-cta-block-text-text p {
		font-size: 12px;
		display: none;
	}
	.page-cta .wrapper-page-cta-block-text-text .button {
		font-size: 11px;
	}
	.page-cta .wrapper-page-cta-block-text-text .button a {
		padding: 2px 5px;
	}
	.page-cta .page-cta-block-nested .wrapper-page-cta-block-image-text {
		display: none;
	}
	.page-cta .page-cta-block-nested .wrapper-page-cta-block-text-text h2 {
		margin-bottom: 0.5em;
		font-size: 11px;
	}
	.page-cta .page-cta-block-nested .wrapper-page-cta-block-text-text p {
		margin-bottom: 0.5em;
		font-size: 10px;
		line-height: 1.2em;
	}
	.page-cta .page-cta-block-nested .page-cta-block-text-buttons {
		display: none;
	}
	
	/* cta - latest posts */
	.wrapper-posts-latest .row-eq-height {
		display: block;
	}
	.wrapper-posts-latest .title .button {
		display: none;
	}
	.wrapper-posts-latest-image {
		height: 0;
		padding-bottom: 70%;
	}

	/* cta - gallery */
	.page-cta-block-gallery {
		padding-right: 10%!important;
		padding-left: 10%!important;
	}
	.page-cta-block-gallery .carousel-inner {
		padding-bottom: 100%;
	}
	.page-cta-block-gallery .carousel-inner img {
		width: 100%;
	}
	
	/* cta - locations */
	.location-modal-image,
	.location-modal-content,
	.location-modal-contact {
		float: none;
		width: 100%;
		margin-right: 0;
	}
		
	/* footer */
	footer .footer-top {
		padding-right: 5%;
		padding-left: 5%;
		background-size: cover;
	}
	footer .footer-icons img {
		max-height: 50px;
		width: auto;
	}
		
}

@media (max-width: 500px) {
}

@media (max-width: 240px) {
}