/*
Theme Name: RSVP Schwan
Theme URI: http://rsvpteam.co.il
Author: RSVP TEAM - Tom Rusko
Author URI: http://rsvpteam.co.il
Description: RSVP Team's Schwan Theme 
Version: 1.0
License: my code - private!!!, open source code - by their license

Text Domain: schwan
*/


@font-face {
	font-family: 'NotoKufiArabic-Bold';
	src: url(fonts/NotoKufiArabic-Bold.ttf);
}

.noar {
	font-family: 'NotoKufiArabic-Bold', 'almoni-dl-bold', arial, helvetica, sans-serif;
}

@font-face {
	font-family: 'Alef';
	src: url('fonts/Alef-Bold.eot');
	src: url('fonts/Alef-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Alef-Bold.woff') format('woff'),
		url('fonts/Alef-Bold.ttf') format('truetype'),
		url('fonts/Alef-Bold.svg#alefbold') format('svg');
	font-weight: bold;
	font-style: normal;

}




@font-face {
	font-family: 'Alef';
	src: url('fonts/Alef-Regular.eot');
	src: url('fonts/Alef-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Alef-Regular.woff') format('woff'),
		url('fonts/Alef-Regular.ttf') format('truetype'),
		url('fonts/Alef-Regular.svg#alefregular') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'almoni-dl-light';
	font-weight: 300;
	/*(light)*/
	font-style: normal;
	src: url('fonts/almoni-dl-aaa-400.eot');
	src: url('fonts/almoni-dl-aaa-400.eot?#iefix') format('embedded-opentype'),
		url('fonts/almoni-dl-aaa-400.ttf') format('truetype'),
		url('fonts/almoni-dl-aaa-400.woff') format('woff'),
		url('fonts/almoni-dl-aaa-400.svg#almoni-dl-regular') format('svg');
}


@font-face {
	font-family: 'almoni-dl';
	font-weight: 400;
	/*(regular)*/
	font-style: normal;
	src: url('fonts/almoni-dl-aaa-400.eot');
	src: url('fonts/almoni-dl-aaa-400.eot?#iefix') format('embedded-opentype'),
		url('fonts/almoni-dl-aaa-400.ttf') format('truetype'),
		url('fonts/almoni-dl-aaa-400.woff') format('woff'),
		url('fonts/almoni-dl-aaa-400.svg#almoni-dl-regular') format('svg');
}

@font-face {
	font-family: 'almoni-dl-bold';
	font-weight: 700;
	/*(bold)*/
	font-style: normal;
	src: url('fonts/almoni-dl-aaa-700.eot');
	src: url('fonts/almoni-dl-aaa-700.eot?#iefix') format('embedded-opentype'),
		url('fonts/almoni-dl-aaa-700.ttf') format('truetype'),
		url('fonts/almoni-dl-aaa-700.woff') format('woff'),
		url('fonts/almoni-dl-aaa-700.svg#almoni-dl-regular') format('svg');
}

@font-face {
	font-family: 'almoni-dl-bold';
	font-weight: 900;
	/*(bold)*/
	font-style: normal;
	src: url('fonts/almoni-dl-aaa-900.eot');
	src: url('fonts/almoni-dl-aaa-900.eot?#iefix') format('embedded-opentype'),
		url('fonts/almoni-dl-aaa-900.ttf') format('truetype'),
		url('fonts/almoni-dl-aaa-900.woff') format('woff'),
		url('fonts/almoni-dl-aaa-900.svg#almoni-dl-regular') format('svg');
}


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
	line-height: 16px;
	font-family: 'Alef', arial, helvetica, sans-serif;
	color: #000;
	vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;

}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

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

input[type="text"],
textarea {
	outline: none;
	-webkit-border-radius: 0px;
	-webkit-appearance: none;
}

textrea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #3a3737;
	font-size: 14px;
	font-family: 'almoni-dl', arial, helvetica, sans-serif;
}

textrea:-moz-placeholder,
input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #3a3737;
	font-size: 14px;
	font-family: 'almoni-dl', arial, helvetica, sans-serif;
}

textrea::-moz-placeholder,
input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #3a3737;
	font-size: 14px;
	font-family: 'almoni-dl', arial, helvetica, sans-serif;
}

textrea:-ms-input-placeholder,
input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #3a3737;
	font-size: 14px;
	font-family: 'almoni-dl', arial, helvetica, sans-serif;
}


.fb_iframe_widget_fluid {
	display: block;
	height: 100%;
	width: 100%;
}

.fb_iframe_widget {
	float: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a,
a h2,
a h1,
a h3,
a h4,
a b {
	-webkit-transition: color 0.1s ease-in-out;
	-moz-transition: color 0.1s ease-in-out;
	-o-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out;
}

a {
	text-decoration: none;
}

a h2:hover,
a h3:hover,
.auth_wid a:hover,
.wid_bg_f p a:hover {
	color: #f72f39;
}

.flc {
	clear: both;
}

.flr {
	float: right;
}

.fll {
	float: left;
}

.dlr {
	font-family: 'almoni-dl', arial, helvetica, sans-serif;
}

.dll {
	font-family: 'almoni-dl-light', arial, helvetica, sans-serif;
}

.dlb {
	font-family: 'almoni-dl-bold', arial, helvetica, sans-serif;
}

.alfr {
	font-family: 'Alef', arial, helvetica, sans-serif;
	font-weight: 400;
}

.alfb {
	font-family: 'Alef', arial, helvetica, sans-serif;
	font-weight: 700;
}

.bord {
	border: 1px solid #ddddd4;
}

/* header start here */
.header_outer {
	width: 100%;
	margin-bottom: 30px;
}

.cat_hp_c_nav {
	width: 485px;
	overflow: hidden;
	margin-right: 10px;
	height: 50px;
}

.page_wrap {
	width: 1060px;
	margin: auto;
}

.sprite.logo {
	margin-top: 16px;
	margin-right: 0px;
}

.sprite.logo_ar {
	margin-top: 33px;
}

.banner_wid {
	border: 1px solid #dad9cf;
	/*height: 334px;*/
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	overflow: hidden;

}

.banner_wid img {
	margin-bottom: -4px;
	/*height: 100%;
	object-fit: cover;*/
}

.bannerlink_out_titles3 .banner_wid {
	height: 210px;
}

.footer {
	width: 100%;
	margin-top: 140px;
	height: 260px;
	background-color: #f3f3f3;
	border-top: 1px solid #dad9cf;
}

.footer_col1 {
	width: 207px;
	margin: 30px 20px 0px 20px;
}

.footer_col2 {
	width: 229px;
	margin: 30px 20px 0px 20px;
}

.footer_col1 h6,
.footer_col2 h6 {
	font-size: 22px;
	line-height: 24px;
}

.content_t_foo {
	width: 100%;
	margin-top: 10px;
}

.content_t_foo p {
	font-size: 14px;
	line-height: 15px;
	margin-bottom: 10px;
}

.content_t_foo p a {
	color: #f72f39;
	font-size: 14px;
	line-height: 13px;
	text-decoration: underline;
}

.credit {
	color: #6c7a89;
	font-size: 12px;
	margin-top: 20px;
}

.credit a {
	text-decoration: underline;
	color: #6c7a89;
	font-size: 12px;
}

.foo_spr {
	width: 1px;
	height: 260px;
	background-color: #e0dfd7;
}

.soc_foo_link {
	width: 100%;
	margin-bottom: 6px;
}

.soc_foo_link span {
	font-size: 14px;
	color: #3a3737;
	margin-right: 15px;
	line-height: 27px;
}

.foo_don_t {
	width: 170px;
	margin-right: 20px;
}

.lbimg {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.donate_text {
	width: 100%;
	text-align: center;
	margin-top: 180px;
}

.donate_text.newsletterlb {
	margin-top: 0;
}

.donate_text h2 {
	width: 100%;
	text-align: center;
	color: #f72f39;
	font-size: 40px;
	line-height: 40px;
}

.donate_text span {
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #252525;
	margin-top: 10px;
	margin-bottom: 30px;
}

.search_wrap_page {
	width: 690px;
}

.search_wraper {
	position: relative;
	width: 225px;
	height: 25px;
}

.search_wraper input[type="text"] {
	width: 171px;
	height: 21px;
	border: 0;
	outline: 0;
	border-top: 1px solid #e9e8e3;
	border-right: 1px solid #e9e8e3;
	border-bottom: 1px solid #e9e8e3;
}

.search_wraper input[type="submit"] {
	cursor: pointer;
	background-color: transparent;
	border: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}

.search_wraper.search_p {
	margin: 0;
}

.s_results {
	width: 690px;
	margin-top: 30px;
}

.s_res {
	margin-bottom: 40px;
	width: 690px;
}

.stitle {
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 5px;
}

.s_text {
	font-size: 14px;
	line-height: 16px;
	height: 32px;
	overflow: hidden;
}

.sr_link {
	direction: ltr;
}

.onlb {
	display: block;
	margin: auto;
	margin-top: 15px;
}

.spr_d_lb {
	width: 440px;
	height: 1px;
	display: block;
	background-color: #e5e5e5;
	margin: 30px auto 30px auto;
}

.h_link {
	color: #f72f39;
	margin-right: 10px;
	font-size: 20px;
	letter-spacing: -1px;
	line-height: 30px;
	width: 30px;
	text-align: center;
}

.bordless.h_link {
	border: 0;
	margin: 0;
}

#s_titleg_num {
	margin-top: 20px;
}

.s_titleg_num {
	font-size: 22px;
	line-height: 24px;
}

.h_link:hover {
	color: #ca131c;
}

.h_link:hover {
	opacity: 0.5;
}

.nav_outer {
	width: 1060px;
	height: 50px;
	background-color: #abb7b7;
}

.nav_outer.sticky {
	position: fixed;
	top: 0;
	z-index: 25;
}

.nav_out_out {
	width: 1060px;
	height: 50px;
	margin-top: 15px;
}

.day_timer {
	padding: 0px 15px 0px 15px;
	text-align: center;
	font-size: 14px;
	line-height: 50px;
	height: 50px;
	background-color: #f72f39;
	color: #fff;
	text-decoration: underline;
}

.select_drop_less {
	position: relative;
	height: 32px;
	padding: 17px 20px 0px 20px;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
}

.select_drop_less:hover,
.drop_title:hover {
	color: #f72f39;
}

.select_drop_down {
	position: relative;
	height: 32px;
	width: 105px;
	padding: 17px 20px 0px 20px;
}

.drop_title {
	width: 100px;
	height: 33px;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
}

.drop_title small {
	margin-top: 5px;
}

.nav_items {
	width: 143px;
	background-color: #fff;
	border: 1px solid #dad9cf;
}

.nav_items li {
	width: 143px;
}

.nav_items li a {
	line-height: 39px;
	border-bottom: 1px solid #dad9cf;
	font-size: 11px;
	width: 100px;
	padding: 0px 20px 0px 20px;
}

.nav_items li a:hover {
	color: #f72f39;
}

.nav_items_wrap {
	width: 145px;
	margin-right: -20px;
	height: 0px;
	z-index: 5;
	overflow: hidden;
	position: relative;
	-webkit-transition: height 0.3s ease-in-out;
	-moz-transition: height 0.3s ease-in-out;
	-o-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;
}

.nav_items_wrap_inn {
	width: 100%;
	height: 481px;
}

.nav_spr {
	height: 16px;
	width: 1px;
	background-color: #fff;
	margin-top: 17px;
}

.nav_cats {
	position: relative;
	z-index: 25;
}

.nav_writers.select_drop_down {
	width: 125px;
}

.nav_writers .drop_title {
	width: 120px;
}

.nav_writers .nav_items_wrap {
	width: 165px;
}

.nav_writers .nav_items {
	width: 163px;
}

.nav_writers.select_drop_down .jspPane {
	left: auto !important;
	right: 0 !important;
}

.nav_writers .nav_items li {
	width: 163px;
}

.nav_writers .nav_items li a {
	width: 120px;
}

.main_item_sub_out {
	width: 100%;
	max-height: 0;
	background-color: #f1f1f2;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.nav_cats .nav_items li:hover .main_item_sub_out {
	max-height: 300px;
}

.nav_items li.main_c_item {
	position: relative;
}

.subs_wrap_head {
	right: 145px;
	z-index: 2;
	position: absolute;
	top: 0;
}

.main_item_sub {
	background-color: #fff;
	width: 143px;
	border-bottom: 1px solid #dad9cf;
}

.main_item_sub.active {
	display: block;
}

.main_item_sub a {
	line-height: 39px;
	font-size: 12px;
	width: 100px;
	padding: 0px 20px 0px 20px;
}

.main_item_sub a:hover {
	color: #f72f39;
}

.sub_li_html_hidden {
	width: 100%;
	background-color: #f1f1f2;
}

.nav_cats_all_d {
	width: 145px;
	position: relative;
}

/* header end here */

/* side bar start here */
#rep_msg,
#lrep_msg {
	font-size: 16px;
	line-height: 18px;
}

