#page {
	overflow: hidden;
}
.hebrew {
	text-align: right;
	direction: rtl;
	font-family: "FrankRuhlLibre", serif;
}
.site-header .flex-container {
	-webkit-box-align: flex-end;
	-webkit-align-items: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
}
.site-header__primary {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: justify;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	width: 100%;
	max-width: calc(25% - 1.5rem);
	flex-grow: 1;
	letter-spacing: 0;
	align-items: center;
}
.site-header__bottom,
.site-header__top {
	width: 100%;
}
.site-header__top {
	display: flex;
	align-items: center;
	padding: 1.5rem 0;
}
.site-header__bottom {
	border-top: 3px solid #000;
	border-bottom: 1px solid #000;
}
.site-header {
	position: relative;
	background-color: #fff;
	padding-bottom: 1rem;
}
.site-header .site-branding {
	padding-right: 30px;
	position: relative;
	flex: 0 0 auto;
	width: 25%;
}
aside.global-section__aside section:not(.ad-widget):first-child,
aside.single_sidebar section:not(.ad-widget):first-child {
	border-top: 3px solid #000;
}
aside.global-section__aside section.ad-widget:first-child + section,
aside.single_sidebar section.ad-widget:first-child + section {
	border-top: 3px solid #000;
}
.site-header__primary {
	margin-left: auto;
}
.site-header__primary > div.site-header__primary--date > p {
	font-size: 17px;
	margin-bottom: 0;
	line-height: 1.15;
}
.site-header__primary > div.site-header__primary--date > p.primary_data {
	font-size: 17px;
	font-weight: 500;
	line-height: 1;
}
.site-header__primary--date {
	font-family: FoundersGrotesk, sans-serif;
	line-height: 1;
	width: 100%;
}
body .site-header__primary--date strong {
	font-weight: 500 !important;
}
.site-header__primary i.fas.fa-search {
	color: rgb(37, 3, 12);
	font-size: 26px;
}
.site-header__primary i.fas.fa-bars {
	font-size: 21px;
	color: #231f20;
	margin-left: 20px;
}
#masthead .main-navigation #primary-menu li a::before {
	display: block;
	content: attr(title);
	font-weight: 700;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
#masthead .main-navigation #primary-menu li:hover > a {
	color: #3369f6;
}
#masthead .main-navigation ul.sub-menu {
	min-width: 280px;
}
#masthead .main-navigation ul.sub-menu li a {
	color: #000;
	padding: 0.5rem 0;
	display: block;
}
#masthead .main-navigation ul.sub-menu li {
	float: unset;
}
#mobile_header {
	background: #3369f6;
	padding: 15px 24px;
	display: none;
}
#mobile_header .mobile_header-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.toggle_btn i {
	color: #fff;
	font-size: 21px;
	cursor: pointer;
}
.overflow-hidden {
	overflow: hidden !important;
}
.sibebar-acc__title .fancy-box__title,
.wpadverts-widget-categories .widgettitle a {
	position: relative;
	font-size: 1.125rem;
	font-weight: 400;
	color: #231f20;
	background-color: transparent;
	padding: 20px 0 10px 54px;
	text-transform: capitalize;
	cursor: pointer;
}
.sibebar-acc__title .fancy-box__title::after {
	position: absolute;
	content: "";
	background-image: url(../images/accordion-angle.svg);
	width: 16px;
	height: 18px;
	background-repeat: no-repeat;
	left: 0.5rem;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(180deg);
	transition: all 0.5s ease;
}
.sibebar-acc__title.active .fancy-box__title::after,
.wpadverts-widget-categories.active .widgettitle::after {
	transform: rotate(0);
}
.sibebar-acc__content {
	display: none;
}
.wpadverts-widget-categories {
	border-bottom: 1px solid #d9d9d9;
}
.wpadverts-widget-categories .widget-title,
body .wpadverts-widget-categories.widget .widgettitle {
	background-color: transparent;
}
.wpadverts-widget-categories:not(.active) .button-block,
.accordion-classifieds.widget.wpadverts-widget-categories:not(.active)
	.button-block,
