/*
Theme Name: Writing | Shared By VestaThemes.com
Theme URI: http://ahmad.works/writing/
Author: Ahmad Abou Hashem
Author URI: https://ahmad.works/
Description: Minmal & Clean Blog Wordpress Theme.
Version: 3.660
License: Themeforest Split Licence
License URI: -
Text Domain: writing
Tags: black, white, two-columns, left-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

html {
	overflow-x: hidden;
}

body.asalah_system_fonts {
	font-family: '-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif';
}

body {
	font-family: 'Lora', serif;
	color: #222;
	font-size: 15px;
	line-height: 27px;
	overflow-x: hidden;
	word-break: break-word;
}

*, *:before, *:after {
	-webkit-font-smoothing: antialiased;
}

/* --------
start basic css style
------------------------------------------- */
.skin_color {
	color: #f47e00;
}
.skin_color_hover:hover {
	color: #f47e00;
}
.skin_bg {
	background-color: #f47e00;
}
.skin_bg_hover:hover {
	background-color: #f47e00;
}
.skin_border {
	border-color: #f47e00;
}
.skin_border_left {
	border-left-color: #f47e00
}
.skin_border_right {
	border-right-color: #f47e00;
}
.skin_border_top {
	border-top-color: #f47e00;
}
.skin_border_bottom {
	border-bottom-color: #f47e00;
}

a {
	color: #f47e00;
	-o-transition: color  0.2s ease-in;
	-webkit-transition: color  0.2s ease-in;
	-moz-transition: color  0.2s ease-in;
	transition: color  0.2s ease-in;
}

*:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
		box-shadow: none;
    outline: none;
    outline-offset: 0;
}

a:hover {
    text-decoration:none;
    color: #333;
}
a:focus {
    outline: none;
    outline-offset: 0;
    text-decoration:none;
    color: inherit;
}

img {
	max-width: 100%;
	height: auto;
}

figure {
	max-width: 100%;
}

iframe {
	max-width: 100%;
	border: none;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.text_left {
	text-align: left;
}

.text_right {
	text-align: right;
}

.text_center {
	text-align: center;
}

.title, .nav > li > a, h1, h2, h3, h3.comment-reply-title, h4, h5, h6 {
	color: #000;
}


.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6  {
	margin-top: 0;
	padding-top: 35px;
	margin-bottom: 10px;
}

.main_content.col-md-12 .entry-content h1, .main_content.col-md-12 .entry-content h2, .main_content.col-md-12 .entry-content h3, .main_content.col-md-12 .entry-content h4, .main_content.col-md-12 .entry-content h5, .main_content.col-md-12 .entry-content h6  {
	margin-top: 0;
	padding-top: 40px;
}

.entry-content h1 {
	font-size: 23px
}
.entry-content h2 {
	font-size: 22px
}
.entry-content h3 {
	font-size: 21px
}
.entry-content h4 {
	font-size: 20px
}
.entry-content h5 {
	font-size: 18px
}
.entry-content h6 {
	font-size: 16px
}

.main_content.col-md-12 .entry-content h1 {
	font-size: 23px
}
.main_content.col-md-12 .entry-content h2 {
	font-size: 22px
}
.main_content.col-md-12 .entry-content h3 {
	font-size: 21px
}
.main_content.col-md-12 .entry-content h4 {
	font-size: 20px
}
.main_content.col-md-12 .entry-content h5 {
	font-size: 18px
}
.main_content.col-md-12 .entry-content h6 {
	font-size: 16px
}

[set-animation] > * {
    visibility: hidden;
}

[data-animation] {
    visibility: hidden;
}

input[type="submit"] {
	background: none;
	border: none;
	background-color: #F0F0F0;
	border-radius: 30px;
	padding: 6px 19px;
}

input[type="search"], input[type="text"] {
	border: none;
	border-bottom: 2px solid #ccc;
	padding-bottom: 6px;
	font-weight: normal;
}

.asalah_row {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
}

.asalah_row:last-child {
    margin-bottom: 0;
}

.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth, .full_column, .custom_column, .one_seventh, .one_eighth, .one_ninth {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    border-width: 0;
    border-style: solid;
}

.one_half {
    width: 50%;
}

.full_column {
    width: 100%;
}

.one_third {
    width: 33.333%;
}

.two_third {
    width: 65.33%;
}

.one_fourth {
    width: 25%;
}

.three_fourth {
    width: 74%;
}

.one_fifth {
    width: 20%;
}

.two_fifth {
    width: 40%;
}

.three_fifth {
    width: 60%;
}

.four_fifth {
    width: 80%;
}

.one_sixth {
    width: 16.66666667%;
}

.five_sixth {
    width: 82.67%;
}

.one_seventh {
    width: 14.28571429%;
}

.one_eighth {
    width: 12.5%;
}

.one_ninth {
    width: 11.11111111;
}

/* --------
end basic css style
------------------------------------------- */

/* --------
start header css style
------------------------------------------- */
.top_menu_wrapper {
	-webkit-backface-visibility: hidden;
	position: relative;
	border-bottom: 1px solid #eee;
}

.top_header_items_holder .site_logo,
.top_header_items_holder .site_logo a {
	font-size: 25px;
	line-height: 49px;
}

.top_header_items_holder .site_logo {
	margin-right: 10px;
}

.top_header_items_holder .site_logo a {
	padding-bottom: 0px;
	display: block;
	word-break: normal;
	float: left;
}

.top_header_items_holder .logo_dot {
	font-size: 30px;
	display: block;
	line-height: 49px;
	float: left;
}

.site_logo_mobile_topbar {
	display: none;
}

.header_logo_wrapper {
	padding-top: 42px;
}

.default_logo {
    display: block;
}

.retina_logo {
    display: none;
}

@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .default_logo {
        display: none;
    }
    .retina_logo {
        display: block;
    }

    .no_retina_logo {
        display: block!important;
    }
}

.site_logo {
	font-weight: normal;
	margin: 0;
}

.site_logo, .site_logo a {
	font-weight: 800;
	letter-spacing: -0.5px;
	color: #222;
	font-size: 36px;
	line-height: 50px;
}

.site_logo a {
	padding-bottom: 10px;
  word-break: normal;
}

.site_logo a:hover {
	color: inherit;
}

.logo_wrapper {
	max-width: 80%;
	float: left;
}

.logo_type_image_text .asalah_logo {
	float: left;
}

.logo_type_image_text .logo_text_content {
	margin-left: 15px;
	float: left;
}

.top_menu_wrapper .logo_type_image_text .logo_text_content {
	margin-left: 5px;
}

.title_tagline_beside {
	margin-top: 18px;
	margin-left: 7px;
	display: inline-block;
}

.title_tagline_below {
	float: left;
	display: block;
	clear: both;
	margin-top: 10px;
	margin-bottom: 0;
	padding-top: 8px;
	border-top: 4px solid #eee;
}

.header_info_wrapper {
	width: 20%;
	float: right;
}

.user_info_button {
	width: 40px;
	height: 40px;
	display: inline-block;
	float: right;
	border-radius: 100px;
	overflow: hidden;
	border: 3px solid #efefef;
	text-align: center;
	line-height: 37px;
	margin-left: 6px;
	font-size: 14px;
	color: #444;
}

.user_info_button:hover {
	color: #f47e00;
}

.header_icons {
	margin-left: 30px;
	font-size: 14px;
}

.header_icons .social_icon {
	padding-top: 16px;
	display: inline-block;
	line-height: 21px;
	padding-bottom: 12px;
}

.header_social_icons a {
	margin-left: 12px;
	color: #000;
}

.header_social_icons a:hover {
	color: #f47e00;
}

.header_search {
	border-left: 1px solid #eee;
	padding: 16px 0;
	margin-left: 20px;
}
.header_search > form.search {
	position: relative;
	height: 100%;
	margin-left: 0px;
	margin-bottom: 0;
}

.header_search > form.search .search_text {
	width: 0;
	border: none;
	font-size: 12px;
	font-style: italic;
	height: auto;
	line-height: 16px;
	padding-top: 1px;
	padding-bottom: 0;
	padding-right: 14px;
	padding-left: 15px;
	margin-top: auto;
	margin-bottom: auto;
	padding-bottom: 0;
	-o-transition: all  0.2s ease-in;
	-webkit-transition: all  0.2s ease-in;
	-moz-transition: all  0.2s ease-in;
	transition: all  0.2s ease-in;
}

.header_search > form.search > i {
	position: absolute;
	right: 0px;
	line-height: 19px;
	height: 100%;
	border: none;
	width:24px;
	text-align: right;
	cursor: pointer;
	top: 50%;
	margin-top: -8px;
}

.header_search > form.search > i > .search_submit {
	position: absolute;
	right: 0px;
	top: 0;
	padding: 0;
	background-color: transparent;
	line-height: 19px;
	height: 100%;
	border: none;
	width:24px;
	text-align: right;
	display: none;
	cursor: pointer;
}


.expanded_search.header_search > form.search > i > .search_submit {
	display: block;
}

.expanded_search.header_search > form.search .search_text {
	width: 150px;
	padding-right: 22px;
}

.header_icons .social_icon a {
	color: #222;
}

/* start main menu */
.main_menu {
	padding: 0 0;
}

.nav > li > a {
	font-size: 14px;
	padding-top: 16px;
	padding-right: 0;
	padding-bottom: 13px;
	padding-left: 10px;
	padding-right: 10px;
	color: #555;
}

/*.nav > li:last-child > a {
	padding-right: 0;
}*/

.main_nav, .main_nav a {
	color: inherit;
}

.main_nav .current-menu-item, .main_nav .current-menu-item > a {
	color: #000;
}

.nav > li:first-child > a {
	margin-left: -12px;
}

.nav > li:last-child > a {
}

.nav > li > a:hover, .nav > li > a:focus, .nav > li.current-menu-ancestor > a {
    background-color: transparent;
		color: #000;
}

.main_menu .navbar .nav>li {
    text-align: center;
    padding-right: 26px;
}

.main_menu .navbar .nav>li>a {
    padding-left: 0;
    padding-right: 0;
    letter-spacing: 1px;
    color: #555;
    border-radius: 0px;
    font-size: 13px;
    font-weight: 500;
    -o-transition: padding 0.2s ease-in;
    -webkit-transition: padding 0.2s ease-in;
    -moz-transition: padding 0.2s ease-in;
    transition: padding 0.2s ease-in;
}
.main_menu .navbar .nav .dropdown-menu li > a {
    color: #555;
    border-bottom-color: #eee;
}

.main_menu .navbar .nav>li:last-child {
    padding-right: 0;
}

.main_menu .navbar .nav>li>a:focus, .main_menu .navbar .nav>li>a:hover {
    color: #333;
    background-color: transparent;
}

.main_menu .navbar .nav>li>a>i {
    color: #868686;
    clear: both;
    display: block;
    font-size: 22px;
    text-align: center;
    margin-bottom: 6px;
    text-align: center;
}

.main_menu .navbar .nav>li>a:hover>i {
    color: #26BDEF;
}

.main_menu .navbar .nav>li>a>img {
    display: block;
    font-size: 22px;
    margin-bottom: 6px;
    width: auto;
    max-height: 22px;
    margin: 0 auto 6px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}

.main_menu .navbar .nav>li.menu-item-language>a>img {
    display: inline-block;
    margin-right: 4px;
}

.navbar .nav>li>a>img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}

.main_menu .navbar .nav>li>a:hover>img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}

.container.bg-color {
	padding:0;
}

/* secondary-menu */

.main_menu.secondary-menu {
	display: block;
	width: 100%;
	margin-top: 10px;
}

.nav > li > a > img {
    max-width: none;
    max-height: 15px;
    margin-top: -3px;
    margin-right: 3px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
}

.dropdown-menu {
    border-radius: 0;
    padding: 0;
    border-left: 0;
    border-right: 0;
    min-width: 175px;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border:1px solid #eee;
}

