/**
 * General Theme Styles
 */

body.admin-bar {
    position: relative;
}
#page-wrap {
    overflow-x:hidden;
	width:100%;
	background-color:#fff;
	transition: transform 0.5s ease-in-out 0.4s;
	-webkit-transition: -webkit-transform 0.5s ease-in-out 0.4s;
}
.container {
    padding-left: 0;
    padding-right: 0;
}
#page-content {
    overflow: hidden;
}
 
.page_title h1{
    margin-bottom: 47px;
    text-transform: uppercase;
    color: #000;
}
#default_page .page_title,
#authors_list_page .page_title{
	margin-top:64px;
}
#default_page .page_title h1,
#authors_list_page .page_title h1{
	position:relative;
}
#default_page .page_title h1:after,
#authors_list_page .page_title h1:after{
    height: 1px;
    width: 20px;
    background-color: #000;
    position: absolute;
    content: '';
    bottom: -17px;
    left: 50%;
	margin-left:-10px;
}
#default_page .page_title h1 span,
#authors_list_page .page_title h1 span{
    display: block;
    font-size: 13px;
    opacity: 0.5;
}

body.category .page_title,
body.search .page_title{
	padding:15px 0;
	background-color:#f3f3f3;
}
.page_title h3{
    margin-bottom: 0;
    text-transform: uppercase;
    line-height:60px;
	font-size:22px;
	color: #000;
}



/**
 *	Elements
 */


/* Social Links */
header .social_links_wrap {
    margin: 42px 0 0;
    transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
}
body.header-fixed header .social_links_wrap {
    margin: 23px 0;
}
.form_focus header .social_links_wrap {
    visibility: hidden;
    opacity: 0;
}
.social_link {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0 0 26px;
    text-align: center;
    font-size: 16px;
    color: rgba(0,0,0,0.4);
    line-height: 40px;
}
.social_link:hover{
    color: #000;
}
.menu-primary-menu-container-wrap .social_link{
	color:rgba(252,255,255,0.4);
}
.menu-primary-menu-container-wrap .social_link:hover{
	color:#fff;
}
#blog_sidebar .social_link {
    margin: 0 5px;
}

/* header type 3 */
body.header_type3 header .social_links_wrap,
body.header_type3.header-fixed header .social_links_wrap{
	margin:15px 0 0;
}

/* header type 4 */
body.header_type4 header .social_links_wrap,
body.header_type4.header-fixed header .social_links_wrap{
	margin:15px 0 0;
}


/* Navigation */
.wide .monreal_pagination_nav{
    margin: 0 30px;
}
.monreal_pagination_nav{
    text-align: center;
    margin-bottom: 0;
    position: relative;
    height: 36px;
    padding: 0 !important;
    clear: both;
}
#blog_list.blog_list_style_classic .monreal_pagination_nav{
    margin-top: 60px;
}
.blog_list_style_grid .monreal_pagination_nav{
    margin-top: 30px !important;
}
#blog_list.blog_list_style_grid-bg .monreal_pagination_nav{
    padding-top: 46px !important;
}
 
.monreal_pagination_nav > div{
    display: block;
    text-align: center;
}
.monreal_pagination_nav a{
    padding: 4.5px 0;
	color: rgba(0, 0, 0, 0.5);
    display: block;
}
.monreal_pagination_nav .next_prev.no-posts{
    border: 1px solid #e5e5e5;
    color: #e5e5e5;
}
.monreal_pagination_nav .next_prev.no-posts a,
.monreal_pagination_nav .next_prev.no-posts a:hover{
    color: #e5e5e5 !important;
}
.monreal_pagination_nav .next_prev{
    border: 1px solid #cccccc;
    font-size: 13px;
    text-transform: uppercase;
    width: 113px;
	margin:0;
    background: #fff;
    z-index: 9;
    transition: all 0.3s ease;
}
.monreal_pagination_carusel .next_prev{
	margin-top:-19px;
}
.monreal_pagination_nav .next_prev:not(.no-posts ):hover,
.monreal_pagination_nav .next_prev:not(.no-posts ):hover a{
    color: #000;
}
.monreal_pagination_nav .next_prev:hover a{
    color: #000 !important;
}
.monreal_pagination_nav .text_prev a:before{
	content: '\f104';
	display:inline-block;
	vertical-align:top;
	font-family: 'FontAwesome';
	font-size:14px;
	opacity:0;
	transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.monreal_pagination_nav .text_prev:hover a:before{
	opacity:1;
	transform: translateX(-10px);
	-webkit-transform: -webkit-translateX(-10px);
}
.monreal_pagination_nav .text_next a:after{
	content: '\f105';
	display:inline-block;
	vertical-align:top;
	font-family: 'FontAwesome';
	font-size:14px;
	opacity:0;
	transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.monreal_pagination_nav .text_next:hover a:after{
	opacity:1;
	transform: translateX(10px);
	-webkit-transform: -webkit-translateX(10px);
}
.monreal_pagination_nav .text_prev.no-posts a:before,
.monreal_pagination_nav .text_next.no-posts a:after{
	display:none;
}
.monreal_pagination_nav_middle{
    width: 97%;
    height: 1px;
    background: #e5e5e5;
    top: 50%;
    z-index: 0;
}
.monreal_pagination_nav_middle > div{
    color: #e5e5e5;
    display: inline-block;
    background: #fff;
    top: -23px;
    position: relative;
    padding: 10px;
}
.monreal_pagination_nav_middle span{
    font-size: 15px;
}
.monreal_pagination_nav_middle .cur{
    font-size: 24px;
    color: #000;
}

/* Infinite Scroll */
.load-more{
    display: block;
    margin: 0px auto;
    width: 195px;
    border: 1px solid #cccccc;
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    line-height: normal;
    padding: 10px !important;
    clear: both;
    font-size: 13px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.load-more span.loading{
	display: none
}
.load-more:hover{
    border: 1px solid #000;
    color: #000;
}
.load-more i{
    padding-left: 10px;
    opacity: 0;
    transition: all 0.3s ease;
    position: relative;
    left: -10px;
	top:-1px;
}
.load-more:hover i{
    opacity: 1;
    left: 0px;
}

#blog_list.blog_list_style_grid-bg .load-more{
	margin-top:50px;
}
#blog_list.blog_list_style_metro .load-more{
	margin-top:50px;
}


/* Social Box */
.social-box{
    background: #f3f3f3;
    text-align: center;
    padding: 62px 0;
}
.social-box i,
.social-box a{
    font-size: 15px;
}
.social-box a{
    font-size: 15px;
}
.social-box i{
    color: #929292;
    transition: all 0.2s ease;
    font-size: 18px;
    position: relative;
    top: 0px;
}
.social-box span{
    padding-left: 10px;
    color: #000;
    opacity: 0.4;
    transition: all 0.2s ease;
    text-transform: uppercase;
}
.social-box a:hover span{
    opacity: 1
}
.social-box a:hover i{
    opacity: 1;
    color: #000;
}
.social-box .social_link{
    margin: 0 28px;
}
/* Buttons */

.btn,
a.btn,
.single-post-content p a.btn,
.contentarea p a.btn{
    padding: 12px 40px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 20px;
    font-size: 12px;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    color: #fff;
    text-decoration: none !important;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.btn i{
    padding-left: 7px;
}
.btn-default,
.btn.btn-default,
.single-post-content p a.btn-default,
.contentarea p a.btn.btn-default{
    color: #fff;
    background-color: #000;
}
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover{
    color: #fff;
}
.btn-primary{
    color: #fff;
}
.btn:hover,
.btn:focus,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover{
    background: #000;
}
.btn-default.active:hover{
    text-decoration: none !important;
    color: #fff;
    background-color: #000 !important;
}
.btn.btn-white{
    color: #fff;
    box-shadow: 0 0 0 5px #fff inset;
    background-color: transparent;
}
.btn.btn-white:hover{
    color: #000;
    background-color: #fff;
}
/* Bottom Instagram */

.instabox_title{
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    padding: 9px 0;
    line-height: 120px;
    vertical-align: middle;
    margin-bottom: 0;
}
 
.instabox_title span{
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
}
.instabox_title i{
    display: inline-block;
	vertical-align: middle;
    width: 48px;
    height: 48px;
    margin: 0 16px;
	line-height:48px;
	font-size:54px;
}
.sbi_photo_wrap{
    position: relative;
    padding: 0 !important;
    overflow: hidden;
}
.sbi_photo_wrap:hover .img_overlay{
    border: 60px solid rgba(0, 0, 0, 0.25);
}
.instabox #sb_instagram .sbi_photo{
    opacity:1 !important;
}
.instabox #sbi_load{
    padding: 0 !important
}



/**
 * Top panel
 */

.top-panel{
    background: #f3f3f3;
    vertical-align: middle;
}
.menu-top-menu ul{
    list-style-type: none;
    margin: 0;
}
.menu-top-menu li{
    margin: 0 30px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.menu-top-menu li a{
    font-size: 11px;
    text-transform: uppercase;
	line-height: 40px;
    vertical-align: middle;
    display: inline-block;
	color:rgba(0,0,0,0.7);
}
.menu-top-menu li a:hover{
	color:#000;
}


/**
 * Header
 */

header{
    position: relative;
    margin: 0;
    min-height: 125px;
}
#header_mobile_wrap{
    position: relative;
}
.header_wrap > .container,
#header_mobile_wrap header{
    position: relative;
    z-index: 100;
}
body.header-fixed .menu-primary-menu-container-wrap{
    position: fixed;
	left:0;
	top:0;
	right:0;
}
body.admin-bar.header-fixed .menu-primary-menu-container-wrap{
    top:32px;
}
#header_mobile_wrap{
    display: none;
}

/* header Type 3 */
body.header_type3 .col-md-8{
	position:static;
}

/* header Type 4 */
body.header_type4 .col-md-8{
	position:static;
}


/* Top Search */
.header_search{
    position: absolute;
    width: 30px;
    height: 30px;
    margin: 10px 0 0;
    padding: 0;
    transition: width 0.3s ease-in-out, right 0.2s;
    -webkit-transition: width 0.3s ease-in-out, right 0.2s;
    top: 0;
    right: 0;
}
body.header-fixed .header_search{
    margin: 10px 0;
}
.header_search .search_form{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 1170px;
    height: 50px;
    padding: 5px;
    transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    background: #fff;
}
.form_focus .header_search .search_form{
    visibility: visible;
    opacity: 1;
}
.header_search .search_form label{
    position:absolute;
	top:7px;
	right:60px;
	padding:0;
    text-transform: uppercase;
    line-height: 36px;
    font-size: 12px;
    color: rgba(0,0,0,0.4);
	cursor:pointer;
	transition: color 0.2s ease-in-out;
}
.header_search .search_form label:hover{
	color:#000;
}
.header_search .search_form .search-submit{
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    opacity: 0;
}
.form_focus .header_search .search_form .search-submit{
    z-index: 3;
}
.header_search input.search-field{
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 20px;
    width: 100%;
    height: 39px;
	font-weight:400;
    line-height: 30px;
    font-size: 13px;
    color: #000;
	letter-spacing:2px;
    border: 0;
    border-radius: 0;
    background: none;
}
.header_search i.fa-search{
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    font-size: 20px;
	color:rgba(255,255,255,0.5);
    cursor: pointer;
    transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
}
.header_search i.fa-search:hover{
	color:#fff;
}

/* Theme Logo */
.cstheme-logo a{
    display: inline-block;
}
header .menu-primary-menu-container-wrap{
    margin: 0;
}
header .cstheme-logo{
    padding: 78px 0 68px;
	text-align:center;
}


/* Primary Menu */
.menu-primary-menu-container-wrap{
    margin: 0;
    background: #000;
    z-index: 999;
    position: relative;
}
.menu-primary-menu-container-wrap > .container{
    position: relative;
}
.menu-primary-menu-container-wrap ul{
    padding: 0;
    list-style: none;
    transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    margin: 0;
}
.menu-primary-menu-container-wrap li{
    position: relative;
}
.menu-primary-menu-container-wrap ul > li{
    padding: 25px 0;
}
.menu-primary-menu-container-wrap ul li{
    display: inline-block;
    vertical-align: top;
}
.menu-primary-menu-container-wrap ul > li > a{
    position: relative;
    display: block;
    margin: 0;
    padding-left: 21px;
    padding-right: 22px;
    text-transform: uppercase;
    font-size: 13px;
    color: #FFF;
    line-height: 19px;
    letter-spacing: 2px;
}
.menu-primary-menu-container-wrap ul > li:hover > a,
.menu-primary-menu-container-wrap ul > li > a:focus,
.menu-primary-menu-container-wrap ul.nav-menu > li.current-menu-ancestor a{
    color: rgba(255,255,255,0.7);
}
.menu-primary-menu-container-wrap ul > li:not(:last-child) a{
    border-right: 1px solid rgba(255,255,255,0.2);
}
.menu-primary-menu-container-wrap li.menu-item-has-children .menu-item-has-children > a:after{
    content: '\f105';
    vertical-align: top;
    padding-left: 11px;
    font-family: 'FontAwesome';
}
/* Sub Menu */

.menu-primary-menu-container-wrap .sub-menu{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 9998;
    left: -20px;
    top: 100%;
    margin: 20px 0 0;
    text-align: left;
    list-style: none;
    min-width: 190px;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.88);
}
.menu-primary-menu-container-wrap .sub-menu:before{
    content: '';
    position: absolute;
    left: 0;
    top: -20px;
    width: 100%;
    height: 20px;
}
body.header-fixed .menu-primary-menu-container-wrap .sub-menu:before{
    top: -30px;
    height: 30px;
}
.menu-primary-menu-container-wrap .sub-menu:after{
    content: '';
    position: absolute;
    left: 39px;
    top: -14px;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-bottom: 7px solid #000;
    border-left: 7px solid #000;
}
.menu-primary-menu-container-wrap .menu-item-has-children:hover .sub-menu{
    visibility: visible;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.9);
}
.menu-primary-menu-container-wrap .sub-menu li{
    display: block;
    margin: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 0;
}
.menu-primary-menu-container-wrap .sub-menu li:last-child{
    border-bottom: 0;
}
.menu-primary-menu-container-wrap .sub-menu li.menu-item-has-children{
    position: relative;
}
.menu-primary-menu-container-wrap .sub-menu > li.menu-item-has-children > a{
    position: relative;
}
.menu-primary-menu-container-wrap .sub-menu li a{
    display: block;
    padding: 16px 20px 14px;
    text-transform: none;
    text-decoration: none !important;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 11px;
    color: #999999;
    letter-spacing: 2px;
    transition: padding 0.2s ease-in-out, color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -webkit-transition: padding 0.2s ease-in-out, color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.menu-primary-menu-container-wrap .sub-menu li a:hover,
.menu-primary-menu-container-wrap .sub-menu li.current_page_item a,
.menu-primary-menu-container-wrap .sub-menu li.current-menu-parent > a{
    background-color: #000;
    color: #fff !important;
}

/* 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;
}
.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:after{
    content: '';
    position: absolute;
    left: -10px;
    top: 12px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 5px solid #000;
    border-right: 5px solid #000;
}
.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;
}
/* Mega Menu */

.menu-primary-menu-container-wrap li.menu-item-mega-parent{
    position: static;
}
.menu-item-mega-parent .monreal_mega_menu_wrap{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 100%;
    margin-top: 20px;
    padding: 20px 30px 36px;
    background-color: rgba(0, 0, 0, 0.9);
    transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
}
.menu-item-mega-parent .monreal_mega_menu_wrap:after{
    content: '';
    position: absolute;
    left: 39px;
    top: -16px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom: 10px solid #000;
    border-left: 10px solid #000;
}
.menu-item-mega-parent:hover .monreal_mega_menu_wrap{
    visibility: visible;
    opacity: 1;
}
.menu-item-mega-parent .monreal_mega_menu_wrap:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 20px;
    top: -20px;
}
.header-fixed .menu-item-mega-parent .monreal_mega_menu_wrap:before{
    top: -25px;
    height: 25px;
}
.menu-primary-menu-container-wrap .sub-menu.monreal_mega_menu{
    position: relative;
    left: 0;
    float: left;
    width: 15%;
    min-width: 100px;
    margin: 0;
    padding-right: 50px;
    border: 0;
    background: none;
}
.menu-primary-menu-container-wrap .sub-menu.monreal_mega_menu:before,
.menu-primary-menu-container-wrap .sub-menu.monreal_mega_menu:after{
    display: none;
}
.menu-item-mega-parent:hover .category-children{
    display: block
}
.monreal_mega_menu_wrap .category-children{
    float: right;
    width: 85%;
    padding-top: 10px;
    display: none;
}
.monreal_mega_menu_wrap .category-children-wrap{
    display: block;
    margin: 0 -15px;
    transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
}
.monreal_mega_menu_wrap .category-children-wrap.tab-hidden{
    visibility: hidden;
    opacity: 0;
    display: none;
}
.monreal_mega_menu_wrap .category-children-item{
    float: left;
    width: 25%;
    padding: 0 15px;
}
.monreal_mega_menu_wrap .category-children-item .category_post_img{
    overflow: hidden;
    display: block;
    margin-bottom: 15px;
    position: relative;
}
.monreal_mega_menu_wrap .category-children-item .category_post_img img{
    display: block;
    width: 100%;
}
.monreal_mega_menu_wrap .category-children-item .category_post_img:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    border: 0px solid rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    z-index: 2
}
.monreal_mega_menu_wrap .category-children-item .category_post_img:hover:before{
    border-width: 30px;
}
.monreal_mega_menu_wrap .category-children-item .category_post_date{
    display: block;
    line-height: 20px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}
.monreal_mega_menu_wrap .category-children-item .category_post_title{
    text-transform: uppercase;
    line-height: 24px;
    font-size: 16px;
}
.monreal_mega_menu_wrap .category-children-item .category_post_title a{
    color: #fff !important;
	border: 0 !important;
}
.monreal_mega_menu_wrap .category-children-item .category_post_title a:hover{
	color:rgba(255,255,255,0.7) !important;
}


/**
 *	Sidebar
 */

aside.widget{
    margin-bottom: 61px;
}
aside.widget:last-child{
    border-bottom: 0;
}
aside h4.widget-title{
    position: relative;
    margin: 0 0 35px;
    text-transform: uppercase;
    line-height: 27px;
    font-size: 18px;
    text-align: center;
}
aside .widget-title:before{
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    height: 1px;
    width: 100%;
    background-color: #e5e5e5;
}
aside .widget-title span{
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    background-color: #fff;
}
aside .widget-title span:before,
aside .widget-title span:after{
    content: '';
    position: absolute;
    top: 12px;
    width: 20px;
    height: 1px;
    background-color: #000;
}

/* Widget Mailchimp */
.widget .mc4wp-form input{
	margin-bottom:10px;
}
.widget .mc4wp-form button{
	width:100%;
	padding:9px 10px;
}

/* Widget Twitter */
.monreal_widget_last_tweets{
    text-align: center;
}
.cstheme-list-tweets-3{
    min-height: 100px;
}
.monreal_widget_last_tweets .grid .item{
    padding-bottom: 30px;
}
.monreal_widget_last_tweets .grid .item:last-child{
    padding-bottom: 0;
}
.monreal_widget_last_tweets .carousel .item{
    margin: 0;
}
.monreal_widget_last_tweets i.fa{
    display: inline-block;
    vertical-align: top;
    padding-bottom: 42px;
    margin-top: 3px;
    line-height: 27px;
    font-size: 66px;
}
.monreal_widget_last_tweets .twitter-time{
    display: block;
    margin-bottom: 8px;
    line-height: 20px;
    font-size: 12px;
    color: rgba(51, 51, 51, 0.5);
}
.monreal_widget_last_tweets .twitter-text{
    line-height: 26px;
    font-size: 14px;
}
.monreal_widget_last_tweets .twitter-text a{
    display: inline-block;
    vertical-align: inherit;
}
.monreal_widget_last_tweets .twitter-text a:hover{
    text-decoration: underline !important;
}
.monreal_widget_last_tweets #follow-twitter{
    margin: 10px 0;
}
.monreal_widget_last_tweets .owl-controls .owl-dots{
    position: absolute;
    width: 100%;
    height: 9px;
    transform: translateY(0);
    bottom: -20px;
    -webkit-transform: translateY(0);
}
.monreal_widget_last_tweets .owl-controls .owl-dot{
    display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 6px;
    margin: 0 7px;
    border-radius: 50%;
    background-color: rgba(51, 51, 51, 0.25);
}
.monreal_widget_last_tweets .owl-controls .owl-dot:before{
    display: none;
}
/* Widget Flickr */