#rep_msg.redtext,
#lrep_msg.redtext {
	color: #c90000;
}

.field_wraper {
	width: 100%;
	position: relative;
}

.form_holder {
	width: 100%;
	margint-top: 20px;
}

#sbc {
	cursor: pointer;
	position: absolute;
	left: 0px;
	bottom: 1px;
}

#sbc.lbf {
	position: static;
}

.lb_submit {
	cursor: pointer;
	width: 190px;
	height: 50px;
	text-align: center;
	color: #fff;
	line-height: 50px;
	font-size: 40px;
	background-color: #f72f39;
}

.lb_submit:hover {
	background-color: #ca131c;
}

.field {
	color: #3a3737;
	font-size: 14px;
	font-family: 'almoni-dl', arial, helvetica, sans-serif;
	padding: 7px;
	width: 214px;
	height: 14px;
	border: 1px solid #dad9cf;
	margin-bottom: 12px;
}

.field.lbf {
	padding: 17px;
	width: 224px;
	height: 14px;
	margin-bottom: 20px;
}

.field2 {
	color: #3a3737;
	font-size: 14px;
	font-family: 'almoni-dl', arial, helvetica, sans-serif;
	padding: 7px;
	min-width: 214px;
	max-width: 214px;
	max-height: 62px;
	min-height: 62px;
	border: 1px solid #dad9cf;
	margin: 0px;
}

.field2.lbf {
	margin-bottom: 20px;
	padding: 17px;
	min-width: 524px;
	max-width: 524px;
	max-height: 84px;
	min-height: 84px;
}

.field2::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #3a3737;
	font-size: 14px;
	font-family: 'almoni-dl', arial, helvetica, sans-serif;
}

.field2:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #3a3737;
	font-size: 14px;
	font-family: 'almoni-dl', arial, helvetica, sans-serif;
}

.field2::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #3a3737;
	font-size: 14px;
	font-family: 'almoni-dl', arial, helvetica, sans-serif;
}

.field2:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #3a3737;
	font-size: 14px;
	font-family: 'almoni-dl', arial, helvetica, sans-serif;
}


.wid_facebook_outer {
	position: relative;
	width: 288px;
	border: 1px solid #dad9cf;
	padding-bottom: 10px;
}

.post_sidebar {
	width: 288px;
}

.sidebar_li {
	width: 100%;
	order: 6;
}

.sidebar_ul {
	width: 100%;
}

.searchform {
	width: 286px;
	height: 48px;
}

.newsletter_wrap {
	width: 286px;
	position: relative;
}

.lrep_msg_newsletter {
	font-size: 15px;
	position: absolute;
	bottom: -20px;
	right: 0;
}

.newsletter_wrap.footer_elm {
	width: 229px;
}

.newsletter_wrap.lbong {
	height: 48px;
	margin: auto;
	margin-top: 40px;
}

.top10 {
	margin-top: 10px;
}

.top13 {
	margin-top: 13px;
}

.top20 {
	margin-top: 20px;
}

.foo_ss {
	color: #3a3737;
	width: 193px;
	font-size: 14px;
	height: 12px;
	background-color: #fff;
	border: 0;
	padding: 18px;
}

.searchsubs {
	cursor: pointer;
	border: 0;
	display: block;
	background-color: #f72f39;
	border-right: 1px solid #ddddd4;
	width: 57px;
	height: 48px;
}

.foo_ss.footer_elm {
	width: 136px;
}

.lbfb_container {
	width: 370px;
	margin: auto;
	margin-top: 20px;
}

.wid_bg_f {
	width: 288px;
	background-color: #fff;
	overflow: hidden;
}

.wid_bg_less {
	width: 288px;
}

.linktoall {
	margin-top: 10px;
	font-size: 16px;
}

.wid_bg_f p {
	margin: 15px;
	font-family: 'Alef', arial, helvetica, sans-serif;
	font-weight: 400;
}

.wid_bg_f p a {
	font-family: 'Alef', arial, helvetica, sans-serif;
	font-weight: 400;
	color: #6c7a89;
	text-decoration: underline;
}

.wid_bg_f h3 {
	font-size: 23px;
	color: #f72f39;
	width: 258px;
	text-align: center;
	margin: 15px 15px 0px 0px;
}

.s_wid_title {
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}

.s_wrd_sprot {
	width: 56px;
	height: 47px;
}

.bg1 {
	background-color: #f72f39;
}

.wid_title_txt {
	width: 212px;
	line-height: 47px;
	font-size: 25px;
	text-align: right;
	padding-right: 20px;
}

.wid_latest {
	width: 220px;
	margin: 20px;
}

.wid_latest_wr_out {
	width: 287px;
	height: 295px;
}

.wid_latest_wr {
	width: 287px;
	height: 295px;
	overflow: hidden;
}

.wid_latest_li {
	width: 216px;
	margin-right: 25px;
	margin-bottom: 24px;
}

.wid_latest_li time {
	color: #208c42;
	line-height: 15px;
}

.wid_latest_li a {
	line-height: 15px;
}

.wid_latest_li a:hover {
	text-decoration: underline;
}

.wid_bg_ul {
	width: 100%;
}

.wid_bg_acc_li {
	width: 100%;
	cursor: pointer;
	height: 60px;
	overflow: hidden;
	-webkit-transition: height 0.5s cubic-bezier(.26, .12, 0, 1);
	-moz-transition: height 0.5s cubic-bezier(.26, .12, 0, 1);
	-o-transition: height 0.5s cubic-bezier(.26, .12, 0, 1);
	transition: height 0.5s cubic-bezier(.26, .12, 0, 1);
}

.wid_bg_acc_li.last_one {
	height: 50px;
}

.wid_bg_acc_li.active {
	height: 170px;
}

.wid_bg_acc_li.last_one.active {
	height: 160px;
}

.wid_bg_acc_li a {
	margin-bottom: -6px;
}

.wid_acc_title {
	width: 100%;
	height: 50px;
	text-align: center;
	color: #fff;
	line-height: 50px;
	font-size: 25px;
}

.wid_spe_list {
	width: 288px;
}

.wid_spe_li img {
	width: 100%;
	object-fit: cover;
}

.wid_spe_li {
	width: 288px;
	height: 85px;
	overflow: hidden;
}

.wid_spe_li.hotpost {
	height: auto;
}

.wid_spe_li a h2 {
	font-size: 14px;
	line-height: 16px;
	width: 100px;
	height: 32px;
	overflow: hidden;
	margin-right: 20px;
	margin-top: 20px;
}

.sidebar_li a h2 {
	font-size: 14px;
	line-height: 16px;
	margin-top: 10px;
}

.wid_spr {
	width: 100%;
	height: 1px;
	background-color: #dad9cf;
}

.wid_spe_li a h2:hover {
	text-decoration: underline;
	color: #000;
}

/* side bar end here */

/* single start here */
.hp_spr {
	width: 100%;
	height: 1px;
	background-color: #dad9cf;
	margin: 30px 0px 30px 0px;
}