.dropdown-submenu > .dropdown-menu {
    left: 100%;
    top: auto;
    margin-top: -37px;
    box-shadow: none;
    border: 1px solid #eee;
}
.dropdown-menu > li {
	white-space: nowrap;
}
.dropdown-menu > li > a {
    display: block;
    padding: 7px 14px;
    clear: both;
    font-weight: normal;
    line-height: 22px;
    white-space: inherit;
    font-size: 12px;
    /*border-bottom: 1px solid #eee;*/
    font-size: 13px;
    font-weight: normal;
    color: #444;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #222;
	background-color: #f4f4f4;
}

.dropdown-menu > li:last-child > a {
    border-bottom-width: 0;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #444;
    background-color: #F4F4F4;
}

.main_nav .current-menu-ancestor, .main_nav .current-menu-ancestor > a {
	color: #000;
}

.dropdown-menu .current-menu-ancestor, .dropdown-menu .current-menu-ancestor > a {
	color: #444;
	background-color: #F4F4F4;
}

.page_main_title {
	border: 1px solid #eee;
	border-radius: 30px;
	margin-bottom: 50px;
}


.page_main_title .title {
	border: none;
	background-color: #f2f2f2;
	border-radius: 30px;
	margin: 3px;
	padding: 8px 20px;
	font-size: 17px;
	float: left;
}

.taxonomy-description .archive_arrow {
	float: left;
	color: #8C8C8C;
	margin-right: 6px;
	margin-left: 6px;
}

.taxonomy-description .archive_arrow p {
	margin: 11px;
}
/* --------
end header css style
------------------------------------------- */


/* --------
start layout css style
------------------------------------------- */
/*@media screen and (min-width: 992px) {
	.container {
	  width: 990px;
	}

	.main_content.col-md-9 {
		width: 695px;
		padding-right: 30px;
	}

	.main_content.col-md-9.pull-right {
		padding-right: 15px;
		padding-left: 30px;
	}

	.side_content.col-md-3 {
		padding-left: 0;
		width: 295px;
	}

	.side_content.col-md-3.pull-left {
		padding-left: 15px;
		padding-right: 0;
	}
}*/

.site_content {
	padding-top: 38px;
	padding-bottom: 80px;
}

.main_content {
	position: relative;
}

.main_content.col-md-9 {
	width: 66.66666667%;
}

.side_content.col-md-3 {
	width: 33.33333333%;
}

@media screen and (max-width: 992px) {
	.sticky_header.sticky_logo_enabled .header_info_wrapper {
		display: none !important;
	}
	.sticky_header.sticky_logo_enabled .top_menu_wrapper {
		border-bottom: none;
	}
.col-md-9, .col-md-8 {
	width: 100%;
}
.col-md-3, .col-md-4 {
	width:100%;
}

.main_content.col-md-9 {
	width: 100%;
}

.side_content.col-md-3 {
	width: 100%;
}

.blog_posts_wrapper.list_blog_style .blog_post_banner,
.blog_posts_wrapper.banner_list_blog_style .blog_style_featured_other .blog_post_banner {
	margin-bottom: 28px !important;
}

.sticky_logo {
	top: 49px;
	z-index: 9999;
	width:100%;
	position: fixed;
	background: #fff;
padding-bottom: 10px !important;
padding-top: 10px !important;
z-index: 9999;
border-bottom: 1px solid #eee;
}

.admin-bar .sticky_logo {
	top: 81px;
}

.invisible_header_logo {
	opacity: 0;
	display: block !important;
}
}
@media screen and (max-width: 500px) {
	.blog_posts_wrapper.list_blog_style .post_thumbnail_wrapper,
	.blog_posts_wrapper.list_blog_style .post_info_wrapper,
	.blog_posts_wrapper.banner_list_blog_style .blog_style_featured_other .post_thumbnail_wrapper,
	.blog_posts_wrapper.banner_list_blog_style .blog_style_featured_other .post_info_wrapper {
		width: 100% !important;
	}
	.entry-content img.alignright,
	.entry-content img.alignleft {
		width: 100%;
		height: auto;
	}
}

.blog_posts_wrapper.list_blog_style .post_has_no_thumbnail .post_info_wrapper,
.main_content.col-md-9 .blog_posts_wrapper.list_blog_style .post_has_no_thumbnail .post_info_wrapper,
.blog_posts_wrapper.banner_list_blog_style .blog_style_featured_other .post_has_no_thumbnail .post_info_wrapper,
.main_content.col-md-9 .blog_posts_wrapper.banner_list_blog_style .blog_style_featured_other .post_has_no_thumbnail .post_info_wrapper {
	width: 100%;
}
.invisible_header_logo {
	display: none;
}

/* --------
end layout css style
------------------------------------------- */

/* --------
start posts grid css style
------------------------------------------- */

/*.posts_grid_wrapper {
	margin-top: 80px;
	margin-bottom: 20px;
}

.grid_slider.container {
	position: relative;
}

.posts_grid_nav_container ul.flex-direction-nav > li a {
	opacity: 0;
	display: inline;
	width: 50px;
	text-align: center;
	height: 80px;
	position: absolute;
	left: auto;
	right: auto;
	margin: auto;
	font-size: 40px;
	color: #f47e00;
	margin-top: -40px;
	-o-transition: all  0.3s ease-in;
	-webkit-transition: all  0.3s ease-in;
	-moz-transition: all  0.3s ease-in;
	transition: all  0.3s ease-in;
}

.posts_grid_nav_container ul.flex-direction-nav > li.flex-nav-prev a {
	left: 0px;
}

.posts_grid_nav_container ul.flex-direction-nav > li.flex-nav-next a {
	right: 0px;
}

.posts_grid_wrapper .grid_slider.container:hover .posts_grid_nav_container ul.flex-direction-nav > li.flex-nav-prev a {
	opacity: 1;
	left: -50px;
}

.posts_grid_wrapper .grid_slider.container:hover .posts_grid_nav_container ul.flex-direction-nav > li.flex-nav-next a {
	opacity: 1;
	right: -50px;
}

.posts_grid_wrapper .posts_grid_nav_container ul.flex-direction-nav > li a:hover {
	color: #333;
}

.posts_grid_nav_container ul.flex-direction-nav > li a:before {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	display: inline-block;
	color: inherit;
	line-height: 80px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.posts_grid_nav_container ul.flex-direction-nav > li.flex-nav-prev a:before {
	content: '\f100';
}

.posts_grid_nav_container ul.flex-direction-nav > li.flex-nav-next a:before {
	content: '\f101';
}

.posts_grid_wrapper > .container {
	width: 1200px;
}

.posts_grid_wrapper .posts_grid_row.row {
	margin-left: -4px;
	margin-right: -4px;
}

.posts_grid_wrapper .posts_grid_item.col-md-4 {
	margin-top: 8px;
}

.posts_grid_wrapper .posts_grid_item {
	padding-left: 4px;
	padding-right: 4px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.posts_grid_wrapper .posts_grid_item .posts_grid_caption{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px 30px;
}

.posts_grid_wrapper .posts_grid_item .posts_grid_caption .title {
	color: #333;
	display: inline;
	font-size: 16px;
	line-height: 27px;
	background-color: #fff;
	padding: 10px;
}*/

/* --------
end posts grid css style
------------------------------------------- */

/* --------
start blog post css style
------------------------------------------- */
.blog_posts_list {
	/*font-size: 16px;
	line-height: 27px;*/
}
.blog_post_title .title {
	/*font-size: 26px;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 2px;
	letter-spacing: 0.8px;
	line-height: 35px;*/
	font-size: 23px;
	margin-top: 0;
	margin-bottom: 2px;
	letter-spacing: 0.8px;
	line-height: 32px;
}

.main_content.col-md-12 .blog_posts_list .blog_post_text {
	/*font-size: 16px;*/
}

.blog_single .blog_post_text {
	font-size: 16px;
	line-height: 28px;
}

.main_content.col-md-12 .blog_single .blog_post_title .title {
	font-size: 23px;
}

.main_content.col-md-12 .blog_single .blog_post_text {
	font-size: 16px;
	line-height: 29px;
	margin-top: 14px;
}

.main_content.col-md-12 .blog_single .blog_post_text p {
	margin: 21px 0;
}

.blog_post_text {
	margin-top: 14px;
	font-size: 14px;
line-height: 26px;
}

.blog_page_single .blog_post_text {
	margin-top: 0;
}

.blog_page_single .blog_post_text p:first-child{
	margin-top: 0;
}

.blog_posts_wrapper.default_blog_style {
	margin-top: 22px;
}

.blog_posts_wrapper.default_blog_style .blog_post_banner {
	margin-top: 16px;
	margin-bottom: 24px;
}

.blog_posts_wrapper.default_blog_style .blog_post_title .title {
	margin-top: -6px;
}

.blog_posts_list .blog_post_title .title {
}

.blog_post_title .title a {
	color: inherit;

}

.blog_post_banner {
	margin-top: 26px;
	margin-bottom: 21px;
}

.blog_posts_wrapper.banners_blog_style .blog_post_banner,
.blog_posts_wrapper .blog_post_container.blog_style_featured_first .blog_post_banner {
	margin-top: 0;
}

.blog_post_banner.blog_post_image {
	border-radius: 10px;
	overflow: hidden;
}

.blog_post_banner.blog_post_image img {
	border-radius: 10px;
}

.blog_post_banner.blog_post_video {
	border-radius: 6px;
	overflow: hidden;
}

.blog_post_banner img {
	width: 100%;
	height: auto;
}

.blog_post_meta .blog_meta_item {
	float: left;
	margin-right: 18px;
}

.blog_post_meta .blog_meta_item {
	color: #666;
	font-size: 12px;
}

.blog_post_meta .blog_meta_item a {
	color: #222;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 1px;
}

.blog_post_meta .blog_meta_item a:hover {
	color: #f47e00
}

.blog_meta_item.blog_meta_format a {
	color: #d2d2d2;
	border-bottom: none;
	font-size: 17px;
}

.blog_meta_author img {
	width: 25px;
	margin-right: 3px;
	border-radius: 50%;
}

.blog_post_meta .blog_meta_item a.meta_author_avatar_url {
	border-bottom: none;
}

.main_content.col-md-12 .blog_single.narrow_content_width .blog_post_title,
.main_content.col-md-12 .blog_single.narrow_content_width .blog_post_meta,
.main_content.col-md-12 .blog_single.narrow_content_width .entry-content.blog_post_text,
.main_content.col-md-12 .blog_single.narrow_content_width .blog_post_control,
.main_content.col-md-12 .narrow_content_width .post_info_wrapper,
.main_content.col-md-12 .narrow_content_width .share_above_content,
.main_content.col-md-12 .narrow_content_width.default_blog_style .entry-content.blog_post_text,
.main_content.col-md-12 .narrow_content_width.default_blog_style .blog_post_control,
.main_content.col-md-12 .narrow_content_width.default_blog_style .blog_post_title .title,
.main_content.col-md-12 .narrow_content_width.default_blog_style .blog_post_meta,
.main_content.col-md-12 .narrow_content_width .blog_post_container.blog_style_featured_first .entry-content.blog_post_text,
.main_content.col-md-12 .narrow_content_width .blog_post_container.blog_style_featured_first .blog_post_control,
.main_content.col-md-12 .narrow_content_width .blog_post_container.blog_style_featured_first .blog_post_title,
.main_content.col-md-12 .narrow_content_width .blog_post_container.blog_style_featured_first .blog_post_meta
{
	max-width: 710px;
	margin-left: auto;
	margin-right: auto;
}

.blog_posts_wrapper .blog_post {
	margin-bottom: 35px;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 40px;
}

