/*
Theme Name: JNews - Child Theme
Version: 1.1.1
Theme URI: http://themeforest.net/?ref=jegtheme
Author: Jegtheme
Author URI: http://themeforest.net/user/jegtheme?ref=jegtheme
Template: jnews
Text Domain: jnews-child
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
body .jeg_post_excerpt p, body .content-inner p {
	font-weight: 400;
}
/* DONATION FORM CURRENCY SWITCHER */
#charitable_recurring_donation_choice {
	display: inline-flex;
	width: 100%;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
	align-content: center;
	padding-bottom: 80px;
}
#charitable_recurring_donation_choice_2 {
	display: inline-flex;
	width: 100%;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
	align-content: center;
	padding-bottom: 80px;
}
#charitable_recurring_donation_choice_2 label {
	display: inline-block !important;
}
#charitable_recurring_donation_choice_2 label:before {
	margin: 14px 10px -4px 10px !important;
	width: 15px !important;
	height: 15px !important;
	border: solid 3px #fff !important;
	border-radius: 12px !important;
	box-shadow: 0 0 0 1px #cb2e30 !important;
	display: inline-flex !important;
	content: "" !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
#charitable_recurring_donation_choice_2 input {
	display: none !important;
}
#charitable_recurring_donation_choice_2 input:checked+label:before {
	background: #cb2e30 !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
#charitable_recurring_donation_choice label {
	display: flex;
	width: 24%;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
}
#charitable_recurring_donation_choice input[type="radio"] {
	width: 0;
	height: 15px;
	margin-right: 25px;
}
#charitable_recurring_donation_choice input[type="radio"]:after {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	top: 3px;
	left: -1px;
	position: relative;
	background-color: #d1d3d1;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid white;
}
#charitable_recurring_donation_choice input[type="radio"]:checked:after {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	top: 3px;
	left: -1px;
	position: relative;
	background-color: #EE3638;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid white;
	box-shadow: 0 0 1px black, 0 0 5px red;
}
#charitable-donation-form #charitable_field_recurring_donation {
	display: none !important;
}
.charitable-modal #currency_switcher {
	position: absolute;
	top: -25px;
	right: 0;
	font-size: 14px;
	color: #a2a2a2;
}
.charitable-modal #currency_switcher .currencies {
	display: inline-block;
}
.charitable-modal #currency_switcher .currencies li {
	list-style: none;
	display: inline-block;
	padding: 0 5px;
	cursor: pointer;
}
.charitable-modal #currency_switcher .currencies li.selected, .charitable-modal #currency_switcher .currencies li.selectedCurr, .charitable-modal #currency_switcher .currencies li:hover {
	background: #a2a2a2;
	color: #fff;
}
.charitable-modal .donation-amounts .curr_symbol {
	margin-right: 5px;
}
#charitable_field_currency {
	display: none;
}
.charitable-modal .donation-amounts .curr_symbol.alternate {
	display: none;
}
/* END DONATION FORM CURRENCY SWITCHER */

.chosen-container.chosen-container-single {
	display: none;
}
#currency_switcher ul.currencies {
	display: flex;
	justify-content: center;
}
#currency_switcher span {
	display: none;
}
#currency_switcher ul.currencies li {
	width: 80px;
	background: #f1f1f1;
	color: #000;
	text-align: center;
	border: 1px solid #ec3938;
	list-style: none;
	margin: 0 50px 30px 20px;
	padding: 10px;
	cursor: pointer;
}
#currency_switcher ul.currencies li label {
	cursor: pointer;
}
#currency_switcher ul.currencies li.selected, #currency_switcher ul.currencies li.selectedCurr {
	background: #cb2e30;
	color: #fff;
	text-align: center;
	border: 1px solid #cb2e30;
}
.charitable-donation-options ul.donation-amounts {
	display: flex;
	justify-content: space-between;
}
.charitable-donation-options ul.donation-amounts span.curr_symbol {
	display: none !important;
}
.charitable-donation-options ul.donation-amounts li.donation-amount {
	width: 150px;
	background: #f1f1f1;
	height: 40px;
	text-align: center;
}
.charitable-donation-options ul.donation-amounts li.donation-amount label {
	/* padding: 0 0.5em; */
}
.charitable-donation-options ul.donation-amounts li.donation-amount.selected label {
	color: #000;
}
.charitable-donation-options ul.donation-amounts li.donation-amount .custom-donation-amount-wrapper label {
	display: none !important;
}
.charitable-donation-options ul.donation-amounts li.donation-amount .custom-donation-amount-wrapper .custom-donation-input {
	padding: 0px 36px;
	height: auto;
}
@media screen and (max-width: 768px){
	.charitable-donation-options ul.donation-amounts li.donation-amount .custom-donation-amount-wrapper .custom-donation-input {
		padding: 0px;
	}
	#currency_switcher ul.currencies li {
    margin: 0 5px 30px 5px;
	}
}

body input:not([type="submit"]), body textarea {
	background: #F1F1F1 !important;
	border: none;
}
.jeg_nav_row {
	border-bottom: 1px solid #E3E3E3;
}
.home .jeg_content {
	padding: 0px;
}
.jeg_logo img {
	max-width: 135px;
}
.jeg_header_wrapper {
	z-index: 9999;
	display: block;
	position: relative;
}
h2.vc_custom_heading {
	text-transform: uppercase;
}
.content-inner .contact p {
	font-size: 14px;
}
.contact h4.vc_custom_heading {
	margin-bottom: 0;
}
.container.smail-container {
	max-width: 900px;
}
.jeg_mobile_wrapper {
	opacity: 0;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: auto;
	overflow-x: unset;
	overflow-y: auto;
	z-index: 888;
	-webkit-transform: translate3d(0,-150%,0);
	transform: translate3d(0,-150%,0);
	transition: .3s cubic-bezier(.25,.46,.45,.94);
	margin-top: 100px;
}
.jeg_show_menu .jeg_bg_overlay {
	z-index: 77;
}
.chosen-container-single .chosen-single div::after {
	display: none;
}