.hp_spr.discover {
	margin-top: 0;
}

.post_inside {
	width: 690px;
	margin-right: 82px;
}

.post_outside {
	width: 690px;
	margin-right: 82px;
}

.post_main img {
	max-width: 100%;
}

.post_main {
	width: 690px;
}

.main_title {
	width: 100%;
	line-height: 30px;
	color: #252525;
	font-size: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.posts_cat_area .main_title {
	line-height: 20px;
	font-size: 23px;
}

.post_exp {
	font-size: 16px;
	line-height: 16px;
	color: #525252;
}

.post_exp.wid {
	width: 242px;
	height: 45px;
	overflow: hidden;
	margin: 10px 25px 25px 0px;
	font-size: 14px;
	line-height: 16px;
	color: #000;
}

.post_details {
	width: 100%;
}

.post_main .post_details {
	margin-top: 4px;
}

.post_details.cat {
	margin-top: 10px;
}

.hp_im_d {
	width: 320px;
	margin-bottom: 5px;
	height: 188px;
	overflow: hidden;
	position: relative;
}

.cat_p_img .hp_mask_video,
.hp_im_d .hp_mask_video {
	top: 0;
	right: 0;
	position: absolute;
	width: 0;
	height: 0;
	z-index: 5;
	background-color: #000;
	opacity: 0;
}

.cat_p_img.video_active .hp_mask_video,
.hp_im_d.video_active .hp_mask_video {
	width: 100%;
	height: 100%;
	opacity: 0.4;
}

.cat_p_img .spr_hov_v,
.hp_im_d .spr_hov_v {
	top: 0;
	right: 0;
	position: absolute;
	z-index: 7;
	opacity: 0;
}

.cat_p_img.video_active .spr_hov_v,
.hp_im_d.video_active .spr_hov_v {
	top: 70px;
	right: 140px;
	opacity: 1;
}


.post_details.wid {
	width: 242px;
	margin: 15px 25px 10px 0px;
}

.post_details time {
	color: #6c7a89;
	font-size: 14px;
	line-height: 16px;
}

.post_details a {
	margin-left: 10px;
	color: #6c7a89;
	font-size: 14px;
	line-height: 16px;
}

.post_details a.comments {
	margin-left: 0;
}

.wid_spe_li a h2.wid_hot_post {
	width: 242px;
	height: auto;
	overflow: hidden;
	font-size: 18px;
	line-height: 20px;
	margin: 0;
	margin: 10px 10px 0px 0px;
}

.wid_spe_li .writert_w {
	color: #abb7b7;
	width: 242px;
	overflow: hidden;
	font-size: 14px;
	line-height: 16px;
	margin: 0;
	margin: 0px 10px 10px 0px;
}

.wid_spe_li .writert_w:hover {
	text-decoration: underline;
}

.expert {
	font-size: 22px;
	line-height: 22px;
	color: #525252;
	margin-bottom: 10px;
}

.auth_wr {
	width: 100%;
	margin-bottom: 20px;
}

.author_title,
.auth_wr time,
.content_tags span.author_title {
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	line-height: 16px;
	color: #2694b8;
}

.social_wrap {
	width: 96%;
	border: 1px solid #e9e8e2;
	padding: 2%;
	height: 30px;
	background-color: #fff;
	margin: 10px 0px 30px 0px;
}

.sharethis_wr {
	heihgt: 24px;
	margin-top: 6px;
	width: 28px;
	border-left: 2px solid #dad9cf;
}

.sharethis_wr small {
	cursor: pointer;
}

.recommend_wr {
	width: 130px;
	/* overflow:hidden; */
	margin-top: 5px;
	margin-right: 10px;
}

.twitter_wr {
	width: 75px;
	overflow: hidden;
	margin-top: 5px;
}

.comment_wr {
	width: 42px;
	margin-top: 6px;
	border-left: 2px solid #dad9cf;
	text-align: center;
}

.comment_wr small {
	cursor: pointer;
	display: block;
	margin: auto;
}

.cmail_wr {
	padding: 0px 8px 0px 8px;
	margin-top: 6px;
	border-left: 2px solid #dad9cf;
	text-align: center;
}

.cmail_wr a,
.cmail_wr div {
	cursor: pointer;
	display: block;
}

.cmail_wr a span,
.cmail_wr div span {
	color: #52bde0;
	line-height: 20px;
	font-size: 12px;
	margin-right: 5px;
}

.cmail_wr a .mail {
	margin-top: 3px;
}

.gallery_p {
	width: 690px;
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
}

.gallery_p.hp {
	margin-bottom: 0px;
}

.innerg_cont {
	position: absolute;
	z-index: 5;
	bottom: 0;
	right: 0;
}

.inn_cont {
	cursor: pointer;
}

.content_tags ul {
	list-style: disc;
	margin-bottom: 18px;
}

.content_tags ul li {
	margin-right: 17px;
	font-size: 14px;
	line-height: 16px;
}

.content_tags ul.gallery_ul {
	width: 191000px;
	right: 0;
	position: relative;
	list-style: none;
	margin-bottom: 0px;
	-webkit-transition: right 0.5s cubic-bezier(.26, .12, 0, 1);
	-moz-transition: right 0.5s cubic-bezier(.26, .12, 0, 1);
	-o-transition: right 0.5s cubic-bezier(.26, .12, 0, 1);
	transition: right 0.5s cubic-bezier(.26, .12, 0, 1);
}

.content_tags ul li.single_gl_li {
	width: 699px;
	position: relative;
	margin-right: 0px;
}

.gall_cap {
	position: absolute;
	z-index: 5;
	max-width: 500px;
	left: 10px;
	bottom: 0px;
	padding: 10px;
	background-color: #000;
	color: #fff;
}

.content_tags ul.tags_ul {
	list-style: none;
	width: 440px;
	margin: 3px 10px 0px 0px;
}

.content_tags ul.tags_ul li {
	margin: 0;
}


.breadCrumb {
	width: 100%;
}

.content_tags ul.breadul {
	list-style: none;
}

.content_tags ul li.nav_bread {
	margin: 0px;
	margin-left: 3px;
}

.content_tags ul li.nav_bread a {
	font-size: 16px;
	line-height: 18px;
}

.single_spr {
	width: 100%;
	height: 1px;
	background-color: #dad9cf;
	margin-bottom: 21px;
}

.single_spr.widget {
	margin: 30px 0px 30px 0px;
}

.single_spr.comment {
	margin: 10px 0px 10px 0px;
}

.content_tags h1 {
	font-size: 40px;
	line-height: 38px;
	margin-bottom: 20px;
	color: #252525;
}

.content_tags h2,
.content_tags h2 span {
	font-size: 26px;
	line-height: 28px;
	margin-bottom: 10px;
	color: #000;
	font-family: 'almoni-dl-bold', arial, helvetica, sans-serif;
}

.content_tags h3,
.content_tags h3 span {
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 6px;
	color: #000;
}

.content_tags h4,
.content_tags h4 span {
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 10px;
	color: #000;
}

.content_tags h5,
.content_tags h5 span,
.content_tags h6,
.content_tags h6 span {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 10px;
	color: #000;
}


.content_tags p {
	margin-bottom: 18px;
	font-size: 18px;
	line-height: 21px;
	font-family: 'Alef', arial, helvetica, sans-serif;
}

.content_tags p span,
.content_tags b,
.content_tags span {
	font-family: 'Alef', arial, helvetica, sans-serif;
	font-size: 18px;
	line-height: 21px;
}

.content_tags p a,
.content_tags p a span {
	font-family: 'Alef', arial, helvetica, sans-serif;
	text-decoration: underline;
	font-size: 18px;
	line-height: 21px;
	color: #6c7a89;
	text-decoration: underline;
}

.content_tags h5 a,
.content_tags h5,
.content_tags p span,
.content_tags b,
.content_tags span {
	font-size: 18px;
	line-height: 21px;
}

.content_tags h5 {
	font-weight: normal;
}

.content_tags p strong,
.content_tags storng,
.content_tags p em,
.content_tags em,
.content_tags sup {
	font-size: 18px;
	line-height: 21px;
}

.content_tags div.local_header,
.local_header {
	width: 499px;
	padding: 20px;
	background-color: #f1f1f2;
	margin: 0px -20px 20px 0px;
}

.content_tags div.local_header strong,
.local_header strong {
	font-size: 14px;
	line-height: 21px;
	color: #000;
	font-family: 'almoni-dl-bold', arial, helvetica, sans-serif;
}

.content_tags div.local_header h3,
.local_header h3 {
	text-decoration: underline;
	font-size: 18px;
	line-height: 21px;
	display: block;
	color: #000;
	font-family: 'almoni-dl-bold', arial, helvetica, sans-serif;
}

.content_tags .local_lead,
.content_tags .local_lead span,
.content_tags .local_lead p,
.content_tags .local_lead p span {
	font-family: 'Alef', arial, helvetica, sans-serif;
	color: #fff;
	font-size: 21px;
	line-height: 23px;
	font-style: italic;
	margin: 0;
}

.content_tags .local_lead {
	font-family: 'Alef', arial, helvetica, sans-serif;
	margin: 0px 20px 20px 0px;
	padding: 15px 40px 15px 40px;
	width: 247px;
	position: relative;
	background-color: #f63038;
	float: left;
}

.content_tags img {
	height: auto;
}

.content_tags .img_wr_disc img {
	/* width:490px; */
	width: 100%;
	height: auto;
}

.content_tags img.alignleft {
	float: left;
	height: auto;
	margin: 0px 18px 18px 0px;
}

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

.content_tags img.alignright {
	float: right;
	height: auto;
	margin: 0px 0px 18px 18px;
}

.content_tags .single_gl_li img {
	width: 690px;
	height: auto;
}

.content_tags .auth_wid img {
	width: 160px;
}

.content_tags blockquote,
.content_tags blockquote p,
.content_tags blockquote span,
.content_tags blockquote em,
.content_tags blockquote strong,
.content_tags blockquote p strong {
	color: #999999;
	font-size: 18px;
	line-height: 21px;
}

.content_tags blockquote {
	padding-right: 20px;
}


.content_tags img.wp-smiley {
	width: 15px;
	height: 15px;
	position: relative;
	top: 3px;
}

.content_tags .comment-content p {
	font-size: 14px;
	margin-bottom: 14px;
}

.blockquote_ico {
	position: absolute;
	display: block;
}

.blockquote_ico.top {
	top: 0;
	right: 5px;
}

.blockquote_ico.bottom {
	bottom: 0;
	left: 5px;
}

.wp-caption {
	/* width:490px; */
	max-width: 690px;
	margin-bottom: 18px;
}

.wp-caption a img {
	margin-bottom: -6px;
}

.wp-caption a img,
.wp-caption img {
    display: block;
	/* width:490px; */
	max-width: 690px;
	height: auto;
}

.wp-caption-text {
	width: 96%;
	font-size: 18px;
	line-height: 21px;
	padding: 2%;
	color: #fff;
	background-color: #abb7b7;
}

.wp-caption.alignright {
	float: right;
	margin-bottom: 18px;
	margin-left: 18px;
}

.wp-caption.alignleft {
	float: left;
	margin-bottom: 18px;
	margin-right: 18px;
}

.wp-caption.aligncenter {
	float: none;
	margin: auto;
	margin-bottom: 18px;
}

.single_double {
	width: 690px;
}

.single_col {
	/* width:490px; */
	width: 690px;
}

.l_col {
	width: 160px;
	margin: 0px 20px 20px 0px;
}

.auth_wid {
	width: 100%;
	background-color: #fff;
	border: 1px solid #e9e8e2;
	box-sizing: border-box;
}

.auth_wid span {
	margin: 15px;
	font-size: 20px;
	width: 130px;
	line-height: 20px;
}

.content_tags .auth_wid .authtext_p {
	margin: 0px 15px 15px 15px;
}

.content_tags .auth_wid p {
	/* margin: 15px; */
	color: #525252;
	font-size: 14px;
	line-height: 16px;
}

.content_tags .auth_wid a {
	font-weight: bold;
	margin: 0px 15px 15px 15px;
	color: #525252;
	font-size: 14px;
	line-height: 16px;
}

.title_r_wid {
	width: 100%;
	border-bottom: 1px solid #e1e1d9;
	margin-bottom: 1px;
	display: flex;
}

.spr_more {
	width: 55px;
	height: 60px;
	background-color: #f72f39;
}

.more_sp {
	margin: auto;
	margin-top: 13px;
	display: block;
}

.more_t {
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	width: 105px;
}

.content_tags ul.more_ul {
	width: 100%;
	list-style: none;
	margin-bottom: 0px;
}

.content_tags ul.more_ul li {
	margin: 0;
	width: 100%;
	margin-bottom: 10px;
}

.content_tags ul.more_ul li a {
	margin: 0;
}

.content_tags ul.more_ul li a h4 {
	font-size: 13px;
	line-height: 15px;
	color: #252525;
	width: 140px;
	margin: 10px;
}


.content_tags ul.discover {
	width: 100%;
	list-style: none;
	margin-bottom: 0px;
}

.content_tags ul.discover li {
	margin: 0;
	width: 147px;
}

.content_tags ul.discover li.mrg_left {
	margin-left: 34px;
}

.img_wr_disc {
	width: 100%;
	height: 84px;
	overflow: hidden;
	margin-bottom: 10px;
}

.content_tags h5.disco_title {
	font-size: 18px;
	color: #252525;
	height: 66px;
	overflow: hidden;
}



.events_wid {
	width: 288px;
	/* height:250px; */
	overflow: hidden;
	position: relative;
}

.events_wid_ul {
	width: 17400px;
	/* height:250px;*/
	position: relative;
	right: 0;
	-webkit-transition: right 0.3s cubic-bezier(.26, .12, 0, 1);
	-moz-transition: right 0.3s cubic-bezier(.26, .12, 0, 1);
	-o-transition: right 0.3s cubic-bezier(.26, .12, 0, 1);
	transition: right 0.3s cubic-bezier(.26, .12, 0, 1);
}

.wid_event_li {
	width: 288px;
	/* height:250px; */
}

.wid_ev_day {
	width: 208px;
	font-size: 24px;
	color: #6c7a89;
	height: 41px;
	border-bottom: 1px solid #e5e5e5;
	padding-right: 80px;
	line-height: 41px;
}

.event_link_w {
	width: 248px;
	height: 28px;
	padding: 20px;
	border-bottom: 1px solid #e5e5e5;
}

.ev_title_l {
	color: #252525;
	width: 100%;
	height: 16px;
	overflow: hidden;
	font-size: 16px;
	line-height: 16px;
}

.ev_title_t {
	color: #6c7a89;
	width: 100%;
	height: 16px;
	overflow: hidden;
	font-size: 14px;
	line-height: 16px;
}

.wid_ev_cont {
	width: 64px;
	height: 42px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
}

.pointer {
	cursor: pointer;
}

/* single end here */



/* discovers start */
.top30 {
	margin-top: 30px;
}

.discover_wr {
	width: 100%;
}

.discover_4_li img {
	width: 100%;
	object-fit: cover;
}

.discover_4_li {
	width: 320px;
	margin-bottom: 30px;
	overflow: hidden;
}

.discover_4_li.carosule {
	width: 150px;
	margin-bottom: 0px;
}

.discover_4_li.carosule.mrg_left_s {
	margin-left: 30px;
}

.discover_4_li.small_d {
	height: 90px;
	overflow: hidden;
}

.discover_4_ul {
	width: 690px;
}

.main_title.discover {
	height: 60px;
	overflow: hidden;
}

.main_title.carosule {
	height: 60px;
	overflow: hidden;
	font-size: 18px;
	line-height: 20px;
}

.main_title.discover_small {
	margin-top: 5px;
	font-size: 18px;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
	margin-bottom: 0px;
}

.post_exp.discover {
	height: 64px;
	overflow: hidden;
}

.post_exp.discover_small {
	font-size: 16px;
	line-height: 16px;
	height: 32px;
	overflow: hidden;
}

.open_title,
.content_tags h4.open_title {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 5px;
}

.gallery_p.hp.content_tags h4.open_title {
	margin-bottom: 10px;
}


.lbloader {
	cursor: pointer;
}

.pre_art {
	font-size: 16px;
	line-height: 18px;
}

.sent_art {
	margin-top: 24px;
	padding: 20px 84px 20px 84px;
	width: 522px;
	background-color: #6c7a89;
	line-height: 33px;
	position: relative;
	font-size: 40px;
	font-style: italic;
	text-align: center;
	color: #fff;
}

.pre_art:hover {
	color: #f72f39;
}

.hpblockquote_end {
	display: block;
	position: absolute;
	z-index: 5;
	left: 15px;
	bottom: -15px;
}

.hpblockquote_start {
	display: block;
	position: absolute;
	z-index: 5;
	right: 15px;
	top: -15px;
}

.textstage_gallery {
	width: 670px;
	padding: 20px 10px 20px 10px;
	height: 120px;
	background-color: #f72f39;
}

.textstage_gallery h5 {
	width: 100%;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	color: #fff;
	font-size: 30px;
}

.textstage_gallery h6 {
	width: 100%;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	color: #fff;
	font-size: 22px;
}

/* discovers end */



/* comments start here */
.fb-comments_wr {
	position: relative;
	width: 100%;
}

#u_0_0,
.fb-comments_wr span,
.fb-comments_wr iframe,
.fb-comments_wr *,
.fb-comments_wr div {
	max-width: 100%
}

.comments_stage {
	width: 100%;
	background-color: #fff;
	padding: 0px;
}

.comment_title {
	width: 100%;
	border: 1px solid #e9e8e2;
}

.comment-respond {
	float: right;
}

.content_tags h3.comment-reply-title {
	display: none;
}

.comm_t {
	width: 393px;
	text-align: right;
	line-height: 51px;
	color: #000;
	font-size: 34px;
	margin-right: 25px;
}

.comment-form {
	float: right;
}

.comment_textarea {
	margin: 0;
	min-width: 652px;
	max-width: 652px;
	background-color: #f1f1f2;
	color: #252525;
	min-height: 160px;
	max-height: 160px;
	font-size: 17px;
	padding: 10px 20px 10px 20px;
	border: 0;
}

.comment_field {
	width: 652px;
	background-color: #f1f1f2;
	color: #252525;
	height: 16px;
	font-size: 17px;
	padding: 10px 20px 10px 20px;
	border: 0;
}

.comment_textarea::-webkit-input-placeholder,
.comment_field::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #252525;
	height: 16px;
	font-size: 17px;
	font-family: 'almoni-dl-bold', arial, helvetica, sans-serif;
}