.blog_single.blog_posts_wrapper > .blog_post_container:last-child > .blog_post {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.more_link.more_link_dots {
	color: inherit;
}

.blog_post_control {
	margin-top: 20px;
}

.blog_post_control_item {
	float: left;
	margin-right: 14px;
	font-size: 15px;
}

.share_above_content .blog_post_share {
	display: block;
	width: 100%;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 21px;
}
.share_above_content.thumb_above .blog_post_share {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 21px;
}
.blog_post_control_item a, .blog_post_control_item .share_item.share_sign {
	height: 38px;
	padding: 0 22px;
	line-height: 38px;
	display: inline-block;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border: 1px solid #f47e00;
	color: inherit;
	-o-transition: all  0.1s ease-in;
	-webkit-transition: all  0.1s ease-in;
	-moz-transition: all  0.1s ease-in;
	transition: all  0.1s ease-in;
}
.blog_post_control_item a:hover, .blog_post_control_item .share_item.share_sign:hover {
	background-color: #f47e00;
	color: #fff;
}

.blog_post_control_item .share_item {
	width: 38px;
	padding: 0;
	text-align: center;
	font-size: 14px;
	border: none;
	border: 1px solid #333;
}

.blog_post_control_item .social_share_item_wrapper {
	display: inline-block;
	visibility: hidden;
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-transform: translate(20px);
	-webkit-transform: translate(20px);
	transform: translate(20px);
	-moz-transition: all 0.35s ease-in;
	-webkit-transition: all 0.35s ease-in;
	transition: all 0.35s ease-in;
}

.blog_post_control_item .social_share_item_wrapper.animating, .blog_post_control_item.always_show .social_share_item_wrapper {
	visibility: visible;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-transform: translate(0);
	-webkit-transform: translate(0);
	transform: translate(0);
}

.blog_post_control_item .social_share_item_wrapper:nth-child(1) {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
}

.blog_post_control_item .social_share_item_wrapper:nth-child(2) {
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.blog_post_control_item .social_share_item_wrapper:nth-child(3) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
}

.blog_post_control_item .social_share_item_wrapper:nth-child(4) {
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

.blog_post_control_item .social_share_item_wrapper:nth-child(5) {
    -webkit-transition-delay: 250ms;
    transition-delay: 250ms;
}

.blog_post_control_item .social_share_item_wrapper:nth-child(6) {
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.blog_post_control_item .social_share_item_wrapper:nth-child(7) {
    -webkit-transition-delay: 350ms;
    transition-delay: 350ms;
}

.blog_post_control_item .social_share_item_wrapper:nth-child(8) {
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}

.blog_post_control_item .social_share_item_wrapper:nth-child(9) {
    -webkit-transition-delay: 450ms;
    transition-delay: 450ms;
}

.blog_post_control_item .social_share_item_wrapper:nth-child(10) {
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}

.blog_post_control_item .share_item.share_sign {
	border-color: #ddd;
	padding: 0;
	cursor: pointer;
	visibility: visible;
	filter: alpha(opacity=100);
	opacity: 1;
}

.blog_post_control_item .share_item.share_print, .blog_post_control_item .share_item.share_mail {
	border-color: inherit;
}

.blog_post_control_item .share_item.share_sign:hover {
	background-color: transparent;
	color: inherit;
}

.blog_post_control_item .share_item.share_facebook {
	border-color: #234e9a;
}
.blog_post_control_item .share_item.share_facebook:hover {
	background-color: #234e9a;
}

.blog_post_control_item .share_item.share_twitter {
	border-color: #32aadc;
}
.blog_post_control_item .share_item.share_twitter:hover {
	background-color: #32aadc;
}

.blog_post_control_item .share_item.share_googleplus {
	border-color: #e2131e;
}
.blog_post_control_item .share_item.share_googleplus:hover {
	background-color: #e2131e;
}

.blog_post_control_item .share_item.share_linkedin {
	border-color: #007bb5;
}
.blog_post_control_item .share_item.share_linkedin:hover {
	background-color: #007bb5;
}

.blog_post_control_item .share_item.share_pinterest {
	border-color: #c8071d;
}
.blog_post_control_item .share_item.share_pinterest:hover {
	background-color: #c8071d;
}

.blog_post_control_item .share_item.share_vk {
	border-color: #507299;
}
.blog_post_control_item .share_item.share_vk:hover {
	background-color: #507299;
}

.blog_post_control_item .share_item.share_pinterest {
	border-color: #EE4056;
}
.blog_post_control_item .share_item.share_pinterest:hover {
	background-color: #EE4056;
}

.blog_post_control_item .share_item.share_tumblr {
	border-color: #35465c;
}
.blog_post_control_item .share_item.share_tumblr:hover {
	background-color: #35465c;
}

.blog_post_control_item .share_item.share_reddit {
	border-color: #ff4500;
}
.blog_post_control_item .share_item.share_reddit:hover {
	background-color: #ff4500;
}
.blog_post_control_item .share_item.share_stumbleupon {
	border-color: #eb4924;
}
.blog_post_control_item .share_item.share_stumbleupon:hover {
	background-color: #eb4924;
}
.blog_post_control_item .share_item.share_whatsapp {
	border-color: #25d366;
}
.blog_post_control_item .share_item.share_whatsapp:hover {
	background-color: #25d366;
}
.blog_post_control_item .share_item.share_telegram {
	border-color: #007dbb;
}
.blog_post_control_item .share_item.share_telegram:hover {
	background-color: #007dbb;
}

.blog_post_control_item .share_item.share_telegram, .blog_post_control_item .share_item.share_whatsapp {
	display: none;
}

.blog_single .blog_post_control_item .social_share_item_wrapper {
	visibility: visible!important;
	filter: alpha(opacity=100)!important;
	opacity: 1!important;
	-moz-transform: translate(0)!important;
	-webkit-transform: translate(0)!important;
	transform: translate(0)!important;
}

.blog_single .blog_post_control_item .share_item.share_sign {
	border: none;
	cursor: default;
	width: auto;
	margin-right: 12px;
}
/* --------
end blog post css style
------------------------------------------- */

/* --------
start masonry blog style
------------------------------------------- */
.blog_posts_wrapper.masonry_blog_style,
.blog_posts_wrapper.banner_grid_blog_style {
	margin-left: -20px;
	margin-right: -20px;
}

.blog_posts_wrapper.masonry_blog_style .blog_post_container,
.blog_posts_wrapper.banner_grid_blog_style .blog_style_featured_other {
	width: 50%;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}

.blog_posts_wrapper.masonry_blog_style .blog_meta_item.blog_meta_format,
.blog_posts_wrapper.banner_grid_blog_style .blog_style_featured_other .blog_meta_item.blog_meta_format {
	font-size: 16px;
	margin-right: 2px;
}

.main_content.col-md-12 .blog_posts_wrapper.masonry_blog_style .blog_post_container,
.main_content.col-md-12 .blog_posts_wrapper.banner_grid_blog_style .blog_style_featured_other {
	width: 33.33333%;
}


.blog_posts_wrapper.masonry_blog_style .blog_post_banner,
.blog_posts_wrapper.banner_grid_blog_style .blog_style_featured_other .blog_post_banner {
	margin-top: 0;
	margin-bottom: 20px;
}

.blog_posts_wrapper.masonry_blog_style .blog_post_title .title,
.blog_posts_wrapper.banner_grid_blog_style .blog_style_featured_other .blog_post_title .title {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 11px;
	letter-spacing: 0.8px;
	line-height: 23px;
}

.blog_posts_wrapper.masonry_blog_style .blog_post_description,
.blog_posts_wrapper.banner_grid_blog_style .blog_style_featured_other .blog_post_description {
	font-size: 13.5px;
	line-height: 23px;
	margin-top: 12px;
}

.blog_posts_wrapper.masonry_blog_style .blog_post_description p,
.blog_posts_wrapper.banner_grid_blog_style .blog_style_featured_other .blog_post_description p {
	margin-top: 10px;
}

.blog_posts_wrapper.masonry_blog_style .blog_post_control,
.blog_posts_wrapper.banner_grid_blog_style .blog_style_featured_other .blog_post_control {
	display: none;
}

.blog_posts_wrapper.masonry_blog_style .blog_post,
.blog_posts_wrapper.banner_grid_blog_style .blog_style_featured_other .blog_post {
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.blog_posts_wrapper.masonry_blog_style .blog_post_meta .blog_meta_item.blog_meta_comments,
.blog_posts_wrapper.masonry_blog_style .blog_post_meta .blog_meta_item.edit_link,
.blog_posts_wrapper.masonry_blog_style .blog_post_meta .blog_meta_item.blog_meta_author,
.blog_posts_wrapper.masonry_blog_style .blog_post_meta .blog_meta_item.blog_meta_tags
.blog_posts_wrapper.banner_grid_blog_style .blog_style_featured_other  .blog_post_meta .blog_meta_item.blog_meta_comments,
.blog_posts_wrapper.banner_grid_blog_style .blog_style_featured_other  .blog_post_meta .blog_meta_item.edit_link,
.blog_posts_wrapper.banner_grid_blog_style .blog_style_featured_other  .blog_post_meta .blog_meta_item.blog_meta_author,
.blog_posts_wrapper.banner_grid_blog_style .blog_style_featured_other  .blog_post_meta .blog_meta_item.blog_meta_tags
{
	display: none;
}

.blog_posts_wrapper.masonry_blog_style .blog_post_meta .blog_meta_item,
.blog_posts_wrapper.banner_grid_blog_style .blog_style_featured_other .blog_post_meta .blog_meta_item {
	margin-right: 11px;
	font-size: 11.6px;
}

.blog_posts_wrapper.masonry_blog_style .blog_meta_item.blog_meta_format,
.blog_posts_wrapper.banner_grid_blog_style .blog_style_featured_other .blog_meta_item.blog_meta_format {
	font-size: 14px;
	margin-right: 8px;
}

.blog_posts_wrapper.masonry_blog_style .blog_post_meta,
.blog_posts_wrapper.banner_grid_blog_style .blog_style_featured_other .blog_post_meta {
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	margin: 0;
	padding: 4px 0;
}

.blog_posts_wrapper.masonry_blog_style .blog_post_meta .blog_meta_item a,
.blog_posts_wrapper.banner_grid_blog_style .blog_style_featured_other .blog_post_meta .blog_meta_item a {
	border-bottom: none;
}

/* --------
end masonry blog style
------------------------------------------- */
/* --------
start Banner Grid blog style
------------------------------------------- */
.blog_posts_wrapper .blog_post_container.blog_style_featured_first {
	width: 100%;
	float: unset;
	padding-right: 0;
	padding-left: 0;
}

.banner_grid_blog_style .blog_post_container.blog_style_featured_first .blog_post {
	margin-right: 20px;
	margin-left: 20px;
}

/* --------
end Banner Grid blog style
------------------------------------------- */

/* --------
start list blog style
------------------------------------------- */
.blog_posts_wrapper.list_blog_style .blog_post_text,
.blog_posts_wrapper.banner_list_blog_style .blog_style_featured_other .blog_post_text {
	font-size: 14px;
	line-height: 22px;
}

.main_content.col-md-12 .blog_posts_wrapper.list_blog_style.blog_posts_list .blog_post_text,
.main_content.col-md-12 .blog_posts_wrapper.banner_list_blog_style .blog_style_featured_other.blog_posts_list .blog_post_text {
	font-size: 14.2px;
	line-height: 24px;
}

.blog_posts_wrapper.list_blog_style .posts_list_wrapper,
.blog_posts_wrapper.banner_list_blog_style .blog_style_featured_other .posts_list_wrapper {
	margin-left: -15px;
	margin-right: -15px;
}

.blog_posts_wrapper.list_blog_style .post_thumbnail_wrapper,
.blog_posts_wrapper.banner_list_blog_style .blog_style_featured_other .post_thumbnail_wrapper {
	width: 30%;
	position: relative;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}

.blog_posts_wrapper.list_blog_style .blog_post_text,
.blog_posts_wrapper.banner_list_blog_style .blog_style_featured_other .blog_post_text {
	margin-top: 0;
}

.blog_posts_wrapper.list_blog_style .post_info_wrapper,
.blog_posts_wrapper.banner_list_blog_style .blog_style_featured_other .post_info_wrapper {
	width: 70%;
	position: relative;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}

.main_content.col-md-9 .blog_posts_wrapper.list_blog_style .posts_list_wrapper,
.main_content.col-md-9 .blog_posts_wrapper.banner_list_blog_style .blog_style_featured_other .posts_list_wrapper {
	margin-left: -10px;
	margin-right: -10px;
}

.main_content.col-md-9 .blog_posts_wrapper.list_blog_style .post_thumbnail_wrapper,
.main_content.col-md-9 .blog_posts_wrapper.banner_list_blog_style .blog_style_featured_other .post_thumbnail_wrapper {
	width: 38%;
	padding-right: 10px;
	padding-left: 10px;
}

.main_content.col-md-9 .blog_posts_wrapper.list_blog_style .post_info_wrapper,
.main_content.col-md-9 .blog_posts_wrapper.banner_list_blog_style .blog_style_featured_other .post_info_wrapper {
	width: 62%;
	padding-right: 10px;
	padding-left: 10px;
}

.blog_posts_wrapper.list_blog_style .blog_post_banner,
.blog_posts_wrapper.banner_list_blog_style .blog_style_featured_other .blog_post_banner {
	margin: 0;
}

.blog_posts_wrapper.list_blog_style .blog_post_title .title,
.blog_posts_wrapper.banner_list_blog_style .blog_style_featured_other .blog_post_title .title {
	margin-top: -2px;
	font-size: 19px;
line-height: 26px;
}

.blog_posts_wrapper.list_blog_style .blog_post_description p,
.blog_posts_wrapper.banner_list_blog_style .blog_style_featured_other .blog_post_description p {
	margin-top: 12px;
}

.blog_posts_wrapper.list_blog_style .blog_post_meta .blog_meta_item,
.blog_posts_wrapper.banner_list_blog_style .blog_style_featured_other .blog_post_meta .blog_meta_item {
	margin-right: 11px;
	font-size: 11.6px;
}

.blog_posts_wrapper.list_blog_style .blog_post_control,
.blog_posts_wrapper.banner_list_blog_style .blog_style_featured_other .blog_post_control {
  margin-top: 16px !important;
}

.blog_posts_wrapper.list_blog_style .blog_post_control_item,
.blog_posts_wrapper.banner_list_blog_style .blog_style_featured_other .blog_post_control_item {
  margin-right: 10px;
  font-size: 14px;
}

.blog_posts_wrapper.list_blog_style .blog_post_control_item .share_item,
.blog_posts_wrapper.banner_list_blog_style .blog_style_featured_other .blog_post_control_item .share_item {
	font-size: 12px;
}

.blog_posts_wrapper.list_blog_style .blog_post_control_item a,
.blog_posts_wrapper.list_blog_style .blog_post_control_item .share_item.share_sign,
.blog_posts_wrapper.banner_list_blog_style .blog_style_featured_other .blog_post_control_item a,
.blog_posts_wrapper.banner_list_blog_style .blog_style_featured_other .blog_post_control_item .share_item.share_sign {
	height: 36px;
	line-height: 36px;
}

.blog_posts_wrapper.list_blog_style .blog_post_control_item .share_item,
.blog_posts_wrapper.banner_list_blog_style .blog_style_featured_other .blog_post_control_item .share_item {
	width: 36px;
}

.main_content.col-md-9 .blog_posts_wrapper.list_blog_style .blog_post,
.main_content.col-md-9 .blog_posts_wrapper.banner_list_blog_style .blog_style_featured_other .blog_post {
	padding-bottom: 30px;
}

.main_content.col-md-9 .blog_posts_wrapper.list_blog_style .blog_post_readmore,
.main_content.col-md-9 .blog_posts_wrapper.list_blog_style .blog_post_share,
.main_content.col-md-9 .blog_posts_wrapper.banner_list_blog_style .blog_style_featured_other .blog_post_readmore,
.main_content.col-md-9 .blog_posts_wrapper.banner_list_blog_style .blog_style_featured_other .blog_post_share {
	margin-bottom: 10px;
	display: block;
	width: 100%;
}

.main_content.col-md-9 .blog_posts_wrapper.list_blog_style .blog_post_control_item,
.main_content.col-md-9 .blog_posts_wrapper.banner_list_blog_style .blog_style_featured_other .blog_post_control_item {
 	font-size: 13px;
}

.main_content.col-md-9 .blog_posts_wrapper.list_blog_style .blog_post_control_item a,
.main_content.col-md-9 .blog_posts_wrapper.list_blog_style .blog_post_control_item .share_item.share_sign,
.main_content.col-md-9 .blog_posts_wrapper.banner_list_blog_style .blog_style_featured_other .blog_post_control_item a,
.main_content.col-md-9 .blog_posts_wrapper.banner_list_blog_style .blog_style_featured_other .blog_post_control_item .share_item.share_sign {
	height: 32px;
	line-height: 32px;
}

.main_content.col-md-9 .blog_posts_wrapper.list_blog_style .blog_post_control_item .share_item,
.main_content.col-md-9 .blog_posts_wrapper.banner_list_blog_style .blog_style_featured_other .blog_post_control_item .share_item {
	width: 32px;
}

.main_content.col-md-9 .blog_posts_wrapper.list_blog_style .blog_post_title .title,
.main_content.col-md-9 .blog_posts_wrapper.banner_list_blog_style .blog_style_featured_other .blog_post_title .title {
	font-size: 16px;
	line-height: 24px;
}

.main_content.col-md-9 .blog_posts_wrapper.list_blog_style .blog_post_meta,
.main_content.col-md-9 .blog_posts_wrapper.banner_list_blog_style .blog_style_featured_other .blog_post_meta {
	display: none;
}

/* --------
end list blog style
------------------------------------------- */

/* --------
start single post style
------------------------------------------- */
.blog_posts_wrapper.blog_posts_single .blog_post_banner {
	margin-top: 0;
}

.blog_posts_wrapper.blog_posts_single .blog_post_banner .blog_post_text p {
	margin-bottom: 1.5em;
}

/* --------
end single post style
------------------------------------------- */

/* --------
start pagination style
------------------------------------------- */
.pagination {
	display: block;
	clear: both;
}

.pagination .current .screen-reader-text {
	position: static !important;
}
.navigation.pagination .nav-links .page-numbers {
	width: 36px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #ddd;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	color: #333;
}

.navigation.pagination .nav-links .page-numbers:hover {
	border-color: #f47e00;
}

.navigation.pagination .nav-links .page-numbers.dots {
	width: auto;
	border: none;
	border-radius: 50%;
}

.navigation.pagination .nav-links .page-numbers.current {
	border-color: #f47e00;
}

.navigation_links a {
	height: 38px;
	padding: 0 22px;
	line-height: 38px;
	display: inline-block;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border: 1px solid #ddd;
	color: #333;
	-o-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.navigation_links a:hover {
	border-color: #f47e00;
}

.navigation_links.navigation_prev {
	float: right;
}

.navigation_links.navigation_next {
	float: left;
}

.page-links {
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 30px;
	font-size: 14px;
	color: #777;
}

/*.page-links .page-links-title {
	margin-left: 0;
}*/

.page-links > a, .page-links > span  {
	margin-right: 6px;
	height: 35px;
	width: 35px;
	display: inline-block;
	float: left;
	border-radius: 50%;
	text-align: center;
	border: 1px solid #e7e7e7;
	line-height: 35px;
	color: inherit;
}

.page-links > span  {
	border: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}

.navigation.comment-navigation {
	margin-bottom: 30px;
}

.navigation.comment-navigation .comment-nav a {
	color: initial;
	font-size: 13px;
	border-radius: 30px;
	padding: 0 20px;
	height: 36px;
	line-height: 36px;
	background-color: #f2f2f2;
	display: inline-block;
}

.navigation.comment-navigation .comment-nav a:hover {
	background-color: #eee;
}

.navigation.comment-navigation .nav-previous {
	float: left;
}

.navigation.comment-navigation .nav-next {
	float: right;
}
/* --------
end pagination style
------------------------------------------- */

/* --------
start side container
------------------------------------------- */
html.side_container_opened .site_main_container {
	-moz-transform: translate(-341px);
	-webkit-transform: translate(-341px);
	transform: translate(-341px);
	right: 0;
}

.site_main_container {
	-o-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.site_side_container {
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	position: fixed;
	width: 341px;
	height: 100%;
	background-color: #fff;
	border-left: 1px solid #eee;
	right: -341px;
	top: 0;
	z-index: 999;
	-o-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	z-index: 999;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}

.site_side_container.closed {

}

body.admin-bar .site_side_container {
	top: 32px;
}

.side_container_opened .site_side_container {
	/*margin-left: -342px;*/
	-moz-transform: translate(-100%);
	-webkit-transform: translate(-100%);
	transform: translate(-100%);
}
.sliding_close_helper_overlay {
	display: none;
	position: fixed;
	cursor: pointer;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	-o-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	margin-left: -342px;
}

body.side_container_opened .sliding_close_helper_overlay {
	display: block;
}

.site_side_container .info_sidebar {
	padding: 26px 30px;
}

body.admin-bar .site_side_container .info_sidebar  {
	padding-bottom: 58px;
}
/* --------
end side container
------------------------------------------- */

/* --------
start search form
------------------------------------------- */
.site form.search-form {
	position: relative;
}

.site input.search-field {
	top: 0;
	position: absolute;
	width: 100%;
	border: none;
	border-bottom: 1px solid #ECECEC;
	padding: 1px;
	padding-bottom: 8px;
	margin-top: auto;
	margin-bottom: auto;
	height: auto;
	line-height: 25px;
	border-radius: 0;
}

.site form.search-form i.search_submit_icon {
	position: absolute;
	right: 0;
	background: none;
	border: none;
	background-color: #F0F0F0;
	border-radius: 30px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	text-align: center;
	top: 0px;
	cursor: pointer;
	color: #666;
}

.site form.search-form i.search_submit_icon input.search-submit {
	background-color: transparent;
	padding: 0;
	position: absolute;
	right: 0;
	background: none;
	border: none;
	border-radius: 30px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	text-align: center;
	top: 0px;
	cursor: pointer;
}
/* --------
end search form
------------------------------------------- */

/* --------
start sidebar widgets
------------------------------------------- */
.widget_container {
	margin-bottom: 45px;
	font-size: 14px;
	line-height: 23px;
	color: #666;
}

/*.widget_container:last-child {
	margin-bottom: 0;
}*/

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

.widget_container .widget_title {
	margin-top: -4px;
	margin-bottom: 19px;
	border-radius: 30px;
	font-size: 15px;
	position: relative;
}

.side_content.widget_area .widget_container .widget_title {
	position: relative;
}

.side_content.widget_area .widget_container .widget_title:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #f2f2f2;
	top: 13px;
	right: 0;
	z-index: -1;
}

.side_content.widget_area .widget_container .widget_title > span {
	padding-right: 12px;
	background-color: #fff;
}

.widget_container ul li {
	line-height: 23px;
	margin-bottom: 8px;
	border-bottom: 1px dotted #ECECEC;
	padding-bottom: 8px;
}

.widget_container ul li:last-child {
	border-bottom: 0;
}

.widget_container ul li a {
	color: inherit;
}

.widget_container ul li a:hover {
	color: #f47e00
}
/* --------
end sidebar widgets
------------------------------------------- */

/* --------
start post gallery
------------------------------------------- */
.asalah_post_gallery, .asalah_post_gallery .grid_slider {
	position: relative;
}

.asalah_post_gallery .grid_slide {
	display: none;
}

.asalah_post_gallery img {
	border-radius: 10px;
}

.asalah_post_gallery_nav_container ul.flex-direction-nav > li a {
	opacity: 1;
	display: block;
}

.asalah_post_gallery_nav_container .slick-prev a {
	left: -5px;
}

.asalah_post_gallery_nav_container .slick-next a {
	right: -5px;
}

.asalah_post_gallery .grid_slider:hover .asalah_post_gallery_nav_container ul.flex-direction-nav > li.flex-nav-prev a {
}

.asalah_post_gallery .grid_slider:hover .asalah_post_gallery_nav_container ul.flex-direction-nav > li.flex-nav-next a {
}

.asalah_post_gallery  .slick-arrow a:hover {
	color: #333;
}

.asalah_post_gallery_nav_container .slick-arrow a:before {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	display: inline-block;
	color: inherit;
	line-height: 40px;
	text-shadow: none;
	background-color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
}

.asalah_post_gallery_nav_container .slick-arrow a:hover:before {
	color: #f47e00;
	-o-transition: color  0.2s ease-in;
	-webkit-transition: color  0.2s ease-in;
	-moz-transition: color  0.2s ease-in;
	transition: color  0.2s ease-in;
}

.asalah_post_gallery_nav_container .slick-prev a:before {
	content: '\f100';
}

.asalah_post_gallery_nav_container .slick-next a:before {
	content: '\f101';
}

/* --------
end post gallery
------------------------------------------- */

/* --------
start related posts
------------------------------------------- */
.post_navigation {
	margin-bottom: 30px;
	padding-bottom: 22px;
	border-bottom: 1px dotted #ddd;
}

.post_navigation_item a.post_navigation_arrow {
	color: inherit;
}

.post_navigation_item:hover a.post_navigation_arrow {
	color: #f47e00;
}

.post_navigation_item i {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 22px;
	display: inline-block;
	color: inherit;
	line-height: 60px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	position: absolute;
}

.post_navigation_item.post_navigation_prev i {
	content: '\f100';
	left: 15px;
}

.post_navigation_item.post_navigation_next i {
	content: '\f101';
	right: 15px;
	text-align: right;
}

.post_navigation_item {
	padding-left: 40px;
}

.post_navigation_item.post_navigation_next {
	padding-left: 15px;
	padding-right: 40px;
}

.post_navigation_item .post_thumbnail_wrapper {
	float: left;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 20px;
}

.post_navigation_item.post_navigation_next .post_thumbnail_wrapper {
	float: right;
	margin-right: 0;
	margin-left: 20px;
}

.post_navigation_item .post_info_wrapper {
	margin-left: 80px;
}

.post_navigation_item.no_post_thumbnail .post_info_wrapper {
	margin-left: 80px;
}

.post_navigation_item.post_navigation_next .post_info_wrapper {
	margin-left: 0;
	margin-right: 80px;
	text-align: right;
}

.post_navigation_item .post_info_wrapper .post_navigation_title {
	font-size: 14px;
}

.post_navigation_item .post_info_wrapper .post_title {
	margin: 0;
	font-size: 14px;
	line-height: 21px;
}

.main_content.col-md-12 .post_navigation_item .post_info_wrapper .post_title {
	font-size: 14px;
	line-height: 21px;
}

.post_navigation_item .post_info_wrapper .post_title a {
	color: inherit;
}
/* --------
end related posts
------------------------------------------- */

/* --------
start about me widget
------------------------------------------- */
.asalah_about_me .author_image_wrapper {
	border-radius: 10px;
	overflow: hidden;
}

.asalah_about_me .author_image_wrapper, .asalah_about_me .author_image_wrapper img {
	margin: auto;
}

.asalah_about_me .author_text_wrapper p {
	margin-bottom: 0;
}

.asalah_about_me .author_image_wrapper.small {
	width: 100px;
}

.asalah_about_me .author_image_wrapper.medium {
	width: 150px;
}

.asalah_about_me .author_image_wrapper.large {
	width: 200px;
}

.asalah_about_me .author_image_wrapper.default {
	width: 275px;
}

.asalah_about_me .author_image_wrapper.circle {
	border-radius: 200px;
}

.asalah_about_me .author_image_wrapper.circle img {
	max-width: 100%;
}

.asalah_about_me .author_image_wrapper.circle.default img {
	min-height: 275px;
	min-width: 275px;
}

.asalah_about_me .author_image_wrapper.circle.small img {
	min-height: 100px;
	min-width: 100px;
}

.asalah_about_me .author_image_wrapper.circle.medium img {
	min-height: 150px;
	min-width: 150px;
}

.asalah_about_me .author_image_wrapper.circle.large img {
	min-height: 200px;
	min-width: 200px;
}

/* --------
end about me widget
------------------------------------------- */

/* --------
start posts list widget
------------------------------------------- */
.asalah_post_list_widget .post_thumbnail_wrapper {
	border-radius: 50%;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}

.asalah_post_list_widget .post_info_wrapper {
	padding-left: 70px;
}

.asalah_post_list_widget .post_info_wrapper .title {
	margin: 0;
	font-size: 14px;
	line-height: 20px;
}

.asalah_post_list_widget .post_info_wrapper .post_meta_item {
	font-size: 11.5px;
	color: #666;
}

.asalah-postlist-widget.widget_container ul li {
	margin-bottom: 12px;
	padding-bottom: 12px;
}

.asalah_post_list_widget .post_thumbnail_wrapper .post_text_thumbnail {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 17px;
	line-height: 53px;
	text-align: center;
	color: #fff;
	display: block;
	background-color: #333;
	text-transform: uppercase;
}

.post_navigation_item .post_thumbnail_wrapper .post_text_thumbnail {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	font-size: 19px;
	line-height: 63px;
	text-align: center;
	color: #fff;
	display: block;
	background-color: #333;
	text-transform: uppercase;
}
/* --------
end posts list widget
------------------------------------------- */

/* --------
start tweets widget
------------------------------------------- */
.widget_container.asalah-tweets-widget ul li a {
	color: #777;
}

.widget_container.asalah-tweets-widget ul li a:hover {
	text-decoration: underline;
}

.widget_container.asalah-tweets-widget ul li a.tweet_name {
	font-weight: bold;
	color: #333;
}

.widget_container.asalah-tweets-widget ul li a.tweet_icon {
	display: inline-block;
	font-size: 15px;
	margin-right: 5px;
	color: #2FC2EF;
}

.widget_container.asalah-tweets-widget ul li a.tweet_icon:hover {
	text-decoration: none;
}

.widget_container.asalah-tweets-widget ul li.tweet-item, li.tweet-item {
	line-height: 20px;
	font-size: 13px;
	color: #222;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget_container.asalah-tweets-widget ul li.tweet-item, li.tweet-item img {
	padding: 5px 0;
	border-radius: 5px;
}

.widget_container.asalah-tweets-widget ul li.tweet-item:last-child, li.tweet-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.tweet_control {
	margin-top: 4px;
}

.widget_container.asalah-tweets-widget ul li a.tweet_time {
	clear: both;
	display: inline-block;
	font-size: 11px;
	color: #8899a6;
}

.tweet_links {
	float: right;
	display: inline-block;
}

.widget_container.asalah-tweets-widget ul li a.tweet_link {
	color: #ccd6dd;
	margin-left: 10px;
	font-size: 14px;
}

.widget_container.asalah-tweets-widget ul li a.tweet_link:hover {
	color: #2FC2EF;
}
/* --------
end tweets widget
------------------------------------------- */

/* --------
start social profile widgets
------------------------------------------- */
.widget_container.asalah-social-widget .widget_social_icon {
	width: 42.5px;
	height: 42.5px;
	display: inline-block;
	border-radius: 50%;
	background-color: #f2f2f2;
	color: #222;
	text-align: center;
	line-height: 42.5px;
	margin-right: 5px;
	margin-top: 5px;
	-o-transition: all  0.2s ease-in;
	-webkit-transition: all  0.2s ease-in;
	-moz-transition: all  0.2s ease-in;
	transition: all  0.2s ease-in;
	font-size: 14px;
}

.widgets_footer .widget_container.asalah-social-widget .widget_social_icon {
	width: 45px;
	height: 45px;
	line-height: 45px;
	margin-right: 6px;
	margin-top: 6px;
}

.widget_container.asalah-social-widget .widget_social_icon:hover {
	color: #fff;
	background-color: #f47e00;
}

.widget_container.asalah-social-widget .widget_title {
	margin-bottom: 15px;
}

.widgets_footer .widget_container.asalah-social-widget .widget_title {
	margin-bottom: 14px;
}
.widget_container.asalah-social-widget .widget_social_icon:nth-child(6n+6) {
	margin-right: 0;
}
/* --------
end social profile widgets
------------------------------------------- */

/* --------
start tag cloud widget
------------------------------------------- */
.tagcloud a {
	color: inherit;
	font-size: inherit!important;
	background-color: #f2f2f2;
	border-radius: 18px;
	padding: 10px 15px;
	line-height: 17px;
	display: inline-block;
	margin-bottom: 7px;
	-o-transition: border-color  0.1s ease-in;
	-webkit-transition: border-color  0.1s ease-in;
	-moz-transition: border-color  0.1s ease-in;
	transition: border-color  0.1s ease-in;
}

.tagcloud a:hover {
	background-color: #f47e00;
	color: #fff;
}
/* --------
end tag cloud widget
------------------------------------------- */

/* --------
start forms & inputs
------------------------------------------- */
input[type="submit"] {
	height: 38px;
	padding: 0 22px;
	line-height: 38px;
	display: inline-block;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border: 1px solid #ddd;
	background-color: #fff;
	color: inherit;
	-o-transition: all 0.15s ease-in;
	-webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}

input[type="submit"]:hover {
	background-color: #F2F2F2;
	border-color: #f2f2f2;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    /*background-color: #FFF;
    color: #666;
    font-size: 12px;
    margin: 0;
    padding: 10px 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0;
    border:1px solid #ddd;
    background-color: #fcfcfc;
    height: 36px;
    margin-top: 4px;
    max-width: 100%;
    outline: 0;*/

    background-color: #fff;
    border: 2px solid #e2e2e2;
    border-radius: 5px;
    resize: none;
    margin-top: 4px;
    margin-bottom: 8px;
    outline: 0;
    max-width: 100%;
    padding: 10px 12px;
    font-size: 12px;
    color: #666;
    height: 36px;
    line-height: 16px;
    width: 250px;
}

input, textarea, textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus {
    outline: 0px !important;
    box-shadow: none!important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
transition: background-color 600s ease-in-out !important;
}


input:focus, .form-control:focus {
	border-color: #e2e2e2;
}

textarea {
    width: 100%;
    height: auto;
    line-height: 21px;
}
form p {
    font-size: 13px;
    font-weight: 600;
    color: #575757;
}

select {
    height: 36px;
    line-height: 43px;
    width: auto;
    padding: 0 12px;
    vertical-align: middle;
    max-width: 100%;
}

.widget_container select {
    width: 100%;
}

.asalah_select_container select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    vertical-align: middle!important;
    padding-right: 22px;
    margin-top: 0;
    border: none!important;
    background: transparent!important;
    z-index: 2;
    margin-right: -2px;
}

.asalah_select_container {
    position: relative;
		display: inline;
    margin-top: 4px;
    border: 2px solid #E0E0E0;
    background: #fff;
    padding: 10px 0;
    height: 36px;
    margin-right: -5px;
    border-radius: 5px;
}
.asalah_select_container:before {
    content: "\f107"!important;
    position: absolute;
    font-family: FontAwesome;
    line-height: 43px;
    right: 10px;
    color: inherit;
    z-index: 1;
}
/* --------
start comments
------------------------------------------- */
.comments_list {
	margin-bottom: 40px;
}

.post_comments_box {
    border-top: 1px solid #e7e7e7;
    margin-top: -1px;
}

.post_comments_box h4.page-header {
    margin-top:0;
    margin-bottom: 16px;
}

.commenter_name {
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 15px;
}

.bypostauthor .commenter_name:after {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f044";
	color: #ededed;
	margin-left: 10px;
}

.comment_info {
    color: #acabab;
    font-size: 12px;
    line-height: 13px;
}

.commenter_name a {
    font-weight: bold;
    color: inherit;
}

.comment_info a.comment_time {
    color: #acabab;
}

.media.the_comment > .commenter {
	padding-right: 15px;
}

.commenter img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.logged_in_name {
    color: #3d3d3d;
}

h3.comment-reply-title {
	margin-bottom: 1px;
}

h3.comment-reply-title > a {
    color: #3d3d3d;
    font-weight: bold;
}

h3.comment-reply-title small {

}

.media.the_comment {
    border-bottom: 1px dotted #ddd;
    padding-bottom: 11px;
    display: inline-block;
}

.media.the_comment:last-child {

}

.media.the_comment .children {
	padding: 0;
	margin-top: 32px;
}

.comment_content_wrapper {
	border-left: 1px solid #ececec;
	padding-left: 20px;
}

.children .comment_content_wrapper {
	border-left: 0;
	padding-left: 0;
}

.children .media.the_comment > .commenter {
	padding-right: 10px;
}

.children .media.the_comment {
    margin-bottom: 0px;
    margin-top: 20px;
    border-bottom: 0;
    padding-bottom: 0;
    display: inline-block;
}

.show_no_avatars .comment_content_wrapper {
	border-left: none;
	padding-left: 0;
}

.show_no_avatars .media.the_comment .children {
	padding-left: 25px;
}

.comment_textarea {
    margin-top: 10px;
}


.comments-area .comment-form input[type="text"] {
    width: 100%;
}

.comment-form p {
	margin: 0;
}

.comment_body .media-heading {
    margin: 0 0 3px;
}

.comment_body p {
    line-height: 20px;
    font-size: 14px;
    margin-top: 10px;
}

.comment_body p a {
	color: inherit;
	border-bottom: 1px dotted #000;
	-o-transition: all  0.2s ease-in;
	-webkit-transition: all  0.2s ease-in;
	-moz-transition: all  0.2s ease-in;
	transition: all  0.2s ease-in;
}

.comment_body p a:hover {
	color: #f47e00;
	border-bottom-color: #f47e00;
}

.post.pingback a {
	color: inherit;
}

.post.pingback a:hover {
	border-bottom: 1px dotted #333;
}

.post.pingback .edit-link a:hover {
	border-bottom: none;
}
/* --------
end comments
------------------------------------------- */

/* --------
start calendar
------------------------------------------- */
.widget_calendar table {
    width: 100%;
}

.widget_calendar {
    width: 100%;
}

.widget_calendar {float: left;}
#wp-calendar {width: 100%; }

#wp-calendar thead { font-size: 10px; }

#wp-calendar thead th {
    padding: 6px 0;
    background-color: #EDEDED;
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #ddd;
}
#wp-calendar thead th:last-child {
    border-right: 0;
}
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td {
    background-color: #f5f5f5;
    border-right: 2px solid #fff;
    text-align: center;
    padding: 7px;
    font-weight: 300;
    color: #888;
}
#wp-calendar tbody td:last-child {
    border-right: 0;
}
#wp-calendar tbody td:hover { background-color: #fff; }
#wp-calendar tbody td.pad { border-color: transparent; }
#wp-calendar tbody tr:first-child td.pad { border-right: 2px solid #fff; }
#wp-calendar tbody td.pad:hover { background-color: transparent; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }

#wp-calendar tbody td a {
    font-weight: 800;
}
.widget_container caption {
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 12px;
    background-color: #F9F9F9;
    padding: 5px 12px;
    color: #5A5A5A;
    border-radius: 5px;
    border: 1px solid #EFEFEF;
}
/* --------
end calendar
------------------------------------------- */

