@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

a,a:hover{ text-decoration: none; }

.offcanvas{ z-index: 99999; }
.modal-backdrop{ z-index: 99998; }

#page-wrap {
	overflow-x: hidden;
	width: 100%;
	background-color: #fff;
}

#page-content {
	overflow: hidden;
	position: relative;
	z-index: 10;
}


/**
 *	2.0 - Elements
 */

/* Fixed Social Links */
#fixed_social_links {
	position: fixed;
	z-index: 10001;
	top: 50%;
	left: -96px;
	padding: 15px 0;
	text-align: center;
	transform: rotate(-90deg) translateY(-50%);
}

#fixed_social_links a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 22px;
}

#fixed_social_links a span {
	display: block;
	text-transform: capitalize;
	line-height: 24px;
	font-size: 14px;
	color: #000;
	transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out;
}

#fixed_social_links a:hover span {
	opacity: 0.25;
}

#fixed_social_links a i {
	position: absolute;
	left: 50%;
	top: 0;
	line-height: 24px;
	font-size: 38px;
	color: #000;
	opacity: 0;
	transform: rotate(90deg) translateY(50%);
	transition: opacity 0.2s ease-in-out;
}

#fixed_social_links a:hover i {
	opacity: 1 !important;
}


/* Search Popup */
.form_search_block {
	position: fixed;
	z-index: 10010;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.95);
}

.form_search_block .search_form label {
	display: none;
}

.form_search_block .search_form_wrap {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	width: 1200px;
	max-width: 90%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.form_search_block .search_form {
	position: relative;
}

.form_search_block .search_form:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
}

.form_search_block input[type="text"] {
	position: relative;
	height: 120px;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 54px;
	font-size: 44px;
	color: #000 !important;
	border: 0;
	border-radius: 5px;
	box-shadow: none;
	background: transparent;
}

.form_search_block input[type="text"]:focus {
	background: none;
}

.form_search_block i.fa.fa-search {
	overflow: hidden;
	position: absolute;
	z-index: 1;
	right: 34px;
	top: -10px;
	display: block;
	width: 90px;
	height: 120px;
	line-height: 120px;
	text-align: right;
	font-size: 34px;
	color: #000;
	border-radius: 5px;
}

.form_search_block .search-submit {
	position: absolute;
	top: 9px;
	right: 9px;
	text-indent: 100px;
	cursor: pointer;
	z-index: 2;
	display: block;
	width: 90px;
	height: 80px;
	padding: 0;
	background: transparent !important;
    border: none !important;
}

.form_search_block .header_search_icon {
	z-index: 0;
}

.form_search_block .header_search_icon:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
}


/* Right Fixed Panel */
#right_fixed_panel {
	position: fixed;
	z-index: 10001;
	top: 50%;
	right: -56px;
	padding: 15px 0;
	text-align: center;
	transform: rotate(-90deg) translateY(-50%);
}

#right_fixed_panel a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 22px;
}

#right_fixed_panel a span {
	display: block;
	text-transform: capitalize;
	line-height: 24px;
	font-size: 14px;
	color: #000;
	transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out;
}

#right_fixed_panel a:hover span {
	opacity: 0.25;
}

#right_fixed_panel a i {
	position: absolute;
	left: 50%;
	top: 0;
	line-height: 24px;
	font-size: 38px;
	color: #000;
	opacity: 0;
	transform: rotate(90deg) translateY(50%);
	transition: opacity 0.2s ease-in-out;
}

#right_fixed_panel a:hover i {
	opacity: 1 !important;
}


/* Navigation */
.eva-pagination {
	position: relative;
	padding: 47px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.eva-pagination .page-numbers {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 17px;
	min-width: 30px;
	line-height: 30px;
	font-size: 30px;
	color: #000;
}

.eva-pagination .page-numbers span {
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	display: block;
	text-align: center;
	text-transform: uppercase;
	line-height: 30px;
	font-size: 12px;
	opacity: 0;
	transform: scale(2);
	-webkit-transform: scale(2);
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.eva-pagination .page-numbers.dots span {
	display: none;
}

.eva-pagination .page-numbers:hover,
.eva-pagination .page-numbers.current {
	color: #cfd9f5;
}

.eva-pagination .page-numbers:hover span,
.eva-pagination .page-numbers.current span {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
}

.eva-pagination .page-numbers.dots {
	color: #000;
}

#blog_list.blog_list_style_default .eva-pagination {
	border-top: 0;
}

#search-result-list .eva-pagination {
	padding-top: 0;
	border: 0;
}


/* Infinite Scroll */
.eva-infinite-scroll {
	position: relative;
	height: 60px;
	margin: 60px auto;
	padding-bottom: 4px;
}

.eva-infinite-scroll>.loading,
.eva-infinite-scroll[data-has-next="false"]>.next,
.eva-infinite-scroll[data-has-next="true"]>.no-more {
	display: none;
}

.eva-infinite-scroll a {
	position: relative;
	z-index: 3;
	display: inline-block;
	vertical-align: top;
	width: 220px;
	margin: 0;
	text-align: center;
}

.eva-infinite-scroll>.loading {
	position: absolute;
	z-index: 4;
	left: 50%;
	top: 0;
	margin-left: -110px;
}

.eva-infinite-scroll a.no-more {
	cursor: default;
	color: rgba(32, 32, 32, 0.5) !important;
	box-shadow: none !important;
	background: none;
}

.eva-infinite-scroll a:hover,
.eva-infinite-scroll a:focus {
	color: #fff;
	text-decoration: none !important;
	background-color: #333;
}


#portfolio_list .eva-infinite-scroll {
	margin-top: 0;
}

#portfolio_list.wide .eva-infinite-scroll {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}


/* Buttons */
.btn,
a.btn,
.single-post-content p a.btn,
.contentarea p a.btn {
	padding: 12px 35px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 24px;
	font-size: 13px;
	border-radius: 0;
	box-shadow: none;
	border: 1px solid rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.5);
	text-decoration: none !important;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.btn i {
	padding-left: 2px;
}

.btn-default,
.btn.btn-default,
.single-post-content p a.btn-default,
.contentarea p a.btn.btn-default {
	color: #333;
	box-shadow: 0 0 0 5px #333 inset;
	background-color: transparent;
}

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover {
	color: #333;
	box-shadow: none;
}

.btn-primary {
	color: #333;
	background: none;
}

.btn:hover,
.btn:focus,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
	box-shadow: none;
	background: #333;
}

.btn-default.active:hover {
	text-decoration: none !important;
	color: #fff;
	background-color: #333 !important;
}

.btn.btn-white {
	color: #fff;
	border: none;
	box-shadow: 0 0 0 3px #fff inset;
	background-color: transparent;
}

.btn.btn-white:hover {
	color: #333;
	background-color: #fff;
}




/**
 * 3.0 - Categories Carousel
 */

#categories_list {
	margin-bottom: 56px;
}

#categories_list .owl-carousel .owl-stage-outer {
	padding-bottom: 5px;
}

#categories_list .item a {
	position: relative;
	z-index: 2;
	display: block;
}

#categories_list .item:hover a {
	z-index: 5;
}

#categories_list .item a img {
	transition: transform 0.15s ease-in-out;
}

#categories_list .item:hover img {
	transform: translate(5px, 5px);
}

#categories_list .item a .cat_title {
	position: absolute;
	left: 50%;
	top: 50%;
	display: inline-block;
	vertical-align: top;
	padding: 0 5px;
	text-transform: uppercase;
	line-height: 23px;
	font-size: 18px;
	color: #000;
	transform: translate(-50%, -50%);
	transition: color 0.2s ease-in-out;
}

#categories_list .item:hover a .cat_title {
	color: #fff;
}

#categories_list .item a .cat_title:before {
	content: '';
	position: absolute;
	z-index: -2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

#categories_list .item a .cat_title:after {
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	transition: width 0.2s ease-in-out;
}

#categories_list .item:hover a .cat_title:after {
	width: 100%;
}



/**
 *	4.0 - Posts Carousel
 */

.posts_carousel_list {
	margin-bottom: 52px;
	padding-bottom: 58px;
}

h3.posts_carousel_title {
	margin-bottom: 56px;
	text-transform: uppercase;
	line-height: 30px;
	font-size: 30px;
}

.posts_carousel_item {
	position: relative;
}

.posts_carousel_item .post_format_content {
	display: block;
}

.posts_carousel_item img {
	width: auto !important;
}

.posts_carousel_descr {
	position: absolute;
	left: 115px;
	top: 38px;
}

.posts_carousel_descr:before {
	content: '';
	position: absolute;
	left: 63px;
	bottom: -37px;
	width: 3px;
	height: 11px;
}

.posts_carousel_item.no_image .posts_carousel_descr {
	position: static;
}

.posts_carousel_meta_date {
	padding: 0 0 8px 64px;
	text-transform: uppercase;
	line-height: 20px;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.25);
}

.posts_carousel_item.no_image .posts_carousel_meta_date {
	padding-left: 0;
}

.posts_carousel_item_title {
	margin: 0;
	text-transform: uppercase;
	line-height: 22px;
	font-size: 18px;
	color: #000;
}

.posts_carousel_item_title a {}

.posts_carousel_item_title:hover a {
	color: #fff;
}



/**
 *	5.0 - Instagram Feed
 */

.instagram_wrap {
	position: relative;
	z-index: 10;
}

#sb_instagram .sbi_photo_wrap {
	background-color: #000;
}



/**
 *	6.0 - Subscribe Popup
 */




body.giris_yap_popup_ac .subscribe_popup_back {
	visibility: visible;
	opacity: 1;
	background-color: rgba(255, 255, 255, 0.9);
}

body.giris_yap_popup_ac .giris_yap_popup_wrap {
	visibility: visible;
	opacity: 1;
	top: 50%;

	-webkit-box-shadow: 0px 0px 100px -40px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 100px -40px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 100px -40px rgba(0, 0, 0, 0.75);
}

.giris_yap_popup_wrap {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	z-index: 10007;
	left: 50%;
	top: 80%;
	width: 740px;
	text-align: center;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}





.subscribe_popup_back {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	z-index: 10006;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

body.uye_ol_popup_ac .subscribe_popup_back {
	visibility: visible;
	opacity: 1;
	background-color: rgba(255, 255, 255, 0.9);
}

.uye_ol_popup_wrap {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	z-index: 10007;
	left: 50%;
	top: 80%;
	width: 740px;
	text-align: center;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

body.uye_ol_popup_ac .uye_ol_popup_wrap {
	visibility: visible;
	opacity: 1;
	top: 50%;
	-webkit-box-shadow: 0px 0px 100px -40px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 100px -40px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 100px -40px rgba(0, 0, 0, 0.75);
}

.subscribe_popup_bg {
	height: 300px;
	background-size: cover;
	background-position: center center;
}

.subscribe_popup_close {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 32px;
	height: 32px;
}

.subscribe_popup_close:before,
.subscribe_popup_close:after {
	content: '';
	position: absolute;
	left: 0;
	top: 15px;
	width: 100%;
	height: 2px;
	border-radius: 1px;
	background-color: rgba(0, 0, 0, 0.5);
	transition: transform 0.4s;
	-webkit-transition: -webkit-transform 0.4s;
}

.subscribe_popup_close:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.subscribe_popup_close:hover:before {
	background-color: #000;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.subscribe_popup_close:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.subscribe_popup_close:hover:after {
	background-color: #000;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.subscribe_popup_content {
	padding: 0;
	background-color: #fff;
}

.subscribe_popup_content .mc4wp-form label {
	display: none;
}

.subscribe_popup_content .mc4wp-form input {
	display: block !Important;
	width: 100%;
	height: 50px;
	margin-bottom: 10px;
	padding: 0 20px;
	text-transform: none;
	line-height: 50px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	transition: opacity 0.2s ease-in-out;
}

.subscribe_popup_content .mc4wp-form input[type="submit"]:hover,
.subscribe_popup_content .mc4wp-form input[type="submit"]:focus {
	color: #fff;
	opacity: 0.7;
}



.subscribe_popup_content .mc4wp-form button {
	display: block !Important;
	width: 100%;
	height: 50px;
	margin-bottom: 10px;
	padding: 0 20px;
	text-transform: none;
	line-height: 50px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	transition: opacity 0.2s ease-in-out;
}

.subscribe_popup_content .mc4wp-form button:hover,
.subscribe_popup_content .mc4wp-form button:focus {
	color: #fff;
	opacity: 0.7;
}



.subscribe_popup_content .mc4wp-form p {
	float: right;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	width: 36.5%;
}

.subscribe_popup_content .mc4wp-form p:first-child {
	float: left;
	width: 61%;
}

.subscribe_popup_content p.descr {
	padding: 0 20px;
}

.subscribe_popup_content .mc4wp-alert p {
	float: none !important;
	width: 100% !important;
}


/**
 * 7.0 - Header
 */

header {
	position: relative;
	margin: 10px 0;
}

header .container {
	display: table;
}

header .header_wrap {
	position: absolute;
	z-index: 10005;
	left: 0;
	right: 0;
	padding: 20px 0 0;
	background-color: #fff;
}

body.header-fixed header .header_wrap {
	position: absolute;
	top: 0;
}

body.admin-bar.header-fixed header .header_wrap {
	top: 32px;
}

#header_mobile_wrap {
	display: none;
}


/* Fixed Author Panel */
.header_search_icon i {
	display: block;
	font-size: 16px;
	color: #000;
	transition: color 0.2s ease-in-out
}



.header_icons {
	display: table-cell;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	text-align: center;
}

.header_icons i {
	display: block;
	line-height: 50px;
	font-size: 24px;
	transition: color 0.2s ease-in-out
}


.form_search_block>span {
	position: absolute;
	z-index: -1;
	right: 50px;
	top: 50px;
	width: 50px;
	height: 50px;
}

.form_search_block>span:before,
.form_search_block>span:after {
	content: '';
	position: absolute;
	background-color: #000;
	transform: rotate(45deg);
}

.form_search_block>span:before {
	left: -5px;
	top: 24px;
	width: 61px;
	height: 2px;
}

.form_search_block>span:after {
	left: 25px;
	top: -5px;
	width: 2px;
	height: 61px;
}


/* Theme Logo */
.cstheme-logo {
	display: table-cell;
	vertical-align: middle;
	min-width: 138px;
}

.cstheme-logo h1 {
	margin: 0;
	line-height: 43px;
	font-size: 40px;
}

.cstheme-logo a {
	display: block;
}


/* Primary Menu */
.menu-primary-menu-container-wrap {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}

.menu-primary-menu-container-wrap.text-center {
	text-align: center;
}

.menu-primary-menu-container-wrap ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu-primary-menu-container-wrap ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 70px;
}