.jeg_show_menu .jeg_mobile_wrapper {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 1px 0 5px rgba(0,0,0,.1),3px 0 25px rgba(0,0,0,.18);
}
.jeg_aside_item ul.jeg_mobile_menu, #menu-mobile-navigation, #menu-mobile-navigation-hy, #menu-footer-navigation-1 {
	-webkit-columns: 3;
	columns: 3;
	-webkit-column-gap: 20px;
	column-gap: 20px;
}
#menu-mobile-navigation a, #menu-mobile-navigation-hy a, #menu-footer-navigation-1 a {
	font-size: 15px;
	color: RGB(15, 15, 15);
	font-weight: 500;
	font-family: "Libre Baskerville", Helvetica, Arial, sans-serif;
	line-height: 16px;
}
#menu-mobile-navigation a:hover, #menu-mobile-navigation-hy a:hover, #menu-footer-navigation-1 a:hover {
	opacity: 0.8;
}
#menu-mobile-navigation li, #menu-mobile-navigation-hy li, #menu-footer-navigation-1 li {
	border: 0;
}
#menu-mobile-navigation li.lang-item a, #menu-mobile-navigation-hy li.lang-item a {
	font-weight: 700;
}
.jeg_block_heading {
	margin-bottom: 0;
}
.jeg_mobile_wrapper .jeg_aside_item {
	padding-top: 0;
}
.top-sidebar .jeg_block_heading {
	margin-bottom: 10px;
}
.jeg_mobile_wrapper .widget {
	padding-top: 35px;
}
.jeg_nav_item.jeg_nav_icon {
	margin: 0 30px;
}
.jeg_mobile_wrapper .jeg_block_title {
	font-size: 20px;
	text-transform: uppercase;
	color: #EE3638;
	font-family: "PT Serif", Helvetica,Arial,sans-serif;
	font-weight: bold;
}
.jeg_midbar.jeg_container.normal {
	border-bottom: 1px solid #DCDCDC;
	margin-bottom: 30px;
}
.jeg_midbar .jeg_nav_row, .jeg_mobile_bottombar .jeg_nav_row {
	border: none;
}
.top-news .jeg_postblock_4.jeg_postblock {
	padding-top: 0px !important;
}
.jeg_main_content .jeg_postblock_16 {
	border-bottom: 0;
	border-left: 0;
	border-top: 0;
}
body .jeg_thumb .jeg_post_category span a {
	text-transform: none;
}
.jeg_postblock_16 .jeg_postblock_content {
	text-align: center;
	padding: 0 20px;
}
.jeg-vc-wrapper {
	width: 100%;
}
.jeg_posts .jeg_pl_md_2, .jeg_posts .jeg_pl_md_3 {
	margin-bottom: 25px;
	padding-bottom: 25px;
}
.top-news .jeg_post.jeg_pl_md_3 {
	margin-bottom: 35px;
}
.vc_custom_heading.mt-0 {
	margin-top: -10px;
	margin-left: 40px;
}
.mr-15.ml-15 .jeg-vc-wrapper {
	margin: 0 15px;
}
.jeg_postblock_39 .jeg_posts {
	display: flex;
	flex-wrap: wrap;
}
.jeg_pb_boxed, .jnews_boxed_container .jeg_account_right, .jnews_boxed_container .jeg_authorpage .jeg_author_wrap, .jnews_boxed_container .jeg_inner_content, .jnews_boxed_container .jeg_main .widget, .jnews_boxed_container .jnews_index_content_wrapper {
     border: 0px;
}
.jeg_subcat_right .jeg_subcat {
	float: none;
	margin: 0 auto;
	text-align: center;
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
.jeg_postblock_content .jeg_meta_author a {
	color: #808080;
}
.jeg_meta_author .meta_text.separators-and {
    text-transform: lowercase;
}
:lang(hy) .jeg_header .jeg_nav_item.jeg_button_1 {
	display: none;
}
:lang(en) .jeg_header .jeg_nav_item.jeg_button_2 {
	display: none;
}
body .jeg_main_menu > li > a {
	font-weight: 700;
}
.jeg_menu_style_1 > li.current-menu-ancestor > a::before, 
.jeg_menu_style_1 > li.current-menu-item > a::before, 
.jeg_menu_style_1 > li.sfHover > a::before, 
.jeg_menu_style_1 > li > a:hover::before {
	width: 100% !important;
}
h1, h2, h3, h4, h5, h6, .jeg_post_title a, .entry-header .jeg_post_title, .jeg_hero_style_7 .jeg_post_title a, .jeg_block_title, .jeg_splitpost_bar .current_title, .jeg_video_playlist_title, .gallery-caption, .jeg_push_notification_button > a.button {
	font-weight: normal !important;
	text-transform: uppercase
	text-transform: capitalize;
}
.jeg_postblock_22 .jeg_post_title {
	font-size: 22px;
	font-weight: bold;
	color: #0D0D0D;
}
.jeg_postblock_22 .jeg_post.jeg_pl_md_5.format-standard {
	margin-bottom: 90px;
}
.jeg_postblock_39 .jeg_post_title a {
	font-size: 19px !important;
	line-height: 24px !important;
}
.jeg_meta_author.coauthor {
	margin-top: 5px;
	margin-bottom: 0;
	position: relative;
	display: block;
}
.jeg_footer_primary .alignnone {
	margin-bottom: 0px;
	margin-top: 0;
}
.post-wrapper .jeg_meta_author.coauthor {
	margin: 0;
}
.jeg_footer_content, .jeg_footer.dark .jeg_footer_content {
	color: #fff !important;
	font-size: 16px !important;
}
#footer .widget_jnews_social {
	margin-top: 75px;
}
#footer .widget_jnews_social .jeg_block_heading {
	transform: rotate(270deg);
	right: 35px;
	position: absolute;
	bottom: 45px;
	border: 0;
}
#footer .widget_jnews_social .jeg_block_heading h3 {
	position: relative;
	font-size: 24px;
	top: -10px;
}
#footer .widget_jnews_social .jeg_block_heading::after {
	content: "";
	width: 100%;
	height: 2px;
	background: #f70d28;
	display: block;
	position: relative;
	bottom: 50px;
}
.podcast .jeg_share_top_container {
	top: 0;
}
.socials_widget a, .socials_widget a:last-child {
	display: block;
	margin: 0 20px 15px 0;
	text-align: right;
}
.btn, .button, input[type="submit"] {
	padding: 0 20px;
}
.okayNav ul {
	float: none;
}
.jeg_subcat_list li a.current {
	color: #000;
	font-weight: 600;
	font-size: 24px;
	font-family: "Libre Baskerville", Helvetica,Arial,sans-serif;
}
.jeg_subcat_list > li > a {
	color: #0D0D0D;
	font-size: 20px;
	font-weight: 500;
	font-family: "Libre Baskerville", Helvetica,Arial,sans-serif;
	text-transform: capitalize;
	line-height: 26px;
}
.jeg_block_heading_6 {
	border-bottom: 0;
}
.jeg_block_heading_6::after {
	height: 0;
}
.vecto-logo svg {
	width: 84px;
	height: 34px;
	transition: fill .4s ease;
	fill: red;
}
.vecto-logo:hover svg {
	fill: #fff;
	transition: fill .4s ease;
}
.vc_custom_heading.icon::before {
	content: "";
	width: 25px;
	height: 25px;
	display: inline-table;
	background: #EE3638;
	margin-right: 15px;
	top: 2px;
	position: relative;
}
.vc_custom_heading.icon {
	font-weight: bold;
	font-family: "PT Serif", Helvetica, Arial, sans-serif;
	position: relative;
	margin-bottom: 40px;
}
.vc_custom_heading.upercase {
	text-transform: uppercase;
}
.block {
	padding: 0 15px;
	margin-bottom: 30px;
}
.block .col-md-4 {
	padding: 0;
}
.blockdisplay {
	border: 1px solid #E3E3E3;
	padding: 30px 30px;
}
.jeg_postblock_7 .jeg_meta_date {
	/* width: 13%; */
	/* font-size: 24px; */
	line-height: 32px;
}
/*
.jeg_postblock_22 .jeg_post_title {
	height: 60px;
}
*/
.search-results .jeg_sidebar.left {
	border-left: 1px solid #ccc;
	padding-left: 15px;
}
.blockdisplay .abot_title h5 {
	margin-bottom: 25px;
	margin-top: 0;
	font-size: 26px;
	color: #EE3638;
	font-weight: bold;
	font-family: "PT Serif",Helvetica,Arial,sans-serif;
}
.blockdisplay .abot_title span {
	color: #0F0F0F;
	font-size: 20px;
	font-weight: bold;
	font-family: "PT Serif",Helvetica,Arial,sans-serif;
}
.blockdisplay .bloc_textarea {
	color: #0F0F0F;
	font-size: 18px;
	font-family: "PT Serif",Helvetica,Arial,sans-serif;
}
.border p {
	margin-bottom: 5px;
}
.wpcf7-form-control.wpcf7-submit {
	background: #EE3638;
	display: block;
	width: 100%;
}
.entry-content input:not([type="submit"]) {
	width: 100%;
}
.entry-content input[type="checkbox"]{
	width:22px;
}
.entry-content input[type="checkbox"] + label{
	margin-left:7px;
}
.jeg_show_menu .jeg_nav_item.jeg_nav_icon {
	background: #E3E3E3;
	padding: 8px 12px 17px 12px;
	text-align: center;
	border-radius: 5px;
	margin-top: 6px;
	z-index: -1;
}
.jeg_show_menu .toggle_btn.jeg_mobile_toggle span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(8px, 8px);
    -moz-transform: rotate(45deg) translate(8px, 8px);
    -ms-transform: rotate(45deg) translate(8px, 8px);
    -o-transform: rotate(45deg) translate(8px, 8px);
    transform: rotate(45deg) translate(8px, 8px);
    background: #000;
}
.jeg_show_menu .jeg_mobile_toggle span:nth-child(2) {
    opacity: 0;
}
.jeg_show_menu .toggle_btn.jeg_mobile_toggle span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(7px, -7px);
    -moz-transform: rotate(-45deg) translate(7px, -7px);
    -ms-transform: rotate(-45deg) translate(7px, -7px);
    -o-transform: rotate(-45deg) translate(7px, -7px);
    transform: rotate(-45deg) translate(7px, -7px);
    top: 21px;
    background: #000;
}
.row.vc_row.wpb_row.contact {
	background-color: #f3f3f3 !important;
}
.left-columin.jeg_main_content {
	padding-right: 50px;
}
.jeg_aside_item.socials_widget.nobg {
	padding: 20px 0;
}
.jeg_aside_item.socials_widget.nobg a {
	display: inline-table;
	border: 1px solid #D6D6D6;
	padding: 20px 30px;
	margin-right: 0;
}
.socials_widget.nobg a i {
	font-size: 24px !important;
}
.jeg_navbar_mobile_wrapper {
	z-index: 999;
}
.jeg_menu_close {
	display: none;
}
.jeg_postblock_7 .jeg_meta_date {
	float: left;
	width: 20%;
	text-transform: capitalize;
	height: 100%;
	color: #808080;
}
.jeg_postblock_7 .jeg_post_meta .jeg_meta_date {
	display: none;
}
.jeg_postblock_7.display img {
	opacity: 1 !important;
}
.jeg_postblock_7 .jeg_thumb {
	width: 180px;
}
.jeg_block_heading_6 .jeg_block_title span {
    padding: 0;
    font-size: 26px;
    color: #808080;
    font-weight: bold;
}
.widget.widget_categories li {
	text-align: right;
	line-height: 14px;
	margin-top: 9px;
	padding-bottom: 10px;
	border-top: 0;
	border-bottom: 1px solid #DCDCDC;
	color: #0D0D0D;
	font-family: "PT Serif";
}
.widget_categories li.cat-item a {
	text-transform: uppercase;
	font-size: 14px !important;
	font-family: "PT Serif";
	color: #0D0D0D;
	line-height: 12px;
	border-bottom: 1px solid #DCDCDC;
}
.alignnone.size-full {
	width: 100%;
}
.jeg_meta_container {
	margin-bottom: 15px;
}
.jeg_share_button {
	position: relative;
	top: -40px;
}
.post-wrapper .jeg_share_button a {
	color: #fff;
}
.entry-header .meta_right .jeg_player.audio_player.style_1 {
	width: 60%;
}
.audioplayer.audioplayer-mini {
	display: none;
}
.jeg_share_button .jeg_btn-toggle {
	width: 120px;
	max-width: 120px;
}
.comment-form p.form-submit {
	text-align: center;
}
.widget_categories ul {
	padding: 0;
}
.widget_categories .widgettitle {
	margin-top: -12px;
	color: #EE3638;
	font-weight: bold !important;
	margin-bottom: 30px;
}
.jeg_post_tags span {
	color: #EE3638;
	font-size: 16px;
}
.jeg_thumb .jeg_post_category {
	bottom: unset;
	left: 0;
	top: 0;
	border-top: 4px solid #EE3638;
	background: #fff !important;
}
.wpb_single_image .vc_figure-caption {
	margin-top: .2em;
	font-size: 16px;
}
body .jeg_thumb .jeg_post_category span a {
	background: #fff;
	font-size: 10px;
	color: #000;
}
.jnews_related_post_container .jeg_post_title a {
	font-size: 18px;
	font-weight: bold;
	color: #0D0D0D;
	font-family: "PT Serif",Arial,sans-serif;
}
.jeg_post_metas {
	display: flex;
	justify-content: center;
}
.jeg_post_metas .jeg_post_date {
	font-size: 16px;
	line-height: 23px;
	font-weight: 700;
    color: rgb(13, 13, 13);
}
.jeg_post_metas .jeg_post_date {
	font-size: 16px;
	line-height: 23px;
}
.page-title.text-center {
	text-align: center !important;
}
.jeg_postblock_14 .jeg_post_metas .jeg_post_title {
	font-size: 16px !important;
}
.jnews_related_post_container .jeg_meta_author.coauthor a {
	color: #808080;
	font-family: "Libre Baskerville",Arial,sans-serif;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 300;
}
.jnews_related_post_container .jeg_pl_md_5 .jeg_post_title {
	line-height: 23px;
}
.jnews_related_post_container .jeg_post_excerpt, .jeg_post_excerpt .jeg_readmore {
	display: none;
}
.jnews_related_post_container .jeg_block_heading_9 {
	border-bottom: 0;
	border-top: 1px solid #DCDCDC;
	padding-top: 20px;
	margin-top: 20px;
}
.content-inner .jeg_post_category a, .jeg_post_source a, .jeg_post_tags a, .jeg_post_via a {
	color: #616161;
	background: #FFF1F1;
	padding: 5px 15px;
}
.jeg_post_meta.jeg_post_meta_2 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	min-height: 50px;
}
.jeg_post_meta_2 .meta_left {
	width: 49%;
	display: flex !important;
}
.meta_right {
	text-align: right;
	width: 49%;
	float: right;
}
.jeg_meta_author.coauthor a {
	color: #808080;
}
.entry-content .jeg_meta_author.coauthor a {
	color: rgb(128, 128, 128);
}
pre {
	border: none;
	border-left: 4px solid #EE3638;
}
.form-submit #submit {
	background: #EE3638;
}
#filter #date, #filter .chosen-container a {
	border: none;
	background: none;
	padding: 0;
	width: auto;
	color: #0F0F0F;
	font-weight: bold;
	font-family: "PT Serif", Arial, sans-serif;
	font-size: 18px !important;
	z-index: 1;
	height: 100%;
}
#filter .jeg_search_button.btn {
	height: 38px;
	margin-right: -13px;
	background: #EE3638;
}
.jeg_archive_search {
	display: inline-block;
	width: 100%;
}
/* .chosen-container-single .chosen-single div {
	display: none;
} */
.chosen-container-single .chosen-single {
	display: block;
	padding: 0 1em;
	line-height: 48px;
	height: 50px;
}
#filter .group i {
	position: absolute;
	top: 13px;
	right: 10px;
	z-index: 0;
}
#thisdateclose {
	z-index: -5;
}
.active #thisdateclose {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 0;
	top: 5px;
	z-index: 999;
}
.btn:focus, .btn:active {
	outline: none !important;
	box-shadow: 0 0 0 !important;
}
.modal-body textarea, .modal-body label {
	height: 100px;
	width: 100%;
}
.modal#subscribeModal .modal-body label, .modal#subscribeModalHy .modal-body label  {
	height: auto;
	margin-top: 10px;
}
.modal#subscribeModal .modal-body p, .modal#subscribeModalHy .modal-body p  {
	margin: 0;
}
.modal#subscribeModal .modal-footer input, .modal#subscribeModalHy .modal-footer input {
	background: #EE3638;
	margin: 0;
}
.modal#subscribeModal .modal-footer, .modal#subscribeModalHy .modal-footer {
	padding: 0;
	margin-top: 20px;
	display: block;
	border: none;
}
.modal#subscribeModal .modal-footer .mc4wp-checkbox, .modal#subscribeModalHy .modal-footer .mc4wp-checkbox,
.modal#subscribeModal .modal-footer br, .wpcf7-form .mc4wp-checkbox {
	display: none;
}
.modal#subscribeModal form.sent .modal-body, .modal#subscribeModalHy form.sent .modal-body, .wpcf7 form.sent .modal-body {
    display: none;
}
.modal#subscribeModal .wpcf7 form.sent .wpcf7-response-output, .modal#subscribeModalHy .wpcf7 form.sent .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output  {
	margin-bottom: 40px;
}
.modal-footer {
	margin-top: 25px;
}
.wpb_wrapper .mc4wp-form, .newsletter .wpb_wrapper .wpcf7-form  {
	border: 0;
    padding: 0;
    margin: 0;
}
.wpb_wrapper .mc4wp-form .mc4wp-form-fields, .newsletter .wpb_wrapper .wpcf7-form .mc4wp-form-fields, .wpcf7-form .mc4wp-form-fields {
	margin: 0;
    max-width: 100%;
}
.wpb_wrapper .mc4wp-form .mc4wp-form-fields .modal-header, .newsletter .wpb_wrapper .wpcf7-form .modal-header, .wpb_wrapper .wpcf7-form .modal-header .close {
	display: none;
}
.wpb_wrapper .mc4wp-form .mc4wp-form-fields .modal-body, .newsletter .wpb_wrapper .wpcf7-form .modal-body, .wpb_wrapper .wpcf7-form .modal-body {
	padding: 0;
}
.wpb_wrapper .mc4wp-form .mc4wp-form-fields .modal-body p, .newsletter .wpb_wrapper .wpcf7-form .modal-body p, .wpb_wrapper .wpcf7-form .modal-body p {
	margin: 0;
}
.wpb_wrapper .mc4wp-form .mc4wp-form-fields .modal-body label, .newsletter .wpb_wrapper .wpcf7-form .modal-body label, .wpcf7-form .modal-body label {
	height: auto;
    margin: 5px 0;
}
.wpb_wrapper .mc4wp-form .mc4wp-form-fields .modal-body input[type=email], .newsletter .wpb_wrapper .wpcf7-form .modal-body input[type=email] {
	width: 100%;
}
.wpb_wrapper .mc4wp-form .mc4wp-form-fields .modal-footer, .newsletter .wpb_wrapper .wpcf7-form .modal-footer, .wpb_wrapper .wpcf7-form .modal-footer {
	padding: 0;
    border: 0;
    margin-top: 15px;
	display: block;
}
.wpb_wrapper .mc4wp-form .mc4wp-form-fields .modal-footer input, .newsletter .wpb_wrapper .wpcf7-form .mc4wp-form-fields .modal-footer input {
	margin: 0 auto;
    background: #EE3638;
    display: block;
}
.newsletter .wpb_wrapper .wpcf7-form .modal-footer .mc4wp-checkbox {
	display: none;
}
.d-flex {
	display: flex;
}
.mt-5 {
	margin-top: 10px;
}
.filter-col {
	width: 0;
	display: flex;
	flex: 1;
}
.group {
	position: relative;
}
.charitable-form-field.charitable-form-field-checkbox input[type="checkbox"],
.charitable-form-field.charitable-form-field-radio input[type="radio"] {
	width: 20px;
}
.required {
	display: none;
}
#commentform .required {
	display: inline-table;
	/* position: absolute; */
	color: red;
}
.donors-list.donors-list-vertical {
	margin: 0;
	padding: 0;
	columns: 3;
	column-gap: 10px;
	max-height: 400px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.donors-list.donors-list-vertical::-webkit-scrollbar {
    width: 15px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}
/* Track */
.donors-list.donors-list-vertical::-webkit-scrollbar-track {
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background-color: #CFCFCF;
}

/* Handle */
.donors-list.donors-list-vertical::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 12px;
    background: #EE3638;
    -webkit-box-shadow: inset 0 0 6px #EE3638;
}