.wpadverts-widget-categories:not(.active) .adverts-widget-categories,
.accordion-classifieds.wpadverts-widget-categories:not(.active)
	.adverts-widget-categories.adverts-widget-multi-level-categories {
	display: none;
}
.wpadverts-widget-categories .widget-title a {
	position: relative;
	font-family: FoundersGrotesk, sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	color: #231f20;
	background-color: transparent;
	padding: 20px 0 10px 54px;
	letter-spacing: 0.9px;
	text-transform: capitalize;
	cursor: pointer;
}
.wpadverts-widget-categories .widget-title a::after,
.wpadverts-widget-categories .widgettitle a::after {
	position: absolute;
	content: "";
	background-image: url(../images/accordion-angle.svg);
	width: 16px;
	height: 18px;
	background-repeat: no-repeat;
	left: 0.5rem;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(180deg);
	transition: all 0.5s ease;
}
.wpadverts-widget-categories.active .widget-title a::after,
.wpadverts-widget-categories.active .widgettitle a::after {
	transform: rotate(0);
}
.site-main__sidebar-col2 .wpadverts-widget-categories .widget-title a::after {
	display: none;
}
.fancy-box.sibebar-acc__title {
	box-shadow: none;
	border-radius: 0;
}
.two--lines-read {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.three--lines-read {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.featherlight-next span,
.featherlight-previous span {
	display: none !important;
}
.featherlight-next:hover,
.featherlight-previous:hover {
	background: 0 0 !important;
}
.featherlight-next::after,
.featherlight-previous::after {
	content: "";
	display: block;
	height: 40px;
	width: 40px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translatey(-50%);
	background-image: url("../images/chevron-right.svg");
	background-repeat: no-repeat;
	background-color: #fff;
	border-radius: 50%;
	background-size: 13px;
	background-position: center;
}
.featherlight-previous::after {
	left: 0;
	right: unset;
	background-image: url("../images/chevron-left.svg");
}
.share-toggle-holder label {
	cursor: pointer;
}
.a2a_kit .a2a_button_print span svg {
	display: none !important;
}
.a2a_kit .a2a_button_print span,
.a2a_kit .a2a_button_print span:hover {
	display: block;
	position: relative;
	height: 30px;
	width: 30px;
	background-image: url("../images/print-icon.svg") !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-right: 10px;
}
.share-toggle-holder {
	align-items: center;
	display: flex;
	gap: 8px;
}
body.single .share-toggle-holder img {
	height: 20px !important;
}
.a2a_kit .a2a_button_print span {
	background-size: 20px !important;
}
.a2a_kit .a2a_button_print span:hover {
	background: url("../images/print-icon.svg") !important;
}
.toggle_btn.active i.fa-bars:before {
	content: "\f00d";
}
.header-menu-overlay {
	position: fixed;
	background-color: #0000004d;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
}
.sc-mobile-menu {
	background: #3369f6;
	opacity: 1;
	display: block;
	position: absolute;
	height: calc(100vh - 96px) !important;
	overflow: auto;
	top: 100%;
	padding-bottom: 60px;
	transition: all 0.5s ease-in-out;
	transform: translate(100%, 0);
	left: 0;
	width: 100%;
	z-index: 99999;
}
.sc-mobile-menu .menu-primary-menu-container {
	padding: 15px 24px;
}
.sc-mobile-menu ul {
	padding: 0;
	text-align: end;
	list-style: none;
}
.sc-mobile-menu ul li a {
	color: #f5f5f5;
	text-decoration: none;
	font-size: 25px;
	letter-spacing: 0px;
	display: inline-block;
	padding: 5px 0;
	font-family: FoundersGrotesk, sans-serif;
	font-weight: 300;
}
.sc-mobile-menu ul li.menu-mobile-title a {
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1.1px;
	padding: 0;
	margin: 50px 0 2px;
	line-height: 1.36;
}
.sc-mobile-menu ul li.menu-mobile-title:first-child a {
	margin-top: 0;
}
.daily-list,
.zmanium__wrap .time-list {
	padding: 0;
	list-style: none;
	text-align: left;
}
.HB__daily-study .zmanium__wrap .time-list li {
	position: relative;
	padding: 12px 0 6px;
	margin-bottom: 0;
}
.HB__daily-study .zmanium__wrap .time-list li:not(:last-child)::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #d9d9d9;
	z-index: 0;
	background-size: auto;
	background-repeat: repeat-x;
}
.daily-study__wrap .daily-list li {
	padding: 12px 0 8px;
	margin-bottom: 0;
}
.HB__daily-study .zmanium__wrap .time-list li:last-child::before,
.daily-study__wrap .daily-list li:last-child::before {
	display: none;
}
.HB__daily-study .classifields__wrap .classifields__box,
.HB__daily-study .zmanium__wrap .time-list li,
.daily-study__wrap .daily-list li {
	font-family: FoundersGrotesk, sans-serif;
}
.zmanium__wrap .time-list__item-title {
	width: calc(100% - 72px);
	padding: 0;
	color: #000;
	font-size: 16px;
	font-family: FoundersGrotesk, sans-serif;
	font-weight: 300;
}
.zmanium__wrap .time-list__item-time {
	color: #000;
	width: auto;
	font-size: 16px;
}
.daily-list .fancy-list__item a {
	border-radius: 0;
	text-align: left;
	font-size: 16px;
	padding: 0;
	font-family: FoundersGrotesk, sans-serif;
}
.daily-list .fancy-list__item a b {
	font-weight: 500 !important;
	font-family: FoundersGrotesk, sans-serif;
}
.daily-list .fancy-list__item a p {
	margin-bottom: 0;
}
.daily-list .fancy-list__item a:hover p {
	color: #000;
}
.daily-list .fancy-list__item a:hover p b {
	color: #3369f6;
}
ol.comment-list span.says {
	display: none;
}
ol.comment-list li.comment ol.children li.depth-2,
ol.comment-list li.comment ol.children li.depth-3 {
	border-left: 0;
	margin: 0;
}
ol.comment-list li.comment ol.children li.depth-2 > article {
	padding-left: 20px;
}
ol.comment-list li.comment ol.children li.depth-3 > article {
	padding-left: 40px;
}
.site-main__sidebar-col2 .wpadverts-widget-categories {
	margin-top: 0;
}
.widget-last .fancy-box.sibebar-acc__title {
	margin-bottom: 15px;
}
.widget.popular-posts .wpp-list li:not(:last-child),
.widget.recent-posts-extended .nshei-widget .rpwe-ul .rpwe-li:not(:last-child),
.widget.recent-posts-extended .rpwe-ul li:not(:last-child),
.widget_nav_menu .menu > li:not(:last-child) {
	border-bottom: 1px solid rgb(0 0 0 / 50%);
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.widget.recent-posts-extended .rpwe-ul li:not(:last-child),
.widget_nav_menu .menu > li:not(:last-child) {
	margin-bottom: 10px;
}
.widget.popular-posts,
.widget.wpadverts-widget-recent {
	margin: 0;
	border: 1px solid #cecece;
	margin-top: 20px;
}
#text-17 .widgettitle,
.widget.popular-posts .widgettitle,
.widget.recent-posts-extended .widgettitle,
.widget.widget_nav_menu .widgettitle,
.widget.wpadverts-widget-recent .widget-title,
.widget.wpadverts-widget-recent .widget-title a,
.widget.wpadverts-widget-recent .widgettitle,
.widget.wpadverts-widget-recent .widgettitle a {
	background: 0 0 !important;
	color: #3369f6 !important;
	font-size: 1rem !important;
	font-weight: 600 !important;
	font-family: FoundersGrotesk, sans-serif !important;
	padding: 0 !important;
	margin-bottom: 15px !important;
}
#sib-container,
.sib-form-block,
.widget.popular-posts .wpp-list,
.widget.recent-posts-extended .rpwe-ul,
.widget_nav_menu .menu,
.wpadverts-widget-recent .adverts-widget {
	padding: 0 !important;
}
.widget.recent-posts-extended .rpwe-ul li .rpwe-title a,
.widget_nav_menu .menu > li a {
	color: #000;
	font-size: 1rem;
	font-weight: 500;
	font-family: FoundersGrotesk, sans-serif !important;
	padding: 0;
}
#text-17,
.site-main aside .widget.recent-posts-extended,
.site-main aside .wpadverts-widget-recent,
.site-main aside .sidebar__top-class,
.widget.popular-posts,
.widget.recent-posts-extended,
.widget_nav_menu {
	box-shadow: none !important;
	border-radius: 0 !important;
	margin: 0 !important;
	border: 1px solid #cecece !important;
	margin-top: 20px !important;
	padding: 20px !important;
}
.site-main aside .sidebar__top-class,
.site-main aside .wpadverts-widget-recent {
	margin-bottom: 20px !important;
}
.mazal_tovs_box .home__icon-title span {
	padding-top: 14px;
}
.mazal_tovs_box .mazal-tovs__foot {
	text-align: end;
}
.mazal_tovs_box .mazal-tovs__foot a {
	display: inline-block;
}
.mazal_tovs_box .mazal-tovs__foot a:hover {
	color: #3369f6;
}
.mazal_tovs-list {
	list-style: none;
	padding: 0;
	margin-bottom: 1rem;
}
.mazal_tovs-list li:not(:last-child) {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.mazal_tovs-list li:not(:last-child)::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #d9d9d9;
	z-index: 0;
	background-size: auto;
	background-repeat: repeat-x;
}
.mazal_tovs-list li a,
.see_all {
	color: #3369f6;
	font-weight: 300;
	font-size: 1rem;
	display: block;
	font-family: FoundersGrotesk, sans-serif;
}
.mazal_tovs-list li a {
	letter-spacing: 0;
}
.mazal_tovs-list li a.content {
	color: #000;
	font-family: "ivypresto-headline", serif;
	letter-spacing: 0.2px;
}
.see_all {
	font-weight: 300;
}
.mazal_tovs-list li .see_all {
	font-weight: 400;
}
.mazal_tovs-list li:nth-child(7) .see_all {
	display: inline-block;
}
.mazal_tovs-list li:nth-child(7) > div {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 5px;
}
.mazal_tovs-list li:nth-child(7) > div a:first-child {
	max-width: 300px;
}
#modalOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	background: rgba(0, 0, 0, 0.7);
	display: none;
	justify-content: center;
	align-items: center;
	transition: all 0.5s ease;
	z-index: 9999;
}
.overlay-modal {
	max-width: 800px;
	background: #fff;
	padding: 10px;
	position: relative;
}
#modalOverlay .anash-right-sidebar > div > a > img {
	margin: 0;
}
#closeModalBtn {
	position: absolute;
	top: -30px;
	right: -30px;
	cursor: pointer;
}
.anash-homepage-website-top .anash-homepage-website-top img,
.anash-website-top .anash-website-top img {
	width: 100%;
	height: auto;
	border-radius: 0;
	box-shadow: none;
}
.anash-homepage-website-top > .anash-homepage-website-top > div {
	margin-bottom: 0;
}
.additional-image .wp-caption .wp-caption-text {
	font-weight: 300;
	margin-bottom: 20px;
}
.search-form .search__field {
	position: absolute;
	top: -12px;
	right: 10px;
	width: 0;
	transition: all 0.5s;
	visibility: hidden;
	opacity: 0;
}
.search-form form {
	position: relative;
}
.search_sign {
	display: inline-block;
	position: relative;
	width: 22px;
	margin-right: 15px;
	transition: all 0.5s ease;
}
.search-form input {
	color: #000;
	font-family: FoundersGrotesk, sans-serif;
	border-radius: 25px;
	border: 2px solid #cecece;
	width: 100%;
	height: 50px;
	padding: 11px 20px 7px 20px;
}
.search-form.active .search__field {
	width: 180px;
	visibility: visible;
	opacity: 1;
}
.search-form.active .search_sign {
	transform: translatex(-8px);
}
.page-template-front-page main.site-main,
.sc-home-blog {
	padding-bottom: 0;
}
.page-template-front-page .anash-homepage-in-between-posts-1,
.page-template-front-page .anash-homepage-in-between-posts-1 > div,
.page-template-front-page .anash-homepage-in-between-posts-2,
.page-template-front-page .anash-homepage-in-between-posts-2 > div,
.page-template-front-page .anash-homepage-in-between-posts-3,
.page-template-front-page .anash-homepage-in-between-posts-3 > div,
.page-template-front-page .anash-homepage-in-between-posts-4,
.page-template-front-page .anash-homepage-in-between-posts-4 > div,
.page-template-front-page .anash-homepage-in-between-posts-5,
.page-template-front-page .anash-homepage-in-between-posts-5 > div,
.page-template-front-page div[class*="anash-homepage-in-between-posts-"] {
	margin-bottom: 0 !important;
}
.fancy-box.sibebar-acc__title {
	position: relative;
	margin-bottom: 0;
}
.fancy-box.sibebar-acc__title::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #d9d9d9;
	z-index: 0;
	background-size: auto;
	background-repeat: repeat-x;
}
/* .HB__sidebar .HB__sidebar--space {border-top: 1px solid #000} */
.fancy-box__inner.sibebar-acc__content {
	padding: 0 0 20px 0;
}
.fancy-box.sibebar-acc__title.active .fancy-box__inner.sibebar-acc__content {
	display: block;
}
#single_primary .widget-5 .fancy-box.sibebar-acc__title::before,
.HB__sidebar .widget-5 .fancy-box.sibebar-acc__title::before {
	display: none;
}
.HB__sidebar .anash-target {
	margin-bottom: 20px;
}
#single_primary {
	padding-top: 40px;
	background: #fff;
}
.float_image-con > img {
	float: left;
	padding: 0 20px 20px 0 !important;
	border-top: 0 !important;
	width: auto !important;
	height: auto !important;
}
.float_image-con {
	padding-top: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.additional-image img {
	box-shadow: none;
	border-radius: 0;
}
#single_primary a {
	text-decoration: none;
}
#single_primary.sc-home-blog .col-12 {
	flex: 0 0 auto;
	width: 100%;
}
#single_primary .container {
	display: flex;
}
.single_cat-block,
.single-post__metadata {
	margin-bottom: clamp(0.625rem, 0.3216rem + 1.2945vw, 1.875rem);
}
.single-post__date {
	font-family: FoundersGrotesk, sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #cccccc;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 1;
}
.single-post__date .hebrew-date {
	font-family: "FBHACHALUZIM", serif;
	font-size: 1rem;
	letter-spacing: 0;
}
#single_primary .single_cat {
	display: block;
	color: #3369f6;
	font-size: 11px;
	font-family: FoundersGrotesk, sans-serif;
	line-height: 1.36;
	letter-spacing: 1.1px;
	text-decoration: none;
	text-transform: uppercase;
}
#single_primary .single__img-box {
	position: relative;
	margin-bottom: 30px;
	padding-top: 20px;
}
#single_primary .single__img-box::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background-color: #d9d9d9;
	z-index: 0;
	background-size: auto;
	background-repeat: repeat-x;
}
#single_primary img.single_image {
	width: 780px;
	/* height: 500px;
	object-fit: cover;
	object-position: center; */
}
#single_primary h1.single_title {
	font-size: clamp(2.125rem, 1.8823rem + 1.0356vw, 3.125rem);
	margin-bottom: clamp(0.625rem, 0.3216rem + 1.2945vw, 1.875rem);
}
#single_primary .single_excerpt {
	font-size: clamp(1rem, 0.9393rem + 0.2589vw, 1.25rem);
	color: #797979;
	line-height: 1.2;
	letter-spacing: -0.26px;
	margin-bottom: 37px;
}
#single_primary .single_content strong,
#single_primary .single_excerpt strong {
	font-weight: 600 !important;
}
#single_primary .single_content {
	font-size: clamp(1rem, 0.9393rem + 0.2589vw, 1.125rem);
	margin-bottom: 60px;
}
#single_primary .single_author {
	font-size: clamp(1rem, 0.9393rem + 0.2589vw, 1.125rem);
	color: #3369f6;
	font-weight: 500;
	margin-bottom: clamp(0.625rem, 0.3216rem + 1.2945vw, 1.875rem);
	font-family: FoundersGrotesk, sans-serif;
}
#single_primary #btn_print {
	margin-right: 10px;
}
.single_data--save {
	margin-bottom: 50px;
	display: flex;
	align-items: center;
	max-width: 580px;
	justify-content: flex-end;
}
.recent_data {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 50px 0 20px 0;
	width: 100%;
}
.recent_data h6 {
	color: #3369f6;
	font-weight: 700;
	letter-spacing: 0.9px;
	margin-bottom: 24px;
	font-family: FoundersGrotesk, sans-serif;
}
#single_primary .ratio::before {
	display: block;
	padding-top: var(--bs-aspect-ratio);
	content: "";
}
#single_primary .ratio-1x1 {
	--bs-aspect-ratio: 100%;
}
#single_primary .ratio {
	position: relative;
	width: 100%;
}
#single_primary .bg-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#single_primary .col-4 {
	flex: 0 0 auto;
	width: 33.33333333%;
}
#single_primary .col-8 {
	flex: 0 0 auto;
	width: 66.66666667%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#single_primary .single_sidebar,