.menu-primary-menu-container-wrap.text-center ul li {
	margin: 0 10px;
}

.menu-primary-menu-container-wrap ul li.menu-item-has-children {
	position: relative;
}

.menu-primary-menu-container-wrap ul li.menu-item-has-children:after {
	content: '\f0d7';
	position: absolute;
	top: -3px;
	right: -16px;
	font-family: 'FontAwesome';
	font-size: 12px;
}

.menu-primary-menu-container-wrap ul>li>a {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 24px;
	font-size: 17px;
	color: #000;
}

/* Sub Menu */
.menu-primary-menu-container-wrap .sub-menu {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	z-index: 9998;
	left: -20px;
	top: 100%;
	margin: 24px 0 0;
	text-align: left;
	list-style: none;
	min-width: 190px;
	padding: 0;
	background-color: #000;
}

.menu-primary-menu-container-wrap .sub-menu:before {
	content: '';
	position: absolute;
	left: 0;
	top: -25px;
	width: 100%;
	height: 25px;
}

.menu-primary-menu-container-wrap .menu-item-has-children:hover .sub-menu {
	visibility: visible;
	opacity: 1;
}

.menu-primary-menu-container-wrap .sub-menu li {
	display: block;
	margin: 0 !important;
}

.menu-primary-menu-container-wrap .sub-menu li.menu-item-has-children {
	position: relative;
}

.menu-primary-menu-container-wrap ul.sub-menu li.menu-item-has-children:after {
	display: none;
}

.menu-primary-menu-container-wrap .sub-menu>li.menu-item-has-children>a {
	position: relative;
}

.menu-primary-menu-container-wrap .sub-menu li a {
	position: relative;
	display: block;
	padding: 8px 20px;
	text-decoration: none !important;
	font-weight: 400;
	line-height: 24px;
	font-size: 14px;
	color: #fff;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;

	text-transform: uppercase;
}

.menu-primary-menu-container-wrap ul ul.sub-menu li a:hover,
.menu-primary-menu-container-wrap ul ul.sub-menu li.current_page_item a,
.menu-primary-menu-container-wrap ul ul.sub-menu li a:hover,
.menu-primary-menu-container-wrap ul ul.sub-menu li.current_page_item>a,
.menu-primary-menu-container-wrap ul ul.sub-menu li.current-menu-item>a,
.menu-primary-menu-container-wrap ul ul.sub-menu li.current-menu-parent>a,
.menu-primary-menu-container-wrap ul ul.sub-menu li.current-menu-ancestor>a {
	background-color: #191919;
	color: #999;
}

.menu-primary-menu-container-wrap .sub-menu li a:before {
	content: '';
	position: absolute;
	left: -3px;
	top: 0;
	bottom: 0;
	width: 0;
	transition: width 0.2s ease-in-out;
}

.menu-primary-menu-container-wrap ul ul.sub-menu li a:hover:before,
.menu-primary-menu-container-wrap ul ul.sub-menu li.current_page_item a:before,
.menu-primary-menu-container-wrap ul ul.sub-menu li a:hover:before,
.menu-primary-menu-container-wrap ul ul.sub-menu li.current_page_item>a:before,
.menu-primary-menu-container-wrap ul ul.sub-menu li.current-menu-item>a:before,
.menu-primary-menu-container-wrap ul ul.sub-menu li.current-menu-parent>a:before,
.menu-primary-menu-container-wrap ul ul.sub-menu li.current-menu-ancestor>a:before {
	width: 3px;
}


/* Sub Menu 2 */
.menu-primary-menu-container-wrap .sub-menu .sub-menu {
	visibility: hidden !important;
	opacity: 0 !important;
	position: absolute;
	z-index: 100;
	left: 100%;
	top: 0;
	width: 140px;
	margin: 0 0 0 10px;
	border-top: 0;
}

.menu-primary-menu-container-wrap .menu-item-has-children .sub-menu .menu-item-has-children:hover .sub-menu {
	visibility: visible !important;
	opacity: 1 !important;
}

.menu-primary-menu-container-wrap .sub-menu .sub-menu:before {
	content: '';
	position: absolute;
	left: -20px;
	top: 0;
	width: 20px;
	height: 100%;
}

body.header-fixed .menu-primary-menu-container-wrap .sub-menu .sub-menu:before {
	top: 0;
	left: -30px;
	width: 30px;
	height: 100%;
}

.menu-primary-menu-container-wrap .sub-menu .sub-menu a:after {
	display: none !important;
}

/* mobile button menu */
.mobile_menu_btn {
	display: none;
	width: 30px;
	height: 30px;
	text-align: center;
}

.mobile_menu_btn i {
	display: block;
	line-height: 30px;
	font-size: 28px;
}




/**
 *	8.0 - Sidebar
 */

.right_sidebar>div>.col-md-3,
.left_sidebar>div>.col-md-3 {
	width: 21%;
}

.right_sidebar>div>.col-md-9,
.left_sidebar>div>.col-md-9 {
	width: 79%;
}

#blog_sidebar {
	padding: 30px 40px;
	background-color: #fff;
}

aside.widget {
	margin-bottom: 60px;
}

aside.widget:last-child {
	border-bottom: 0;
}

aside h4.widget-title {
	margin: 0 -40px 35px 0;
	text-transform: uppercase;
	text-align: right;
	font-weight: 700;
	line-height: 27px;
	font-size: 13px;
	color: #fff;
}

aside .widget-title span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 40px 0 30px;
}


/* Widget Flickr */
.flickr-feed {
	overflow: hidden;
	margin: 0 -7px -7px 0;
	list-style: none;
}

.widget_chika_flickr .flickr-feed li {
	overflow: hidden;
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0 7px 7px 0;
}

.widget_chika_flickr .flickr-feed a {
	overflow: hidden;
	position: relative;
	display: block;
}

.widget_chika_flickr .flickr-feed a:before,
.widget_chika_flickr .flickr-feed a:after {
	content: '';
	position: absolute;
	z-index: 3;
	left: 40%;
	top: 50%;
	opacity: 0;
	background-color: #fff;

	-webkit-transition: left 0.2s ease-in-out, opacity 0.2s ease-in-out;
	transition: left 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.widget_chika_flickr .flickr-feed a:before {
	width: 20px;
	height: 2px;
	margin: -1px 0 0 -10px;
}

.widget_chika_flickr .flickr-feed a:after {
	width: 2px;
	height: 20px;
	margin: -10px 0 0 -1px;
}

.widget_chika_flickr .flickr-feed a:hover:before,
.widget_chika_flickr .flickr-feed a:hover:after {
	left: 50%;
	opacity: 1;
}

.widget_chika_flickr .flickr-feed a img {
	display: block;
	width: 100%;
	transition: opacity 0.2s ease 0s;
}

.widget_chika_flickr .flickr-feed a:hover img {
	opacity: 0.8;
}

#instafeed a img {
	display: block;
	margin-bottom: -30px;
	width: calc(100% + 30px);
	max-width: none;
	height: 100%;
	opacity: 0.6;
	transform: translate3d(-30px, 0px, 0px);
	transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}

#instafeed a:hover img {
	opacity: 0.25;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}


/* Widget Categories, Archive, Meta */
.widget_meta ul,
.widget_archive ul,
.widget_categories ul {
	margin: 0;
	list-style: none;
	text-align: center;
}

.widget_meta li,
.widget_archive li,
.widget_categories li {
	margin-bottom: 11px;
}

.widget_meta li:last-child,
.widget_archive li:last-child,
.widget_categories li:last-child {
	margin-bottom: 0;
}

.widget_meta li,
.widget_archive li,
.widget_categories li {
	line-height: 0;
	font-size: 0;
}

.widget_meta li a,
.widget_archive li a,
.widget_categories li a {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 29px;
	font-size: 13px;
	color: #666;
}

.widget_categories li a {
	padding: 0 5px;
}

.widget_categories li .val {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 29px;
	font-size: 11px;
	color: rgba(0, 0, 0, 0.25);
	transition: color 0.2s ease-in-out;
}

.widget_categories li:hover .val {
	color: #000;
}

.widget_meta li a:hover,
.widget_archive li a:hover,
.widget_categories li a:hover {
	text-decoration: none !important;
}


/* Widget Recent Posts */
.recent_posts_list.grid {
	margin: 0;
	list-style: none;
}

.recent_posts_list.grid li {
	position: relative;
	margin-bottom: 20px;
	padding-top: 30px;
	padding-left: 85px;
	min-height: 130px;
}

.recent_posts_list.grid li:last-child {
	margin-bottom: 0;
}

.recent_posts_list.grid .recent_posts_img {
	overflow: hidden;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	display: block;
}

.recent_posts_list.grid .recent_posts_img img {
	display: block;
	width: 100%;
	transition: opacity 0.2s ease 0s;
}

.recent_posts_list.grid li:hover .recent_posts_img img {
	opacity: 0.8;
}

.recent_posts_list.grid .recent_posts_content.with_featured_img {
	position: relative;
	z-index: 5;
}

.recent_posts_list.grid .recent_post_title {
	position: relative;
	margin: 0;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 22px;
	font-size: 14px;
}

.recent_posts_list.grid .recent_post_title:before {
	content: '';
	position: absolute;
	left: 45px;
	bottom: -20px;
	width: 3px;
	height: 11px;
}

.recent_posts_list.grid .recent-post-meta-date {
	display: block;
	padding-left: 45px;
	text-transform: uppercase;
	line-height: 20px;
	font-size: 11px;
	color: rgba(51, 51, 51, 0.5);
}


/* Widget Recent Posts Carousel */
.recent_posts_list.carousel {
	margin: 0;
	padding: 0;
	list-style: none;
}

.recent_posts_list.carousel .item {
	position: relative;
	min-height: 290px;
	background-color: #212121;
}

.recent_posts_list.carousel .recent_posts_content {
	position: absolute;
	z-index: 10;
	top: 16px;
	left: 15px;
	right: 15px;
	text-align: center;
}

.recent_posts_list.carousel .recent_post_meta_category {
	line-height: 30px;
	font-size: 22px;
	color: rgba(255, 255, 255, 0.5);
}

.recent_posts_list.carousel .recent_post_meta_category a {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 15px;
	line-height: 30px;
	font-size: 22px;
	color: rgba(255, 255, 255, 0.5);
}

.recent_posts_list.carousel .recent_post_meta_category a:hover {
	color: #fff;
}

.recent_posts_list.carousel .recent_post_title {
	margin: 0;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 28px;
	font-size: 18px;
}

.recent_posts_list.carousel .recent_post_title a {
	color: #fff;
}

.recent_posts_list.carousel .recent-post-meta-date {
	text-transform: uppercase;
	line-height: 20px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
}

.recent_posts_list.carousel .recent_posts_img {
	display: block;
	opacity: 0.6;
}

.recent_posts_list.carousel .owl-controls .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	bottom: 21px;
	width: 100%;
	height: 9px;
	margin-top: 0;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.recent_posts_list.carousel .owl-controls .owl-dot {
	display: inline-block;
	vertical-align: top;
	width: 9px;
	height: 9px;
	margin: 0 4px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
}

.recent_posts_list.carousel .owl-controls .owl-dot:before {
	display: none;
}


/* Widget Recent Entries */
.widget_recent_entries ul {
	margin: 0;
	list-style: none;
	text-align: center;
}

.widget_recent_entries li {
	margin-bottom: 20px;
}

.widget_recent_entries li a {
	line-height: 26px;
	font-size: 18px;
}

.widget_recent_entries .post-date {
	display: block;
	margin: 0 0 6px;
	color: #999;
}


/* Widget Recent Comments */
.widget_recent_comments ul {
	margin: 0;
	list-style: none;
	text-align: center;
}

.widget_recent_comments li {
	margin-bottom: 20px;
	color: #ccc;
}

.widget_recent_comments li span {
	color: #666;
}


/* Widget Tags Cloud */
.tagcloud a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 3px 5px 0;
	padding: 0 14px 0 9px;
	line-height: 28px;
	font-size: 14px !important;
	color: rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.05);
	transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.tagcloud a:hover {
	color: #000;
}


/* Widget Search */
.widget_search .search_form_wrap {
	position: relative;
}

.search-form .screen-reader-text {
	display: none;
}

.widget_search .search_form_wrap label {
	display: none;
}

.widget_search .search_form input[type="text"] {
	width: 100%;
	padding-right: 70px;
}

.widget_search .search_form .search-submit {
	overflow: hidden;
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	display: block;
	width: 40px;
	height: 40px;
	opacity: 0;
}

.widget_search i {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}


/* Widget MailChimp */
.widget .mc4wp-form {
	margin: 0;
	text-align: center;
}

.widget .mc4wp-form p {
	margin-bottom: 10px;
}

.widget .mc4wp-form label {
	display: none;
}

.widget .mc4wp-form input {
	width: 100%;
	text-align: center;
}

.widget .mc4wp-form input[type="submit"] {
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
}


/* Widget Rss */
.widget_rss .widget-title a {
	color: #fff;
}

.widget_rss .widget-title a img {
	margin-top: 9px;
}

.widget_rss ul {
	margin: 0;
	list-style: none;
}

.widget_rss li {
	margin-bottom: 20px;
}


/* Widget Nav */
.widget_pages ul,
.widget_nav_menu ul {
	margin: 0;
	list-style: none;
}

.widget_pages li a,
.widget_nav_menu li a {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 9px;
}

.widget_pages ul ul,
.widget_nav_menu ul ul {
	margin-left: 20px;
	margin-bottom: 5px;
}

.widget_pages ul ul a,
.widget_nav_menu ul ul a {
	position: relative;
}

.widget_pages ul ul a:before,
.widget_nav_menu ul ul a:before {
	content: "-";
	position: absolute;
	left: -10px;
	top: 0;
}


/* Calendar Widget */
.widget_calendar table {
	width: 100%;
	text-align: center;
}