.comment_textarea:-moz-placeholder,
.comment_field:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #252525;
	height: 16px;
	font-size: 17px;
	font-family: 'almoni-dl-bold', arial, helvetica, sans-serif;
}

.comment_textarea::-moz-placeholder,
.comment_field::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #252525;
	height: 16px;
	font-size: 17px;
	font-family: 'almoni-dl-bold', arial, helvetica, sans-serif;
}

.comment_textarea:-ms-input-placeholder,
.comment_field:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #252525;
	height: 16px;
	font-size: 17px;
	font-family: 'almoni-dl-bold', arial, helvetica, sans-serif;
}

#submit {
	height: 40px;
	width: 692px;
	background-color: #f63038;
	color: #fff;
	font-size: 17px;
	padding: 10px 20px 10px 20px;
	border: 0;
	font-family: 'almoni-dl-bold', arial, helvetica, sans-serif;
}

.comment-meta {
	width: 15%;
	margin: 0px 4% 0px 4%;
}

.commentlist {
	width: 100%;
}

.comment-content {
	width: 77%;
}

.fn {
	width: 100%;
	text-decoration: underline;
	font-style: normal;
	margin-bottom: 3px;
}

.tn {
	width: 100%;
	text-decoration: underline;
	font-style: normal;
}

.reply_to {
	margin-right: 20px;
}