.donors-list.donors-list-vertical::-webkit-scrollbar-thumb:window-inactive {
    background: #EE3638;
}
.donor-donation-amount {
	display: none;
}
.charitable-fieldset.odd {
	margin-top: 20px;
}
#charitable_field_subscribe {
	position: absolute;
	top: 0;
	width: 100%;
}
#charitable_field_first_name,
#charitable_field_email {
	display: inline-table;
	width: 49%;
}
#charitable_field_email {
	float: right;
}
.charitable-checkbox-list label, .charitable-radio-list label {
	display: inline;
	font-size: 20px;
	font-family: "PT Serif", Arial, sans-serif;
	color: #0D0D0D;
}
.charitable-radio-list.charitable-form-field.charitable-form-field-radio.required-field.odd {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-items: center;
	justify-content: center;
}
.charitable-form-field input, .charitable-fieldset .charitable-donation-options input {
	display: inline-block;
	background: #F1F1F1;
	border: none;
	border-radius: 0;
	padding: 7px 14px;
	height: 50px;
}
#charitable_field_subscribe input {
	height: 22px;
	width: 100%;
	/* padding: 0; */
	margin-left: -35px;
	z-index: 999;
}
#charitable-meta-fields, #charitable-user-fields {
	padding: 0;
}
.button.charitable-button.donate-button.button-primary {
	background: #EE3638;
	width: 100%;
	margin-top: 20px;
}
.charitable-form-header {
	display: none;
}
.charitable-form-fields .charitable-fieldset {
	border: none;
	padding: 0;
}
.charitable-form-errors {
	position: absolute;
	width: 100%;
	background: #fff;
	z-index: 7;
	bottom: -60px;
	left: 0;
}
.col-sm-3 .jeg_post.jeg_pl_md_2.format-standard .one-post {
	display: block;
	width: 100%;
}
.col-sm-3  .jeg_postblock_3.jeg_col_1o3 .jeg_pl_md_2 .jeg_thumb {
	width: 90px;
	margin-right: 15px;
	margin-bottom: 5px;
}
.col-sm-3 .jeg_meta_author.coauthor {
	margin-top: -15px;
}
.col-sm-3 .jeg_post.jeg_pl_md_2.format-standard .one-post .data {
	margin: 0;
}
.col-sm-3 .jeg_post.jeg_pl_md_2.format-standard .one-post .data::before {
	display: none;
}
/* The container */
.charitable-radio-list li {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  
  .charitable-radio-list li input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
  }
  
  .charitable-radio-list li .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	border: 1px solid #9A9A9A;
	background: #fff;
	z-index: 4;
	cursor: pointer;
}
  
  .charitable-radio-list li:hover input ~ .checkmark  {
	background-color: #ccc;
  }
  
  .charitable-radio-list li input:checked ~ .checkmark {
	background-color: #fff;
	border: 1px solid #EE3638;
	z-index: 0;
}

  .charitable-radio-list li:after {
	content: "";
	position: absolute;
  }

  .charitable-radio-list li input:checked ~ :after{
	display: block;
  }
  .charitable-radio-list li::after {
	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #EE3638;
}
.jeg_meta_comment {
	font-size: 14px;
	color: #222;
	width: 45px;
	float: right;
}