.widget_calendar caption {
	font-weight: bold;
	margin-bottom: 5px;
}

.widget_calendar th {
	font-weight: bold;
	border: none;
}

.widget_calendar table {
	border: none;
}

.widget_calendar table td {
	padding: 0;
	border: none;
}


/* Widget Social Icons */
.chika_widget_sociallinks .social_links_wrap {
	margin: 0 -5px -10px;
}

.chika_widget_sociallinks .social_link {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 10px;
	text-align: center;
}

.chika_widget_sociallinks .social_link i {
	position: absolute;
	left: 50%;
	top: 0;
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	line-height: 24px;
	font-size: 38px;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}

.chika_widget_sociallinks .social_link:hover i {
	opacity: 1 !important;
}

.chika_widget_sociallinks .social_link span {
	display: block;
	text-transform: capitalize;
	line-height: 24px;
	font-size: 14px;
	color: #000;
	transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out;
}

.chika_widget_sociallinks .social_link:hover span {
	opacity: 0.25;
}


/* Isotope Sorting */
.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	transition-duration: 0s;
}

.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}


/**
 *	9.0 - Top Slider Blog
 */

.top_slider_preloader {
	position: relative;
	width: 100%;
	height: 630px;
	text-align: center;
}

.top_slider_preloader_in {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 49px;
	height: 49px;
	margin: -25px 0 0 -25px;
	border: 4px solid;
	border-radius: 50%;
	border-color: #333;
	animation: cssload-scale 1035ms infinite linear;
	-o-animation: cssload-scale 1035ms infinite linear;
	-ms-animation: cssload-scale 1035ms infinite linear;
	-webkit-animation: cssload-scale 1035ms infinite linear;
	-moz-animation: cssload-scale 1035ms infinite linear;
}

@keyframes cssload-scale {
	0% {
		transform: scale(0);
		transform: scale(0);
	}

	90% {
		transform: scale(0.7);
		transform: scale(0.7);
	}

	100% {
		transform: scale(1);
		transform: scale(1);
	}
}

@-o-keyframes cssload-scale {
	0% {
		-o-transform: scale(0);
		transform: scale(0);
	}

	90% {
		-o-transform: scale(0.7);
		transform: scale(0.7);
	}

	100% {
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@-ms-keyframes cssload-scale {
	0% {
		-ms-transform: scale(0);
		transform: scale(0);
	}

	90% {
		-ms-transform: scale(0.7);
		transform: scale(0.7);
	}

	100% {
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes cssload-scale {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	90% {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-moz-keyframes cssload-scale {
	0% {
		-moz-transform: scale(0);
		transform: scale(0);
	}

	90% {
		-moz-transform: scale(0.7);
		transform: scale(0.7);
	}

	100% {
		-moz-transform: scale(1);
		transform: scale(1);
	}
}

.top_slider_blog {
	opacity: 0;
	transition: opacity 0.4s ease-in-out;
	-webkit-transition: opacity 0.4s ease-in-out;
}


/* Type 1 */
.top_slider_blog.type1 {
	margin-bottom: 100px;
}

.top_slider_blog.type1 .top_slider_blog_item {
	position: relative;
	height: 910px;
}

.top_slider_blog.type1 .top_slider_blog_img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.top_slider_blog.type1 .top_slider_blog_img img {
	display: none;
}

.top_slider_blog.type1 .owl-thumbs-wrap {
	position: relative;
}

.top_slider_blog.type1 .owl-thumbs-wrap .owl-thumbs {
	position: absolute;
	left: 120px;
	bottom: 86px;
}

.top_slider_blog.type1 .owl-thumbs-wrap .owl-thumb-item {
	position: relative;
	width: 220px;
	margin-right: 40px;
	padding: 0;
	border: 0;
	box-shadow: 0;
	background: none;
}

.top_slider_blog.type1 .owl-thumbs-wrap .owl-thumb-item span {
	display: block;
	padding-bottom: 16px;
	text-align: left;
	font-weight: 700;
	line-height: 20px;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.25);
	transition: color 0.2s ease-in-out;
}

.top_slider_blog.type1 .owl-thumbs-wrap .owl-thumb-item:hover span,
.top_slider_blog.type1 .owl-thumbs-wrap .owl-thumb-item.active span {
	color: #000;
}

.top_slider_blog.type1 .owl-thumbs-wrap .owl-thumb-item .img_wrap {
	position: relative;
	margin-bottom: 28px;
}

.top_slider_blog.type1 .owl-thumbs-wrap .owl-thumb-item .back_overlay {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: left 0.15s ease-in-out, top 0.15s ease-in-out;
}

.top_slider_blog.type1 .owl-thumbs-wrap .owl-thumb-item:hover .back_overlay,
.top_slider_blog.type1 .owl-thumbs-wrap .owl-thumb-item.active .back_overlay {
	left: -6px;
	top: -6px;
}

.top_slider_blog.type1 .owl-thumbs-wrap .owl-thumb-item img {
	position: relative;
	z-index: 3;
}

.top_slider_blog.type1 .owl-thumbs-wrap .owl-thumb-item h4 {
	margin: 0;
	text-transform: uppercase;
	text-align: left;
	line-height: 14px;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.5);
	transition: color 0.4s ease-in-out;
}

.top_slider_blog.type1 .owl-thumbs-wrap .owl-thumb-item:hover h4,
.top_slider_blog.type1 .owl-thumbs-wrap .owl-thumb-item.active h4 {
	color: #000;
}

.top_slider_blog.type1 .top_slider_blog_descr {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 120px;
	right: 25%;
	transform: translateY(-50%);
	-webkit-transform: -webkit-translateY(-50%);
}

.top_slider_blog.type1 .post-meta-date {
	position: relative;
	margin-bottom: 49px;
	padding: 38px 0 0 120px;
	text-transform: uppercase;
	line-height: 17px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
}

.top_slider_blog.type1 .post-meta-date span {
	display: block;
}

.top_slider_blog.type1 .post-meta-date b {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 72px;
	font-size: 90px;
	color: rgba(0, 0, 0, 0.5);
}

.top_slider_blog.type1 .top_slider_blog_title {
	position: relative;
	margin-bottom: 0;
	text-transform: none;
	line-height: 96px;
	font-size: 80px;
}

.top_slider_blog.type1 .top_slider_blog_title:before {
	content: '';
	position: absolute;
	left: 0;
	top: -20px;
	width: 100px;
	height: 3px;
}

.top_slider_blog.type1 .top_slider_blog_title a {
	color: #000;
}

.top_slider_blog.type1 .top_slider_blog_title a:hover {
	color: rgba(0, 0, 0, 0.5);
}

/* Type 2 */
.top_slider_blog.type2 {
	overflow: hidden;
	margin-bottom: 100px;
}

.top_slider_blog.type2 .top_slider_blog_item {
	position: relative;
	height: 540px;

}

.top_slider_blog.type2 .top_slider_blog_img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.top_slider_blog.type2 .top_slider_blog_img img {
	display: none;
}

.top_slider_blog.type2 .top_slider_blog_descr {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 120px;
	right: 25%;
	transform: translateY(-50%);
	-webkit-transform: -webkit-translateY(-50%);
}

.top_slider_blog.type2 .post-meta-date {
	position: relative;
	padding: 38px 0 0 120px;
	text-transform: uppercase;
	line-height: 17px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
}

.top_slider_blog.type2 .post-meta-date span {
	display: block;
}

.top_slider_blog.type2 .post-meta-date b {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 72px;
	font-size: 90px;
	color: rgba(0, 0, 0, 0.5);
}

.top_slider_blog.type2 .top_slider_blog_title {
	position: relative;
	width: 75%;
	margin-bottom: 25px;
	padding-bottom: 25px;
	text-transform: none;
	line-height: 96px;
	font-size: 80px;
}

.top_slider_blog.type2 .top_slider_blog_title:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100px;
	height: 3px;
}

.top_slider_blog.type2 .top_slider_blog_title a {
	color: #fff;
}

.top_slider_blog.type2 .top_slider_blog_title a:hover {
	color: rgba(255, 255, 255, 0.5);
}

.top_slider_blog.type2 .owl-controls .owl-dots {
	bottom: 87%;
	left: auto;
	right: 0;
	width: 90px;
	height: auto;
	transform: translateY(100%);
}

.top_slider_blog.type2 .owl-controls .owl-dot {
	position: relative;
	display: block;
	width: 90px;
	height: 40px;
	margin: 10px 0;
	text-align: center;
	font-weight: 700;
	line-height: 40px;
	font-size: 26px;
	color: #fff;
	border-radius: 0;
	box-shadow: none;
	background-color: transparent;
}

.top_slider_blog.type2 .owl-controls .owl-dot:before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	right: -100px;
	width: 100%;
	height: 100%;
	transition: left 0.2s ease-in-out;
}

.top_slider_blog.type2 .owl-controls .owl-dot:hover:before,
.top_slider_blog.type2 .owl-controls .owl-dot.active:before {
	left: 0;
}

/* Type 3 */
.top_slider_blog.type3 {
	position: relative;
	margin-bottom: 75px;
	padding-bottom: 55px;
}

.top_slider_blog.type3 .owl-controls .owl-dots {
	bottom: 0;
}

.top_slider_blog.type3 .top_slider_blog_item {
	position: relative;
	height: 540px;
}

.top_slider_blog.type3 .top_slider_blog_item:before {
	content: '';
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(249, 247, 242, 0.6) 100%);
	background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(249, 247, 242, 0.6) 100%);
	background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(249, 247, 242, 0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#99f9f7f2', GradientType=0);
	transition: opacity 0.2s ease-in-out;
}

.top_slider_blog.type3 .top_slider_blog_item:hover:before {
	opacity: 0;
}

.top_slider_blog.type3 .top_slider_blog_img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: cover;
	transition: opacity 0.2s ease-in-out;
}

.top_slider_blog.type3 .top_slider_blog_item:hover .top_slider_blog_img {
	opacity: 0.25;
}

.top_slider_blog.type3 .post-meta-date {
	position: absolute;
	z-index: 10;
	left: 50px;
	top: 48px;
	padding: 5px 0 0 55px;
	text-transform: uppercase;
	text-align: left;
	line-height: 14px;
	font-size: 12px;
	color: #000;
	opacity: 0.25;
	transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.top_slider_blog.type3 .post-meta-date span {
	display: block;
}

.top_slider_blog.type3 .post-meta-date b {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 30px;
	font-size: 40px;
	color: #000;
	transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.top_slider_blog.type3 .top_slider_blog_item:hover .post-meta-date {
	opacity: 0.5;
}

.top_slider_blog.type3 .top_slider_blog_descr {
	position: absolute;
	z-index: 10;
	left: 50px;
	right: 50px;
	bottom: 43px;
}

.top_slider_blog.type3 .post_meta_category {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 23px;
}

.top_slider_blog.type3 .post_meta_category:before {
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
	width: 3px;
	height: 11px;
	transition: background-color 0.2s ease-in-out;
}

.top_slider_blog.type3 .post_meta_category a {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	line-height: 24px;
	font-size: 12px;
	color: #000;
	opacity: 0.5;
}

.top_slider_blog.type3 .top_slider_blog_title {
	margin-bottom: 11px;
	line-height: 44px;
	font-size: 34px;
}

.top_slider_blog.type3 .top_slider_blog_title a {
	color: #000;
	transition: background-color 0.2s ease-in-out;
}



/**
 *	10.0 - Blog Posts Layout
 */

#blog_list.left_sidebar .col-md-9.pull-right>.row {
	padding-left: 30px;
}

#blog_list.right_sidebar .col-md-9.pull-left>.row {
	padding-right: 30px;
}

#blog_list {
	margin-bottom: 56px;
}




/**
 *	10.1 - Blog Posts Page Default
 */

#blog_list.no_sidebar.blog_list_style_default>.container>.row {
	position: relative;
	z-index: 10;
	margin: 0 13%;
	padding: 85px 85px 55px;
}

#blog_list.blog_list_style_default .post-content-wrapper {
	margin-bottom: 90px;
	padding-bottom: 63px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#blog_list.blog_list_style_default article.post:last-child .post-content-wrapper {
	margin-bottom: 0;
}

#blog_list.blog_list_style_default .post_meta_header {
	padding-bottom: 39px;
}

#blog_list.blog_list_style_default .post_meta_header>span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 35px;
	font-size: 12px;
}

#blog_list.blog_list_style_default .post_meta_header>span i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 9px;
	font-size: 22px;
}

#blog_list.blog_list_style_default .post-meta-date {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px;
	padding: 5px 0 0 55px;
	text-transform: uppercase;
	text-align: left;
	line-height: 14px;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.25);
}

#blog_list.blog_list_style_default .post-meta-date span {
	display: block;
}

#blog_list.blog_list_style_default .post-meta-date b {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 30px;
	font-size: 40px;
	color: rgba(0, 0, 0, 0.25);
}

#blog_list.blog_list_style_default .post_meta_category {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 8px;
	padding-left: 23px;
	line-height: 24px;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.5);
}

#blog_list.blog_list_style_default .post_meta_category:before {
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
	bottom: 7px;
	width: 3px;
	height: auto;
}

#blog_list.blog_list_style_default .post_meta_category a {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	line-height: 24px;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.5);
}

#blog_list.blog_list_style_default .post-title {
	margin-bottom: 35px;
	text-transform: uppercase;
	line-height: 30px;
	font-size: 30px;
}

#blog_list.blog_list_style_default .post-descr-wrap {
	padding: 0 16%;
}

#blog_list.blog_list_style_default .post-content p {
	line-height: 30px;
	font-size: 16px;
}

/* Quote Format */
#blog_list.blog_list_style_default .format-quote .post-content-wrapper {
	overflow: hidden;
	position: relative;
	padding: 40px 20px 44px;
	min-height: 360px;
	background-color: #000;
}

#blog_list.blog_list_style_default .format-quote .featured_img_bg {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.1;
	background-size: cover;
	background-position: center center;
}

#blog_list.blog_list_style_default .quote-format-wrap {
	position: absolute;
	z-index: 5;
	left: 30px;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

#blog_list.blog_list_style_default .quote-format-wrap>i {
	position: absolute;
	left: 50%;
	top: 28px;
	display: block;
	margin-bottom: 27px;
	font-style: normal;
	font-weight: 400;
	line-height: 34px;
	font-size: 100px;
	color: #fff;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

