@import url("../CherryFramework/style.css");
@import url("btn.css");
@import url(//fonts.googleapis.com/css?family=Architects+Daughter|Open+Sans:400,400italic,700,800|Open+Sans+Condensed:300,700);
.main-holder { overflow:hidden; }
.header { z-index:101; }
.content-holder {
	background:url(images/bg-header.jpg);
	z-index:100;
}
.footer { z-index:99; }
@media (max-width: 767px) {
	body { padding:0; }
	body .header { padding:0 20px; }
	body .footer {
		padding:0 20px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	body .content-holder { padding:0 20px 40px 20px !important; }
	body.home .header { padding:0 20px; }
	body.home .content-holder { padding:0 !important; }
	body.home .content-holder >.container { padding:0 20px 0 20px !important; }
}
a { transition:all 0.3s ease 0s; }
.featured-thumbnail, .thumbnail, figure.frame {
	background:none;
	border-radius:0;
	padding:0;
	box-shadow:none;
	border:none;
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.featured-thumbnail img, .thumbnail img, figure.frame img {
	display:inline-block;
	border-radius:0;
	border:none;
	padding:0;
	background:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
figure.frame {
	margin-left:0;
	text-align:left;
}
figure.frame p { margin:0 !important; }
@media (max-width: 767px) {
	figure.frame { text-align:center; }
}
figure.frame.alignnone { margin:0 0 20px; }
@media (max-width: 767px) {
	figure.frame.alignnone {
		margin:0 0 20px 0;
		text-align:center;
	}
}
figure.frame.alignleft { margin:5px 30px 20px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	figure.frame.alignleft {
		float:none;
		margin:0 0 20px;
	}
}
@media (max-width: 600px) {
	figure.frame.alignleft {
		margin:0 0 20px 0;
		float:none;
	}
}
figure.frame.alignright { margin:0 0 10px 30px; }
@media (min-width: 768px) and (max-width: 979px) {
	figure.frame.alignright {
		float:none;
		margin:0 0 20px 0;
	}
}
@media (max-width: 550px) {
	figure.frame.alignright {
		float:none;
		margin:20px 0 20px 0;
	}
}
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:18px;
	line-height:1.3em;
	text-transform:none;
	color:#000;
	text-decoration:none;
	position:relative;
	border-radius:0;
	background:none;
	box-shadow:none;
	border:1px solid #cac7c4 !important;
	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 {
	background:#fff;
	box-shadow:none;
	border-color:#202121 !important;
}
.wpcf7 .wpcf7-form p { margin-bottom:10px; }
.wpcf7 .wpcf7-form p input[type="text"], .wpcf7 .wpcf7-form p input[type="email"] {
	padding:5px 10px;
	margin:0;
	height:35px;
	line-height:35px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.wpcf7 .wpcf7-form p input[type="text"]:focus, .wpcf7 .wpcf7-form p input[type="email"]:focus { border-color:#202121 !important; }
.wpcf7 .wpcf7-form textarea {
	margin-bottom:10px;
	padding:15px 10px;
}
.wpcf7 .wpcf7-form textarea:focus { border-color:#202121 !important; }
.wpcf7 .wpcf7-form .btn-align { text-align:right; }
.wpcf7 .wpcf7-form .btn-align input[type="submit"], .wpcf7 .wpcf7-form .btn-align input[type="reset"] {
	height:auto;
	margin-left:10px;
}
.wpcf7 .wpcf7-form .btn-align div.ajax-loader {
	float:left;
	margin-left:10px;
}
.wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
	line-height:35px;
	font-size:14px;
	padding:0 10px !important;
	vertical-align:middle;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.wpcf7 .wpcf7-form .wpcf7-not-valid-tip { font-size:12px !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
		font-size:9px !important;
		padding:0 7px !important;
	}
}
.wpcf7 .wpcf7-form .submit-wrap { position:relative; }
.wpcf7 .wpcf7-form .submit-wrap .btn { height:auto; }
.wpcf7 .wpcf7-form .submit-wrap input {
	margin:0;
	height:auto;
	display:inline-block;
}
.wpcf7 .wpcf7-form .submit-wrap .input-btn {
	margin-right:10px;
	overflow:visible;
}
.wpcf7 .wpcf7-form .submit-wrap .input-btn > span { display:inline-block; }
.wpcf7 .wpcf7-form .submit-wrap .input-btn:hover:before {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.wpcf7 .wpcf7-form .submit-wrap .ajax-loader {
	position:absolute;
	right:-30px;
	top:5px;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input { outline:none; }
select:-moz-placeholder, textarea:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="week"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="color"]:-moz-placeholder, .uneditable-input:-moz-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, .uneditable-input:-ms-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, .uneditable-input::-webkit-input-placeholder, select::-moz-placeholder, textarea::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="color"]::-moz-placeholder, .uneditable-input::-moz-placeholder {
	color:#000;
	opacity:1;
}
.header {
	border:none;
	padding:0;
}
.header:before {
	content:'';
	width:100%;
	height:9px;
	background:url(images/top-triangle.png) repeat-x;
	position:absolute;
	top:0;
	left:0;
}
.header:after {
	content:'';
	width:100%;
	height:1px;
	background:url(images/line.png) repeat-x 0 100%;
	position:absolute;
	bottom:0;
	left:0;
}
.home .header:after { display:none; }
.nav-wrap {
	background:url(images/line.png) repeat-x 0 100%;
	position:relative;
	padding:15px 0 6px;
	z-index:100;
	-webkit-transform:translateZ(0);
}
@media only screen and (min-width: 998px) {
	.nav-wrap.isStuck {
		background:url(images/line.png) repeat-x 0 100%, url(images/bg-header.jpg);
		padding:5px 0;
	}
}
@media (max-width: 998px) {
	.nav-wrap.isStuck {
		position:relative !important;
		top:0 !important;
		border:none;
		background-color:transparent;
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
	}
}
.ie8 .nav-wrap.isStuck {
	position:relative !important;
	top:0 !important;
	border:none;
	background-color:transparent;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.nav-wrap.isStuck .nav__primary { padding-top:4px; }
.nav-wrap >div {
	position:relative;
	z-index:10;
}
.nav-wrap:before, .nav-wrap:after {
	content:"";
	display:block;
	height:100%;
	position:absolute;
	top:0;
	width:100%;
	background:inherit;
	z-index:1;
}
.nav-wrap:before { left:-100%; }
.nav-wrap:after { right:-100%; }
@media (max-width: 998px) {
	.pseudoStickyBlock { height:0 !important; }
}
.nav__primary {
	padding:0 4px 0 0;
	margin:0;
}
@media (max-width: 767px) {
	.nav__primary {
		padding:20px 0;
		margin:0;
	}
}
.nav__primary .select-menu { height:40px; }
.nav__primary .sf-menu {
	float:none;
	text-align:right;
	position:relative;
}
.nav__primary .sf-menu > .menu-item {
	display:inline-block;
	float:none;
	vertical-align:top;
	background:none;
	margin:0 0 0 29px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.nav__primary .sf-menu > .menu-item { margin:0 0 0 5px; }
}
.nav__primary .sf-menu > .menu-item:after {
	content:'';
	width:0;
	height:1px;
	background:#292929;
	display:block;
	transition:all 0.3s ease 0s;
}
.nav__primary .sf-menu > .menu-item:first-child { margin:0; }
.nav__primary .sf-menu > .menu-item:hover:after {
	width:100%;
	background:#292929;
}
.nav__primary .sf-menu > .menu-item > a {
	border:none;
	background:none;
	text-transform:none;
	padding:0;
	font-weight:600;
}
.nav__primary .sf-menu > .menu-item > a:hover, .nav__primary .sf-menu > .menu-item > a:active, .nav__primary .sf-menu > .menu-item > a:focus { color:#292929; }
.nav__primary .sf-menu > .menu-item > a:hover .sf-sub-indicator, .nav__primary .sf-menu > .menu-item > a:active .sf-sub-indicator, .nav__primary .sf-menu > .menu-item > a:focus .sf-sub-indicator { background-position:-10px -100px; }
.nav__primary .sf-menu > .menu-item > a >.sf-sub-indicator {
	position:absolute;
	display:inline-block;
	top:22px;
	left:50%;
	margin-left:-5px;
	background:url("images/arrows-ffffff.png") no-repeat scroll 0 -100px transparent;
}
.nav__primary .sf-menu > .menu-item.current-menu-item:after, .nav__primary .sf-menu > .menu-item.sfHover:after {
	width:100%;
	background:#292929;
}
.nav__primary .sf-menu > .menu-item.current-menu-item > a, .nav__primary .sf-menu > .menu-item.sfHover > a { color:#292929; }
.nav__primary .sf-menu > .menu-item.current-menu-item > a .sf-sub-indicator, .nav__primary .sf-menu > .menu-item.sfHover > a .sf-sub-indicator { background-position:-10px -100px; }
.nav__primary .sf-menu > .menu-item > .sub-menu {
	width:180px;
	left:50%;
	margin-left:-90px;
	top:36px;
	background:url(images/bg-dark.jpg);
	padding:20px 0;
}
.nav__primary .sf-menu > .menu-item > .sub-menu .menu-item {
	text-align:left;
	background:none;
	font:600 12px/1.2em 'Open Sans', sans-serif;
	padding:9px 20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.nav__primary .sf-menu > .menu-item > .sub-menu .menu-item > a {
	text-transform:uppercase;
	border:none;
	background:none;
	padding:0;
	display:inline-block;
}
.nav__primary .sf-menu > .menu-item > .sub-menu .menu-item > a >.sf-sub-indicator {
	top:2px;
	left:-15px;
	right:auto;
	background:url("images/arrows-ffffff.png") no-repeat scroll 0 0 transparent;
}
.nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item > a { color:#fff; }
.nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item > a:hover, .nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item > a:active, .nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item > a:focus { color:#eeb424; }
.nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item.current-menu-item > a, .nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item.sfHover > a { color:#eeb424; }
.nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item.current-menu-item > a .sf-sub-indicator, .nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item.sfHover > a .sf-sub-indicator { background-position:-10px 0; }
.nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item > .sub-menu {
	width:100%;
	background:url(images/bg-dark.jpg);
	padding:20px 0;
	margin-right:0;
	left:auto;
	right:100%;
	top:-20px;
}
.nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item > .sub-menu .menu-item > a { color:#fff; }
.nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item > .sub-menu .menu-item > a:hover, .nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item > .sub-menu .menu-item > a:active, .nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item > .sub-menu .menu-item > a:focus { color:#eeb424; }
.nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item > .sub-menu .menu-item.current-menu-item > a { color:#eeb424; }
.logo {
	padding:36px 0 28px;
	text-align:center;
}
.home .logo { padding-bottom:27px; }
@media only screen and (min-width: 1200px) {
	.logo { padding-left:79px; }
}
.ie8 .logo { padding-left:79px; }
@media (max-width: 767px) {
	.logo { padding:20px 0; }
}
.logo.pull-left { float:none; }
@media (min-width: 768px) and (max-width: 979px) {
	.logo { width:100%; }
}
@media (max-width: 767px) {
	.logo .logo_h__txt {
		font-size:40px;
		line-height:1.2em;
	}
}
@media (max-width: 767px) {
	.logo .logo_h__txt a {
		font-size:40px;
		line-height:1.2em;
	}
}
.logo .logo_h__txt a:hover, .logo .logo_h__txt a:active, .logo .logo_h__txt a:focus {
	color:#454544;
	text-decoration:none;
}
#content, #sidebar { padding-top:25px; }
.ie8 #content.row {
	background:url(images/line.png) 0 0 repeat-x;
	position:relative;
}
.ie8 #content.row:before, .ie8 #content.row:after {
	content:"";
	display:block;
	height:100%;
	position:absolute;
	top:0;
	width:100%;
	background:inherit;
	z-index:1;
}
.ie8 #content.row:before { left:-100%; }
.ie8 #content.row:after { right:-100%; }
.title-section {
	margin:0;
	background:none;
	padding:26px 0 0;
	position:relative;
}
@media (max-width: 767px) {
	.title-section { padding:20px 0; }
}
.title-section .title-header {
	text-align:left;
	letter-spacing:0;
	padding:0 0 8px;
	margin:0;
	color:#000;
	text-transform:none;
	font:800 30px/1.3em 'Open Sans', sans-serif;
	position:relative;
}
@media (min-width: 768px) and (max-width: 979px) {
	.title-section .title-header { font-size:25px; }
}
@media (max-width: 480px) {
	.title-section .title-header { font-size:25px; }
}
.title-section .title-header small { font-size:25px; }
@media (min-width: 768px) and (max-width: 979px) {
	.title-section .title-header small { font-size:20px; }
}
@media (max-width: 480px) {
	.title-section .title-header small { font-size:20px; }
}
.title-section .breadcrumb {
	position:relative;
	text-align:left;
	background:url(images/line.png) 0 100% repeat-x, url(images/line.png) 0 0 repeat-x;
	display:block;
	padding:6px 0;
	margin:0;
	text-transform:none;
	text-shadow:none;
	letter-spacing:0;
	border:none;
	box-shadow:none;
	border-radius:0;
	font:18px/1.2em 'Open Sans', sans-serif;
}
.ie8 .title-section .breadcrumb { background:url(images/line.png) 0 0 repeat-x; }
.title-section .breadcrumb >div {
	position:relative;
	z-index:10;
}
.title-section .breadcrumb:before, .title-section .breadcrumb:after {
	content:"";
	display:block;
	height:100%;
	position:absolute;
	top:0;
	width:100%;
	background:inherit;
	z-index:1;
}
.title-section .breadcrumb:before { left:-100%; }
.title-section .breadcrumb:after { right:-100%; }
.title-section .breadcrumb >li {
	text-shadow:none;
	display:inline-block;
}
@media (max-width: 480px) {
	.title-section .breadcrumb >li {
		float:none;
		display:block;
	}
}
.title-section .breadcrumb >li.active { color:#000; }
.title-section .breadcrumb a {
	color:#eeb424;
	text-shadow:none;
}
.title-section .breadcrumb a:hover, .title-section .breadcrumb a:active {
	text-decoration:none;
	color:#000;
}
.title-section .breadcrumb .divider { padding:0 10px; }
@media (max-width: 480px) {
	.title-section .breadcrumb .divider { display:none; }
}
.title-section .breadcrumb .divider:after {
	color:#000;
	content:"/";
	font:18px/1.2em 'Open Sans', sans-serif;
}
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.post__holder {
	margin-bottom:50px;
	overflow:visible;
}
article.post__holder .post-header {
	margin:0;
	padding:0 0 27px;
}
@media (max-width: 767px) {
	article.post__holder .post-header { padding:0 0 20px; }
}
article.post__holder .post-header .post-title {
	text-align:left;
	font:800 30px/1.3em 'Open Sans', sans-serif;
	margin:0;
	padding:0;
	letter-spacing:0;
	text-transform:none;
	color:#000;
}
@media (min-width: 768px) and (max-width: 979px) {
	article.post__holder .post-header .post-title { font-size:25px; }
}
@media (max-width: 979px) {
	article.post__holder .post-header .post-title { margin:0 !important; }
}
@media (max-width: 480px) {
	article.post__holder .post-header .post-title { font-size:25px; }
}
article.post__holder .post-header .post-title a {
	color:#000;
	display:inline-block;
}
article.post__holder .post-header .post-title a:hover, article.post__holder .post-header .post-title a:active, article.post__holder .post-header .post-title a:focus {
	color:#eeb424;
	text-decoration:none;
}
article.post__holder .post_content {
	background: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: 320px) {
	article .thumbnail {
		width:auto !important;
		display:inline-block;
		float:none;
		margin:0 0 15px 0;
	}
	article .thumbnail img { width:100%; }
}
article .thumbnail.flexslider { margin:0 0 20px; }
@media (max-width: 320px) {
	article .thumbnail.flexslider { display:block; }
}
article .thumbnail.large { margin:0 0 30px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	article .thumbnail.large { float:none !important; }
}
article .post_meta {
	padding:7px 0;
	border:none;
	position:relative;
	display:block;
	margin:20px 0;
	overflow:visible;
	background:url(images/line.png) repeat-x 0 0, url(images/line.png) repeat-x 0 100%;
	border-radius:0;
	border-top:none;
	border-bottom:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
article .post_meta .post_meta_unite {
	font:18px/1.2em 'Open Sans', sans-serif;
	border-color:transparent;
}
article .post_meta .post_meta_unite .meta_group > div { padding:2px 10px; }
article .post_meta i {
	margin-right:0;
	padding-right:5px;
	color:#454544;
	font-size:24px;
}
article .post_meta .post_date time { color:#eeb424; }
article .post_meta .post_author a { color:#eeb424; }
article .post_meta .post_category a, article .post_meta .post_tag a, article .post_meta .post_tag { color:#000000; }
article .post_meta .post_comment a { color:#000000; }
article .post_meta .user_like, article .post_meta .post_views { color:#000000; }
article .post_meta .post_permalink a { color:#000000; }
article .post_meta > div a:hover, article .post_meta > div a:active {
	text-decoration:none;
	color:#eeb424;
}
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:20px; }
article.testimonial {
	background:#fff;
	border-color:#cac7c4;
}
article.testimonial .user, article.testimonial .info { color:#000; }
.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:30px 0;
	background:none;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.single #content .share-buttons .pinterest img { vertical-align:top; }
.single #content .post-author {
	margin:40px 0 50px;
	padding:30px 20px;
	border:none;
	background:url(images/bg-green.jpg);
	border-radius:0;
}
.single #content .post-author .post-author_h {
	font:600 24px/1.2em 'Open Sans', sans-serif;
	margin:0 0 10px 0;
	letter-spacing:0;
	text-align:left;
	text-transform:none;
	color:#f0eeea;
	display:block;
}
.single #content .post-author .post-author_h a {
	color:#fff;
	text-transform:none;
	font:18px/1.2em 'Open Sans', sans-serif;
}
.single #content .post-author .post-author_h a:hover, .single #content .post-author .post-author_h a:active, .single #content .post-author .post-author_h a:focus {
	color:#eeb424;
	text-decoration:none;
}
.single #content .post-author .post-author_gravatar {
	display:block;
	margin:15px 40px 10px 0;
}
.single #content .post-author .post-author_gravatar img {
	width:80px;
	height:80px;
	border-radius:0;
	border:none;
	padding:0;
	background:none;
}
.single #content .post-author .post-author_desc {
	padding-left:0;
	padding-top:0;
	text-transform:none;
	color:#ffffff;
	font:18px/30px 'Open Sans', sans-serif;
}
@media (max-width: 480px) {
	.single #content .post-author .post-author_desc { padding-left:0; }
}
.single #content .post-author .post-author_link {
	margin-top:15px;
	text-transform:none;
	color:#f0eeea;
	font:600 24px/1.2em 'Open Sans', sans-serif;
}
.single #content .post-author .post-author_link p { margin:0; }
.single #content .post-author .post-author_link a {
	color:#fff;
	text-transform:none;
	font:18px/1.2em 'Open Sans', sans-serif;
}
.single #content .post-author .post-author_link a:hover, .single #content .post-author .post-author_link a:active, .single #content .post-author .post-author_link a:focus {
	color:#eeb424;
	text-decoration:none;
}
.filter-wrapper {
	margin:5px 0 15px;
	position:relative;
	text-align:right;
}
@media (max-width: 979px) {
	.filter-wrapper {
		margin:20px 0;
		text-align:left;
	}
}
.filter-wrapper strong {
	color:#000;
	padding:0;
	font:600 18px/1.25em 'Open Sans', sans-serif;
	margin-right:44px;
	margin-top:6px;
	text-transform:uppercase;
	letter-spacing:0;
	float:none;
	display:inline-block;
	vertical-align:top;
}
@media (min-width: 768px) and (max-width: 979px) {
	.filter-wrapper strong { margin-right:20px; }
}
@media (max-width: 767px) {
	.filter-wrapper strong { margin:0 0 20px; }
}
.filter-wrapper .filter {
	margin:0;
	display:inline-block;
	float:none;
	position:relative;
	top:0;
}
@media (max-width: 767px) {
	.filter-wrapper .filter {
		float:none;
		display:block;
	}
}
.filter-wrapper .filter li {
	margin:0 0 0 22px;
	float:left;
	font:600 18px/1.25em 'Open Sans', sans-serif;
	position:relative;
	display:block;
}
@media (min-width: 768px) and (max-width: 979px) {
	.filter-wrapper .filter li { margin:0 0 0 10px; }
}
@media (max-width: 767px) {
	.filter-wrapper .filter li {
		float:none;
		margin:0 0 10px 0 !important;
	}
}
.filter-wrapper .filter li:first-child { margin:0; }
.filter-wrapper .filter li a {
	color:#000;
	padding:10px 20px;
	margin:0;
	display:inline-block;
	background:transparent;
	border-radius:0;
	text-transform:uppercase;
	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:#fff;
	background:#010000;
}
.filter-wrapper .filter .active a {
	text-decoration:none;
	color:#fff;
	background:#010000;
}
.filter-wrapper .pull-right { float:none; }
.filterable-portfolio li.portfolio_item .portfolio_item_holder { position:relative; }
.filterable-portfolio li.portfolio_item .portfolio_item_holder .thumbnail { margin:0; }
.filterable-portfolio li.portfolio_item .portfolio_item_holder .caption {
	padding:15px 20px 10px;
	border:1px solid #cac7c4;
	border-top:none;
	text-align:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.chrome .filterable-portfolio li.portfolio_item .portfolio_item_holder .caption { margin-right:1px; }
.filterable-portfolio li.portfolio_item .portfolio_item_holder .caption h3 {
	text-shadow:none;
	margin:0;
	font:600 24px/30px 'Open Sans', sans-serif;
	letter-spacing:0;
}
.filterable-portfolio li.portfolio_item .portfolio_item_holder .caption h3 a {
	color:#000;
	text-transform:none;
	text-decoration:none;
}
.filterable-portfolio li.portfolio_item .portfolio_item_holder .caption h3 a:hover, .filterable-portfolio li.portfolio_item .portfolio_item_holder .caption h3 a:active {
	text-decoration:none;
	color:#eeb424;
}
.filterable-portfolio li.portfolio_item .portfolio_item_holder .caption .excerpt {
	font:18px/30px 'Open Sans', sans-serif;
	color:#000;
	text-transform:none;
	margin:0;
}
.filterable-portfolio li.portfolio_item .portfolio_item_holder .caption .btn { margin:15px 0 0 0; }
.portfolio-meta, .portfolio-meta-list, .pager { border-color:#cac7c4; }
.related-posts, .comment-holder, #respond {
	margin:0;
	padding:40px 0 0 0;
}
.related-posts h3, .comment-holder h3, #respond h3 {
	font:800 30px/1.2em 'Open Sans', sans-serif;
	margin:0 0 30px;
	text-align:left;
	letter-spacing:0;
	text-transform:none;
	color:#000;
	display:block;
}
@media (min-width: 768px) and (max-width: 979px) {
	.related-posts h3, .comment-holder h3, #respond h3 { font-size:25px; }
}
@media (max-width: 480px) {
	.related-posts h3, .comment-holder h3, #respond h3 { font-size:25px; }
}
.related-posts .related-posts_item { overflow:visible; }
.related-posts a {
	font:600 24px/1.2em 'Open Sans', sans-serif;
	color:#000;
	display:inline;
	letter-spacing:0;
	text-transform:none;
}
@media (max-width: 979px) {
	.related-posts a {
		font-size:14px;
		line-height:1em;
	}
}
.related-posts a:hover, .related-posts a:active, .related-posts a:focus {
	text-decoration:none;
	color:#eeb424;
}
.related-posts .thumbnail {
	margin:0 0 20px;
	-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 {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.comment-holder .pagination { margin:10px 0; }
.comment-holder .comment-list .comment .comment-body {
	padding:30px 20px;
	margin:0 0 30px;
	background:url(images/bg-green.jpg);
	border-radius:0;
	border:none;
}
.comment-holder .comment-list .comment .comment-body .comment-author {
	margin:8px 40px 10px 0;
	text-align:left;
	border:none;
}
.comment-holder .comment-list .comment .comment-body .comment-author img {
	width:80px;
	height:80px;
	border-radius:0;
	padding:0;
	border:none;
	background:none;
}
.comment-holder .comment-list .comment .comment-body .comment-author .author {
	width:auto;
	text-align:left;
	font:18px/1.2em 'Open Sans', sans-serif;
	color:#fff;
	padding-top:20px;
	text-transform:none;
}
.comment-holder .comment-list .comment .comment-body .extra-wrap {
	padding:0;
	margin:0;
	background:none;
	color:#fff;
	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:18px/1.2em 'Open Sans', sans-serif;
	color:#fff;
	letter-spacing:0;
	text-transform:none;
}
.comment-holder .comment-reply-link {
	padding:0;
	background:#010000;
	transition:all 0.3s ease 0s;
}
.comment-holder .comment-reply-link:hover, .comment-holder .comment-reply-link:active, .comment-holder .comment-reply-link:focus {
	color:#fff;
	background:#010000;
}
.comment-holder #respond #commentform { margin-top:0; }
#respond #commentform { margin:15px 0 0; }
#respond #commentform textarea {
	min-width:inherit;
	min-height:inherit;
	max-height:inherit;
	min-width:inherit;
	max-width:100%;
	width:100%;
	height:300px;
	padding:8px 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#respond #commentform p input {
	max-width:inherit;
	min-width:inherit;
	width:100%;
	height:49px;
	padding:8px 10px;
	margin-bottom:2px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#respond #commentform p input:focus { box-shadow:none; }
#respond #commentform .input-btn {
	margin:20px 0;
	float:none;
}
#respond #commentform .input-btn input {
	margin:0;
	width:auto;
	padding:0 !important;
	height:auto !important;
}
#respond #commentform .input-btn > span {
	display:inline-block;
	padding:15px 20px;
	height:auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#sidebar.sidebar .widget { margin:60px 0 0 0; }
#sidebar.sidebar .widget:first-child { margin:3px 0 0 0; }
#sidebar.sidebar .widget >h3 {
	margin:0 0 20px 0;
	font:800 30px/1.2em 'Open Sans', sans-serif;
	letter-spacing:0;
	display:block;
	color:#000;
	text-align:left;
	text-transform:none;
	-moz-hyphens:auto;
	word-wrap:break-word;
}
@media (min-width: 768px) and (max-width: 979px) {
	#sidebar.sidebar .widget >h3 { font-size:25px; }
}
@media (max-width: 480px) {
	#sidebar.sidebar .widget >h3 { font-size:25px; }
}
[id*="categories"] ul, [id*="archives"] ul, .list.custom-list ul {
	margin:0 0 11px;
	list-style-type:none;
}
@media (max-width: 767px) {
	[id*="categories"] ul, [id*="archives"] ul, .list.custom-list ul { margin:0 0 30px; }
}
[id*="categories"] ul li, [id*="archives"] ul li, .list.custom-list ul li {
	margin:0;
	padding:0;
	position:relative;
}
[id*="categories"] ul li:before, [id*="archives"] ul li:before, .list.custom-list ul li:before { display:none; }
[id*="categories"] ul li a, [id*="archives"] ul li a, .list.custom-list ul li a {
	font:italic 12px/1.2em 'Open Sans', sans-serif;
	color:#eeb424;
	text-transform:none;
	text-decoration:underline;
	display:inline-block;
	position:relative;
	overflow:hidden;
	z-index:10;
	padding:7px 1px;
}
[id*="categories"] ul li a:hover, [id*="categories"] ul li a:active, [id*="categories"] ul li a:focus, [id*="archives"] ul li a:hover, [id*="archives"] ul li a:active, [id*="archives"] ul li a:focus, .list.custom-list ul li a:hover, .list.custom-list ul li a:active, .list.custom-list ul li a:focus {
	color:#000;
	text-decoration:none;
	background:none;
}
[id*="my_poststypewidget"] .post-list { margin:0; }
[id*="my_poststypewidget"] .post-list li {
	padding:0;
	margin:40px 0 0 0;
	overflow:visible;
	position:relative;
}
[id*="my_poststypewidget"] .post-list li:first-child {
	margin-top:0;
	border:none;
}
[id*="my_poststypewidget"] .post-list li .thumbnail {
	margin:0 30px 10px 0;
	float:left;
}
@media (max-width: 1200px) {
	[id*="my_poststypewidget"] .post-list li .thumbnail {
		float:none;
		margin:0 0 20px;
	}
}
.ie8 [id*="my_poststypewidget"] .post-list li .thumbnail {
	float:none;
	margin:0 0 20px;
}
[id*="my_poststypewidget"] .post-list li .post-list_h {
	font:600 24px/1.25em 'Open Sans', sans-serif;
	text-transform:none;
	letter-spacing:0;
	margin:0;
	display:block;
}
[id*="my_poststypewidget"] .post-list li .post-list_h a { color:#000; }
[id*="my_poststypewidget"] .post-list li .post-list_h a:hover, [id*="my_poststypewidget"] .post-list li .post-list_h a:active {
	color:#eeb424;
	text-decoration:none;
}
[id*="my_poststypewidget"] .post-list li time, [id*="my_poststypewidget"] .post-list li .post-list_comment {
	display:block;
	padding:0;
	text-transform:none;
	color:#eeb424;
	font:18px/30px 'Open Sans', sans-serif;
}
[id*="my_poststypewidget"] .post-list li .excerpt {
	overflow:hidden;
	margin:0;
	color:#000;
	line-height:30px;
}
[id*="my_poststypewidget"] .post-list li .btn { margin-top:20px; }
[id*="my-recent-comments"] .comments-custom .comments-custom_li { padding:20px 0; }
[id*="my-recent-comments"] .comments-custom .comments-custom_li:first-child {
	padding-top:0;
	border:none;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .featured-thumbnail {
	margin:0 30px 10px 0;
	padding:0;
	box-shadow:none;
	border:none;
	padding:0;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .meta_format { margin:0; }
[id*="my-recent-comments"] .comments-custom .comments-custom_li .meta_format i {
	color:#eeb424;
	line-height:30px;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li time {
	margin:0;
	color:#eeb424;
	text-transform:none;
	font:18px/30px 'Open Sans', sans-serif;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_h_author, [id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_h_title {
	font:18px/30px 'Open Sans', sans-serif;
	text-transform:none;
	letter-spacing:0;
	margin:0;
	color:#eeb424;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_h_author a, [id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_h_title a { color:#eeb424; }
[id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_h_author a:hover, [id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_h_author a:active, [id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_h_title a:hover, [id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_h_title a:active {
	color:#000;
	text-decoration:none;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_txt {
	border:none;
	overflow:visible;
	margin:0;
	padding:10px 0 0 0;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_txt a { color:#000; }
[id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_txt a:hover, [id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_txt a:active {
	color:#eeb424;
	text-decoration:none;
}
[id*="my_postwidget"] .post-list .post-list_li .post-list_h { font:20px/1.2em 'Open Sans', sans-serif; }
#wp-calendar caption, #wp-calendar thead tr th {
	color:#eeb424;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.search-form .search-form_it {
	margin:0;
	height:auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (min-width: 768px) and (max-width: 1200px) {
	.search-form .search-form_it {
		display:block;
		margin:0 0 10px;
	}
}
@media (max-width: 400px) {
	.search-form .search-form_it {
		display:block;
		margin:0 0 10px;
	}
}
.search-form .input-btn {
	padding:0;
	margin:0 0 0 10px;
}
@media (min-width: 768px) and (max-width: 1200px) {
	.search-form .input-btn { margin:0; }
}
@media (max-width: 400px) {
	.search-form .input-btn { margin:0; }
}
.search-form .input-btn > span { padding:0; }
.search-form .search-form_is {
	margin:0;
	padding:7px 15px !important;
	height:auto;
	text-transform:uppercase;
}
@media (max-width: 767px) {
	#content.left, #sidebar { float:none !important; }
}
.flexslider .flex-control-nav { bottom:0 !important; }
.widget-flexslider { background:none; }
.ie8 .widget-flexslider { overflow:hidden; }
@media (max-width: 480px) {
	.widget-flexslider .flex-direction-nav, .widget-flexslider .flex-control-paging {
		position:relative;
		bottom:0;
		margin:20px 0 0 0;
	}
}
.widget-flexslider .flex-prev:hover, .widget-flexslider .flex-prev:active, .widget-flexslider .flex-next:hover, .widget-flexslider .flex-next:active { text-decoration:none !important; }
.header .social {
	padding-left:14px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.header .social .tooltip { display:none !important; }
.social li .social_link:hover { opacity:1; }
.social li .social_link:hover .social_ico i {
	color:#eeb424;
	-webkit-transform:scale(1.4);
	-moz-transform:scale(1.4);
	-ms-transform:scale(1.4);
	-o-transform:scale(1.4);
	transform:scale(1.4);
}
.social li i {
	font-size:18px;
	color:#454544;
	display:inline-block;
	transition:all 0.3s ease 0s;
}
.social.social__list li { margin-bottom:4px; }
.social.social__list li .social_label {
	margin-top:7px;
	margin-left:11px;
	font:12px/1.2em 'Open Sans', sans-serif;
	color:#454544;
	text-transform:none;
}
.social.social__row li { margin-left:19px; }
.social.social__row li:first-child { margin-left:0; }
div.type-page h4 {
	font-weight:600;
	margin:0;
}
div.type-page p { margin:0 0 10px; }
div.type-page .extra-wrap { margin:0 0 16px; }
.title-box { margin:2px 0 20px; }
.title-box .title-box_primary {
	margin:0;
	font:800 30px/1.25em 'Open Sans', sans-serif;
}
.content_box .title-box .title-box_primary { color:#fff; }
.content_box {
	background:url(images/bg-green.jpg);
	padding:70px 0;
}
@media (max-width: 767px) {
	.content_box { padding:40px 0; }
}
.content_box:before, .content_box:after { background:inherit; }
.content_box.last-box { margin-bottom:-50px; }
@media (max-width: 767px) {
	.content_box.last-box { margin-bottom:-40px; }
}
.dropcap {
	background:url(images/bg-brown.jpg);
	width:60px;
	height:60px;
	margin-top:5px;
	border-radius:50%;
	font:bold 30px/55px 'Open Sans', sans-serif;
	color:#fff;
}
.posts-grid li .thumbnail { margin:0 0 10px; }
.ie8 .posts-grid li .thumbnail { width:100%; }
.posts-grid li .post_meta {
	margin:0;
	border:none;
	padding:0;
}
.posts-grid li .post_meta > span { display:none; }
.posts-grid li .post_meta > span.post_date {
	display:block;
	color:#fff;
	margin:0;
}
@media (max-width: 767px) {
	.posts-grid.inspiration li {
		display:inline-block;
		width:48%;
		vertical-align:top;
		margin:0 0 30px 4%;
	}
	.posts-grid.inspiration li:first-child { margin:0 0 30px; }
}
@media (max-width: 480px) {
	.posts-grid.inspiration li {
		width:100%;
		margin:0 0 20px;
		display:block;
	}
}
.posts-grid.inspiration li .clear { display:none; }
@media (max-width: 979px) {
	.posts-grid.inspiration li .clear { display:block; }
}
.posts-grid.inspiration li .thumbnail { margin:5px 30px 0 0; }
@media (max-width: 979px) {
	.posts-grid.inspiration li .thumbnail { margin:0 0 20px; }
}
.ie8 .posts-grid.inspiration li .thumbnail { width:240px; }
.posts-grid.inspiration li h5 {
	font:600 24px/30px 'Open Sans', sans-serif;
	margin:0 0 5px;
}
.posts-grid.inspiration li h5 a { color:#000; }
.posts-grid.inspiration li h5 a:hover, .posts-grid.inspiration li h5 a:active {
	color:#eeb424;
	text-decoration:none;
}
.posts-grid.inspiration li .desc { overflow:hidden; }
@media only screen and (min-width: 1200px) {
	.posts-grid.recent-works li { margin-bottom:0; }
}
@media (max-width: 767px) {
	.posts-grid.recent-works li {
		width:31%;
		margin:0 0 20px 3%;
		display:inline-block;
		vertical-align:top;
	}
	.posts-grid.recent-works li:first-child { margin:0 0 20px; }
}
@media (max-width: 550px) {
	.posts-grid.recent-works li {
		width:100%;
		display:block;
		margin:0 0 30px;
	}
}
.posts-grid.recent-works li h5 {
	font:600 24px/30px 'Open Sans', sans-serif;
	margin:0 0 5px;
}
.posts-grid.recent-works li h5 a { color:#fff; }
.posts-grid.recent-works li h5 a:hover, .posts-grid.recent-works li h5 a:active {
	color:#eeb424;
	text-decoration:none;
}
.posts-grid.recent-works li .excerpt { color:#fff; }
.hero-unit {
	border-radius:0;
	margin:0;
	padding:120px 20px 155px;
	background:url(images/bg-dark.jpg);
	text-align:center;
}
.hero-unit h1 {
	font:137px/1.2em 'Architects Daughter', cursive;
	color:#f4f3f1;
	margin:0 0 10px;
}
@media (min-width: 768px) and (max-width: 1200px) {
	.hero-unit h1 { font-size:80px; }
}
.ie8 .hero-unit h1 { font-size:80px; }
@media (max-width: 480px) {
	.hero-unit h1 { font-size:80px; }
}
.hero-unit p {
	font:29px/36px 'Architects Daughter', cursive;
	color:#f4f3f1;
	margin:-30px 0 0 0 !important;
}
@media (min-width: 768px) and (max-width: 1200px) {
	.hero-unit p { margin:0 !important; }
}
.ie8 .hero-unit p { margin:0 !important; }
@media (max-width: 480px) {
	.hero-unit p { margin:0 !important; }
}
.posts-grid.home-posts li {
	width:50%;
	margin:0;
	background:url(images/bg-purple.jpg);
}
@media (max-width: 1200px) {
	.posts-grid.home-posts li {
		text-align:center;
		width:48%;
		margin:0 0 30px 4%;
	}
	.posts-grid.home-posts li:first-child { margin:0 0 30px; }
}
.ie8 .posts-grid.home-posts li {
	text-align:center;
	width:48%;
	margin:0 0 30px 4%;
}
.ie8 .posts-grid.home-posts li:first-child { margin:0 0 30px; }
@media (max-width: 767px) {
	.posts-grid.home-posts li {
		display:inline-block;
		vertical-align:top;
	}
}
@media (max-width: 480px) {
	.posts-grid.home-posts li {
		width:100%;
		margin:0 0 20px;
		display:block;
	}
}
.posts-grid.home-posts li .thumbnail {
	margin:0;
	float:right;
	width:315px;
}
@media (max-width: 1200px) {
	.posts-grid.home-posts li .thumbnail {
		float:none;
		display:inline-block;
		width:auto;
		margin:20px;
	}
}
.posts-grid.home-posts li .thumbnail img { transition:all 0.3s ease 0s; }
.ie8 .posts-grid.home-posts li .thumbnail {
	float:none;
	display:inline-block;
	width:auto;
	margin:20px;
	width:330px;
}
.posts-grid.home-posts li .desc {
	float:left;
	width:270px;
	padding:50px 35px 20px;
	text-align:center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width: 1200px) {
	.posts-grid.home-posts li .desc {
		padding:30px 20px;
		float:none;
		width:auto;
	}
}
.ie8 .posts-grid.home-posts li .desc {
	padding:30px 20px;
	float:none;
	width:auto;
}
.posts-grid.home-posts li .clear { display:none; }
.posts-grid.home-posts li .post_meta {
	font:20px/1.2em 'Architects Daughter', cursive;
	color:#fff;
}
.posts-grid.home-posts li .post_meta:before {
	content:'';
	display:block;
	width:100%;
	height:1px;
	margin:24px 0 4px;
	background:url(images/line-2.png) repeat-x;
}
.posts-grid.home-posts li h5 {
	font:bold 36px/1em 'Open Sans Condensed', sans-serif;
	margin:0;
}
@media (max-width: 1200px) {
	.posts-grid.home-posts li h5 {
		font-size:30px;
		line-height:1.2em;
	}
}
.ie8 .posts-grid.home-posts li h5 {
	font-size:30px;
	line-height:1.2em;
}
.posts-grid.home-posts li h5 a { color:#fff; }
.posts-grid.home-posts li h5 a:hover, .posts-grid.home-posts li h5 a:active, .posts-grid.home-posts li h5 a:focus {
	text-decoration:none;
	color:#eeb424;
}
.posts-grid.home-posts li:hover .thumbnail img {
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
}
.posts-grid.home-posts li.list-item-2 { background:url(images/bg-light-brown.jpg); }
.posts-grid.home-posts li.list-item-2 h5 { font:bold 72px/60px 'Open Sans Condensed', sans-serif; }
@media (max-width: 1200px) {
	.posts-grid.home-posts li.list-item-2 h5 {
		font-size:30px;
		line-height:1.2em;
	}
}
.ie8 .posts-grid.home-posts li.list-item-2 h5 {
	font-size:30px;
	line-height:1.2em;
}
.posts-grid.home-posts li.list-item-2 .desc { padding:48px 10px 20px; }
@media (max-width: 1200px) {
	.posts-grid.home-posts li.list-item-2 .desc { padding:30px 20px; }
}
.ie8 .posts-grid.home-posts li.list-item-2 .desc { padding:30px 20px; }
@media only screen and (min-width: 1200px) {
	.without-margin .row { margin:0; }
}
@media only screen and (min-width: 1200px) {
	.without-margin .row > div { margin:0; }
}
@media only screen and (min-width: 1200px) {
	.without-margin .row > div.span6 { width:630px; }
}
.home-post-1 li, .home-post-2 li { background:url(images/bg-yellow.jpg); }
.home-post-1 li .thumbnail, .home-post-2 li .thumbnail { display:none; }
.home-post-1 li .desc, .home-post-2 li .desc {
	min-height:369px;
	padding:40px 20px;
	text-align:center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width: 1200px) {
	.home-post-1 li .desc, .home-post-2 li .desc { min-height:inherit; }
}
.ie8 .home-post-1 li .desc, .ie8 .home-post-2 li .desc { min-height:inherit; }
.home-post-1 li h5, .home-post-2 li h5 {
	font:bold 72px/1em 'Open Sans Condensed', sans-serif;
	margin:0;
}
@media (max-width: 1200px) {
	.home-post-1 li h5, .home-post-2 li h5 {
		font-size:30px;
		line-height:1.2em;
	}
}
.ie8 .home-post-1 li h5, .ie8 .home-post-2 li h5 {
	font-size:30px;
	line-height:1.2em;
}
.home-post-1 li h5 a, .home-post-2 li h5 a { color:#fff; }
.home-post-1 li h5 a:hover, .home-post-1 li h5 a:active, .home-post-1 li h5 a:focus, .home-post-2 li h5 a:hover, .home-post-2 li h5 a:active, .home-post-2 li h5 a:focus {
	text-decoration:none;
	color:#eeb424;
}
.home-post-1 li .post_meta, .home-post-2 li .post_meta {
	font:20px/1.2em 'Architects Daughter', cursive;
	color:#fff;
}
.home-post-1 li .post_meta:before, .home-post-2 li .post_meta:before {
	content:'';
	display:block;
	width:100%;
	height:1px;
	margin:24px 0 4px;
	background:url(images/line-2.png) repeat-x;
}
.home-post-2 li { background:url(images/bg-brown.jpg); }
.home-post-2 li h5 { font:bold 36px/1em 'Open Sans Condensed', sans-serif; }
@media (max-width: 1200px) {
	.home-post-2 li h5 {
		font-size:30px;
		line-height:1.2em;
	}
}
.ie8 .home-post-2 li h5 {
	font-size:30px;
	line-height:1.2em;
}
.service-box {
	background:none;
	border:none;
	border-radius:0;
	padding:10px 40px 38px;
	box-shadow:none;
	text-align:center;
}
.service-box .title {
	font:600 24px/30px 'Open Sans', sans-serif;
	margin:0;
}
.service-box .btn-align { text-align:center; }
.service-box .btn-align .btn span { padding:8px 35px; }
.service-box.services-home {
	padding:0;
	text-align:left;
}
@media (max-width: 767px) {
	.service-box.services-home { margin:0 0 30px; }
}
.service-box.services-home .icon {
	margin:25px 30px 0 0;
	transition:all 0.3s ease 0s;
}
@media (min-width: 768px) and (max-width: 979px) {
	.service-box.services-home .icon {
		float:none;
		margin:0 0 30px;
	}
}
@media (max-width: 480px) {
	.service-box.services-home .icon {
		float:none;
		margin:0 0 30px;
	}
}
.service-box.services-home .service-box_body { overflow:hidden; }
@media (min-width: 768px) and (max-width: 979px) {
	.service-box.services-home .service-box_body { overflow:visible; }
}
.service-box.services-home .service-box_body .title {
	font:800 30px/1.2em 'Open Sans', sans-serif;
	margin:0 0 20px;
	color:#fff;
}
.service-box.services-home .service-box_body .sub-title {
	font:600 24px/30px 'Open Sans', sans-serif;
	margin:0;
	color:#fff;
}
.service-box.services-home .service-box_body .service-box_txt { color:#fff; }
@media only screen and (min-width: 768px) {
	.service-box.services-home:hover .icon {
		-webkit-transform:scale(0.7);
		-moz-transform:scale(0.7);
		-ms-transform:scale(0.7);
		-o-transform:scale(0.7);
		transform:scale(0.7);
	}
}
@media (max-width: 767px) {
	.parallax-box { margin:0 0 30px; }
}
.footer {
	background:none;
	padding:0;
	border:none;
	color:#fff;
	font:14px/30px 'Open Sans', sans-serif;
}
.copyright {
	background:url(images/bottom-triangle.jpg) 0 0 repeat-x;
	position:relative;
	padding:26px 0 14px;
}
.copyright >div {
	position:relative;
	z-index:10;
}
.copyright:before, .copyright:after {
	content:"";
	display:block;
	height:100%;
	position:absolute;
	top:0;
	width:101%;
	background:inherit;
	z-index:1;
}
.copyright:before { left:-100%; }
.copyright:after { right:-100%; }
.footer-text {
	padding:0;
	font:14px/1.2em 'Open Sans', sans-serif;
	color:#fff;
	text-transform:none;
	text-align:left;
	float:none;
	margin:0;
}
@media (max-width: 767px) {
	.footer-text {
		text-align:center;
		padding:0 0 20px;
	}
}
.footer-text a { color:#fff; }
.footer-text a:hover {
	color:#eeb424;
	text-decoration:none;
}
.footer-text .site-name {
	color:#fff;
	text-transform:none;
}
.footer-text .site-name:hover {
	color:#eeb424;
	text-decoration:none;
}
.footer-text em {
	display:inline-block;
	font-style:normal;
	padding:0 8px;
}
@media (max-width: 480px) {
	.footer-text em {
		display:block;
		text-indent:-9999px;
		width:0;
		height:0;
	}
}
.footer-widgets {
	background:url(images/bg-dark.jpg);
	position:relative;
	padding:48px 0 28px;
}
.footer-widgets > div {
	position:relative;
	z-index:10;
}
@media (max-width: 767px) {
	.footer-widgets > div > div { margin:30px 0 0 0; }
	.footer-widgets > div > div:first-child { margin:0; }
}
.footer-widgets > div > div > div > h4 {
	font:18px/1.25em 'Open Sans', sans-serif;
	color:#fff;
	margin:0 0 19px;
}
.footer-widgets:before, .footer-widgets:after {
	content:"";
	display:block;
	height:100%;
	position:absolute;
	top:0;
	width:101%;
	background:inherit;
	z-index:1;
}
.footer-widgets:before { left:-100%; }
.footer-widgets:after { right:-100%; }
.footer-widgets .post-list.unstyled .post-list_li { padding:30px 0 0 0; }
.footer-widgets .post-list.unstyled .post-list_li:first-child { padding:0; }
.footer-widgets .post-list.unstyled .post-list_li .thumbnail, .footer-widgets .post-list.unstyled .post-list_li .btn { display:none; }
.footer-widgets .post-list.unstyled .post-list_li time {
	font:14px/24px 'Open Sans', sans-serif;
	color:#eeb424;
	display:block;
}
.footer-widgets .post-list.unstyled .post-list_li h4 {
	font:14px/24px 'Open Sans', sans-serif;
	margin:0;
}
.footer-widgets .post-list.unstyled .post-list_li h4 a { color:#fff; }
.footer-widgets .post-list.unstyled .post-list_li h4 a:hover, .footer-widgets .post-list.unstyled .post-list_li h4 a:active {
	color:#eeb424;
	text-decoration:none;
}
@media only screen and (min-width: 1200px) {
	[id*="cherry_instagram_widget"] .img_large li figure .img_wrapp {
		height:229px;
		overflow:hidden;
	}
}
[id*="nav_menu"] .menu {
	margin:0;
	list-style-type:none;
}
[id*="nav_menu"] .menu .menu-item {
	margin:0;
	padding:0;
	position:relative;
}
[id*="nav_menu"] .menu .menu-item:before { display:none; }
[id*="nav_menu"] .menu .menu-item a {
	font:italic 12px/1.2em 'Open Sans', sans-serif;
	color:#fff;
	text-transform:none;
	text-decoration:underline;
	display:inline-block;
	position:relative;
	overflow:hidden;
	z-index:10;
	padding:6px 1px;
}
[id*="nav_menu"] .menu .menu-item a:hover, [id*="nav_menu"] .menu .menu-item a:active, [id*="nav_menu"] .menu .menu-item a:focus {
	color:#eeb424;
	text-decoration:none;
	background:none;
}
nav.nav.footer-nav {
	float:none;
	margin:0;
	padding:0;
}
nav.nav.footer-nav ul {
	float:none;
	text-align:right;
}
@media (max-width: 767px) {
	nav.nav.footer-nav ul { text-align:center; }
}
nav.nav.footer-nav ul li {
	float:none;
	display:inline-block;
	line-height:1.2em;
	padding:0;
	text-transform:none;
	vertical-align:top;
	margin:0;
	padding:0 0 0 10px;
	position:relative;
}
@media (max-width: 480px) {
	nav.nav.footer-nav ul li { display:block; }
}
nav.nav.footer-nav ul li:first-child {
	margin:0;
	padding:0;
}
nav.nav.footer-nav ul li:first-child:before { display:none; }
nav.nav.footer-nav ul li.current-menu-item a, nav.nav.footer-nav ul li a:hover {
	color:#eeb424;
	text-decoration:none;
}
.zoom-icon { background:none !important; }
.ie8 .zoom-icon { background:url(images/zoom-bg.png) !important; }
.zoom-icon:after {
	content:'';
	width:100%;
	height:100%;
	background:url(images/zoom-bg.png);
	position:absolute;
	top:0;
	left:0;
	border-radius:0;
	z-index:10;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
	transition:500ms all;
	-webkit-transition:500ms all;
	-o-transition:500ms all;
}
.ie8 .zoom-icon:after { display:none; }
.zoom-icon:before {
	background:url(images/zoom.png) !important;
	width:125px;
	height:125px;
	margin:-63px 0 0 -63px;
	z-index:100;
}
.thumbnail:hover .zoom-icon:after {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
#back-top-wrapper { z-index:200; }
#back-top-wrapper #back-top a span {
	background:#080808;
	position:relative;
	display:inline-block;
}
#back-top-wrapper #back-top a span:after {
	content:'';
	font:14px/1.2em FontAwesome;
	color:#fff;
	position:absolute;
	left:50%;
	top:50%;
	margin:-8px 0 0 -6px;
}
#back-top-wrapper #back-top a:hover span { background:#eeb424; }
#back-top-wrapper #back-top a:hover span:after { color:#fff; }
@media (max-width: 600px) {
	#wpadminbar { top:-46px !important; }
}
.google-map { margin-bottom:30px; }
.error404-holder { padding:80px 0; }
.error404-holder .error404-holder_num {
	color:#000;
	font-weight:100;
}
@media (min-width: 768px) and (max-width: 979px) {
	.error404-holder .error404-holder_num { font-size:150px; }
}
@media (max-width: 767px) {
	.archive_h { margin-top:30px; }
}
blockquote p { line-height:22px; }
.faq-list .marker {
	font-size:15px !important;
	color:#000;
	margin-top:2px;
}
.ie9 .wpcf7-form p input[type="text"], .ie9 .wpcf7-form p input[type="email"], .ie8 .wpcf7-form p input[type="text"], .ie8 .wpcf7-form p input[type="email"] { padding-top:8px; }
.ie9 #search-header .search-form_it, .ie8 #search-header .search-form_it { padding-top:7px; }
.ie9 .search-form .search-form_it, .ie8 .search-form .search-form_it { padding-top:10px; }
.ie8 .wpcf7 .wpcf7-form .wpcf7-not-valid-tip { font-size:12px !important; }
.ie8 #sidebar .search-form .search-form_is, .ie8 #content .search-form .search-form_is, .ie8 .footer-widgets .search-form .search-form_is {
	display:block;
	margin:0;
}
.ie8 .search-form .search-form_it {
	display:block;
	margin:0 0 10px;
}
.ie8 .search-form .input-btn { margin:0; }
.ie8 .comment-author {
	width:80px !important;
	height:auto !important;
	margin-right:20px !important;
}
.ie8 .comment-author img {
	width:80px !important;
	height:80px !important;
}
.ie8 .comments-custom_li .thumbnail { width:80px !important; }
.ie8 .comments-custom_li .thumbnail .avatar { width:80px !important; }
.ie8 .post-author_gravatar { width:80px !important; }
.ie8 #respond #commentform p input {
	padding-top:7px;
	height:36px;
}
.ie8 #respond #commentform p input[type="submit"] {
	height:auto;
	padding:0;
}
.transition { transition:all 0.3s ease 0s; }
.clear-both:after {
	content:'';
	width:0;
	height:0;
	display:block;
	clear:both;
}
@media (max-width: 767px) {
	.thumb-center {
		float:none;
		display:block;
		text-align:center;
	}
	.thumb-center a {
		display:inline-block;
		text-align:center;
	}
}
.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:40px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
