/*
Theme Name: AF IME
Theme URI: #
Template: hello-elementor
Author: AF IME Team
Author URI: #
Description: Lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor page builder plugin.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.0.45
*/

.blend-screen {
	mix-blend-mode: screen;
}
ul.pills {
	list-style: none;
	padding: 0;
    font-size: 13px;
}
ul.pills > li {
	display: inline-block;
	border-radius: 20px;
}
.pill.elementor-widget-post-info .elementor-post-info__terms-list {
    color: transparent;
}
.pill.elementor-widget-post-info .elementor-post-info__terms-list-item,
ul.pills > li:not(:has(a)), ul.pills > li a {
    border-radius: 20px;
    padding: 8px 10px;
    background-color: #f9f8ef;
	color: #000;
	display: inline-block !important;
}
.pill.elementor-widget-post-info .elementor-post-info__terms-list-item + .elementor-post-info__terms-list-item {
	margin-left: 8px;
}
ul.pills > li + li {
	margin-left: 8px;
	margin-bottom: 8px;
}
ul.pills > li.active, ul.pills > li.active a{
	background-color: #FF2600;
	color: #fff;
}
ul.pills a svg {
	vertical-align: middle;
}
.elementor-widget-loop-carousel:has(.swiper-slide:only-child) .elementor-swiper-button{
    display: none !important;
}
.category-description {
    text-align: end;
    font-family: "Inter", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: var(--e-global-color-secondary);
}
.category-title,
.elementor-shortcode .category-title {
    color: var(--e-global-color-secondary);
	font-family: "Charter Roman", sans-serif;
	font-size: 80px;
	font-weight: 400;
}
.category-title.heading-title:has(+.category-parent-title) {
    margin-bottom: 0;
}
.category-title.heading-title + .category-parent-title {
    margin-top: 0;
    line-height: 1;
}
.jet-child-cats .jet-radio-list__row.jet-filter-row:only-child,
.jet-child-cats legend+.jet-radio-list__row.jet-filter-row:last-child {
    display: none !important;
}
.nav-bottom-right.e-widget-swiper .elementor-swiper-button,
.nav-bottom-right.e-widget-swiper .elementor-swiper-button {
    top: calc(100% + 40px);
}
.nav-bottom-right.e-widget-swiper .elementor-swiper-button-prev {
    left: calc(100% - 75px);
}
.slick-arrows .slick-arrow.slick-hidden {
    display: none;
}
.slick-arrows .jet-arrow.slick-disabled {
    opacity: 0.3;
}
.lp-mb-0 p:last-child{
	margin-bottom: 0;
}
input.jet-search-filter__input:focus-visible {
    outline: none;
}
.mm-search {
	position: relative;
}
.mm-search button.jet-search-filter__submit span {
    display: none;
}
.mm-search button.jet-search-filter__submit {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 2px;
    background-image: url(../../uploads/2026/02/search.svg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 26px;
	transition: .3s;
}
.mm-search button.jet-search-filter__submit:hover {
	transform: scale(1.1);
}
.mm-search button.jet-search-filter__submit:focus,
.mm-search button.jet-search-filter__submit:focus-visible {
    background-color: transparent;
    outline: none;
}

@media (min-width: 768px) {
	.slides-col-3 .swiper-slide {
		max-width: 48%;
	}
	.elementor-swiper-button.swiper-button-disabled {
		display: none !important;
	}
	#mm-filter {
		display: flex !important;
	}
}
@media (min-width: 1024px) {
	.slides-col-3 .swiper-slide {
		max-width: 32.5%;
	}
}

@media (max-width: 1023.98px) {
	.md-no-br br,
	br.md-no-br {
		display: none;
	}
}
@media (max-width: 767.98px) {
	.sm-no-br br,
	br.sm-no-br {
		display: none;
	}
	.category-title {
		font-size: 50px;
	}
	.nav-bottom-right.e-widget-swiper .elementor-swiper-button,
	.nav-bottom-right.e-widget-swiper .elementor-swiper-button {
		top: calc(100% + 30px);
	}
	.nav-bottom-right.e-widget-swiper .elementor-swiper-button-prev {
		left: calc(50% - 30px);
	}
	.nav-bottom-right.e-widget-swiper .elementor-swiper-button-next {
		right: calc(50% - 30px);
	}
	.category-title, .elementor-shortcode .category-title {
		font-size: 50px;
		text-align: center;
	}
	.category-description {
		text-align: center;
	}
	#mm-filter {
		display: none;
	}
}