.flickr-feed{
    overflow: hidden;
    margin: 0 -7px -7px 0;
    list-style: none;
}
.widget_monreal_flickr .flickr-feed li{
    overflow: hidden;
    float: left;
    width: 33.33%;
    margin: 0;
    padding: 0 7px 7px 0;
}
.widget_monreal_flickr .flickr-feed a{
    overflow: hidden;
    position: relative;
    display: block;
    background-color: #212121;
}
.widget_monreal_flickr .flickr-feed a img{
    display: block;
    width: 100%;
    opacity: 0.6;
}
.widget_monreal_flickr .flickr-feed a:hover .img_overlay{
    border-width: 30px
}

/* Widget Categories, Archive, Meta */

.widget_meta ul,
.widget_archive ul,
.widget_categories ul,
.widget_recent_entries ul,
.widget_recent_comments ul{
    margin: 0;
    list-style: none;
    text-align: center;
}
.widget_meta li,
.widget_archive li,
.widget_categories li,
.widget_recent_entries li,
.widget_recent_comments li{
    position: relative;
	margin-bottom: 11px;
	line-height:29px;
	font-size:13px;
	color:#ccc;
}
.widget_meta li:last-child,
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_recent_entries li:last-child,
.widget_recent_comments li:last-child{
    margin-bottom: 0;
}
.widget_meta li a,
.widget_archive li a,
.widget_categories li a,
.widget_recent_entries li a,
.widget_recent_comments li a{
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 29px;
    font-size: 13px;
    color: #000;
}
.widget_meta li:after,
.widget_archive li:after,
.widget_categories li:after,
.widget_recent_entries li:after,
.widget_recent_comments li:after{
    content: '';
    width: 10px;
    height: 1px;
    background: #ccc;
    position: absolute;
    left: 48%;
    top: 103%;
}
.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: #ccc;
}
.widget_meta li a:hover,
.widget_archive li a:hover,
.widget_categories li a:hover,
.widget_recent_entries li a:hover,
.widget_recent_comments li a:hover{
    text-decoration: none !important;
}

/* Widget Recent Posts */
.recent_posts_list.grid{
    margin: 0;
    list-style: none;
}
.recent_posts_list.grid li{
    margin-bottom: 20px;
}
.recent_posts_list.grid li:last-child{
    margin-bottom: 0;
}
.recent_posts_list.grid .recent_posts_img{
    overflow: hidden;
    display: block;
    float: right;
    width: 40%;
    padding: 0px 0 5px 10px;
    position: relative;
}
.recent_posts_list.grid .recent_posts_img .img_overlay{
	left:5px;
	bottom:5px;
	top:0;
	right:0;
	width:auto;
	height:auto;
}
.recent_posts_list.grid .recent_posts_img:hover{
    opacity: 1;
}
.recent_posts_list.grid .recent_posts_img:hover > span{
    border-width: 30px
}
.recent_posts_list.grid .recent_posts_img img{
    display: block;
    width: 100%;
}
.recent_posts_list.grid li:hover p{
    opacity: 1
}
.recent_posts_list.grid .recent_posts_content.with_featured_img{
    float: left;
    width: 56%;
    text-align: left;
    min-height: 100px;
    position: relative;
}
.recent_posts_list.grid .recent_post_title{
    margin: 5px 0;
    text-transform: uppercase;
    font-weight: 400;
    line-height: normal;
    font-size: 15px;
}
.recent_posts_list.grid .recent_post_title a{
    color: #000
}
.recent_posts_list.grid .recent-post-meta-date{
    display: block;
    line-height: normal;
    font-size: 11px;
    color: #999999;
}
.recent_posts_list.grid p{
    margin:0 0 20px;
	line-height:34px;
	font-size: 50px;
    font-weight: bold;
    opacity: 0.1;
    transition: opacity 0.2s ease-in-out;
}
/* 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;
}
.recent_posts_list.carousel .recent_posts_content{
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.75);
    height: 180px;
}
.recent_posts_list.carousel .recent_post_meta_category{
    position: absolute;
    z-index: 9;
    top: -13px;
	left:50%;
    display: inline-block;
	vertical-align:middle;
    color: #fff;
	padding: 0 10px;
	background-color:#000;
	transform:translateX(-50%);
	-webkit-transform: -webkit-translateX(-50%);
}
.recent_posts_list.carousel .recent_post_meta_category a{
    display: inline-block;
    vertical-align: middle;
    line-height: 26px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    transition: color 0.2s ease-in-out;
}
.recent_posts_list.carousel .recent_post_meta_category:before{
    content: "";
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-right: 9px solid #000;
    border-bottom: 13px solid transparent;
    position: absolute;
    left:-8.5px;
    transition: border-color 0.2s ease-in-out;
}
.recent_posts_list.carousel .recent_post_meta_category:after{
    content: "";
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-left: 9px solid #000;
    border-bottom: 13px solid transparent;
    position: absolute;
    right:-8.5px;
    transition: border-color 0.2s ease-in-out;
}
.recent_posts_list.carousel .recent_post_meta_category:hover a{
    color: rgba(255,255,255,0.5);
}
.recent_posts_list.carousel .top_slider_blog_post_author{
    margin-top: 46px;
    font-size: 12px;
    color: #999999;
}
.recent_posts_list.carousel .recent_post_title{
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 32px;
    font-size: 24px;
    padding: 0 15px;
}
.recent_posts_list.carousel .recent_post_title a{
    color: #000;
}
.recent_posts_list.carousel .recent_post_title a:hover{
	opacity:0.7;
}
.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{
    position:relative;
	display: block;
}
.recent_posts_list.carousel .recent_posts_img img{
    transition: opacity 0.3s ease-in-out;
}
.recent_posts_list.carousel li:hover .recent_posts_img img{
    opacity:0.8;
}
.recent_posts_list.carousel .recent_posts_author{
	overflow:hidden;
	position:absolute;
	z-index:10;
	top:15px;
	right:15px;
	width:50px;
	height:50px;
	border-radius:50%;
	border:3px solid #fff;
}
.recent_posts_list.carousel .recent_posts_author img{
	border-radius:50%;
}
.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: 6px;
    height: 6px;
    margin: 0 7px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.35);
}
.recent_posts_list.carousel .owl-controls .owl-dot:before{
    display: none;
}
 
/* Widget Tags Cloud */

.widget_tag_cloud .tagcloud{
    text-align: center;
}
.single_post_meta_tags a,
.tagcloud a{
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 2.5px 5px 0;
    padding: 0 12px;
    line-height: 28px;
    font-size: 13px !important;
    color: rgba(0, 0, 0, 0.5);
    border: 1px solid #ccc;
    text-transform: uppercase;
	transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.single_post_meta_tags a:hover,
.tagcloud a:hover{
    color: #000;
}

/* Widget Search */
.widget_search .search_form_wrap{
    position: relative;
}
.widget_search label{
	display:none;
}
.search-form .screen-reader-text{
    display: none;
}
.widget_search .search_form input[type="text"]{
    width: 100%;
    height: 40px;
}
.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: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}
/* Widget MailChimp */

aside .widget-title span:before{
    left: -20px;
}
aside .widget-title span:after{
    right: -20px;
}
aside .textwidget{
    color: #666666;
}
aside .textwidget p{
    color: #666666;
    margin: 53px 0 25px;
}
.widget.widget_mc4wp_form_widget{
    text-align:center;
	background: url(../images/mail.png);
    padding: 34px 30px;
}
.widget.widget_mc4wp_form_widget h4.widget-title span{
    color: #fff;
    background: none;
}
aside.widget_mc4wp_form_widget .widget-title:before{
    content: none;
}
aside.widget_mc4wp_form_widget .widget-title span:before{
    content: '';
    position: absolute;
    top: 12px;
    height: 1px;
    width: 20px;
    background-color: #e5e5e5;
}
aside.widget_mc4wp_form_widget .widget-title span:after{
    content: '';
    position: absolute;
    top: 12px;
    height: 1px;
    width: 20px;
    background-color: #e5e5e5;
}
aside.widget_mc4wp_form_widget p{
    color: rgba(255,255,255,0.7);
}
aside.widget_mc4wp_form_widget button i{
    display: none
}
aside.widget_mc4wp_form_widget input{
	text-align:center;
}
aside.widget_mc4wp_form_widget button{
    transition: all 0.2s ease;
    position: relative;
    display: block;
    padding: 11px 10px;
    font-weight:400;
	color: rgba(255,255,255,0.7);
    font-size: 13px;
    border: 1px solid rgba(255,255,255,0.7);
    display: block;
    margin-top: 10px;
    background: transparent;
    width: 100%;
}
aside.widget_mc4wp_form_widget button:hover{
    color: #fff;
    border-color:#fff;
}

/* Widget Rss */
.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 */

.monreal_widget_sociallinks .textwidget{
    padding: 0px 50px;
    margin: 0;
}
.monreal_widget_sociallinks .textwidget p{
    margin: 28px 0;
}
.monreal_widget_sociallinks .social_links_wrap{
    margin-bottom: -10px;
}
.monreal_widget_sociallinks .social_link{
    margin: 0 13px 10px !important;
    font-size: 22px;
}
 
/**
 *	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;
}
.top_slider_blog .owl-nav{
    position: relative;
    bottom: 0;
  
}
.top_slider_blog .owl-nav > div{
    z-index:100;
	opacity:0.5;
	transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out; 
}
.top_slider_blog .owl-nav > div:hover{
	opacity:1;
}
.top_slider_blog .angle-left,
.top_slider_blog .angle-right{
    display: block;
    width: 26px;
    height: 48px;
}
.top_slider_blog .owl-prev,
.top_slider_blog .owl-next{
    bottom: 103px;
}
.top_slider_blog .angle-left{
    background: url(../images/left.png)
}
.top_slider_blog .angle-right{
    background: url(../images/right.png)
}
.top_slider_blog .owl-stage{
    background-color: #212121;
}
.top_slider_blog .top_slider_blog_item{
    position: relative;
    height: 790px;
}
.top_slider_blog .top_slider_blog_thumb a{
    position: relative;
    display: block;
    overflow:hidden;
    max-height:790px;
}
.top_slider_blog .top_slider_blog_thumb > div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background-size: cover !important;
    background-position: center !important;
}

/* Type 1 */
.top_slider_blog.type1 .top_slider_blog_thumb:before,
.top_slider_blog.type1 .owl-item.active .top_slider_blog_thumb:before{
    opacity: 0.4;
}
.top_slider_blog.type1 .top_slider_blog_meta_category{
    position: absolute;
    z-index: 9;
    top: -18px;
	display: inline-block;
    vertical-align: top;
	padding: 0 20px;
	color:#fff;
    background-color: #000;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
    transition: background-color 0.2s ease-in-out;
}
.top_slider_blog.type1 .top_slider_blog_meta_category a{
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
	line-height: 36px;
    font-size: 13px;
    color: #fff;
}
.top_slider_blog.type1 .top_slider_blog_meta_category a:hover{
	color:rgba(255,255,255,0.5);
}
.top_slider_blog.type1 .top_slider_blog_meta_category:before{
    content: "";
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-right: 11px solid #000;
    border-bottom: 18px solid transparent;
    position: absolute;
    left:-10.5px;
    transition: border-color 0.2s ease-in-out;
}
.top_slider_blog.type1 .top_slider_blog_meta_category:after{
    content: "";
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-left: 11px solid #000;
    border-bottom: 18px solid transparent;
    position: absolute;
    right:-10.5px;
    transition: border-color 0.2s ease-in-out;
}
.top_slider_blog.type1 .top_slider_blog_meta_category:hover{
    color: #fff !important;
}
.top_slider_blog.type1 .top_slider_blog_descr{
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: -1px;
    width: 100%;
    background: rgba(255, 255, 255, 0.75);
    text-align: center;
    padding: 70px 0;
    height: 250px;
}
.top_slider_blog.type1 .top_slider_blog_descr h2{
    display:inline-block;
	vertical-align:middle;
	text-transform: uppercase;
    line-height: 70px;
    font-size: 60px;
    letter-spacing: 0;
    max-width: 80%;
    margin: 0 auto;
}
.top_slider_blog.type1 .top_slider_blog_descr h2 a{
    color: #000;
    line-height: 70px;
    display: inline-block;
    vertical-align: middle;
}
.top_slider_blog.type1 .top_slider_blog_descr h2:hover a{
	opacity:0.7;
}
.top_slider_blog.type1 .top_slider_blog_post_author span{
    font-size: 12px;
    color: rgba(0,0,0,0.7);
    line-height: 27px;
}
.top_slider_blog.type1 .top_slider_blog_post_author .post-author-name{
    display:inline-block;
	vertical-align:middle;
	padding:0 3px;
	text-transform: uppercase;
    font-size: 12px;
    color: #000;
    line-height: 27px;
}
.top_slider_blog.type1 .top_slider_blog_post_author .post-author-name:hover{
	color:rgba(0,0,0,0.5);
}


/* Type 2 */
.slider_wrapper{
	position:relative;
}
.top_slider_blog.type2 .owl-nav,
.top_slider_blog.type2 .owl-controls{
	position:static;
}
.slider_wrapper .owl-prev,
.slider_wrapper .owl-next{
    bottom: 50%;
	margin-top:-24px;
}
.slider_wrapper .angle-left{
    background: url(../images/left_w.png)
}
.slider_wrapper .angle-right{
    background: url(../images/right_w.png)
}
.owl-controls{
    text-align: center;
    z-index: 999;
    position: relative;
}
.top_slider_blog.type2{
	 position:relative
}
.top_slider_blog.type2:before{
  content:'';
  position:absolute;
  width:100%;
  height: 790px;
  top:0;
  right: 100%;
  z-index: 89;
  background: rgba(4, 3, 3, 0.6);
}
.top_slider_blog.type2:after{
  content:'';
  position:absolute;
  width:100%;
  height: 790px;
  top:0;
  left: 100%;
  z-index: 89;
  background: rgba(4, 3, 3, 0.6);
}
.top_slider_blog.type2 .owl-controls .owl-dot{
    background: rgba(255, 255, 255, 0.5);
}
.top_slider_blog.type2 .owl-controls .owl-dot:hover,
.top_slider_blog.type2 .owl-controls .owl-dot.active{
    background: #fff;
}
.top_slider_blog.type2 .top_slider_blog_item:before{
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 3;
}
.top_slider_blog.type2 .top_slider_blog_descr{
    position: absolute;
    z-index: 10;
    left: 17%;
    right: 17%;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.top_slider_blog.type2 .top_slider_blog_meta_category{
	position:relative;
	z-index: 9;
    display: inline-block;
	vertical-align:top;
	padding:0 15px;
	line-height:26px;
	color:#fff;
}
.top_slider_blog.type2 .top_slider_blog_meta_category a{
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
	line-height: 26px;
    font-size: 13px;
    color: #fff;
}
.top_slider_blog.type2 .top_slider_blog_meta_category:before{
    content: "";
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-right: 11px solid #000;
    border-bottom: 13px solid transparent;
    position: absolute;
    left:-11px;
}
.top_slider_blog.type2 .top_slider_blog_meta_category:after{
    content: "";
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-left: 11px solid #000;
    border-bottom: 13px solid transparent;
    position: absolute;
    right:-11px;
}
.top_slider_blog.type2 .top_slider_blog_meta_category:hover a{
    color: rgba(255,255,255,0.7) !important;
}
.top_slider_blog.type2 .top_slider_blog_title{
    margin-bottom: 16px;
    text-transform: uppercase;
    line-height: 70px;
    font-size: 60px;
}
.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.7);
}
.top_slider_blog.type2 .top_slider_blog_post_author{
	padding-bottom:8px;
}
.top_slider_blog.type2 .top_slider_blog_post_author .post-author-name{
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    line-height: 24px;
}
.top_slider_blog.type2 .top_slider_blog_post_author .post-author-name:hover{
	color:rgba(255,255,255,0.7);
}
.top_slider_blog.type2 .top_slider_blog_post_author span{
    display:inline-block;
	vertical-align:top;
	line-height:24px;
	font-size: 12px;
    color: #cccccc;
}

/* Type 3 */
.top_slider_blog.type3 .owl-nav,
.top_slider_blog.type3 .owl-controls{
	position:static;
}
.top_slider_blog.type3 .owl-controls .owl-dot{
    background: rgba(255, 255, 255, 0.5);
}
.top_slider_blog.type3 .owl-controls .owl-dot:hover,
.top_slider_blog.type3 .owl-controls .owl-dot.active{
    background: #fff;
}
.top_slider_blog.type3 .owl-prev,
.top_slider_blog.type3 .owl-next{
    margin-top:-24px;
	bottom: 50%;
}
.top_slider_blog.type3 .top_slider_blog_item{
    position: relative;
}
.top_slider_blog.type3 .top_slider_blog_thumb{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-size: cover;
    background-position: center center;
}
.top_slider_blog.type3 .top_slider_blog_descr{
    position: absolute;
    z-index: 10;
	left:50%;
	top:50%;
    text-align: center;
	transform: translate(-50%, -50%);
	-webkit-transform: -webkit-translate(-50%, -50%);
}
.top_slider_blog.type3 .top_slider_blog_descr > div{
    border: 2px solid #000;
    width: 850px;
    max-width: 85%;
    margin: 0 auto;
    padding: 0 40px 20px;
}
.top_slider_blog.type3 .top_slider_blog_meta_category a{
    display: inline-block;
    vertical-align: top;
    line-height: 26px;
    font-size: 13px;
    color: #fff;
    background: #000;
    position: relative;
    top: -14px;
    padding: 0 15px;
    text-transform: uppercase;
}
.top_slider_blog.type3 .top_slider_blog_meta_category a:before{
    content: "";
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-right: 11px solid #000;
    border-bottom: 13px solid transparent;
    position: absolute;
    left:-11px;
}
.top_slider_blog.type3 .top_slider_blog_meta_category a:after{
    content: "";
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-left: 11px solid #000;
    border-bottom: 13px solid transparent;
    position: absolute;
    right:-11px;
}
.top_slider_blog.type3 .top_slider_blog_meta_category a:hover{
    color: rgba(255,255,255,0.7) !important;
}
.top_slider_blog.type3 .post-meta-date{
    padding-bottom: 12px;
    text-transform: upprcase;
    line-height: 23px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}
.top_slider_blog.type3 .top_slider_blog_title{
    margin: 5px 0 7px;
    text-transform: uppercase;
    line-height: 82px;
    font-size: 70px;
    vertical-align: middle;
}
.top_slider_blog.type3 .top_slider_blog_title a{
    color: #fff;
    display: inline-block;
    line-height: 70px;
    vertical-align: middle;
}
.top_slider_blog.type3 .top_slider_blog_title a:hover{
	opacity:0.7;
}
.top_slider_blog.type3 .top_slider_blog_post_author{
	padding-bottom:35px;
}
.top_slider_blog.type3 .top_slider_blog_post_author span{
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 28px;
}
.top_slider_blog.type3 .top_slider_blog_post_author .post-author-name{
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    line-height: 28px;
}
.top_slider_blog.type3 .top_slider_blog_post_author .post-author-name:hover{
	color:rgba(255,255,255,0.7);
}