#blog_list.blog_list_style_default .format-quote .post-meta-date {
	display: block;
	margin: 0;
	padding: 62px 0 8px;
	text-transform: uppercase;
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.25);
}

#blog_list.blog_list_style_default .format-quote h2.post-title {
	margin: 0 0 14px;
}

#blog_list.blog_list_style_default .format-quote h2.post-title a {
	color: #fff;
}

#blog_list.blog_list_style_default .format-quote h2.post-title:after {
	left: 50%;
	margin-left: -15px;
}

#blog_list.blog_list_style_default .format-quote h2.post-title:hover:after {
	margin-left: -20px;
}

#blog_list.blog_list_style_default .format-quote .quote-author {
	display: block;
	line-height: 20px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.25);
}

#blog_list.blog_list_style_default .format-quote .quote-author-name {
	margin: 0;
	text-transform: uppercase;
	line-height: 22px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}

/* Link Format */
#blog_list.blog_list_style_default .format-link .post-content-wrapper {
	overflow: hidden;
	position: relative;
	padding: 40px 20px 44px;
	min-height: 360px;
	background-color: #000;
}

#blog_list.blog_list_style_default .format-link .featured_img_bg {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.1;
	background-size: cover;
	background-position: center center;
}

#blog_list.blog_list_style_default .link-format-wrap {
	position: absolute;
	z-index: 5;
	left: 30px;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

#blog_list.blog_list_style_default .link-format-wrap>i {
	display: block;
	margin-bottom: 27px;
	font-style: normal;
	font-weight: 400;
	line-height: 34px;
	font-size: 34px;
	color: #fff;
}

#blog_list.blog_list_style_default .format-link .post-meta-date {
	display: block;
	padding: 0 0 8px;
	text-transform: uppercase;
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.25);
}

#blog_list.blog_list_style_default .format-link h2.post-title {
	margin: 0 0 14px;
}

#blog_list.blog_list_style_default .format-link h2.post-title a {
	color: #fff;
}

#blog_list.blog_list_style_default .format-link h2.post-title:after {
	left: 50%;
	margin-left: -15px;
	background-color: #fff;
}

#blog_list.blog_list_style_default .format-link h2.post-title:hover:after {
	margin-left: -20px;
}

#blog_list.blog_list_style_default .format-link .post-format-link-url {
	margin: 0;
	text-transform: uppercase;
	line-height: 24px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}

/* Image Format */
#blog_list article.post .post_format_content {
	text-align: center;
}

#blog_list article.post .post_format_content img {
	width: auto;
}

/* Video Format */
.post-video iframe {
	width: 100%;
}



/**
 *	10.2 - Blog Posts Page Chess Style
 */

#blog_list.blog_list_style_chess article.post {
	float: none;
	display: inline-block;
	vertical-align: middle;
}

#blog_list.blog_list_style_chess .post-content-wrapper {
	position: relative;
}

#blog_list.blog_list_style_chess .post-content-wrapper .col-md-6:nth-child(2) {
	position: absolute;
	left: 50%;
	right: 0;
	top: 50%;
	float: none;
	transform: translateY(-50%);
}

#blog_list.blog_list_style_chess .container>.row:nth-child(2n) .post-content-wrapper .col-md-6,
#blog_list.blog_list_style_chess .container>div>.row:nth-child(2n) .post-content-wrapper .col-md-6 {
	float: right;
}

#blog_list.blog_list_style_chess .container>.row:nth-child(2n) .col-md-6:nth-child(2),
#blog_list.blog_list_style_chess .container>div>.row:nth-child(2n) .col-md-6:nth-child(2),
#blog_list.blog_list_style_chess .container>.row:nth-child(2n) .col-md-12,
#blog_list.blog_list_style_chess .container>div>.row:nth-child(2n) .col-md-12 {
	left: 0;
	right: 50%;
	text-align: right;
}

#blog_list.blog_list_style_chess .post_format_content a {
	display: block;
	transition: transform 0.15s ease-in-out;
}

#blog_list.blog_list_style_chess .post_format_content:hover a {
	transform: translate(5px, 5px);
}

#blog_list.blog_list_style_chess .post-meta-date {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 24px;
	padding: 0 0 0 55px;
	text-transform: uppercase;
	line-height: 14px;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.25);
}

#blog_list.blog_list_style_chess .container>.row:nth-child(2n) .post-meta-date,
#blog_list.blog_list_style_chess .container>div>.row:nth-child(2n) .post-meta-date {
	text-align: left;
}

#blog_list.blog_list_style_chess .post-meta-date span {
	display: block;
}

#blog_list.blog_list_style_chess .post-meta-date b {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 30px;
	font-size: 40px;
	color: rgba(0, 0, 0, 0.25);
}

#blog_list.blog_list_style_chess .post-title {
	margin: 0 40px 29px -70px;
	text-transform: uppercase;
	line-height: 30px;
	font-size: 30px;
}

#blog_list.blog_list_style_chess .col-md-12 .post-title {
	margin: 0 40px 29px -70px;
}

#blog_list.blog_list_style_chess .container>.row:nth-child(2n) .post-title,
#blog_list.blog_list_style_chess .container>div>.row:nth-child(2n) .post-title {
	margin: 0 -70px 29px 40px;
}

#blog_list.blog_list_style_chess article.post.no_featured_img .post-title {
	margin: 0 0 29px 0 !important;
}

#blog_list.blog_list_style_chess.columns3 .post-title {
	line-height: 20px;
	font-size: 20px;
}

#blog_list.blog_list_style_chess .post-title a {
	padding: 0 3px;
}

#blog_list.blog_list_style_chess .post-title a:hover {
	color: #fff;
}

#blog_list.blog_list_style_chess .post_meta_category {
	position: relative;
	display: block;
	padding-left: 23px;
	line-height: 24px;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.5);
}

#blog_list.blog_list_style_chess .container>.row:nth-child(2n) .post_meta_category,
#blog_list.blog_list_style_chess .container>div>.row:nth-child(2n) .post_meta_category {
	padding: 0 23px 0 0;
}

#blog_list.blog_list_style_chess .post_meta_category:before {
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
	width: 3px;
	height: 11px;
}

#blog_list.blog_list_style_chess .container>.row:nth-child(2n) .post_meta_category:before,
#blog_list.blog_list_style_chess .container>div>.row:nth-child(2n) .post_meta_category:before {
	left: auto;
	right: 0;
}

#blog_list.blog_list_style_chess .post_meta_category a {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	line-height: 24px;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.5);
	transition: color 0.2s ease-in-out;
}

#blog_list.blog_list_style_chess .post_meta_category a:hover {
	color: #000;
}



/**
 *	10.3 - Blog Posts Page Top Image Style
 */

#blog_list.blog_list_style_topimg .isotope-container {
	padding-top: 7px;
}

#blog_list.blog_list_style_topimg.columns4 .isotope_container_wrap,
#blog_list.blog_list_style_topimg.columns3 .isotope_container_wrap {
	margin-right: -2px;
}

#blog_list.blog_list_style_topimg.columns3 article.post {
	margin-right: -1px;
}

#blog_list.blog_list_style_topimg .post-content-wrapper {
	position: relative;
}

#blog_list.blog_list_style_topimg .post_format_content {
	position: relative;
}

#blog_list.blog_list_style_topimg .post_format_content:before {
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: transform 0.2s ease-in-out;
}

#blog_list.blog_list_style_topimg .post-content-wrapper:hover .post_format_content:before {
	transform: translate(-7px, -7px);
}

#blog_list.blog_list_style_topimg .post-meta-date {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 55px;
	text-transform: uppercase;
	line-height: 14px;
	font-size: 12px;
	color: #000;
	transition: color 0.2s ease-in-out;
}

#blog_list.blog_list_style_topimg .post-meta-date span {
	display: block;
}

#blog_list.blog_list_style_topimg .post-meta-date b {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 30px;
	font-size: 40px;
}

#blog_list.blog_list_style_topimg .post-descr-wrap {
	position: relative;
	z-index: 10;
	margin: -60px 30px 0;
	padding: 25px 20px 30px;
	transition: background-color 0.2s ease-in-out;
}

#blog_list.blog_list_style_topimg .no_featured_img .post-descr-wrap {
	margin0: 0;
}

#blog_list.blog_list_style_topimg .no_featured_img .post-descr-wrap {
	padding-left: 0;
}

#blog_list.blog_list_style_topimg .post-title {
	position: relative;
	z-index: 10;
	margin: 0 0 26px;
	line-height: 30px;
	font-size: 30px;
}

#blog_list.blog_list_style_topimg.columns4 .post-title {
	line-height: 20px;
	font-size: 20px;
}

#blog_list.blog_list_style_topimg .post_meta_category {
	position: relative;
	display: block;
	padding-left: 23px;
	line-height: 24px;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.5);
}

#blog_list.blog_list_style_topimg .post_meta_category:before {
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
	width: 3px;
	height: 11px;
	transition: background-color 0.2s ease-in-out;
}

#blog_list.blog_list_style_topimg .post_meta_category a {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	line-height: 24px;
	font-size: 12px;
	color: #000;
	opacity: 0.5;
	transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out;
}

#blog_list.blog_list_style_topimg .post_meta_category a:hover {
	opacity: 1;
}

/* Quote Format */
#blog_list.blog_list_style_topimg .format-quote .post-content-wrapper {
	height: 620px;
	background-color: #000;
}

#blog_list.blog_list_style_topimg .format-quote .featured_img_bg {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.1;
	background-size: cover;
	background-position: center center;
}

#blog_list.blog_list_style_topimg .quote-format-wrap {
	position: absolute;
	z-index: 5;
	left: 50px;
	right: 50px;
	top: 50%;
	padding-top: 50px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

#blog_list.blog_list_style_topimg .format-quote .post-content-wrapper>i {
	position: absolute;
	right: 40px;
	top: 73px;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 34px;
	font-size: 100px;
	color: #fff;
}

#blog_list.blog_list_style_topimg .format-quote .post-meta-date {
	position: absolute;
	z-index: 10;
	left: 50px;
	top: 48px;
	padding: 5px 0 0 55px;
	text-transform: uppercase;
	text-align: left;
	line-height: 14px;
	font-size: 12px;
	color: #fff;
	opacity: 0.25;
	transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

#blog_list.blog_list_style_topimg .format-quote .post-meta-date span {
	display: block;
}

#blog_list.blog_list_style_topimg .format-quote .post-meta-date b {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 30px;
	font-size: 40px;
	color: #fff;
	transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

#blog_list.blog_list_style_topimg .format-quote h2.post-title {
	position: relative;
	margin: 0 0 20px;
	padding-bottom: 22px;
	line-height: 30px;
	font-size: 30px;
}

#blog_list.blog_list_style_topimg .format-quote h2.post-title a {
	color: #fff;
}

#blog_list.blog_list_style_topimg .format-quote h2.post-title:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	left: 50%;
	height: 2px;
	width: 30px;
	margin-left: -15px;
}

#blog_list.blog_list_style_topimg .format-quote .quote-author {
	display: block;
	line-height: 20px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.25);
}

#blog_list.blog_list_style_topimg .format-quote .quote-author-name {
	margin: 0;
	text-transform: uppercase;
	line-height: 22px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}

/* Link Format */
#blog_list.blog_list_style_topimg .format-link .post-content-wrapper {
	height: 620px;
	background-color: #000;
}

#blog_list.blog_list_style_topimg .format-link .featured_img_bg {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.1;
	background-size: cover;
	background-position: center center;
}

#blog_list.blog_list_style_topimg .link-format-wrap {
	position: absolute;
	z-index: 5;
	left: 50px;
	right: 50px;
	top: 50%;
	padding-top: 50px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

#blog_list.blog_list_style_topimg .format-link .post-content-wrapper>i {
	position: absolute;
	z-index: 10;
	top: 51px;
	right: 40px;
	display: block;
	font-style: normal;
	font-weight: 400;
	line-height: 34px;
	font-size: 28px;
	color: #fff;
}

#blog_list.blog_list_style_topimg .format-link .post-meta-date {
	position: absolute;
	z-index: 10;
	left: 50px;
	top: 48px;
	padding: 5px 0 0 55px;
	text-transform: uppercase;
	text-align: left;
	line-height: 14px;
	font-size: 12px;
	color: #000;
	opacity: 0.25;
	transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

#blog_list.blog_list_style_topimg .format-link .post-meta-date span {
	display: block;
}

#blog_list.blog_list_style_topimg .format-link .post-meta-date b {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 30px;
	font-size: 40px;
	color: #000;
	transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

#blog_list.blog_list_style_topimg .format-link h2.post-title {
	position: relative;
	margin: 0 0 20px;
	padding-bottom: 22px;
	line-height: 30px;
	font-size: 30px;
}

#blog_list.blog_list_style_topimg .format-link h2.post-title:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	left: 50%;
	height: 2px;
	width: 30px;
	margin-left: -15px;
	background-color: #fff;
}

#blog_list.blog_list_style_topimg .format-link h2.post-title a {
	color: #fff;
}

#blog_list.blog_list_style_topimg .format-link h2.post-title a:hover {
	color: #000;
}

#blog_list.blog_list_style_topimg .format-link .post-format-link-url {
	margin: 0;
	text-transform: uppercase;
	line-height: 24px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}

#blog_list.blog_list_style_topimg .format-link .post-format-link-url:hover {
	color: #fff;
}

/* Video Format */
#blog_list.blog_list_style_topimg .format-video .post-content-wrapper {
	overflow: hidden;
	position: relative;
	height: 620px;
	background-color: #000;
}

#blog_list.blog_list_style_topimg .format-video .post_format_content {
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 0;
	width: 200%;
	height: 100%;
	transform: translateX(-50%);
}

#blog_list.blog_list_style_topimg .format-video .post_format_content iframe {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 150%;
	max-width: none;
	height: 100% !important;
	transform: translate(-50%, -50%);
}

#blog_list.blog_list_style_topimg .format-video .post_format_content:before {
	content: '';
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	transform: translate(0, 0) !important;
}

#blog_list.blog_list_style_topimg .video-format-wrap {
	position: absolute;
	z-index: 5;
	left: 50px;
	right: 50px;
	top: 50%;
	padding-top: 50px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