.comment.depth-1 {
	width: 100%;
	margin-right: 0;
}

.comment.depth-2 {
	width: 449px;
	margin-right: 30px;
}

.comment.depth-3 {
	width: 419px;
	margin-right: 60px;
}

.comment.depth-4 {
	width: 389px;
	margin-right: 90px;
}

.cbottom20 {
	margin-bottom: 20px;
}

/* comments end here */



.single_tags_ins {
	width: 100%;
}

.single_tags_ins span {
	font-weight: 700;
	color: #f63038;
}

.single_tags_ins.mm_intrest span {
	font-size: 20px;
	margin-bottom: 10px;
}

.det_line {
	font-size: 14px;
}

.det_line:hover {
	text-decoration: underline;
}


@media only print {

	.mheader--wrapper,
	.share-cmp,
	.bottom_single_notif ,
	#comments_wr,
	.post_sidebar,
	.footer,
	.header_outer,
	.social_wrap {
		display: none;
	}
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer {
	overflow: hidden;
	outline: none;
	position: relative;
}

.wid_latest_wr {
	outline: none;
}

.jspPane {
	position: absolute;
}

.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}

.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspCap {
	display: none;
}

.jspHorizontalBar .jspCap {
	float: left;
}

.jspTrack {
	background: #abb7b7;
	position: relative;
}

.jspDrag {
	background: #f72f39;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}

.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow {
	height: 16px;
}

.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}

.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
	margin: 0 -3px 0 0;
}