/* Type 4 */
.top_slider_blog.type4 .owl-prev,
.top_slider_blog.type4 .owl-next{
    bottom: 99px;
    z-index: 9;
}
.top_slider_blog.type4 .owl-controls .owl-nav .owl-prev{
	left:90px;
}
.top_slider_blog.type4 .owl-controls .owl-nav .owl-next{
    right:90px;
}
.top_slider_blog.type4 .owl-controls .owl-dot:hover,
.top_slider_blog.type4 .owl-controls .owl-dot.active{
    background: #fff;
}
.top_slider_blog.type4 .angle-left{
    background: url(../images/left_w.png)
}
.top_slider_blog.type4 .angle-right{
    background: url(../images/right_w.png)
}
.top_slider_blog.type4 .owl-controls .owl-dot{
    background: rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
}
.top_slider_blog.type4 .top_slider_blog_meta_category{
    position: absolute;
    z-index: 9;
    top: 0;
    display: block;
    font-size: 13px;
    color: #fff;
    width: 100%;
}
.top_slider_blog.type4 .top_slider_blog_meta_category a{
    display: inline-block;
    vertical-align: top;
    line-height: 26px;
    font-size: 13px;
    color: #fff;
    position: relative;
    top: -13px;
    padding: 0 15px;
    text-transform: uppercase;
}
.top_slider_blog.type4 .top_slider_blog_meta_category a:before{
    content: "";
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-right: 11px solid #000;
    border-bottom: 13px solid transparent;
    position: absolute;
    left:-11px;
}
.top_slider_blog.type4 .top_slider_blog_meta_category a:after{
    content: "";
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-left: 11px solid #000;
    border-bottom: 13px solid transparent;
    position: absolute;
    right:-11px;
}
.top_slider_blog.type4 .top_slider_blog_meta_category:hover a{
    color: rgba(255,255,255,0.7);
}
.top_slider_blog.type4 .top_slider_blog_descr{
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.65);
    text-align: center;
    padding: 30px 0 69px 3px;
    height: 250px;
}
.top_slider_blog.type4 .top_slider_blog_descr span{
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}
.top_slider_blog.type4 .top_slider_blog_descr h2.top_slider_blog_title{
    text-transform: uppercase;
    line-height: 70px;
    font-size: 60px;
    letter-spacing: 0;
    max-width: 80%;
    margin: 0 auto;
}
.top_slider_blog.type4 .top_slider_blog_descr h2.top_slider_blog_title a{
    color: #fff;
}
.top_slider_blog.type4 .top_slider_blog_descr h2.top_slider_blog_title a:Hover{
	color:rgba(255,255,255,0.7);
}
.top_slider_blog.type4 .top_slider_blog_post_author{
    color: #fff;
}
.top_slider_blog.type4 .top_slider_blog_post_author:hover{
    color: rgba(255,255,255,0.7);
}
.top_slider_blog.type4 .top_slider_blog_post_author .post-author-image{
    overflow: hidden;
    position: absolute;
    left: 0;
    top: -11px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.top_slider_blog.type4 .top_slider_blog_post_author .post-author-image img{
    border-radius: 50%;
    transition: transform 0.4s ease-in-out;
    -webkit-transition: transform 0.4s ease-in-out;
}
 
.top_slider_blog.type4 .top_slider_blog_post_author span{
    font-size: 12px;
    color: #999999;
    line-height: 27px;
}
.top_slider_blog.type4 .top_slider_blog_post_author .post-author-name{
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    line-height: 27px;
}
.top_slider_blog.type4 .top_slider_blog_post_author .post-author-name:hover{
    color:#999999 !important;
}
.thumbnav{
    z-index: 1;
    position: relative;
}
.thumbnav .container{
    position: relative;
}
.thumbnav span{
    position:absolute;
	left:0;
	top:0;
	width: 100%;
	height:100%;
    opacity: 0.5;
    background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.thumbnav_prev{
    position: absolute;
    left:0;
    bottom: 0;
    background-color: #000;
    z-index: 99;
    height: 250px;
    width: 215px;
    overflow: hidden;
}
.thumbnav_next{
    position: absolute;
    right:0;
    bottom: 0;
    background-color: #000;
    height: 250px;
    width:215px;
    overflow: hidden;
}

/* Type 5 */
.top_slider_blog.type5 .top_slider_blog_item{
	position:relative;
	height:660px;
}
.top_slider_blog.type5 .top_slider_blog_thumb > div{
	min-height:660px;
}
.top_slider_blog.type5 .top_slider_blog_thumb > div:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #212121;
    transition: opacity 0.2s ease-in-out;
}
.top_slider_blog.type5 .top_slider_blog_item:hover .top_slider_blog_thumb > div:before{
	opacity:0.5;
}
.top_slider_blog.type5 .top_slider_blog_thumb > div:after{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	top:50%;
	width:100%;
	height:auto;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
}
.top_slider_blog.type5 .top_slider_blog_item .top_slider_blog_descr{
	position:absolute;
	z-index:10;
	left:30px;
	right:30px;
	bottom:42px;
}
.top_slider_blog.type5 .top_slider_blog_descr .top_slider_item_date{
	display:block;
	margin-bottom:12px;
	line-height:24px;
	font-size:12px;
	color:#999;
}
.top_slider_blog.type5 .top_slider_blog_descr .top_slider_blog_title{
	margin-bottom:12px;
	text-transform:uppercase;
	line-height:50px;
	font-size:41px;
}
.top_slider_blog.type5 .top_slider_blog_descr .top_slider_blog_title a{
	color:#fff;
}
.top_slider_blog.type5 .top_slider_blog_descr .top_slider_blog_title a:hover{
	opacity:0.7;
}
.top_slider_blog.type5 .top_slider_blog_descr .top_slider_item_read{
	display:inline-block;
	vertical-align:top;
	text-transform:uppercase;
	line-height:24px;
	font-size:13px;
	color:#fff;
	letter-spacing:2px;
}
.top_slider_blog.type5 .top_slider_blog_descr .top_slider_item_read:hover{
	color:#fff;
	opacity:0.5;
}

.top_slider_blog.type5 .owl-controls,
.top_slider_blog.type5 .owl-nav{
	position:static;
}
.top_slider_blog.type5 .owl-prev,
.top_slider_blog.type5 .owl-next{
	bottom:50%;
	width:26px;
	height:48px;
	margin-bottom:-24px;
	opacity:0;
	transition: opacity 0.2s ease-in-out, left 0.2s ease-in-out, right 0.2s ease-in-out;
}
.top_slider_blog.type5:hover .owl-controls .owl-nav .owl-prev{
	left:60px;
	opacity:1;
}
.top_slider_blog.type5:hover .owl-controls .owl-nav .owl-next{
	right:60px;
	opacity:1;
}
.top_slider_blog.type5 .owl-prev:before{
	content:'';
	position:absolute;
	left:-5px;
	top:11px;
	width:35px;
	height:2px;
	border-radius:2px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	background-color:rgba(255,255,255,0.5);
	transition: background-color 0.2s ease-in-out
}
.top_slider_blog.type5 .owl-prev:after{
	content:'';
	position:absolute;
	left:-5px;
	bottom:11px;
	width:35px;
	height:2px;
	border-radius:2px;
	background-color:rgba(255,255,255,0.5);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transition: background-color 0.2s ease-in-out
}
.top_slider_blog.type5 .owl-prev:hover:before,
.top_slider_blog.type5 .owl-prev:hover:after{
	background-color:#fff;
}

.top_slider_blog.type5 .owl-next:before{
	content:'';
	position:absolute;
	left:-5px;
	top:11px;
	width:35px;
	height:2px;
	border-radius:2px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	background-color:rgba(255,255,255,0.5);
	transition: background-color 0.2s ease-in-out
}
.top_slider_blog.type5 .owl-next:after{
	content:'';
	position:absolute;
	left:-5px;
	bottom:11px;
	width:35px;
	height:2px;
	border-radius:2px;
	background-color:rgba(255,255,255,0.5);
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transition: background-color 0.2s ease-in-out
}
.top_slider_blog.type5 .owl-next:hover:before,
.top_slider_blog.type5 .owl-next:hover:after{
	background-color:#fff;
}



/**
 *	Posts Categories List
 */

#categories_list.position_bottom{
    margin-bottom: 0;
}
#categories_list.position_bottom{
    clear: both;
}
#categories_list .categories_carousel{
    margin: 0;
}
#categories_list .item a{
    overflow: hidden;
    position: relative;
    display: block;
    text-align: center;
    background-color: #212121;
}
#categories_list .item a img{
    display: block;
	opacity: 0.6;
}
#categories_list .item a:hover .img_overlay{
    border-width: 60px;
}
#categories_list .item .categories_item_descr{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
#categories_list .item .categories_item_descr span{
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 28px;
    font-size: 15px;
    color: #fff !important;
    transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    letter-spacing: 2px;
}
.categories_carousel .overlay_border{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.categories_carousel .overlay_border:before,
.categories_carousel .overlay_border:after{
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    -webkit-transition: -webkit-transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s;
}
.categories_carousel .overlay_border:before{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
}
.categories_carousel .overlay_border:after{
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
}
.categories_carousel .item:hover .overlay_border:before,
.categories_carousel .item:hover .overlay_border:after{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.categories_carousel .overlay_border:before,
.categories_carousel .overlay_border:before,
.categories_carousel .overlay_border:after,
.categories_carousel .overlay_border:after{
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
}
#categories_list .item .categories_item_descr p{
    margin: 0 0 -20px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    line-height: 20px;
    opacity: 0;
    transform: translate3d(-30px, 0px, 0px);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
#categories_list .item a:hover p{
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}


/**
 *	Posts Carousel
 */
#posts_carousel{
    position: relative;
    z-index: 8;
    width: 100%;
}
#posts_carousel.position_bottom.type2{
	margin-bottom:60px;
}
#posts_carousel.type1 .container{
    margin-bottom:60px;
	border-bottom: 1px solid #e7e7e7;
    padding-bottom: 60px;
}
#posts_carousel.position_bottom.type1 .container{
	border-bottom: 0;
}
.posts_carousel_overlay{
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#posts_carousel > .container{
    position: relative;
    z-index: 10;
    padding-top: 53px;
}
#posts_carousel.position_bottom > .container{
    padding-top: 0;
}
#posts_carousel h2{
    margin-bottom: 23px;
    text-transform: uppercase;
    line-height: 31px;
    font-size: 24px;
}
#posts_carousel .owl-carousel{
    margin-left: 0;
    margin-right: -15px;
}
#posts_carousel .owl-carousel .posts_carousel_item{
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    overflow: hidden;
}
.img_overlay{
    position: absolute;
    border: 30px solid rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    border-width: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
#posts_carousel .owl-carousel .posts_carousel_item:hover .img_overlay{
    border-width: 30px !important;
}
#posts_carousel .owl-carousel .posts_carousel_item > .left_right{
    width: 47%;
    float: left;
    position: relative;
    overflow: hidden;
}
#posts_carousel .owl-carousel .posts_carousel_item > .left_right:last-child{
    width: 53%;
}
#posts_carousel .owl-carousel .type2 .left_right:first-child{
    width: 40%;
    float: left;
    height: auto;
}
#posts_carousel .owl-carousel .type2 .left_right:last-child{
    width: 60%;
    float: left;
    height: auto;
	padding-left:10px;
}
#posts_carousel .owl-carousel .item{
    padding-top: 30px;
}
#posts_carousel .posts_carousel_image{
    position: relative;
    overflow: hidden;
}
#posts_carousel .owl-carousel .post_format_content{
    overflow: hidden;
	padding:0 !important;
    background-color: transparent !important;
    position: static !important;
}
#posts_carousel .owl-carousel .post_format_content img{
    display: block;
    max-width: none;
    transition: opacity 0.5s ease 0s, transform 0.5s ease 0s;
}
 
#posts_carousel .owl-carousel .posts_carousel_descr{
    padding: 15px 15px 15px 28px;
    height: 100%;
    background-color: #fff;
    position: relative;
}
#posts_carousel .owl-carousel .type2 .posts_carousel_descr{
    padding: 28px 0 15px;
    background-color: #fff;
}
#posts_carousel .owl-carousel .posts_carousel_meta_date{
    position: static;
    display: block;
    line-height: 15px;
    font-size: 12px;
    color: #999999;
}
#posts_carousel .owl-carousel .posts_carousel_title{
    margin: 6px 0 40px;
	min-height:46px;
    text-transform: uppercase;
    line-height: 23px;
    font-size: 15px;
}
#posts_carousel.type2 .owl-carousel .posts_carousel_title{
    margin: 6px 0 0;
}
#posts_carousel .owl-carousel .posts_carousel_title a{
    color: #000;
}
#posts_carousel .owl-carousel p{
    margin:0;
	font-size: 70px;
    opacity: 0.1;
    font-weight: bold;
    transition: all 0.5s ease;
}
#posts_carousel .owl-carousel .posts_carousel_item:hover p{
    opacity: 1;
}
#posts_carousel .owl-carousel .type2 p{
    position: relative;
}
#posts_carousel .owl-carousel .type2 p{
    margin-top: 16px;
}
#posts_carousel .owl-controls .owl-nav > div{
    top: 70px;
}
#posts_carousel .with_title .owl-controls .owl-nav > div{
    top: -66px;
}
#posts_carousel .with_title .owl-controls .owl-nav > div:hover{
    color: #333;
    border-color: #333;
}
#posts_carousel .with_title .owl-controls .owl-nav .owl-prev{
    left: 0;
}
#posts_carousel .with_title .owl-controls .owl-nav .owl-next{
    right: 0;
}
.monreal_pagination_carusel{
    margin-top: 65px;
    margin-bottom: 0;
}



/**
 *	Blog Posts Layout
 */

#blog_list{
    margin-bottom: 60px;
}
.post_content_readmore:after,
.post_content_readmore:before{
    transition: all 0.3s ease
}
.post_content_readmore:hover:after,
.post_content_readmore:hover:before{
    background: #b9b9b9 !important;
    width: 50px !important;
}
.post_content_readmore:hover{
    color: rgba(0, 0, 0, 0.50) !important;
}


/* Lazy Load Effect */
article.post .animated{
	opacity:0;
	-webkit-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both
}
@-webkit-keyframes fadeInUp{ 
	0%{
		opacity:0;
		-webkit-transform: translate3d(0,20px,0);
		transform:translate3d(0,20px,0)
	}
	100%{
		opacity:1;
		-webkit-transform:none;
		transform:none
	}
}
@keyframes fadeInUp{
	0%{
		opacity:0;
		-webkit-transform:translate3d(0,20px,0);
		transform:translate3d(0,20px,0)
	}
	100%{
		opacity:1;
		-webkit-transform:none;
		transform:none
	}
}
.fadeInUp{
	-webkit-animation-name:fadeInUp;
	animation-name:fadeInUp
}


/**
 *	Blog Posts Page Grid Background
 */

#blog_list.blog_list_style_grid-bg{
    margin-top: 30px;
    margin-bottom: 96px;
}
#blog_list.blog_list_style_grid-bg.no_margin{
    margin-top: 0;
    margin-bottom: 96px;
}
#blog_list.blog_list_style_grid-bg .post{
    float: left;
}
#blog_list.blog_list_style_grid-bg.columns1 .post{
    width: 100%;
}
#blog_list.blog_list_style_grid-bg.columns2 .post{
    width: 50%;
}
#blog_list.blog_list_style_grid-bg.columns3 .post{
    width: 33.33%;
}
#blog_list.blog_list_style_grid-bg.columns4 .post{
    width: 25%;
}
#blog_list.blog_list_style_grid-bg.columns5 .post{
    width: 20%;
}
body.boxed #blog_list.blog_list_style_grid-bg.columns3 .post,
body.boxed #blog_list.blog_list_style_grid-bg.columns4 .post,
body.boxed #blog_list.blog_list_style_grid-bg.columns5 .post{
    width: 33.33%;
}
#blog_list.blog_list_style_grid-bg .post-content-wrapper,
#author_posts_page .post-content-wrapper{
	overflow:hidden;
	position:relative;
	min-height:455px;
	padding: 24px 30px 26px;
}
#blog_list.blog_list_style_grid-bg .featured_img_bg,
#author_posts_page .featured_img_bg{
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	opacity:1 !important;
    background-size: cover;
    background-position: center center;
}
#blog_list.blog_list_style_grid-bg .featured_img_bg:before,
#author_posts_page .featured_img_bg:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #212121;
    transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
}
#blog_list.blog_list_style_grid-bg .post-content-wrapper:hover .featured_img_bg:before,
#author_posts_page .post-content-wrapper:hover .featured_img_bg:before{
	opacity:0.5;
}
#blog_list.blog_list_style_grid-bg .post-content-wrapper .img_overlay{
	border:0 !important;
	top:25%;
	bottom:0;
	height:auto;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
}
#blog_list.blog_list_style_grid-bg .post-content-wrapper:hover .img_overlay,
#author_posts_page .post-content-wrapper:hover .img_overlay{
    border-width: 60px;
}
#blog_list .post_format_content{
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #212121;
    max-width: 100%;
}
#blog_list .post_format_content img{
    display: block;
	width:100%;
}
.post_format_content:hover .img_overlay{
    border-width: 60px;
}
#blog_list .post_format_content .owl-item img{
    opacity: 1 !important;
    filter: none !important;
    -webkit-filter: none !important;
    transform: none !important;
    -webkit-transform: none !important;
}
#blog_list.blog_list_style_grid-bg .post_meta_category,
#author_posts_page .post_meta_category{
    display: block;
    text-align: center;
    z-index: 9;
    position: relative;
}
#blog_list.blog_list_style_grid-bg .post_meta_category a,
#author_posts_page .post_meta_category a{
    line-height: 30px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
}
#blog_list.blog_list_style_grid-bg .post_meta_category a:hover,
#blog_list.blog_list_style_grid-bg .post_meta_category a:focus,
#author_posts_page .post_meta_category a:hover,
#author_posts_page .post_meta_category a:focus{
    color: rgba(255,255,255,0.5);
}
#blog_list.blog_list_style_grid-bg .post-meta-date,
#author_posts_page .post-meta-date{
    font-size: 12px;
    color: #999999;
    text-align: center;
    display: block;
}
#blog_list.blog_list_style_grid-bg .post-descr-wrap,
#author_posts_page .post-descr-wrap{
    position: relative;
    z-index: 11;
}
#blog_list.blog_list_style_grid-bg .post-title,
#author_posts_page .post-title{
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    line-height: 27px;
    margin-bottom: 12px;
    margin-top: 7px;
}
#blog_list.blog_list_style_grid-bg .post-title a,
#author_posts_page .post-title a{
    color: #fff;
    line-height: 26px;
    vertical-align: middle;
}
#blog_list.blog_list_style_grid-bg .post-title a:hover,
#author_posts_page .post-title a:hover{
	opacity:0.7;
}
#blog_list.blog_list_style_grid-bg .post-content,
#author_posts_page .post-content{
    line-height: 28px;
    font-size: 15px;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    text-align: center;
}
#blog_list.blog_list_style_grid-bg .post-content-wrapper:hover .post-content,
#author_posts_page .post-content-wrapper:hover .post-content{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#blog_list.blog_list_style_grid-bg .post_icon,
#author_posts_page .post_icon{
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
}
#blog_list.blog_list_style_grid-bg .read_more,
#author_posts_page .read_more{
    position: relative;
    z-index: 9;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 13px;
    letter-spacing: 2.7px;
    text-align: center;
    display: inline-block;
    margin-top: 93px;
    color: #fff;
}
#blog_list.blog_list_style_grid-bg .read_more:before,
#author_posts_page .read_more:before{
    content: "";
    width: 2px;
    height: 60px;
    position: absolute;
    background-color: #fff;
    top:-73px;
    left: 50%;
	margin-left:-1px;
    transition: all 0.2s ease-in-out;
}
#blog_list.blog_list_style_grid-bg .read_more:hover:before,
#author_posts_page .read_more:hover:before{
	height:40px;
	top:-53px;
}
.post-data{
    position: absolute;
    width: 100%;
    left: 0;
    padding: 25px;
    bottom: -119px;
    transition: all 0.2s ease-in-out;
}
#blog_list.blog_list_style_grid-bg .has-post-thumbnail .post-content-wrapper:hover .post-data{
    bottom: 0;
}
#blog_list.blog_list_style_grid-bg .read_more:hover:before, 
#author_posts_page .read_more:hover:before{
    background: #999999 !important;
}
#blog_list.blog_list_style_grid-bg .read_more:hover, 
#author_posts_page .read_more:hover{
    color: #999999 !important;
}
#blog_list.blog_list_style_grid-bg .post-meta,
#author_posts_page .post-meta{
    position: relative;
    z-index: 8;
    font-size: 13px;
    text-align: center;
}
#blog_list.blog_list_style_grid-bg .post-meta > span,
#author_posts_page .post-meta > span{
    display: inline-block;
    vertical-align: top;
}
#blog_list.blog_list_style_grid-bg .post-meta i,
#author_posts_page .post-meta i{
    padding-right: 5px;
    font-size: 20px;
    position: relative;
    top: 2px;
}
#blog_list.blog_list_style_grid-bg .post-meta span{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.52);
}
#blog_list.blog_list_style_grid-bg .post-meta-likes:hover span{
    color: #fff !important;
}
.monreal_likes{
    cursor: pointer;
}
.monreal_likes i{
    margin-right:5px;
	font-size:17px;
	transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
}
.post-meta-likes span{
    transition: all 0.3s ease;
    color: rgba(51, 51, 51, 0.5);
}
.post-meta-likes:hover span,
.post-meta-likes .already_liked span{
    color: #000 !important;
    opacity: 1;
}
#blog_list.blog_list_style_grid-bg .post-meta-likes:hover span,
#blog_list.blog_list_style_grid-bg .post-meta-likes .already_liked span,
#blog_list.blog_list_style_grid-bg .post-meta-likes .already_liked span,
#author_posts_page .post-meta-likes:hover span,
#blog_list.blog_list_style_grid-bg .post-meta-likes .already_liked span{
	color:#fff !important;
}