.jeg_postblock .jeg_meta_date,
.jeg_heroblock  .jeg_meta_date {
	position: relative;
	margin-left: 25px;
}
.flex {
	display: flex;
}
.flex .footer_widget {
	padding: 0 30px;
	width: 33.33%;
}
.podcast-links li{
	/* margin-left: 10px; */
}
.podcast-links li a {
	text-decoration: underline;
}
.podcast-links li span {
	margin: 0 5px;
}
.podcast-links li:first-child {
	margin-right: 10px;
	font-style: italic;
}
/* .jeg_footer_primary.clearfix p {
	margin-bottom: 0;
} */
.jeg_footer .jeg_footer_heading h3, 
.jeg_footer .widget h2 {
	margin: 0 0 40px;
}
.flex .footer_widget:nth-child(2), .flex .footer_widget:nth-child(3) {
	margin-top: 75px;
}
.jeg_postblock .jeg_meta_date:before,
.jeg_heroblock  .jeg_meta_date:before {
    content: "" !important;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #808080;
    position: relative;
    margin-right: 6px;
    margin-left: -15px;
    display: inline-table;
    top: -2px;
}
.jeg_postblock_5.jeg_postblock .blocmetaone .jeg_meta_date:before, .jeg_postblock_16.jeg_postblock .jeg_meta_date:before,
.jeg_singlepage .jeg_meta_date:before {
    margin-left: -30px;
}
.jeg_heroblock_13 .jeg_post_meta .jeg_meta_date:before, .jeg_postblock_3 .jeg_post_meta .jeg_meta_date:before {
    margin-left: -25px;
}
.jeg_postblock .jeg_pl_md_5  .jeg_meta_date:before {
	margin-left: -15px;
}
#moretextold, #moretext.display {
	display: none;
}
.blocmetaone .jeg_meta_author.coauthor {
	display: flex;
	flex-wrap: wrap;
}
.jeg_postblock_5.jeg_postblock .blocmetaone .jeg_meta_date, .jeg_postblock_16.jeg_postblock .jeg_meta_date {
	margin-left: 40px !important;
	display: inline;
}

.jeg_postblock .jeg_meta_date .fa,
.jeg_heroblock  .jeg_post_meta .fa {
	display: none !important;
}
.jeg_meta_comment svg {
	float: left;
	/* margin-left: 15px; */
	margin-right: 10px;
	margin-top: 5px;
}
.jeg_postblock_1 .size-1000 {
	padding-bottom: 100%!important;
}
.jeg_heroblock_13 .jeg_heroblock_wrapper {
	height: auto !important;
}
.jeg_heroblock_13.jeg_heroblock .jeg_post {
	overflow: hidden;
	position: relative;
}
.vc_custom_heading.mt-0.ml-0 {
	margin-left: 0;
}
.jeg_postblock_4 h3, .jeg_postblock_5.jeg_col_1o3 .jeg_post .jeg_post_title, .jeg_postblock_6.jeg_col_1o3 .jeg_post .jeg_post_title {
	font-size: 20px !important;
	line-height: 26px !important;
	font-family: "PT Serif",Helvetica,Arial,sans-serif;
	color: #0d0d0d;
	letter-spacing: -.02em;
}
.jeg_heroblock .author.url.fn {
	margin-right: 0px;
}
.jeg_meta_author.coauthor a, .one-post .data, .single .jeg_postblock_5 .jeg_meta_author.coauthor a, .jeg_meta_date a {
	color: rgb(128, 128, 128);
	font-family: "Libre Baskerville";
	font-size: 12px;
}
.jeg_content .wpb_text_column a {
	color: rgb(58, 128, 238);
}
.donors-list.donors-list-vertical .donor {
	border-bottom: none;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	padding: 2px 0;
	font-family: "Libre Baskerville", Arial, sans-serif;
}
.donors-list .donor > :first-child {
	margin-top: 0;
	width: 30%;
}
.jeg_post_excerpt {
	margin-top: 10px;
}
.donor-donation-amount {
	/* margin: 0 !important; */
	color: #EE3638;
	justify-content: flex-end;
	justify-items: end;
	width: 30%;
	font-weight: bold;
	font-size: 18px;
	margin-left: auto !important;
}
.category .jeg_block_title {
	margin-top: -15px;
}
.jeg_heroblock_13 .one-post .jeg_post_title {
	margin-top: 0;
}
.jeg_pl_md_3:last-child {
	border: none;
}
.jeg_postblock_4.jeg_col_1o3 .jeg_pl_md_3 .jeg_thumb {
	width: 150px;
	margin-left: 15px;
	margin-bottom: 5px;
}
body .one-post .jeg_post_title a {
	color: #000;
}
/* .one-post .author {
	float: left;
	margin-right: 37px;
} */
.one-meta {
	margin-bottom: 5px;
	display: flex;
	color: #808080;
}
.jeg_heroblock.jeg_heroblock_13 {
	border-bottom: 1px solid #DCDCDC;
}
.jeg_heroblock_13 .jeg_heroblock_wrapper {
	height: 370px;
}
.jeg_share_button {
	display: flex;
	margin-bottom: 0;
	margin-top: 0;
}
.jeg_share_button a {
	background: #6E6E6E !important;
	width: 30px;
	height: 30px;
	padding:  0 13px 0 13px;
}
.jeg_share_stats > div:last-child::after {
	display: none;
}
.jeg_share_stats .counts {
	font-size: 14px;
	font-weight: 300;
	/* float: right; */
}
.jeg_share_stats .jeg_share_count {
	margin-top: 8px;
}
.jeg_share_stats .jeg_share_count .counts {
	margin-top: 3px;
	margin-right: 10px;
	float: left;
}
.one-post .jeg_post_title a {
	color: #000;
}
.jeg_share_stats > div:last-child {
	padding-right: 5px;
	line-height: 10px;
}
.jeg_main_content.jeg_column.col-sm-9, .jeg_main_content.col-md-9 {
	border-right: 1px solid #eee;
}
#charitable_field_currency {
	position: absolute;
	top: 62px;
	width: 100px;
	right: 15px;
	margin-bottom: 0;
	height: 53px;
}
#charitable-donation-form .chosen-container-single .chosen-single span {
	display: block;
	overflow: hidden;
	margin-right: 26px;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #000;
}
#charitable-donation-form .chosen-container-single .chosen-single b {
	border: solid black;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 4px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: -2px;
	position: relative;
}
.magazine  .jeg_postblock .jeg_post_meta {
	z-index: 2;
	position: relative;
}
.magazine .jeg_meta_date {
	text-align: right;
	margin-top: -40px;
	color: rgb(128, 128, 128);
	z-index: 0;
}
.jeg_share_button .jeg_sharelist a i {
	font-size: 15px !important;
	line-height: 30px;
}
.jeg_cat_title {
	color: #000000;
	font-size: 26px;
	padding-bottom: 15px;
}
.jeg_heroblock_13 .jeg_post_title {
	margin-top: 0;
}
.category .jeg_cat_header_2 {
	background: #fff;
	border-bottom: 0;
	padding: 0;
	margin: 0;
}
.one-post .data::before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #808080;
	position: relative;
	margin-right: 6px;
	margin-left: -30px;
	display: inline-table;
	top: -2px;
}
.comment-form-email {
    padding-right: 0;
}
.comment-form-author {
    padding-right: 15px;
}
.comment-form-email, .comment-form-author {
    width: 50%;
    float: left;
}
.jnews_comment_container .comment-respond{
	height: 0;
	display: none;
	opacity: 0;
	transition: all 0.4s;
	border-top: 0;
}
.jnews_comment_container .comment-respond.active {
	height: auto;
	opacity: 1;
	display: block;
	transition: all 0.4s;
}
#comment-form {
	background: #ee3638;
	text-transform: capitalize;
}
a#comment-form {
	color: #fff;
}
.jnews_comment_buttton {
	padding-top: 20px;
	border-top: 1px solid #DCDCDC;
}
.jeg_nav_item.jeg_button_1 a {
	text-transform: capitalize;
	font-weight: bold;
	padding: 0 30px;
	background: #EE3638 !important;
	box-shadow: inset 0 0 0 100px rgb(0 0 0 / 15%);
}
.jeg_nav_item.jeg_button_1 a:hover {
	box-shadow: none;
}
.comment-form label {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 16px;
    font-family: "Libre Baskerville", Arial, sans-serif;
    color: #000000;
}
#subscribe-modal{
	background-color: #EE3638;
}
.left-columin .wpcf7-form label {
	display: block;
	width: 100%;
	margin-bottom: -20px;
}
.wpcf7-form label span {
	color: red;
	/*margin-left: 5px;*/
}
.single-post .jeg_sidebar .jeg_block_heading {
	position: relative;
	margin-bottom: 15px;
}
.single-post .jeg_sidebar .jeg_post_category {
	display: none;
}
body h3.jeg_block_title {
	white-space: unset !important;
	/* line-height: 14px !important; */
}
body h3.jeg_block_title span {
	white-space: unset !important;
	line-height: 26px;
}
body #footer h3.jeg_block_title span {
	white-space: pre !important;
}
.border #form-donation .col-md-6 {
	display: flex;
}
.form-donation label {
	background: #D9D9D9;
	font-size: 18px;
	padding: 0 20px;
	font-weight: bold;
	height: 50px;
    line-height: 50px;
    vertical-align: middle;
}
.jeg_aside_item #form-donation {
	background: #F6F5F5;
	padding: 20px;
	box-shadow: 5px 5px 7px #F6F5F5;
}
.jeg_aside_item #form-donation p {
	font-family: "PT Serif", Arial, sans-serif;
	line-height: 34px;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
