@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i&subset=latin-ext');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

a, input, select, textarea{vertical-align:top; outline:none !important;}
textarea{resize: noservice_itemne;}

html{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after{
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section{
	display: block;
}

ol,
ul{
	list-style: none;
}

table{
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td{
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after{
	content: "";
}

blockquote,
q{
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a{
	color:#333;
	-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover,
a:active{
	outline: 0 !important;
	text-decoration: none;
}

.contentarea p a:hover,
.single-post-content p a:hover{
	text-decoration:underline;
}

a img{
	border: 0;
}


/**
 * 2.0 Typography
 */

body{
	font-family: Montserrat;
	line-height:26px;
	font-size:14px;
}
button,
input,
select,
textarea{
	color: #333;
	font-size: 16px;
	line-height: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6{
	clear: both;
	margin:0 0 20px;
	text-transform:none;
	font-weight: 400;
	line-height:1.5;
	color:#333;
	letter-spacing:0;
}

h1{
	line-height:90px;
	font-size:80px;
}
h2{
	line-height:70px;
	font-size:50px;
}
h3{
	line-height:60px;
	font-size:38px;
}
h4{
	line-height:34px;
	font-size:24px;
}
h5{
	line-height:28px;
	font-size:18px;
}
h6{
	line-height:24px;
	font-size:14px;
}

.contentarea h1,
.single-post-content h1,
.contentarea h2,
.single-post-content h2,
.contentarea h3,
.single-post-content h3,
.contentarea h4,
.single-post-content h4,
.contentarea h5,
.single-post-content h5,
.contentarea h6,
.single-post-content h6{
	font-weight:300;
}

p{
	margin-bottom: 30px;
}

b,
strong{
	font-weight: 700;
}

dfn,
cite,
em,
i{
	font-style: italic;
}


blockquote{
	position:relative;
	min-height:70px;
	margin:40px 0 30px;
	padding: 0 0 0 100px;
	line-height:40px;
	font-size:24px;
}
blockquote:before{
	content:'â€';
	position:absolute;
	left:-10px;
	top:64px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:700;
	font-size:200px;
}
blockquote p{margin-bottom: 1.6667em;}
blockquote > p:last-child{margin-bottom: 0;}

blockquote cite,
blockquote small{
	padding:6px 0 0;
	text-transform:uppercase;
	font-style:normal;
	color: rgba(0,0,0,0.35);
	font-size: 11px;
	line-height: 24px;
	letter-spacing:0.6px;
}
blockquote small:before{
	display:none;
}

blockquote em,
blockquote i,
blockquote cite{
	font-style: normal;
}

blockquote strong,
blockquote b{
	font-weight: 400;
}

address{
	font-style: italic;
	margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre{
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre{
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title]{
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

mark,
ins{
	background-color: #fff9c0;
	text-decoration: none;
}

sup,
sub{
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup{
	bottom: 1ex;
}

sub{
	top: .5ex;
}

small{
	font-size: 75%;
}

big{
	font-size: 125%;
}


/* Dropcap */
span.dropcap{
	float:left;
	display:block;
	padding-right:6px;
	font-weight:400;
	line-height:60px;
	font-size:48px;
	color:#333;
}



/**
 * 3.0 Elements
 */

hr{
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

ul,
ol{
	margin: 0 0 1.6em 1.3333em;
}

ul{
	list-style: disc;
}

ol{
	list-style: decimal;
}

li > ul,
li > ol{
	margin-bottom: 0;
}

dl{
	margin-bottom: 1.6em;
}

dt{
	font-weight: bold;
}

dd{
	margin-bottom: 1.6em;
}

table,
th,
td{
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table{
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td{
	font-weight: normal;
	text-align: left;
}

th{
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td{
	border-width: 0 1px 1px 0;
}

th, td{
	padding: 0.4em;
}

img{
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: top;
	outline:0 !important;
	border:0;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

figure{
	margin: 0;
}

del{
	opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder{ opacity:1 !important;}
:-moz-placeholder{opacity:1 !important;}
::-moz-placeholder{ opacity:1 !important;}
:-ms-input-placeholder{ opacity:1 !important;}


.sticky{}
.commentlist .bypostauthor { }



/**
 * 4.0 Forms
 */

button,
input,
select,
textarea{
	background-color: #f7f7f7;
	border-radius: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

select{
	height:40px;
	border:0;
	background-color:#f5f5f5;
}

label{
	padding-bottom:5px;
}

button,
input{
	line-height: normal;
}

input,
textarea{
	height:50px;
	margin-bottom:20px;
	padding:10px 20px;
	line-height:30px;
	font-size:12px;
	color:rgba(0,0,0,0.25);
	box-shadow: none;
	border: 0;
	border-left:5px solid transparent;
	background-color:#f5f5f5;
	transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

input:focus,
textarea:focus{
	color:#000;
	background-color:#fafafa;
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled]{
	cursor: default;
	opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"]{
	-webkit-appearance: button;
	border: 0;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	font-weight: 400;
	padding: 10px 20px;
	background-color:#000;
	-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus{
	outline: 0;
	color:#fff;
}

input[type="search"]{
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration{
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner{
	border: 0;
	padding: 0;
}

textarea{
	overflow: auto;
	vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus{
	outline: 0;
}

.post-password-form{
	position: relative;
}

.post-password-form label{
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: inline-block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.post-password-form input[type="submit"]{
	padding: 9px 10px;
}

input[type="checkbox"],
input[type="radio"]{
	padding: 0;
}



/**
 * 6.0 Alignments
 */

.alignleft{
	display: inline;
	float: left;
}

.alignright{
	display: inline;
	float: right;
}

.aligncenter{
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft{
	margin: 1.3em 0.65em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright{
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter{
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter{
	margin-bottom: 1.9em;
}


/**
 * 7.0 Media
 */

.site .avatar{
	border-radius: 50%;
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley{
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

audio,
canvas{
	display: inline-block;
}

embed,
iframe,
object,
video{
	margin-bottom: 1.6em;
	max-width: 100%;
	vertical-align: middle;
	border:0;
}

p > embed,
p > iframe,
p > object,
p > video{
	margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist{
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 0;
	margin-bottom: 1.6em;
}

.wp-playlist.wp-playlist{
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks{
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption{
	border-bottom: 0;
	padding: 10px 0;
}

.wp-playlist-item .wp-playlist-item-length{
	top: 10px;
}


/**
 * 7.1 Captions
 */

.wp-caption{
	margin-bottom: 1.6em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"]{
	display: block;
	margin: 0;
}

.wp-caption-text{
	color: #707070;
	color: rgba(51, 51, 51, 0.5);
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 20px;
	padding: 5px 0;
}


/**
 * 7.2 Galleries
 */

.single-post-content .gallery{
	margin-left:-15px;
	margin-right:-15px;
}
.gallery-item{
	position:relative;
	display: inline-block;
	padding: 0 15px 30px;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item{max-width: 50%;}
.gallery-columns-3 .gallery-item{max-width: 33.33%;}
.gallery-columns-4 .gallery-item{max-width: 25%;}
.gallery-columns-5 .gallery-item{max-width: 20%;}
.gallery-columns-6 .gallery-item{max-width: 16.66%;}
.gallery-columns-7 .gallery-item{max-width: 14.28%;}
.gallery-columns-8 .gallery-item{max-width: 12.5%;}
.gallery-columns-9 .gallery-item{max-width: 11.11%;}
.gallery-icon img{margin: 0 auto;}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption{
	display: none;
}






/* Typography */
blockquote:before{ color: #fe6d34 ; }
textarea, input, .contentarea form.wpcf7-form textarea, .contentarea form.wpcf7-form input{ font-family: Oswald , Arial, Helvetica, sans-serif !important; }
.contentarea ol > li:before, .single-post-content ol > li:before{ color: #fe6d34 ; }
input[type='text']:focus, input[type='email']:focus, input[type='url']:focus, input[type='password']:focus, input[type='search']:focus, textarea:focus{ border-color: #fe6d34 !important; }
.contentarea,
.contentarea h1,
.contentarea h2,
.contentarea h3,
.contentarea h4,
.contentarea h5,
.contentarea h6,
.single-post-content-wrap,
.single-post-content-wrap h1,
.single-post-content-wrap h2,
.single-post-content-wrap h3,
.single-post-content-wrap h4,
.single-post-content-wrap h5,
.single-post-content-wrap h6,
.comment-content,
#blog_list .post-content p,
.subscribe_popup_content p,
.author-bio{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400 ;
}


/* Menu */
.menu-primary-menu-container-wrap li a:hover,
.menu-primary-menu-container-wrap ul li.current_page_item > a,
.menu-primary-menu-container-wrap ul li.current-menu-item > a,
.menu-primary-menu-container-wrap li.current-menu-parent > a,
.menu-primary-menu-container-wrap li.current-menu-ancestor > a{
	color: #fe6d34 ;
}
.menu-primary-menu-container-wrap li.menu-item-has-children:hover:after,
.menu-primary-menu-container-wrap ul li.menu-item-has-children.current_page_item:after,
.menu-primary-menu-container-wrap ul li.menu-item-has-children.current-menu-item:after,
.menu-primary-menu-container-wrap li.menu-item-has-children.current-menu-parent:after,
.menu-primary-menu-container-wrap li.menu-item-has-children.current-menu-ancestor:after{
	color: #fe6d34 ;
}
.menu-primary-menu-container-wrap .sub-menu li a:before{
	background-color: #fe6d34 ;
}



/* Shortcodes */
.btn{ font-family: Oswald , Arial, Helvetica, sans-serif; }
.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .btn-primary{ background-color: #fe6d34 ; }
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus { background: #fe6d34 ; }

/* Custom Colors */
a:hover, a:focus{ color: #fe6d34 ; }
.single-post-content p a, .contentarea p a{ color: #fe6d34 ; }
::selection{ background: #fe6d34 ; color:#fff; }
::-moz-selection{ background: #fe6d34 ; color:#fff; }
.theme_color{ color: #fe6d34 ; }
.bg_primary{ background-color: #fe6d34 ; }
button, input[type='button'], input[type='reset'], input[type='submit'], input[type='button'], input[type='reset']{ font-family: Oswald , Arial, Helvetica, sans-serif; }
button:hover, input[type='button']:hover, input[type='reset']:hover, input[type='submit']:hover, input[type='button']:hover, input[type='reset']:hover{ background-color: #fe6d34 ; }
.subscribe_popup_content .mc4wp-form input[type='submit']{ background-color: #fe6d34 ; }
.cstheme_widget_last_tweets .owl-controls .owl-dot:hover, .cstheme_widget_last_tweets .owl-controls .owl-dot.active{ background-color: #fe6d34 ; }
.recent_posts_list.carousel .owl-controls .owl-dot:hover, .recent_posts_list.carousel .owl-controls .owl-dot.active{ background-color: #fe6d34 ; }
.cstheme_widget_last_tweets .twitter-text a{ color: #fe6d34 ; }
.cstheme_widget_sociallinks .social_link:hover span,
.cstheme_widget_sociallinks .social_link i,
.coming-soon-social-links a:hover span,
.coming-soon-social-links i{
	color: #fe6d34 ;
}
.coming_soon_wrapper h1:before{
	background-color: #fe6d34 ;
}
.recent_posts_list.carousel .recent_post_title a:hover{ color: #fe6d34 ; }
.single_post_meta_tags a:hover, .tagcloud a:hover{ border-color: #fe6d34 ; color: #fe6d34 ; }
.single_post_meta_tags a:hover:before{ border-color: #fe6d34 ; }
.post_format_content .post-link:before, .post_format_content .post-quote:before{ background-color: #fe6d34 ; }
#categories_list .item a{ background-color: #fe6d34 ; }
#categories_list .item a:hover span{ color: #fe6d34 ; }
#blog_list.blog_list_style_default .format-quote .post-meta-author a:hover{ color: #fe6d34 ; }
#blog_list.blog_list_style_default .format-quote h2.post-title a:hover{
	color: #fe6d34 ;
}
#blog_list.blog_list_style_default .format-link .post-content-wrapper{ background-color: #fe6d34 ; }
.coming_soon_wrapper{ background-color: #0d415f ; }
.contentarea form.wpcf7-form input:focus, .contentarea form.wpcf7-form textarea:focus{ border-left-color: #fe6d34 ; }
#related_posts_list.owl-carousel .post-title:hover a{ color: #fe6d34 ; }
#posts_carousel .owl-carousel .posts_carousel_title:hover a{ color: #fe6d34 ; }
#posts_carousel .with_title .owl-controls .owl-nav > div{ border-color: #fe6d34 ; color: #fe6d34 ; }
#blog_list.blog_list_style_default.search-result-list h2.post-title:hover a, #blog_list.blog_list_style_default.search-result-list .post_content_readmore:hover{ color: #fe6d34 ; }
#related_posts_list .owl-carousel .post-title a:hover{ color: #fe6d34 ; }
.categories_carousel .item:hover .overlay_border:before, .categories_carousel .item:hover .overlay_border:after{ border-color: #fe6d34 ; }
aside h4.widget-title span{ background-color: #fe6d34 ; }
.widget_meta li a:hover, .widget_archive li a:hover, .widget_categories li a:hover{ color: #fe6d34 ; }
#fixed_social_links a:hover span,
#fixed_social_links a i,
#right_fixed_panel a:hover span,
#right_fixed_panel a i{
	color: #fe6d34 ;
}
#categories_list .item a .cat_title:after{ background-color: #fe6d34 ; }
footer form.mc4wp-form input[type='submit']{ background-color: #fe6d34 ; }
.page_featured_image:before,
.page_featured_image:after{
	background-color: #fe6d34 ;
}
.form_search_block .search_form:before{
	border-bottom: 5px solid #fe6d34 ;
}
.header_search_icon:hover i{ color: #fe6d34 ; }


/* Slider */
.owl-controls .owl-dot:hover,
.owl-controls .owl-dot.active{
	background-color: #fe6d34 ;
}
.top_slider_blog.type1 .top_slider_blog_title:before,
.top_slider_blog.type2 .top_slider_blog_title:before,
.top_slider_blog.type2 .owl-controls .owl-dot:before,
.top_slider_blog.type3 .post_meta_category:before,
.top_slider_blog.type3 .top_slider_blog_item{
	background-color: #fe6d34 ;
}
.top_slider_blog.type3 .top_slider_blog_item:hover .post-meta-date,
.top_slider_blog.type3 .top_slider_blog_item:hover .post-meta-date b{
	color: #f6f1ef ;
}
.top_slider_blog.type3 .top_slider_blog_item:hover .top_slider_blog_title a{ background-color: #f6f1ef ; }
.top_slider_blog.type3 .top_slider_blog_item:hover .post_meta_category a{ color: #f6f1ef ; }
.top_slider_blog.type3 .top_slider_blog_item:hover .post_meta_category:before{ background-color: #f6f1ef ; }


/* Blog */
.back_overlay{ background-color: #fe6d34 ; }
#blog_list.blog_list_style_chess .post_meta_category:before,
#blog_list.blog_list_style_bgimg .post_meta_category:before{
	background-color: #fe6d34 ;
}
#blog_list.blog_list_style_topimg .post-title:after{
	background-color: #fe6d34 ;
}
#blog_list.blog_list_style_topimg .format-link .post-content-wrapper,
#blog_list.blog_list_style_metro .format-link .post-content-wrapper,
#blog_list.blog_list_style_topimg .post_meta_category:before,
#blog_list.blog_list_style_topimg .post_format_content:before,
#blog_list.blog_list_style_metro .format-quote h2.post-title:after,
#blog_list.blog_list_style_metro .format-video h2.post-title:after,
#blog_list.blog_list_style_topimg .format-quote h2.post-title:after,
#blog_list.blog_list_style_topimg .format-video h2.post-title:after,
#blog_list.blog_list_style_topimg .post-content-wrapper:hover .post-descr-wrap{
	background-color: #fe6d34 ;
}
#blog_list.blog_list_style_topimg .post-content-wrapper:hover .post-title a,
#blog_list.blog_list_style_topimg .post-content-wrapper:hover .post-meta-date,
#blog_list.blog_list_style_topimg .post-content-wrapper:hover .post_meta_category a{
	color: #f6f1ef ;
}
#blog_list.blog_list_style_topimg .post-content-wrapper:hover .post_meta_category:before{
	background-color: #f6f1ef ;
}
#blog_list.blog_list_style_topimg .post-descr-wrap{ background-color: #f6f1ef ; }
#blog_list.blog_list_style_bgimg .post-title:before{ background-color: #fe6d34 ; }
.eva-pagination .page-numbers span{ color: #fe6d34 ; }
.single_post_meta_category:before{ background-color: #fe6d34 ; }
.single_sharebox_wrap a:hover span,
.single_sharebox_wrap a i{
	color: #fe6d34 ;
}
.single_post_nav a:before{ background-color: #fe6d34 ; }
.single_post_nav a:after{ border-right-color: #fe6d34 ; }
.single_post_nav .pull-right a:after{ border-left-color: #fe6d34 ; }
#blog-single-wrap.format-quote h2.single-post-title:after,
#blog-single-wrap.format-link h2.single-post-title:after{
	background-color: #fe6d34 ;
}
#related_posts_list .posts_carousel_wrap:before{ background-color: #fe6d34 ; }
#commentform .form-submit input[type='submit']{ background-color: #fe6d34 ; }
#blog_list.blog_list_style_default .post_meta_category:before{ background-color: #fe6d34 ; }
#blog_list.blog_list_style_default .post_meta_category a:hover{ color: #fe6d34 ; }

#blog_list.blog_list_style_metro .format-standard .post_meta_category:before,
#blog_list.blog_list_style_metro .format-gallery .post_meta_category:before,
#blog_list.blog_list_style_metro .format-audio .post_meta_category:before,
#blog_list.blog_list_style_metro .format-image .post_meta_category:before,
#blog_list.blog_list_style_metro .format-standard .post-content-wrapper,
#blog_list.blog_list_style_metro .format-audio .post-content-wrapper,
#blog_list.blog_list_style_metro .format-image .post-content-wrapper{
	background-color: #fe6d34 ;
}
#blog_list.blog_list_style_metro .format-standard .post-content-wrapper:hover .post-meta-date,
#blog_list.blog_list_style_metro .format-audio .post-content-wrapper:hover .post-meta-date,
#blog_list.blog_list_style_metro .format-image .post-content-wrapper:hover .post-meta-date,
#blog_list.blog_list_style_metro .format-standard .post-content-wrapper:hover .post-meta-date b,
#blog_list.blog_list_style_metro .format-audio .post-content-wrapper:hover .post-meta-date b,
#blog_list.blog_list_style_metro .format-image .post-content-wrapper:hover .post-meta-date b{
	color: #f6f1ef ;
}
#blog_list.blog_list_style_metro .format-standard .post-content-wrapper:hover .post-title a,
#blog_list.blog_list_style_metro .format-audio .post-content-wrapper:hover .post-title a,
#blog_list.blog_list_style_metro .format-gallery .post-content-wrapper:hover .post-title a,
#blog_list.blog_list_style_metro .format-image .post-content-wrapper:hover .post-title a{
	background-color: #f6f1ef ;
}
#blog_list.blog_list_style_metro .format-standard .post-content-wrapper:hover .post_meta_category a,
#blog_list.blog_list_style_metro .format-audio .post-content-wrapper:hover .post_meta_category a,
#blog_list.blog_list_style_metro .format-image .post-content-wrapper:hover .post_meta_category a{
	color: #f6f1ef ;
}
#blog_list.blog_list_style_metro .format-standard .post-content-wrapper:hover .post_meta_category:before,
#blog_list.blog_list_style_metro .format-audio .post-content-wrapper:hover .post_meta_category:before,
#blog_list.blog_list_style_metro .format-image .post-content-wrapper:hover .post_meta_category:before{
	background-color: #f6f1ef ;
}
#blog_list.blog_list_style_card .post_meta_category:before,
#blog_list.blog_list_style_card .post_content_readmore{
	background-color: #fe6d34 ;
}
#blog_list.blog_list_style_card .post-content-wrapper:hover .post-title a{
	color: #fe6d34 ;
}
#blog_list.blog_list_style_metro .format-quote h2.post-title a:hover,
#blog_list.blog_list_style_metro .format-video h2.post-title a:hover{
	color: #fe6d34 ;
}
.posts_carousel_item_title:hover a{
	background-color: #fe6d34 ;
}
.posts_carousel_descr:before{
	background-color: #fe6d34 ;
}
#blog_list.blog_list_style_photography .post-content-wrapper:hover .post-title a{
	background-color: #fe6d34 ;
}
#blog_list.blog_list_style_photography .post_meta_category:before{
	background-color: #fe6d34 ;
}
.single-post-content:before{
	background-color: #fe6d34 ;
}
#blog_list.blog_list_style_photography .post:before{
	background-color: #fe6d34 ;
}
#blog_list.blog_list_style_chess .post_format_content,
#blog_list.blog_list_style_chess .post-title a:hover{
	background-color: #fe6d34 ;
}
.recent_posts_list.grid .recent_post_title:before{
	background-color: #fe6d34 ;
}