/*@import url("../CherryFramework/style.css");*/
.main-holder { overflow:hidden; }
@media (max-width: 767px) {
	body { padding:0; }
	body .header { padding:0 20px; }
	body .footer {
		padding:20px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	body .content-holder { padding:20px 0 !important; }
	body .content-holder >.container { padding:0 20px; }
}
a { transition:all 0.3s ease 0s; }
h1, h2, h3, h4, h5, h6 {
	text-shadow:3px 3px 0 #c6c3b6;
	text-shadow:3px 3px 0 rgba(0,0,0,0.15);
}
@media (max-width: 1200px) {
	h1, h2, h3, h4, h5, h6 { line-height:1.2em; }
}
.featured-thumbnail, .thumbnail {
	background:none;
	border-radius:0;
	padding:0;
	border:none;
	box-shadow:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.featured-thumbnail img, .thumbnail img {
	padding:11px;
	background:#e6e2cc;
	background:rgba(176,178,91,0.1);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
img.size-full {
	margin:0 0 13px 0;
	padding:11px;
	background:#e6e2cc;
	background:rgba(176,178,91,0.1);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
img.size-full.alignleft { margin:0 30px 20px 0; }
@media (max-width: 480px) {
	img.size-full.alignleft {
		float:none;
		margin:0 0 20px;
	}
}
img.size-full.aligncenter {
	margin-left:auto;
	margin-right:auto;
}
.btn, .reply a {
	border-radius:0;
	border:none;
	color:#7a694c;
	text-shadow:none;
	font:14px/1.2em;/* 'Alfa Slab One', cursive;*/
	text-transform:none;
	padding:0;
	letter-spacing:0;
	height:auto;
	box-shadow:none;
	text-decoration:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	transition:all 0.3s ease 0s;
	background:none;
}
.btn:focus, .btn:hover, .reply a:focus, .reply a:hover {
	background:none;
	box-shadow:none;
	text-decoration:none;
	color:#000000;
}
.btn:active, .reply a:active { text-shadow:none; }
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 {
	padding:7px 10px;
	margin:0 0 10px 0;
	font-size:13px;
	line-height:1.2em;
	text-transform:none;
	color:#7a694c;
	text-decoration:none;
	position:relative;
	border-radius:0;
	background:#b5ab96;
	background:rgba(181,171,150,0.41);
	box-shadow:none;
	border:none ;/*!important; *//*mbm 20160816*/
	transition:all 0.3s ease 0s;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-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 {
	box-shadow:none;
	background:#c0b7a4;
	background:rgba(181,171,150,0.8);
	border-color:#434343 ;/*!important; *//*mbm 20160816*/
}
.wpcf7-form p.field input:focus { border-color:#434343 !important; }
.wpcf7-form textarea { color:#6c5445 !important; }
.wpcf7-form textarea:focus { border-color:#434343 !important; }
.wpcf7-form textarea.watermark { color:#6c5445 !important; }
.wpcf7-form .wpcf7-not-valid-tip { padding:4px 8px 2px !important; }
@media (min-width: 979px) and (max-width: 1200px) {
	.wpcf7-form .wpcf7-not-valid-tip { font-size:10px !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.wpcf7-form .wpcf7-not-valid-tip {
		padding:2px 3px !important;
		font-size:7px !important;
	}
}
.wpcf7-form .submit-wrap .btn { height:auto; }
.header { border:none; }

/* NAV mbm*/
/*
.nav__primary {
	position:relative;
	float:none;
	text-align:center;
	padding:0;
	margin:34px 0;
}
@media (max-width: 767px) {
	.nav__primary { margin-bottom:28px; }
}
.nav__primary .sf-menu {
	float:right;
	display:inline-block;
	position:relative;
	padding:0;
	text-align:right;
	z-index:1;
}
@media (max-width: 767px) {
	.nav__primary .sf-menu { display:none !important; }
}
.nav__primary .sf-menu >li {
	background:none;
	float:left;
	text-align:left;
	display:inline-block;
	position:relative;
	padding:0;
	margin:0 0 0 40px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	transition:all 0.3s ease 0s;
}
@media (min-width: 768px) and (max-width: 979px) {
	.nav__primary .sf-menu >li { margin:0 0 0 10px; }
}
.nav__primary .sf-menu >li >a {
	border:none;
	padding:0;
	display:block;
	text-transform:uppercase;
	font-weight:300;
	position:relative;
	letter-spacing:0px;
	transition:all 0.3s ease 0s;
	background:none;
	padding:5px 8px;
}
.nav__primary .sf-menu >li >a:hover {
	text-decoration:none;
	color:#fff;
	background:none;
}
.nav__primary .sf-menu >li >a:hover .sf-sub-indicator { background-position:-10px -100px; }
.nav__primary .sf-menu >li >a:active { box-shadow:none; }
.nav__primary .sf-menu >li >a >.sf-sub-indicator {
	position:absolute;
	display:inline-block;
	top:30px;
	left:50%;
	margin-left:-5px;
	background:url("images/arrows-ffffff.png") no-repeat scroll 0 -100px transparent;
}
.nav__primary .sf-menu >li.current-menu-item >a {
	padding:5px 14px;
	text-decoration:none;
	color:#fff;
	background:none;
}
.nav__primary .sf-menu >li.sfHover >a {
	text-decoration:none;
	color:#fff;
	background:none;
}
.nav__primary .sf-menu >li.sfHover >a .sf-sub-indicator { background-position:-10px -100px; }
.nav__primary .sf-menu >li >.sub-menu {
	height:auto !important;
	background: transparent;
	top:43px;
	left:0;
	width:150px;
	padding:0; 
	margin:0;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	z-index:10000;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item {
	background:none;
	text-align:left;
	border:none;
	border-top:1px solid transparent; 
	padding:0;
	margin:0;
       
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item:first-child { border:none; }
.nav__primary .sf-menu >li >.sub-menu >.menu-item a {
	margin:8px 0;
	background:none;
	border:none;
	color:#aaaaaa;
	text-transform:none;
	display:inline-block;
	letter-spacing:0;
	border-radius:0;
	padding:0;
	letter-spacing:0;
	font:13px/1.2em 'Sanchez', serif;
	transition:all 0.3s ease 0s;
        padding-left: 20px;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item a:hover {
	color:#fff;
	text-shadow:none;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item a >.sf-sub-indicator {
	top: calc(50% - 6px);
	right:-25px;
	left:auto;
	background:url("images/arrows-ffffff.png") no-repeat scroll 0 0 transparent;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item.sfHover >a {
	color:#fff;
	text-shadow:none;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item.sfHover >a .sf-sub-indicator { background-position:-10px 0; }
.nav__primary .sf-menu >li >.sub-menu >.menu-item.current-menu-item a {
	color:#fff;
	text-shadow:none;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu {
	background:transparent;
	padding:0;
	
	top:-21px;
	left:100%;
	border-radius:0;
	width:100%;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item {
	background:none;
	text-align:left;
	border:none;
	padding:0;
	border-top:1px solid transparent; 
        
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item:first-child { border:none; }
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item a {
	margin:8px 0;
	padding:0;
	color:#aaaaaa;
	display:inline-block;
	background:none;
        padding-left: 20px;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item a:hover {
	color:#fff;
	text-shadow:none;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item.current-menu-item a {
	color:#fff;
	text-shadow:none;
	background:none;
}
*/

.logo { margin:20px 0 32px; }
@media (min-width: 768px) and (max-width: 979px) {
	.logo {
		width:100%;
		margin-bottom:40px;
	}
}
@media (max-width: 767px) {
	.logo {
		float:none !important;
		margin:20px 0;
                text-align:center;/*mbm new*/
                padding-bottom: 30px;
	}
}
.logo .logo_tagline {
	font:10px/1.2em 'Sanchez', serif;
	color:#878078;
	color:rgba(255,255,255,0.3);
	margin:0;
	position:relative;
	top:-16px;
	left:77px;
	letter-spacing:2px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.logo .logo_tagline {
		top:-12px;
		left:64px;
	}
}
.logo .logo_tagline.text-tagline {
	top:0;
	left:0;
}
.logo .logo_h__txt {
	position:relative;
	top:0;
	left:0;
}
.logo .logo_h__txt a:hover, .logo .logo_h__txt a:active {
	color:#fff;
	text-decoration:none;
}
.home .content-holder:before {
	content:"";
	width:100%;
	height:478px;
	position:absolute;
	top:0;
}
@media (max-width: 480px) {
	.home .content-holder:before { display:none; }
}
@media (max-width: 767px) {
	#content.left { float:none !important; }
}
.title-section {
	margin:32px 0 0;
	padding:0;
	position:relative;
	border-bottom:1px solid #d3ccbb;
	border-bottom:1px solid rgba(122,105,76,0.2);
}
.title-section .title-header {
	margin:0 0 6px;
	font-size:28px;
	line-height:1.4em;
}
.title-section .breadcrumb {
	background:none;
	padding:0 0 35px 0;
	margin-bottom:5px;
	text-transform:none;
	text-shadow:none;
	letter-spacing:0;
	border:none;
	border-bottom:1px solid #d3ccbb;
	border-bottom:1px solid rgba(122,105,76,0.2);
	box-shadow:none;
	border-radius:0;
	font:14px/1.2em;/* 'Alfa Slab One', cursive;*/
}
.title-section .breadcrumb >li { text-shadow:none; }
.title-section .breadcrumb >li.active { color:#000000; }
.title-section .breadcrumb a {
	color:#7a694c;
	text-shadow:none;
}
.title-section .breadcrumb .divider {
	padding:0 2px;
	color:#7a694c;
}
#content, #sidebar { padding-top:48px; }
article {
	background:none;
	border:none;
	border-radius:0;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
article .thumbnail { margin:0 30px 20px 0; }
@media (max-width: 480px) {
	article .thumbnail {
		width:auto !important;
		display:inline-block;
		float:none;
		margin:0 0 15px 0;
	}
	article .thumbnail img { width:100%; }
}
article .thumbnail.large {
	margin:0 0 30px 0;
	border-radius:0;
}
@media (min-width: 768px) and (max-width: 979px) {
	article .thumbnail.large { float:none !important; }
}
article .post-header .post-title {
	font-size:28px;
	margin:0 0 21px;
	line-height:1.2em;
	text-transform:none;
	color:#000;
}
article .post-header .post-title a { color:#000; }
article .post_content {
	background:none;
	border-radius:0;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
article .post_meta {
	padding:10px 0;
	border:none;
	position:relative;
	display:block;
	margin:20px 0;
	overflow:visible;
	background:none;
	border-top:1px solid #d8d1c0;
	border-bottom:1px solid #d8d1c0;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
article .post_meta .post_meta_unite {
	font:13px/1.2em 'Sanchez', serif;
	border-color:#d8d1c0;
	text-transform:none;
}
article .post_meta i {
	margin-right:0;
	color:#b5ab96;
	font-size:15px;
}
article .post_meta .post_date { color:#000000; }
article .post_meta .post_author a {
	color:#897a5f;
	text-transform:uppercase;
}
article .post_meta .post_category a, article .post_meta .post_tag a, article .post_meta .post_tag { color:#897a5f; }
article .post_meta .post_comment a { color:#000000; }
article .post_meta .user_like, article .post_meta .post_views { color:#897a5f; }
article .post_meta .post_permalink { float:none; }
article .post_meta .post_permalink a { color:#000000; }
article div.jp-playlist li a:hover, article div.jp-playlist li.jp-playlist-current a { color:#b8b8b8; }
article .quote-wrap blockquote {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:15px;
	line-height:1.2em;
	font-style:normal;
	color:#afafaf;
	font-weight:bold;
}
article .gallery-post { padding-bottom:40px; }
.single #content article { margin-bottom:0; }
@media (min-width: 768px) and (max-width: 1000px) {
	.single #content article .thumbnail { float:left; }
	.single #content article .thumbnail img { margin:0; }
}
@media (max-width: 480px) {
	.single #content article .thumbnail { width:100%; }
	.single #content article .thumbnail img { width:100%; }
}
.single #content .share-buttons {
	margin-bottom:20px;
	margin-top:0;
}
.single #content .share-buttons .pinterest img { vertical-align:top; }
.single #content .post-author {
	padding:30px;
	border:none;
	border-radius:0;
	background:#d4cebd;
	background:rgba(181,171,150,0.41);
}
@media (max-width: 480px) {
	.single #content .post-author {
		padding-left:15px;
		padding-right:15px;
	}
}
.single #content .post-author .post-author_h {
	font:13px/1.2em 'Sanchez', serif;
	margin:0 0 25px 0;
	letter-spacing:0;
	text-transform:uppercase;
	color:#000;
	text-shadow:none;
}
.single #content .post-author .post-author_h a {
	font:13px/1.2em 'Sanchez', serif;
	color:#000;
	text-transform:uppercase;
}
.single #content .post-author .post-author_gravatar {
	display:block;
	margin:0 20px 20px 0;
}
.single #content .post-author .post-author_gravatar img {
	width:80px;
	height:80px;
	padding:0;
	border:none;
}
.single #content .post-author .post-author_desc {
	padding-left:100px;
	text-transform:none;
	color:#7a694c;
}
.single #content .post-author .post-author_link {
	margin-top:20px;
	text-transform:none;
	color:#7a694c;
	font:13px/21px 'Sanchez', serif;
}
.single #content .post-author .post-author_link p { margin:0; }
.single #content .post-author .post-author_link a {
	color:#7a694c;
	text-transform:uppercase;
}
.filter-wrapper { margin:0px 0 25px; }
.filter-wrapper strong {
	color:#000000;
	padding:0;
	font:14px/1.4em;/* 'Alfa Slab One', cursive;*/
	margin-right:15px;
	margin-top:5px;
	text-transform:none;
	letter-spacing:0;
}
@media (max-width: 979px) {
	.filter-wrapper strong {
		display:block;
		float:none;
		margin-bottom:20px;
	}
}
.filter-wrapper .filter { margin:0; }
@media (max-width: 767px) {
	.filter-wrapper .filter {
		float:none;
		display:block;
	}
}
.filter-wrapper .filter li { margin:0 0 0 10px; }
.filter-wrapper .filter li:first-child { margin:0; }
@media (min-width: 768px) and (max-width: 979px) {
	.filter-wrapper .filter li:first-child { margin:0; }
}
@media (max-width: 767px) {
	.filter-wrapper .filter li {
		display:block;
		float:none;
		margin:0 0 5px 0 !important;
	}
}
.filter-wrapper .filter li a {
	color:#000000;
	font:14px/1.4em;/* 'Alfa Slab One', cursive;*/
	padding:4px 8px;
	margin:0;
	background:none;
	border-radius:0;
	border:2px solid transparent;
	text-transform:none;
	letter-spacing:0;
}
@media (max-width: 767px) {
	.filter-wrapper .filter li a { display:inline-block; }
}
.filter-wrapper .filter li a:active, .filter-wrapper .filter li a:hover, .filter-wrapper .filter li a:focus {
	text-decoration:none;
	color:#000000;
	background:none;
	border-color:#e87b00;
}
.filter-wrapper .filter .active a {
	text-decoration:none;
	color:#000000;
	background:none;
	border-color:#e87b00;
}
@media (max-width: 979px) {
	.filter-wrapper .pull-right { float:none; }
}
.filterable-portfolio li .thumbnail { margin-bottom:18px; }
.filterable-portfolio li .caption h3 {
	text-shadow:none;
	margin:18px 0 5px;
	font:18px/22px 'Sanchez', serif;
	letter-spacing:0;
}
.filterable-portfolio li .caption h3 a {
	color:#434343;
	text-transform:uppercase;
	text-decoration:none;
}
.filterable-portfolio li .caption .excerpt {
	margin-bottom:20px;
	line-height:18px;
}
div.type-page h2 { margin-bottom:13px; }
/*@media (max-width: 767px) {
	div.type-page h2 { margin-top:30px; }
}*/
div.type-page em strong {
	font-style:normal;
	font-weight:normal;
	font-size:14px;
	/*font-family:'Alfa Slab One', cursive;*/
	color:#222222;
}
.related-posts h3, .comment-holder h3, #respond h3 {
	font:28px/1.2em;/* 'Alfa Slab One', cursive;*/
	margin:30px 0 20px;
}
.related-posts a {
	font:22px/1.2em;/* 'Alfa Slab One', cursive;*/
	color:#000;
	display:inline-block;
	letter-spacing:0;
	text-shadow:3px 3px 0 #c6c3b6;
	text-shadow:3px 3px 0 rgba(0,0,0,0.15);
	text-transform:none;
}
.related-posts a:hover { text-decoration:underline; }
.related-posts .thumbnail {
	padding:11px;
	background:#e6e2cc;
	background:rgba(176,178,91,0.1);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.related-posts .thumbnail a {
	display:inline-block;
	width:100%;
}
.related-posts .thumbnail img {
	padding:0;
	width:auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.comment-holder .comment-list .comment .comment-body {
	padding:30px;
	background:#d4cebd;
	background:rgba(181,171,150,0.41);
	border:none;
}
.comment-holder .comment-list .comment .comment-body .comment-author {
	margin:0 20px 0 0;
	text-align:left;
	border:none;
}
@media (max-width: 350px) {
	.comment-holder .comment-list .comment .comment-body .comment-author {
		float:none;
		margin-bottom:30px;
	}
}
.comment-holder .comment-list .comment .comment-body .comment-author img {
	width:80px;
	height:80px;
}
.comment-holder .comment-list .comment .comment-body .comment-author .author {
	width:auto;
	text-align:left;
	font:13px/1em 'Sanchez', serif;
	color:#7a694c;
	text-transform:uppercase;
	margin-top:15px;
}
.comment-holder .comment-list .comment .comment-body .extra-wrap { text-transform:none; }
@media (max-width: 480px) {
	.comment-holder .comment-list .comment .comment-body .extra-wrap { overflow:visible; }
}
.comment-holder .comment-list .comment .comment-body .comment-meta {
	margin:3px 0 0 0;
	font:13px/1.2em 'Sanchez', serif;
	color:#000;
	text-transform:none;
}
.comment-holder #respond #commentform { margin-top:0; }
#respond #commentform { margin-top:15px; }
#respond #commentform textarea {
	width:100%;
	min-width:auto;
	max-width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	height:300px;
	min-height:auto;
	max-height:auto;
	min-width:auto;
	padding:12px 10px 10px;
}
#respond #commentform p input {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	max-width:auto;
	min-width:auto;
	width:100%;
	padding:0 10px;
	height:35px;
	margin-bottom:2px;
}
#respond #commentform p input:focus { box-shadow:none; }
#respond #commentform p input.btn {
	margin-top:10px;
	width:auto;
	padding:0;
	text-decoration:none !important;
	height:25px;
}
#respond #commentform .btn-align { text-align:right; }
.sidebar .widget { margin-bottom:50px; }
.sidebar .widget >h3 {
	font-size:28px;
	line-height:1.4em;
	margin:0 0 10px 0;
}
[id*="categories"] ul, [id*="archives"] ul {
	margin:0;
	list-style-type:none;
}
[id*="categories"] ul li, [id*="archives"] ul li {
	background:none;
	margin:0;
	padding-left:22px;
	background:url(images/cat-arrow.png) no-repeat 0 11px;
}
@media (max-width: 1200px) {
	[id*="categories"] ul li, [id*="archives"] ul li {
		padding:3px 0 3px 22px;
		background-position:0 8px;
	}
}
[id*="categories"] ul li a, [id*="archives"] ul li a {
	font:13px/32px 'Sanchez', serif;
	color:#7a694c;
	text-transform:none;
}
@media (max-width: 1200px) {
	[id*="categories"] ul li a, [id*="archives"] ul li a { line-height:1.2em; }
}
[id*="categories"] ul li a:hover, [id*="archives"] ul li a:hover {
	color:#000;
	text-decoration:none;
}
[id*="my_poststypewidget"] .post-list { margin:20px 0 0 0; }
[id*="my_poststypewidget"] .post-list li { padding:5px 0; }
[id*="my_poststypewidget"] .post-list li .thumbnail { margin:0 20px 20px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	[id*="my_poststypewidget"] .post-list li .thumbnail {
		float:none;
		margin:0 0 20px 0;
		border:none;
	}
	[id*="my_poststypewidget"] .post-list li .thumbnail a { display:inline-block; }
	[id*="my_poststypewidget"] .post-list li .thumbnail a img { width:100%; }
}
@media (max-width: 767px) {
	[id*="my_poststypewidget"] .post-list li .thumbnail a { display:inline-block; }
	[id*="my_poststypewidget"] .post-list li .thumbnail a img {
		width:100%;
		border-radius:0;
	}
}
@media (max-width: 350px) {
	[id*="my_poststypewidget"] .post-list li .thumbnail {
		width:auto;
		display:inline-block;
		float:none;
		border:none;
	}
}
[id*="my_poststypewidget"] .post-list li time {
	font:13px/21px 'Sanchez', serif;
	color:#000;
	margin:0;
	text-transform:none;
	display:inline-block;
}
[id*="my_poststypewidget"] .post-list li .post-list_h {
	font:13px/20px 'Sanchez', serif;
	text-transform:uppercase;
	letter-spacing:0;
	text-shadow:none;
	margin:5px 0 0 0;
}
[id*="my_poststypewidget"] .post-list li .post-list_h a { color:#7a694c; }
[id*="my_poststypewidget"] .post-list li .excerpt {
	overflow:hidden;
	margin-bottom:0;
}
[id*="my_poststypewidget"] .post-list li .btn { margin-top:15px; }
[id*="my_poststypewidget"].latest-posts-widget .post-list { margin-top:0; }
[id*="my_poststypewidget"].latest-posts-widget .post-list li {
	padding-top:2px;
	padding-left:22px;
	background:url(images/cat-arrow.png) no-repeat 0 11px;
}
[id*="my_poststypewidget"].latest-posts-widget .post-list li time, [id*="my_poststypewidget"].latest-posts-widget .post-list li .post-list_comment {
	font:italic 12px/1.2em 'Sanchez', serif;
	color:#42392b;
}
[id*="my_poststypewidget"].latest-posts-widget .post-list li .post-list_comment { color:#5e5d5d; }
[id*="my_poststypewidget"].latest-posts-widget .post-list li .post-list_comment:before {
	content:"|";
	margin:0 6px 0 2px;
	color:#42392b;
}
[id*="my_poststypewidget"].latest-posts-widget .post-list li .post-list_h { text-transform:none; }
[id*="my_poststypewidget"].latest-posts-widget .post-list li .post-list_h a:hover {
	color:#fff;
	text-decoration:underline;
}
[id*="my-recent-comments"] .comments-custom { margin-top:30px; }
[id*="my-recent-comments"] .comments-custom .comments-custom_li .featured-thumbnail {
	margin:0 20px 10px 0;
	background:#b5ab96;
	padding:14px;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .featured-thumbnail img {
	width:58px;
	height:58px;
	padding:0;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li time {
	display:inline-block;
	font:13px/20px 'Sanchez', serif;
	color:#000;
	text-transform:none;
	margin:0;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_h_author {
	font:13px/20px 'Sanchez', serif;
	color:#7a694c;
	letter-spacing:0;
	text-transform:uppercase;
	text-shadow:none;
	margin:17px 0 0;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_txt { border:none; }
[id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_txt a { color:#7a694c; }
@media (max-width: 979px) {
	.social .social_li { margin:0 5px 5px 0; }
}
.social .social_li .social_link {
	opacity:1;
	filter:alpha(opacity=100);
}
.social .social_li .social_link:hover .social_ico { border-color:#e58900; }
.social .social_li .social_link:hover.social_link__facebook .social_ico {
	text-indent:-9999px;
	background:url(images/icons/facebook-hover.png) no-repeat 3px 3px;
}
.social .social_li .social_link:hover.social_link__twitter .social_ico {
	text-indent:-9999px;
	background:url(images/icons/twitter-hover.png) no-repeat 3px 3px;
}
.social .social_li .social_link:hover[class*="social_link__google"] .social_ico {
	text-indent:-9999px;
	background:url(images/icons/google+-hover.png) no-repeat 3px 3px;
}
.social .social_li .social_link:hover.social_link__pinterest .social_ico {
	text-indent:-9999px;
	background:url(images/icons/pinterest-hover.png) no-repeat 3px 3px;
}
.social .social_li .social_link:hover.social_link__instagram .social_ico {
	text-indent:-9999px;
	background:url(images/icons/instagram-hover.png) no-repeat 3px 3px;
}
.social .social_li .social_link .social_ico {
	width:38px;
	height:38px;
	line-height:38px;
	border:2px solid #5e5d5d;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
}
.social .social_li .social_link .social_ico img {
	vertical-align:middle;
	position:relative;
	top:-3px;
}
.social .social_li .social_link .social_label {
	line-height:38px;
	padding:0 0 0 13px !important;
}
.search-form .search-form_is {
	margin:5px 0 0 10px;
	padding-top:1px;
	padding-bottom:1px;
	height:20px;
	box-shadow:none;
}
@media (min-width: 768px) and (max-width: 1200px) {
	.search-form .search-form_is {
		display:block;
		margin:0;
	}
}
@media (max-width: 400px) {
	.search-form .search-form_is {
		display:block;
		margin:0;
	}
}
.footer-widgets { padding:17px 0; }
.footer-widgets >div >div >h4 {
	color:#fff;
	margin:10px 0;
}
@media (max-width: 767px) {
	.footer-widgets >div >div >h4 { margin-top:30px; }
}
.footer-widgets [id*="nav_menu"] ul {
	margin:0;
	list-style-type:none;
}
.footer-widgets [id*="nav_menu"] ul li {
	background:none;
	margin:0;
	padding-left:22px;
	background:url(images/cat-arrow.png) no-repeat 0 11px;
}
@media (max-width: 1200px) {
	.footer-widgets [id*="nav_menu"] ul li {
		padding:3px 0 3px 22px;
		background-position:0 8px;
	}
}
.footer-widgets [id*="nav_menu"] ul li a {
	font:13px/32px 'Sanchez', serif;
	color:#7a694c;
	text-transform:none;
}
@media (max-width: 1200px) {
	.footer-widgets [id*="nav_menu"] ul li a { line-height:1.2em; }
}
.footer-widgets [id*="nav_menu"] ul li a:hover {
	color:#fff;
	text-decoration:underline;
}
.footer-widgets .social { margin-top:20px; }
.list.star-list ul li {
	padding-left:64px;
	position:relative;
	margin-top:20px;
}
.list.star-list ul li:first-child { margin-top:0; }
.list.star-list ul li:before {
	position:absolute;
	top:2px;
	left:1px;
	content:"";
	font-size:28px;
	line-height:39px;
	width:39px;
	text-align:center;
	background:#1b1c17;
	color:#e58900;
	height:39px;
	border:3px solid #e58900;
	border-radius:50%;
}
.list.star-list ul li strong {
	display:inline-block;
	padding-bottom:10px;
	font-weight:normal;
}
.hr {
	background:#d4cebd;
	background:rgba(181,171,150,0.41);
	overflow:visible;
	margin:40px 0;
	position:relative;
}
.hr:after {
	content:"";
	width:100%;
	height:1px;
	display:block;
	top:5px;
	position:absolute;
	background:#d4cebd;
	background:rgba(181,171,150,0.41);
}
.posts-grid.news-and-events li .thumbnail { display:none; }
.posts-grid.news-and-events li .post_meta {
	border:none;
	float:left;
	margin:0 15px 40px 0;
}
.posts-grid.news-and-events li .post_meta .post_category, .posts-grid.news-and-events li .post_meta .post_author, .posts-grid.news-and-events li .post_meta .post_comment { display:none; }
.posts-grid.news-and-events li .post_meta .post_date span {
	display:block;
	text-align:center;
	font:36px/1.4em;/* 'Alfa Slab One', cursive;*/
	color:#000;
	text-shadow:3px 3px 0 #c6c3b6;
	text-shadow:3px 3px 0 rgba(0,0,0,0.15);
}
.posts-grid.news-and-events li .post_meta .post_date span.month {
	font-size:18px;
	text-transform:uppercase;
}
.posts-grid.news-and-events li .descr { padding-left:63px; }
.posts-grid.news-and-events li .descr h5 {
	font:14px/22px 'Sanchez', serif;
	text-shadow:none;
}
.posts-grid.news-and-events li .descr h5 a { color:#222222; }
.banner-wrap.banner-home {
	position:relative;
	min-height:612px;
	z-index:100;
	margin-bottom:80px;
}
@media (max-width: 767px) {
	.banner-wrap.banner-home {
		margin-bottom:20px;
		min-height:700px;
	}
}
@media (max-width: 600px) {
	.banner-wrap.banner-home { min-height:580px; }
}
@media (max-width: 550px) {
	.banner-wrap.banner-home { min-height:500px; }
}
@media (max-width: 480px) {
	.banner-wrap.banner-home { min-height:inherit; }
}
.banner-wrap.banner-home .featured-thumbnail {
	position:absolute;
	width:100%;
	text-align:center;
	z-index:-1;
	margin:146px 0 0 15px;
}
@media (max-width: 767px) {
	.banner-wrap.banner-home .featured-thumbnail { margin-top:190px; }
}
@media (max-width: 480px) {
	.banner-wrap.banner-home .featured-thumbnail { display:none; }
}
.banner-wrap.banner-home .featured-thumbnail img {
	background:none;
	padding:0;
	margin:0 auto;
}
.banner-wrap.banner-home h5 {
	font:36px/1.2em;/* 'Alfa Slab One', cursive;*/
	color:#fff;
	text-shadow:0 2px 2px rgba(0,0,0,0.2);
	text-align:center;
	margin:10px 0 23px;
	text-transform:none;
}
@media (max-width: 767px) {
	.banner-wrap.banner-home h5 { margin-top:0; }
}
@media (max-width: 480px) {
	.banner-wrap.banner-home h5 { color:#000; }
}
.banner-wrap.banner-home p {
	font:16px/24px 'Sanchez', serif;
	color:#fff;
	text-shadow:0 2px 2px rgba(0,0,0,0.2);
	text-align:center;
}
@media (max-width: 480px) {
	.banner-wrap.banner-home p { color:#000; }
}
.service-box {
	background:none;
	padding:0;
	border-radius:0;
	box-shadow:none;
	border:none;
}
.service-box .icon { margin:0 30px 20px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	.service-box .icon { margin-right:15px; }
}
.service-box .icon i:before {
	font-size:28px;
	line-height:64px;
	width:64px;
	text-align:center;
	background:#1b1c17;
	color:#e58900;
	height:64px;
	border:3px solid #e58900;
	border-radius:50%;
	transition:all 0.3s ease 0s;
}
.service-box .icon i.angle:before { transform:rotate(-45deg); }
.service-box.service-home .title {
	font-size:22px;
	line-height:1.4em;
	margin:8px 0;
}
@media (max-width: 767px) {
	.service-box.service-home .title { margin-top:0; }
}
.service-box.service-home .service-box_txt { padding-left:100px; }
@media (min-width: 768px) and (max-width: 979px) {
	.service-box.service-home .service-box_txt { padding-left:85px; }
}
.service-box.first { margin-bottom:40px; }
@media (min-width: 768px) and (max-width: 979px) {
	.service-box.first { margin-bottom:20px; }
}
@media (max-width: 767px) {
	.service-box.first { margin:0; }
}
.service-box:hover .icon i:before { background:#fff; }
.home .table {
	border:none;
	border-collapse:separate;
	border-spacing:0 5px;
	margin-top:20px;
}
.home .table thead { display:none; }
.home .table tbody tr {
	background:#e4e1cb !important;
	background:rgba(176,178,91,0.1) !important;
}
.home .table tbody tr td {
	background:none !important;
	border:none;
}
.home .table tbody tr td:first-child {
	font:14px/1.5em;/* 'Alfa Slab One', cursive;*/
	padding-left:20px;
}
.testimonials .testi-item { margin:0; }
.testimonials .testi-item .testi-item_blockquote {
	padding:0;
	background:none;
	border-radius:0;
}
.testimonials .testi-item .testi-item_blockquote:before, .testimonials .testi-item .testi-item_blockquote:after { display:none; }
.testimonials .testi-item .testi-item_blockquote .featured-thumbnail {
	width:100px;
	height:100px;
	margin:0 30px 0 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.testimonials .testi-item .testi-item_blockquote .featured-thumbnail {
		margin-right:10px;
		width:60px;
		height:60px;
	}
}
.testimonials .testi-item .testi-item_blockquote .featured-thumbnail img { padding:5px; }
.testimonials .testi-item .testi-item_blockquote .user {
	display:block;
	font:14px/22px;/* 'Alfa Slab One', cursive;*/
	color:#000;
	margin-bottom:7px;
}
.testimonials .testi-item .testi-item_blockquote .user:after {
	content:" says ";
	font-family:'Sanchez', serif;
	line-height:18px;
}
.testimonials .testi-item .testi-item_blockquote a {
	font-style:italic;
	color:#7a694c;
}
.testimonials .testi-item .testi-item_blockquote a:before, .testimonials .testi-item .testi-item_blockquote a:after { content:'"'; }
.testimonials .testi-item .testi-item_blockquote a:hover {
	color:#7a694c;
	text-decoration:underline;
}
.testimonials.testi-home { margin-top:20px; }
.testimonials.testi-home .testi-meta { display:none; }
.posts-grid.our-gallery { margin:20px 0 0; }
.posts-grid.our-gallery li { margin-bottom:23px; }
.posts-grid.our-gallery li .descr { display:none; }
.footer { border:none; }
.copyright { padding:27px 0 0; }
.copyright .line {
	width:100%;
	height:1px;
	background:#2b2a2b;
	background:rgba(255,255,255,0.07);
	margin-bottom:25px;
}
nav.nav.footer-nav {
	float:none;
	margin:0;
}
nav.nav.footer-nav ul {
	float:none;
	text-align:right;
}
nav.nav.footer-nav ul li {
	float:none;
	display:inline-block;
	padding:0;
	text-transform:none;
	margin:0 0 0 20px;
}
nav.nav.footer-nav ul li.current-menu-item a, nav.nav.footer-nav ul li a:hover {
	color:#fff;
	text-decoration:underline;
}
.footer-text {
	padding:0;
	font:12px/1.2em 'Sanchez', serif;
	color:#544937;
	float:none;
	text-align:left;
}
.footer-text .site-name {
	font:12px/1.2em 'Sanchez', serif;
	color:#544937;
	text-transform:none;
	padding-top:5px;
	display:inline-block;
}
.footer-text a { color:#5e5d5d; }
.footer-text em {
	font-style:normal;
	display:inline-block;
	padding:0 5px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer-text .privacy { display:inline-block; }
}
@media (max-width: 480px) {
	.footer-text .privacy { display:inline-block; }
}
.google-map {
	margin-top:22px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.google-map iframe {
	padding:8px;
	background:#e6e2cc;
	background:rgba(176,178,91,0.1);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.zoom-icon { background:rgba(0,0,0,0.7); }
.zoom-icon:before {
	background:url(images/zoom.png) 50% 50%;
	margin:-32px 0 0 -32px;
	width:65px;
	height:65px;
}
.google-map, .flexslider { background:url(images/loading.gif) 50% 50% no-repeat; }
.ajax-loader {
	background-image:url(images/loading.gif);
	width:24px;
	display:inline-block;
	padding:24px 0 0 0;
	height:0px !important;
}
.error404-holder { padding:80px 0; }
.error404-holder .error404-holder_num {
	color:#000;
	text-shadow:5px 5px 0 #c6c3b6;
	text-shadow:5px 5px 0 rgba(0,0,0,0.15);
	/*font-family:'Alfa Slab One', cursive;*/
	line-height:1.5em;
}
@media (min-width: 768px) and (max-width: 979px) {
	.error404-holder .error404-holder_num { font-size:150px; }
}
@media (max-width: 767px) {
	.error404-holder .error404-holder_num { font-size:180px; }
}
@media (max-width: 480px) {
	.error404-holder .error404-holder_num { font-size:100px; }
}
@media (max-width: 767px) {
	.archive_h { margin-top:30px; }
}
blockquote p { line-height:22px; }
.ie9 .social .social_li .social_link:hover.social_link__facebook .social_ico, .ie8 .social .social_li .social_link:hover.social_link__facebook .social_ico {
	text-indent:-9999px;
	background:url(images/icons/facebook-hover.png) no-repeat 3px 4px;
}
.ie9 .social .social_li .social_link:hover.social_link__twitter .social_ico, .ie8 .social .social_li .social_link:hover.social_link__twitter .social_ico {
	text-indent:-9999px;
	background:url(images/icons/twitter-hover.png) no-repeat 3px 4px;
}
.ie9 .social .social_li .social_link:hover[class*="social_link__google"] .social_ico, .ie8 .social .social_li .social_link:hover[class*="social_link__google"] .social_ico {
	text-indent:-9999px;
	background:url(images/icons/google+-hover.png) no-repeat 3px 4px;
}
.ie9 .social .social_li .social_link:hover.social_link__pinterest .social_ico, .ie8 .social .social_li .social_link:hover.social_link__pinterest .social_ico {
	text-indent:-9999px;
	background:url(images/icons/pinterest-hover.png) no-repeat 3px 4px;
}
.ie9 .social .social_li .social_link:hover.social_link__instagram .social_ico, .ie8 .social .social_li .social_link:hover.social_link__instagram .social_ico {
	text-indent:-9999px;
	background:url(images/icons/instagram-hover.png) no-repeat 3px 4px;
}
.ie9 .search-form .search-form_it, .ie8 .search-form .search-form_it { padding-top:9px !important; }
.ie8 h1, .ie8 h2, .ie8 h3, .ie8 h4, .ie8 h5, .ie8 h6 { line-height:1.2em; }
.ie8 .wpcf7-form .wpcf7-not-valid-tip { font-size:10px !important; }
.ie8 [id*="categories"] ul li, .ie8 [id*="archives"] ul li {
	padding:3px 0 3px 22px;
	background-position:0 8px;
}
.ie8 [id*="categories"] ul li a, .ie8 [id*="archives"] ul li a { line-height:1.2em; }
.ie8 .search-form .search-form_is {
	display:block;
	margin:0;
	padding:1px;
	height:25px;
}
.ie8 .search-form .search-form_is:hover, .ie8 .search-form .search-form_is:focus, .ie8 .search-form .search-form_is:active { color:#000 !important; }
.ie8 .footer-widgets [id*="nav_menu"] ul li {
	padding:3px 0 3px 22px;
	background-position:0 8px;
}
.ie8 .footer-widgets [id*="nav_menu"] ul li a { line-height:1.2em; }
.ie8 .service-box .icon i.angle:before {
	content:"";
	background:#1b1c17 url(images/wifi.png) 50% 50% no-repeat;
}
.ie8 .service-box:hover .icon i.angle:before {
	content:"";
	background:#fff url(images/wifi.png) 50% 50% no-repeat;
}
.ie8 .comment-author {
	width:80px !important;
	height:auto !important;
	margin-right:30px;
}
.ie8 .comment-author img {
	width:80px !important;
	height:80px !important;
}
.ie8 .post-author_gravatar { width:80px !important; }
.ie8 .post-author_gravatar img { width:80px !important; }
.ie8 .comments-custom_li .thumbnail { width:88px !important; }
.ie8 .comments-custom_li .avatar {
	width:58px !important;
	height:58px !important;
}
.ie8 #respond #commentform p input { padding-top:8px; }
.ie8 #respond #commentform p input.btn { padding:0; }
.ie8 .posts-grid.our-gallery .thumbnail {
	width:100%;
	height:auto;
}
.ie8 .posts-grid.our-gallery .thumbnail img { width:100%; }
.ie8 .thumbnail__portfolio {
	-webkit-box-sizing:border-box !important;
	-moz-box-sizing:border-box !important;
	box-sizing:border-box !important;
	width:100%;
}
.ie8 .thumbnail__portfolio img {
	-webkit-box-sizing:border-box !important;
	-moz-box-sizing:border-box !important;
	box-sizing:border-box !important;
	width:100%;
}
.ie8 .google-map {
	padding:8px 8px 4px 8px;
	background-color:#e6e2cc;
}
.ie8 .google-map iframe {
	padding:0;
	background:none;
}
.transition { transition:all 0.3s ease 0s; }
.background-alpha {
	background:#d4cebd;
	background:rgba(181,171,150,0.41);
}
.text-shadow {
	text-shadow:3px 3px 0 #c6c3b6;
	text-shadow:3px 3px 0 rgba(0,0,0,0.15);
}
.clearfix { *zoom:1; }
.clearfix:before, .clearfix:after {
	display:table;
	content:"";
	line-height:0;
}
.clearfix:after { clear:both; }
.hide-text {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.input-block-level {
	display:block;
	width:100%;
	min-height:29px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}


.nav__primary {
  position: relative;
  float: none;
  text-align: center;
  padding: 0;
  margin: 34px 0;
}

.nav__primary .sf-menu >li {
  background: none;
  float: left;
  text-align: left;
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0 0 0 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s ease 0s;
}

/*fix header mobile*/ 
@media only screen and (max-width: 768px)
{
    header.motopress-wrapper.header {
        min-height: 150px;
        position: relative;
    }
    header.header > div.container > div {
        position: relative;
    }

    .content-holder > div.container, .nav__primary, .footer {
        padding-left: 20px;
        padding-right: 20px;
        float: none;
    }
}