.jeg_aside_item .form-donation label {
	position: relative;
	background: #fff;
	font-size: 18px;
	padding: 2px 20px;
	left: 0;
	font-weight: bold;
	border-right: 3px solid #F6F5F5;
	top: 0px;
	float: left;
}
.jeg_aside_item .form-donation .col-md-12.mb-3 {
	display: flex;
}
body .jeg_aside_item  .form-donation input#default-price {
	border: 1px solid #FFF;
}
body .form-donation input#default-price {
	background: #fff !important;
	border: 1px solid #D9D9D9;
	padding-left: 15px;
	font-family: "PT Serif", Arial, sans-serif !important;
	font-size: 18px !important;
	color: #828282;
}
body .jeg_aside_item .form-donation input#default-price {
	padding-left: 15px;
}
body .form-donation input.btn {
	background: #EE3638 !important;
	text-transform: capitalize;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	font-family: "PT Serif", Arial, sans-serif;
	height: 50px;
    line-height: 50px;
    vertical-align: middle;
}
body .form-donation input#default-price:focus {
	border: 1px solid #EE3638;
}
.jeg_search_expanded .jeg_search_modal_expand .jeg_search_input {
	height: 90px;
	font-size: 30px;
}
.jeg_midbar .jeg_search_wrapper .jeg_search_button {
	height: 90px;
	right: -30px;
	font-size: 30px;
}
a:hover {
	text-decoration: none;
}
.jeg_col_3o3 .jeg_postbig {
	width: 50%;
	margin: 0 auto;
}
.size-1000 {
	padding-bottom: 145%;
}
.size-1200 {
    padding-bottom: 150%;
}
.jeg_col_1o3 .jeg_pl_lg_8 .jeg_post_title {
	font-size: 20px;
	line-height: 26px;
}
.entry-header .jeg_post_subtitle {
	font-size: 26px;
	margin-bottom: 20px;
	color: #0F0F0F;
	font-family: 'PT Serif', Arial, sans-serif;
	text-transform: none;
	line-height: 30px;
}
.entry-header.text-center .jeg_post_title {
	font-size: 42px !important;
	font-family: 'PT Serif', Arial, sans-serif;
}
.col-md-1 .jeg_footer_title {
	position: absolute;
	right: 25px;
	top: 140px;
	transform: rotate(-90deg);
	/* height: 100%; */
	width: 163px;
	border-top: 2px solid #EE3638;
	font-size: 25px !important;
}
.jeg_postblock_1 .jeg_post.col-sm-7::before {
	border-right: 1px solid #E3E3E3;
	content: "";
	width: 2px;
	height: 100%;
	position: absolute;
	top: -30px;
	right: 14px;
}
.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
	background: none;
	border: 1px solid #D9D9D9;
	padding: 12px 40px;
}
.jeg_postblock_1 .jeg_block_title {
	font-family: 'Libre Baskerville';
	font-size: 42px !important;
	color: #0F0F0F;
}
.jeg_postblock_1 .jeg_pl_sm .jeg_thumb {
	width: 160px;
	float: right;
}
.jeg_postblock_1 .jeg_pl_sm .jeg_postblock_content {
	margin-right: 165px;
	margin-left: 0;
	padding-left: 0px;
}
.jeg_postblock_1 .jeg_pl_sm .jeg_post_title {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 5px;
	font-family: PT Serif;
	line-height: 22px;
}
.podcast_title {
	margin-top: 100px;
}
.podcast_title h5 {
	font-size: 26px;
	color: #fff;
	line-height: 38px;
	font-family: PT Serif;
	font-weight: bold;
	text-transform: uppercase;
}
.jeg_footer .menu-footer-navigation-container > ul {
	display: grid;
	grid-template-columns: auto auto 1fr;
	column-gap: 35px;
	margin-top: 60px;
}
.jeg_footer .menu-footer-navigation-container > ul a {
	text-transform: capitalize;
	font-size: 14px !important;
	font-family: "PT Serif";
	color: #0D0D0D;
	line-height:16px;
	/*border-bottom: 1px solid #DCDCDC;*/
}
.jeg_footer .menu-footer-navigation-container > ul li {
	line-height:20px;
}
.jeg_post_title.text-center {
	font-size: 32px;
	font-family: PT Serif;
	line-height: 36px;
	margin-top: 35px;
	margin-bottom: 35px;
}
.jeg_pl_md_5 .jeg_post_title {
	line-height: 30px;
}
.border #form-donation {
	max-width: 400px;
	margin: 0 auto;
}
body .left-columin input:not([type="submit"]), body .left-columin textarea {
	background: #FFF !important;
	border: none;
}
body .left-columin textarea {
	height: 150px;
}
.jeg_postblock_3 .jeg_post .one-post {
	display: flex;
}
.jeg_postblock_3 .jeg_post .data {
	margin-left: 0px;
	color: #808080;
	width: 150px;
}
.jeg_cat_content.row {
	margin-top: 90px;
}
.jeg_cat_content .jeg_sidebar {
	margin-top: -43px;
}
.jeg_pagenav_1 .page_nav, .jeg_pagenav_1 .page_number {
	color: #191919;
	padding: 0 10px;
	display: inline-block;
	border: 1px solid #fff;
	text-align: center;
	min-width: 30px;
	line-height: 30px;
	font-size: 20px;
	font-weight: 700;
	transition: .2s ease;
	font-family: Lato;
}
.jeg_pagenav_1 .page_number.active, .jeg_pagenav_1 .page_number.active:hover {
	color: #191919 !important;
	border-color: #F1F1F1 !important;
	background: #F1F1F1 !important;
}
.month-wrapper th {
	color: #000 !important;
}
.date-picker-wrapper .month-wrapper table .day.checked {
	background-color: #EE3638 !important;
	color: #fff !important;
}
.date-picker-wrapper .month-wrapper table .day.real-today.checked, 
.date-picker-wrapper .month-wrapper table .day.real-today.hovering,
.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
	background-color: #DC5E5F;
	color: #fff !important;
}
.group {
	position: relative;
	width: 100%;
	margin-right: 15px;
}
body #filter input {
	background: #Fff !important;
	width: 100% !important;
	padding-left: 10px !important;
	color: #000 !important;
}
.filter-col:last-child .group {
	margin: 0;
}
body #filter .chosen-container {
	background: #fff;
	padding-left: 10px;
}
.avalang .jeg_top_lang_switcher {
	display: none;
}
.avalang span {
	cursor: pointer;
}
.avalang span {
	font-family: Yantramanav, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
}
.avalang i {
	top: -2px;
	position: relative;
	font-size: 12px;
}
.avalang.curent.active {
	position: relative;
}
.avalang.curent.active ul {
	display: block;
	position: absolute;
	width: 55px;
	height: auto;
	background: #fff;
	padding: 5px;
	box-shadow: 0 0 5px #f2e8e8;
	right: -3px;
}
.avalang.curent.active ul span {
	margin-left: 7px;
}
.jeg_top_lang_switcher a:hover {
	color: #3b3b3b;
}
.jeg_meta_author.coauthor {
	margin-top: 0;
	margin-right: 40px;
	display: inline;
}
body.home .jeg_meta_author.coauthor {
	margin-right: 0;
	display: inline;
}
.one-post {
	display: flex;
}
.top-news .one-post {
	clear: both;
}
.page-template-page-notitle .jeg_sharelist {
	margin-top: 20px;
}
.jeg_postblock_16 .one-post {
	justify-content: center;
	align-items: center;
	flex-direction: row;
}
.jeg_postblock .jeg_post_meta,
.jeg_heroblock  .jeg_post_meta {
	/* display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	width: 100%; */
}
.jeg_meta_author.coauthor .meta_text.by {
	display: none;
}
.jeg_postblock_16.jeg_postblock .jeg_post_meta {
	justify-content: center;
}
.jeg_postblock_39 .jeg_author_name:hover, .jeg_postblock_39 .jeg_post_title:hover {
	text-decoration: none !important;
}
.jeg_postblock_39 .jeg_pl_md_1 .jeg_post_title a, .jeg_postblock_39 .jeg_pl_sm .jeg_post_title a {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 14px;
	font-weight: bold;
	color: #0F0F0F;
}
.jeg_heroblock .jeg_post_meta a {
	color: #777 !important;
}
.jnews_search_content_wrapper.reload::after {
	content: " ";
	display: block;
	width: 64px;
	height: 64px;
	margin: 0 auto;
	border-radius: 50%;
	position: relative;
	top: -70px;
	border: 6px solid #EE3638;
	border-color: #EE3638 transparent #EE3638 transparent;
	animation: lds-dual-ring 1.2s linear infinite;
}
.post-wrapper a.jeg_player_control__play, .post-wrapper a.jeg_player_control__pause {
	color: #000;
}
.post-wrapper a.jeg_player_control__play:hover, .post-wrapper a.jeg_player_control__pause:hover {
	color: rgb(106, 106, 106);
}
.jeg_control_bar_left .jeg_player_control__play .fa, .jeg_control_bar_left .jeg_player_control__pause .fa  {
	border-color: #EE3638;
	color: #000;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.filter-col input::-webkit-input-placeholder { /* Edge */
  color: #0F0F0F;
}