/* Video Format */
#blog_list .format-video .post_format_content iframe {
    width: 100%;
	margin-bottom:0;
}
#blog_list.blog_list_style_grid-bg .format-video .post_icon,
#author_posts_page .format-video .post_icon {
    text-align: center;
    line-height: 44px;
    font-size: 22px;
    text-indent: 2px;
    border: 2px solid #fff;
    border-radius: 50%;
}

/* Audio Format */
#blog_list.blog_list_style_grid-bg .format-audio .post_icon,
#author_posts_page .format-audio .post_icon{
    text-align: center;
    line-height: 44px;
    font-size: 22px;
    text-indent: 2px;
    border: 2px solid #fff;
    border-radius: 50%;
}

/* Quote Format */
#blog_list.blog_list_style_grid-bg.columns1 .format-quote .post-content-wrapper {
    min-height: 200px;
}
#blog_list.blog_list_style_grid-bg.columns1 .post-content-quote-wrapper {
    min-height: 200px;
    padding-left: 152px;
    padding-right: 152px;
}
#blog_list.blog_list_style_grid-bg.columns1 .quote-format-wrap {
    position: relative;
    left: 0;
    right: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
/* Link Format */

#blog_list.blog_list_style_grid-bg.columns1 .format-link .post-content-wrapper {
    min-height: 200px;
}
#blog_list.blog_list_style_grid-bg.columns1 .post-content-link-wrapper {
    min-height: 200px;
    padding-left: 152px;
    padding-right: 152px;
}
#blog_list.blog_list_style_grid-bg.columns1 .link-format-wrap {
    position: static;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
/* Gallery Format */
#blog_list article.format-gallery  .owl-controls,
#blog-single-wrap.format-gallery  .owl-controls {
    position: absolute;top: calc(50% - 24px);z-index: 12;cursor: pointer;width: 100%;left: 0;}

#blog_list  article.format-gallery  .angle-left, 
#blog_list  article.format-gallery   .angle-right,
#blog-single-wrap.format-gallery  .angle-left,
#blog-single-wrap.format-gallery   .angle-right 
 {
    display: block;
    width: 26px;
    height: 48px;
}
 
#blog_list  article.format-gallery  .owl-prev, #blog_list  article.format-gallery  .owl-next,
#blog-single-wrap.format-gallery  .owl-prev,
#blog-single-wrap.format-gallery  .owl-next
 {position: absolute;}
.format-gallery  .owl-prev {
  
left: 10px !important;
}
.format-gallery  .owl-next {
  
right: 10px !important;
  
top: 0;
}
.format-gallery  .angle-left {
    background: url(../images/left_w.png)
}
.format-gallery  .angle-right {
    background: url(../images/right_w.png)
}


/**
 *	Blog Posts Page Chess Style
 */

#blog_list.blog_list_style_chess {} #blog_list.blog_list_style_chess > .row,
#blog_list.blog_list_style_chess .col-md-9 .row {
    margin-bottom: 0;
}
#blog_list.blog_list_style_chess article.post {
    padding-bottom: 60px;
}
#blog_list.blog_list_style_chess .post_format_content {
    margin-bottom: 0;
}
#blog_list.blog_list_style_chess .post_meta_category{
	position:relative;
	display:inline-block;
	padding:0 15px;
	color:#fff;
	background-color:#000;
	transition: background-color 0.2s ease-in-out;
}
#blog_list.blog_list_style_chess .post_meta_category a{
    display: inline-block;
    vertical-align: middle;
    line-height: 26px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
}
#blog_list.blog_list_style_chess .post_meta_category a:hover,
#blog_list.blog_list_style_chess .post_meta_category a:focus{
    color: rgba(255,255,255,0.5);
}
#blog_list.blog_list_style_chess .post-content-wrapper .pull-right{
    text-align: right;
}
#blog_list.blog_list_style_chess .post-content-wrapper .pull-right .post_meta_category:before{
    content: "";
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-right: 9px solid #000;
    border-bottom: 13px solid transparent;
    position: absolute;
    left:-8.5px;
    transition: border-color 0.2s ease-in-out;
}
#blog_list.blog_list_style_chess .post-content-wrapper .pull-left .post_meta_category:after{
    content: '';
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-left: 9px solid #000;
    border-bottom: 13px solid transparent;
    position: absolute;
    right:-8.5px;
    transition: border-color 0.2s ease-in-out;
}
#blog_list.blog_list_style_chess .post-meta-date{
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #999999;
}
a.post-author-name {
    text-transform: uppercase;
}
#blog_list.blog_list_style_chess h2.post-title{
    margin: 0;
    padding: 31px 0 0px 0px;
    text-transform: uppercase;
    line-height: 48px;
    font-size: 38px;
}
#blog_list.blog_list_style_chess h2.post-title:hover a{
	opacity:0.7;
}
#blog_list.blog_list_style_chess .col-md-12 > .post-descr-wrap > h2.post-title {
    margin-left: 0;
}
#blog_list.blog_list_style_chess .post_content_readmore {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 13px;
    color: #000;
    letter-spacing: 2px;
    transition: all 0.2s ease;
}
#blog_list.blog_list_style_chess .pull-left > .post-descr-wrap .post_content_readmore:before{
    content: '';
    height: 2px;
    width: 60px;
    background-color: #000;
    display: inherit;
    top: -4px;
    position: relative;
    margin-right: 20px;
}
#blog_list.blog_list_style_chess .pull-right .post-descr-wrap .post_content_readmore:after{
    margin-left: 20px;
}
#blog_list.blog_list_style_chess .pull-right > .post-descr-wrap .post_content_readmore:after{
    content: '';
    height: 2px;
    width: 60px;
    background-color: #000;
    display: inherit;
    top: -4px;
    position: relative;
    margin-left: 20px;
}
#blog_list.blog_list_style_chess .post_content_readmore:hover i {
    right: -15px;
    opacity: 1;
}
#blog_list.blog_list_style_chess .post-descr-wrap {
    padding: 71px 0 0;
}
#blog_list.blog_list_style_chess .pull-left > .post-descr-wrap {
    padding-left: 80px;
	padding-right:0;
}
#blog_list.blog_list_style_chess.right_sidebar .pull-left > .post-descr-wrap,
#blog_list.blog_list_style_chess.left_sidebar .pull-left > .post-descr-wrap {
    padding-left: 40px;
	padding-right:0;
}
#blog_list.blog_list_style_chess .pull-right > .post-descr-wrap {
    padding-right: 80px;
	padding-left:0;
}
#blog_list.blog_list_style_chess.right_sidebar .pull-right > .post-descr-wrap,
#blog_list.blog_list_style_chess.left_sidebar .pull-right > .post-descr-wrap {
    padding-right: 40px;
	padding-left:0;
}
#blog_list.blog_list_style_chess .post-meta {
    padding: 0px 0 28px;
    font-size: 12px;
    color: rgba(51, 51, 51, 0.5);
}
#blog_list.blog_list_style_chess .post-meta-likes{
    display: block;
    font-size: 16px;
    padding-bottom: 27px;
    color: rgba(51, 51, 51, 0.3);
}
#blog_list.blog_list_style_chess .post-meta-likes i {
    padding-right: 7px;
    font-size: 20px;
    position: relative;
    top: 2px;
}
.post_format_content {
    position: relative;
}
.post_format_content .post-image {
    position: relative;
}
.post_format_content .post-image img {
    width: 100%;
    height: auto;
}
#blog_list.blog_list_style_chess .post_format_content .monreal_likes {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    width: 60px;
    height: 76px;
    padding: 19px 5px;
    text-align: center;
    line-height: 17px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(51, 51, 51, 0.5);
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
#blog_list.blog_list_style_chess .pull-right .post_format_content .monreal_likes {
    right: auto;
    left: 0;
}
#blog_list.blog_list_style_chess .post_format_content .monreal_likes i {
    display: block;
    line-height: 21px;
}
#blog_list.blog_list_style_chess .post_format_content .monreal_likes:hover {
    background-color: #333;
}
#blog_list.blog_list_style_chess .post_format_content .monreal_likes:hover,
#blog_list.blog_list_style_chess .post_format_content .monreal_likes:hover i {
    color: #fff !important;
}
#blog_list.blog_list_style_chess .post_format_content .monreal_likes.already_liked {
    background-color: #f48383 !important;
}
#blog_list.blog_list_style_chess .post_format_content .monreal_likes.already_liked,
#blog_list.blog_list_style_chess .post_format_content .monreal_likes.already_liked i {
    color: #fff !important;
}


/* Quot Link Formats */
#blog_list.blog_list_style_chess .format-quote .post-content-wrapper,
#blog_list.blog_list_style_chess .format-link .post-content-wrapper{
	background:transparent;
}
#blog_list.blog_list_style_chess .format-quote h2.post-title,
#blog_list.blog_list_style_chess .format-link h2.post-title{
	margin: 0 !important;
    padding: 31px 0 0 !important;
    text-transform: uppercase;
    line-height: 48px !important;
    font-size: 38px !important;
}
#blog_list.blog_list_style_chess .format-quote h2.post-title a,
#blog_list.blog_list_style_chess .format-link h2.post-title a{
	color:inherit;
}
#blog_list.blog_list_style_chess .format-quote .post-meta-date,
#blog_list.blog_list_style_chess .format-link .post-meta-date{
	padding:0;
	color:inherit !important;
}



/**
 *	Blog Posts Page Left Image Style
 */

#blog_list.blog_list_style_left-image > .row,
#blog_list.blog_list_style_left-image .col-md-9 .row {
    margin-bottom: -30px;
}
#blog_list.blog_list_style_left-image {
    margin-top: 60px;
}
#blog_list.blog_list_style_left-image > .row,
#blog_list.blog_list_style_left-image .col-md-9 .row {
    margin-bottom: 0;
}
#blog_list.blog_list_style_left-image article.post {
    padding-bottom: 60px;
}
#blog_list.blog_list_style_left-image .post_format_content {
    margin-bottom: 0;
}
#blog_list.blog_list_style_left-image .post_meta_category{
    position: absolute;
    top: 40px;
    z-index: 99;
	display:block;
	padding:0 15px;
	color:#fff;
	background-color:#000;
}
#blog_list.blog_list_style_left-image .post-content-wrapper .pull-right .post_meta_category{
    position: absolute;
    top: 40px;
    right: 0;
}
#blog_list.blog_list_style_left-image .post_meta_category a{
    display: inline-block;
    vertical-align: middle;
    line-height: 26px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
}
#blog_list.blog_list_style_left-image .post_meta_category a:hover,
#blog_list.blog_list_style_left-image .post_meta_category a:focus{
    color:rgba(255,255,255,0.5);
}
#blog_list.blog_list_style_left-image .post-content-wrapper {
    position:relative;
}
#blog_list.blog_list_style_left-image .post-content-wrapper .pull-right {
    text-align: right;
}
#blog_list.blog_list_style_left-image .post-content-wrapper .pull-right {
    text-align: right;
}
#blog_list.blog_list_style_left-image .post-content-wrapper .pull-right .post_meta_category:before{
    content: "";
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-right: 11px solid #000;
    border-bottom: 13px solid transparent;
    position: absolute;
    left:-10.5px;
    transition: border-color 0.2s ease-in-out;
}
#blog_list.blog_list_style_left-image .post-content-wrapper .pull-left .post_meta_category:after{
    content: "";
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-left: 11px solid #000;
    border-bottom: 13px solid transparent;
    position: absolute;
    right:-10.5px;
    transition: border-color 0.2s ease-in-out;
}
#blog_list.blog_list_style_left-image .post-meta-date{
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #999999;
    transition: all 0.3s ease;
}
a.post-author-name{
	display:inline-block;
	vertical-align:top;
	padding:0 3px;
	text-transform: uppercase;
}
#blog_list.blog_list_style_left-image h2.post-title{
    margin: 0;
    padding: 4px 0 20px 0px;
    text-transform: uppercase;
    line-height: 39px;
    font-size: 28px;
}
#blog_list.blog_list_style_left-image .col-md-12 > .post-descr-wrap > h2.post-title {
    margin-left: 0;
}
#blog_list.blog_list_style_left-image .post-excerpt {
    color: #666;
    font-size: 16px;
    transition: all 0.3s ease;
}
#blog_list.blog_list_style_left-image .post_content_readmore {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 13px;
    color: #000;
    letter-spacing: 2px;
    transition: all 0.2s ease;
    margin-top: 24px;
}
#blog_list.blog_list_style_left-image .post-content-wrapper .post_content_readmore:before{
    content: '';
    height: 2px;
    width: 60px;
    background-color: #000;
    display: inherit;
    top: -4px;
    position: relative;
    margin-right: 20px;
}
#blog_list.blog_list_style_left-image .post_content_readmore:hover i {
    right: -15px;
    opacity: 1;
}
#blog_list.blog_list_style_left-image .post-descr-wrap {
    max-width: 670px;
    width: 56.6%;
    background: #fff;
    position: absolute;
    border: 1px solid rgba(0,0,0,0.07);
    height: 82%;
    top: 9%;
    padding: 20px 118px;
    text-align: center;
    z-index: 9;
    transition: all 0.3s ease-in-out;
}
#blog_list.blog_list_style_left-image.right_sidebar .post-descr-wrap,
#blog_list.blog_list_style_left-image.left_sidebar .post-descr-wrap {
    padding: 0px 20px;
}
#blog_list.blog_list_style_left-image .post-content-wrapper .pull-left .post-descr-wrap {
    right: 0;
}
#blog_list.blog_list_style_left-image .post-content-wrapper .pull-right .post-descr-wrap {
    left: 0;
}
#blog_list.blog_list_style_left-image .post-descr-wrap:hover {
    background: #f7f7f7;
    color: rgba(102, 102, 102, 0.49);
    border-color: transparent;
}
#blog_list.blog_list_style_left-image .post_content_readmore:hover {
    color: rgba(0, 0, 0, 0.5) !important;
}
#blog_list.blog_list_style_left-image .post_content_readmore:hover:after,
#blog_list.blog_list_style_left-image .post_content_readmore:hover:before {
    background: #b9b9b9 !important;
}
#blog_list.blog_list_style_left-image .post-meta {
    padding: 20px 0 0;
    font-size: 12px;
    color: rgba(51, 51, 51, 0.5);
}
#blog_list.blog_list_style_left-image .post-meta i {
    padding-right: 10px;
}
#blog_list.blog_list_style_left-image .post-content-wrapper .post-meta-likes {
    margin: 10px 0 15px;
    display: block;
}
#blog_list.blog_list_style_left-image .post-content-wrapper .post-meta-likes span {
    font-size: 16px;
}
#blog_list.blog_list_style_left-image .post-content-wrapper .post-meta-likes i {
    font-size: 20px;
    padding-right: 5px;
    position: relative;
    top: 1PX;
}

/* Quote Link Format */
#blog_list.blog_list_style_left-image .format-quote .post-content-wrapper,
#blog_list.blog_list_style_left-image .format-link .post-content-wrapper{
	position:relative;
	padding:40px 10% !important;
	background-color:#000;
	border:0;
}
#blog_list.blog_list_style_left-image .format-quote .featured_img_bg,
#blog_list.blog_list_style_left-image .format-link .featured_img_bg{
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0.2;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center-center;
}
#blog_list.blog_list_style_left-image .format-quote .quote-format-wrap,
#blog_list.blog_list_style_left-image .format-link .link-format-wrap{
	position:relative;
	z-index:5;
}
#blog_list.blog_list_style_left-image .format-quote .post-meta,
#blog_list.blog_list_style_left-image .format-link .post-meta{
	padding-bottom:11px;
}
#blog_list.blog_list_style_left-image .format-quote .post-title,
#blog_list.blog_list_style_left-image .format-link .post-title{
	line-height:40px;
	font-size:32px;
}
#blog_list.blog_list_style_left-image .format-link .post-title{
	margin-bottom:0;
}
#blog_list.blog_list_style_left-image .format-quote .post-title a,
#blog_list.blog_list_style_left-image .format-link .post-title a{
	color:#fff;
}
#blog_list.blog_list_style_left-image .format-quote .post-title a:hover,
#blog_list.blog_list_style_left-image .format-link .post-title a:hover{
	color:rgba(255,255,255,0.7);
}
#blog_list.blog_list_style_left-image .format-quote .post-meta > span,
#blog_list.blog_list_style_left-image .format-link .post-meta > span{
	color:rgba(255,255,255,0.5);
	padding:0 2px;
}
#blog_list.blog_list_style_left-image .quote-author-name,
#blog_list.blog_list_style_left-image .format-link .post-author-name{
	text-transform:uppercase;
	color:#fff;
}
#blog_list.blog_list_style_left-image .quote_icon{
	display:block;
	margin-top:50px;
	margin-bottom:-20px;
	font-size:100px;
	color:#fff;
}
#blog_list.blog_list_style_left-image .format-link .fa{
	display:block;
	margin-top:20px;
	font-size:36px;
	color:#fff;
}
#blog_list.blog_list_style_left-image .post-format-link-url{
	text-transform:uppercase;
	font-size:13px;
	color:rgba(255,255,255,0.5);
}
#blog_list.blog_list_style_left-image .post-format-link-url:hover{
	color:#fff;
}



/**
 *	Blog Posts Page Grid Style
 */

#blog_list.blog_list_style_grid {
    margin-top: 40px;
}
#blog_list.blog_list_style_grid article.post {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    margin-bottom: 61px;
    padding-left: 15px;
    padding-right: 15px;
}
#blog_list.blog_list_style_grid article.single-in-grid {
    padding-bottom: 60px
}
#blog_list.blog_list_style_grid article .post-content-wrapper {
    padding-bottom: 49px;
	border-bottom: 1px solid #eee;
}
#blog_list.blog_list_style_grid.columns2 article .post-content-wrapper {
    padding-bottom: 50px
}
#blog_list.wide.blog_list_style_grid .post {
    margin-right: -4px;
}
#blog_list.blog_list_style_grid.columns1 .post {
    width: 100%;
    margin-right: 0;
}
#blog_list.blog_list_style_grid.columns2 .post {
    width: 50%;
}
#blog_list.blog_list_style_grid.columns3 .post {
    width: 33.33%;
}
#blog_list.blog_list_style_grid.columns4 .post {
    width: 24.99%;
}
#blog_list.blog_list_style_grid.columns5 .post {
    width: 20%;
}
body.boxed #blog_list.blog_list_style_grid.columns5 .post {
    width: 33.33%;
}
#blog_list.wide.blog_list_style_grid > .row{
	margin-left:15px;
	margin-right:15px;
}
#blog_list {
    margin-top: 60px;
}
#blog_list.blog_list_style_grid .post-descr-wrap {
    position: relative;
    z-index: 10;
}
#blog_list.blog_list_style_grid .post_meta_category{
    display: block;
    margin-bottom: 15px;
    position: absolute;
    top: 40px;
    z-index: 9;
	padding:0 15px;
	color:#fff;
	background-color:#000;
}
#blog_list.blog_list_style_grid .post_format_content p{
    margin: 0;
}
#blog_list.blog_list_style_grid .post_meta_category a{
    display: inline-block;
    vertical-align: middle;
    line-height: 26px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
}
#blog_list.blog_list_style_grid .post_meta_category a:hover,
#blog_list.blog_list_style_grid .post_meta_category a:focus{
    color: rgba(255,255,255,0.5);
}
#blog_list.blog_list_style_grid .post_meta_category:after{
    content: "";
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-left: 11px solid #000;
    border-bottom: 13px solid transparent;
    position: absolute;
    right:-10.5px;
}
#blog_list.blog_list_style_grid .post-title{
    padding: 0;
    text-transform: uppercase;
    line-height: 33px;
    font-size: 28px;
    margin-bottom: 8px;
}
#blog_list.blog_list_style_grid .post-title a:hover{
	opacity:0.7;
}
#blog_list.blog_list_style_grid .post-meta {
    padding-bottom: 18px;
    line-height: 20px;
    font-size: 13px;
    color: rgba(51, 51, 51, 0.5);
}
#blog_list.blog_list_style_grid .post-meta > span {
    display: inline-block;
    vertical-align: top;
    padding: 0 0px 6px 0;
}
#blog_list.blog_list_style_grid .post-meta > span.post-meta-date {
    padding-right: 30px;
}
#blog_list.blog_list_style_grid .post-meta span i {
    padding-right: 10px;
}
#blog_list.blog_list_style_grid .post-content p {
    margin-bottom: 20px;
}
#blog_list.blog_list_style_grid .post_row{
	margin-left:-15px;
	margin-right:-15px;
}
#blog_list.blog_list_style_grid .post_content_readmore {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 14px;
    color: rgba(51, 51, 51, 0.5);
    letter-spacing: 2px;
}
#blog_list.blog_list_style_grid .post_content_readmore:before{
    content: '';
    height: 2px;
    width: 60px;
    background-color: #000;
    display: inherit;
    top: -4px;
    position: relative;
}
#blog_list.blog_list_style_grid .post_content_readmore:before {
    margin-right: 20px;
}
#blog_list.blog_list_style_grid .inline-links {
    margin-top: 0;
}
#blog_list.blog_list_style_grid .inline-links > div {
    display: inline-block;
    padding: 0 25px;
    font-size: 13px;
    border-left: 1px solid #cccccc;
    height: 13px;
    line-height: normal;
}
#blog_list.blog_list_style_grid .inline-links > div:first-child {
    padding-left: 0;
    border: 0
}
#blog_list.blog_list_style_grid .inline-links > div a {
    font-size: 13px;
    color: #000;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.2s ease;
}
#blog_list.blog_list_style_grid article:not(.single-in-grid) .inline-links >div {
    display: none !important;
}
#blog_list.blog_list_style_grid article:not(.single-in-grid) .inline-links >div:first-child {
    display: inline-block !important;
}
#blog_list.blog_list_style_grid .post-meta-likes {
    margin: 0;
    line-height: 30px;
}
#blog_list.blog_list_style_grid .post-meta-likes i {
    font-size: 20px;
    position: relative;
    top: 2px;
    padding-right: 4px;
}
#blog_list.blog_list_style_grid .post-meta-likes .likes_count {
    font-size: 16px;
}