#blog_list.blog_list_style_topimg .format-video .post-content-wrapper>i {
	position: absolute;
	z-index: 10;
	top: 51px;
	right: 40px;
	display: block;
	width: 34px;
	height: 34px;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	text-indent: 3px;
	border-radius: 50%;
	border: 2px solid #fff;
}

#blog_list.blog_list_style_topimg .format-video .post-meta-date {
	position: absolute;
	z-index: 10;
	left: 50px;
	top: 48px;
	padding: 5px 0 0 55px;
	text-transform: uppercase;
	text-align: left;
	line-height: 14px;
	font-size: 12px;
	color: #fff;
	opacity: 0.25;
	transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

#blog_list.blog_list_style_topimg .format-video .post-meta-date span {
	display: block;
}

#blog_list.blog_list_style_topimg .format-video .post-meta-date b {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 30px;
	font-size: 40px;
	color: #fff;
	transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

#blog_list.blog_list_style_topimg .format-video h2.post-title {
	position: relative;
	margin: 0 0 20px;
	padding-bottom: 22px;
	line-height: 30px;
	font-size: 30px;
}

#blog_list.blog_list_style_topimg .format-video h2.post-title a {
	color: #fff;
}

#blog_list.blog_list_style_topimg .format-video h2.post-title:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	left: 50%;
	height: 2px;
	width: 30px;
	margin-left: -15px;
}

#blog_list.blog_list_style_topimg .format-video .video-author {
	display: block;
	line-height: 20px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.25);
}

#blog_list.blog_list_style_topimg .format-video .video-author-name {
	margin: 0;
	text-transform: uppercase;
	line-height: 22px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}

/* Gallery Format */
#blog_list.blog_list_style_topimg .owl-controls .owl-dots {
	bottom: auto;
	top: 40px;
	right: 25px;
	left: auto;
	width: auto;
}

#blog_list.blog_list_style_topimg .owl-controls .owl-dot {
	width: 5px;
	height: 5px;
	background-color: rgba(0.5, 0, 0, 0.25);
	transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}



/**
 *	10.4 - Blog Posts Page BG Image
 */

#blog_list.blog_list_style_bgimg>.container>.row {
	margin-left: 0;
	margin-right: 0;
}

#blog_list.blog_list_style_bgimg article.post {
	padding-left: 0;
	padding-right: 0;
}

#blog_list.blog_list_style_bgimg .post-content-wrapper {
	position: relative;
}

#blog_list.blog_list_style_bgimg .featured_img_bg {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	transition: opacity 0.15s ease-in-out;
}

#blog_list.blog_list_style_bgimg .post-content-wrapper:hover .featured_img_bg {
	opacity: 1;
}

#blog_list.blog_list_style_bgimg .post-descr-wrap {
	padding: 50px 45px 46px;
}

#blog_list.blog_list_style_bgimg .post-meta-date {
	position: relative;
	margin-bottom: 24px;
	padding: 0 0 0 55px;
	text-transform: uppercase;
	line-height: 14px;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.5);
}

#blog_list.blog_list_style_bgimg .post-meta-date span {
	display: block;
}

#blog_list.blog_list_style_bgimg .post-meta-date b {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 30px;
	font-size: 40px;
	color: rgba(0, 0, 0, 0.5);
}

#blog_list.blog_list_style_bgimg .post-title {
	position: relative;
	z-index: 10;
	display: inline;
	margin: 0 0 27px;
	text-transform: uppercase;
	line-height: 30px;
	font-size: 30px;
	box-decoration-break: clone;
	transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

#blog_list.blog_list_style_bgimg .post-title:hover {
	box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
	background-color: #fff;
}

#blog_list.blog_list_style_bgimg .post-title:before {
	content: '';
	position: absolute;
	left: -65px;
	top: 12px;
	width: 50px;
	height: 3px;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}

#blog_list.blog_list_style_bgimg .post-content-wrapper:hover .post-title a {
	color: #000;
}

#blog_list.blog_list_style_bgimg .post-content-wrapper:hover .post-title:before {
	opacity: 1;
}

#blog_list.blog_list_style_bgimg .post_meta_category {
	position: relative;
	display: block;
	padding-left: 23px;
	line-height: 24px;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.5);
}

#blog_list.blog_list_style_bgimg .post_meta_category:before {
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
	width: 3px;
	height: 11px;
}

#blog_list.blog_list_style_bgimg .post_meta_category a {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	line-height: 24px;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.5);
	transition: color 0.2s ease-in-out;
}

#blog_list.blog_list_style_bgimg .post_meta_category a:hover {
	color: #000;
}



/**
 *	10.5 - Blog Posts Page Metro Style
 */

#blog_list.blog_list_style_metro>.container>.row {
	margin-left: 0;
	margin-right: 0;
}

#blog_list.blog_list_style_metro .post {
	float: left;
	padding: 0;
}

#blog_list.blog_list_style_metro.columns1 .post {
	width: 100%;
}

#blog_list.blog_list_style_metro.columns2 .post {
	width: 50%;
}

#blog_list.blog_list_style_metro.columns3 .post {
	width: 33.33%;
}

#blog_list.blog_list_style_metro.columns4 .post {
	width: 25%;
}

#blog_list.blog_list_style_metro.columns2 .sizing_width2,
#blog_list.blog_list_style_metro.columns2 .sizing_wh2 {
	width: 100%;
}

#blog_list.blog_list_style_metro.columns3 .sizing_width2,
#blog_list.blog_list_style_metro.columns3 .sizing_wh2 {
	width: 66.6667%;
}

#blog_list.blog_list_style_metro.columns4 .sizing_width2,
#blog_list.blog_list_style_metro.columns4 .sizing_wh2 {
	width: 50%;
}

/* Format Standart, Image, gallery */
#blog_list.blog_list_style_metro .post-content-wrapper {
	overflow: hidden;
	position: relative;
	height: 380px;
}

#blog_list.blog_list_style_metro .format-standard .post-content-wrapper:before,
#blog_list.blog_list_style_metro .format-gallery .post-content-wrapper:before,
#blog_list.blog_list_style_metro .format-audio .post-content-wrapper:before,
#blog_list.blog_list_style_metro .format-image .post-content-wrapper:before {
	content: '';
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(249, 247, 242, 0.6) 100%);
	background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(249, 247, 242, 0.6) 100%);
	background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(249, 247, 242, 0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#99f9f7f2', GradientType=0);
	transition: opacity 0.2s ease-in-out;
}

#blog_list.blog_list_style_metro .format-standard .post-content-wrapper:hover:before,
#blog_list.blog_list_style_metro .format-audio .post-content-wrapper:hover:before,
#blog_list.blog_list_style_metro .format-image .post-content-wrapper:hover:before {
	opacity: 0;
}

#blog_list.blog_list_style_metro .format-standard .featured_img_bg,
#blog_list.blog_list_style_metro .format-gallery .featured_img_bg,
#blog_list.blog_list_style_metro .format-audio .featured_img_bg,
#blog_list.blog_list_style_metro .format-image .featured_img_bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	transition: opacity 0.2s ease-in-out;
}

#blog_list.blog_list_style_metro .format-standard .post-content-wrapper:hover .featured_img_bg,
#blog_list.blog_list_style_metro .format-audio .post-content-wrapper:hover .featured_img_bg,
#blog_list.blog_list_style_metro .format-image .post-content-wrapper:hover .featured_img_bg {
	opacity: 0.25;
}

#blog_list.blog_list_style_metro .format-standard .post-meta-date,
#blog_list.blog_list_style_metro .format-gallery .post-meta-date,
#blog_list.blog_list_style_metro .format-audio .post-meta-date,
#blog_list.blog_list_style_metro .format-image .post-meta-date {
	position: absolute;
	z-index: 10;
	left: 50px;
	top: 48px;
	padding: 5px 0 0 55px;
	text-transform: uppercase;
	text-align: left;
	line-height: 14px;
	font-size: 12px;
	color: #000;
	opacity: 0.35;
	transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

#blog_list.blog_list_style_metro .format-standard .post-meta-date span,
#blog_list.blog_list_style_metro .format-gallery .post-meta-date span,
#blog_list.blog_list_style_metro .format-audio .post-meta-date span,
#blog_list.blog_list_style_metro .format-image .post-meta-date span {
	display: block;
}

#blog_list.blog_list_style_metro .format-standard .post-meta-date b,
#blog_list.blog_list_style_metro .format-gallery .post-meta-date b,
#blog_list.blog_list_style_metro .format-audio .post-meta-date b,
#blog_list.blog_list_style_metro .format-image .post-meta-date b {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 30px;
	font-size: 40px;
	color: #000;
	transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

#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 {
	opacity: 0.5;
}

#blog_list.blog_list_style_metro .format-standard .post-descr-wrap,
#blog_list.blog_list_style_metro .format-gallery .post-descr-wrap,
#blog_list.blog_list_style_metro .format-audio .post-descr-wrap,
#blog_list.blog_list_style_metro .format-image .post-descr-wrap {
	position: absolute;
	z-index: 10;
	left: 50px;
	right: 50px;
	bottom: 43px;
}

#blog_list.blog_list_style_metro .format-standard .post_meta_category,
#blog_list.blog_list_style_metro .format-gallery .post_meta_category,
#blog_list.blog_list_style_metro .format-audio .post_meta_category,
#blog_list.blog_list_style_metro .format-image .post_meta_category {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 23px;
	line-height: 24px;
}

#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 {
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
	width: 3px;
	height: 11px;
	transition: background-color 0.2s ease-in-out;
}

#blog_list.blog_list_style_metro .format-standard .post_meta_category a,
#blog_list.blog_list_style_metro .format-gallery .post_meta_category a,
#blog_list.blog_list_style_metro .format-audio .post_meta_category a,
#blog_list.blog_list_style_metro .format-image .post_meta_category a {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	line-height: 24px;
	font-size: 12px;
	color: #000;
	opacity: 0.5;
	transition: opacity 0.2s ease-in-out;
}

#blog_list.blog_list_style_metro .format-standard .post_meta_category a:hover,
#blog_list.blog_list_style_metro .format-gallery .post_meta_category a:hover,
#blog_list.blog_list_style_metro .format-audio .post_meta_category a:hover,
#blog_list.blog_list_style_metro .format-image .post_meta_category a:hover {
	opacity: 1;
}

#blog_list.blog_list_style_metro .format-standard .post-title,
#blog_list.blog_list_style_metro .format-gallery .post-title,
#blog_list.blog_list_style_metro .format-audio .post-title,
#blog_list.blog_list_style_metro .format-image .post-title {
	margin-bottom: 11px;
	line-height: 44px;
	font-size: 34px;
}

#blog_list.blog_list_style_metro .format-standard .top_slider_blog_title a,
#blog_list.blog_list_style_metro .format-gallery .top_slider_blog_title a,
#blog_list.blog_list_style_metro .format-audio .top_slider_blog_title a,
#blog_list.blog_list_style_metro .format-image .top_slider_blog_title a {
	color: #000;
	transition: background-color 0.2s ease-in-out;
}

/* Quote Format */
#blog_list.blog_list_style_metro .format-quote .post-content-wrapper {
	background-color: #000;
}

#blog_list.blog_list_style_metro .format-quote .featured_img_bg {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.1;
	background-size: cover;
	background-position: center center;
}

#blog_list.blog_list_style_metro .quote-format-wrap {
	position: absolute;
	z-index: 5;
	left: 8%;
	right: 8%;
	top: 50%;
	padding-top: 50px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

#blog_list.blog_list_style_metro .format-quote .post-content-wrapper>i {
	position: absolute;
	right: 40px;
	top: 73px;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 34px;
	font-size: 100px;
	color: #fff;
}

#blog_list.blog_list_style_metro .format-quote .post-meta-date {
	position: absolute;
	z-index: 10;
	left: 50px;
	top: 48px;
	padding: 5px 0 0 55px;
	text-transform: uppercase;
	text-align: left;
	line-height: 14px;
	font-size: 12px;
	color: #fff;
	opacity: 0.25;
	transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

#blog_list.blog_list_style_metro .format-quote .post-meta-date span {
	display: block;
}

#blog_list.blog_list_style_metro .format-quote .post-meta-date b {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 30px;
	font-size: 40px;
	color: #fff;
	transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

#blog_list.blog_list_style_metro .format-quote h2.post-title {
	position: relative;
	margin: 0 0 14px;
	padding-bottom: 12px;
	line-height: 28px;
	font-size: 16px;
}

#blog_list.blog_list_style_metro .sizing_wh2.format-quote h2.post-title {
	line-height: 42px;
	font-size: 32px;
}

#blog_list.blog_list_style_metro .format-quote h2.post-title a {
	color: #fff;
}

#blog_list.blog_list_style_metro .format-quote h2.post-title:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	left: 50%;
	height: 2px;
	width: 30px;
	margin-left: -15px;
}

#blog_list.blog_list_style_metro .format-quote .quote-author {
	display: block;
	line-height: 18px;
	font-size: 10px;
	color: rgba(255, 255, 255, 0.25);
}

#blog_list.blog_list_style_metro .sizing_wh2.format-quote .quote-author {
	line-height: 20px;
	font-size: 12px;
}

#blog_list.blog_list_style_metro .format-quote .quote-author-name {
	margin: 0;
	text-transform: uppercase;
	line-height: 20px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
}

#blog_list.blog_list_style_metro .sizing_wh2.format-quote .quote-author-name {
	line-height: 22px;
	font-size: 14px;
}

/* Link Format */
#blog_list.blog_list_style_metro .format-link .post-content-wrapper {
	background-color: #000;
}

#blog_list.blog_list_style_metro .format-link .featured_img_bg {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.1;
	background-size: cover;
	background-position: center center;
}

#blog_list.blog_list_style_metro .link-format-wrap {
	position: absolute;
	z-index: 5;
	left: 8%;
	right: 8%;
	top: 50%;
	padding-top: 50px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

#blog_list.blog_list_style_metro .format-link .post-content-wrapper>i {
	position: absolute;
	z-index: 10;
	top: 51px;
	right: 40px;
	display: block;
	font-style: normal;
	font-weight: 400;
	line-height: 34px;
	font-size: 28px;
	color: #fff;
}