.filter-col input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #0F0F0F;
}

.filter-col input::placeholder {
  color: #0F0F0F;
}
.jeg_meta_author img {
	width: 55px;
	height: 55px;
}
.single .jeg_meta_author.coauthor a {
	color: #000;
	font-size: 14px;
	font-weight: normal;
}
.jeg_custom_share_wrapper .jeg_sharelist a {
	width: 30px;
	height: 30px;
	/* font-size: 11px !important; */
}
.jeg_custom_share_wrapper .jeg_sharelist a i {
	font-size: 14px;
	line-height: 30px;
}
.page-template-page-notitle .jeg_share_bottom_container {
	display: none;
}
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern {
	color: #fff;
	border-color: #EE3638;
	background-color: #EE3638;
	background-image: none;
	font-family: "PT Serif",Helvetica,Arial,sans-serif;
	font-size: 16px;
}
.text-center .jeg_sharelist {
	/* justify-content: center; */
	/* justify-items: center; */
	/* text-align: center; */
	margin: 0 auto;
	margin-top: 25px;
}
.post-wrapper .jeg_post_meta a {
	/* color: rgb(27, 97, 232); */
	color: #555 !important;
}
.jeg_share_top_container {
	position: relative;
	float: right;
	top: 0px;
}
.post-wrapper .jeg_post_meta .jeg_share_button a {
	/* color: rgb(27, 97, 232); */
	color: #fff !important;
}

.post-wrapper a:hover {
	/*color: rgb(96, 141, 227);*/
	color: #222 !important;
}
.jnews_comment_buttton a,
.jnews_comment_buttton a:hover {
	color: #fff !important;
}
.jeg_postblock_5.jeg_postblock .jeg_meta_date {
	margin-left: 35px !important;
}
.jeg_postblock_5.jeg_postblock .jeg_meta_date a {
	font-size: 12px !important;
	font-family: "Libre Baskerville" !important;
	color: #555 !important !important;
}

.moreexcrept {
	display: none;
}
.moreexcrept.display {
	display: inline;
}
.jeg_post_metas, .jeg_post_metas a {
	font-weight: bold !important;
}
.subclass-filter.current {
	border-bottom: 1px solid rgb(238, 54, 56);
}
:lang(hy) .jeg_footer_heading_1 .jeg_footer_title{
	position: absolute;
}
:lang(hy)  .jeg_footer_heading.jeg_footer_heading_1 {
	margin-bottom: 70px;
}
@media screen and (min-width: 768px){
	.jeg_vc_content>.vc_row, .jeg_vc_content > .wpb-content-wrapper > .vc_row {
		max-width: 750px;
	}
	.home .jeg_postblock_22.jeg_col_3o3 .jeg_post {
		width: 33.33%;
	}
	.home .jeg_postblock_39.jeg_col_3o3 .jeg_post {
		width: 25%;
	}
	.jeg_postblock_39.jeg_col_1o3 .jeg_posts {
		margin-right: -30px;
	}
	.home .jeg_postblock_39.jeg_col_1o3 .jeg_post {
		width: 25%;
		padding-right: 30px;
	}
}
@media screen and (min-width: 960px){
.row.vc_row.wpb_row.contact {
	padding-right: 90px !important;
	padding-left: 90px !important;
}
	.hide-desc, .menu .lang-item {
		display:none;
	}
}
@media screen and (min-width: 992px){
	.jeg_vc_content>.vc_row, .jeg_vc_content > .wpb-content-wrapper > .vc_row {
		max-width: 970px;
	}
}
@media screen and (min-width: 1200px){
	.jeg_vc_content>.vc_row, .jeg_vc_content > .wpb-content-wrapper > .vc_row {
		max-width: 1170px;
	}
    .jeg_postblock_22.jeg_col_3o3 .jeg_post {
		width: 33.33%;
	}
	.jeg_postblock_39 .jeg_post {
		width: 25%;
		padding-right: 25px;
		flex: 0 0 25%;
	}
}

.error {
	border: 1px solid red !important;
}