/* if Sticky post */
#blog_list.blog_list_style_grid.columns2 .post.sticky,
#blog_list.blog_list_style_grid.columns3 .post.sticky {
    width: 100%;
}


/**
 *	Blog Posts Page Top Image Style
 */

#blog_list.wide.blog_list_style_top_image > .row {
    margin-left: 15px;
    margin-right: 15px;
}

#blog_list.blog_list_style_top_image article.post > div{
    float: none;
    margin-bottom: 58px;
}
#blog_list.blog_list_style_top_image article > div {
    padding-bottom: 41px;
}
#blog_list.blog_list_style_top_image article > div {
    border-bottom: 1px solid #eee;
}
#blog_list.blog_list_style_top_image > .row,
#blog_list.blog_list_style_top_image .col-md-9 .row {
    margin-bottom: -30px;
}
#blog_list {
    margin-top: 60px;
}
#blog_list.blog_list_style_top_image .post-descr-wrap > .row{
	position:relative;
}
#blog_list.blog_list_style_top_image .post-meta-likes{
	position:absolute;
	top:0;
	right:15px;
	width:50px;
}
#blog_list.blog_list_style_top_image .post-descr-wrap {
    position: relative;
    z-index: 10;
}
#blog_list.blog_list_style_top_image .post_format_content a {
    display: block;
}
#blog_list.blog_list_style_top_image .post_format_content p {
    margin: 0;
}
#blog_list.blog_list_style_top_image .post_meta_category{
	position: absolute;
    top: 40px;
	left:0;
    z-index: 9;
	padding:0 15px;
	background-color:#000;
	color:#fff;
}
#blog_list.blog_list_style_top_image .post_meta_category a {
    display: inline-block;
    vertical-align: middle;
    line-height: 26px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
}
#blog_list.blog_list_style_top_image .post_meta_category a:hover,
#blog_list.blog_list_style_top_image .post_meta_category a:focus{
    color: rgba(255,255,255,0.5);
}
#blog_list.blog_list_style_top_image .post_meta_category:after{
    content: "";
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-left: 11px solid #000;
    border-bottom: 13px solid transparent;
    position: absolute;
    right:-10.5px;
    transition: border-color 0.2s ease-in-out;
}
#blog_list.blog_list_style_top_image .post-title{
    padding: 0;
    text-transform: uppercase;
    line-height: 38px;
    font-size: 38px;
    margin-bottom: 27px;
}
#blog_list.blog_list_style_top_image .post-title a:hover{
	opacity:0.7;
}
#blog_list.blog_list_style_top_image .post-meta {
    padding-bottom: 3px;
    line-height: 20px;
    font-size: 13px;
    color: rgba(51, 51, 51, 0.5);
}
#blog_list.blog_list_style_top_image .post-meta > span {
    display: inline-block;
    vertical-align: top;
    padding: 0 0px 6px 0;
}
#blog_list.blog_list_style_top_image .post-meta > span.post-meta-date {
    padding-right: 30px;
}
#blog_list.blog_list_style_top_image .post-meta span i {
    padding-right: 10px;
}
#blog_list.blog_list_style_top_image .post-content p {
    margin-bottom: 20px;
}
#blog_list.blog_list_style_top_image .inline-links {
    margin-bottom: 9px;
}
#blog_list.blog_list_style_top_image .inline-links > div {
    display: inline-block;
    padding: 0 26px;
    font-size: 13px;
    border-left: 0px solid #ccc;
    position: relative;
}
#blog_list.blog_list_style_top_image .inline-links > div:not(:first-child):before {
    content: "";
    width: 1px;
    height: 9px;
    background-color: #ccc;
    position: absolute;
    left: -5px;
    top: 6px;
}
#blog_list.blog_list_style_top_image .inline-links > div:first-child {
    padding-left: 0;
}
#blog_list.blog_list_style_top_image .inline-links > div a{
    font-size: 13px;
    color: #000;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.2s ease;
    vertical-align: baseline;
}
#blog_list.blog_list_style_top_image a{
    transition: all 0.2s ease;
}
#blog_list.blog_list_style_top_image .post_content_readmore {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
    letter-spacing: 2px;
    transition: all 0.2s ease;
}
#blog_list.blog_list_style_top_image .post_content_readmore:before {
    content: '';
    height: 2px;
    width: 60px;
    background-color: #000;
    display: inherit;
    top: -4px;
    position: relative;
}
#blog_list.blog_list_style_top_image .post_content_readmore:before {
    margin-right: 20px;
}
#blog_list.blog_list_style_top_image .post-meta-likes i {
    font-size: 20px;
    position: relative;
    top: 2px;
    padding-right: 3px;
}
#blog_list.blog_list_style_top_image .post-meta-likes .likes_count {
    font-size: 16px;
}

/* if Sticky post */
#blog_list.blog_list_style_top_image.columns2 .post.sticky,
#blog_list.blog_list_style_top_image.columns3 .post.sticky {
    width: 100%;
}


/**
 *	Blog Posts Page Classic
 */

#blog_list.blog_list_style_classic article > div {
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #eee;
}
#blog_list.blog_list_style_classic article:first-child > div {
    padding-top: 0;
}
#blog_list.blog_list_style_classic .post_meta_category{
	position:relative;
	display:inline-block;
	vertical-align:top;
	padding:0 15px;
	color:#fff;
	background-color:#000;
}
#blog_list.blog_list_style_classic .post_meta_category a {
    display: inline-block;
    vertical-align: middle;
    line-height: 26px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
}
#blog_list.blog_list_style_classic .post_meta_category a:hover,
#blog_list.blog_list_style_classic .post_meta_category a:focus{
    color: rgba(255,255,255,0.5);
}
#blog_list.blog_list_style_classic .post_meta_category:after{
    content: "";
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-left: 9px solid #000;
    border-bottom: 13px solid transparent;
    position: absolute;
    right:-8px;
    transition: border-color 0.2s ease-in-out;
}
#blog_list.blog_list_style_classic .inline-meta{
    margin-bottom: 11px;
}
#blog_list.blog_list_style_classic .inline-meta > div{
    display: inline-block;
    margin-right: 20px;
    line-height: 20px;
    vertical-align: middle;
}
#blog_list.blog_list_style_classic .inline-meta > div:last-child{
    margin-right: 0px;
    float: right;
    margin-top: 6px;
}
#blog_list.blog_list_style_classic .inline-links{
    margin-top: 9px;
}
#blog_list.blog_list_style_classic .inline-links > div{
    display: inline-block;
    padding: 0 26px;
    font-size: 13px;
    border-left: 0px solid #cccccc;
    position: relative;
}
#blog_list.blog_list_style_classic .inline-links > div:not(:first-child):before{
    content: "";
    width: 1px;
    height: 9px;
    background-color: #cccccc;
    position: absolute;
    left: -5px;
    top: 7px;
}
#blog_list.blog_list_style_classic .inline-links > div:first-child{
    padding-left: 0;
    min-width: 206px;
}
#blog_list.blog_list_style_classic .inline-links > div a{
    font-size: 13px;
    color: #000;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.2s ease;
    vertical-align: baseline;
}
#blog_list.blog_list_style_classic a{
    transition: all 0.2s ease;
}
#blog_list.blog_list_style_classic .post-title{
    padding: 7px 0;
    text-transform: uppercase;
    line-height: 59px;
    font-size: 48px;
	transition: color 0.2s ease-in-out, opacity color 0.2s ease-in-out;
}
#blog_list.blog_list_style_classic .post-meta {
    font-size: 13px;
    color: rgba(51, 51, 51, 0.5);
}
#blog_list.blog_list_style_classic .post-meta > span {
    display: inline-block;
}
#blog_list.blog_list_style_classic .post-meta > span.post-meta-date {
    padding-right: 30px;
}
#blog_list.blog_list_style_classic .post-meta span i {
    padding-right: 10px;
}
#blog_list .post_format_content {
    margin-bottom: 35px;
}
#blog_list.blog_list_style_classic .post-content p {
    margin-bottom: 20px;
    line-height: 25px;
}
#blog_list.blog_list_style_classic .post-content p::first-letter{
    font-size: 78px;
    vertical-align: middle;
    width: 20%;
    float: left;
    margin: 10px 10px 25px 0;
    -webkit-margin-before: 25px
}
#blog_list.blog_list_style_classic .post_content_readmore {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
    letter-spacing: 2px;
    transition: all 0.2s ease;
}
#blog_list.blog_list_style_classic .post_content_readmore:before{
    content: '';
    height: 2px;
    width: 60px;
    background-color: #000;
    display: inherit;
    top: -4px;
    position: relative;
}
#blog_list.blog_list_style_classic .post_content_readmore:before{
    margin-right: 20px;
}
#blog_list.blog_list_style_classic .post-meta-likes {
    margin: 0;
    color: rgba(51, 51, 51, 0.3);
}
#blog_list.blog_list_style_classic .post-meta-likes i {
    font-size: 20px;
    position: relative;
    top: 2px;
    padding-right: 4px;
}
#blog_list.blog_list_style_classic .post-meta-likes .likes_count {
    font-size: 16px;
}

/* Quote Link Format */
#blog_list.blog_list_style_classic .format-quote .post-content-wrapper,
#blog_list.blog_list_style_classic .format-link .post-content-wrapper{
	position:relative;
	padding:40px !important;
	background-color:#000;
	border:0;
	margin-bottom:50px;
}
#blog_list.blog_list_style_classic .format-quote .featured_img_bg,
#blog_list.blog_list_style_classic .format-link .featured_img_bg{
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0.2;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center-center;
}
#blog_list.blog_list_style_classic .format-quote .quote-format-wrap,
#blog_list.blog_list_style_classic .format-link .link-format-wrap{
	position:relative;
	z-index:5;
}
#blog_list.blog_list_style_classic .format-quote .post-meta,
#blog_list.blog_list_style_classic .format-link .post-meta{
	padding-bottom:11px;
}
#blog_list.blog_list_style_classic .format-quote .post-title,
#blog_list.blog_list_style_classic .format-link .post-title{
	line-height:40px;
	font-size:32px;
}
#blog_list.blog_list_style_classic .format-link .post-title{
	margin-bottom:0;
}
#blog_list.blog_list_style_classic .format-quote .post-title a,
#blog_list.blog_list_style_classic .format-link .post-title a{
	color:#fff;
}
#blog_list.blog_list_style_classic .format-quote .post-title a:hover,
#blog_list.blog_list_style_classic .format-link .post-title a:hover{
	color:rgba(255,255,255,0.7);
}
#blog_list.blog_list_style_classic .format-quote .post-meta > span,
#blog_list.blog_list_style_classic .format-link .post-meta > span{
	color:rgba(255,255,255,0.5);
	padding:0 2px;
}
#blog_list.blog_list_style_classic .quote-author-name,
#blog_list.blog_list_style_classic .format-link .post-author-name{
	text-transform:uppercase;
	color:#fff;
}
#blog_list.blog_list_style_classic .quote_icon{
	display:block;
	margin-top:50px;
	margin-bottom:-20px;
	font-size:100px;
	color:rgba(255,255,255,0.2);
}
#blog_list.blog_list_style_classic .format-link .fa{
	display:block;
	margin-top:20px;
	font-size:36px;
	color:rgba(255,255,255,0.2);
}
#blog_list.blog_list_style_classic .post-format-link-url{
	text-transform:uppercase;
	font-size:13px;
	color:#fff;
}
#blog_list.blog_list_style_classic .post-format-link-url:hover{
	color:rgba(255,255,255,0.5);
}

/* Audio Format */
.post .post-audio p{
	margin:0;
}
.post .post-audio iframe{
	width:100%;
}

/* Gallery Format */
#blog_list.blog_list_style_classic .format-gallery .owl-controls,
#blog_list.blog_list_style_classic .format-gallery .owl-nav{
	position:static;
}
#blog_list.blog_list_style_classic .format-gallery .owl-prev,
#blog_list.blog_list_style_classic .format-gallery .owl-next{
	position:absolute;
	z-index:20;
	top:auto;
	bottom:50%;
	width:26px;
	height:48px;
	margin-bottom:-48px;
	opacity:0;
	transition: opacity 0.2s ease-in-out, left 0.2s ease-in-out, right 0.2s ease-in-out;
}
#blog_list.blog_list_style_classic .format-gallery .post_format_content:hover .owl-controls .owl-nav .owl-prev{
	left:60px !important;
	opacity:1;
}
#blog_list.blog_list_style_classic .format-gallery .post_format_content:hover .owl-controls .owl-nav .owl-next{
	right:60px !important;
	opacity:1;
}
#blog_list.blog_list_style_classic .format-gallery .owl-prev:before{
	content:'';
	position:absolute;
	left:-5px;
	top:11px;
	width:35px;
	height:2px;
	border-radius:2px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	background-color:rgba(255,255,255,0.5);
	transition: background-color 0.2s ease-in-out
}
#blog_list.blog_list_style_classic .format-gallery .owl-prev:after{
	content:'';
	position:absolute;
	left:-5px;
	bottom:11px;
	width:35px;
	height:2px;
	border-radius:2px;
	background-color:rgba(255,255,255,0.5);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transition: background-color 0.2s ease-in-out
}
#blog_list.blog_list_style_classic .format-gallery .owl-prev:hover:before,
#blog_list.blog_list_style_classic .format-gallery .owl-prev:hover:after{
	background-color:#fff;
}

#blog_list.blog_list_style_classic .format-gallery .owl-next:before{
	content:'';
	position:absolute;
	left:-5px;
	top:11px;
	width:35px;
	height:2px;
	border-radius:2px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	background-color:rgba(255,255,255,0.5);
	transition: background-color 0.2s ease-in-out
}
#blog_list.blog_list_style_classic .format-gallery .owl-next:after{
	content:'';
	position:absolute;
	left:-5px;
	bottom:11px;
	width:35px;
	height:2px;
	border-radius:2px;
	background-color:rgba(255,255,255,0.5);
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transition: background-color 0.2s ease-in-out;
}
#blog_list.blog_list_style_classic .format-gallery .owl-next:hover:before,
#blog_list.blog_list_style_classic .format-gallery .owl-next:hover:after{
	background-color:#fff;
}


/**
 *	Blog Posts Page left Image with Big Date
 */

.blog_list_style_left_image_with_date .post_format_content_wrap{
	position:relative;
	padding-left:150px;
}
.blog_list_style_left_image_with_date .post-content-wrapper > div{
	margin-bottom:60px;
}
.blog_list_style_left_image_with_date .date_wrap{
	position:absolute;
	left:0;
	top:-9px;
	width:120px;
	text-align:right;
}
.blog_list_style_left_image_with_date .date_wrap > span{
	display:block;
	padding-bottom:28px;
}
.blog_list_style_left_image_with_date .post-meta-date i{
	display:block;
	padding-bottom:12px;
	font-style:normal;
	line-height:70px;
	font-size:70px;
	color:#999;
}
.blog_list_style_left_image_with_date .post-meta-date b{
	display:block;
	font-weight:400;
	line-height:24px;
	font-size:18px;
	color:#999;
}
.blog_list_style_left_image_with_date .post-meta-likes{
	line-height:30px;
}
.blog_list_style_left_image_with_date .post-meta-likes .likes_count{
	display:inline-block;
	vertical-align:top;
	padding-left:7px;
	font-size:16px;
	color:rgba(51,51,51,0.3);
}
.blog_list_style_left_image_with_date .post-meta-likes i{
	display:inline-block;
	vertical-align:top;
	line-height:30px;
	font-size:20px;
	color:rgba(0,0,0,0.3);
}
.blog_list_style_left_image_with_date .post_format_content{
	float:left;
	width:420px;
	margin-bottom:0 !important;
}
.blog_list_style_left_image_with_date .post-meta{
	margin-bottom:32px;
}
.blog_list_style_left_image_with_date .post_meta_category{
	position:relative;
	display:inline-block;
	vertical-align:top;
	padding:0 15px;
	color:#fff;
	background-color:#000;
}
.blog_list_style_left_image_with_date .post_meta_category:after{
	content:'';
	position:absolute;
	right:-10px;
	top:0;
	width: 0;
	height: 0;
	border-top: 13px solid transparent;
	border-left: 11px solid #000;
	border-bottom: 13px solid transparent;
}
.blog_list_style_left_image_with_date .post_meta_category a{
	display:inline-block;
	vertical-align:middle;
	text-transform:uppercase;
	line-height:26px;
	font-size:13px;
	color:#fff;
}
.blog_list_style_left_image_with_date .post_meta_category a:hover,
.blog_list_style_left_image_with_date .post_meta_category a:focus{
	color: rgba(255,255,255,0.5);
}
.blog_list_style_left_image_with_date .post_author_name{
	display:inline-block;
	vertical-align:top;
	padding-left:15px;
	text-transform:uppercase;
	line-height:26px;
	font-size:12px;
	color:#000;
}
.blog_list_style_left_image_with_date .post_author_name:hover{
	color:rgba(0,0,0,0.5);
}
.blog_list_style_left_image_with_date .post_author_name span{
	display:inline-block;
	vertical-align:top;
	text-transform:none;
	color:#999;
}
.blog_list_style_left_image_with_date .post-title{
	margin:0 0 20px;
	text-transform:uppercase;
	line-height:43px;
	font-size:36px;
}
.blog_list_style_left_image_with_date .post-title a:hover{
	opacity:0.7;
}
.blog_list_style_left_image_with_date .post-excerpt{
	margin-bottom:20px;
	color:#666;
}
.blog_list_style_left_image_with_date .sharebox{
	display:inline-block;
	vertical-align:top;
}
.blog_list_style_left_image_with_date .post_meta_bottom a{
	display:inline-block;
	vertical-align:top;
	margin:0 0 24px;
	text-transform:uppercase;
	line-height:24px;
	font-size:13px;
}
.blog_list_style_left_image_with_date .post_meta_bottom a.monreal_comment_count{
	position:relative;
	margin-right:30px;
	padding-right:30px;
}
.blog_list_style_left_image_with_date .post_meta_bottom a.monreal_comment_count:hover,
.blog_list_style_left_image_with_date .post_meta_bottom a.sharebox_btn:hover{
	opacity:0.7;
}
.blog_list_style_left_image_with_date .post_meta_bottom a.monreal_comment_count:before{
	content:'';
	position:absolute;
	right:0;
	top:7px;
	height:9px;
	width:1px;
	background-color:#ccc;
}