#blog_list.blog_list_style_metro .format-link .post-meta-date {
	position: absolute;
	z-index: 10;
	left: 50px;
	top: 48px;
	padding: 5px 0 0 55px;
	text-transform: uppercase;
	text-align: left;
	line-height: 14px;
	font-size: 12px;
	color: #000;
	opacity: 0.25;
	transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

#blog_list.blog_list_style_metro .format-link .post-meta-date span {
	display: block;
}

#blog_list.blog_list_style_metro .format-link .post-meta-date b {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 30px;
	font-size: 40px;
	color: #000;
	transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

#blog_list.blog_list_style_metro .format-link h2.post-title {
	position: relative;
	margin: 0 0 14px;
	padding-bottom: 12px;
	line-height: 28px;
	font-size: 16px;
}

#blog_list.blog_list_style_metro .format-link h2.post-title:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	left: 50%;
	height: 2px;
	width: 30px;
	margin-left: -15px;
	background-color: #fff;
}

#blog_list.blog_list_style_metro .sizing_wh2.format-link h2.post-title {
	line-height: 42px;
	font-size: 32px;
}

#blog_list.blog_list_style_metro .format-link h2.post-title a {
	color: #fff;
}

#blog_list.blog_list_style_metro .format-link h2.post-title a:hover {
	color: #000;
}

#blog_list.blog_list_style_metro .format-link .post-format-link-url {
	margin: 0;
	text-transform: uppercase;
	line-height: 24px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}

#blog_list.blog_list_style_metro .format-link .post-format-link-url:hover {
	color: #fff;
}

/* Video Format */
#blog_list.blog_list_style_metro .format-video .post-content-wrapper {
	overflow: hidden;
	position: relative;
	background-color: #000;
}

#blog_list.blog_list_style_metro .format-video .post_format_content {
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 0;
	width: 200%;
	height: 100%;
	transform: translateX(-50%);
}

#blog_list.blog_list_style_metro .format-video .post_format_content iframe {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 150%;
	max-width: none;
	height: 100% !important;
	transform: translate(-50%, -50%);
}

#blog_list.blog_list_style_metro .format-video .post_format_content:before {
	content: '';
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.75);
}

#blog_list.blog_list_style_metro .video-format-wrap {
	position: absolute;
	z-index: 5;
	left: 8%;
	right: 8%;
	top: 50%;
	padding-top: 50px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

#blog_list.blog_list_style_metro .format-video .post-content-wrapper>i {
	position: absolute;
	z-index: 10;
	top: 51px;
	right: 40px;
	display: block;
	width: 34px;
	height: 34px;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	text-indent: 3px;
	border-radius: 50%;
	border: 2px solid #fff;
}

#blog_list.blog_list_style_metro .format-video .post-meta-date {
	position: absolute;
	z-index: 10;
	left: 50px;
	top: 48px;
	padding: 5px 0 0 55px;
	text-transform: uppercase;
	text-align: left;
	line-height: 14px;
	font-size: 12px;
	color: #fff;
	opacity: 0.25;
	transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

#blog_list.blog_list_style_metro .format-video .post-meta-date span {
	display: block;
}

#blog_list.blog_list_style_metro .format-video .post-meta-date b {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 30px;
	font-size: 40px;
	color: #fff;
	transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

#blog_list.blog_list_style_metro .format-video h2.post-title {
	position: relative;
	margin: 0 0 14px;
	padding-bottom: 12px;
	line-height: 36px;
	font-size: 28px;
}

#blog_list.blog_list_style_metro .sizing_wh2.format-video h2.post-title {
	line-height: 42px;
	font-size: 32px;
}

#blog_list.blog_list_style_metro .format-video h2.post-title a {
	color: #fff;
}

#blog_list.blog_list_style_metro .format-video h2.post-title:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	left: 50%;
	height: 2px;
	width: 30px;
	margin-left: -15px;
}

#blog_list.blog_list_style_metro .format-video .video-author {
	display: block;
	line-height: 20px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.25);
}

#blog_list.blog_list_style_metro .format-video .video-author-name {
	margin: 0;
	text-transform: uppercase;
	line-height: 22px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}

/* Gallery Format */
#blog_list.blog_list_style_metro .owl-controls .owl-dots {
	bottom: auto;
	top: 40px;
	right: 25px;
	left: auto;
	width: auto;
}

#blog_list.blog_list_style_metro .owl-controls .owl-dot {
	width: 5px;
	height: 5px;
	background-color: rgba(0.5, 0, 0, 0.25);
	transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}



/**
 *	10.6 - Blog Posts Page Card Style
 */

#blog_list.blog_list_style_card .isotope-container {
	overflow: visibility !important;
	height: 100% !important;
}

#blog_list.blog_list_style_card article.post {
	position: static !important;
	display: inline-block;
	vertical-align: top;
	float: none;
	margin-right: -2px;
	transform: translate(0, 0) !important;
}

#blog_list.blog_list_style_card .post-content-wrapper {
	overflow: hidden;
	position: relative;
	padding: 30px 30px 0;
	border: 1px solid rgba(0, 0, 0, 0.07);
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

#blog_list.blog_list_style_card .post-content-wrapper:hover {
	border-color: #fff;
	background-color: #fff;
}

#blog_list.blog_list_style_card .post-content-wrapper:hover {
	border-color: #fff;
	background-color: #fff;
}

#blog_list.blog_list_style_card .post-descr-wrap {
	padding: 23px 30px 10px;
}

#blog_list.blog_list_style_card .post-title {
	margin-bottom: 20px;
	text-transform: uppercase;
	line-height: 36px;
	font-size: 30px;
}

#blog_list.blog_list_style_card.columns4 .post-title {
	line-height: 24px;
	font-size: 20px;
}

#blog_list.blog_list_style_card .post-meta-date {
	position: absolute;
	z-index: 10;
	left: 60px;
	top: 60px;
	padding: 5px 0 0 55px;
	text-transform: uppercase;
	text-align: left;
	line-height: 14px;
	font-size: 12px;
	color: #000;
	opacity: 0.5;
	transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

#blog_list.blog_list_style_card .post-meta-date span {
	display: block;
}

#blog_list.blog_list_style_card .post-meta-date b {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 30px;
	font-size: 40px;
	color: #000;
	transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

#blog_list.blog_list_style_card .post_meta_category {
	position: relative;
	margin-bottom: 30px;
	padding-left: 22px;
}

#blog_list.blog_list_style_card .post_meta_category:before {
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
	width: 3px;
	height: 11px;
}

#blog_list.blog_list_style_card .post_meta_category a {
	text-transform: uppercase;
	line-height: 24px;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.5);
}

#blog_list.blog_list_style_card .post-content-wrapper:hover .post_meta_category a {
	color: #000;
}

#blog_list.blog_list_style_card .post_content_readmore {
	display: block;
	margin: 0 -31px;
	padding: 8px 30px 9px;
	text-transform: uppercase;
	text-align: center;
	line-height: 24px;
	font-size: 13px;
	color: #fff;
	letter-spacing: 0.6px;
	transform: translateY(100%);
	transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

#blog_list.blog_list_style_card .post-content-wrapper:hover .post_content_readmore {
	transform: translateY(0);
}

#blog_list.blog_list_style_card .post_content_readmore:hover {
	background-color: #000;
}



/**
 *	10.7 - Blog Posts Page Photography Style
 */

#blog_list.blog_list_style_photography.columns3 .isotope_container_wrap {
	margin-right: -3px;
}

#blog_list.blog_list_style_photography.columns4 .isotope_container_wrap {
	margin-right: -4px;
}

#blog_list.blog_list_style_photography .row {
	margin-left: -25px;
	margin-right: -25px;
}

#blog_list.blog_list_style_photography .post {
	padding-left: 25px;
	padding-right: 25px;
}

#blog_list.blog_list_style_photography .post-content-wrapper {
	position: relative;
	background-color: #fff;
	min-height: 445px;
	transition: transform 0.15s ease-in-out;
}

#blog_list.blog_list_style_photography .post-content-wrapper:hover {
	transform: translate(5px, 5px);
}

#blog_list.blog_list_style_photography .post:before {
	content: '';
	position: absolute;
	left: 25px;
	right: 25px;
	top: 0;
	height: 100%;
}

#blog_list.blog_list_style_photography.columns2 .post-content-wrapper {
	min-height: 740px;
}

#blog_list.blog_list_style_photography.columns4 .post-content-wrapper {
	min-height: 360px;
}

#blog_list.blog_list_style_photography .featured_img_bg {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	transition: opacity 0.2s ease-in-out;
}

#blog_list.blog_list_style_photography .post-content-wrapper:hover .featured_img_bg {
	opacity: 0.05;
}

#blog_list.blog_list_style_photography .post-descr-wrap {
	position: relative;
	z-index: 5;
	padding: 35px 40px 30px;
	min-height: 445px;
}

#blog_list.blog_list_style_photography.columns2 .post-descr-wrap {
	min-height: 740px;
}

#blog_list.blog_list_style_photography.columns4 .post-descr-wrap {
	min-height: 360px;
}

#blog_list.blog_list_style_photography .post-title {
	margin-bottom: 32px;
	text-transform: uppercase;
	line-height: 26px;
	font-size: 22px;
}

#blog_list.blog_list_style_photography.columns2 .post-title {
	line-height: 52px;
	font-size: 40px;
}

#blog_list.blog_list_style_photography.columns4 .post-title {
	font-size: 20px;
}

#blog_list.blog_list_style_photography .post-title a {
	padding: 0 3px;
	color: #fff;
	background-color: #000;
}

#blog_list.blog_list_style_photography .post-content {
	margin-bottom: 25px;
	font-weight: 300;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}

#blog_list.blog_list_style_photography .post-content p {
	margin-bottom: 0;
}

#blog_list.blog_list_style_photography .post-content-wrapper:hover .post-content {
	opacity: 1;
}

#blog_list.blog_list_style_photography .post-meta {
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}

#blog_list.blog_list_style_photography .post-content-wrapper:hover .post-meta {
	opacity: 1;
}

#blog_list.blog_list_style_photography .post-meta>span {
	margin-right: 35px;
	font-size: 12px;
}

#blog_list.blog_list_style_photography .post-meta span {
	display: inline-block;
	vertical-align: middle;
}

#blog_list.blog_list_style_photography .post-meta i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	font-size: 20px;
}

#blog_list.blog_list_style_photography .post_bottom_inf {
	position: absolute;
	left: 40px;
	right: 40px;
	bottom: 31px;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}

#blog_list.blog_list_style_photography .post-content-wrapper:hover .post_bottom_inf {
	opacity: 1;
}

#blog_list.blog_list_style_photography .post_meta_category {
	position: relative;
	padding-left: 23px;
}

#blog_list.blog_list_style_photography .post_meta_category:before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 3px;
	height: 11px;
}

#blog_list.blog_list_style_photography .post_meta_category a {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.5);
}

#blog_list.blog_list_style_photography .post_meta_category a:hover {
	color: #000;
}

#blog_list.blog_list_style_photography .post_content_readmore {
	text-transform: uppercase;
	font-size: 12px;
}




/**
 *	11.0 - Single Blog Post
 */

#blog-single-wrap {
	position: relative;
}

#blog-single-wrap .featured_img_bg {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 910px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#blog-single-wrap .post_format_content_overlay {
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
	width: 100%;
	height: 910px;
	background-color: rgba(0, 0, 0, 0.6);
}

.single_post_header {
	position: relative;
	z-index: 10;
	padding: 72px 13% 72px;
	text-align: center;
}

.single_post_header .post-meta-date {
	padding-bottom: 37px;
}

.single_post_header .post-meta-date span {
	display: block;
	text-transform: uppercase;
	line-height: 17px;
	font-size: 14px;
	color: #fff;
}

.single_post_header .post-meta-date b {
	display: block;
	line-height: 96px;
	font-size: 90px;
	color: #fff;
}

.single-post-title {
	position: relative;
	margin: 0;
	line-height: 96px;
	font-size: 80px;
	color: #fff;
}

.single-post-content {
	position: relative;
	z-index: 10;
	margin-left: 13%;
	margin-right: 13%;
	margin-bottom: 80px;
	padding: 39px 80px 69px;
	background-color: #fff;
}

/*
chndkmn
yazilardaki çizgi
.single-post-content:before{
	content:'';
	position:absolute;
	left:50%;
	top:-80px;
	margin-left:-1px;
	height:100px;
	width:3px;
}
*/

.single-post-content-header {
	position: relative;
	margin: 0 -80px 50px;
	padding: 0 65px 38px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.single_post_meta span {
	display: inline-block;
	vertical-align: top;
	line-height: 24px;
	font-size: 12px;
	letter-spacing: 1px;
}

.single_post_meta_author {
	color: #ccc;
}

.single_post_meta_author a {
	text-transform: uppercase;
}

.single_post_meta_category {
	position: relative;
	margin-left: 20px;
	padding-left: 23px;
}

.single_post_meta_category:before {
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
	width: 3px;
	height: 11px;
}

.single_post_meta_category a {
	text-transform: uppercase;
}

.single-post-content-header .col-md-6.text-right .single_post_meta>span {
	display: inline-block;
	vertical-align: top;
	margin-left: 27px;
}

.single-post-content-header .col-md-6.text-right .single_post_meta>span i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
	font-size: 22px;
}

.cstheme_likes {
	cursor: pointer;
}

.cstheme_likes i {
	transition: color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out;
}

.post-meta-likes:hover i,
.post-meta-likes .already_liked i {
	color: #e97058 !important;
}

.single_post_meta_tags {
	margin: 35px -80px;
	padding: 0 80px;
	line-height: 24px;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.25);
}

.single_post_meta_tags a {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	line-height: 24px;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.5);
}

/* Quote Title */
#blog-single-wrap.format-quote h2.single-post-title {
	margin-bottom: 20px;
	padding-bottom: 40px;
}

#blog-single-wrap.format-quote h2.single-post-title:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 100px;
	height: 3px;
	margin-left: -50px;
}

#blog-single-wrap.format-quote .quote-author {
	display: block;
	line-height: 30px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.25);
}

#blog-single-wrap.format-quote .quote-author-name {
	margin: 0;
	text-transform: uppercase;
	line-height: 30px;
	font-size: 20px;
	color: rgba(255, 255, 255, 0.5);
}

/* Link Title */
#blog-single-wrap.format-link h2.single-post-title {
	margin-bottom: 30px;
	padding-bottom: 30px;
}