@media screen and (max-width: 1024px) {
	.jeg_main {
		margin-top: 10px;
	}
}
@media screen and (max-width: 768px){
	.container.smail-container {
		max-width: 100%;
	}
	.smail-container .col-md-8.pl-5.pr-5 {
		padding: 15px !important;
	}
	.mt-7 {
		margin-top: 30px !important;
	}
	.jeg_aside_item ul.jeg_mobile_menu, 
	#menu-mobile-navigation, 
	#menu-mobile-navigation-hy, 
	#menu-footer-navigation-1 {
		-webkit-columns: 1;
		columns: 1;
	}
	.jeg_aside_item.socials_widget.nobg a {
		padding: 15px 25px;
	}
	.admin-bar .jeg_mobile_wrapper {
		padding-top: 15px;
	}
	.jeg_main.no-title {
		margin-top: 45px;
	}
	.jeg_navbar_mobile .jeg_search_form .jeg_search_button {
		font-size: 18px;
		box-shadow: none !important;
		height: 40px;
		top: 20px;
		color: #fff;
	}
	.jeg_share_top_container .jeg_share_button {
		top: 0;
	}
	.jeg_mobile_wrapper {
		margin-top: 60px;
	}
	.thumbnail-container > img {
		position: relative;
	}
	.margin-top77 .jeg_column.vc_column_container.vc_col-sm-3 {
		padding-left: 15px !important;
	}
	.jeg_subcat .okayNav__menu-toggle {
		margin-top: 3px !important;
	}
	.blockdonationone {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	#jeg_off_canvas .jeg_mobile_wrapper {
		margin-top: 70px;
		overflow-x: hidden;
		overflow-y: scroll;
		height: 80vh;
		z-index: 999999;
	}
	.jeg_navbar_mobile .jeg_search_popup_expand .jeg_search_form {
		z-index: 0;
	}
	.jeg_show_menu .jeg_nav_item.jeg_nav_icon {
		background: none;
	}
	.jeg_aside_item ul.jeg_mobile_menu, #menu-mobile-navigation {
		-webkit-columns: 1;
		columns: 1;
		-webkit-column-gap: 5px;
		column-gap: 5px;
	}
	#menu-mobile-navigation li {
		border: 0;
		line-height: 18px;
		margin-bottom: 10px;
	}
	.jeg_footer .jeg_footer_content .menu a, .jeg_footer.dark .jeg_footer_content .menu a {
		color: #fffcf2;
		line-height: 26px;
	}
	.socials_widget.square {
		display: flex;
	}
	.col-md-1 .jeg_footer_title {
		position: relative;
		right: 0;
		top: 0;
		transform: rotate(0deg);
		/* height: 100%; */
		width: 163px;
		border-top: 2px solid #EE3638;
		font-size: 25px !important;
	}
	.jeg_footer .widget_categories > ul {
		-webkit-columns: 1;
		columns: 1;
	}
	h2.vc_custom_heading {
		font-size: 36px !important;
	}
	#form-donation .col-md-6 {
		margin-bottom: 5px;
	}
	.jeg_postblock_22 .jeg_post.jeg_pl_md_5.format-standard {
		margin-bottom: 25px;
	}
	.jeg_nav_item.jeg_nav_icon {
		margin: 0 0;
	}
	.border #form-donation {
		max-width: 100%;
		width: 75% !important;
	}
	.vc_empty_space {
		max-height: 10px;
	}
	.jeg_ad .ads_image, .jeg_ad .ads_image_phone, .jeg_ad .ads_image_tablet {
		display: block !important;
	}
	.wpb_column.jeg_column.vc_column_container.vc_col-sm-3.vc_custom_1625735085584.jeg_main_content {
		margin: 0 !important;
	}
	.content-inner > * {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.jeg_col_3o3 .jeg_postbig {
		width: 100%;
		margin: 0 auto;
	}
	.jeg_postblock_3 .jeg_post .data {
		margin-left: 5px;
		margin-top: 10px;
		color: #808080;
	}
	.jeg_meta_author img {
		width: 35px;
		height: 35px;
	}
	.jeg_share_stats > div:last-child {
		padding-right: 0;
		margin-right: 5px;
	}
	.jeg_post_meta > div:not(:last-of-type) {
		margin-right: 5px;
	}
	.jeg_post_title.text-center {
		font-size: 24px;
		font-family: PT Serif;
		line-height: 26px;
		margin-top: 35px;
		margin-bottom: 35px;
		margin-top: 10px;
	}
	.audioplayer-playpause {
		width: 35px;
		height: 35px;
	}
	.audioplayer-time {
		display: flex;
		width: auto;
		justify-content: center;
		font-size: 12px;
		color: #0D0D0D;
		margin-left: 6px !important;
		margin-right: 6px !important;
	}
	.jeg_meta_author.coauthor {
		margin-top: 9px;
	}
	.jeg_share_button a {
		background: #6E6E6E !important;
		width: 38px;
		height: 29px;
		padding: 0 5px 0 5px;
		line-height: 26px;
	}
	.one-post .data::before {
		margin-right: 8px;
		margin-left: 8px;
	}
	.jeg_postblock_1 .jeg_pl_sm .jeg_postblock_content {
		margin-right: 0;
		margin-left: 0;
		padding-left: 0px;
	}
	.jeg_postblock_1 .jeg_pl_sm .jeg_thumb {
		width: 100%;
		float: none;
	}
	.jnews_search_content_wrapper .jeg_postblock_content {
		width: 100%;
	}
	.jnews_search_content_wrapper  .jeg_thumb {
		width: 100%;
	}
	.jnews_search_content_wrapper  .jeg_meta_date {
		float: none;
		width: 100%;
	}
	.jeg_post.jeg_pl_md_3.format-standard .jeg_postblock_content {
		overflow: initial;
	}
	.date-picker-wrapper .month-wrapper {
		max-width: 310px;
	}
	.date-picker-wrapper .drp_top-bar .apply-btn {
		color: #000;
	}
	.filter-col {
		width: 50%;
		display: flex;
		flex: auto;
		margin-bottom: 5px;
	}
	.d-flex {
		display: -ms-flexbox !important;
		display: flex !important;
		flex-wrap: wrap;
	}
	#filter #date, #filter .chosen-container a {
		font-size: 12px !important;
	}
	.jeg_cat_content.row {
		margin-top: 45px;
	}
	.jeg_heroblock_13 .jeg_heroblock_wrapper {
		height: 335px;
	}
	.jeg_mobile_logo img {
		max-height: 55px;
	}
	.jeg_sidebar {
		margin-top: 45px;
	}
	/* #jeg_off_canvas, .jeg_navbar_mobile, .jeg_navbar_mobile_wrapper {
		display: block;
		z-index: 77;
		position: relative;
	} */
	.jeg_subcat_right .jeg_subcat {
		display: flex;
		justify-content: center;
	}
	.jeg_subcat .okayNav__menu-toggle {
		margin-top: 18px;
		margin-bottom: -10px;
	}
	#filter .filter-col:nth-child(2) .group {
		margin-right: 0;
	}
	#filter .filter-col .group select + i {
		display: none;
	}
	#filter .group i {
		font-weight: 900;
	}
	body .vc_custom_1615815434959 {
		margin-left: 0 !important;
	}
	.jeg_postblock_18.jeg_postblock.jeg_module_hook.jeg_pagination_disable.jeg_col_1o3 {
		margin-top: 50px;
	}
	.charitable-radio-list.charitable-form-field.charitable-form-field-radio.required-field.odd {
		justify-items: left;
		justify-content: left;
		margin-top: -15px;
	}
	#charitable_field_accept_terms {
		margin-top: -50px;
	}
	.donors-list .donor > :first-child {
		margin-top: 0;
		width: 100%;
	}
	.vc_section.vc_custom_1625744315893.vc_section-has-fill.vc_section-o-content-middle.vc_section-flex {
		margin-top: -15px !important;
	}
	.entry-header .meta_right .jeg_player.audio_player.style_1 {
		width: 100%;
		margin: 0;
	}	
	.jeg_postblock_39 .jeg_posts article.jeg_post {
		flex-basis: 100%;
	}
}
@media screen and (max-width: 480px){
	.entry-header .jeg_post_meta_1 {
		flex-wrap: wrap;
	}
	.entry-header .meta_right {
		text-align: left;
	}
	.meta_right {
		text-align: left;
		width: 100%;
		float: left;
	}
	.entry-header .jeg_post_title {
		font-size: 25px !important;
	}
	#charitable_field_subscribe {
		top: 20px;
	}
	h3.vc_custom_heading {
		font-size: 30px !important;
		margin: 10px 0;
	}
	.charitable-form-errors {
		bottom: -60px;
		padding: 5px;
	}
	.jeg_meta_author.coauthor {
		margin-top: -2px;
		margin-right: 15px !important;
	}
	.pm-15 .jeg_wrapper {
		padding: 0 15px;
	}
	.pm-15 h2.vc_custom_heading {
		font-size: 28px !important;
	}
	.jeg_postblock_4.jeg_col_1o3 .jeg_pl_md_3 .jeg_thumb {
		width: 100%;
	}
	.size-715 {
		/* padding-bottom: 100% !important; */
	}
	.flex {
		display: flex;
		flex-wrap: wrap;
	}
	.flex .footer_widget {
		padding: 0;
		width: 100% !important;
		margin-bottom: 0;
	}
	.flex .footer_widget:nth-child(2), 
	.flex .footer_widget:nth-child(3) {
		margin-top: 0;
		margin-bottom: 0;
	}
	.jeg_post_meta_2 .meta_left {
		width: 100%;
	}
	.jeg_share_top_container {
		position: relative;
	}
	.jeg_share_button a {
		padding: 0px 10px 0px 10px;
	}
	.podcast .jeg_share_top_container, .jeg_meta_container .jeg_share_top_container {
		top: 0;
	}
	.jeg_share_top_container {
		top: -15px;
	}
	#footer .socials_widget.nobg {
		display: flex;
	}
	:lang(hy) h2.vc_custom_heading {
		font-size: 30px !important;
	}
	.col-md-1 .jeg_footer_title {
		position: relative !important;
		right: 0;
		top: 0;
		transform: rotate(0deg);
		width: 163px;
		border-top: 2px solid #ee3638;
		font-size: 25px !important;
	}
}
.date-picker-wrapper .drp_top-bar {
	z-index: 9999;
	background: #fff;
	text-align: center;
	padding: 10px;
}
.jeg_search_expanded .jeg_search_modal_expand .jeg_search_form {
	opacity: 1;
	visibility: visible;
	width: 210px;
	height: 40px;
	left: -270px;
	right: 0;
	top: 7px;
	bottom: 0;
	margin: auto;
}
.jeg_search_expanded .jeg_search_modal_expand .jeg_search_input {
	height: 40px;
	font-size: 16px;
	padding: 0 10px;
}
.jeg_midbar .jeg_search_wrapper .jeg_search_button {
	height: 40px;
	right: -30px;
	font-size: 18px;
	/*padding: 0 10px !important;*/
}
.jeg_search_expanded .jeg_search_modal_expand {
	background: #fff;
	z-index: 10000;
	position: relative;
	float: none;
	width: auto;
	min-height: 100%;
	top: 0;
	right: 0;
}
.smail-container .jeg_block_heading_6 .jeg_block_title span {
	padding: 0;
	font-size: 26px;
	color: rgb(128, 128, 128);
	font-weight: bold;
}
.smail-container .jeg_postblock .jeg_meta_date {
	margin-left: 40px;
}
.jeg_header .jeg_search_expanded .jeg_search_wrapper.jeg_search_modal_expand .jeg_search_toggle {
	color: #212121;
	position: relative;
	right: 0;
	top: 0;
	font-size: 20px;
	line-height: normal;
	pointer-events: auto;
}
.blockdonationone {
	padding: 15px;
	background: #000;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 60px;
}
.blockdonationone a {
	background: #EE3638;
	color: #fff;
	padding: 6px 20px;
	font-size: 16px;
	margin-left: 60px;
	margin-top: -15px;
	position: relative;
	top: 25px;
	/* border-radius: 10px; */
}
.jeg_header.normal .container, 
.jeg_aside_item .container {
	max-width: 1300px;
}
.jeg_aside_item .border-top {
	border-top: 1px solid #A0A0A0 !important;
    margin-top: 10px;
	padding-top: 10px;
}
.jeg_single_narrow .content-inner > *, .jeg_single_narrow .jeg_inner_content > *,
.jeg_main_content.col-md-no-sidebar-narrow,
.jeg_single_narrow .entry-content {
	width: 100%;
	max-width: 100%;
}
.tags {
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0;
}
.tags li {
	margin-right: 10px;
}
.jeg_post_category .tags {
	display: flex;
	padding: 5px;
	margin: 0;
}
.jeg_post_category .tags li:first-child {
	margin: 0;
}
.jeg_post_category .tags li {
	margin-left: 10px;
	margin-right: 0;
}