/**
 *	Blog Post Metro
 */

.wide.blog_list_style_metro > .row{
	margin-left:15px;
	margin-right:15px;
}
#blog_list.blog_list_style_metro.no_margin{
	margin-top:0;
}

.blog_list_style_metro .post{
    float: left;
	margin-right:-1px;
	padding:15px;
}
.blog_list_style_metro.no_margin .post{
	padding:0;
}
.blog_list_style_metro.columns1 .post{
    width: 100%;
}
.blog_list_style_metro.columns2 .post{
    width: 50%;
}
.blog_list_style_metro.columns3 .post{
    width: 33.33%;
}
.blog_list_style_metro.columns4 .post{
    width: 25%;
}
.blog_list_style_metro.columns5 .post{
    width: 20%;
}
.blog_list_style_metro.columns2 .sizing_width2,
.blog_list_style_metro.columns2 .sizing_wh2{
	width:100%;
}
.blog_list_style_metro.columns3 .sizing_width2,
.blog_list_style_metro.columns3 .sizing_wh2{
	width:66.6667%;
}
.blog_list_style_metro.columns4 .sizing_width2,
.blog_list_style_metro.columns4 .sizing_wh2{
	width:50%;
}
.blog_list_style_metro .col-md-25{
	position:relative;
	float:left;
	width:20%;
	min-height:1px;
	padding-left:15px;
	padding-right:15px;
}
.blog_list_style_metro.columns5 .sizing_width2,
.blog_list_style_metro.columns5 .sizing_wh2{
	width:40%;
}

.blog_list_style_metro .post-content-wrapper{
	overflow:hidden;
	position:relative;
	min-height:400px;
}
.blog_list_style_metro .post-content-wrapper:before{
	content:'';
	position:absolute;
	z-index:5;
	left:0;
	right:0;
	bottom:0;
	height:250px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.blog_list_style_metro .featured_img_bg{
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1 !important;
	background-size:cover;
	background-position:center center;
}
.blog_list_style_metro .featured_img_bg:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0.2;
	background-color:#212121;
	transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
}
.blog_list_style_metro .post-content-wrapper:hover .featured_img_bg:before{
	opacity:0;
}
.blog_list_style_metro .post-descr-wrap{
	position:absolute;
	z-index:10;
	left:9%;
	right:9%;
	bottom:0;
	text-align:center;
	transition: bottom 0.3s ease-in-out;
	-webkit-transition: bottom 0.3s ease-in-out;
}
.blog_list_style_metro .post-content-wrapper:hover .post-descr-wrap{
	bottom:30px;
}
.blog_list_style_metro .post-descr-wrap .post-meta-date{
	display:block;
	color:rgba(255,255,255,0.75);
}
.blog_list_style_metro .post-descr-wrap .post-title{
	margin-bottom:5px;
	text-transform:uppercase;
	line-height:28px;
	font-size:20px;
	color:#fff;
	letter-spacing:2px;
}
.blog_list_style_metro .sizing_height2 .post-descr-wrap .post-title,
.blog_list_style_metro .sizing_width2 .post-descr-wrap .post-title,
.blog_list_style_metro .sizing_wh2 .post-descr-wrap .post-title{
	line-height:42px;
	font-size:34px;
}
.blog_list_style_metro .post-descr-wrap .post-title a{
	color:#fff;
}
.blog_list_style_metro .post-descr-wrap .post-title a:hover{
	color:rgba(255,255,255,0.8);
}
.blog_list_style_metro .post-descr-wrap .read_more{
	display:block;
	text-transform:uppercase;
	font-size:12px;
	color:rgba(255,255,255,0.5);
	letter-spacing:2px;
	transform: translateY(20px);
	-webkit-transform: -webkit-translateY(-20px);
	transition: transform 0.3s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: -webkit-transform 0.3s ease-in-out, color 0.2s ease-in-out;
}
.blog_list_style_metro .post-content-wrapper:hover .read_more{
	transform: translateY(0);
	-webkit-transform: -webkit-translateY(0);
}
.blog_list_style_metro .post-content-wrapper .read_more:hover{
	color:#fff;
}



/**
 *	Blog Posts Page Card Style
 */

.wide.blog_list_style_card_style > .row{
	margin-left:15px;
	margin-right:15px;
}
.blog_list_style_card_style .post{
    display:inline-block;
	vertical-align:top;
	min-height:1px;
	margin-right:-3px;
	padding-left:15px;
	padding-right:15px;
}
.blog_list_style_card_style.wide.columns4 .post{
	margin-right:-4px;
}
.blog_list_style_card_style.columns5 .post{
	margin-right:-4px;
}
.blog_list_style_card_style.columns1 .post{
    width: 100%;
}
.blog_list_style_card_style.columns2 .post{
    width: 50%;
}
.blog_list_style_card_style.columns3 .post{
    width: 33.33%;
}
.blog_list_style_card_style.columns4 .post{
    width: 25%;
}
.blog_list_style_card_style.columns5 .post{
    width: 20%;
}
#blog_list.blog_list_style_card_style .format-quote .post-content-wrapper,
#blog_list.blog_list_style_card_style .format-link .post-content-wrapper{
    background:none;
}
#blog_list.blog_list_style_card_style .post-content-wrapper{
    position:relative;
	margin-bottom:30px;
	padding:19px 19px 21px;
	border:1px solid #ccc;
	transition: border-color 0.2s ease-in-out;
}
#blog_list.blog_list_style_card_style .post-content-wrapper .post_meta_category{
    position:absolute;
	z-index:10;
	left:0;
	top:30px;
	display:block;
	padding:0 15px;
	line-height:26px;
	color:#fff;
}
#blog_list.blog_list_style_card_style .post-content-wrapper .post_meta_category a{
	display:inline-block;
	vertical-align:middle;
	text-transform:uppercase;
	line-height:26px;
	font-size:13px;
	color:#fff;
}
#blog_list.blog_list_style_card_style .post-content-wrapper .post_meta_category a:hover,
#blog_list.blog_list_style_card_style .post-content-wrapper .post_meta_category a:focus{
	color:rgba(255,255,255,0.5);
}
#blog_list.blog_list_style_card_style .post-content-wrapper .post_meta_category:before{
	content: '';
	position: absolute;
    right:-11px;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-left: 11px solid #000;
    border-bottom: 13px solid transparent;
    
}
#blog_list.blog_list_style_card_style .post_format_content{
	margin-bottom:23px;
}
#blog_list.blog_list_style_card_style .post-content-wrapper .post-meta-date,
#blog_list.blog_list_style_card_style .format-quote .post-content-wrapper .post-meta-date,
#blog_list.blog_list_style_card_style .format-link .post-content-wrapper .post-meta-date{
	padding:0 0 5px;
	font-size:12px;
	color:#999 !important;
}
#blog_list.blog_list_style_card_style .post-content-wrapper h2.post-title,
#blog_list.blog_list_style_card_style .format-quote .post-content-wrapper h2.post-title,
#blog_list.blog_list_style_card_style .format-link .post-content-wrapper h2.post-title{
	margin-bottom:15px !important;
	text-transform:uppercase;
	line-height:36px !important;
	font-size:30px !important;
	transition: opacity 0.2s ease-in-out;
}
#blog_list.blog_list_style_card_style .post-content-wrapper h2.post-title a,
#blog_list.blog_list_style_card_style .format-quote .post-content-wrapper h2.post-title a,
#blog_list.blog_list_style_card_style .format-link .post-content-wrapper h2.post-title a{
	color:inherit;
}
#blog_list.blog_list_style_card_style .post-content-wrapper h2.post-title:hover a,
#blog_list.blog_list_style_card_style .format-quote .post-content-wrapper h2.post-title:hover a,
#blog_list.blog_list_style_card_style .format-link .post-content-wrapper h2.post-title:hover a{
	opacity:0.7;
}
#blog_list.blog_list_style_card_style .post-content-wrapper .monreal_comment_count{
	display:inline-block;
	text-transform:uppercase;
	line-height:24px;
	font-size:13px;
	letter-spacing:2px;
}

/* if Column 1 */
#blog_list.blog_list_style_card_style.columns1 .img_overlay{
	height:auto;
	bottom:24px;
}
#blog_list.blog_list_style_card_style.columns1 .post_format_content{
	overflow:visible;
	margin-bottom:-24px;
	background:none;
}
#blog_list.blog_list_style_card_style.columns1 .post_format_content > a{
	background-color:#212121;
}
#blog_list.blog_list_style_card_style.columns1 .post-content-wrapper{
	margin:0 100px 50px;
	padding:0;
	border:0;
}
#blog_list.blog_list_style_card_style.columns1 .post_descr_top{
	margin:0 100px;
	padding:17px 30px 13px;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	transition: border-color 0.2s ease-in-out;
}
#blog_list.blog_list_style_card_style.columns1 .post-content-wrapper:hover .post_descr_top{
	border-color:#000;
}
#blog_list.blog_list_style_card_style.columns1 .post-content-wrapper .post_meta_category{
	position:relative;
	display:inline-block;
	vertical-align:top;
	margin-top:-43px;
	line-height:22px;
}
#blog_list.blog_list_style_card_style.columns1 .post-content-wrapper .post_meta_category:after{
	content: '';
	position: absolute;
    left:-11px;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-right: 11px solid #000;
    border-bottom: 13px solid transparent;
}
#blog_list.blog_list_style_card_style.columns1 .post-content-wrapper h2.post-title,
#blog_list.blog_list_style_card_style.columns1 .format-quote .post-content-wrapper h2.post-title,
#blog_list.blog_list_style_card_style.columns1 .format-link .post-content-wrapper h2.post-title{
	margin-bottom:20px !important;
	line-height:58px !important;
	font-size:48px !important;
}
#blog_list.blog_list_style_card_style.columns1 .post-content-wrapper .monreal_comment_count{
	position:relative;
	margin-right:26px;
	padding-right:30px;
}
#blog_list.blog_list_style_card_style.columns1 .post-content-wrapper .monreal_comment_count:after{
	content:'';
	position:absolute;
	top:8px;
	right:0;
	width:1px;
	height:9px;
	background-color:#ccc;
}
#blog_list.blog_list_style_card_style.columns1 .post-content-wrapper .sharebox{
	display:inline-block;
	vertical-align:middle;
}
#blog_list.blog_list_style_card_style.columns1 .post-descr-wrap{
	margin:0 100px;
	padding-top:48px;
	padding-bottom:51px;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	transition: border-color 0.2s ease-in-out;
}
#blog_list.blog_list_style_card_style.columns1 .post-content-wrapper:hover .post-descr-wrap{
	border-color:#000;
}



/**
 *	Blog Posts Page Full Width Image
 */

.blog_list_style_fullwidth_img .post-content-wrapper{
	margin-bottom:90px;
	margin-left:45px;
	margin-right:45px;
}
.blog_list_style_fullwidth_img .post-content-wrapper > .container{
	padding-left:15%;
	padding-right:15%;
}
.blog_list_style_fullwidth_img .featured_img_bg{
	display:block;
	height:420px;
	margin:0;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.blog_list_style_fullwidth_img .post_meta_category{
	position:relative;
	z-index:20;
	display:inline-block;
	vertical-align:top;
	margin:-12px 0 30px;
	padding:0 15px;
	color:#fff;
	background-color:#000;
}
.blog_list_style_fullwidth_img .post_meta_category a {
    display: inline-block;
    vertical-align: middle;
    line-height: 26px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
}
.blog_list_style_fullwidth_img .post_meta_category a:hover,
.blog_list_style_fullwidth_img .post_meta_category a:focus{
    color: rgba(255,255,255,0.5);
}
.blog_list_style_fullwidth_img .post_meta_category:after{
    content: "";
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-right: 11px solid #000;
    border-bottom: 13px solid transparent;
    position: absolute;
    left:-11px;
    transition: border-color 0.2s ease-in-out;
}
.blog_list_style_fullwidth_img .post_meta_category:before{
    content: "";
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-left: 11px solid #000;
    border-bottom: 13px solid transparent;
    position: absolute;
    right:-11px;
    transition: border-color 0.2s ease-in-out;
}
.blog_list_style_fullwidth_img h2.post-title{
    margin:0 0 8px;
	text-transform:uppercase;
	line-height:42px;
	font-size:34px;
}
.blog_list_style_fullwidth_img .post_meta{
	padding-bottom:30px;
	color:rgba(0,0,0,0.5);
}
.blog_list_style_fullwidth_img .post_meta span,
.blog_list_style_fullwidth_img .post_meta a{
    display:inline-block;
	vertical-align:top;
	line-height:24px;
	font-size:13px;
	color:rgba(0,0,0,0.5);
}
.blog_list_style_fullwidth_img .post-content{
    line-height:26px;
	font-size:14px;
	color:rgba(0,0,0,0.5);
}

/* Quote Format */
.blog_list_style_fullwidth_img .post.format-quote .post-content-wrapper{
	position:relative;
	padding-top:60px;
	padding-bottom:40px;
	background-color:#000;
}
.blog_list_style_fullwidth_img .post.format-quote .featured_img_bg{
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0.2;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
.blog_list_style_fullwidth_img .post.format-quote .quote-format-wrap{
	position:relative;
	z-index:5;
	line-height:24px;
	font-size:13px;
	color:rgba(255,255,255,0.5);
}
.blog_list_style_fullwidth_img .post.format-quote .post_label{
	display:block;
	padding-bottom:35px;
	text-transform:capitalize;
}
.blog_list_style_fullwidth_img .post.format-quote .quote-format-wrap > .container{
	padding-left:11%;
	padding-right:11%;
}
.blog_list_style_fullwidth_img .post.format-quote h2.post-title{
	margin-bottom:35px;
}
.blog_list_style_fullwidth_img .post.format-quote h2.post-title a{
	color:#fff;
}
.blog_list_style_fullwidth_img .post.format-quote h2.post-title a:hover{
	color:#fff;
	opacity:0.7;
}
.blog_list_style_fullwidth_img .quote-author-name{
	margin-bottom:35px;
}
.blog_list_style_fullwidth_img .sep{
	display:inline-block;
	vertical-align:top;
	width:70px;
	height:2px;
	margin-bottom:35px;
	background-color:#fff;
}
.blog_list_style_fullwidth_img .post.format-quote .post_meta span,
.blog_list_style_fullwidth_img .post.format-quote .post_meta a{
	color:rgba(255,255,255,0.5);
}
.blog_list_style_fullwidth_img .post.format-quote .post_meta a:hover{
	color:#fff;
	opacity:1;
}

/* Link Format */
.blog_list_style_fullwidth_img .post.format-link .post-content-wrapper{
	position:relative;
	padding-top:60px;
	padding-bottom:40px;
	background-color:#000;
}
.blog_list_style_fullwidth_img .post.format-link .featured_img_bg{
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0.2;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
.blog_list_style_fullwidth_img .post.format-link .link-format-wrap{
	position:relative;
	z-index:5;
	line-height:24px;
	font-size:13px;
	color:rgba(255,255,255,0.5);
}
.blog_list_style_fullwidth_img .post.format-link .post_label{
	display:block;
	padding-bottom:35px;
	text-transform:capitalize;
}
.blog_list_style_fullwidth_img .post.format-link .link-format-wrap > .container{
	padding-left:11%;
	padding-right:11%;
}
.blog_list_style_fullwidth_img .post.format-link h2.post-title{
	margin-bottom:35px;
}
.blog_list_style_fullwidth_img .post.format-link h2.post-title a{
	color:#fff;
}
.blog_list_style_fullwidth_img .post.format-link h2.post-title a:hover{
	color:#fff;
	opacity:0.7;
}
.blog_list_style_fullwidth_img .post-format-link-url{
	display:inline-block;
	vertical-align:top;
	margin-bottom:35px;
	color:rgba(255,255,255,0.5);
}
.blog_list_style_fullwidth_img .post-format-link-url:hover{
	color:#fff;
	opacity:1;
}
.blog_list_style_fullwidth_img .sep{
	display:inline-block;
	vertical-align:top;
	width:70px;
	height:2px;
	margin-bottom:35px;
	background-color:#fff;
}
.blog_list_style_fullwidth_img .post.format-link .post_meta span,
.blog_list_style_fullwidth_img .post.format-link .post_meta a{
	color:rgba(255,255,255,0.5);
}
.blog_list_style_fullwidth_img .post.format-link .post_meta a:hover{
	color:#fff;
	opacity:1;
}

/* Gallery Format */
.blog_list_style_fullwidth_img .format-gallery .owl-controls,
.blog_list_style_fullwidth_img .format-gallery .owl-nav{
	position:static;
}
.blog_list_style_fullwidth_img .format-gallery .owl-prev,
.blog_list_style_fullwidth_img .format-gallery .owl-next{
	bottom:50%;
	width:26px;
	height:48px;
	margin-bottom:-48px;
	opacity:0;
	transition: opacity 0.2s ease-in-out, left 0.2s ease-in-out, right 0.2s ease-in-out;
}
.blog_list_style_fullwidth_img .format-gallery .post_format_content:hover .owl-controls .owl-nav .owl-prev{
	left:60px !important;
	opacity:1;
}
.blog_list_style_fullwidth_img .format-gallery .post_format_content:hover .owl-controls .owl-nav .owl-next{
	right:60px !important;
	opacity:1;
}
.blog_list_style_fullwidth_img .format-gallery .owl-prev:before{
	content:'';
	position:absolute;
	left:-5px;
	top:11px;
	width:35px;
	height:2px;
	border-radius:2px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	background-color:rgba(255,255,255,0.5);
	transition: background-color 0.2s ease-in-out
}
.blog_list_style_fullwidth_img .format-gallery .owl-prev:after{
	content:'';
	position:absolute;
	left:-5px;
	bottom:11px;
	width:35px;
	height:2px;
	border-radius:2px;
	background-color:rgba(255,255,255,0.5);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transition: background-color 0.2s ease-in-out
}
.blog_list_style_fullwidth_img .format-gallery .owl-prev:hover:before,
.blog_list_style_fullwidth_img .format-gallery .owl-prev:hover:after{
	background-color:#fff;
}

.blog_list_style_fullwidth_img .format-gallery .owl-next:before{
	content:'';
	position:absolute;
	left:-5px;
	top:11px;
	width:35px;
	height:2px;
	border-radius:2px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	background-color:rgba(255,255,255,0.5);
	transition: background-color 0.2s ease-in-out
}
.blog_list_style_fullwidth_img .format-gallery .owl-next:after{
	content:'';
	position:absolute;
	left:-5px;
	bottom:11px;
	width:35px;
	height:2px;
	border-radius:2px;
	background-color:rgba(255,255,255,0.5);
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transition: background-color 0.2s ease-in-out;
}
.blog_list_style_fullwidth_img .format-gallery .owl-next:hover:before,
.blog_list_style_fullwidth_img .format-gallery .owl-next:hover:after{
	background-color:#fff;
}


/* Video Format */
.blog_list_style_fullwidth_img .format-video .featured_img_bg{
	position:relative;
}
.blog_list_style_fullwidth_img .format-video .featured_img_bg:before{
	content: '\f04b';
	position:absolute;
	left:50%;
	top:50%;
	width:80px;
	height:80px;
	margin:-40px 0 0 -40px;
	font-family: 'FontAwesome';
	line-height:80px;
	text-align:center;
	font-size:40px;
	color:rgba(255,255,255,0.5);
	text-indent:10px;
	border-radius:50%;
	border:1px solid rgba(255,255,255,0.5);
	transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.blog_list_style_fullwidth_img .format-video .featured_img_bg:hover:before{
	color:#fff;
	border-color:#fff;
}

/* Audio Format */
.blog_list_style_fullwidth_img .format-audio .featured_img_bg{
	position:relative;
}
.blog_list_style_fullwidth_img .format-audio .featured_img_bg:before{
	content: '\f001';
	position:absolute;
	left:50%;
	top:50%;
	width:80px;
	height:80px;
	margin:-40px 0 0 -40px;
	font-family: 'FontAwesome';
	line-height:80px;
	text-align:center;
	font-size:40px;
	color:rgba(255,255,255,0.5);
	border-radius:50%;
	border:1px solid rgba(255,255,255,0.5);
	transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.blog_list_style_fullwidth_img .format-audio .featured_img_bg:hover:before{
	color:#fff;
	border-color:#fff;
}



/**
 *	Single Blog Post
 */

#blog-single-wrap {
    margin-top: 54px;
}
#blog-single-wrap .col-md-9 {
    padding-left: 30px;
}
.single_post_header {
    padding: 0 200px 9px;
    text-align: center;
}
h2.single-post-title {
    margin-bottom: 25px;
    text-transform: uppercase;
    line-height: 58px;
    font-size: 58px;
    color: #000;
}
.single_post_header_bottom {
    line-height: 23px;
    color: rgba(51, 51, 51, 0.5);
}
.single_post_meta_author {
    font-size: 12px;
    color: #999999;
    margin-bottom: 20px;
}
.single_post_meta_author a{
    text-transform: uppercase;
    font-size: 13px;
}
.single_post_meta > span {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 12px;
}
.single_post_meta i {
    padding-right: 10px;
}
#blog-single-wrap > .container > .post_format_content,
#blog-single-wrap .container .col-md-12 > .post_format_content{
	padding-left:100px;
	padding-right:100px;
}
#blog-single-wrap.with_sidebar .post_format_content{
	padding-left:0;
	padding-right:0;
}
#blog-single-wrap .post-slider {
    margin-bottom: 47px;
}