/* popup lb start */
.page_mask {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 15;
	overflow: hidden;
	width: 0;
	opacity: 0;
	height: 0;
	background-color: #000;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

.page_mask.active {
	opacity: 0.4;
	width: 100%;
	height: 100%;
	z-index: 999;
}

.page_content {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	left: 0;
	margin: auto;
	z-index: 15;
	overflow: hidden;
	width: 0;
	opacity: 0;
	height: 0;
	background-color: #fff;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

.page_content.active {
	opacity: 1;
	width: 99%;
	max-width: 600px;
	min-height: 390px;
	z-index: 1000;
	overflow: auto;

}

.spr_hov {
	cursor: pointer;
}

.form_holder_lb {
	width: 560px;
	height: 340px;
	margin: 20px;
}

.lb_title {
	font-size: 40px;
	line-height: 40px;
	margin-top: 17px;
	margin-right: 20px;
}

.lb_spr {
	width: 100%;
	margin-top: 13px;
	height: 1px;
	background-color: #e5e5e5;
	margin-bottom: 20px;
}

/* popup lb end */

/* category start here */
.sect_img {
	width: 690px;
	height: 200px;
	margin-bottom: 30px;
	position: relative;
}

.sect_img img {
	width: 690px;
}

.sect_title_c {
	position: absolute;
	z-index: 5;
	right: 15px;
	bottom: 30px;
	background-color: #f72f39;
	color: #fff;
	font-size: 50px;
	height: 50px;
	line-height: 50px;
	padding: 0px 15px 0px 15px;
}

.sect_title_c2 {
	position: absolute;
	z-index: 5;
	right: 15px;
	bottom: 30px;
}

.sect_title_c2 h1,
.sect_title_c2 h2,
.sect_title_c2 h4 {
	background-color: #f72f39;
	color: #fff;
	font-size: 50px;
	height: 50px;
	line-height: 50px;
	padding: 0px 15px 0px 15px;
}


.post_sidebar .sidebar_li .sect_title_c2 h4 {
	font-size: 25px;
}

.post_sidebar .sidebar_li .sect_title_c2 h4:first-child {
	margin-bottom: 10px
}

.sect_title_c_static {
	margin-bottom: 20px;
	color: #f72f39;
	font-size: 50px;
	height: 50px;
	line-height: 50px;
}

.posts_cat_area {
	width: 690px;
	margin-bottom: 40px;
}

.cat_p_img {
	width: 320px;
	height: 188px;
	overflow: hidden;
	position: relative;
}

.cat_p_img2 {
	width: 150px;
	height: 85px;
	overflow: hidden;
}

.grid_c_all {
	width: 150px;
	margin-right: 20px;
}

/* category end here */


/* pager start here */
.pager_outer {
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

.pagers_wrap {
	width: 315px;
	height: 30px;
	margin: auto;
}

.pagers_wrap.hp {
	margin: auto;
}

.pages_list_a {
	width: 245px;
	margin-right: 5px;
	height: 31px;
}

.link_wr_pager {
	width: 30px;
	height: 30px;
}

.pager_link_to_page {
	width: 30px;
	height: 30px;
}

.pager_link_to_page.hp {
	padding: 0px 10px 0px 10px;
}

.number_pager {
	width: 28px;
	height: 28px;
	background-color: #fff;
	border: 1px solid #e9e8e2;
	text-align: center;
	line-height: 28px;
	font-size: 15px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.number_pager.mrg_lft,
.number_pager1 {
	margin: 0px 5px 0px 5px;
}

.number_pager.current {
	background-color: #f72f39;
	color: #fff;
}

.number_pager:hover {
	background-color: #f72f39;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.number_pager1 {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 15px;
}

.authors_ul_all {
	width: 500px;
}

.voice_li {
	width: 500px;
	margin-bottom: 30px;
}

.voice_li a {
	width: 500px;
}

.auth_text_all {
	width: 330px;
	margin-right: 20px;
	position: relative;
}

.auth_text_all h2 {
	font-size: 30px;
	line-height: 30px;
	color: #ff591f;
	margin-top: 20px;
	margin-bottom: 10px;
}

.op_auth_text {
	width: 330px;
	font-size: 22px;
	line-height: 26px;
	max-height: 78px;
	overflow: hidden;
}

.loadauthpage {
	color: #457ae0;
	font-size: 22px;
	line-height: 26px;
	margin-top: 10px;
}

/* pager end here */
.content_t_foo p a {
	color: #f72f39 !important;
}

/* writer start here */
.writer_stager {
	width: 690px;
	margin-bottom: 30px;
	height: 174px;
	border: 1px solid #e9e8e2;
	background-color: #fff;
}

.writer_stager img {
	float: right;
	width: 280px;
}

.auth_details {
	width: 409px;
}

.auth_details h1 {
	margin-right: 20px;
	/* width:279px; */
	font-size: 40px;
	height: 50px;
	line-height: 50px;
}

.auth_details a {
	border-right: 1px solid #e8e8e8;
}

.writer_spr {
	width: 100%;
	height: 1px;
	background-color: #e5e5e5;
}

.writer_exp {
	width: 375px;
	height: 78px;
	overflow: hidden;
	margin: 20px;
}

.writer_exp p {
	font-size: 18px;
	line-height: 20px;
}

.writer_posts {
	font-size: 35px;
	margin: 30px 0px 30px;
}

.writer_stage_spr {
	width: 100%;
	height: 1px;
	background-color: #e5e5e5;
	margin-top: 0px;
}

/* writer start end */




.search_wraper {
	margin-bottom: 20px;
}

.head_left_col {
	width: 828px;
	margin-top: 26px;
}

.head_left_proms {
	width: 630px;
	border-left: 1px solid #a8b7b7;
}

.head_ul_prom {
	margin-right: 0;
	width: 633px;
}

.head_prom_content_title {
	font-family: 'almoni-dl-bold', arial, helvetica, sans-serif;
	font-size: 18px;
	height: 14px;
	overflow: hidden;
	color: #ff063a;
	line-height: 14px;
	margin-bottom: 10px;
	width: 100%;
}

.head_prom_content_text {
	font-size: 15px;
	height: 51px;
	overflow: hidden;
	color: #585756;
	line-height: 18px;
	width: 83%;
}

.head_ul_prom li {
	width: 316px;
}

.head_prom_img {
	width: 130px;
	margin-left: 10px;
}

.head_prom_img img {
	width: 100%;
	display: block;
}

.head_prom_content {
	width: 163px;
}

.head_left_icons {
	width: 160px;
}

.lang_box {
	height: 30px;
	width: 50px;
	margin-right: 10px;
	position: relative;
}

.lang_box_toggle {
	font-weight: 900;
	display: block;
	font-family: 'almoni-dl-bold', arial, helvetica, sans-serif;
	font-size: 15px;
	color: #ff0639;
	line-height: 30px;
}

.lang_box_toggle i {
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}

.lang_box_drop {
	position: absolute;
	width: 60px;
	max-height: 0;
	overflow: hidden;
	width: 100%;
	top: 30px;
	z-index: 30;
	right: 0;
	background-color: #fff;
}

.lang_box.active .lang_box_drop {
	max-height: 200px;
}

.lang_box_dropin {
	width: 48px;
	border: 1px solid #e9e8e3;
	background-color: #fff;
}

.lang_box_dropin a {
	text-align: center;
	color: #ff0639;
	font-family: 'almoni-dl-bold', arial, helvetica, sans-serif;
	display: block;
	background-color: #fff;
	width: 100%;
	line-height: 25px;
	border-bottom: 1px solid #e9e8e3;
}

.lang_box_dropin a:last-child {
	border-bottom: 0;
}

.head_new_spr {
	margin-right: 10px;
	width: 1px;
	height: 30px;
	background-color: #a8b7b7;
}

.nav_ic_home {
	background-color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.nav_ic_home i {
	display: inline-block;
	vertical-align: middle;
}

.lang_head_r {
	line-height: 20px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 900;
	color: #ff0639;
}

.lang_head_r:before {
	content: '';
	vertical-align: top;
	margin: 0 15px;
	display: inline-block;
	height: 20px;
	width: 1px;
	background-color: #ff0639;
}

.lang_head_r.last-lang:before {
	display: none;
}

.lang_head_r.current {
	color: #abb7b7;
}

.sticky_slider {
	left: -500px;
	bottom: 140px;
	z-index: 31;
	width: 420px;
	position: fixed;
	-webkit-transition: left 0.3s ease-in-out;
	-moz-transition: left 0.3s ease-in-out;
	-o-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
}

.sticky_slider.active {
	left: 0;
}

.sticky_slider_w {
	width: 420px;
	border-bottom: 4px solid #ff003f;
	height: 125px;
	background-color: #fff;
	box-shadow: 0px 1px 3.6px 0.4px rgba(0, 0, 0, 0.4);
	display: block;
}

.sticky_slider_w i {
	margin: 33px 10px 0 0;
}

.sticky_slider_l {
	width: 280px;
	margin-left: 20px;
	margin-top: 41px;
}

.sticky_slider_t {
	font-size: 25px;
	margin-bottom: 10px;
	font-family: 'almoni-dl-bold', arial, helvetica, sans-serif;
	font-weight: 900;
}

.sticky_slider_p {
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 10px;
}

.sticky_close {
	margin-top: 5px;
	font-size: 12px;
	font-family: 'almoni-dl-bold', arial, helvetica, sans-serif;
	font-weight: 900;
}

.donate_big_title {
	font-size: 40px;
	line-height: 38px;
	font-family: 'almoni-dl-bold', arial, helvetica, sans-serif;
	font-weight: 700;
	color: #f72f39;
	text-align: center;
}

.page_donate_outer {
	width: 690px;
	margin: auto;
}

.page_donate_outer .post_inside {
	margin: 0;
	;
}

.page_donate_outer img {
	margin-bottom: 20px;
}












.bottom_single_notif {
	width: 100%;
	background-color: #f1f1f2;
	border-bottom: 5px solid #f72f39;
	border-top: 5px solid #f72f39;
	padding: 20px 25px;
	margin-bottom: 40px;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.bottom_single_notif_title {
	font-weight: 900;
	font-family: 'Alef', arial, helvetica, sans-serif;
	font-style: normal;
	text-align: center;
	font-size: 20px;
	color: #151515;
	margin-bottom: 15px;
}

.bottom_single_notif p {
	font-family: 'Alef', arial, helvetica, sans-serif;
	line-height: 21px;
	font-size: 13px;
	color: #010101;
	margin-bottom: 15px;
}

.bottom_single_notif p.centered_s {
	text-align: center;
	font-weight: 900;
	font-family: 'Alef', arial, helvetica, sans-serif;
	line-height: 21px;
	font-size: 16px;
	color: #010101;
	margin-bottom: 15px;
}

.bottom_single_notif a.button_dont {
	width: 180px;
	height: 50px;
	color: #fff;
	line-height: 50px;
	background-color: #f72f39;
	text-align: center;
	font-size: 20px;
	font-weight: 900;
	font-family: 'almoni-dl-bold', arial, helvetica, sans-serif;
	display: block;
	margin: auto;
}

.image_link_donon {
	width: 100%;
}

.image_link_donon img {
	width: 100%;
}



.toggle_cat_readmore,
.toggle_cat_readmore2 {
	display: none;
}

.toggle_cat_readmore.active,
.toggle_cat_readmore2.active {
	display: inline;
	margin-right: 5px;
	text-decoration: none;
}

.cat_text2 {
	display: none;
}

.cat_text2.active {
	display: block;
}

.cat_text_all {
	margin-bottom: 30px;
}








/* sprites start here */

.blockquote_end {
	width: 29px;
	height: 24px;
	background-position: -146px -2px
}

.blockquote_start {
	width: 29px;
	height: 24px;
	background-position: -177px -2px
}

.close {
	width: 60px;
	height: 50px;
	background-position: -2px -350px
}

.close_hov {
	width: 60px;
	height: 50px;
	background-position: -64px -298px
}

.comments {
	width: 22px;
	height: 19px;
	background-position: -67px -2px
}

.comments_ico {
	width: 60px;
	height: 51px;
	background-position: -2px -402px
}

.contact {
	width: 29px;
	height: 29px;
	background-position: -33px -66px
}

.col-1-1 {
	width: 100%;
}

.contact_hov {
	width: 29px;
	height: 29px;
	background-position: -210px -31px
}

.drop {
	width: 8px;
	height: 5px;
	background-position: -2px -2px;
	transition: all 0.2s;
}

.drop.rotate {
	transform: rotate(180deg);
}

.eng {
	width: 60px;
	height: 50px;
	background-position: -126px -298px
}

.eng_hov {
	width: 60px;
	height: 50px;
	background-position: -2px -298px
}

.ev_next {
	width: 28px;
	height: 41px;
	background-position: -95px -98px
}

.ev_next_hov {
	width: 28px;
	height: 41px;
	background-position: -125px -98px
}

.ev_prev {
	width: 28px;
	height: 41px;
	background-position: -65px -98px
}

.ev_prev_hov {
	width: 28px;
	height: 41px;
	background-position: -35px -98px
}

.events {
	width: 56px;
	height: 47px;
	background-position: -60px -248px
}

.facebook {
	width: 29px;
	height: 29px;
	background-position: -2px -66px
}

.facebook_hov {
	width: 29px;
	height: 29px;
	background-position: -148px -31px
}

.favorite {
	width: 29px;
	height: 29px;
	background-position: -86px -31px
}

.favorite_hov {
	width: 29px;
	height: 29px;
	background-position: -117px -31px
}

.foo_facebook {
	width: 27px;
	height: 27px;
	background-position: -2px -31px
}

.foo_favorite {
	width: 30px;
	height: 21px;
	background-position: -114px -2px
}

.foo_twitter {
	width: 27px;
	height: 27px;
	background-position: -208px -2px
}

.hot_post {
	width: 56px;
	height: 47px;
	background-position: -106px -196px
}

.hpblockquote_end {
	width: 64px;
	height: 61px;
	background-position: -130px -402px
}

.hpblockquote_start {
	width: 64px;
	height: 61px;
	background-position: -64px -402px
}

.icon_home {
	width: 29px;
	height: 28px;
	background-position: -55px -31px
}

.icon_stickdon {
	width: 76px;
	height: 58px;
	background-position: -2px -465px
}

.lang_drop_icon {
	width: 11px;
	height: 6px;
	background-position: -12px -2px
}

.lng_ar {
	width: 60px;
	height: 50px;
	background-position: -188px -298px
}

.lng_ar_hov {
	width: 60px;
	height: 50px;
	background-position: -64px -350px
}

.lng_he {
	width: 60px;
	height: 50px;
	background-position: -188px -350px
}

.lng_he_hov {
	width: 60px;
	height: 50px;
	background-position: -126px -350px
}

.logo {
	width: 157px;
	height: 94px;
	background-position: -2px -533px
}

.logo_ar {
	width: 157px;
	height: 66px;
	background-position: -80px -465px
}

.mail {
	width: 20px;
	height: 12px;
	background-position: -25px -2px
}

.mic {
	width: 56px;
	height: 47px;
	background-position: -2px -248px
}

.more {
	width: 22px;
	height: 33px;
	background-position: -31px -31px
}

.newsletter {
	width: 57px;
	height: 48px;
	background-position: -177px -248px
}

.next {
	width: 50px;
	height: 50px;
	background-position: -43px -144px
}

.next_hov {
	width: 50px;
	height: 50px;
	background-position: -95px -144px
}

.p_back_disabled {
	width: 30px;
	height: 30px;
	background-position: -127px -66px
}

.p_next {
	width: 30px;
	height: 30px;
	background-position: -191px -66px
}

.p_next_disabled {
	width: 30px;
	height: 30px;
	background-position: -95px -66px
}

.p_prev {
	width: 30px;
	height: 30px;
	background-position: -159px -66px
}

.prev {
	width: 50px;
	height: 50px;
	background-position: -2px -196px
}

.prev_hov {
	width: 50px;
	height: 50px;
	background-position: -199px -144px
}

.print {
	width: 21px;
	height: 21px;
	background-position: -91px -2px
}

.search {
	width: 53px;
	height: 25px;
	background-position: -155px -98px
}

.share {
	width: 18px;
	height: 18px;
	background-position: -47px -2px
}

.special {
	width: 56px;
	height: 47px;
	background-position: -164px -196px
}

.submit {
	width: 31px;
	height: 30px;
	background-position: -2px -98px
}

.twitter {
	width: 29px;
	height: 29px;
	background-position: -179px -31px
}

.twitter_hov {
	width: 29px;
	height: 29px;
	background-position: -64px -66px
}

.video {
	width: 39px;
	height: 44px;
	background-position: -210px -98px
}

.video_hov {
	width: 39px;
	height: 44px;
	background-position: -2px -144px
}

.w_facebook {
	width: 50px;
	height: 50px;
	background-position: -54px -196px
}

.w_mail {
	width: 50px;
	height: 50px;
	background-position: -147px -144px
}

.widgetsearch {
	width: 57px;
	height: 48px;
	background-position: -118px -248px
}

.mobile {
	display: none;
}


/* sprites end here */
@media(max-width:1024px) {
	.mobile {
		display: block;
	}

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

	.mobile-notop {
		margin-top: 0;
	}

	.desktop {
		display: none;
	}

	.mobile-padding {
		box-sizing: border-box;
		padding: 0 20px;
	}

	body {
		max-width: 640px;
		width: 100%;
		margin: auto;
	}

	.page_wrap {
		margin: auto;
		width: 94%;
	}

	/* pagination */
	.number_pager,
	.link_wr_pager,
	.number_pager1 {
		height: 100%;
		width: 32px;
	}

	.textstage_gallery {
		width: 100%;
		box-sizing: border-box;
		padding: 20px 11px;
		height: auto;
	}

	.pagers_wrap {
		height: 32px;
		display: flex;
		justify-content: center;
	}

	.pages_list_a {
		display: flex;
		justify-content: center;
		align-items: flex-end;
		width: 100%;
	}

	/* header mobile */
	.mheader {
		transition: background 0.2s;
		width: 100%;
		max-width: 640px;
		top: 0;
		right: 0;
		left: 0;
		margin: 0 auto;
		height: 45px;
		background-color: transparent;
                
		margin-bottom: 6px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		box-sizing: border-box;
		z-index: 1000;
		position: fixed;

	}
        
        .headermBG .mheader{
            background-color: #FFFFFF;
		box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
        }

	.home .mheader::after {
		display: block;
	}

	.mheader::after {
		content: '';
		display: none;
		position: absolute;
		width: 100%;
		height: 211px;
		top: 0;
		background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.473) 50%);
		z-index: -1;
		opacity: 1;
		transition: all 0.2s;

	}

	.mheader.active::after {
		height: 0;
		opacity: 0;
		visibility: hidden;
	}

	.mheader.active {
		background-color: #FFFFFF;
		box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
	}

	.mheader--wrapper {
		/* height: 38px; */
	}

	.mheader__lang {
		color: #FF0639;
		font-family: "Geeza Pro";
		font-size: 18px;
		font-weight: bold;
		margin-right: 10px
	}
	.mheader__logo{
		max-width:57px;
	}
	.mheader__logo img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.content_tags .auth_wid a{
		margin: 0;
	}

	.mheader__hamburger span {
		font-size: 0;
		height: 2px;
		display: block;
		width: 100%;
		margin-bottom: 5px;
		background-color: #F72F39;
		transform-origin: 0;
		opacity: 1;
		transition: all 0.2s;
	}

	.mheader__hamburger {
		background: transparent;
		padding: 0;
		margin: 0;
		border: none;
		width: 19px;
		height: 19px;
		outline: 0;
		margin-left: 10px;
	}

	.sidebar_ul {
		display: flex;
		flex-direction: column;
	}

	.mheader__hamburger.active span:nth-child(2) {
		opacity: 0;
	}

	.mheader__hamburger.active span:last-child {
		transform: rotate(-45deg);
	}

	.mheader__hamburger.active span:first-child {
		transform: rotate(45deg);
	}

	/* header mobile */
	/* footer */
	.footer {
		margin: 40px auto 118px;
		height: auto;
		position: relative;
	}

	.mobile-wrapper__social .soc_foo_link {
		width: auto;
		margin: 20px 30px
	}

	.mobile-wrapper__social {
		display: flex;
		display: flex;
		align-items: center;
		width: 100%;
		justify-content: center;
		border-bottom: 1px solid #DAD9cf;

	}

	.footer_col1 {
		width: 100%;
		text-align: center;
		text-align: center;
		box-sizing: border-box;
		margin: auto;
		padding: 13px 0 20px;
		border-bottom: 1px solid #DAD9CF;
		float: none;
		clear: both;
	}

	.footer_col1 h6,
	.footer_col2 h6 {
		float: none;
		text-align: center;
		font-size: 24px;
	}

	.footer_col2 {
		width: 100%;
		box-sizing: border-box;
	    padding: 0 0 5px;
    position: relative;
	margin:0 0 11px;
	float: none;
	clear: both;
	margin: 5px 0;
	}

	.foo_favorite.desktop {
		display: none;
	}

	.foo_favorite {
		float: none;
		display: inline-block;
		margin-left: 10px;
	}

	.foo_don_t {
		width: 100%;
		text-align: center;
		margin: auto;
		box-sizing: border-box;

		padding: 13px 0 20px;

	}

	.credit {
		position: absolute;
		top: auto;
		width: auto;
		bottom: -30px;
		margin: auto;
		right: 0;
		left: 0;
	}

	/* footer */
	/* single post MOBILE */
	.post_inside {
		overflow: hidden;
		margin: auto;
		width: 100%;
		margin-top: 60px;
	}

	.single_double,
	#submit,
	.comment-form,
	.comment-respond,
	.single_col {
		width: 100%;
	}

	.content_tags h1 {
		font-size: 32px;
	}

	.expert {
		font-size: 20px;
		line-height: 24px;
	}

	.auth_wr {
		margin: 12px 0 18px;
		float: right;
		width: 48%;
	}
        .recommend_wr {
    width: 160px;
        }
	.social_wrap{
		width: 45%;
		/*    width: calc(100% - 14px);
    padding: 6px;*/
		float: left;
	}

	.wp-caption {
		width: 100% !important;
	}

	.content_tags p {
		line-height: 24px
	}

	.wp-caption a img,
	.wp-caption img {
		margin: auto;
		display: block;
		max-width: 100%;
	}

	.comment_textarea {
		width: 100%;
		max-width: none;
		min-width: 100%;
	}

	.title_r_wid {
		border-bottom: 0;
	}

	.l_col {
		width: 100%;
		margin: 0 auto 20px;
		float: none;
	}

	.more_t {
		padding-right: 15px;
		display: flex;
		flex-direction: column;
		width: 85%;
		text-align: right;
		height: 60px;
		line-height: 1;
		justify-content: center;
		font-size: 18px;
		box-sizing: border-box;
	}

	.comm_t {
		max-width: 80%;
	}

	.bottom_single_notif {
		margin: 50px auto 13px;
		float: none;
		padding: 11px 10px 27px;
	}

	.single_tags_ins {
		float: none;

	}

	.content_tags ul.discover li,
	.content_tags ul.discover li.mrg_left {
		width: 100%;
		margin: 0 10px;
		float: none;
		clear: both;
	}

	.img_wr_disc {
		float: right;
		height: 100%;
		width: 119px;
	}

	.content_tags h5.disco_title {
		float: left;
		width: 65%;
	}

	.gallery_p {
		width: 100%;
	}

	/* single post MOBILE */
	.sect_img {
		width: 100%;
		height: 130px;
	}

	.sect_img img {
		max-width: 100%
	}

	/* archiv e mobile */
	.post_outside {
		width: 100%;
		margin: auto;
		margin-top: 50px
	}

	.home .post_outside {
		margin-top: 0px
	}

	.posts_cat_area {
		width: 100%;
	}

	.discover_4_li {
		width: 48.5%;
		margin-bottom: 30px;
	}

	.cat_p_img {
		width: 100%;
		min-height: 98px;
		height: auto;
	}

	.cat_p_img img {
		width: 100%;
		height: 100%;
		max-width: 100%;
		object-fit: cover;
		display: block;
	}

	.main_title.discover {
		height: auto;
		font-size: 20px;
		line-height: 21px;
		margin-top: 6px;
	}

	.post_details.cat * {
		font-size: 12px;
	}

	.cat_text_all {
		margin: 0;
	}

	.sect_title_c_static {
		font-size: 34px;
		margin-bottom: 12px;

	}

	/* archiv e mobile */

	/* home page mobile! */
	.post_main img {
		display: block;
		width: 100%;
		max-width: 100%;
		/* hp */
		/* margin-top: 10px; */
	}

	.post_main .post_details {
		margin: 7px 0 4px;
	}

	.post_main {
		width: 100%;
	}

	.main_title {
		font-size: 28px;
		margin: 0;
		line-height: 30px;
	}

	.hp_spr {
		margin: 11px 0 23px
	}

	.discover_4_ul {
		width: 100%;

	}

	.hp_im_d {
		width: 100%;
		height: auto;
	}

	.discover_4_li.carosule {
		width: 48.9%;
	}

	.discover_4_li.carosule.mrg_left_s {
		margin: 0;
	}

	.discover_4_ul--mobileflex {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.discover_4_li.small_d {
		height: auto;
		margin-bottom: 20px;
	}

	.cat_p_img2 {
		width: 100%;
		height: auto;
	}

	.grid_c_all {
		width: 100%;
		margin-right: 0;
	}

	/* home page mobile! */
	/* sidebar HP */

	.post_sidebar {
		margin-top: 30px
	}

	.post_sidebar,
	.newsletter_wrap,
	.banner_wid {
		width: 100%;
	}

	.banner_wid {
		height: 102px;
		overflow: hidden;
		background-position: 0 -76px;
	}

	.bannerlink_out_titles3 {
		height: 102px;
		margin-bottom: 11px;
	}
	.bannerlink_out_titles3 .banner_wid{
		height: 102px;
	}

	.banner_wid img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: 100%
	}

	.sent_art {
		width: 100%;
		box-sizing: border-box;
		padding: 55px 2px 84px;
	}

	.wid_bg_f,
	.wid_spe_li,
	.wid_bg_less,
	.wid_spe_list {
		width: 100%;
	}

	.newsletter {
		background-color: #fff;
		background-image: none !important;
		position: relative;
		height: 100%;
		width: 53px;
	}

	.newsletter::before {
		position: absolute;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		font-family: "Font Awesome 5 Brands";
		content: "\f060";
		top: 50%;
		right: 0;
		left: 0;
		margin: auto;
		margin-right: 2px;
	}

	.wid_title_txt {
		font-size: 24px;
		width: 70%;
		text-align: center
	}

	.wid_bg_acc_li,
	.wid_bg_acc_li.active {
		height: auto;
		min-height: 45px;
		margin-bottom: 13px;
		font-size: 24px;
	}

	.wid_spe_li.hotpost a:first-child {
		height: 100%;
	}

	.wid_spe_li.hotpost a {
		width: auto;
	}

	.wid_spe_li.hotpost img {
		max-width: 160px;
		height: 100%;
		object-fit: cover;
	}

	.wid_spe_li a h2.wid_hot_post {
		width: auto;
	}

	.wid_spe_li.hotpost {
		height: 90px;
		display: flex;
		align-items: center;
	}

	.sect_title_c2 {
		top: auto;
		right: 0;
		bottom: 0;
	}

	.post_sidebar .sidebar_li .sect_title_c2 h4:first-child,
	.post_sidebar .sidebar_li .sect_title_c2 h4 {
		margin: 0;
		font-size: 24px;
	}

	.wid_acc_title {
		font-size: 24px
	}

	.post_sidebar .bannerlink_out_titles2-widget.sidebar_li .sect_title_c2 h4 {
		margin: 0;
		line-height: 0;
		font-size: 24px;
		padding: 0;
	}

	.post_sidebar .bannerlink_out_titles2-widget.sidebar_li .sect_title_c2 h4:first-child {
		font-size: 37px;
		transform: translateY(18px);
	}

	.single_spr.widget {
		background: transparent;
		margin: 5px 0;
	}

	.about-widget img {
		width: 100%;
	}

	.newsletter-widget {
		height: 110px;
		background-color: #F72F39;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 11px;
	}

	.newsletter-widget form {
		width: 66%;
		margin: auto;
		height: 48px;
		border: none;

	}

	.foo_ss {
		width: calc(100% - 57px);
		height: 48px;
		box-sizing: border-box;
		padding: 0 5px;
	}

	.bannerlink_out_titles2-widget a:after {
		content: '';
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		background: #f72f3985;
		width: 100%;
		height: 100%;
	}

	.bannerlink_out_titles2-widget a {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.bannerlink_out_titles2-widget .sect_title_c2 {
		right: 0;
		left: 0;
		margin: auto;
		height: 81px;
	}

	.bannerlink_out_titles2-widget .sect_title_c2 h4 {
		background: transparent;
		width: 100%;
		text-align: center;
	}

	.wid_facebook_outer {
		width: 100%;
	}

	/* sidebar HP */

	/* mobilee nav */
	.nav-mobile.active {
		display: flex;
		background: #fff;
		z-index: 998;
		max-height: 200vh;
		margin-top: 37px;
	}

	.nav-mobile {
		position: fixed;
		width: 100%;
		max-width: 640px;
		min-height: 100vh;
		overflow: auto;
		display: none;
		z-index: -1;
		margin: 0 auto;
		flex-direction: column;
	}

	.mobile-nav__ul.open {
		max-height: 70vh;
		overflow: scroll;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
		justify-content: center;
	}

	.mobile-nav__ul {
		height: auto;
		transition: all 0.2s;
		max-height: 0px;
		overflow: hidden;
	}

	.mobile-nav__li--top {
		width: 100%;
		line-height: 52px;
		height: 52px;
		background-color: #ABB7B4;
		padding: 0 25px;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: space-between;
		color: #FFFFFF;
		font-size: 22px;
		font-weight: 700;
		border-bottom: 1px solid #fff;
	}

	.mobile-lang-nav__li a,
	.mobile-nav__li--top a,
	.mobile-nav__li a {
		font: inherit;
		color: inherit;
	}

	.mobile-nav__li {
		height: 52px;
		width: 50%;
		border: 1px solid #DAD9CF;
		background: #fff;
		color: #000000;
		font-size: 18px;
		line-height: 18px;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		padding: 0 5%;
	}

	.mobile-lang-nav {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 54px;
		border-bottom: 1px solid #DAD9CF;
	}

	.mobile-lang-nav__li.current {
		color: #ABB7B7;
	}

	.mobile-lang-nav__li {
		color: #FF0639;
		font-size: 22px;
		font-weight: 700;
		line-height: 30px;
		padding-left: 16px;
		margin-left: 16px;
		border-left: 1px solid #FF0639;
	}

	.mobile-lang-nav__li:last-child {
		border: none;
	}

	.mobile-social-nav {
		height: 72px;
		display: flex;
		align-items: center;
		justify-content: space-around;
		width: 60%;
		margin: 0 auto
	}

	.mobile-social-nav a {
		margin: 0
	}

	.page_content.active {
		width: 96%;
		top: 84px;
		transform: none;
		height: auto;
		margin: 0 auto;
	}
        .newsletter_wrap.lbong .foo_ss{
               
        }
        #elCpcontent .donate_text.newsletterlb {
    margin-top: 20px;
    overflow: hidden;
    padding-bottom: 30px;
}
        .lrep_msg_newsletter {
            color:#000;
        }
        .newsletter_wrap.lbong{
                box-sizing: border-box;    height: 50px;
        }
        body .newsletter_wrap.lbong .newsletter{
              width: 57px;
    background-color: transparent;
    background-image: url(https://www.haokets.org/wp-content/themes/schwan/img/sprites/sprites15.png) !important;
    /* height: 48px; */
    background-color: #000;
    /* background-position: -177px -248px; */
     width: 57px; 
     height: 48px; 
    background-color: #f72f39;
        }
        .form_holder_lb_donate{
            width:100%;
        }

        
        #elCpcontent .donate_text.newsletterlb{
               margin-top: 20px;
    overflow: hidden;
        }
        #elCpcontent .sprite.logo,
        #elCpcontent .spr_d_lb{
            display: none;
        }
      
        
	.page_mask {
		background: #fff;
	}

	.page_mask.active {
		opacity: 1;
	}

	.form_holder_lb {
		width: 100%;
		margin: auto;
		height: auto;
	}

	.field2.lbf,
	.field.lbf {
		width: 100%;
		box-sizing: border-box;
		max-width: 100%;
		min-width: 100%;
	}

	.lb_submit {
		width: 100%;
		line-height: 37px;
		height: 37px;
	}

	.field.lbf {
		height: 37px;
		background-color: #F1F1F2;
		border-color: #f1f1f2;
	}

	.field2.lbf {
		background-color: #F1F1F2;
		border-color: #f1f1f2;
		resize: none;
		height: 180px;
	}

	.lb_title {
		font-size: 32px
	}

	/* wridtes */
	.writer_posts {
		line-height: 1
	}

	/* wridtes */

	/* pages */
	.page_donate_outer {
		width: 100%;
	}

	.buttondonatea_gb {
		width: 98%;
	}

	.mobile-main-img {
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
		max-width: 100vw;
	}

	/* pages */
	.share-cmp {
		position: fixed;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 50px;
		background-color: #F72F39;
		display: flex;
		justify-content: space-between;
		align-items: center;
		z-index: 2;
	}

	.share-cmp a i {
		font-size: 26px;
		color: #fff;
		line-height: 50px;

	}

	.share-cmp a {
		width: 25%;
		max-width: 25%;
		text-align: center;
		border-left: 1px solid #fff;
		height: 100%;
		line-height: 50px;
	}

	.discover_4_li img {
		max-height: 172px;
	}

	.content_t_foo {
		/* width: 80%; */
		margin: 0px auto 0;
		float: none;
	}

	/* who are we page */
	.page-id-4026 .social_wrap {
		display: block;
		width: 95%;
	}

	.order-0 {
		order: 0
	}

	.order-1 {
		order: 1
	}

	.order-2 {
		order: 2
	}

	.order-3 {
		order: 3
	}

	.order-4 {
		order: 4
	}

	.order-5 {
		order: 5
	}

	.mobile-nav__li--top .search-widget {
		height: 48px;
	}

	.det_line {
		line-height: 24px
	}

	.single_tags_ins.mm_intrest span {
		margin-top: 20px;
	}

	.sect_title_c2 h1 {
		margin: 0 0 10px 0;
		font-size: 24px;
		height: 45px;
		line-height: 45px;
	}

	.sect_img img {
		height: 100%;
		object-fit: cover;
	}

	.content_tags p {
		line-height: 24px;
	}
        .content_tags p img{
            width: 100%;
        }

	.search-widget {
		height: 51px;
	}

	.content_tags ul.tags_ul {
		max-width: 100%;
		margin-right: 0;
	}

	.content_tags ul.tags_ul li {
		margin-left: 5px;
	}

	.hp_spr--mobile {
		margin: 0px 0 12px;
		background-color: #DAD9CF;
		float: right;

	}

	.search-widget.mobile {
		height: 50px;
	}

	/* .post_main .post_details {
		margin-top: 10px;
	} */
	.writer_stager {
		width: 100%;
		height: auto;
	}

	.writer_exp {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0;
		padding: 0;
		float: none;
	}

	.writer_stager img {
		width: 100%;
		object-fit: cover;
	}

	.auth_details {
		width: 100%;
	}

	.gallery_p.hp.content_tags h4.open_title {
		font-size: 24px;
		line-height: 25px;
	}

	.content_tags .single_gl_li img {
	width: 100%;
    height: auto;
	}

	.content_tags ul li.single_gl_li {
	/*	height: 199px;*/
	
    width: 353px;
	}

	.textstage_gallery h5 {
		font-size: 22px;
		font-weight: bold;
		line-height: 23px;
		height: auto;
	}

	.textstage_gallery h6 {
		font-size: 18px;
		line-height: 20px;
		height: auto;
	}
	.innerg_cont{
	/*	top: 50%;
		width: 100%;
		display: flex;
		justify-content: space-between;*/
                    position: static;
	}
        .innerg_cont  small{
            display: block; 
            position: absolute; top:50%; right:0;
        }
        .innerg_cont  small.next{
             right:auto; left:0;
        }
       .post_inside  .innerg_cont small {
            top: 40%;
        }
	.mobile_newsletter{
		height: 110px;
		padding: 15px 22px 22px;
		box-sizing: border-box;
		background-color: #F72F39;
		width: 100%;
		margin-bottom: 10px;
	}
	.mobile_newsletter form{
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 36px;
		position: relative;
		width: 271px;
	}
	.mobile_newsletter--input{
		height: 100%;
		box-sizing: border-box;
		width: 229px;
		margin-left: 2px;
		border:0;
		padding: 0;
		margin: 0;
		background: #fff;
		padding: 0 5px;
	}
	
	.mobile_newsletter--btn{
		width: 40px;
		height: 100%;
		border:0;
		padding: 0;
		margin: 0;
		background: #fff;
	}
	.mobile_newsletter--legend{
		color: #FFFFFF;
		font-size: 18px;
		font-weight: bold;
		line-height: 18px;
		margin-bottom: 19px;
		text-align: center;
	}
	.wp-content .auth_wid{
		float: none;
		margin: 5px 0;
	}
	.content_tags .local_lead {
                    float: none;
                    clear: both;
                    margin: 5px auto;

    }
    .mobile_newsletter--btn{
        -webkit-appearance: none;
appearance: none;

    }
    
    
    .sidebar_ul  .bannerlink_out_titles3{
        height:auto;
    }
    .sidebar_ul  .bannerlink_out_titles3 .banner_wid{
        height:255px;
    }
    
}