/* --------
start related posts
------------------------------------------- */
.post_related {
	margin-bottom: 28px;
	padding-bottom: 34px;
	border-bottom: 1px dotted #ddd;
}

.blog_posts_wrapper.blog_posts_single .post_related .blog_post_title .title {
	margin-top: -10px;
	font-size: 14px;
	line-height: 21px;
}

.main_content.col-md-12 .blog_posts_wrapper.blog_posts_single .post_related .blog_post_title .title {
	margin-top: -10px;
	font-size: 14px;
	line-height: 22px;
}

.blog_posts_wrapper .post_related .blog_post {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.post_related .blog_post_banner {
	margin-bottom: 22px;
}
/* --------
end related posts
------------------------------------------- */

/* --------
start instagram widget
------------------------------------------- */
/*.jr-insta-slider .jr-insta-thumb .thumbnails {
	padding: 0!important;
}

.jr-insta-slider .jr-insta-thumb .thumbnails > li {
	width: 31% !important;
	margin-right: 3.5%!important;
	margin-bottom: 3.5%!important;
	margin-left: 0 !important;
}*/

/* --------
end instagram widget
------------------------------------------- */

/* --------
start sticky post
------------------------------------------- */
.sticky.blog_post_container {
	position: relative;
}

.sticky.blog_post_container:before {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	content: "\f08d";
	position: absolute;
	font-size: 40px;
	left: -54px;
	top:0;
	color: #ededed;
}

.blog_posts_wrapper.masonry_blog_style .sticky.blog_post_container:before {
	font-size: 16px;
	left: 2px;
	top: 3px;
}
/* --------
end sticky post
------------------------------------------- */

/* --------
start typography elements
------------------------------------------- */
dd {
	border-left: 4px solid #f2f2f2;
	margin-left: 0;
	padding-left: 16px;
	margin-left: 15px;
}
/* --------
end typography elements
------------------------------------------- */

/* --------
start table
------------------------------------------- */
table {
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    border-top: 1px solid #ddd;
}

table a {
	color: inherit;
}

table a:hover {
	border-bottom: 1px dotted #333;
}

table tr {
	border-bottom: 1px solid #ddd;
}

table th, table td {
	border-left: 1px solid #ddd;
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
}

table th:last-child, table td:last-child {
	border-right: 1px solid #ddd;
}

.post_content table {
    border-bottom: 1px solid #ddd;
}

.post_content table th, .post_content table td {
    border-top: 1px solid #ddd;
}
/* --------
end table
------------------------------------------- */


/* --------
start blockquote
------------------------------------------- */
blockquote {
	position: relative;
	margin: 50px 0;
	font-weight: bold;
	border-top: 1px dashed #cacaca;
	display: block;
	border-bottom: 1px dashed #cacaca;
	padding: 8px 65px;
	text-align: center;
	line-height: 1.6em;
	font-size: 1.1em;
	border-left: none;
	border-right: none;
}

blockquote:before {
	content: "\201C";
	position: absolute;
	left: 0;
	top: 43px;
	font-size: 75px;
	color: #EDEDED;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-style: initial;
}

.main_content.col-md-12 blockquote {
	padding: 8px 120px;
}

.main_content.col-md-12 blockquote:before {
	top: 50px;
	font-size: 100px;
}

.main_content.col-md-12 blockquote.alignleft,
.main_content.col-md-12 .alignleft blockquote {
	padding-right: 15%;
	margin-right: 15px;
	padding-left: 0;
}

.main_content.col-md-12 blockquote.alignleft:before,
.main_content.col-md-12 .alignleft blockquote:before {
	content: "\201D";
	left:auto;
	right: 0;
}

.main_content.col-md-12 blockquote.alignright,
.main_content.col-md-12 .alignright blockquote {
	padding-right: 0;
	margin-left: 15px;
	padding-left: 15%;
}

blockquote cite {
    font-style: normal;
    clear: both;
    display: block;
    text-align: right;
    font-size: 12px;
    margin-top: 11px;
    margin-bottom: 0;
    line-height: 28px;
    color: #666;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

blockquote.pull-left, blockquote.pull-right {
    width: 260px;
    border-left: 0;
    border-right: 0;
}

blockquote.pull-right {
    padding: 10px 20px;
}

blockquote.pull-right:before {
    content: "\f10e";
    left: auto;
    right: 0;
}
/* --------
end blockquote
------------------------------------------- */

/* --------
start alignment
------------------------------------------- */
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

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

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft,
.wp-block-button.alignleft,
.wp-block-cover-image.alignleft {
    margin-top: 4px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 0;
}

.wp-caption.alignleft {
    margin-top: 4px;
    margin-right: 14px;
    margin-bottom: 10px;
    margin-left: 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright,
.wp-block-button.alignright,
.wp-block-cover-image.alignright {
    margin-top: 4px;
    margin-left: 20px;
    margin-bottom: 10px;
    margin-right: 0;
}

.wp-caption.alignright {
    margin-top: 4px;
    margin-right: 14px;
    margin-bottom: 10px;
    margin-right: 0;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
    margin-top: 0;
    margin-bottom: 0;
}

.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 17px;
    width: 50%;
		max-width: 50%;
}

.entry-content blockquote.alignleft p,
.entry-content blockquote.alignright p {
    margin-bottom: 17px;
}

.wp-caption {
    margin-bottom: 24px;
}

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

.wp-caption,
.gallery-caption {
    color: #767676;
}

.wp-caption-text,
.gallery-caption {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    font-size: 12px;
    font-style: italic;
    line-height: 1.5;
    margin: 9px 0;
}

div.wp-caption .wp-caption-text {
    padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
    padding-left: 10px;
    padding-right: 0;
}

.wp-smiley {
    border: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* --------
end alignment
------------------------------------------- */

/* --------
start author box
------------------------------------------- */
.author_box.author-info .author-avatar {
	border-radius: 50%;
	overflow: hidden;
	float: left;
	margin-right: 24px;
	/*margin-bottom: 74px;*/
}

.author_box.author-info {
	margin-bottom: 32px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #ddd;
	overflow: auto;
}

.author_box.author-info .author-title {
	margin-bottom: 2px;
    font-size: 15px;
    margin-top: 3px;
}

.author_box.author-info .author-title a {
	color: inherit;
}

.author_box.author-info .author-title a:hover {
	border-bottom: 1px dotted #333;
}

.author_box.author-info .author-bio {
	margin-top: 0;
	font-size: 13.5px;
	line-height: 21px;
	color: #555;
}

.main_content.col-md-12 .author_box.author-info .author-bio {
	font-size: 13px;
	line-height: 19px;
}
/* --------
end author box
------------------------------------------- */

/* --------
start site footer
------------------------------------------- */
.footer_wrapper {
	border-top: 2px solid #efefef;
	margin: 0 auto;
}

.footer_wrapper .first_footer {
	padding-top: 50px;
	padding-bottom: 50px;
}

.second_footer .second_footer_content_wrapper {
  padding: 16px 0;
  font-size: 12px;
}

.second_footer.has_first_footer .second_footer_content_wrapper {
	border-top: 1px dotted #ddd;
}

.first_footer.widgets_footer .widget_container {
	margin-bottom: 0px;
}

/* --------
end site footer
------------------------------------------- */

/* --------
start 404 error page
------------------------------------------- */
.content_wrapper_404 {
	font-size: 18px;
	line-height: 29px;
	margin-bottom: 50px;
}

.page_404_main_title {
	margin-bottom: 60px;
	border-bottom: 8px solid #f2f2f2;
	padding-bottom: 12px;

}

.page_404_main_title .title {
	margin-top: 60px;
	margin-bottom: 120px;
	margin-right: 18px;
	float: left;
	font-size: 150px;
	line-height: 45px;
	text-shadow: 1px 1px 0 #fff, 2px 2px 0 #e2e2e2, 3px 3px 0 #e2e2e2, 4px 4px 0 #e2e2e2;
}

.content_wrapper_404 .search-form {
	margin-top: 50px;
}

.widget_area_404 .widget_container {
	margin-bottom: 60px;
}

.widget_area_404 .widget_container.asalah-social-widget .widget_social_icon {
	width: 42px;
	height: 42px;
	line-height: 42px;
	margin-right: 5px;
	margin-top: 5px;
}


.widget_area_404 .widget_container.asalah-social-widget .widget_social_icon:nth-child(6n+6) {
	margin-right: 5px;
}

.widget_area_404 .widget_container.asalah-social-widget .widget_social_icon:nth-child(10n+10) {
	margin-right: 0;
}
/* --------
end 404 error page
------------------------------------------- */

/* --------
start mobile menu
------------------------------------------- */
.writing_mobile_icon {
	display: block;
	float: right;
	position: relative;
	height: 18px;

}
.writing_mobile_icon span {
	text-align: right;
	display: block;
	width: 16px;
	height: 3px;
	margin-top:3px;
	background: #666;
}

.mobile_dropdown_arrow, .mobile_menu_button {
	display: none;
}
@media screen and (min-width: 769px) {
	.top_header_items_holder {
		display: block!important;
	}

}

@media screen and (max-width: 768px) {
	.sticky_logo {
		top: 68px;
	}
	.admin-bar .sticky_logo {
		top: 114px;
	}
	.site_header .invisible_header {
		height: 69px !important;
	}
	.top_header_items_holder.mobile_menu_opened {
		margin-bottom: 13px;
	}
	.top_header_items_holder .main_menu {
		padding: 0 14px 0 17px;
		padding-bottom: 0;
		padding-right: 14px;
		padding-left: 17px;
	}
	.slick-prev:before,
	.slick-next:before {
		font-size: 12px !important;
	}
	.slick-prev {
		left: -5px;
	}
	.slick-next {
		right: -5px;
	}
	.blog_post_control_item .share_item.share_telegram, .blog_post_control_item .share_item.share_whatsapp {
		display: block;
	}
	.top_header_items_holder .site_logo {
		display: none;
	}
	.site_logo_mobile_topbar {
		float: unset !important;
		width: 100%;
		display: inline-block;;
	}


	.site_logo_mobile_topbar {
		position: relative;
		margin-top: 13px;
	}

	.header_logo_wrapper .container {
		position: relative;
	}

	.header_logo_wrapper .header_info_wrapper,
	.top_menu_wrapper .site_logo_mobile_topbar .header_info_wrapper {
		position: absolute;
		width: 40px;
		height: 40px;
		top: 0;
		bottom: 0;
		right: 15px;
		margin: auto;
		border: none;
	}

	.top_menu_wrapper .site_logo_mobile_topbar .header_info_wrapper {
		right: 0;
	}

	.site_logo_mobile_topbar .header_info_wrapper,
	.sticky_header.sticky_logo_enabled .site_logo_mobile_topbar .header_info_wrapper {
		display: inline-block !important;
	}

	.site_logo_mobile_topbar .user_info_avatar {
		margin-left: 0;
	}

	.logo_wrapper, .header_info_wrapper {
		width: auto;
	}

	.logo_wrapper {
		max-width: 100%;
	}

	.header_icons {
		float: none!important;
		text-align: initial;
		margin-left: 0;
	}

	.social_icons_list.header_social_icons {
		float: none!important;
		margin-top: 20px;
		margin-bottom: 20px;
		text-align: center
	}

	.header_icons .social_icon {
		font-size: 16px;
		padding-top: 0;
	}

	.header_social_icons a {
		margin-left: 7px;
		margin-right: 7px;
	}

	.top_header_items_holder.mobile_menu_opened .header_search {
		border-left: 0;
		border: 1px solid #f2f2f2;
		border-radius: 30px;
		padding-top: 7px;
		padding-bottom: 7px;
		padding-right: 12px;
		padding-left: 10px;
		float: unset !important;
		margin-left: 0;
		margin-top: 12px;
	}

	.header_search > form.search .search_text {
		width: 150px;
		padding-right: 22px;
	}

	.header_search > form.search > i {
		position: initial;
		float: right;
		margin-top: 4px;
		margin-right: 12px;
	}

	.top_header_items_holder, .main_menu.secondary-menu {
		display: none;
	}

	.top_menu_wrapper {
		border-bottom: 0;
	}

	.sticky_header .top_header_items_holder {
		overflow-y: auto !important;
		overflow-x: hidden;
	}
	.sticky_header .top_menu_wrapper {
		border-bottom: 1px solid #eee;
	}

	.mobile_menu_button {
		border: 3px solid #f2f2f2;
		display: block;
		padding: 9px 24px;
		border-radius: 30px;
		margin-top: 13px;
		margin-bottom: 13px;
		color: #666;
		height: 42px;
		cursor: pointer;
	}
	.secondary_mobile_menu {
		width: 100%;
		display: inline-block;
		margin-top: 40px;
	}

	.mobile_menu_button > span {
		display: block;
		line-height: 6px;
		font-size: 45px;
		text-align: right;
	}

	.mobile_menu_button > span.mobile_menu_text {
		float: left;
		font-size: inherit;
		display: inline-block;
		line-height: initial;
	}

	.mobile_dropdown_arrow {
		display: inline-block;
		float: right;
		width: 36px;
		text-align: center;
		height: 36px;
		line-height: 36px;
		margin-top: -7px;
		margin-right: -11px;
	}
	.main_menu {
		float: none!important;
	}

	.main_menu .navbar-nav {
		margin: 0;
		display: block;
		float: none;
	}

	.navbar-nav > li {
		float: none;
	}

	.nav > li > a {
	  margin: 0!important;
	}

	.navbar-nav > li > .dropdown-menu {
		float: none;
		position: initial;
		border: none;
		margin-left: 12px;
		border-left: 1px solid #f2f2f2;
	}

	.dropdown-submenu > .dropdown-menu {
		position: initial;
		float: none;
		margin-top: auto;
		border: none;
		margin-left: 18px;
	}

	.dropdown-menu .current-menu-ancestor, .dropdown-menu .current-menu-ancestor > a {
		background-color: transparent;
		color: #000;
	}

	.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
		background-color: transparent;
		color: #000;
	}

	.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
		background-color: transparent;
		color: #000;
	}
}
/* --------
end mobile menu
------------------------------------------- */

/* --------
start responsive design
------------------------------------------- */


@media screen and (max-width: 992px) {
	html.side_container_opened .sticky_logo_enabled .site_main_container {
		-moz-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		right: auto;
	}
	html.side_container_opened .sticky_logo_enabled .site_content,
	html.side_container_opened .sticky_logo_enabled .site-footer {
		-moz-transform: translate(-341px);
		-webkit-transform: translate(-341px);
		transform: translate(-341px);
		right: 0;
	}

	.sticky_logo_enabled .site_content,
	.sticky_logo_enabled .site-footer {
		-o-transition: all 0.3s ease-in;
		-webkit-transition: all 0.3s ease-in;
		-moz-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in;
	}
	.header_search {
		padding: 11px 0;
	}

	.widget_container.asalah-social-widget .widget_social_icon {
		margin-right: 5px!important;
	}

	.side_content {
		margin-top: 60px;
		padding-top: 50px;
		border-top: 5px solid #f2f2f2;
	}

	.first_footer.widgets_footer .widget_area {
		margin-top: 40px;
	}

	.site_side_container .info_sidebar {
		padding-left: 20px;
		padding-right: 40px;
	}

	/*html.side_container_opened .site_main_container{
		width: auto;
	}*/
}

@media screen and (max-width: 900px) {
	.blog_posts_wrapper.masonry_blog_style .blog_post_container,
	.blog_posts_wrapper.banner_grid_blog_style .blog_style_featured_other  {
		width: 50%!important;
	}
}



@media screen and (max-width: 782px) {
	body.admin-bar .site_side_container {
		top: 46px;
	}
}

@media screen and (max-width: 600px) {
/*
	body.admin-bar .site_side_container {
		top: 0;
	}
*/
	.author_box.author-info .author-avatar {
	  margin-bottom: 12px;
	}
}

@media screen and (max-width: 490px) {
	.blog_posts_wrapper.masonry_blog_style .blog_post_container,
	.blog_posts_wrapper.banner_grid_blog_style .blog_style_featured_other {
		width: 100%!important;
	}
	.blog_posts_wrapper .blog_post_container.blog_style_featured_first .blog_post {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 400px) {

	.site_side_container {
		position: fixed;
		width: 80%;
		right: -80%;
	}


	.site_side_container.opened {
		-moz-transform: translate(-100%);
		-webkit-transform: translate(-100%);
		transform: translate(-100%);
	}


	body.side_container_opened .site_main_container {
		-moz-transform: translate(-80%);
		-webkit-transform: translate(-80%);
		transform: translate(-80%);
	}
	.sliding_close_helper_overlay {
		margin-left: -80%;
	}
}

@media screen and (max-width: 650px) {

	.blog_post_meta .blog_meta_item,
	.blog_posts_wrapper.masonry_blog_style .blog_post_meta .blog_meta_item,
	.blog_posts_wrapper.banner_grid_blog_style .blog_style_featured_other .blog_post_meta .blog_meta_item {
		float: none;
		margin-right: 8px;
		display: inline-block;
		margin-top: 5px;
		color: #999;
	}

	.blog_post_meta .blog_meta_item a {
	  color: #666;
	  border-bottom: 1px dotted #ccc;
	  padding-bottom: 1px;
	}

	.blog_post_control {
		margin-top: 10px;
	}

	.blog_post_control_item {
		float: none;
		margin-right: 0;
		margin-top: 5px;
	}

	.blog_post_readmore.blog_post_control_item a {
		border: none;
		border-radius: 0;
		padding: 0;
		height: auto;
		line-height: inherit;
		font-style: italic;
		font-weight: bold;
		font-size: 15px;
		letter-spacing: 0.3px;
		border-bottom: 1px dotted transparent;
	}

	.blog_post_readmore.blog_post_control_item a:hover {
		background-color: transparent;
		border: none;
		color: #666;
		border-bottom-color: #666;
	}

	.blog_post_readmore.blog_post_control_item {
		margin-top: 0;
		margin-bottom: 24px;
	}

	.blog_meta_item.blog_meta_format a {
		color: #999;
		border-bottom: none;
		font-size: 20px;
	}

	blockquote {
		padding: 8px 20px!important;
	}

	blockquote:before {
		left: 0!important;
		top: 24px!important;
		font-size: 26px!important;
	}

	.blog_post_title .title, .main_content.col-md-12 .blog_post_title .title, .main_content.col-md-12 .blog_single .blog_post_title .title {
		font-size: 22px;
		line-height: 29px;
	}

	.post_navigation_item {
		padding-left: 40px!important;
		padding-right: 40px!important;
		margin-bottom: 30px!important;
		float: none!important;
	}

	.post_navigation_item:last-child {
		margin-bottom: 0!important
	}

	.post_navigation_item i {
		right: 0;
		left: 15px;
	}

	.post_related .blog_post_container {
		margin-bottom: 20px;
	}

	.post_related .blog_post_container .blog_post_banner {
		margin-bottom: 20px;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {

}

/* --------
end responsive design
------------------------------------------- */


/* --------
Reading Progress Bar
------------------------------------------- */

#reading_progress {
  /* Positioning */
  position: fixed;
  left: 0;
  top: 0;

  /* Dimensions */
  width: 100%;
  height: 5px;

  /* Reset the appearance */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;

  /* Get rid of the default border in Firefox/Opera. */
  border: none;

  /* Progress bar container for Firefox/IE10+ */
  background-color: transparent;

  /* Progress bar value for IE10+ */
  color: #f47e00;
  z-index: 9999;
}

progress[value]::-webkit-progress-bar {
  background-color: transparent;
}

progress[value]::-webkit-progress-value {
  background-color: #f47e00;
}

progress[value]::-moz-progress-bar {
  background-color: #f47e00;
}

.admin-bar #reading_progress, .admin-bar .reading-progress-bar {
  top: 32px;
}

.reading-progress-bar {
  background-color: #fff;
  width: 100%;
  /* Positioning */
  position: fixed;
  left: 0;
  top: 0;

  /* Dimensions */
  width: 100%;
  height: 5px;
  display: block;
}

.reading-progress-bar > span {
  background-color: #f47e00;
  display: block;
  text-indent: -9999px;
}

/* slick slider */

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    padding: 0;

    cursor: pointer;

    color: #000;
    border: none;
    outline: none;
    background: transparent;
		z-index: 999;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{

    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		display: inline-block;
		color: inherit;
		line-height: 40px;
		text-shadow: none;
		background-color: #fff;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		text-align: center;
		font-size: 15px;
}

.slick-prev
{
    left: -10px;
}

.slick-prev:before
{
    content: '\f100';
}


.slick-next
{
    right: -10px;
}

.slick-next:before
{
    content: '\f101';
}


.slick-slider .wp-caption-text{
	box-sizing: border-box;
font-size: 15px;
font-style: italic;
line-height: 1.5;
margin: 9px 0px;
position: absolute;
bottom: -10px;
left: 15px;
right: 15px;
padding: 10px 10px;
background: rgba(255,255,255,.8);
font-style: normal;
}

.widget_area.col-md-12 #secondary {
	padding-top: 45px;
}

.sticky_header {
	position:fixed;
	width: 100%;
	top: 0;
	z-index: 99999;
}



.site_header .invisible_header {
	opacity: 0;
	display: block;
	height: 50px;
}

.admin-bar .sticky_header {
	top:32px;
}

@media screen and (max-width: 782px) {
	.admin-bar .sticky_header {
		top:46px;
	}
}
@media screen and (max-width: 600px) {
	.admin-bar .sticky_header {
		top:0;
	}
}
/*.side_container_opened .sticky_header {
	top: 0 !important;
}*/

.sticky_header .top_menu_wrapper {
	background-color: #fff;
}

.top_menu_wrapper .top_header_items_holder .header_info_wrapper {
	width: auto;
	height: 100%;
	padding-top: 18px;
	padding-right: 0;
	padding-bottom: 14px;
	border-left: 1px solid #eee;
	margin-left: 10px;
	float:left;
	/*animation-name: slide;
	animation-duration: 1s;*/
}

.top_menu_wrapper .header_info_wrapper .user_info_button {
	padding: 0;
	border: none;
	height: auto;
	width: auto;
	margin-left: 20px;
	font-size: 14px;
	line-height: 16px;
}

.top_menu_wrapper .top_header_items_holder .header_info_wrapper .user_info_avatar_image.user_info_button {
	height: 35px;
	margin-top: -10px;
	margin-bottom: -10px;
}

.top_menu_wrapper .top_header_items_holder .header_info_wrapper .user_info_avatar_image.user_info_button img {
	height: 35px;
	border-radius: 100px;
}

.sticky_header .header_info_wrapper {
	display: none;
}
.sticky_header .mobile_menu_opened .header_info_wrapper {
	display: none !important;
}
/*
.sticky_header .header_logo_wrapper {
	display: none;

	-webkit-transition: all 2s ease-in;
	 -moz-transition: all 2s ease-in;
		-ms-transition: all 2s ease-in;
		 -o-transition: all 2s ease-in;
				transition: all 2s ease-in;
}*/

.site_side_container.sticky_sidebar {
	top:50px;
}
body.admin-bar .site_side_container.sticky_sidebar {
	top: 82px ;
}

.site_side_container.sticky_sidebar  .info_sidebar {
	padding-bottom: 78px;
}

body.admin-bar .site_side_container.sticky_sidebar  .info_sidebar {
	padding-bottom: 108px;
}

.header_logo_wrapper.container {
	padding-right: 0;
	padding-left: 0;
}

.blog_posts_wrapper.blog_posts_single .blog_post_banner.undertitle {
	margin-top: 26px;
}

/*.admin-bar #reading_progress.progress_sticky_header, .admin-bar .reading-progress-bar.sticky_header {
	top: 82px !important;
}

#reading_progress.progress_sticky_header, .reading-progress-bar.sticky_header {
	top: 50px !important;
}*/

/*Hide Scrollbar from slide sidebar */

.side_container_opened {
  overflow: hidden;
}

.site_side_container.sticky_sidebar .info_sidebar {
  height: 100% !important;
  width: 100% !important;
  position: absolute;
  overflow-y: scroll;
	padding-right: 20px;
}

.mobile_menu_opened input.search_text {
  width: 85% !important;
}

/* author social icons */
.author_text .social_icons_list a {
  padding-right: 8px;
  color: #000;
  font-size: 14px;
}

.author_text .social_icons_list a:hover, .author_text .social_icons_list a:active {
  color: #f47e00;
}
/* Ajax Loading */
@-webkit-keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

@keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

.line-scale-pulse-out > div {
  background-color: #FF7D0E;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: line-scale-pulse-out 1.0s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
          animation: line-scale-pulse-out 1.0s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85); }
  .line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {
    -webkit-animation-delay: -0.4s !important;
            animation-delay: -0.4s !important; }
  .line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {
    -webkit-animation-delay: -0.2s !important;
            animation-delay: -0.2s !important; }
            /*       */

