@charset "UTF-8";
.not_responsive_blog_temp{
	overflow:hidden;
	margin:0 auto;
	min-width:1200px;
	max-width:1676px;
}



#newkala_header_blog{
	height: 80px;
	background-color: #fff;
	z-index: 6;
}
.main_newkala_header_blog{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.container_logo_hashtag, .container_search_loginregister{
    display: flex;
    align-items: center;
}
.blog_logo{
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 280px;
    overflow: hidden;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -1000px;
	position:relative;
}
.blog_logo a{
	position:absolute;
	width:100%;
	height:100%;
	display:block;
	top: 0;
	right: 0;
}
.container_search_loginregister .border-between{
	border-left: 1px solid #f3f3f3;
	height: 68px;
	-ms-flex-item-align: center;
	-webkit-align-self: center;
	-ms-grid-row-align: center;
	align-self: center;
	margin-right: 5px;
}
.popular_hashtag{
    padding-right: 10px;
    display: flex;
    align-items: center;
}
.all_hashtag_blog{
    margin-right: 10px;
    padding: 0 15px;
    background-color: #f6f5f4;
    border-radius: 50px;
    overflow: hidden;
}
.all_hashtag_blog a{
    display: inline-block;
    color: #32b4fd;
    padding: 13px 8px;
}
.frm_search_blog{
    overflow: hidden;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
    margin-right: 15px;
}
.frm_search_blog input[type="text"]{
    padding: 0;
    margin: 0;
    width: 240px;
    height: 35px;
    border: 0;
    background-color: #ffffff;
    box-sizing: border-box;
    padding-right: 10px;
    border-left: 1px solid #e1e1e1;
}
.frm_search_blog button[type="submit"]{
    padding: 0;
    margin: 0;
    width: 35px;
    height: 35px;
    border: 0;
    background-color: #f3f3f3;
    box-sizing: border-box;
}
.frm_search_blog button[type="submit"]:before{font-family:onliner;content:"\E08F";font-size: 20px;color: #949494;line-height: 35px;}
.main_newkala_header_blog .main_login_register{}
.top_content_page_blog{
    display: flex;
    justify-content: space-between;
}
.top_content_page_blog aside.sidebar_top_blog{
    width: 280px;
}
.top_content_page_blog section.content_top_blog{width: calc(100% - 300px);padding-top: 20px;}
#mega-menu-wrap-blog-menu{
box-shadow: 0px 10px 10px #ccc !important;
padding-top: 10px !important;
padding-bottom: 1px !important;
}
#mega-menu-wrap-blog-menu #mega-menu-blog-menu li.mega-menu-item a.mega-menu-link:before{
	font-size:25px !Important;
	padding-left:15px !Important;
}
.main-top-blog-widget{margin-top:20px;}
.top_banner_wide_blog{display:block;margin:auto;margin-bottom: 15px;}
.main_last_post_top_blog{
    display: flex;
    justify-content: space-between;
}
.main_last_post_top_blog .last_post_top_blog{ width: calc(100% - 275px);}
.last_post_top_blog{

    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -22px !important;
}
.last_post_top_blog .type-post{-webkit-transition: all .1s ease-in-out;-moz-transition: all .1s ease-in-out;-o-transition: all .1s ease-in-out;transition: all .1s ease-in-out;-ms-flex: 0 0 23.5%;flex: 0 0 31.33333333333333%;max-width: 31.33333333333333%;position: relative;box-shadow: 0px 0px 10px #e5e5e5;background-repeat: no-repeat;background-size: cover;background-position: center center;margin-bottom: 25px;height: 230px;}
.last_post_top_blog .type-post h2{
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    line-height: 20px;
    font-size: 15px;
    padding: 15px 15px;
    font-weight: 700;
    box-sizing: border-box;
    z-index:10;
    margin-bottom: 0;
}
.last_post_top_blog .type-post h2{
	color: #000;
}
.last_post_top_blog .type-post a{
	display:block;
	width:100%;
	height:100%;
	top:0;
	z-index:99;
	position:absolute;
}
.last_post_top_blog .type-post:before{
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
	opacity:0;
	background:#fff;
	-webkit-transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-ms-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
}
.last_post_top_blog .type-post:hover:before{
	opacity:0.5;
}
.side_banner_wide_blog{
    max-width: 250px;
}
.main_posts_slider{
	background-color: #eee;
	cursor: -webkit-grab;
	cursor: grab;
	padding: 0 20px 40px;
	margin-top:20px;
}
.slider-posts-button{
    position: absolute;
    top: 50%;
    width: 120px;
    height: 140px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-color: white;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    box-shadow: -20px 0px 100px 18px #e9e9e9;
    cursor: pointer;
    line-height: 150px;
}
.slider-posts-button:before{
    font-family: onliner;
    font-size: 30px;
    display: inline-block;
    color: rgb(134, 134, 134);
}
.slider-posts-button.slider-posts-button-prev{
    right: -60px;
}
.slider-posts-button.slider-posts-button-prev:before{
	content: "\E011";
	padding-right: 70px;
}
.slider-posts-button.slider-posts-button-next{
    left: -60px;
}
.slider-posts-button.slider-posts-button-next:before{

content: "\E00F";

padding-right: 18px;
}
.slider-posts-button.swiper-button-disabled{opacity: 0;}


.posts_blog{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px}
.posts_blog article.post{-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;transition:all .1s ease-in-out;-ms-flex:0 0 23.5%;flex:0 0 23.5%;max-width:23.5%;background-color:#fff;box-shadow:0 0 5px 0 rgba(0,0,0,.1);box-sizing:border-box;overflow:hidden;border-radius:5px;margin-left:1.5%;margin-bottom:20px;position:relative;padding-bottom:15px}
.posts_blog article.post:hover{box-shadow:0 0 30px 0 rgba(0,0,0,.2)}
.posts_blog article.post .main-wp-post-image{overflow:hidden;position:relative}
.posts_blog article.post .main-wp-post-image a.cat_of_post{position:absolute;left:15px;top:15px;z-index:4;color:#fff;background-color:#0eabef;font-size:12px;padding:6px 12px;border-radius:15px}
.posts_blog article.post .main-wp-post-image .main_post_meta{position:absolute;width:100%;height:50%;bottom:0;right:0;z-index:3;background:-webkit-gradient(linear,left bottom,left top,from(#2f2727),to(transparent));background:linear-gradient(to top,#2f2727,transparent)}
.posts_blog article.post .main-wp-post-image .main_post_meta span.comment_number{position:absolute;bottom:10px;left:15px;color:#fff}
.posts_blog article.post .main-wp-post-image .main_post_meta span.comment_number:before{content:"\E029";font-family:onliner;float:right;margin:0 0 0 5px;font-size:12px}
.posts_blog article.post img.wp-post-image{width:100%}
.posts_blog article.post h3.entry-title{text-align:center;font-size:17px;line-height:30px}
.posts_blog article.post h3.entry-title:after{content:'';width:50px;border-top:2px solid #63d0df;display:inline-block;line-height:0;margin:-12px 0 18px}
.posts_blog article.post h3.entry-title a{color:#666;display:block;padding:20px 40px}
.posts_blog article.post .entry-summary{padding:0 25px 30px;text-align:center;font-size:13px;line-height:25px;cursor:default}
.posts_blog article.post .author{display:flex;align-items:center;position:absolute;bottom:10px;right:15px}
.posts_blog article.post .author img{border-radius:50%;margin-left:5px}
.posts_blog article.post .author a{font-size:13px;color:#666}
.posts_blog article.post .human_time_diff{position:absolute;left:15px;bottom:17px;font-size:13px;color:#999}


.container_newkala_posts_slider article.post{-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;transition:all .1s ease-in-out;background-color:#fff;box-shadow:0 0 5px 0 rgba(0,0,0,.1);box-sizing:border-box;overflow:hidden;border-radius:5px;margin-left:1.5%;position:relative;padding-bottom:15px;min-height: 360px;}
.container_newkala_posts_slider article.post:hover{box-shadow:0 0 30px 0 rgba(0,0,0,.2)}
.container_newkala_posts_slider article.post .main-wp-post-image{overflow:hidden;position:relative}
.container_newkala_posts_slider article.post .main-wp-post-image a.cat_of_post{position:absolute;left:15px;top:15px;z-index:4;color:#fff;background-color:#0eabef;font-size:12px;padding:6px 12px;border-radius:15px}
.container_newkala_posts_slider article.post .main-wp-post-image .main_post_meta{position:absolute;width:100%;height:50%;bottom:0;right:0;z-index:3;background:-webkit-gradient(linear,left bottom,left top,from(#2f2727),to(transparent));background:linear-gradient(to top,#2f2727,transparent)}
.container_newkala_posts_slider article.post .main-wp-post-image .main_post_meta span.comment_number{position:absolute;bottom:10px;left:15px;color:#fff}
.container_newkala_posts_slider article.post .main-wp-post-image .main_post_meta span.comment_number:before{content:"\E029";font-family:onliner;float:right;margin:0 0 0 5px;font-size:12px}
.container_newkala_posts_slider article.post img.wp-post-image{width:100%}
.container_newkala_posts_slider article.post h3.entry-title{text-align:center;font-size: 14px;line-height:30px;}
.container_newkala_posts_slider article.post h3.entry-title:after{content:'';width:50px;border-top:2px solid #63d0df;display:inline-block;line-height:0;margin:-12px 0 18px}
.container_newkala_posts_slider article.post h3.entry-title a{color:#666;display:block;padding: 20px 10px;}
.container_newkala_posts_slider article.post .entry-summary{padding:0 25px 30px;text-align:center;font-size:13px;line-height:25px;cursor:default}
.container_newkala_posts_slider article.post .author{display:flex;align-items:center;position:absolute;bottom:10px;right:15px}
.container_newkala_posts_slider article.post .author img{border-radius:50%;margin-left:5px}
.container_newkala_posts_slider article.post .author a{font-size:13px;color:#666}
.container_newkala_posts_slider article.post .human_time_diff{position:absolute;left:15px;bottom:17px;font-size:13px;color:#999}
#mobile_header_blog_newkala{
	display:none;
	justify-content:space-between;
	align-items:center;
	min-height: 50px;
	background: #fff;
	margin-bottom: 10px;
	padding: 0 10px;
}
#mobile_header_blog_newkala .mega-menu-toggle-block{cursor:pointer;}
#mobile_header_blog_newkala .mega-menu-toggle-block i:after {
    content: '\f333';
    font-family: 'dashicons';
    font-size: 30px;
    color: #9d9d9d;
    margin: 0 0 0 5px;
}
.main_menus_my_accounts{position:relative;}
body.page-template-page-blog.loggedout .main_login_register{padding: 0 5px !important;}
body #mega-menu-wrap-blog-page-menu #mega-menu-blog-page-menu li.mega-menu-item a.mega-menu-link:before{
	font-size: 20px ;
    margin-left: 5px;
}

.nk_container_top_footer{background-color: #6b7074;margin-top: 60px;padding: 11px 0;}
.nk_inside_container_top_footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}
.nk_container_top_footer span.title-collaborative-media{
    padding-left: 50px;
}
.nk_container_top_footer .footer-logo-blog{
    max-width: 140px;
    height: auto;
}
.nk_container_top_footer .collaborative-media{
    display: flex;
    align-items: center;
}
#nk_footer_blog{
	background-color: #5a5f64;
	color: #a6a9ab;
	overflow: hidden;
}
.first_container_footer_blog{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
ul.nk_menu_footer_blog{
    display: flex;
    justify-content: flex-start;
}
ul.nk_menu_footer_blog li{}
ul.nk_menu_footer_blog li a{
    display: block;
    color: #fff;
    font-size: 13.5px;
    padding-left: 30px;
    white-space: nowrap;
}
.main_newsletter_footer_blog{
    display: flex;
    align-items: center;
}
.main_newsletter_footer_blog span{
    color: #fff;
}
.main_newsletter_footer_blog .nk_main_fields_newsletter{
    display: flex;
    margin-right: 15px;
}
.second_container_footer_blog{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 40px;
}
.second_container_footer_blog .nk_copyright_blog{}
.nk_socials_footer{
    display: flex;
}
.nk_socials_footer a{
    color: #a6a9ab;
    font-size: 23px;
    margin-right: 10px;
    opacity: 0.6;
}
.nk_socials_footer a:hover{
	opacity:1;
}
/* .nk_socials_footer a i{    font-family: FontAwesome !important;} */
.nk_socials_footer a.nk_aparat_page:before{content:"\E0B7\00FE0E";font-family: nk3;font-size: 29px;line-height: 29px;}
.nk_footer_input_newsletter{}
.nk_footer_input_newsletter .nk_input_phone_newsletter{
    background-color: transparent;
    border: 1px solid #888888;
    border-radius: 15px;
    width: 235px;
    padding: 0 10px;
    height: 32px;
    color: #fff;
}
.nk_footer_input_newsletter button{
    color: #fff;
    background-color: #63d0df;
    border: 0;
    border-radius: 16px;
    padding: 0 30px;
    height: 33px;
}
/**********************************************************************************************************************/
/****************                                                                           ***************************/
/****************                                                                           ***************************/
/****************                        BEGGIN RESPONSIVE STYLES                           ***************************/
/****************                                                                           ***************************/
/**********************************************************************************************************************/

@media only screen and (min-width : 768px) and (max-width : 1170px) {
	.right_banner_side{display:none;}
	.last_post_top_blog{width: 100% !important;}
	.popular_hashtag{display:none;}
	#newkala_header_blog .main_login_register{position:static;left:unset;top:unset;}

	aside.main_blog_sidebar{display:none;}
	.content_right_blog{width:100%;}
	.posts_blog article.post{flex: 0 0 32%;max-width: 32%;margin-left: 1%;}

}
@media only screen and (max-width : 768px){
	#newkala_header_blog{display:none;}
	#mobile_header_blog_newkala{display:flex;}
	aside.sidebar_top_blog{display:none;}
	.right_banner_side{display:none;}
	.top_content_page_blog section.content_top_blog{width:100%;}
	.last_post_top_blog{width: 100% !important;justify-content: space-around;}
	.last_post_top_blog .type-post{flex: 0 0 49% !important;max-width: 49% !important;}

	aside.main_blog_sidebar{display:none;}
	.content_right_blog{width:100%;}
	.posts_blog article.post{flex: 0 0 49%;max-width: 49%;margin-left: 1%;}
	.posts_blog{margin-left:0;}
	#mega-menu-wrap-blog-page-menu{display:none !Important;}
	.slider-posts-button{display:none;}
	.first_container_footer_blog ul.nk_menu_footer_blog{display:none;}
	.nk_container_top_footer .collaborative-media{display:none;}
	.nk_inside_container_top_footer{justify-content:center;}
}
@media only screen and (max-width : 480px){

		.last_post_top_blog .type-post{flex: 0 0 100% !important;max-width: 100% !important;}
		aside.main_blog_sidebar{width:100%;display:block;margin-top:30px;}
		.content_right_blog{width:100%;}
		.posts_blog article.post{flex: 0 0 100%;max-width: 100%;margin-left: 0%;}
}



@media only screen and (max-width : 1170px){
	.first_container_footer_blog{display:block;}
	.first_container_footer_blog ul.nk_menu_footer_blog{width:100%;    justify-content: center;}
	.first_container_footer_blog .main_newsletter_footer_blog {align-items: center;flex-direction: column;margin: 35px 0 30px 0;}
	.first_container_footer_blog .nk_footer_input_newsletter {align-items: center;flex-direction: column;justify-content: center;display: flex;}
	.first_container_footer_blog .main_newsletter_footer_blog .nk_main_fields_newsletter{margin: 15px 0 0 0;}
	.nk_footer_input_newsletter .nk_input_phone_newsletter{margin-bottom: 15px;}
	.second_container_footer_blog{flex-direction: column;}
	.second_container_footer_blog .nk_copyright_blog{padding: 2px 0 25px 0;text-align: center;line-height: 25px;}
	.first_container_footer_blog ul.nk_menu_footer_blog li a{padding:0 15px;}


}