.sidebar_accordion--con {
	display: none;
}
#single_primary .single_cat.recent_cat {
	margin-bottom: 10px;
	display: none;
}
.single_comment {
	display: block;
	background: #f5f5f5;
	padding: 30px 20px 100px;
	margin: 40px 0;
}
.comment_box {
	padding: 20px 0;
	border-top: 1px solid #000;
	margin-top: 20px;
	font-size: 1rem;
}
.comment_date {
	color: #bababa;
	margin-left: 10px;
	display: inline-block;
}
#single_primary .share-toggle-holder .share-toggle-container {
	overflow: hidden;
	transition: max-width 0.3s;
	vertical-align: top;
	display: none;
}
#single_primary .share-toggle-holder input {
	display: none;
}
#single_primary .share-toggle-holder input:checked ~ .share-toggle-container {
	display: inline-block;
	background: #fff;
}
#single_primary .a2a_kit .a2a_svg:not(:hover) path {
	fill: #3369f6;
}
#single_primary .a2a_kit.a2a_kit_size_24.addtoany_list {
	line-height: 0 !important;
	display: flex;
	justify-content: space-between;
}
.addtoany_list a span {
	width: 30px !important;
	height: 30px !important;
}
#single_primary .share-toggle-holder .share_arrow_down {
	display: none;
}
#single_primary .share-toggle-holder .share_arrow_up {
	display: inline-block;
}
#commentform textarea {
	background: 0 0;
	border-width: 2px;
	border-radius: 0;
}
#commentform label {
	margin-bottom: 10px;
	display: inline-block;
}
.post_symbols .comment_sign {
	position: relative;
	display: inline-block;
	padding-right: 8px;
}
.comment_count {
	display: inline-block;
	font-size: 12px;
	font-family: FoundersGrotesk, sans-serif;
	color: #3369f6;
	margin-left: 1px;
}
.post_symbols .comment_sign .comment_count {
	position: absolute;
	top: -1px;
	left: calc(100% - 7px);
	font-size: 11px;
}
.post_symbols a {
	display: flex;
	align-items: center;
	gap: 8px;
}
#gallery-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	overflow-y: auto;
	display: none;
	transition: all 0.2s ease;
	background-color: rgba(0, 0, 0, 0.5);
}
#gallery-overlay.active {
	display: block;
}
#gallery-overlay .gallery__in {
	width: 800px;
	background: #fff;
	top: 10%;
	left: 50%;
	position: absolute;
	padding: 4px;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	max-width: 80%;
}
#gallery-overlay.active .gallery__in {
	height: auto;
}
#gallery-overlay .close-popup {
	position: absolute;
	top: -20px;
	right: -20px;
	width: 40px;
	height: 40px;
	background: #3369f6;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
	border-radius: 100%;
	z-index: 9;
}
.gallery__slider {
	transition: all 0.3s ease;
	transform: scale(0.95);
	opacity: 0;
	height: 50vh;
}
.gallery__slider.active {
	transform: scale(1);
	opacity: 1;
	height: 100%;
}
.gallery__slider .gallery {
	margin: 0 !important;
	position: relative;
}
.owl-carousel .owl-item .ratio img {
	object-fit: cover;
	max-height: 100%;
	height: 100%;
}
.gallery__slider .owl-carousel .owl-nav {
	display: flex;
	justify-content: space-between;
	top: 50%;
	position: absolute;
	width: calc(100% + 60px);
	transform: translateX(-30px);
}
.gallery__slider .owl-carousel .owl-nav .owl-next,
.gallery__slider .owl-carousel .owl-nav .owl-prev {
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.featherlight div.featherlight-content {
	background: transparent;
	border: 0 !important;
	box-shadow: none;
	overflow: visible !important;
}
.featherlight-next,
.featherlight-previous {
	top: 0 !important;
}
.featherlight-next {
	right: 0 !important;
}
.featherlight-previous {
	left: 0 !important;
}
.featherlight .caption,
.slider-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #000000c4;
	color: #fff;
	line-height: 1.2;
	font-size: 21px;
	font-weight: 300;
	padding: 1rem 2rem;
	text-align: left;
	font-family: FoundersGrotesk, sans-serif;
}
.featherlight .caption:empty {
	padding: 0;
}
.ratio .slider-caption {
	height: auto;
	top: auto;
}