.ajax_content_container.ajax_item.animated {
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes ajaxfadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);

  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;

  }
}

@keyframes ajaxfadeInDown {
  0% {
    opacity: 0;
    margin-top: -70px;
	}
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

.fadeInDown {
	-webkit-animation: ajaxfadeInDown 800ms ease-in;
	animation: ajaxfadeInDown 800ms ease-in;

}


@-webkit-keyframes slide {
  0% {
    max-height: 0;
  }
	50% {
		max-height: 20px;
	}
  100% {
    max-height: 20000px;
  }
}

@keyframes slide {
	0% {
    max-height: 0;
  }

  100% {
    max-height: 20000px;
  }
}

.ajax_content_container.fadeInUp {
  -webkit-animation-name: ajaxfadeInUp;
  animation-name: ajaxfadeInUp;
}

@-webkit-keyframes ajaxfadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes ajaxfadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.ajax_content_container.fadeInRight {
  -webkit-animation-name: ajaxfadeInRight;
  animation-name: ajaxfadeInRight;
}

@-webkit-keyframes ajaxfadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes ajaxfadeInLeft {
  0% {
    opacity: 0;
		transform: translateY(-100%);
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }

  100% {
    opacity: 1;
		transform: translateY(0);
    -webkit-transform: none;
    transform: none;
  }
}

.ajax_content_container.fadeInLeft {
  -webkit-animation-name: ajaxfadeInLeft;
  animation-name: ajaxfadeInLeft;
}

@-webkit-keyframes ajaxfadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.15;
  }
}