#blog-single-wrap.format-link h2.single-post-title:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 100px;
	height: 3px;
	margin-left: -50px;
}

#blog-single-wrap.format-link .post-format-link-url {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	text-transform: uppercase;
	line-height: 30px;
	font-size: 20px;
	color: rgba(255, 255, 255, 0.5);
}


/* Sharebox */
.single_sharebox_wrap {
	margin: 46px -80px;
	padding: 35px 80px 32px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.sharebox h5 {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	text-transform: uppercase;
	line-height: 24px;
	font-size: 12px;
	color: #000;
}

.sharebox_links {
	display: inline-block;
	vertical-align: top;
	width: 80%;
}

.single_sharebox_wrap a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 38px;
	line-height: 24px;
	font-size: 14px;
}

.single_sharebox_wrap a span {
	display: block;
	text-transform: capitalize;
	line-height: 24px;
	font-size: 14px;
	color: #000;
	transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out;
}

.single_sharebox_wrap a:hover span {
	opacity: 0.25;
}

.single_sharebox_wrap a i {
	position: absolute;
	left: 50%;
	top: 0;
	line-height: 24px;
	font-size: 38px;
	color: #000;
	opacity: 0;
	transform: translateX(-50%);
	transition: opacity 0.2s ease-in-out;
}

.single_sharebox_wrap a:hover i {
	opacity: 1 !important;
}


/* Author Info */
#author-info {
	margin: 0 -80px;
	padding: 43px 80px 50px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.author-image {
	overflow: hidden;
	float: left;
	width: 15.1%;
	text-align: center;
}

.author-image a {
	overflow: hidden;
	display: block;
	max-width: 120px;
	border-radius: 50%;
}

.author-image img {
	border-radius: 50%;
}

.author_name {
	overflow: hidden;
	float: left;
	width: 30%;
	padding: 21px 15px 0;
	text-align: center;
}

.author_info_label {
	line-height: 20px;
	font-size: 12px;
	color: rgba(51, 51, 51, 0.5);
}

h5.author-name {
	margin: 0 0 9px;
	text-transform: uppercase;
	line-height: 24px;
	font-size: 14px;
	letter-spacing: 2px;
}

.author_icons a {
	margin: 0 5px 10px;
}

.author-bio {
	overflow: hidden;
	float: left;
	width: 54.9%;
	padding-top: 19px;
	line-height: 26px;
	font-size: 14px;
}

/* Single Post Navigation */
.single_post_nav {
	margin: 0 -80px;
	padding: 55px 80px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.single_post_nav>div {
	width: 350px;
}

.single_post_nav a {
	position: relative;
	display: block;
}

.single_post_nav a:before {
	content: '';
	position: absolute;
	left: -130px;
	top: 47px;
	width: 100px;
	height: 3px;
}

.single_post_nav .pull-right a:before {
	left: auto;
	right: -130px;
}

.single_post_nav a:after {
	content: '';
	position: absolute;
	left: -132px;
	top: 38px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid red;
	border-bottom: 10px solid transparent;
	transform: rotateX(90deg);
	transition: transform 0.4s ease-in-out;
}

.single_post_nav .pull-right a:after {
	left: auto;
	right: -132px;
	border-top: 10px solid transparent;
	border-right: 0;
	border-left: 10px solid red;
	border-bottom: 10px solid transparent;
}

.single_post_nav a:hover:after {
	transform: rotateX(0);
}

.single_post_nav p {
	margin: 0 0 13px;
	text-transform: uppercase;
	line-height: 24px;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.25);
	letter-spacing: 1px;
	transition: color 0.2s ease-in-out;
}

.single_post_nav:hover p {
	color: #000;
}

.single_post_nav b {
	display: block;
	font-weight: 400;
	line-height: 26px;
	font-size: 22px;
	word-wrap: break-word;
}


/* Related Posts Carousel */
#related_posts_list {
	position: relative;
	margin-left: 13%;
	margin-right: 13%;
	margin-bottom: 80px;
}

#related_posts_list .owl-carousel {
	position: relative;
	z-index: 10;
	margin-left: 0;
	margin-right: 0;
}

#related_posts_list .owl-carousel .post_format_content a {
	overflow: hidden;
	display: block;
	margin-bottom: 15px;
}

#related_posts_list .owl-carousel .post_format_content img {
	display: block;
	width: 100%;
}

#related_posts_list .posts_carousel_wrap {
	position: relative;
}

#related_posts_list .posts_carousel_wrap:before {
	content: '';
	position: absolute;
	z-index: 10;
	left: 50%;
	bottom: -20px;
	height: 0;
	width: 3px;
	transition: height 0.2s ease-in-out;
}

#related_posts_list .posts_carousel_wrap:hover:before {
	height: 60px;
}

#related_posts_list .owl-carousel .post-title {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	margin: 0;
	padding: 0 15%;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	opacity: 0;
	transform: translateY(-50%);
	transition: opacity 0.2s ease-in-out;
}

#related_posts_list .owl-carousel .posts_carousel_wrap.no_featured_image .post-title,
#related_posts_list .owl-carousel .posts_carousel_wrap:hover .post-title {
	opacity: 1;
}

#related_posts_list .owl-carousel .post-title a {
	padding: 0 5px;
	background-color: #fff;
}


/* Post Comments */
#comments .comments_pass_note {
	margin: 0 13%;
	padding: 53px 85px;
	background-color: #fff;
}

#comments .commentlist_wrap {
	margin: 0 13%;
	padding: 53px 85px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	background-color: #fff;
}

#comments #respond {
	//margin: 0 13% 80px;
	padding: 52px 85px 55px;
	background-color: #fff;
}

.comments_title h2 {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 54px;
	padding: 0;
	text-transform: ;
	line-height: 30px;
	font-size: 24px;
}

.comments_title span {
	position: absolute;
	top: -4px;
	right: 0;
	padding-left: 5px;
	font-size: 14px;
	transform: translateX(100%);
}

ol.commentlist {
	margin: 0;
	list-style: none !important;
}

ol.commentlist ul.children>li {
	list-style: none !important;
}

.comment-body {
	position: relative;
	margin-bottom: 50px;
	padding: 0 0 0 130px;
	min-height: 90px;
}

.comment-content {
	padding-right: 40px;
}

.comment-body .comment-avatar {
	position: absolute;
	left: 0;
	top: 0;
	width: 90px;
	height: 90px;
}

.comment-body .comment-avatar img {
	border-radius: 50%;
}

ol.commentlist ul.children {
	margin: 0 0 0 30px;
	list-style: none;
}

#comments ul li:before,
#comments ol li:before {
	display: none !important;
}

.commentlist .comment-meta {
	padding: 3px 0 7px;
}

.commentlist .comment-meta>span {
	display: inline-block;
	vertical-align: top;
	line-height: 24px;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.35);
}

h6.comment_author {
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 0 0;
	text-transform: uppercase;
	line-height: 24px;
	font-size: 12px;
	letter-spacing: 1px;
	color: #000;
}

h6.comment_author .comment-edit-link {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	text-transform: none;
	font-weight: 400;
	line-height: 20px;
	font-size: 12px;
	letter-spacing: 0;
	color: rgba(51, 51, 51, 0.5);
}

h6.comment_author .comment-edit-link:hover {
	color: #333;
}

.comment-reply-link {
	position: absolute;
	top: 10px;
	right: 0;
	padding: 0 10px;
	line-height: 24px;
	font-size: 14px;
	color: #999;
	letter-spacing: 0.6px;
	background-color: #fff;
	transform: rotate(-90deg);
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	text-decoration: none !important;
}

.comment-content p:last-child {
	margin-bottom: 0;
}

.comments_navigation a,
.comments_navigation .page-numbers {
	display: inline-block;
	vertical-align: top;
	line-height: 20px;
	font-size: 12px;
	letter-spacing: 0;
	color: rgba(51, 51, 51, 0.5);
}

.comments_navigation .page-numbers {
	margin: 0 3px;
}

.comments_navigation a:hover,
.comments_navigation .current {
	color: #333;
}


/* Post Comment Form */
h3#reply-title {
	margin: 0 0 53px;
	padding: 0;
	line-height: 30px;
	font-size: 24px;
}

p.comment-notes {
	display: none !important;
}

#commentform {
	position: relative;
	z-index: 3;
}

#commentform p.logged-in-as {
	margin: 0 0 10px;
}

#commentform p.logged-in-as {
	line-height: 24px;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.35);
}

#commentform p.logged-in-as a {
	display: inline-block;
	vertical-align: top;
	line-height: 24px;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.35);
}

#commentform p.logged-in-as a:hover {
	color: #000;
}

#respond-inputs {
	margin: 0 -15px 10px 0;
}

#respond-inputs .comment-form-author,
#respond-inputs .comment-form-email,
#respond-inputs .comment-form-website {
	float: left;
	width: 33.33%;
	padding: 0 15px 0 0;
}

#respond-inputs input,
#commentform textarea {
	height: 50px;
	margin-bottom: 20px;
	width: 100%;
	padding: 10px 20px;
	text-transform: uppercase;
	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;
}

#commentform textarea {
	height: 220px;
	margin-bottom: 20px;
	resize: none;
}

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

#commentform .form-submit {
	text-align: center;
}

#commentform .form-submit input[type="submit"] {
	margin: 0;
	padding: 0 26px;
	min-width: 255px;
	height: 60px;
	text-transform: uppercase;
	line-height: 60px;
	font-size: 13px;
	border: 0;
	box-shadow: 0;
	letter-spacing;
	0.6px;
}

#commentform .form-submit input[type="submit"]:hover,
#commentform .form-submit input[type="submit"]:focus {
	color: #fff;
	background-color: #000;
}


/**
 *	12.0 - Plugin Contact Form 7
 */

.contentarea form.wpcf7-form>.clearfix {
	margin-right: -20px;
}

.contentarea form.wpcf7-form>.clearfix>span {
	float: left;
	width: 33.33%;
	padding-right: 20px;
}

.contentarea form.wpcf7-form>.clearfix input {
	height: 50px;
	margin-bottom: 20px;
	width: 100%;
	text-transform: uppercase;
	line-height: 30px;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.25);
	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;
}

.contentarea form.wpcf7-form textarea {
	width: 100%;
	height: 220px;
	text-transform: uppercase;
	line-height: 30px;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.25);
	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;
}

.contentarea form.wpcf7-form input:focus,
.contentarea form.wpcf7-form textarea:focus {
	color: #000;
	background-color: #fafafa;
}

.contentarea form.wpcf7-form .your-message {
	display: block;
	width: 100%;
}

.contentarea form.wpcf7-form input[type="submit"] {
	height: 60px;
	padding: 16px 75px 15px;
}

.contentarea form.wpcf7-form input[type="submit"]:hover,
.contentarea form.wpcf7-form input[type="submit"]:focus {
	color: #fff;
}



/**
 *	13.0 - Page Default
 */

#default_page>.container>.row {
	position: relative;
	z-index: 10;
	margin: -100px 13% 0;
	padding: 85px 85px 55px;
	background-color: #fff;
}

.page_featured_image {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.page_featured_image:before {
	content: '';
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
}

.page_featured_image:after {
	content: '';
	position: absolute;
	z-index: 12;
	left: 50%;
	bottom: 80px;
	width: 3px;
	height: 100px;
}

.page_featured_wrap {
	margin-bottom: 100px;
}

.page_featured_image h1,
.page_featured_wrap h1 {
	position: relative;
	z-index: 10;
	margin: 0;
	padding-top: 143px;
	padding-bottom: 267px;
	line-height: 90px;
	font-size: 80px;
	color: #fff;
}

.page_featured_wrap h1 {
	margin: 0;
	padding-top: 40px;
	padding-bottom: 40px;
}

.page_featured_wrap h1 {
	color: #000;
}

#default_page .col-md-9.pull-right {
	padding-left: 30px;
}

#default_page .col-md-9.pull-left {
	padding-right: 30px;
}


/**
 *	14.0 - Author Archive pages
 */

#author_posts_page .row {
	margin-bottom: 30px;
}

#author_posts_page .eva-pagination {
	margin-top: -60px;
}

#author_posts_info {
	margin-bottom: 42px;
	padding: 53px 0 40px;
	background-color: #f4f4f4;
}

#authors_list_page .row {
	text-align: center;
}

#authors_list_page .col-md-3 {
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	margin-right: -4px;
}

.author_posts_avatar {
	overflow: hidden;
	display: block;
	margin-bottom: 21px;
	border-radius: 50%;
}

.author_posts_avatar img {
	border-radius: 50%;
}

.author_posts_count {
	line-height: 20px;
	font-size: 12px;
	color: rgba(51, 51, 51, 0.5);
}

h5.author_posts_name {
	margin: 0 0 19px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 24px;
	font-size: 14px;
	letter-spacing: 2px;
}

#author_posts_page article.post {
	float: left;
	width: 33.33%;
	padding: 0 15px 30px;
}


/**
 *	15.0 - 404 Page
 */

body.error404 #page-content {
	padding-top: 0;
}

body.error404 .instagram_wrap {
	margin-top: 0;
}

#error404_container {
	padding: 100px 0;
}

#error404_container.page_404_bg {
	background-size: cover;
	background-position: center center;
}

#error404_container h1 {
	margin-bottom: 20px;
	line-height: 288px;
	font-size: 300px;
}

#error404_container.page_404_bg h1,
#error404_container.page_404_bg h2 {
	color: #fff;
}

#error404_container h2 {
	margin-bottom: 48px;
	text-transform: uppercase;
	line-height: 50px;
	font-size: 38px;
}

#error404_container .search_form_wrap {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 460px;
	margin-bottom: 74px;
}

#error404_container .search_form label {
	display: none;
}

#error404_container .search_form input[type="text"] {
	width: 100%;
	height: 40px;
}

#error404_container.page_404_bg .search_form input[type="text"] {
	border: 0;
	height: 42px;
}

#error404_container .search_form .search-submit {
	overflow: hidden;
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	display: block;
	width: 40px;
	height: 40px;
	opacity: 0;
}

#error404_container .search_form_wrap i {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

#error404_container .btnback {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 23px;
	font-size: 14px;
	letter-spacing: 2px;
}

#error404_container.page_404_bg .btnback {
	color: #fff;
}