.featherlight .featherlight-close-icon.featherlight-close {
	background: #3369f6;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	top: -20px;
	right: -20px;
	color: #fff;
	font-size: 1rem;
}

.HB__latest-first .blog__title {
	margin-bottom: 1rem;
}
.HB__latest-first .blog__title,
.HB__latest-first p,
.Hb-feature__box .blog__title,
.Hb-feature__box p {
	padding-right: 1rem;
}
.Hb-feature__box p:last-child {
	margin-bottom: 0;
}
.all-cat-links {
	font-size: 0;
}
.all-cat-links span {
	font-size: 11px;
}
a.btn--cat.btn--cat--list {
	display: inline-block;
}
.home-group-add {
	padding: 20px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
}
.home-group-add .anash-homepage-in-between-posts-1,
.home-group-add .anash-homepage-in-between-posts-1 > div,
.home-group-add .anash-homepage-in-between-posts-2,
.home-group-add .anash-homepage-in-between-posts-2 > div,
.home-group-add .anash-homepage-in-between-posts-3,
.home-group-add .anash-homepage-in-between-posts-3 > div,
.home-group-add .anash-homepage-in-between-posts-4,
.home-group-add .anash-homepage-in-between-posts-4 > div,
.home-group-add .anash-homepage-in-between-posts-5,
.home-group-add .anash-homepage-in-between-posts-5 > div,
.home-group-add .anash-homepage-in-between-posts-6,
.home-group-add .anash-homepage-in-between-posts-6 > div {
	margin-bottom: 0 !important;
}
.border-bottom-0 {
	border-bottom: 0;
}
.border-top-0 {
	border-top: 0;
}
.mt-banner .mt-text-heading {
	color: #3369f6 !important;
}
.site-main__detail .mt-banner .mt-text-content a {
	color: #000 !important;
}
.mt-lechaim-details,
.simchas-main-cont .site-main__detail .mt-banner.mt-birth .mt-location {
	font-style: normal;
}
.simchas-main-cont .site-main__detail .hentry {
	margin-bottom: 0;
}
.simchas-main-cont .site-main__detail .hentry.type-simchas .mt-banner {
	padding-top: 20px;
	padding-bottom: 20px;
}
.simchas-main-cont .navigation {
	margin-top: 20px;
}
.button-block .cf__btn {
	background-color: #3369f6 !important;
	color: #fff !important;
	border-color: #3369f6 !important;
	border-radius: 0;
}
aside
	.wpadverts-widget-categories
	.adverts-widget
	.adverts-multi-level
	.adverts-widget-grid-link
	a {
	color: #000;
	font-size: 1rem;
}
aside
	.wpadverts-widget-categories
	.adverts-widget
	.adverts-grid
	> .adverts-grid-row
	.adverts-widget-grid-link {
	font-size: 0 !important;
}
aside
	.wpadverts-widget-categories
	.adverts-widget
	.adverts-grid
	> .adverts-grid-row
	.adverts-widget-grid-link
	a {
	color: #3369f6;
	font-size: 20px;
	font-weight: 500;
}
aside .adverts-widget-categories .adverts-widget-grid-link:before,
aside .adverts-widget-categories .adverts-widget-grid-link img {
	display: none;
}
aside .adverts-widget-categories .adverts-widget-grid-link {
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: left center;
	margin: 8px 0 !important;
	font-size: 1rem !important;
}
aside
	.wpadverts-widget-categories
	.adverts-widget
	.adverts-multi-level
	.adverts-widget-grid-link,