.jeg_header .jeg_nav_right .jeg_vertical_menu {
	border-top: none !important;
	min-width: initial !important;
}

.jeg_header .jeg_nav_right .jeg_vertical_menu .menu {
	position: relative;
}

.jeg_header .jeg_nav_right .jeg_vertical_menu .menu li {
    font-family: Yantramanav, Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    padding: 10px;
}

.jeg_header .jeg_nav_right .jeg_vertical_menu .menu li a {
    font-weight: 700;
    color: #000 !important;
    font-size: 18px !important;
}
.jeg_header .jeg_nav_right .jeg_vertical_menu .menu li.current-lang {
	background: none;
	position: relative;
	box-shadow: none;
	bottom: 0;
}

.jeg_header .jeg_nav_right .jeg_vertical_menu .menu li.current-lang a {
	position: relative;
}

.jeg_header .jeg_nav_right .jeg_vertical_menu .menu li.current-lang a:after {
	content: "\f0dd";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0px;
    right: -15px;
}

.jeg_header .jeg_nav_right .jeg_vertical_menu .menu li {
	position: absolute;
    bottom: -35px;
    width: 100%;
    display: none;
    background: #fff;
    box-shadow: 1px 1px 20px rgb(0, 0, 0, .1);
}

.jeg_header .jeg_nav_right .jeg_vertical_menu .menu:hover li,
.jeg_header .jeg_nav_right .jeg_vertical_menu .menu li.current-lang {
	display: block;
}

.jeg_stickybar .jeg_logo img {
	max-height: 90px !important;
}

#custom-donation-amount-field {
	position: relative;
}
/* 
#custom-donation-amount-field:after {
    content: 'AMD';
    position: absolute;
    top: 13px;
    right: 20px;
    color: #000;
    font-size: 20px;
    z-index: 9;
} */

/* .error404 .jeg_vertical_menu {
	display: none !important;
}

.home .jeg_vertical_menu {
	display: none !important;
} */

h4.below-img-caption {
    margin: 10px 0 !important;
    font-size: 16px;
	line-height: 16px
	font-family: 'PT Serif', arial, sans-serif !important;
}

.btn,
.button,
input[type=submit] {
	box-shadow: inset 0 0 0 100px rgb(0 0 0 / 15%) !important;
}

.btn:hover,
.button:hover,
input[type=submit]:hover {
	box-shadow: none !important;
}

.jeg_readmore {
	text-transform: capitalize !important;
}
.magazin-content .entry-header .meta_left > div:not(:last-of-type) {
	margin-right: 10px;
}
#nav_menu-4 {
	width: 44%;
}

.jeg_footer .jeg_footer_content .menu-item  a{
	color: #fffcf2;
	font-size: 14px;
	line-height: 24px;
}
.charitable-form-fields {
	margin-top: 0px;
}
.chosen-container-single .chosen-single, input:not([type=submit]), select, textarea {
    height: 50px;
}
.charitable-donor-details {
	display: none;
}
#charitable-user-fields.charitable-hidden {
	display: block !important;
	visibility: visible !important;
}
.jeg_search_button.btn {
	background: #EE3638 !important;
}

/* Custom July */
.blocks.podcast a {
	min-height: 100%;
    display: block;
    height: 100%;
	aspect-ratio: 1 / 1;
}
.blocks.podcast div.blockdisplay {
	background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
	height: 100%;
    display: block;
}
.jeg_meta_reading_time {
	display: none !important;
}
.magazin-content .entry-header.magazine {
	margin-top: 30px !important;
}

.jnews_category_content_wrapper .jeg_thumb .thumbnail-container {
    padding-bottom: 100%!important;
}
.jnews_category_content_wrapper .jeg_thumb .thumbnail-container>img {
	object-fit: cover!important;
}

.page .jeg_post_category .tags {
	display: none;
}
/* Categories Sub categories */
.menu-item-object-category.menu-item-has-children .sub-menu ,.menu-item-object-columns_categories.menu-item-has-children .sub-menu {
	display: none !important;
	position: fixed;
	background: #E3E3E3;
	z-index: 2;
	width: 220px;
	padding: 5px 0;
	transition: all 0.3s;
	max-height: 0;	
}

.menu-item-object-category.menu-item-has-children .sub-menu li a, .menu-item-object-columns_categories.menu-item-has-children .sub-menu li a{
	display: block;
}

.menu-item-object-category.menu-item-has-children .sub-menu.sub-open, .menu-item-object-columns_categories.menu-item-has-children .sub-menu.sub-open {
	display: flex !important;
	flex-direction: column;
	transition: all 0.3s;
	max-height: 170px;
	overflow-y: auto;	
}

.menu-item-object-category.menu-item-has-children span:before, .menu-item-object-columns_categories.menu-item-has-children span:before {
	content: "\276F";
	position: absolute;
	top:-8px;
	right: 2%;
	color: #000;
	font-size: 18px;
	cursor: pointer;
}

.menu-item-object-category.menu-item-has-children span, .menu-item-object-columns_categories.menu-item-has-children span {
	display: inline-block;
    width: 40px;
    position: absolute;
    right: 0;
    height: 20px;
    top: 8px;
    cursor: pointer;
}

.menu-open span:before {
	transform: rotate(90deg);
}

.sub-menu::-webkit-scrollbar {
	width: 5cap;
	/* Width of vertical scrollbar */
	height: 5px;
	/* Height of horizontal scrollbar */
}

.sub-menu::-webkit-scrollbar-track {
	background: #f0f0f0;
	/* Track color */
}

.sub-menu::-webkit-scrollbar-thumb {
	background-color: #888;
	border-radius: 10px;
	
}
/* For Firefox */
.sub-menu {
    scrollbar-width: thin; 
    scrollbar-color: #888 #f0f0f0;
}

/*new style category*/
.category_breadcrumb{
	display: flex;
	border-bottom: 1px solid #e8e8e8;
	width:100%;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.category_breadcrumb span{
	margin:0 3px;
}
.devider{
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 60px;
}
.no-pagination .jeg_pagination{
	display: none;
}
.columns .jeg_cat_header_2{
	background-color: transparent;
	padding: 15px 0 0;
    margin: -30px 0 0px;
	border-bottom:none;
}
/*new style category*/

@media screen and (max-width: 768px) {
.menu-item-object-category.menu-item-has-children .sub-menu ,.menu-item-object-columns_categories.menu-item-has-children .sub-menu {
	position: relative !important;
	background: #fff !important;
	padding: 15px 0 0 0;	
	width:100%;
}
}