/* Gallery Single */
#blog-single-wrap.format-gallery .owl-controls,
#blog-single-wrap.format-gallery .owl-nav{
	position:static;
}
#blog-single-wrap.format-gallery .owl-prev,
#blog-single-wrap.format-gallery .owl-next{
	position:absolute;
	z-index:20;
	top:auto;
	bottom:50%;
	width:26px;
	height:48px;
	margin-bottom:-48px;
	opacity:0;
	transition: opacity 0.2s ease-in-out, left 0.2s ease-in-out, right 0.2s ease-in-out;
}
#blog-single-wrap.format-gallery .post_format_content:hover .owl-controls .owl-nav .owl-prev{
	left:60px !important;
	opacity:1;
}
#blog-single-wrap.format-gallery .post_format_content:hover .owl-controls .owl-nav .owl-next{
	right:60px !important;
	opacity:1;
}
#blog-single-wrap.format-gallery .owl-prev:before{
	content:'';
	position:absolute;
	left:-5px;
	top:11px;
	width:35px;
	height:2px;
	border-radius:2px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	background-color:rgba(255,255,255,0.5);
	transition: background-color 0.2s ease-in-out
}
#blog-single-wrap.format-gallery .owl-prev:after{
	content:'';
	position:absolute;
	left:-5px;
	bottom:11px;
	width:35px;
	height:2px;
	border-radius:2px;
	background-color:rgba(255,255,255,0.5);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transition: background-color 0.2s ease-in-out
}
#blog-single-wrap.format-gallery .owl-prev:hover:before,
#blog-single-wrap.format-gallery .owl-prev:hover:after{
	background-color:#fff;
}

#blog-single-wrap.format-gallery .owl-next:before{
	content:'';
	position:absolute;
	left:-5px;
	top:11px;
	width:35px;
	height:2px;
	border-radius:2px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	background-color:rgba(255,255,255,0.5);
	transition: background-color 0.2s ease-in-out
}
#blog-single-wrap.format-gallery .owl-next:after{
	content:'';
	position:absolute;
	left:-5px;
	bottom:11px;
	width:35px;
	height:2px;
	border-radius:2px;
	background-color:rgba(255,255,255,0.5);
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transition: background-color 0.2s ease-in-out;
}
#blog-single-wrap.format-gallery .owl-next:hover:before,
#blog-single-wrap.format-gallery .owl-next:hover:after{
	background-color:#fff;
}


/* Post Format Content */
.single-post-content {
    padding: 0 200px;
    margin-bottom: 50px;
}
#blog-single-wrap.with_sidebar .single-post-content{
	padding:0;
}
.single_post_meta_category{
	position:relative;
	display:inline-block;
	padding:0 15px;
	color:#fff;
	background-color:#000;
	transition: background-color 0.2s ease-in-out;
}
.single_post_meta_category a{
    display: inline-block;
    vertical-align: middle;
    line-height: 26px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
}
.single_post_meta_category a:hover,
.single_post_meta_category a:focus{
    color: rgba(255,255,255,0.5);
}
.single_post_meta_category:before{
    content: '';
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-right: 9px solid #000;
    border-bottom: 13px solid transparent;
    position: absolute;
    left:-8.5px;
    transition: border-color 0.2s ease-in-out;
}
.single_post_meta_category:after{
    content: '';
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-left: 9px solid #000;
    border-bottom: 13px solid transparent;
    position: absolute;
    right:-8.5px;
    transition: border-color 0.2s ease-in-out;
}
#blog-single-wrap .post_format_content iframe {
    width: 100%;
}
.single-post .inline-links,
#default_page .inline-links {
    margin-top: 40px;
    clear: both;
}
#default_page .inline-links {
    margin: 60px 0 30px; 
    clear: both;
    letter-spacing: 3px
}
.single-post .inline-links > div,
#default_page .inline-links > div {
    display: inline-block;
    padding: 0 26px;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
    height: 26px;
    vertical-align: middle;    
}
.single-post .inline-links > div:first-child,
#default_page .inline-links > div:first-child {
    padding-left: 0
}
.single-post .inline-links > div:not(:first-child):before {
    content: "";
    width: 1px;
    height: 9px;
    background-color: #cccccc;
    position: absolute;
    left: 0;
    top: 8px;
}
.single-post .inline-links > div a,
#default_page .inline-links > div a {
    font-size: 13px;
    color: #000;
    letter-spacing: 2px;
    display: inline;
    text-transform: uppercase;
    transition: all 0.2s ease;
}
.single-post .inline-links .post-meta-likes {
    margin: 0;
    position: relative;
    top: -2PX;
}
.single-post .inline-links > div > a:hover,
#default_page .inline-links > div > a:hover {
    color: rgba(0, 0, 0, 0.5) !important;
}
.single-post .inline-links .monreal_likes {
    font-size: 17px;
    color: #333333;
    opacity: 0.3;
    position: relative;
    top: 2PX;
    transition: all 0.3s ease
}
.single-post .inline-links .monreal_likes:hover {
    opacity: 1;
}
.single-post .inline-links .monreal_likes i {
    font-size: 20px;
    padding-right: 4px;
}

/* Quote and Link Format */
#blog-single-wrap.format-quote .post_format_content_wrapper,
#blog-single-wrap.format-link .post_format_content_wrapper{
	position:relative;
	padding:40px;
	background-color:#000;
	border:0;
}
#blog-single-wrap.format-quote .featured_img_bg,
#blog-single-wrap.format-link .featured_img_bg{
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0.2;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center-center;
}
#blog-single-wrap.format-quote .quote-format-wrap,
#blog-single-wrap.format-link .link-format-wrap{
	position:relative;
	z-index:5;
}
#blog-single-wrap.format-quote .post-meta,
#blog-single-wrap.format-link .post-meta{
	padding-bottom:11px;
	font-size:13px;
	color: rgba(51, 51, 51, 0.5);
}
#blog-single-wrap.format-quote .post-meta > span,
#blog-single-wrap.format-link .post-meta > span{
	display:inline-block;
	vertical-align:top;
	color:rgba(255,255,255,0.5);
	padding:0 2px;
}
#blog-single-wrap.format-quote .post-title,
#blog-single-wrap.format-link .post-title{
	padding:7px 0;
	text-transform:uppercase;
	line-height:40px;
	font-size:32px;
	color:#fff;
}
#blog-single-wrap.format-link .post-title{
	margin-bottom:0;
}
#blog-single-wrap .quote-author-name,
#blog-single-wrap.format-link .post-author-name{
	text-transform:uppercase;
	color:#fff;
}
#blog-single-wrap .quote_icon{
	display:block;
	margin-top:50px;
	margin-bottom:-20px;
	font-size:100px;
	color:rgba(255,255,255,0.2);
}
#blog-single-wrap.format-link .link-format-wrap .fa{
	display:block;
	margin-top:20px;
	font-size:36px;
	color:rgba(255,255,255,0.2);
}
#blog-single-wrap .post-format-link-url{
	text-transform:uppercase;
	font-size:13px;
	color:#fff;
}
#blog-single-wrap .post-format-link-url:hover{
	color:rgba(255,255,255,0.5);
}

/* if featured Image fullwidth */
#blog-single-wrap.featured_img_fullwidth{
	position:relative;
	margin-top:0;
}
#blog-single-wrap.featured_img_fullwidth .single_post_header{
	position:relative;
	z-index:10;
	padding:0;
}
#blog-single-wrap.featured_img_fullwidth > .featured_img_bg{
	position:relative;
	padding:240px 0;
	margin:0 0 60px;
	opacity:1;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
#blog-single-wrap.featured_img_fullwidth > .featured_img_bg:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0.5;
	background-color:#212121;
}
#blog-single-wrap.featured_img_fullwidth .single_post_meta_author,
#blog-single-wrap.featured_img_fullwidth .single_post_meta_author a{
	color:rgba(255,255,255,0.5);
}
#blog-single-wrap.featured_img_fullwidth .single_post_meta_author a:hover{
	color:#fff;
}
#blog-single-wrap.featured_img_fullwidth h2.single-post-title{
	color:#fff;
}


/* Sharebox */
.sharebox_btn {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}
.sharebox_btn i {
    display: inline-block;
    padding-right: 8px;
    font-size: 18px;
    color: rgba(51, 51, 51, 0.5);
}
.sharebox_links {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: top;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.sharebox_active .sharebox_links {
    visibility: visible;
    opacity: 1;
}
.sharebox_links a{
    width: 0;
    height: 23px;
    margin: 0 0 0 -3px;
    line-height: 19px;
    font-size: 14px !important;
    color: rgba(0,0,0,0.4) !important;
	transition: width 0.4s ease-in-out, margin 0.4s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: width 0.4s ease-in-out, margin 0.4s ease-in-out, color 0.2s ease-in-out;
}
#blog_list.blog_list_style_classic .inline-links > div a.social_link,
#blog_list.blog_list_style_top_image .inline-links > div a.social_link{
	color: rgba(0,0,0,0.4);
}
.sharebox_active .sharebox_links a{
    width: 20px;
    margin: 0 0 0 18px;
}


/* Author Info */
#author-info {
    margin: 0 100px 54px;
    padding: 23px 20px 42px;
    background-color: #f4f4f4;
    max-width: 100%;
}
#blog-single-wrap.with_sidebar #author-info{
	margin:0 0 54px;
}
.author-image {
    overflow: hidden;
    float: left;
    width: 23%;
    text-align: center;
    padding-top: 20px;
}
.author-image a {
    overflow: hidden;
    max-width: 120px;
    border-radius: 50%;
}
.author-image img {
    border-radius: 50%;
}
.author_name {
    overflow: hidden;
    float: left;
    width: 77%;
    padding: 21px 16px 0;
    text-align: left;
}
.author_info_label {
    line-height: 20px;
    font-size: 12px;
    text-transform: uppercase;
    color: rgba(51, 51, 51, 0.25);
}
h5.author-name{
    margin: 10px 0 -3px;
    text-transform: uppercase;
    line-height: 24px;
    font-size: 18px;
    letter-spacing: 2px;
}
.author_icons a {
    margin: 0 26px 10px 0;
    font-size: 18px;
}
.author-bio {
    overflow: hidden;
    padding: 11px 0 8px;
    line-height: 26px;
    font-size: 16px;
    color: #666666;
}

/* Single Post Navigation */
.single_post_nav {
    margin: 0 100px 30px;
}
#blog-single-wrap.with_sidebar .single_post_nav{
	margin:0 0 30px;
}
.single_post_nav > div {
    max-width: 50%
}
.single_post_nav a {
    position: relative;
    display: block;
    padding-left: 80px;
    transition:all 0.3s ease;
}
.single_post_nav a b {
        transition:all 0.3s ease;
}
.single_post_nav a:hover b {
    color: rgba(0, 0, 0, 0.5) !important;
}
.single_post_nav a:hover b:before,
.single_post_nav a:hover b:after {
    width:70px;
        background: #b9b9b9 !important;
}
.single_post_nav .pull-left a:hover   {
    padding-left:90px
}
.single_post_nav .pull-right a:hover   {
    padding-right:90px
}
.single_post_nav .pull-right a {
    padding: 0 80px 0 0;
}
.single_post_nav p {
    margin: 0;
    text-transform: uppercase;
    line-height: 22px;
    font-size: 13px;
    color: rgb(0, 0, 0);
    letter-spacing: 2px;
    opacity: 0.5;
}
.single_post_nav b {
    display: block;
    font-weight: 300;
    line-height: 32px;
    font-size: 24px;
    text-transform: uppercase;
    max-width: 300px;
    color: #000;
    margin-top: 5px;
    position: relative;
}
.single_post_nav .pull-left b:before{
    content: '';
    width: 60px;
    height: 2px;
    background: #000;
    position: absolute;
    right: 100%;
    margin-right: 20px;
    top: 13px;
    transition:all 0.3s ease;
}
.single_post_nav .pull-right b:after{
    content: '';
    width: 60px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 100%;
    margin-left: 20px;
    top: 13px;
    transition:all 0.3s ease;
}
 
/* Post Comments */

body.single-post #comments{
    margin-top: 90px;
	padding:0 100px;
}
body.single-post #comments .commentlist_wrap{
    padding: 0 65px 0px;
}
.comments_title {
    margin: -24px 0 0;
    text-align: center;
}
.comments_title h2 {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    text-transform: uppercase;
    line-height: 42px;
    font-size: 48px;
    background-color: #fff;
}
.comments_title b {
    display: block;
    padding-bottom: 46px;
    font-weight: 300;
    line-height: 20px;
    font-size: 14px;
    color: #999;
}
ol.commentlist{
    margin: 56px 0 0 0;
    list-style: none !important;
}
ol.commentlist li.comment{
    list-style: none !important;
}
.comment-body {
    position: relative;
    margin-bottom: 30px;
    padding: 0 0 30px 0;
    text-align: center;
}
.comment-content {
    margin-top: 25px;
    text-align: left;
    color: #666666;
    font-size: 16px;
}
.comment-body .comment-avatar {} .comment-body .comment-avatar img {
    border-radius: 50%;
}
ol.commentlist ul.children{
    list-style: none;
    padding: 0;
    margin: 0;
}
#comments ul li:before,
#comments ol li:before {
    display: none !important;
}
.commentlist .comment-data {
    text-align: center;
}
.commentlist .comment-data > div {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    min-width: 104px;
}
.commentlist .comment-meta {} .commentlist .comment-meta > span {
    display: block;
    font-weight: 400;
    line-height: 20px;
    font-size: 12px;
    color: rgba(51, 51, 51, 0.5);
}
h6.comment_author {
    margin: 0;
    text-transform: uppercase;
    line-height: 24px;
    font-size: 15px;
    color: #000;
}
h6.comment_author .comment-edit-link {
    position: absolute;
    text-transform: none;
    right: 0;
    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;
}
.commentlist .comment-date {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    font-size: 12px;
    color: #999;
}
.comment-reply-link {
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
    opacity: 0.5;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 6px 50px 7px;
    transition: all 0.2s ease;
}


/* Post Comment Form */
.comment-respond-wrap {
    background-image: url(../images/comment-bg.png);
    padding: 20px;
    background-color: #f3f3f3;
    width: 960px;
    margin: 0 auto 100px;
    max-width: 100%;
}
#respond.comment-respond {
    position: relative;
    padding: 39px 8% 7px;
    text-align: center;
    background: #f3f3f3;
}
h3#reply-title {
    position: relative;
    z-index: 3;
    margin: 0 0 54px;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
    line-height: 42px;
    font-size: 48px;
}
p.comment-notes {
    display: none !important;
}
#commentform {
    position: relative;
    z-index: 3;
}
#respond-inputs {
    margin: 0 -5px;
}
#respond-inputs .comment-form-author,
#respond-inputs .comment-form-email {
    float: left;
    width: 33.3333%;
    padding: 0 5px 10px;
}
#respond-inputs input,
#commentform textarea {
    width: 100%;
    height: 40px;
    padding: 10px 13px;
    line-height: 20px;
    font-size: 11px;
    color: rgba(0, 0, 0, 0.5);
    border: 0;
    background: #fff;
    border-left: 1px solid transparent;
}
#respond-inputs input:focus,
#commentform textarea:focus{
    border-color: #000
}
#commentform textarea {
    height: 116px;
    margin-bottom: 23px;
    resize: none;
}

.before-submit {
    color: rgba(102, 102, 102, 0.5);
    font-size: 14px;
    margin-bottom: 24px;
    line-height: 20px;
}
#commentform .before-submit {
      margin-top: 20px;
      margin-bottom: 27px;
}
#commentform .form-submit {
    text-align: center;
}
#commentform .form-submit input[type="submit"] {
    padding: 10px 26px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: normal;
    font-size: 13px;
    border: 0;
    box-shadow: 0;
    width: 250px;
    max-width: 100%;
    background: transparent;
    border: 1px solid rgba(0,0,0,0.5);
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: 0;
    margin-top: 0;
	transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}


/**
 *	Plugin Contact Form 7
 */

.contentarea div.wpcf7 {
    background-image: url(../images/comment-bg.png);
    padding: 20px !important;
    background-color: #f3f3f3;
    width: 960px;
    margin: 62px auto 76px !important;
    max-width: 100%;
}
.contentarea div.wpcf7 h3 {
    position: relative;
    z-index: 3;
    margin: 0 0 54px;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
    line-height: 42px;
    font-size: 48px;
}
.contentarea form.wpcf7-form {
    position: relative;
    padding: 39px 8% 15px;
    text-align: center;
    background: #f3f3f3;
}
.contentarea form.wpcf7-form label {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 14px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 28px;
    font-size: 18px;
    letter-spacing: 2px;
}
.contentarea form.wpcf7-form input,
.contentarea form.wpcf7-form textarea {
    width: 100%;
    height: 36px;
    padding: 11px 13px;
    line-height: 20px;
    font-size: 11px;
    color: rgba(0, 0, 0, 0.5);
    border: 0;
    background: #fff;
    margin-bottom: 24px;
    border-left: 1px solid transparent;
}
.contentarea form.wpcf7-form textarea {
    resize: none;
    height: 116px;
    margin: 0 0 15px 0;
}
.contentarea form.wpcf7-form p {
    margin:0
}
.contentarea form.wpcf7-form div {
    /* float: left; */
    /* width: 33.3333%; */
    padding: 0 5px 10px;
}
.contentarea form.wpcf7-form div:last-child {
    padding-right: 0;
}
.contentarea form.wpcf7-form input[type="submit"] {
    padding: 10px 26px;
    text-transform: uppercase;
    line-height: normal;
    font-size: 13px;
    width: 250px;
    font-weight: normal;
    max-width: 100%;
    background: transparent;
    border: 1px solid #b6b6b6;
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: 0;
    margin-top: 16px;
    height: auto;
}
.contentarea form.wpcf7-form input[type="submit"]:hover,
.contentarea form.wpcf7-form input[type="submit"]:focus {
    color: #fff;
    background-color: #333;
    border-color: #333;
}


/**
 *	Page Default
 */

.page_featured_image{
	position:relative;
	min-height: 340px;
    margin-bottom: 64px;
    background-size: cover;
    background-position: center center;
    padding-top: 84PX;
}
.page_featured_image .page_featured_image_overlay{
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.3);
}
#default_page .col-md-9.pull-right {
    padding-left: 30px;
}
#default_page .col-md-9.pull-left {
    padding-right: 30px;
}
.page_featured_image h1 {
    position: relative;
	z-index:5;
	text-align: center;
    text-transform: uppercase;
	line-height: 60px;
	font-size:60px;
	color:#fff;
}
.page_featured_image h1 span {
    display: block;
    font-size: 13px;
    opacity: 0.5;
	color:#fff;
}
.page_featured_image h1:after {
    height: 1px;
    width: 20px;
    background-color: #fff;
    position: absolute;
    content: '';
    bottom: -17px;
    left: 50%;
	margin-left:-10px;
}


/**
 *	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;
}
#authors_list_page .author_icons a{
	margin:0 15px 10px;
}


/**
 *	404 Page
 */

body.error404 #page-content{
    padding-top: 0;
}
body.error404 #page-content .error404_bg{
    background-image: url(../images/404.jpg);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