@keyframes ajaxfadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.15;
  }
}

.ajax_content_container.fadeOut {
  -webkit-animation-name: ajaxfadeOut;
  animation-name: ajaxfadeOut;
	height: 0;
}

@-webkit-keyframes ajaxfadeIn {
  0% {
    opacity: 0.15;
		height: 0;
  }

  100% {
    opacity: 1;
		height: auto;
  }
}

@keyframes ajaxfadeIn {
  0% {
    opacity: 0.15;
		height: 0;
  }

  100% {
    opacity: 1;
		height: 100%;
  }
}

/*.ajax_content_container .animated {
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
	-webkit-transition: all 1s ease-in;
-moz-transition: all 1s ease-in;
-ms-transition: all 1s ease-in;
-o-transition: all 1s ease-in;
transition: all 1s ease-in;
}*/

.ajax_content_container {
	height: auto;
}


.ajax_content_container .ajax_item.ajax_item_played {
  visibility: hidden;
}

.gif_loader_container {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -20px;
  z-index: 1;
  display: none;
}

.asalah_hidden_schemas {
	display: none;
}

.blog_posts_wrapper.masonry_blog_style .blog_post_banner.blog_post_audio,
.blog_posts_wrapper.masonry_blog_style .blog_post_banner.blog_post_gallery,
.blog_posts_wrapper.banner_grid_blog_style .blog_style_featured_other .blog_post_banner.blog_post_audio,
.blog_posts_wrapper.banner_grid_blog_style .blog_style_featured_other.blog_post_banner.blog_post_gallery {
	min-height: 166px;
}
.col-md-12 .blog_posts_wrapper.masonry_blog_style .blog_post_banner.blog_post_gallery,
.col-md-12 .blog_posts_wrapper.banner_grid_blog_style .blog_style_featured_other .blog_post_banner.blog_post_gallery {
	min-height: 182px;
}
.col-md-12  .blog_post_container.blog_style_featured_first .blog_post_banner.blog_post_gallery {
	min-height: 400px;
}
.blog_posts_wrapper.masonry_blog_style .blog_post_banner.blog_post_video .video_fit_container,
.blog_posts_wrapper.masonry_blog_style .blog_post_banner.blog_post_video .video_fit_container iframe,
.blog_posts_wrapper.banner_grid_blog_style .blog_style_featured_other .blog_post_banner.blog_post_video .video_fit_container,
.blog_posts_wrapper.banner_grid_blog_style .blog_style_featured_other .blog_post_banner.blog_post_video .video_fit_container iframe {
	min-height: 181px;
	width: 100%;
}