aside
	.wpadverts-widget-categories
	.adverts-widget
	.adverts-grid
	> .adverts-grid-row
	.adverts-widget-grid-link {
	padding-left: 35px;
}
aside
	.adverts-widget-categories
	.adverts-widget-grid-link.adverts-icon-black-tie {
	background-image: url(" ../images/cloth.png");
}
aside
	.adverts-widget-categories
	.adverts-widget-grid-link.adverts-icon-diamond {
	background-image: url("../images/jeweley.png");
}
aside .adverts-widget-categories .adverts-widget-grid-link.adverts-icon-box {
	background-image: url("../images/objects.png");
}
aside
	.adverts-widget-categories
	.adverts-widget-grid-link.my-adverts-category-icon-none {
	background-image: url("../images/house.png");
	background-size: auto 20px;
}
aside .adverts-widget-categories .adverts-widget-grid-link.adverts-icon-key {
	background-image: url("../images/key.png");
	background-size: auto 24px;
}
aside .adverts-widget-categories .adverts-widget-grid-link.adverts-icon-book {
	background-image: url("../images/book.png");
}
aside
	.adverts-widget-categories
	.adverts-widget-grid-link.adverts-icon-briefcase {
	background-image: url("../images/briefcase.png");
}
aside .adverts-widget-categories .adverts-widget-grid-link.adverts-icon-rocket {
	background-image: url("../images/seeking.png");
}
aside .adverts-widget-categories .adverts-widget-grid-link.adverts-icon-plug {
	background-image: url("../images/plug.png");
}
aside .adverts-widget-categories .adverts-widget-grid-link.adverts-icon-cube {
	background-image: url("../images/furniture.png");
}
aside
	.wpadverts-widget-categories
	.adverts-widget
	.adverts-multi-level:last-child
	.adverts-grid-row:nth-child(2)
	.adverts-widget-grid-link.my-adverts-category-icon-none {
	background-image: url("../images/car.png");
	background-size: 20px;
}
aside
	.wpadverts-widget-categories
	.adverts-widget
	.adverts-multi-level:nth-child(n-1)
	.adverts-grid-row:nth-child(4)
	.adverts-widget-grid-link.my-adverts-category-icon-none {
	background-image: url("../images/town.png");
	background-size: 20px;
}
aside
	.wpadverts-widget-categories
	.adverts-widget
	.adverts-multi-level:nth-child(n-1)
	.adverts-grid-row:last-child
	.adverts-widget-grid-link.my-adverts-category-icon-none {
	background-image: url("../images/books.png");
	background-size: 20px;
}
aside
	.wpadverts-widget-categories
	.adverts-widget
	.adverts-multi-level:not(:last-child) {
	border-bottom: 1px solid #00000080;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
aside .wpadverts-widget-categories .adverts-widget .adverts-multi-level {
	margin-top: auto;
}
.HB__sidebar .periodical-list .fancy-list__item a {
	text-align: center;
}
.HB__sidebar--space .author-info {
	align-items: center;
}
.HB__sidebar--space .author-info .author-avatar img {
	border-radius: 50%;
}
aside.Home__sidebar .HB__sidebar--space {
	padding-top: 20px;
}
aside.Home__sidebar .widget_anash_zmanim_widget .fancy-box__title,
aside.Home__sidebar .widget_anash_daily_study_widget .fancy-box__title,
aside.Home__sidebar .wpadverts-widget-categories .widget-title,
aside.site-main__sidebar-col2 .wpadverts-widget-categories .widget-title {
	font-family: FoundersGrotesk, sans-serif;
	color: #3369f6;
	background-color: transparent;
	font-weight: 600;
	font-size: 1rem;
	letter-spacing: 0.9px;
	padding: 0;
	margin-bottom: 1rem;
}
aside.Home__sidebar .wpadverts-widget-categories .widget-title a.cf__btn,
aside.site-main__sidebar-col2
	.wpadverts-widget-categories
	.widget-title
	a.cf__btn {
	color: #3369f6;
	padding: 0;
}
aside.Home__sidebar .widget.widget_anash_zmanim_widget,
aside.Home__sidebar .widget.widget_anash_daily_study_widget,
aside.Home__sidebar .widget.wpadverts-widget-categories,
aside.site-main__sidebar-col2
	.widget.wpadverts-widget-categories:not(.accordion-classifieds) {
	border: 1px solid #cecece;
	padding: 24px 20px;
	margin-bottom: 20px;
}
aside.Home__sidebar .widget_anash_periodical_widget {
	border-top: 1px solid #d9d9d9;
}
aside.Home__sidebar .widget_anash_zmanim_widget .sibebar-acc__title::before,
aside.Home__sidebar
	.widget_anash_daily_study_widget
	.sibebar-acc__title::before {
	display: none;
}
aside.Home__sidebar .wpadverts-widget-categories {
	border-bottom: 0;
}
aside.Home__sidebar .widget_anash_zmanim_widget .fancy-box__title::after,
aside.Home__sidebar .widget_anash_daily_study_widget .fancy-box__title::after,
aside.Home__sidebar .wpadverts-widget-categories .widget-title a::after {
	display: none;
}
aside.Home__sidebar .widget_anash_zmanim_widget .sibebar-acc__content,
aside.Home__sidebar .widget_anash_daily_study_widget .sibebar-acc__content,
aside.Home__sidebar .wpadverts-widget-categories:not(.active) .button-block,
aside.site-main__sidebar-col2
	.wpadverts-widget-categories:not(.active)
	.button-block,
aside.Home__sidebar
	.wpadverts-widget-categories:not(.active)
	.adverts-widget-categories,
aside.site-main__sidebar-col2
	.wpadverts-widget-categories:not(.active)
	.adverts-widget-categories {
	display: block;
}
aside.Home__sidebar .widget_anash_zmanim_widget .fancy-box__inner,
aside.Home__sidebar .widget_anash_daily_study_widget .fancy-box__inner {
	padding: 0;
}
aside.Home__sidebar .wpadverts-widget-categories .button-block {
	margin: 0;
}
aside.Home__sidebar .wpadverts-widget-categories .adverts-widget {
	padding: 1rem 0 0;
}
body.archive .HB__slider-heading {
	justify-content: flex-end;
}
/* status */
.status-form__field {
	display: flex;
	margin-bottom: 1rem;
	flex-wrap: wrap;
}
.status-form__field label {
	width: 100%;
}
.status-form__field input,
.status-form__field textarea {
	border-width: 0 0 1px 0;
	border-radius: 0;
	width: 100%;
}
#status-form .submit {
	font-size: 20px;
	font-weight: 500;
	font-family: FoundersGrotesk, sans-serif;
	border-radius: 0;
	padding: 18px 32px 10px;
	margin: 0;
	text-transform: capitalize;
	width: auto;
	letter-spacing: 0;
}
#status-form label {
	font-size: 20px;
	font-weight: 500;
	font-family: FoundersGrotesk, sans-serif;
	color: #000;
	margin: 0;
	letter-spacing: 0;
	width: 100%;
}
.status-form__field.flex-end {
	justify-content: flex-end;
}
.owl--featured-feed-popup .owl-dots,
.status-slider-p__box-in .owl-dots {
	position: absolute;
	top: 0;
	width: 100%;
	height: 20px;
	z-index: 99999999;
	display: flex;
	gap: 20px;
	padding: 20px;
}
.owl--featured-feed-popup .owl-dots button,
.status-slider-p__box-in .owl-dots button {
	background-color: #ffffff80;
	height: 3px;
	width: 100%;
	position: relative;
}
.owl--featured-feed-popup .owl-dots button.owl-dot span,
.status-slider-p__box-in .owl-dots button.owl-dot span {
	display: block;
	background-color: #fff;
	width: 0%;
	height: 100%;
	transition: width 3s ease;
}
.owl--featured-feed-popup .owl-dots button.owl-dot.line-active span,
.status-slider-p__box-in .owl-dots button.owl-dot.line-active span {
	width: 100%;
}
.sc-feed-slider-popup .global-slider-popup__cont-box,
.page-template-page-anas-status .status-slider-popup__cont-box {
	bottom: 0;
}
.page-template
	.owl-status-slider-popup[data-total="1"]
	+ .status-slider-popup__cont-box {
	bottom: 0px;
}
body.single-post .comment-list .comment-metadata {
	display: none !important;
}
.site-dadication {
	text-align: center;
}
.site-dadication h6 {
	font-size: 10px;
	font-family: FoundersGrotesk, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 4px;
}
.site-dadication p {
	font-family: FoundersGrotesk, sans-serif;
	font-size: 12px;
	letter-spacing: 0.5px;
}
.site-dadication p:last-child {
	margin-bottom: 0;
}
.owl--HB--podcasts .owl-item .item {
	width: 145px;
}