#error404_container .btnback i {
	vertical-align: top;
	margin-right: 20px;
	font-size: 10px;
	line-height: 26px;
	transition: transform 0.2s ease-in-out;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
}

#error404_container .btnback:hover i {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}


/**
 *	16.0 - Search Result Page
 */

#search-result-list #error404-container {
	padding-bottom: 200px;
}

#search-result-list .row {
	margin: 0 13%;
}

#search-result-list .post-content-wrapper {
	margin-bottom: 90px;
	padding-bottom: 63px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#search-result-list .post-meta-date {
	display: block;
	margin-bottom: 8px;
	line-height: 24px;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.5);
}

#search-result-list .post-title {
	margin-bottom: 35px;
	text-transform: uppercase;
	line-height: 30px;
	font-size: 30px;
}

#search-result-list .post-descr-wrap {
	padding: 0 16%;
}

#search-result-list .post-content p {
	line-height: 30px;
	font-size: 16px;
}


/**
 *	17.0 - Coming Soon Page
 */

body.page-template-page-comingsoon {
	padding: 0;
}

body.page-template-page-comingsoon #page-wrap {
	width: 100%;
}

.coming_soon_wrapper {
	background-repeat: none-repat;
	background-size: cover;
	background-position: center center;
}

.coming_soon_wrapper h1 {
	position: relative;
	margin: 0 0 11px;
	text-transform: none;
	font-weight: 400;
	line-height: 80px;
	font-size: 80px;
	color: #000;
}

.coming_soon_wrapper h1:before {
	content: '';
	position: absolute;
	left: -202px;
	top: 42px;
	width: 100px;
	height: 3px;
}

.coming_soon_wrapper p.coming_descr {
	width: 80%;
	margin: 0;
	line-height: 26px;
	font-size: 27px;
}

.coming_soon_content {
	position: relative;
	width: 65%;
	margin: 0;
}

.coming_soon_content:before {
	content: '';
	position: absolute;
	z-index: 1;
	right: -90px;
	bottom: -90px;
	top: -90px;
	left: -90px;
	background-image: url(../images/coming_soon_lines.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.coming_soon_content_wrap {
	position: relative;
	z-index: 5;
	padding: 115px 150px 45px;
	background-color: #fff;
}


/* Countdown */
.coming_soon_wrapper ul.countdown {
	position: relative;
	margin: 0 -150px;
	padding: 56px 150px 73px;
	list-style: none;
	border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}

.coming_soon_wrapper ul.countdown li {
	display: inline-block;
	vertical-align: top;
	min-width: 170px;
}

.coming_soon_wrapper ul.countdown li span {
	display: block;
	font-weight: 700;
	line-height: 80px;
	font-size: 70px;
	color: rgba(0, 0, 0, 0.25);
}

.coming_soon_wrapper ul.countdown li p {
	margin: 0;
	padding: 0 0 0 3px;
	text-transform: uppercase;
	line-height: 24px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.25);
}

.coming-soon-social-links {
	margin-top: 40px;
	margin-bottom: 0;
}

.coming-soon-social-links a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 40px 10px 0;
}

.coming-soon-social-links i {
	position: absolute;
	left: 50%;
	top: 0;
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	line-height: 24px;
	font-size: 38px;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}

.coming-soon-social-links a:hover i {
	opacity: 1 !important;
}

.coming-soon-social-links span {
	display: block;
	text-transform: capitalize;
	line-height: 24px;
	font-size: 14px;
	color: #000;
	transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out;
}

.coming-soon-social-links a:hover span {
	opacity: 0.25;
}


/**
 *	18.0 - Portfolio Page Masonry
 */


/* filter */
.filter_block ul {
	margin: 0 15px 57px;
	padding-bottom: 29px;
	list-style: none;
	text-align: center;
	border-bottom: 1px solid #e9e9e9;
}

.filter_block li {
	display: inline-block;
	vertical-align: top;
	margin: 0 12px 5px;
}

.filter_block li a {
	display: block;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 26px;
	font-size: 16px;
	color: #b3b3b3;
}

.filter_block li.selected a {
	color: #333 !important;
}

body.page-template-page-portfolio .page_featured_image {
	margin-bottom: 32px;
}


#portfolio_list.wide {
	margin-right: -3px;
}

#portfolio_list.wide>.row {
	margin-left: 15px;
	margin-right: 15px;
}

#portfolio_list .col-md-25 {
	float: left;
	width: 20%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

#portfolio_list .portfolio_content_wrapper {
	margin-bottom: 57px;
}

#portfolio_related_list .portfolio_descr_wrap,
#portfolio_list .portfolio_descr_wrap {
	position: relative;
	padding-bottom: 25px;
	padding-left: 90px;
}

#portfolio_related_list .portfolio_descr_wrap .portfolio_likes,
#portfolio_list .portfolio_descr_wrap .portfolio_likes {
	position: absolute;
	left: 15px;
	top: 9px;
	font-weight: 700;
	line-height: 24px;
	font-size: 14px;
	color: #999;
	transition: color 0.2s ease-in-out;
}

#portfolio_related_list .portfolio_descr_wrap .portfolio_likes:hover,
#portfolio_related_list .portfolio_descr_wrap .portfolio_likes .already_liked,
#portfolio_list .portfolio_descr_wrap .portfolio_likes:hover,
#portfolio_list .portfolio_descr_wrap .portfolio_likes .already_liked {
	color: #333;
}

#portfolio_related_list .portfolio_descr_wrap .portfolio_likes i,
#portfolio_list .portfolio_descr_wrap .portfolio_likes i {
	vertical-align: bottom;
	margin-right: 6px;
	padding-left: 2px;
	font-size: 26px;
	color: #ccc;
	transition: color 0.2s ease-in-out;
}

#portfolio_related_list .portfolio_descr_wrap .portfolio_likes:hover i,
#portfolio_related_list .portfolio_descr_wrap .portfolio_likes .already_liked i,
#portfolio_list .portfolio_descr_wrap .portfolio_likes:hover i,
#portfolio_list .portfolio_descr_wrap .portfolio_likes .already_liked i {
	color: #ff6666;
}

#portfolio_related_list .portfolio_descr_wrap .portfolio_meta_category,
#portfolio_list .portfolio_descr_wrap .portfolio_meta_category {
	display: block;
	text-transform: uppercase;
	line-height: 16px;
	font-size: 11px;
	opacity: 0.75;
	color: #333;
}

#portfolio_related_list .portfolio_descr_wrap .portfolio_meta_category a,
#portfolio_list .portfolio_descr_wrap .portfolio_meta_category a {
	display: inline-block;
	text-transform: uppercase;
	line-height: 16px;
	font-size: 11px;
	opacity: 0.75;
	color: #333 !important;
	transition: color 0s, opacity 0.2s ease-in-out;
}

#portfolio_related_list .portfolio_descr_wrap .portfolio_meta_category a:hover,
#portfolio_list .portfolio_descr_wrap .portfolio_meta_category a:hover {
	opacity: 1;
}

#portfolio_related_list .portfolio_descr_wrap .portfolio-title,
#portfolio_list .portfolio_descr_wrap .portfolio-title {
	position: relative;
	margin: 0;
	text-transform: uppercase;
	line-height: 32px;
	font-size: 26px;
}

#portfolio_related_list .portfolio_descr_wrap .portfolio-title:before,
#portfolio_list .portfolio_descr_wrap .portfolio-title:before {
	content: '';
	position: absolute;
	z-index: 10;
	left: -20px;
	top: -12px;
	bottom: 4px;
	width: 5px;
	opacity: 1;
	transition: bottom 0.2s ease-in-out, top 0.2s ease-in-out;
}

#portfolio_related_list .portfolio_content_wrapper:hover .portfolio-title:before,
#portfolio_list .portfolio_content_wrapper:hover .portfolio-title:before {
	bottom: -45px;
}

#portfolio_related_list .portfolio_format_content,
#portfolio_list .portfolio_format_content {
	position: relative;
	overflow: hidden;
	background-color: #212121;
}

#portfolio_related_list .portfolio_format_content i,
#portfolio_list .portfolio_format_content i {
	position: absolute;
	z-index: 20;
	left: 50%;
	top: 60%;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	line-height: 40px;
	font-size: 34px;
	color: #fff;
	opacity: 0;
	transition: opacity 0.2s ease-in-out, top 0.3s ease-in-out;
}

#portfolio_related_list .portfolio_format_content:hover i,
#portfolio_list .portfolio_format_content:hover i {
	top: 50%;
	opacity: 0.5;
}

#portfolio_related_list .portfolio_format_content i:hover,
#portfolio_list .portfolio_format_content i:hover {
	opacity: 1;
}

#portfolio_related_list .portfolio_format_content img,
#portfolio_list .portfolio_format_content img {
	display: block;
	width: calc(100% + 30px);
	max-width: none;
	height: 100%;
	transform: translate3d(-30px, 0px, 0px);
	transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}

#portfolio_related_list .portfolio_format_content:hover img,
#portfolio_list .portfolio_format_content:hover img {
	opacity: 0.25;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}


/**
 *	19.0 - Single Portfolio Post
 */

#portfolio_single_wrap .col-md-8>div {
	padding-right: 30px;
}

#portfolio_single_wrap .col-md-4.pull-right {
	padding-top: 104px;
}

.portfolio_single_likes {
	margin-bottom: 10px;
	font-weight: 700;
	line-height: 24px;
	font-size: 14px;
	color: #999;
	transition: color 0.2s ease-in-out;
}

.portfolio_single_likes:hover,
.portfolio_single_likes .already_liked {
	color: #333;
}

.portfolio_single_likes i {
	vertical-align: bottom;
	margin-right: 6px;
	font-size: 26px;
	color: #ccc;
	transition: color 0.2s ease-in-out;
}

.portfolio_single_likes:hover i,
.portfolio_single_likes .already_liked i {
	color: #ff6666;
}

.portfolio_single_title {
	text-transform: uppercase;
}

.portfolio_single_det {
	padding: 11px 0;
	font-size: 13px;
	border-bottom: 1px solid #e9e9e9;
}

.portfolio_single_det:last-child {
	border: 0;
}

.portfolio_single_det p {
	margin-bottom: 0;
}

.portfolio_single_det p strong {
	display: inline-block;
	vertical-align: top;
	min-width: 140px;
}

/* Post Format Content */
#portfolio_single_wrap .portfolio_format_content iframe {
	width: 100%;
}

#portfolio_single_wrap .portfolio_format_content .post_images_grid .item {
	margin-bottom: 30px;
}

/* Single Post Navigation */
.portfolio_single_nav {
	margin-bottom: 60px;
}

.portfolio_single_nav a {
	position: relative;
	display: block;
	padding-left: 30px;
}

.portfolio_single_nav .pull-right a {
	padding: 0 30px 0 0;
}

.portfolio_single_nav p {
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 22px;
	font-size: 14px;
	letter-spacing: 2px;
}

.portfolio_single_nav i {
	position: absolute;
	top: 6px;
	left: 0;
	font-size: 10px;
	transition: transform 0.2s ease-in-out;
	-webkit-transition: transform 0.2s ease-in-out;
}

.portfolio_single_nav a:hover i {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}

.portfolio_single_nav .pull-right i {
	left: auto;
	right: 0;
}

.portfolio_single_nav b {
	display: block;
	font-weight: 300;
	line-height: 20px;
	font-size: 14px;
}


/* Portfolio Related Carousel */
#portfolio_related_list {
	position: relative;
	padding: 80px 0;
}

.portfolio_related_list_overlay {
	position: absolute;
	z-index: 1;
	left: -1000px;
	right: -1000px;
	top: 0;
	height: 100%;
	opacity: 0.15;
}

#portfolio_related_list h2 {
	position: relative;
	z-index: 10;
	font-size: 38px;
	line-height: 42px;
	margin: 0 0 45px;
	padding: 0;
	text-transform: uppercase;
}

#portfolio_related_list .owl-carousel {
	position: relative;
	z-index: 10;
	margin-left: 0;
	margin-right: 0;
}

#portfolio_related_list .portfolio_descr_wrap {
	padding-top: 25px;
	padding-bottom: 0;
}

#portfolio_related_list .portfolio_descr_wrap .portfolio_likes {
	top: 34px;
}

#portfolio_related_list .portfolio_content_wrapper:hover .portfolio-title:before {
	top: -61px;
	bottom: 4px;
}


/**
 * 20.0 - Footer
 */

footer {
	position: relative;
	padding: 60px 0;
}

footer>.container {
	position: relative;
	z-index: 10;
}

footer .footer_overlay {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: #000;
}

footer.instagram_plugin_active .footer_overlay {}

footer .subscribe_wrap h5 {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 8px 0;
	text-transform: uppercase;
	line-height: 24px;
	font-size: 18px;
	color: #fff;
}


/* MailChimp Form */
footer form.mc4wp-form {
	position: relative;
	display: inline-block;
	vertical-align: top;
	max-width: 500px;
}

footer {}

footer a {

	font-size: 17px;
	font-weight: 100;
	color: #fff;
	line-height: auto;
}

footer form.mc4wp-form input {
	height: 40px;
	padding: 10px 150px 10px 20px;
	text-transform: uppercase;
	line-height: 20px;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.3);
	border: none;
	background-color: #fff;
	transition: color 0.2s ease-in-out;
}

footer form.mc4wp-form input:focus {
	color: #000;
}

footer form.mc4wp-form input[type="submit"] {
	position: absolute;
	right: 0;
	bottom: 0;
	width: auto;
	height: 40px;
	padding: 10px 35px;
	color: #fff;
	transition: opacity 0.2s ease-in-out;
}

footer form.mc4wp-form input[type="submit"]:hover {
	opacity: 0.7;
}


/* Copyright */
.copyright {
	padding: 8px 0;
	line-height: 24px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.35);
}



/**
 * 21.0 - Custom class styles
 */

.mt-40 {
	margin-top: -40px;
}

.mt0 {
	margin-top: 0;
}

.mb0 {
	margin-bottom: 0px !important;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb35 {
	margin-bottom: 35px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb55 {
	margin-bottom: 55px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb100 {
	margin-bottom: 100px;
}

.ml-40 {
	margin-left: -40px;
}

.mr-40 {
	margin-right: -40px;
}

.mr10 {
	margin-right: 10px;
}