.col-md-9 .blog_posts_wrapper.masonry_blog_style .blog_post_banner.blog_post_video .video_fit_container,
.col-md-9 .blog_posts_wrapper.banner_grid_blog_style .blog_style_featured_other .blog_post_banner.blog_post_video .video_fit_container {
	min-height: 154px;
}
.blog_posts_wrapper.masonry_blog_style .blog_post_banner.blog_post_video iframe.lazyloaded,
.blog_posts_wrapper.masonry_blog_style .blog_post_banner.blog_post_video iframe.lazyloading,
.blog_posts_wrapper.banner_grid_blog_style .blog_style_featured_other .blog_post_banner.blog_post_video iframe.lazyloaded,
.blog_posts_wrapper.banner_grid_blog_style .blog_style_featured_other .blog_post_banner.blog_post_video iframe.lazyloading {
	border-radius: 6px;
	background: #000;
	object-fit: cover;
}

.blog_post_banner.blog_post_video iframe.lazyloaded,
.blog_post_banner.blog_post_video iframe.lazyloading {
	border-radius: 10px;
	background: #000;
	object-fit: cover;
}

.fb_iframe_widget_fluid {
	display: block !important;
	width: 100%;
}

.author_box.author-info.has_avatar .author_text {
	margin-left: 104px;
}

.page-header .taxonomy-description {
	padding: 5px 20px;
	font-size: 15px;
	line-height: 24px;
}
.page-header .taxonomy-description p {
	font-size: 15px;
	line-height: 24px;
	display: inline;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px;
}

p.wp-block-subhead {
color: #6c7781;
}

pre {
word-break: break-word;
white-space: pre-wrap;
}

.wp-block-cover.alignleft,
.wp-block-cover-image.alignleft {
	margin-right: 1em;
}

.wp-block-cover-image.alignright
.wp-block-cover.alignright {
	margin-left: 1em;
}


@media (max-width: 992px) {
	.post_related .blog_post_container {
		width: 33.33333333%;
		float: left;
	}
}

@media (max-width: 500px) {
	.post_related .blog_post_container {
		width: 100%;
		float: left;
	}
}

.wp-block-image.alignfull {
  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}


	.wp-block-image.alignwide {
	  margin-left: -85px;
	  margin-right: -85px;
		max-width: 200% !important;
	}


.blog_post_text p > span[data-pin-log],
span[data-pin-log="embed_pin_large"],
.blog_post_text > span[data-pin-log] {
	margin: auto;
	display: block !important;
}