.owl--HB--podcasts .owl-item {
	position: relative;
	width: 145px !important; /* default */
	transition: width 0.3s ease;
}

.owl--HB--podcasts .owl-item.selected {
	width: 500px !important;
}

.video-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	border-radius: 12px;
	overflow: hidden;
	z-index: 20;
}

.video-wrapper iframe,
.video-wrapper video {
	width: 100%;
	height: 100%;
	border: none;
}
.global__video-box {
	cursor: pointer;
}
.global__video-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	max-width: 40px;
	height: 40px;
	transform: translate(-50%, -50%);
	background-color: rgb(51, 105, 246);
	border-radius: 50%;
	padding: 2%;
}

.video-close {
	position: absolute;
	top: 5px;
	right: 8px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	border: none;
	font-size: 22px;
	cursor: pointer;
	z-index: 30;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	line-height: 28px;
	text-align: center;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99999;
}
.video-close:hover {
	background: rgba(0, 0, 0, 0.8);
}
.global__aiovg_videos .aiovg-thumbnail {
	gap: 20px;
}
.global__aiovg_videos .aiovg-responsive-container {
	border-radius: 18px;
	padding-bottom: 100% !important;
	overflow: hidden;
}
.global__aiovg_videos .aiovg-caption .aiovg-title {
	font-size: 1rem;
	font-family: FoundersGrotesk, sans-serif;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0;
	line-height: 1;
}
.global__aiovg_videos .aiovg-caption .aiovg-title a {
	color: #000;
}
.global__aiovg_videos .aiovg-caption {
	gap: 1rem;
}
.global__aiovg_videos .aiovg-caption .aiovg-excerpt {
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: FoundersGrotesk, sans-serif;
	margin-top: 0;
}
.global__aiovg_videos .aiovg-slick-fixed-arrows {
	position: absolute;
	top: calc(clamp(1.75rem, 0.6139rem + 1.5717vw, 2.5rem) * -1);
	margin: 0;
	transform: translateY(-60%);
	z-index: 1;
}
#single_primary .wp-block-quote p {
	background: transparent;
	border: none;
	border-left: 4px solid #999;
	padding: 0 1rem;
	margin: 1.5rem 0;
	box-shadow: none;
	border-radius: 0;
}
.HB__areivim video {
	max-width: 100%;
}