body.error404 .instagram_wrap {
    margin-top: 0;
}
#error404_container {
    padding: 258px 0;
}
#error404_container.page_404_bg {
    background-size: cover;
    background-position: center center;
}
#error404_container h1 {
    margin-bottom: 20px;
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
    position: relative;
}
#error404_container h1:after {
    width: 20px;
    content: '';
    height: 1px;
    background: #000;
    position: absolute;
    bottom: -17px;
    left: 49.5%;
}
#error404_container h2 {
    margin: 0 auto;
    margin-bottom: 29px;
    line-height: 39px;
    font-size: 22px;
    max-width: 100%;
    width: 500px;
}
#error404_container .search_form_wrap {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 572px;
    margin-bottom: 80px;
}
#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: 50px;
    text-align: left;
    padding: 0 58px 0 30px;
    text-transform: none;
}
#error404_container .search_form .search-submit {
    overflow: hidden;
    position: absolute;
    z-index: 3;
    top: 0;
    display: block;
    width: 40px;
    height: 40px;
    opacity: 0;
    right: 0;
}
#error404_container .search_form_wrap i {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 11px;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 48px;
    font-size: 21px;
}
#error404_container .btnback{
    padding: 10px 45px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: normal;
    font-size: 13px;
    border: 0;
    background: transparent;
    border: 1px solid #000;
    color: #000;
    letter-spacing: 0;
}
#error404_container .btnback:hover {
    color: #fff !important;
}


/**
 *	Search Result Page
 */
/* Search Result Page (no result) */

#blog_list.blog_list_style_default.search-result-list article {
    margin-bottom: 50px;
}
#blog_list.blog_list_style_default.search-result-list .post-meta {
    padding-bottom: 0;
    color: rgba(51, 51, 51, 0.5);
}
#blog_list.blog_list_style_default.search-result-list .post-meta .post-meta-date {
    color: rgba(51, 51, 51, 0.5);
}
#blog_list.blog_list_style_default.search-result-list .has-post-thumbnail .post-content-wrapper {
    position: relative;
    padding: 0 0 0 330px;
    min-height: 220px;
    background: none;
}
#blog_list.blog_list_style_default.search-result-list h2.post-title a {
    color: #333;
}
#blog_list.blog_list_style_default.search-result-list .post_content_readmore {
    color: rgba(51, 51, 51, 0.5);
}
.search-result-list .post-content-wrapper a.featured_image {
    position: absolute;
    left: 0;
    top: 5px;
    display: block;
    width: 300px;
}
.search-result-list .post-content-wrapper .post-meta span.blog_meta_category {
    padding-right: 20px;
}
.search-result-list .post-content-wrapper .post-meta span.blog_meta_category a {
    color: #999;
}


/**
 *	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{
	margin:0 0 13px;
	padding:0 30%;
	text-transform:uppercase;
	line-height:42px;
	font-size:34px;
	color:#fff;
}
.coming_soon_wrapper .coming_subtitle{
	margin:0;
	line-height:26px;
	font-size:12px;
	color:#fff;
}


/* Countdown */
.coming_soon_wrapper ul.countdown{
	margin:0;
	padding:0 0 58px;
	list-style:none;
	color:#fff;
}
.coming_soon_wrapper ul.countdown li{
	position:relative;
	display:inline-block;
	vertical-align:top;
	min-width:280px;
}
.coming_soon_wrapper ul.countdown li:before{
	content:'';
	position:absolute;
	right:0;
	top:45px;
	width:2px;
	height:100px;
	background-color:rgba(255,255,255,0.6);
	transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
}
.coming_soon_wrapper ul.countdown li:last-child:before{
	display:none;
}
.coming_soon_wrapper ul.countdown li span{
	display:block;
	font-weight:700;
	line-height:137px;
	font-size:128px;
	letter-spacing:2px;
}
.coming_soon_wrapper ul.countdown li p{
	margin:0;
	padding:0;
	text-transform:uppercase;
	font-weight:700;
	line-height:32px;
	font-size:14px;
	letter-spacing:2px;
}

.comingsoon_subscribe_form{
	margin:0 22px;
}
.comingsoon_subscribe_form .mc4wp-form{
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:370px;
}
.comingsoon_subscribe_form .mc4wp-form label{
	display:none;
}
.comingsoon_subscribe_form .mc4wp-form p{
	display:none;
}
.comingsoon_subscribe_form .mc4wp-form input[type="email"]{
	display:block;
	width:100%;
	height:50px;
	padding:12px 60px 12px 20px;
	margin:0;
	text-transform:none;
	font-size:14px;
	color:rgba(255,255,255,0.6);
	border:0;
	border-bottom:1px solid #fff;
	background:none;
	transition: color 0.2s ease-in-out;
}
.comingsoon_subscribe_form .mc4wp-form input[type="email"]:focus{
	color:#fff;
}
.comingsoon_subscribe_form button[type="submit"]{
	overflow:hidden;
	position:absolute;
	top:0;
	right:0;
	display:block;
	padding:0;
	width:50px;
	height:50px;
	color:#fff;
	background:none;
	transition: opacity 0.2s ease-in-out;
}
.comingsoon_subscribe_form button[type="submit"]:hover{
	opacity:0.6;
}
.comingsoon_subscribe_form button[type="submit"] span{
	display:none;
}

.coming-soon-social-links{
	margin-top:77px;
	margin-bottom:52px;
}
.coming-soon-social-links .social_link{
	margin:0 10px;
	width:24px;
	height:24px;
	line-height:24px;
	font-size:22px;
	color:#fff;
}
.coming-soon-social-links .social_link:hover{
	opacity:0.6;
	color:#fff !important;
}



/**
 *	Portfolio Page Masonry
 */


#portfolio_list{
	margin-bottom:60px;
	padding-top:64px;
}

/* 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;
}

/* filter */
.filter_block ul{
	margin:0 15px 57px;
	padding-bottom:29px;
	list-style:none;
	text-align:center;
	border-bottom:1px solid #eee;
}
.filter_block li{
	display:inline-block;
	vertical-align:top;
	margin:0 12px 5px;
}
.filter_block li a{
	position:relative;
	display:block;
	text-transform:uppercase;
	font-weight:400;
	line-height:26px;
	font-size:14px;
	color:#999;
}
.filter_block li.selected a{
	color:#333;
}
.filter_block li a:before{
	content:'';
	position:absolute;
	left:50%;
	bottom:-35px;
	width:0;
	height:1px;
	transition: all 0.2s ease-in-out;
}
.filter_block li.selected a:before{
	left:0;
	width:100%;
}

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.wide article.portfolio{
	margin-right:-1px;
}

#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:60px;
}
#portfolio_related_list .portfolio_descr_wrap,
#portfolio_list .portfolio_descr_wrap{
	position:relative;
	padding-top:20px;
	padding-left:90px;
}
#portfolio_related_list .portfolio_descr_wrap .portfolio_likes,
#portfolio_list .portfolio_descr_wrap .portfolio_likes{
	position:absolute;
	left:15px;
	top:29px;
	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_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 i:before,
#portfolio_list .portfolio_format_content i:before{
	content:'';
	position:absolute;
	left:0;
	top:19px;
	width:100%;
	height:1px;
	background-color:rgba(0,0,0,0.8);
}
#portfolio_related_list .portfolio_format_content i:after,
#portfolio_list .portfolio_format_content i:after{
	content:'';
	position:absolute;
	left:19px;
	top:0;
	width:1px;
	height:100%;
	background-color:rgba(0,0,0,0.8);
}
#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: 100%;
}
#portfolio_related_list .portfolio_format_content:hover .img_overlay,
#portfolio_list .portfolio_format_content:hover .img_overlay{
    border-width: 40px;
}


/**
 *	Single Portfolio Post
 */

#portfolio_single_wrap{
	margin-top:60px;
}
#portfolio_single_wrap .col-md-8 > div{
	padding-right:30px;
}

.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;
	text-transform:uppercase;
	font-weight:400;
	color:rgba(0,0,0,0.5);
}

/* Portfolio Format Gallery */
.portfolio_format_content .post-slider.owl-carousel .owl-controls{
	position:static;
}
.portfolio_format_content .post-slider.owl-carousel .owl-prev,
.portfolio_format_content .post-slider.owl-carousel .owl-next{
	top:50%;
	width:26px;
	height:48px;
	margin-top:-24px;
	opacity:0;
	transition: opacity 0.2s ease-in-out, left 0.2s ease-in-out, right 0.2s ease-in-out;
}
.portfolio_format_content .post-slider.owl-carousel .owl-controls .owl-nav .owl-prev{
	left:20px !important;
}
.portfolio_format_content .post-slider.owl-carousel:hover .owl-controls .owl-nav .owl-prev{
	left:60px !important;
	opacity:1;
}
.portfolio_format_content .post-slider.owl-carousel .owl-controls .owl-nav .owl-next{
	right:20px !important;
}
.portfolio_format_content .post-slider.owl-carousel:hover .owl-controls .owl-nav .owl-next{
	right:60px !important;
	opacity:1;
}
.portfolio_format_content .post-slider.owl-carousel .owl-prev:before{
	content:'';
	position:absolute;
	left:-5px;
	top:11px;
	width:35px;
	height:2px;
	border-radius:2px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	background-color:rgba(255,255,255,0.5);
	transition: background-color 0.2s ease-in-out
}
.portfolio_format_content .post-slider.owl-carousel .owl-prev:after{
	content:'';
	position:absolute;
	left:-5px;
	bottom:11px;
	width:35px;
	height:2px;
	border-radius:2px;
	background-color:rgba(255,255,255,0.5);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transition: background-color 0.2s ease-in-out
}
.portfolio_format_content .post-slider.owl-carousel .owl-prev:hover:before,
.portfolio_format_content .post-slider.owl-carousel .owl-prev:hover:after{
	background-color:#fff;
}

.portfolio_format_content .post-slider.owl-carousel .owl-next:before{
	content:'';
	position:absolute;
	left:-5px;
	top:11px;
	width:35px;
	height:2px;
	border-radius:2px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	background-color:rgba(255,255,255,0.5);
	transition: background-color 0.2s ease-in-out
}
.portfolio_format_content .post-slider.owl-carousel .owl-next:after{
	content:'';
	position:absolute;
	left:-5px;
	bottom:11px;
	width:35px;
	height:2px;
	border-radius:2px;
	background-color:rgba(255,255,255,0.5);
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transition: background-color 0.2s ease-in-out
}
.portfolio_format_content .post-slider.owl-carousel .owl-next:hover:before,
.portfolio_format_content .post-slider.owl-carousel .owl-next:hover:after{
	background-color:#fff;
}

/* 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;
	padding-top:50px;
	border-top:1px solid #eee;
}
.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:400;
	line-height:22px;
	font-size:14px;
	letter-spacing:2px;
}
.portfolio_single_nav i{
	position:absolute;
	top:6px;
	left:0;
	width:14px;
	height:31px;
}
.portfolio_single_nav .pull-right i{
	left:auto;
	right:0;
}
.portfolio_single_nav i.left:before{
	content:'';
	position:absolute;
	left:-4px;
	top:7px;
	width:22px;
	height:2px;
	border-radius:2px;
	transform: rotate(-47deg);
	-webkit-transform: rotate(-47deg);
	background-color:rgba(0,0,0,0.5);
	transition: background-color 0.2s ease-in-out
}
.portfolio_single_nav i.left:after{
	content:'';
	position:absolute;
	left:-4px;
	bottom:7px;
	width:22px;
	height:2px;
	border-radius:2px;
	background-color:rgba(0,0,0,0.5);
	transform: rotate(47deg);
	-webkit-transform: rotate(47deg);
	transition: background-color 0.2s ease-in-out
}
.portfolio_single_nav i.right:before{
	content:'';
	position:absolute;
	right:-4px;
	top:7px;
	width:22px;
	height:2px;
	border-radius:2px;
	transform: rotate(47deg);
	-webkit-transform: rotate(47deg);
	background-color:rgba(0,0,0,0.5);
	transition: background-color 0.2s ease-in-out
}
.portfolio_single_nav i.right:after{
	content:'';
	position:absolute;
	right:-4px;
	bottom:7px;
	width:22px;
	height:2px;
	border-radius:2px;
	background-color:rgba(0,0,0,0.5);
	transform: rotate(-47deg);
	-webkit-transform: rotate(-47deg);
	transition: background-color 0.2s ease-in-out
}
.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.05;
}
#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;
}


/**
 *	Subscribe Popup
 */

/* Right Fixed Buttons */
#right_fixed_btns{
	position:fixed;
	z-index:1010;
	top:50%;
	right:-150px;
	padding:20px;
	background-color:#fff;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transition: right 0.3s ease-in-out;
}
body.header-fixed #right_fixed_btns{
	right:-45px;
}
body.header-fixed #right_fixed_btns.has_cart_btn{
	right:-75px;
}


/* Subscription Form */
.subscription_popup_btn{
	display:inline-block;
	vertical-align:top;
	margin:0 10px;
}
.subscription_popup_btn a{
	display:block;
	text-transform:uppercase;
	line-height:24px;
	font-size:12px;
	color:#000;
	letter-spacing:2px;
	opacity:0.5;
	transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.subscription_popup_back{
	visibility:hidden;
	opacity:0;
	position:fixed;
	z-index:1003;
	left:0;
	top:0;
	width:100%;
	height:100%;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
body.subscription_popup_show .subscription_popup_back{
	visibility:visible;
	opacity:1;
	background-color:rgba(0,0,0,0.85);
}

.subscription_popup_wrap{
	position:fixed;
	visibility:hidden;
	opacity:0;
	z-index:1005;
	left:50%;
	top:80%;
	width:830px;
	text-align:center;
	transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
body.subscription_popup_show .subscription_popup_wrap{
	visibility:visible;
	opacity:1;
	top:50%;
}
.subscription_popup_close{
	position:absolute;
	top:25px;
	right:25px;
	width:32px;
	height:32px;
}
.subscription_popup_close:before,
.subscription_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: background-color 0.2s ease-in-out;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
}
.subscription_popup_close:before{
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
.subscription_popup_close:hover:before{
	background-color:#000;
}
.subscription_popup_close:after{
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
}
.subscription_popup_close:hover:after{
	background-color:#000;
}
.subscription_popup_content{
	padding:91px 70px 100px;
	background-color:#fff;
}
.subscription_popup_content .mc4wp-form{
	margin:0;
}
.subscription_popup_content .mc4wp-form p{
	float:right;
	display:inline-block;
	vertical-align:top;
	margin:0;
	width:36.5%;
}
.subscription_popup_content .mc4wp-form p:first-child{
	float:left;
	width:61%;
}
.subscription_popup_content .mc4wp-form-fields > p{
	float:none !important;
	display:block;
	width:calc(100% + 280px) !important;
	margin:0 -140px 40px;
	text-transform:uppercase;
	line-height:28px;
	font-size:20px;
	color:#000;
}
.subscription_popup_content .mc4wp-form{
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:370px;
}
.subscription_popup_content .mc4wp-form label{
	display:none;
}
.subscription_popup_content .mc4wp-form input[type="email"]{
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:50px;
	padding:12px 60px 12px 20px;
	margin:0 -60px 0 0;
	text-transform:none;
	font-size:14px;
	color:rgba(0,0,0,0.6);
	border:0;
	border-bottom:1px solid #000;
	background:none;
	transition: color 0.2s ease-in-out;
}
.subscription_popup_content .mc4wp-form input[type="email"]:focus{
	color:#000;
}
.subscription_popup_content button[type="submit"]{
	overflow:hidden;
	display:inline-block;
	vertical-align:top;
	margin:0;
	padding:0;
	width:50px;
	height:50px;
	color:#000;
	background:none;
	transition: opacity 0.2s ease-in-out;
}
.subscription_popup_content button[type="submit"]:hover{
	opacity:0.6;
}
.subscription_popup_content button[type="submit"] span{
	display:none;
}


/**
 * Footer
 */

#prefooter_area .container{
    border-bottom:1px solid rgba(255,255,255,0.15);
}
#prefooter_area aside .widget-title:before{
	background-color:rgba(255,255,255,0.15);
}
#prefooter_area aside.widget {
    padding-bottom: 0;
    border-bottom: 0;
}
#prefooter_area .widget_meta li a:hover,
#prefooter_area .widget_archive li a:hover,
#prefooter_area .widget_categories li a:hover,
#prefooter_area .widget_recent_entries li a:hover,
#prefooter_area .widget_recent_comments li a{
	opacity:1;
}
#prefooter_area .tagcloud a{
	transition: opacity 0.2s ease-in-out;
}
#prefooter_area .tagcloud a:hover{
	opacity:1;
}
#prefooter_area .recent_posts_list.grid .recent_post_title a:hover{
	opacity:0.7;
}
#prefooter_area .recent_posts_list.grid .recent_post_title{
	line-height:30px;
	font-size:20px;
}
#prefooter_area .recent_posts_list.grid .recent_posts_img{
	width:35%;
}


footer {
    overflow: hidden;
	background: #000;
    color: #fff;
}
footer .container {
    padding: 62px 0 49px;
}
.first-row {
    padding-bottom: 30px;
}
footer .menu-bottom-menu ul {
    list-style-type: none;
    margin: 0;
}
footer .menu-bottom-menu li {
    margin: 0 30px 0 0;
    display: inline-block;
}
footer .menu-bottom-menu li a{
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 33px;
}
footer .menu-bottom-menu li a:hover,
footer .menu-bottom-menu li a:focus{
    color: rgba(255, 255, 255, 0.52) !important;
}
footer .copyright {
    padding: 5px 0;
    line-height: 20px;
    font-size: 12px;
    opacity: 0.7;
}
.mc4wp-form-fields {
    position: relative;
}
footer .mc4wp-form-fields input{
	width:100%;
}
footer .mc4wp-form-fields button {
    position: absolute;
    top: 4.5px;
    right: 8px;
    padding: 0;
    background: 0;
    color: #000;
    font-size: 20px;
}
footer .mc4wp-form-fields button span {
    display: none
}
footer .mc4wp-form-fields p {
    display: none
}
.mc4wp-form-fields button:hover {
    background: 0;
}
footer .btn-scroll-top{
    display: inline-block;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 11px;
    letter-spacing: 1px;
    color:#fff;
	opacity:0.7;
	transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
}
footer .btn-scroll-top:hover{
    opacity:1;
}
footer .btn-scroll-top i{
    vertical-align: top;
    margin-left: 9px;
    font-size: 12px;
    line-height: 26px;
	color:#fff;
    transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
}
footer .social_link{
	opacity:0.4;
	transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
}
footer .social_link:hover{
	opacity:1;
}

/* type 2 */
footer.footer_type2 .footer_descr_wrap{
	padding:0 24% 30px;
	line-height:26px;
	font-size:16px;
	opacity:0.5;
}
footer.footer_type2 .social_links_wrap{
	margin-bottom:27px;
}
footer.footer_type2 .scroll_top_wrap{
	margin-bottom:30px;
}
footer.footer_type2 .logo_wrap{
	margin-bottom:23px;
}
footer.footer_type2 .social_link{
	margin:0 13px;
}

/* type 3 */
footer.footer_type3 .social_link{
	margin:0 0 0 25px;
	font-size:24px;
}

/* type 4 */
footer.footer_type4 .social_link{
	margin:0 13px;
	font-size:24px;
}


#page-wrap .instabox{
	margin-right:-6px;
}
#sb_instagram.sbi_col_6 #sbi_images .sbi_item{
	margin-right:-1px !important;
}


/**
 * Custom class styles 
 */   
 
.mt-40{ margin-top: -40px; }
.mt0{ margin-top: 0; }
.mt40{ margin-top: 40px; }

.mb0{ margin-bottom: 0 !important; }
.mb10{ margin-bottom: 10px; }
.mb15{ margin-bottom: 15px; }
.mb20{ margin-bottom: 20px; }
.mb25{ margin-bottom: 25px; }
.mb30{ margin-bottom: 30px; }
.mb35{ margin-bottom: 35px; }
.mb40{ margin-bottom: 40px; }
.mb50{ margin-bottom: 50px; }
.mb55{ margin-bottom: 55px; }
.mb60{ margin-bottom: 60px; }
.mb80{ margin-bottom: 80px !important; }

.ml-40{ margin-left: -40px; }

.mr-40{ margin-right: -40px; }
.mr10{ margin-right: 10px; } 