/* #single_primary .wp-block-quote::before {
	content: "“" !important;
	font-size: 3em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
	color: #3369f6;
} */
div#single_primary ol.comment-list li.comment ol.children li.comment {
	border-left: 0;
}
@media only screen and (min-width: 1600px) {
	#masthead .main-navigation ul li.focus > ul,
	#masthead .main-navigation ul li:hover > ul {
		left: 20px;
	}
}
@media only screen and (min-width: 1025px) {
	#site-navigation ul#primary-menu {
		display: flex;
		justify-content: space-around;
		width: 100%;
	}
	.status-form__field {
		flex-wrap: nowrap;
	}
	#status-form .status-form__field label {
		display: block;
		width: 220px;
	}
	.status-form__field .status-form__textarea-box,
	.status-form__field input,
	.status-form__field textarea {
		flex-basis: 0;
		flex-grow: 1;
	}
	.blog__title.blog__title--large {
		font-size: clamp(1.5rem, 0.2857rem + 1.8973vw, 2.5625rem);
	}
	.sc-mobile-menu {
		position: fixed;
		padding: 60px 0;
		max-width: 550px;
		height: 100vh !important;
		top: 0;
		left: auto;
		right: 0;
	}
	.header-menu-close {
		position: absolute;
		top: 20px;
		right: 20px;
	}
}
@media screen and (min-width: 1025px) {
	.sc-archive .archive__main-wrap,
	.sc-home-blog .home-blog__main {
		padding-bottom: 70px;
	}
	#single_primary .col-lg-9 {
		flex: 0 0 auto;
		width: 75%;
		display: flex;
		align-items: flex-end;
		flex-direction: column;
	}
	#single_primary .col-lg-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	#single_primary .single_data {
		max-width: 800px;
		width: 100%;
	}
	#single_primary .single_data--col {
		padding: 0 20px 100px 0;
		border-right: 1px solid #d9d9d9;
	}
	#single_primary .single_con--width {
		max-width: 580px;
	}
	.recent_data .single_data {
		margin-left: auto;
		padding-left: 20px;
	}
	#single_primary .single_sidebar {
		display: block;
		padding-left: 20px;
	}
	/* 	#single_primary .single_sidebar .sidebar_accordion {border-bottom: 1px solid #000;border-top: 1px solid #000;padding: 20px 0;margin-bottom: 20px} */
	#single_primary .sidebar_accordion .sidebar_accordion--title {
		color: #3369f6;
		font-size: 1rem;
		font-weight: 700;
		padding: 15px 0;
		cursor: pointer;
		letter-spacing: 0.9px;
		position: relative;
	}
	#single_primary .sidebar_accordion .sidebar_accordion--con {
		padding-bottom: 20px;
	}
	#single_primary .sidebar_accordion .sidebar_accordion--accor {
		border-bottom: 1px solid #000;
	}
	#single_primary .sidebar_accordion .sidebar_accordion--title::after {
		position: absolute;
		content: "";
		background-image: url("../images/accordion-angle.svg");
		width: 18px;
		height: 18px;
		background-repeat: no-repeat;
		right: 40px;
		top: 0;
		bottom: 0;
		margin: auto;
		transform: rotate(180deg);
	}
	#single_primary
		.sidebar_accordion
		.sidebar_accordion--accor.active
		.sidebar_accordion--title::after {
		transform: rotate(0);
	}
	#single_primary .sidebar_accordion .sidebar_accordion--accor.last {
		border-bottom: 0;
		margin-bottom: 20px;
	}
	#single_primary .icon_text div.text {
		color: #fff;
		padding: 20px 15px;
		background: #3369f6;
		position: relative;
		transition: background 0.2s ease;
	}
	#single_primary .icon_text div.text:nth-child(2) {
		background: #2dd989;
	}
	#single_primary .icon_text div.text:nth-child(3) {
		background: #ff416e;
	}
	#single_primary .icon_text div.text:nth-child(4) {
		background: #ffe05c;
	}
	#single_primary .icon_text div.text::after {
		position: absolute;
		content: "";
		background-image: url("../images/home-blank-white.svg");
		width: 24px;
		height: 24px;
		background-repeat: no-repeat;
		right: 40px;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	#single_primary .icon_text div.text:nth-child(2)::after {
		background-image: url("../images/bag-shopping-white.svg");
	}
	#single_primary .icon_text div.text:nth-child(3)::after {
		background-image: url("../images/store.svg");
	}
	#single_primary .icon_text div.text:nth-child(4)::after {
		background-image: url("../images/gear-white.svg");
	}
	#single_primary .icon_text div.text:hover {
		background: #000;
	}
	.single_banner {
		margin-top: 20px;
		display: block;
	}
	#single_primary .single_sidebar .widget_anash_zmanim_widget {
		border-top: 3px solid #000;
	}
	#single_primary .single_sidebar .last-acco {
		border-bottom: 1px solid #d9d9d9;
	}
}
@media screen and (min-width: 768px) {
	#single_primary .col-md-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.recent_data .row > div:nth-last-child(-n + 2) .blog__box {
		border-bottom: 0 solid #000;
		padding-bottom: 0;
		margin-bottom: 50px;
	}
}
@media only screen and (max-width: 1024px) {
	.home-group-add {
		border-top: 0;
		border-bottom: 0;
	}
	.site-header .flex-container {
		display: block;
	}
	.site-header__primary nav {
		text-align: -webkit-right;
	}
	.site-header .search-form {
		display: block;
	}
	.site-header .site-branding {
		padding-right: 10px;
	}
	#masthead .main-navigation #primary-menu {
		position: unset;
		display: flex;
		padding: 0;
		opacity: 1;
	}
	#masthead .main-navigation ul.sub-menu {
		display: block;
	}
}
@media only screen and (max-width: 1024px) {
	.logo-container {
		display: none;
	}
	.site-header {
		padding-bottom: 0;
	}
	#mobile_header {
		display: block;
	}

	#single_primary img.single_image {
		width: 100%;
	}
	#single_primary .single_cat.recent_cat {
		display: block;
	}
	.single_banner {
		display: none;
	}
	/* .cat-ng-top {
		padding-top: 24px;
	}
	.cat-ng-top .all-cat-links__box {
		margin-top: -25px;
	} */
	.cat-ng-top h2 {
		line-height: 1.2;
	}
	.cat-ng-top .three--lines-read {
		-webkit-line-clamp: 2;
	}
	.editors-picks__box .cat-ng-top h2.blog__title.blog__title--small,
	.cat-ng-top .col-8 p,
	.cat-ng-top .col-8 .blog__cont {
		display: -webkit-box !important;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	.hb-main-slider .owl-dots {
		position: absolute;
		opacity: 0;
		top: 0;
		left: 0;
		visibility: hidden;
	}
}
@media (max-width: 768.98px) {
	.blog__wrapper-RB > div:nth-last-child(-n + 5) > .blog__box {
		display: block;
	}
	.blog__wrapper-RB > div:nth-last-child(-n + 5) {
		margin-bottom: 1rem;
	}
	.featherlight div.featherlight-content {
		padding: 16px 16px 0;
	}
	.featherlight .featherlight-close-icon.featherlight-close {
		top: -10px;
		right: 0;
	}
	.HB__stories-wrap .blog__border-right::after,
	.editors-picks__box .blog__border-right::after {
		content: none;
	}
}
@media (min-width: 769px) {
	#single_primary .blog__wrapper-RB > div > .blog__box {
		margin-bottom: 1rem;
	}
}
@media only screen and (max-width: 575px) {
	#single_primary .container {
		padding: 0;
	}
	#single_primary img.single_image {
		border-top: 0;
	}
	.single_con--width,
	.single_data--save {
		padding: 0 20px;
	}
	.recent_data {
		padding: 40px 20px;
	}
	#single_primary .single_excerpt {
		margin-bottom: 27px;
	}
	.owl--HB--podcasts .owl-item.selected {
		width: 375px !important;
	}
}
.sibebar-acc__title .fancy-box__title,
.wpadverts-widget-categories .widgettitle a {
	font-size: 19px;
}
