/*
Theme Name:   Hello Elementor Child
Theme URI:    https://itfaam.ir/
Description:  A hello-elementor child theme 
Author:       itfaam
Author URI:   http://itfaam.ir
Template:     hello-elementor
Version:      1.0.0
Text Domain:  hello-elementor-child
*/


/*================GLOBAL================*/
body {
	margin: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}
@font-face {
    font-family: "Peyda";
    src: url("fonts/PeydaFa.woff2") format('woff2');
    font-display: swap;
}
@font-face {
    font-family: "YekanBakh";
    src: url("fonts/yekanbakh.woff2") format('woff2');
    font-display: swap;
}
@font-face {
    font-family: "Kalameh";
	font-weight: 400;
    src: url("fonts/KalamehRegular.woff2") format('woff2');
    font-display: swap;
}
@font-face {
    font-family: "Kalameh";
	font-weight: 600;
    src: url("fonts/KalamehBold.woff2") format('woff2');
    font-display: swap;
}

*:not(i) {
    font-family: "Kalameh" !important;
}
body[font="Peyda"] *:not(i) {
    font-family: "Peyda" !important;
}
body[font="Vazir"] *:not(i) {
    font-family: "Vazir";
}
body[font="IranSans"] *:not(i) {
    font-family: "IranSans" !important;
}
body[font="Nastaligh"] *:not(i) {
    font-family: "Nastaligh" !important;
}
body[font="BYekan"] *:not(i) {
    font-family: "BYekan" !important;
}
body[font="YekanBakh"] *:not(i) {
    font-family: "YekanBakh" !important;
}
body[font="Kalameh"] *:not(i) {
    font-family: "Kalameh" !important;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

.elementor-icon-wrapper,
.elementor-image-box-img {
	line-height: 0;
}

.justify-center {
	text-align: justify;
	text-align-last: center;
}

.elementor-button-content-wrapper {
    align-items: center;
}
.elementor-button-icon {
    display: flex;
}

.elementor-widget-image a {
	width: 100% !important;
}

.image-tooltip .wp-caption {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.image-tooltip figcaption {
	display: none;
	position: absolute;
    bottom: -25px;
	margin: auto;
    width: max-content;
    font-size: 10px;
    background-color: #00000099;
    color: #fff !important;
    padding: 5px 15px;
    border-radius: 8px;
    line-height: 10px !important;
    font-style: normal;
    border: 1px solid #fff;
}
.image-tooltip:hover figcaption {
	display: inline-block;
}

.highlight-title {
	position: relative;
}
.highlight-title::after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	width: 100%;
	height: 4px;
	background-color: var(--e-global-color-primary);
	border-radius: 100px;
}
.highlight-title.white::after {
	background-color: #fff;
}
.height-full,
.height-full .elementor-loop-container,
.height-full [data-elementor-type="wp-post"],
.height-full .elementor-widget-theme-post-content,
.height-full .e-loop-item,
.height-full .e-loop-item > div {
	height: 100%;
	display: flex;
    flex-direction: column;
	gap: 0;
}
.height-zero{
    height:0;
}
.height-var-min{
    height: var(--min-height);
}

.elementor-widget-theme-post-content img {
	display: flex;
	margin: auto;
}


/*================QR CODE================*/
.qrcode-list-item[item-type="video"] .other-type-image,
.qrcode-list-item[item-type="video"] .other-type-title,
.qrcode-list-item:not([item-type="video"]) .video-type-image,
.qrcode-list-item:not([item-type="video"]) .video-type-title {
	display: none !important;
}


/*================MEDIA PLAYER MODAL================*/
:root {
	--media-player-width: min(100vw - 60px, 1000px);
}
#video-player-modal,
#audio-player-modal {
	position: fixed;
    top: 0;
    border: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 99;
	display: none;
}
#video-player-modal.active,
#audio-player-modal.active {
	display: block;
}
#video-player-modal .modal-closer,
#audio-player-modal .modal-closer {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #0009;
}
#video-player-modal .modal-inner,
#audio-player-modal .modal-inner {
	width: max-content;
	height: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	gap: 20px;
}
#video-player-modal .modal-body,
#audio-player-modal .modal-body {
	flex-grow: 1;
	width: var(--media-player-width);
	height: calc(var(--media-player-width) * 0.5625);
	display: flex;
    justify-content: center;
    align-items: center;
}
#audio-player-modal .modal-body {
	height: auto !important;
}
#video-player-modal .modal-close-btn,
#audio-player-modal .modal-close-btn {
	flex-shrink: 0;
    background-color: red;
    color: white;
    padding: 10px 50px;
    font-size: 15px;
    border-radius: 100px;
    outline: 3px solid #0005;
    outline-offset: -3px;
    cursor: pointer;
}
#video-player-modal iframe {
	border: none;
    width: 100%;
    height: 100%;
    background-color: #000;
    object-fit: contain;
    border-radius: 15px;
    overflow: hidden;
}
#video-player-modal video {
	border: none;
    width: 100%;
    height: 100%;
    background-color: #000;
    object-fit: contain;
    border-radius: 15px;
    overflow: hidden;
}
#video-player-modal audio {
}

@media (max-aspect-ratio: 1/1) {
	:root {
		
	}
}
@media (min-aspect-ratio: 1/1) {
	:root {
		
	}
}


/*================PAGE - PATTERN SINGLE================*/
.pattern-single-video {
}
.pattern-single-box .attachment-link {
}
.pattern-single-box .attachment-link a {
	display: none;
}
.pattern-single-box .attachment-link a[href] {
	display: inline-block;
}


/*================PAGE - PATTERN================*/
.pattern-sub-item {
	cursor: pointer;
}
.pattern-sub-item:hover {
	animation: shadow_pulse 2s infinite;
}
.pattern-sub-item .title .elementor-widget-container {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    gap: 5px;
}
.pattern-sub-item .title .elementor-widget-container small {
	font-size: 13px;
    color: #0007;
}
.pattern-sub-item .title .elementor-widget-container hr {
	width: 100% !important;
    height: 2px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background-color: #0001 !important;
    border-radius: 100px !important;
}
body.open-modal {
	overflow: hidden !important;
}
#pattern-content-modal {
	position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    right: auto;
    width: 100%;
    height: 100%;
    overflow: hidden !important;
    z-index: 9;
    transition: all 0.5s;
    background-color: #fff;
	box-sizing: border-box;
}
#pattern-content-modal.active {
	left: 0;
}
#pattern-content-modal .modal-closer {
}
#pattern-content-modal .modal-inner {
    width: 1200px;
    height: 100%;
    overflow: hidden !important;
    margin: auto;
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
#pattern-content-modal .modal-header {
	width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 60px;
    flex-shrink: 0;
    gap: 15px;
    margin: 0;
    border-bottom: 1px solid #0002;
    box-shadow: 0 10px 23px -23px #000;
	z-index: 1;
}
#pattern-content-modal .modal-header .title {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-weight: 900;
    font-size: 20px;
}
#pattern-content-modal .modal-header::after {
	content: "";
	width: 100px;
	flex-shrink: 0;
}
#pattern-content-modal .modal-header .close-btn {
	width: 100px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    cursor: pointer;
	flex-shrink: 0;
	color: #0007;
}
#pattern-content-modal .modal-header .close-btn::before {
	content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    -webkit-mask-image: url("assets/image/arrow-left.svg");
    mask-image: url("assets/images/arrow-left.svg");
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    background-color: #ddd;
    transform: rotate(180deg);
}
#pattern-content-modal .modal-header .close-btn::after {
	content: "بازگشت";
}
#pattern-content-modal .modal-body {
    width: 100%;
    margin: 0;
    padding: 10px 30px;
    height: 1px;
    flex-grow: 1;
    overflow-x: hidden !important;
    overflow-y: auto;
	box-sizing: border-box;
}
#pattern-content-modal .modal-body,
.pattern-page-content {
	font-size: 16px;
    text-align: justify;
    line-height: 2em;
}
#pattern-content-modal .modal-body img,
.pattern-page-content img {
	width: 400px;
    height: auto;
    margin: 15px auto;
    border: 3px solid #0002;
    padding: 10px;
    border-radius: 15px;
	display: flex;
}
#pattern-content-modal .modal-body ul,
.pattern-page-content ul {
	padding: 0;
    margin: 10px;
    list-style: inside;
}

@media only screen and (max-width: 1200px) {
	#pattern-content-modal .modal-inner {
		width: 1025px;
	}
}
@media only screen and (max-width: 1025px) {
	#pattern-content-modal .modal-inner {
		width: 880px;
	}
}
@media only screen and (max-width: 880px) {
	#pattern-content-modal .modal-inner {
		width: 768px;
	}
}
@media only screen and (max-width: 767px) {
	#pattern-content-modal .modal-inner {
		width: min(500px, 100%);
	}
	#pattern-content-modal .modal-header .title {
		font-size: 17px;
		justify-content: flex-start;
	}
	#pattern-content-modal .modal-header::after {
		display: none;
	}
	#pattern-content-modal .modal-header .close-btn {
    	width: max-content;
	}
	#pattern-content-modal .modal-body,
	.pattern-page-content {
		font-size: 15px;
		text-align: justify;
		line-height: 1.8em;
	}
}

/*================PATTERN AUDIO LIST ITEM================*/
.pattern-item-audio .image {
	margin-top: -35px;
}
.pattern-item-audio .title .elementor-heading-title {
	display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*================PATTERN DOCUMENT LIST ITEM================*/
.pattern-item-document .image {
	margin-top: -50px;
}
.pattern-item-document .title .elementor-heading-title {
	display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*================PATTERN IMAGE LIST ITEM================*/
.pattern-item-image .title {
	opacity: 0;
	transition: all 0.3s;
}
.pattern-item-image:hover .title {
	opacity: 1;
}
.pattern-item-image .elementor-widget-container {
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

/*================ANIMATIONS================*/
@keyframes slide_down{0%{top:0}50%{top:-20px}100%{top:0}}
@keyframes slide_left{0%{left:0}70%{left:-20px}100%{left:0}}
@keyframes shadow_pulse{0%{box-shadow:0 0 0 0 #00000055}70%{box-shadow:0 0 0 20px rgba(0,0,0,0)}100%{box-shadow:0 0 0 0 rgba(0,0,0,0)}}
.shadow-pulse > .elementor-widget-container {
	animation: shadow_pulse 2s infinite;
}


/*==========SCROLLBAR==========*/
.scrollbar {
    -ms-overflow-style: none !important;
    /* for Internet Explorer, Edge */
    scrollbar-width: 5px !important;
}
.scrollbar::-webkit-scrollbar {
    width: 5px;
}
.scrollbar::-webkit-scrollbar-thumb {
    background: #0004;
    border-radius: 100px;
}
.scrollbar:hover::-webkit-scrollbar-thumb {
    background: #0004;
}
.scrollbar::-webkit-scrollbar-thumb:hover {
    background: #0009;
    cursor: grab;
}
.scrollbar::-webkit-scrollbar-thumb:active {
    cursor: grabbing;
}
.scrollbar::-webkit-scrollbar-track {
    background: #0000;
    border-radius: 100px;
}

/*================SPECIAL================*/
:root {
    --frame: polygon(
        50% 0,
        /*----------*/
        65.5% 8.25%, 65.5% 12.5%, 68.5% 9.75%, 85.25% 15%, 90.5% 31.75%, 88% 34.5%, 91.75% 34.5%,
        /*----------*/
        100% 50%,
        /*----------*/
        91.75% 65.5%, 88% 65.5%, 90.5% 68.25%, 85.25% 85%, 68.5% 90.25%, 65.5% 87.5%, 65.5% 91.75%,
        /*----------*/
        50% 100%,
        /*----------*/
        34.5% 91.75%, 34.5% 87.5%, 31.5% 90.25%, 14.75% 85%, 9.5% 68.25%, 12% 65.5%, 8.25% 65.5%,
        /*----------*/
        0 50%,
        /*----------*/
        8.25% 34.5%, 12% 34.5%, 9.5% 31.75%, 14.75% 15%, 31.5% 9.75%, 34.5% 12.5%, 34.5% 8.25%,
        /*----------*/
        50% 0
    );
}
.frame {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
.frame,
.frame > div {
    clip-path: var(--frame);
    -webkit-clip-path: var(--frame);
}
.frame > div {
	height: 100%;
	width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
}

/*================HEADER================*/
#header-menu-toggle,
#go-back-btn {
	cursor: pointer;
}
#header-breadcrumb > .elementor-widget-container {
	display: flex;
    justify-content: center;
    flex-direction: row;
}
#header-breadcrumb .woocommerce-breadcrumb {
	width: max-content;
    margin: auto;
    background-color: #fff;
    padding: 0 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
    max-width: calc(100% + 30px);
	border-radius: 100px;
    box-shadow: 0 0 10px -1px rgba(0,0,0,0.15);
}
#header-curve-border{
	filter: drop-shadow(0px 0px 11px #0003);
}
.font-yekanbakh *{
	font-family: "YekanBakh" !important;
}
/*================FOOTER================*/



/*================HOME ARTICLE LIST ITEM================*/
.home-article-list-item .title {
	display: -webkit-box !important;
    max-width: 100% !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/*================PAGE - HOME================*/
#home-header svg {
	stroke: #eee;
}
#header-account figcaption {
	bottom: -15px;
}
#home-video {
	height: 100vh;
}
#home-video video {
	filter: blur(5px);
}
#home-video.active video {
	filter: blur(0px);
}
#home-video .elementor-widget-container::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0,0,0,0.5);
}
#home-video.active .elementor-widget-container::after {
	display: none;
}
#home-video.active ~ #slider-text {
	display: none;
}
#home-video .e-hosted-video {
	height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
#home-video-mute-toggle {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    cursor: pointer;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
    background-image: url(assets/images/mute.png);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: calc(100% - 30px) calc(100% - 30px);
}
#home-video-mute-toggle.unmuted {
 	background-image: url("assets/images/unmute.png");
}
#home-index-arrow {
	cursor: pointer;
}
#home-index-arrow .elementor-icon {
	position: relative;
	animation: slide_down 1.5s infinite;
}
#home-header .elementor-widget-heading {
	cursor: pointer;
}
#header-toggle {
	cursor: pointer;
}
/* body[frame-index="0"] #home-header-inner,
#home-header.active #home-header-inner, */
#header-toggle {
	display: flex;
}
/* #home-header-inner, */
body[frame-index="0"] #header-toggle {
	display: none;
}
#home-header {
	top: -90px;
	transition: all 0.3s;
}
#home-header.active,
body[frame-index="0"] #home-header {
	top: 0;
}
#home-header:not(.active) #header-logo img {
    width: 0px;
    transition: all 0.3s;
}
.read-more-btn .elementor-widget-container {
	position: relative;
	left: 0;
	animation: slide_left 1.5s infinite, shadow_pulse 2s infinite;
}
#home-schools .e-loop-item {
	width: 100% !important;
    flex-basis: 100% !important;
    overflow: hidden !important;
}
#home-schools .custom-carousel-bullet {
	bottom: 35px;
    padding-left: 400px;
	z-index: 2;
}
#home-schools .custom-carousel-prev,
#home-schools .custom-carousel-next {
	background-color: #0000 !important;
    box-shadow: none !important;
}
#home-schools .custom-carousel-prev {
	right: 0 !important;
}
#home-schools .custom-carousel-next {
	left: 0 !important;
}
#footer-contact-form .gform_fields {
	gap: 10px;
}
#footer-contact-form .gfield.gfield--width-half {
    width: calc(50% - 5px);
}

@media only screen and (max-width: 767px) {
	#home-schools .custom-carousel-bullet {
		bottom: 30px;
		padding-left: 0;
	}
}

/*================PAGE - HOME - PATTERN================*/
#home-pattern .frame {
    width: 200px;
    height: 200px;
    background-color: #ddd;
    padding: 1px;
}
#home-pattern .frame.hover {
    background-color: var(--e-global-color-primary);
    padding: 2px;
}
#home-pattern .frame .elementor-widget-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#home-pattern .frame .elementor-image-box-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 120px;
    height: 120px;
}
#home-pattern .elementor-image-box-description {
	display: none !important;
}
#home-pattern-result .elementor-widget-container {
	display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media only screen and (max-width: 1200px) {
    #home-pattern .frame {
        width: 165px;
        height: 165px;
    }
}
@media only screen and (max-width: 1024px) {
    #home-pattern .frame {
        width: 175px;
        height: 175px;
    }
}
@media only screen and (max-width: 880px) {
    #home-pattern .frame {
        width: 180px;
        height: 180px;
    }
}
@media only screen and (max-width: 768px) {
    #home-pattern .frame {
        width: 165px;
        height: 165px;
    }
}

/*================PAGE - HOME - ARTICLE================*/
.home-article-list-item-1 .image a {
    width: 100%;
    height: 100%;
}
.home-article-list-item-1 .title {
    display: -webkit-box !important;
    max-width: 100% !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}
.home-article-list-item-1 .summary {
    display: -webkit-box !important;
    max-width: 100% !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}
.home-article-list-item-2 .image a {
    width: 100%;
    height: 100%;
}
.home-article-list-item-2 .title {
    display: -webkit-box !important;
    max-width: 100% !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}
.home-article-list-item-2 .summary {
    display: -webkit-box !important;
    max-width: 100% !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}
.home-article-list-item-1 .register[data-target] ~ .read-more,
.home-article-list-item-2 .register[data-target] ~ .read-more,
.home-article-list-item-1 .register,
.home-article-list-item-2 .register{
	display: none;
}
.home-article-list-item-1 .register[data-target],
.home-article-list-item-2 .register[data-target]{
	display: flex;
}
/*================TEAM LIST ITEM 2================*/
.team-list-item-2 .frame {
    padding: 2px;
    background-color: #ddd;
	transition: all 0.3s;
}
.team-list-item-2 .frame .elementor-widget-container {
    width: 100%;
    height: 100%;
}
.team-list-item-2 .frame img {
    clip-path: var(--frame);
    -webkit-clip-path: var(--frame);
}
.team-list-item-2:hover .frame {
    padding: 2px;
    background-color: var(--e-global-color-primary);
}

/*================PAGE - HOME - TEAM================*/
.home-team-item .title {
    height: 50px !important;
    overflow: hidden !important;
}
.home-team-item .title .elementor-widget-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.home-team-item .image {
    padding: 2px;
    background-color: #ddd;
    width: 230px;
    height: 230px;
    margin-right: -60px;
}
.home-team-item .image .elementor-widget-container {
    width: 100%;
    height: 100%;
}
.home-team-item .image img {
    clip-path: var(--frame);
    -webkit-clip-path: var(--frame);
}
.home-team-item:hover .image {
    padding: 2px;
    background-color: var(--e-global-color-primary);
}

@media only screen and (max-width: 1200px) {
    .home-team-item .image {
        width: 160px;
        height: 160px;
    }
}

@media only screen and (max-width: 1024px) {
    .home-team-item .image {
        width: 190px;
        height: 190px;
    }
}

@media only screen and (max-width: 880px) {
    .home-team-item .image {
        width: 150px;
        height: 150px;
    }
}

@media only screen and (max-width: 768px) {
    .home-team-item .title {
        height: auto !important;
    }
    .home-team-item .image {
        width: 120px;
        height: 120px;
        margin-right: 0;
    }
}

/*================PAGE - COOPERATION================*/
#cooperation-forms .elementor-tabs-content-wrapper {
	border-right: 2px dashed #ccc;
	padding-right: 30px;
}
#cooperation-forms .elementor-tabs-wrapper {
	padding-left: 30px;
}
#cooperation-forms .elementor-tab-content {
	padding: 0;
}
#cooperation-forms .elementor-tab-title.elementor-active {
	background-color: var(--e-global-color-primary);
    color: #fff;
    border-radius: 15px;
    width: 100%;
}
#cooperation-forms .elementor-tab-content.elementor-active {
	display: block;
}

/*================PAGE - EXPLAIN - MEMBER================*/
#explain-member-box {

}
#explain-member {

}
#explain-member-result {
	height: 550px;
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
}
#explain-member-result > .elementor-widget-container {
	height: 100%;
    width: 100%;
    display: flex;
	flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
#explain-member-result .member-image img {
	border-radius: 20px;
	width: 200px;
}
#explain-member-result .member-image figcaption {
	font-style: normal;
	font-weight: bold;
	margin: 20px 0;
}
#explain-member-result .member-text {
	text-align: justify;
/* 	text-align-last: center; */
	font-size: 14px;
	width: 100%;
}
#explain-member-result .member-text p {
	width: 100%;
	margin-bottom: 0;
}
.explain-member-item.active {
	outline: 2px dashed #000;
    outline-offset: 10px;
    border-radius: 10px;
}
.explain-member-item .member-image {

}
.explain-member-item .member-text {
	display: none;
}

@media only screen and (max-width: 767px) {
	#explain-member-result {
		display: none;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100vw;
		height: 100vh;
		z-index: 3;
		align-items: flex-end;
	}
	#explain-member-result.active {
		display: flex;
	}
	#explain-member-result .closer {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.5);
		z-index: 4;
	}
	#explain-member-result > .elementor-widget-container {
		overflow-y: auto;
		overflow-x: hidden;
		width: min(500px, 75vw);
		border: none;
		background-color: #fff;
		border-radius: 0;
		box-shadow: 0 0 20px -5px rgba(0,0,0,0.15);
		z-index: 5;
	}
}

/*================PAGE - EXPLAIN , CONTENT , SCHOOL================*/
:root {
	--explain-filter-result-item-width: 200px;
	--explain-filter-result-item-padding: 5px;
	--explain-filter-result-item-radius: 20px;
}

@keyframes rotate {100%{transform:rotate(360deg)}}
@keyframes dash {0% {stroke-dasharray:1,150;stroke-dashoffset:0;}50%{stroke-dasharray:90,150;stroke-dashoffset:-35;}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}

#explain-box,
#content-box,
#school-box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
}
#explain-box #explain-filter-loading,
#content-box #content-filter-loading,
#school-box #school-filter-loading {
	display: none;
}
#explain-box.pending #explain-filter-more,
#content-box.pending #content-filter-more,
#school-box.pending #school-filter-more {
	display: none !important;
}
#explain-box #explain-filter-more,
#explain-box.pending #explain-filter-loading,
#content-box #content-filter-more,
#content-box.pending #content-filter-loading,
#school-box #school-filter-more,
#school-box.pending #school-filter-loading {
	display: inline-block;
}
#explain-filter,
#content-filter,
#school-filter {
	width: 100%;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
#school-filter {
	justify-content: space-between;
}
#explain-filter > label,
#content-filter > label,
#school-filter > label {
	width: max-content;
    flex-shrink: 0;
    font-size: 13px;
    color: #aaa;
}
#explain-filter > select,
#content-filter > select,
#school-filter > select,
#school-search-box input,
#school-filter-source {
	border: none;
    box-shadow: 0 0 15px -5px rgba(0,0,0,0.2);
    background-color: #fff;
    border-radius: 10px;
    width: max-content;
    min-width: 100px;
	padding: 10px 20px;
}
#explain-filter hr,
#content-filter hr,
#school-filter hr {
	margin: 0 20px;
    flex-shrink: 0;
    width: 3px;
    height: 30px;
    border: none;
    background-color: #ddd;
    border-radius: 100px;
}
#explain-filter-loading,
#content-filter-loading,
#school-filter-loading {
	margin: auto;
}
#explain-filter-loading svg,
#content-filter-loading svg,
#school-filter-loading svg {
	width: 50px;
	height: 50px;
	animation: rotate 2s linear infinite;
}
#explain-filter-loading svg circle,
#content-filter-loading svg circle,
#school-filter-loading svg circle {
	stroke: var(--e-global-color-primary);
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite;
}
#explain-filter-more,
#content-filter-more,
#school-filter-more {
	margin: auto;
    font-size: 14px;
    padding: 10px 30px;
    background-color: #fff;
    box-shadow: 0 0 15px -5px rgba(0,0,0,0.2);
    border-radius: 10px;
    cursor: pointer;
}
#explain-filter-result,
#content-filter-result,
#school-filter-result {
	width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 20px;
}
#explain-filter-result > div,
#content-filter-result > div {
	width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
	gap: 0;
	position: relative;
	height: calc(var(--explain-filter-result-item-width) * 2);
}
#explain-filter-result .item,
#content-filter-result .item {
	width: var(--explain-filter-result-item-width);
	height: var(--explain-filter-result-item-width);
	padding: var(--explain-filter-result-item-padding);
	overflow: hidden;
	position: absolute;
	display: inline-block;
}
#explain-filter-result > div:nth-child(2n+1) .item:nth-child(1),
#content-filter-result > div:nth-child(2n+1) .item:nth-child(1) {
	width: calc(var(--explain-filter-result-item-width) * 2);
	height: calc(var(--explain-filter-result-item-width) * 2);
	top: 0;
	right: 0;
}
#explain-filter-result > div:nth-child(2n+1) .item:nth-child(2),
#content-filter-result > div:nth-child(2n+1) .item:nth-child(2) {
	width: calc(var(--explain-filter-result-item-width) * 2);
	height: var(--explain-filter-result-item-width);
	top: 0;
	right: calc(var(--explain-filter-result-item-width) * 2);
}
#explain-filter-result > div:nth-child(2n+1) .item:nth-child(3),
#content-filter-result > div:nth-child(2n+1) .item:nth-child(3) {
	width: var(--explain-filter-result-item-width);
	height: var(--explain-filter-result-item-width);
	top: 0;
	right: calc(var(--explain-filter-result-item-width) * 4);
}
#explain-filter-result > div:nth-child(2n+1) .item:nth-child(4),
#content-filter-result > div:nth-child(2n+1) .item:nth-child(4) {
	width: var(--explain-filter-result-item-width);
	height: var(--explain-filter-result-item-width);
	top: var(--explain-filter-result-item-width);
	right: calc(var(--explain-filter-result-item-width) * 2);
}
#explain-filter-result > div:nth-child(2n+1) .item:nth-child(5),
#content-filter-result > div:nth-child(2n+1) .item:nth-child(5) {
	width: calc(var(--explain-filter-result-item-width) * 2);
	height: var(--explain-filter-result-item-width);
	top: var(--explain-filter-result-item-width);
	right: calc(var(--explain-filter-result-item-width) * 3);
}
#explain-filter-result > div:nth-child(2n+2) .item:nth-child(1),
#content-filter-result > div:nth-child(2n+2) .item:nth-child(1) {
	width: var(--explain-filter-result-item-width);
	height: var(--explain-filter-result-item-width);
	top: 0;
	right: 0;
}
#explain-filter-result > div:nth-child(2n+2) .item:nth-child(2),
#content-filter-result > div:nth-child(2n+2) .item:nth-child(2) {
	width: calc(var(--explain-filter-result-item-width) * 2);
	height: var(--explain-filter-result-item-width);
	top: 0;
	right: var(--explain-filter-result-item-width);
}
#explain-filter-result > div:nth-child(2n+2) .item:nth-child(3),
#content-filter-result > div:nth-child(2n+2) .item:nth-child(3) {
	width: calc(var(--explain-filter-result-item-width) * 2);
	height: calc(var(--explain-filter-result-item-width) * 2);
	top: 0;
	right: calc(var(--explain-filter-result-item-width) * 3);
}
#explain-filter-result > div:nth-child(2n+2) .item:nth-child(4),
#content-filter-result > div:nth-child(2n+2) .item:nth-child(4) {
	width: calc(var(--explain-filter-result-item-width) * 2);
	height: var(--explain-filter-result-item-width);
	top: var(--explain-filter-result-item-width);
	right: 0;
}
#explain-filter-result > div:nth-child(2n+2) .item:nth-child(5),
#content-filter-result > div:nth-child(2n+2) .item:nth-child(5) {
	width: var(--explain-filter-result-item-width);
	height: var(--explain-filter-result-item-width);
	top: var(--explain-filter-result-item-width);
	right: calc(var(--explain-filter-result-item-width) * 2);
}
#explain-filter-result .item img,
#content-filter-result .item img,
#explain-filter-result .item video,
#content-filter-result .item video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: var(--explain-filter-result-item-radius);
}
#explain-filter-result .item h3,
#content-filter-result .item .data-text {
	position: absolute;
    left: var(--explain-filter-result-item-padding);
    right: var(--explain-filter-result-item-padding);
    bottom: var(--explain-filter-result-item-padding);
    background-color: rgba(0,0,0,0.3);
    border-radius: 0 0 var(--explain-filter-result-item-radius) var(--explain-filter-result-item-radius);
    padding: 15px 10px;
}
#explain-filter-result .item h3,
#content-filter-result .item h3 {
    font-size: 14px;
    margin: 0;
    text-align: center;
    color: #fff;
}
#explain-filter-result .item .action,
#content-filter-result .item .action {
	display: none;
    position: absolute;
    top: var(--explain-filter-result-item-padding);
    bottom: calc(var(--explain-filter-result-item-padding) + 47px);
    right: var(--explain-filter-result-item-padding);
    left: var(--explain-filter-result-item-padding);
    background-color: rgba(0,0,0,0.3);
    border-radius: var(--explain-filter-result-item-radius) var(--explain-filter-result-item-radius) 0 0;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
#explain-filter-result .item:hover .action,
#content-filter-result .item:hover .action {
    display: flex;
	gap: 30px;
}
#explain-filter-result .item .action a,
#content-filter-result .item .action a {
	background-color: #00000055;
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 10px;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
}
#explain-filter-result .item[data-type="video"],
#content-filter-result .item[data-type="video"] {

}
#explain-filter-result .item[data-type="video"]::before,
#content-filter-result .item[data-type="video"]::before {

}
#explain-filter-result .item[data-type="audio"],
#content-filter-result .item[data-type="audio"] {
	
}
#explain-filter-result .item[data-type="image"],
#content-filter-result .item[data-type="image"] {
	
}

@media only screen and (max-width: 1200px) {
	:root {
		--explain-filter-result-item-width: 180px;
	}
}
@media only screen and (max-width: 1024px) {
	:root {
		--explain-filter-result-item-width: calc((100vw - 100px) / 5);
	}
	#explain-filter,
	#content-filter,
	#school-filter {
		gap: 10px;
	}
}
@media only screen and (max-width: 1024px) {
	#explain-filter,
	#content-filter,
	#school-filter {
		flex-wrap: wrap;
	}
}
@media only screen and (max-width: 767px) {
	:root {
		--explain-filter-result-item-width: calc((100vw - 100px) / 2);
	}
	#explain-filter-result .item,
	#content-filter-result .item {
		position: relative !important;
		top: 0 !important;
		bottom: 0 !important;
		right: 0 !important;
		left: 0 !important;
		width: var(--explain-filter-result-item-width) !important;
		height: var(--explain-filter-result-item-width) !important;
	}
	#explain-filter-result > div,
	#content-filter-result > div {
		position: relative;
		height: max-content !important;
	}
}
@media only screen and (max-width: 500px) {
	:root {
		--explain-filter-result-item-width: calc(100vw - 100px);
	}
}

/*================PAGE - SCHOOL================*/
#school-filter-source {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
	padding: 15px 20px;
}
#school-filter-source label {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	gap: 5px;
	font-size: 14px;
}
#school-filter-source input {
	min-width: unset;
	padding: 0;
}
#school-search-box {
	position: relative;
}
#school-filter input {
	padding-left: 50px;
}
#school-filter input::placeholder {
	color: #ccc;
}
#school-filter button {
	border: none;
    padding: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    box-shadow: 0 0 15px -5px rgba(0,0,0,0.2);
    border-radius: 100px;
    z-index: 1;
	outline: none;
}
#school-filter button svg {
	width: 60%;
    fill: #aaa;
}
#school-filter-result {
	margin: 0 -15px;
    width: calc(100% + 30px);
}
#school-filter-result .item {
	width: calc(33.33% - 30px);
    margin: 15px 15px 30px;
    outline: 0 dashed #555;
    outline-offset: 0;
	transition: all 0.3s;
	border-radius: 20px;
	cursor: pointer;
	position: relative;
	top: 0;
	right: 0;
}
#school-modal-inner .item {
	position: relative;
}
#school-filter-result .item:hover {
	animation: shadow_pulse 2s infinite;
    outline-offset: 10px;
    outline-width: 3px;
}
#school-filter-result .item .summary,
#school-filter-result .item .data,
#school-modal-inner .item .summary,
#school-modal-inner .item .data {
	padding: 0 15px;
}
#school-filter-result .item .data {
	display: none;
}
#school-filter-result .item .badg,
#school-modal-inner .item .badg {
	position: absolute;
    top: 15px;
    left: 15px;
    font-size: 10px;
    background-color: #fff;
    color: #000;
    padding: 5px 10px;
    border-radius: 100px;
	pointer-events: none;
}
#school-filter-result .item h3,
#school-modal-inner .item h3 {
	margin: 0 0 20px;
    font-size: 17px;
    font-weight: bold;
}
#school-filter-result .item img,
#school-modal-inner .item img {
	border-radius: 20px;
	width: 100%;
}
#school-filter-result .item img {
    height: 200px;
    object-fit: cover;
    object-position: center;
}
#school-filter-result .item p,
#school-modal-inner .item p {
	color: #aaa;
	margin-bottom: 10px;
	font-size: 14px;
}
#school-filter-result .item p:last-child {
	margin-bottom: 0;
}
#school-filter-result .item p span,
#school-modal-inner .item p span {
	color: #000;
	font-weight: bold;
}
#school-modal {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	position: fixed;
	top: 0;
	bottom: 0;
	left: -100vw;
	right: auto;
	z-index: 3;
	direction: ltr;
	transition: all 0.3s;
}
#school-modal.active {
	left: 0;
}
#school-modal-closer {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
}
#school-modal-inner {
	direction: rtl;
    background-color: #fff;
    width: 500px;
    height: calc(100vh - 50px);
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: auto;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    padding: 25px;
    border-radius: 20px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}

@media only screen and (max-width: 1024px) {
	#school-filter-result .item {
		width: calc(50% - 30px);
	}
}
@media only screen and (max-width: 600px) {
	#school-filter-result .item {
		width: calc(100% - 30px);
	}
}

/*================PAGE - CONTENT - FILTER================*/
#content-source {
	position: fixed;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    display: flex;
    padding: 80px 30px 30px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	gap: 30px;
	transition: all 0.5s;
}
#content-source label {
	font-size: 25px;
    font-weight: 900;
    color: var(--e-global-color-primary);
	width: 190px;
    height: 30px;
    text-align: center;
	overflow: hidden;
	transition: all 0.3s;
}
#content-source label::before {
	content: "";
}
#content-source label::after {
	content: "";
}
#content-source ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    margin: 0;
	gap: 20px;
	transition: all 0.3s;
}
#content-source ul li {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	gap: 15px;
	padding: 10px 5px;
    border-radius: 20px;
	transition: all 0.3s;
}
#content-source ul li:hover {
	outline: 1px solid #ccc;
}
#content-source ul li span {
	display: inline-block;
	font-size: 14px;
	width: 130px;
	height: 42px;
    text-align: center;
    margin: auto;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
	overflow: hidden;
	transition: all 0.3s;
}
#content-source ul li svg {
	fill: #ddd;
	width: 70px;
    height: 70px;
	transition: all 0.3s;
}
#content-source.selected {
	width: 50px;
	left: auto;
    right: 20px;
	gap: 0;
}
#content-source.selected ul {
	flex-direction: column;
	gap: 5px;
}
#content-source.selected ul li {
    padding: 5px;
	border-radius: 15px;
	gap: 0;
}
#content-source.selected ul li:hover {
    border-radius: 15px;
}
#content-source.selected label,
#content-source.selected ul li span {
	width: 0px;
	height: 0px;
}
#content-source.selected ul li span {
	position: absolute;
    top: 0;
    bottom: 0;
    right: 70px;
    background-color: #00000033;
    color: #fff;
    font-size: 13px;
}
#content-source.selected ul li:hover span {
    width: 130px;
	height: 42px;
}
#content-source.selected ul li svg {
	width: 40px;
    height: 40px;
}
#content-source.selected[data-index="1"] ul li:nth-child(1),
#content-source.selected[data-index="2"] ul li:nth-child(2),
#content-source.selected[data-index="3"] ul li:nth-child(3),
#content-source.selected[data-index="4"] ul li:nth-child(4) {
	background-color: var(--e-global-color-primary);
	outline: none;
}
#content-source.selected[data-index="1"] ul li:nth-child(1) svg,
#content-source.selected[data-index="2"] ul li:nth-child(2) svg,
#content-source.selected[data-index="3"] ul li:nth-child(3) svg,
#content-source.selected[data-index="4"] ul li:nth-child(4) svg {
	fill: #fff;
}
#content-filter-result .item .data-text {
	display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
    justify-content: center;
}
#content-filter-result .item[has-price] h3 {
	border-bottom: 1px solid #00000033;
	margin-bottom: 5px;
    padding-bottom: 5px;
}
#content-filter-result .item .data-text p {
	margin: 0;
    text-align: center;
    color: #fff;
	font-size: 14px;
}
#content-filter-result .item[has-price] .action {
    bottom: calc(var(--explain-filter-result-item-padding) + 79px);
}

/*================PAGE - IMPLEMENT================*/
.implement-head {
	
}

/*============CUSTOM FORM - GRAVITY============*/
:root {
	--form-input-height: 50px;
}
.gform_fields {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
	gap: 20px;
    width: 100%;
}
.gform_fields fieldset {
	display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
	gap: 20px;
	border: none;
	padding: 0;
	margin: 0;
}
.gform_fields fieldset > .gfield_label,
.gfield--type-fileupload .gfield_label {
	padding: 0 !important;
	top: 0 !important;
}
.gform_fields fieldset .ginput_container {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}
.gfield {
	position: relative;
	width: 100%;
}
.gfield.gfield--width-half {
	/* width: calc(50% - 10px); */
}
.gfield.gfield--width-third {
	width: calc(33.33% - 15px);
}
.gfield--type-fileupload {
	display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
	gap: 20px;
}
.ginput_container_fileupload {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-shrink: 1;
	flex-grow: 1;
    width: 300px;
}
.gfield legend.gfield_label,
.gfield--type-fileupload .gfield_label,
.gfield--type-checkbox.horizontal .gfield_label {
	position: relative !important;
	top: calc(var(--form-input-height) / 2 - 10px) !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    padding: 0 !important;
	display: flex !important;
	float: right;
	flex-shrink: 0;
}
.gfield .gfield_label,
.gfield .gform-field-label--type-sub {
    position: absolute;
    height: 20px;
    line-height: 20px;
    font-size: 14px !important;
    padding: 0 10px !important;
    /* top: calc(50% - 10px); */
    top: 15px;
    right: 0;
    transition: all 0.3s;
    z-index: 1;
    color: #aaa;
    border-radius: 100px;
    font-weight: 400 !important;
    margin: 0 !important;
	pointer-events: none;
}
.gfield.active .gfield_label,
.gfield.active .gform-field-label--type-sub {
	top: -10px;
    right: 10px;
    background-color: #fff;
	color: #000;
}
.ginput_container input {
	margin: 0 !important;
}
.ginput_container input,
.ginput_container textarea,
.ginput_container select {
	border: 1px solid #ccc;
    border-radius: 10px;
    width: 100% !important;
    min-height: var(--form-input-height);
}
.ginput_container input::placeholder {
	font-weight: 300;
	font-size: 14px;
}
.ginput_container_textarea textarea.small {
	min-height: 120px;
    height: 120px;
    max-height: max-content;
}
.gfield--type-fileupload .ginput_container input[type="file"]::file-selector-button {
    border: none;
    background-color: #00000022;
	min-height: var(--form-input-height);
	height: 100%;
}
.gfield_description,
.gfield_validation_message,
.ginput_counter.charleft {
	margin-top: 0 !important;
    padding-top: 0 !important;
    color: #aaa;
    font-size: 13px !important;
}
.gfield_validation_message {
	color: red;
	font-weight: bold;
}
.gfield--type-checkbox.horizontal {
	margin: 10px 0 20px !important;
}
.gfield--type-checkbox.horizontal .ginput_container {
	/* display: inline-block; */
    width: 100%;
    /* margin-top: 20px; */
}
.gfield--type-checkbox.horizontal .gfield_label {
	top: 0 !important;
	color: #000;
	font-size: 15px !important;
}
.gfield--type-checkbox.horizontal .gfield_checkbox {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
	gap: 20px;
}
.gfield--type-checkbox.horizontal .gfield_checkbox .gchoice {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: max-content;
    max-width: 100%;
    gap: 5px;
    justify-content: flex-start;
    align-items: center;
}
.gfield--type-checkbox.horizontal .gfield_checkbox .gchoice label {
	display: flex;
	flex-shrink: 0;
	width: max-content;
	max-width: 100%;
	font-size: 14px;
	color: #aaa;
}
.gfield--type-checkbox.horizontal .gfield_checkbox .gchoice input {
	display: flex;
	flex-shrink: 0;
	width: 15px !important;
    height: 15px !important;
    min-height: unset !important;
}
.gfield--type-address .ginput_container {
    flex-direction: row-reverse !important;
}
.gform_footer,
.gform_page_footer {
	justify-content: space-between;
	text-align: left;
	margin: 0 !important;
    border: none;
    padding: 0 !important;
}
.gform_footer input[type="submit"],
.gform_page_footer input[type="button"] {
	background-color: var(--e-global-color-primary);
    border: none;
    padding: 10px 30px;
    border-radius: 10px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 0 !important;
}
.gfield_required_text {
	width: 50px !important;
    height: 100% !important;
    padding: 0 !important;
    color: #0000 !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
}
.gfield_required_text::before {
	content: "( الزامی )" !important;
    font-style: normal !important;
    color: red !important;
    width: 100% !important;
    flex-shrink: 0 !important;
}

@media only screen and (max-width: 767px) {
	.gfield.gfield--width-half {
		width: 100%;
	}
	.gfield.gfield--width-third {
		width: calc(50% - 10px);
	}
}
@media only screen and (max-width: 500px) {
	.gfield.gfield--width-third {
		width: 100%;
	}
}

/*============CUSTOM FORM - 7FORM============*/
.custom-form {
    font-family: IranSans;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.custom-form br {
	display: none;
}
.custom-form .col-12 {
	width: 100%;
}
.custom-form .col-4 {
	width: 32%;
}
.custom-form .col-6 {
	width: 48%;
}
.custom-form .col-8 {
	width: 66%;
}
.custom-form p {
	width: 100%;
}
.custom-form label {
	width: 100%;
	/* margin-bottom: 20px; */
	margin-bottom: 0;
	position: relative;
}
body .custom-form label {
	direction: ltr;
}
body.rtl .custom-form label {
	direction: rtl;
}
.custom-form .label-text {
	position: absolute;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    padding: 0 10px;
    top: calc(50% - 10px);
    transition: all 0.3s;
    z-index: 1;
	color: #aaa;
	border-radius: 100px;
}
body .custom-form .label-text {
    left: 10px;
}
body.rtl .custom-form .label-text {
	left: auto;
	right: 10px;
}
.custom-form label.focus .label-text {
	top: -10px;
    background-color: #fff;
	color: #000;
}
.custom-form label input,
.custom-form label textarea,
.custom-form label select {
	border: 1px solid #ddd;
	border-radius: 10px;
	width: 100%;
	padding: 7px;
	font-size: 14px;
}
.custom-form label input::placeholder {
	font-weight: 300;
	font-size: 14px;
}
body.rtl .custom-form label select,
body.rtl .custom-form label input::placeholder,
body.rtl .custom-form label textarea::placeholder {
	text-align: right !important;
}
.custom-form input[type="submit"] {
	width: 100%;
    background-color: var(--e-global-color-primary);
    border: none;
    border-radius: 10px;
    color: #fff;
}
.custom-form .wpcf7-not-valid-tip {
    font-size: 12px;
    position: absolute;
    bottom: -20px;
    width: 100%;
    text-align: center;
}
.custom-form .wpcf7-spinner {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00000055;
    z-index: 2;
}
.custom-form .wpcf7-spinner::before {
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
}
.custom-form label.input-file span a.remove-file {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='red' width='100%' height='100%' viewBox='0 0 512 512'><path d='m295.328 189.854-11.285 213.089c-.584 11.03 7.884 20.445 18.915 21.03.36.019.718.028 1.075.028 10.561 0 19.39-8.273 19.955-18.943l11.285-213.089c.584-11.03-7.884-20.445-18.915-21.03-11.023-.588-20.445 7.885-21.03 18.915zM195.642 170.939c-11.03.584-19.499 10-18.915 21.03l11.285 213.089c.565 10.671 9.394 18.943 19.955 18.943.356 0 .715-.009 1.075-.028 11.03-.584 19.499-10 18.915-21.03l-11.285-213.089c-.585-11.031-9.999-19.492-21.03-18.915z' /><path d='M443.534 82.911h-105.87v-1.334C337.665 36.595 301.069 0 256.088 0h-.176c-44.981 0-81.577 36.595-81.577 81.577v1.334H68.466c-11.046 0-20 8.954-20 20s8.954 20 20 20h6.481l16.594 313.32c2.25 42.487 37.34 75.769 79.888 75.769h169.143c42.547 0 77.638-33.282 79.887-75.758l.009-.173c.59-11.03-7.873-20.45-18.902-21.04-11.03-.584-20.45 7.873-21.04 18.902l-.01.185C379.391 455.359 361.845 472 340.571 472H171.429c-21.273 0-38.819-16.641-39.944-37.884l-16.481-311.205h281.993l-11.229 212.031c-.584 11.03 7.884 20.445 18.915 21.03 11.014.582 20.445-7.884 21.03-18.915l11.341-214.146h6.481c11.046 0 20-8.954 20-20s-8.955-20-20.001-20zm-229.199 0v-1.334c0-22.925 18.651-41.577 41.577-41.577h.176c22.925 0 41.577 18.651 41.577 41.577v1.334z' /></svg>");
	background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    cursor: pointer;
}
body .custom-form label.input-file span a.remove-file {
	right: 10px;
}
body.rtl .custom-form label.input-file span a.remove-file {
	right: auto;
	left: 10px;
}

/*================FRAME SCROLL================*/
html.active-frame-scroll,
html.active-frame-scroll body {
	overflow: hidden !important;
	height: 100vh !important;
}
#frame-scroll-box {
	position: relative;
	top: 0;
    margin: 0;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    transition: all 500ms;
}
.frame-scroll-section {
	min-height: 100vh;
	height: max-content;
}
ul.frame-scroll-bullet {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 20px;
	left: auto;
	margin: auto;
	z-index: 2;
	padding: 0;
    list-style: none;
    height: max-content;
    width: max-content;
}
ul.frame-scroll-bullet li {
	cursor: pointer;
    width: 12px;
    height: 12px;
    border: 1px solid #000;
    margin: 10px 0;
    border-radius: 100px;
	transition: all 0.3s;
	position: relative;
}
ul.frame-scroll-bullet li.active {
	background-color: #555;
    padding: 2px;
    height: 30px;
    border: none;
}
ul.frame-scroll-bullet li span {
	display: none;
	color: #fff;
    font-size: 13px;
    width: max-content;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    height: 20px;
    overflow: hidden;
    transition: all 0.3s;
	background-color: rgba(0,0,0,0.5);
    padding: 0 10px;
    border-radius: 100px;
}
ul.frame-scroll-bullet li:hover span {
	display: inline-block;
}

@media only screen and (max-width: 767px) {
	ul.frame-scroll-bullet li:first-child {
		display: none;
	}
}

/*============ELEMENTOR HEADER MENU============*/
#header-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 10;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden !important;
	transition: all 0.3s;
}
#header-menu-toggle {
    cursor: pointer;
}
#header-menu-closer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
}
#header-menu.active {
    visibility: visible;
    opacity: 1;
}
#header-menu > .elementor-widget-container {
    background-color: #fff;
    width: 300px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 2;
    margin: 0;
    border-radius: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: -350px;
	transition: all 0.3s;
}
#header-menu.active > .elementor-widget-container {
    right: 0;
}
#header-menu ul {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    margin: 0;
    list-style: none;
}
#header-menu ul li {
    margin: 0;
}
#header-menu ul.menu li a {
    padding: 15px 30px;
    display: inline-block;
    width: 100%;
    font-size: 15px;
    border-bottom: 1px solid #eee;
}
#header-menu ul.menu li:last-child a {
    border-bottom: none;
}

/*============OBJECT CAROUSEL GRID============*/
.object-carousel.elementor-grid-1 .e-loop-item {
	width: 100% !important;
	flex-basis: 100% !important;
}
.object-carousel.elementor-grid-2 .e-loop-item {
	width: 50% !important;
	flex-basis: 50% !important;
}
.object-carousel.elementor-grid-3 .e-loop-item {
	width: 33.33% !important;
	flex-basis: 33.33% !important;
}
.object-carousel.elementor-grid-4 .e-loop-item {
	width: 25% !important;
	flex-basis: 25% !important;
}
.object-carousel.elementor-grid-5 .e-loop-item {
	width: 20% !important;
	flex-basis: 20% !important;
}
@media only screen and (max-width: 1366px) {
	.object-carousel.elementor-grid-laptop-1 .e-loop-item {
		width: 100% !important;
		flex-basis: 100% !important;
	}
	.object-carousel.elementor-grid-laptop-2 .e-loop-item {
		width: 50% !important;
		flex-basis: 50% !important;
	}
	.object-carousel.elementor-grid-laptop-3 .e-loop-item {
		width: 33.33% !important;
		flex-basis: 33.33% !important;
	}
	.object-carousel.elementor-grid-laptop-4 .e-loop-item {
		width: 25% !important;
		flex-basis: 25% !important;
	}
	.object-carousel.elementor-grid-laptop-5 .e-loop-item {
		width: 20% !important;
		flex-basis: 20% !important;
	}
}
@media only screen and (max-width: 1200px) {
	.object-carousel.elementor-grid-tablet_extra-1 .e-loop-item {
		width: 100% !important;
		flex-basis: 100% !important;
	}
	.object-carousel.elementor-grid-tablet_extra-2 .e-loop-item {
		width: 50% !important;
		flex-basis: 50% !important;
	}
	.object-carousel.elementor-grid-tablet_extra-3 .e-loop-item {
		width: 33.33% !important;
		flex-basis: 33.33% !important;
	}
	.object-carousel.elementor-grid-tablet_extra-4 .e-loop-item {
		width: 25% !important;
		flex-basis: 25% !important;
	}
	.object-carousel.elementor-grid-tablet_extra-5 .e-loop-item {
		width: 20% !important;
		flex-basis: 20% !important;
	}
}
@media only screen and (max-width: 1025px) {
	.object-carousel.elementor-grid-tablet-1 .e-loop-item {
		width: 100% !important;
		flex-basis: 100% !important;
	}
	.object-carousel.elementor-grid-tablet-2 .e-loop-item {
		width: 50% !important;
		flex-basis: 50% !important;
	}
	.object-carousel.elementor-grid-tablet-3 .e-loop-item {
		width: 33.33% !important;
		flex-basis: 33.33% !important;
	}
	.object-carousel.elementor-grid-tablet-4 .e-loop-item {
		width: 25% !important;
		flex-basis: 25% !important;
	}
	.object-carousel.elementor-grid-tablet-5 .e-loop-item {
		width: 20% !important;
		flex-basis: 20% !important;
	}
}
@media only screen and (max-width: 880px) {
	.object-carousel.elementor-grid-mobile_extra-1 .e-loop-item {
		width: 100% !important;
		flex-basis: 100% !important;
	}
	.object-carousel.elementor-grid-mobile_extra-2 .e-loop-item {
		width: 50% !important;
		flex-basis: 50% !important;
	}
	.object-carousel.elementor-grid-mobile_extra-3 .e-loop-item {
		width: 33.33% !important;
		flex-basis: 33.33% !important;
	}
	.object-carousel.elementor-grid-mobile_extra-4 .e-loop-item {
		width: 25% !important;
		flex-basis: 25% !important;
	}
	.object-carousel.elementor-grid-mobile_extra-51 .e-loop-item {
		width: 20% !important;
		flex-basis: 20% !important;
	}
}
@media only screen and (max-width: 768px) {
	.object-carousel.elementor-grid-mobile-1 .e-loop-item {
		width: 100% !important;
		flex-basis: 100% !important;
	}
	.object-carousel.elementor-grid-mobile-2 .e-loop-item {
		width: 50% !important;
		flex-basis: 50% !important;
	}
	.object-carousel.elementor-grid-mobile-3 .e-loop-item {
		width: 33.33% !important;
		flex-basis: 33.33% !important;
	}
	.object-carousel.elementor-grid-mobile-4 .e-loop-item {
		width: 25% !important;
		flex-basis: 25% !important;
	}
	.object-carousel.elementor-grid-mobile-5 .e-loop-item {
		width: 20% !important;
		flex-basis: 20% !important;
	}
}
/*---------------------------------------*/
.swiper-carousel .swiper-container {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}
.swiper-carousel .swiper-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: hidden;
    direction: rtl;
    transform: none !important;
}
/*---------------------------------------*/
.product-carousel ul.products,
.product-gallery .woocommerce-product-gallery__wrapper,
.object-carousel .elementor-loop-container,
.custom-carousel {
    display: flex !important;
	flex-direction: row !important;
    flex-wrap: nowrap !important;
	gap: 0 !important;
    justify-content: flex-start !important;
    width: 100% !important;
    overflow-x: auto !important;
    -ms-overflow-style: none !important; /* for Internet Explorer, Edge */
    scrollbar-width: none !important; /* for Firefox */
    transform: none !important;
}
.product-carousel ul.products::-webkit-scrollbar,
.product-gallery .woocommerce-product-gallery__wrapper::-webkit-scrollbar,
.object-carousel .elementor-loop-container::-webkit-scrollbar,
.custom-carousel::-webkit-scrollbar {
    display: none !important; /* for Chrome, Safari, and Opera */
}
.custom-carousel * {
    user-select: none;
}
.custom-carousel:hover {
    cursor: grab;
}
.custom-carousel.draging {
    cursor: grabbing;
    user-select: none;
}
.product-carousel .product-list-item,
.product-gallery .woocommerce-product-gallery__image,
.object-carousel .e-loop-item,
.custom-carousel .carousel-item {
    flex: 0 0 100% !important;
    /*flex: 0 0 auto !important;*/
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
    flex-basis: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: relative;
}
.product-carousel > .elementor-widget-container,
.object-carousel .elementor-widget-container,
.custom-carousel-box {
    position: relative;
    /*overflow: hidden;*/
    z-index: 1;
}
.custom-carousel-box .custom-carousel-prev,
.custom-carousel-box .custom-carousel-next {
    position: absolute;
    top: 0;
    bottom: 0;
	right: -50px;
	left: -50px;
    width: 40px;
    height: 40px;
    margin: auto;
    border-radius: 100px;
    z-index: 9;
    background-color: #fff;
    font-size: 40px;
    line-height: 45px;
    color: #aaa;
    text-align: center;
    direction: ltr;
    cursor: pointer;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='11' height='20'><path fill='%23DDD' fill-rule='evenodd' d='M.366 19.708c.405.39 1.06.39 1.464 0l8.563-8.264a1.95 1.95 0 0 0 0-2.827L1.768.292A1.063 1.063 0 0 0 .314.282a.976.976 0 0 0-.011 1.425l7.894 7.617a.975.975 0 0 1 0 1.414L.366 18.295a.974.974 0 0 0 0 1.413'/></svg>");
    background-size: 11px 20px;
    background-repeat: no-repeat;
    background-position: center center;
}
.custom-carousel-box .custom-carousel-next {
    right: auto;
    transform: rotate(180deg);
    box-shadow: 0 -10px 15px -10px rgb(0 0 0 / 50%);
}
.custom-carousel-box .custom-carousel-prev {
    left: auto;
    box-shadow: 0 10px 15px -10px rgb(0 0 0 / 50%);
}
/*----------------------------------------*/
.custom-carousel-bullet {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
    position: absolute;
    top: auto;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
}
.custom-carousel-bullet a {
    display: flex;
    width: 40px;
    height: 6px;
    background-color: #ddd;
    border-radius: 100px;
	cursor: pointer;
    flex-shrink: 0;
}
.custom-carousel-bullet a.active-index {
    background-color: #09A199;
    width: 40px;
    flex-shrink: 1;
}
.custom-carousel-bullet ~ .custom-carousel {
    padding-bottom: 20px;
}
.custom-carousel-box ~ .elementor-swiper-button {
	display: none !important;
}

/*============PATTERN AXIS CONTENT============*/
@media only screen and (min-width: 880px){
	.pattern-axis-content .e-loop-item:nth-child(2n+1) .pattern-axis-content-item{
		flex-direction: row-reverse;
	}
}



/*=================OBJECT CAROUSEL GRID=================*/
.object-carousel.elementor-grid-1 .e-loop-item {
	width: 100% !important;
	flex-basis: 100% !important;
}
.object-carousel.elementor-grid-2 .e-loop-item {
	width: 50% !important;
	flex-basis: 50% !important;
}
.object-carousel.elementor-grid-3 .e-loop-item {
	width: 33.33% !important;
	flex-basis: 33.33% !important;
}
.object-carousel.elementor-grid-4 .e-loop-item {
	width: 25% !important;
	flex-basis: 25% !important;
}
.object-carousel.elementor-grid-5 .e-loop-item {
	width: 20% !important;
	flex-basis: 20% !important;
}
.object-carousel.elementor-grid-6 .e-loop-item {
	width: 16.6% !important;
	flex-basis: 16.6% !important;
}
.object-carousel.elementor-grid-7 .e-loop-item {
	width: 14.2% !important;
	flex-basis: 14.2% !important;
}
@media only screen and (max-width: 1366px) {
	.object-carousel.elementor-grid-laptop-1 .e-loop-item {
		width: 100% !important;
		flex-basis: 100% !important;
	}
	.object-carousel.elementor-grid-laptop-2 .e-loop-item {
		width: 50% !important;
		flex-basis: 50% !important;
	}
	.object-carousel.elementor-grid-laptop-3 .e-loop-item {
		width: 33.33% !important;
		flex-basis: 33.33% !important;
	}
	.object-carousel.elementor-grid-laptop-4 .e-loop-item {
		width: 25% !important;
		flex-basis: 25% !important;
	}
	.object-carousel.elementor-grid-laptop-5 .e-loop-item {
		width: 20% !important;
		flex-basis: 20% !important;
	}
	.object-carousel.elementor-grid-laptop-6 .e-loop-item {
		width: 16.6% !important;
		flex-basis: 16.6% !important;
	}
	.object-carousel.elementor-grid-laptop-7 .e-loop-item {
		width: 14.2% !important;
		flex-basis: 14.2% !important;
	}
}
@media only screen and (max-width: 1200px) {
	.object-carousel.elementor-grid-tablet_extra-1 .e-loop-item {
		width: 100% !important;
		flex-basis: 100% !important;
	}
	.object-carousel.elementor-grid-tablet_extra-2 .e-loop-item {
		width: 50% !important;
		flex-basis: 50% !important;
	}
	.object-carousel.elementor-grid-tablet_extra-3 .e-loop-item {
		width: 33.33% !important;
		flex-basis: 33.33% !important;
	}
	.object-carousel.elementor-grid-tablet_extra-4 .e-loop-item {
		width: 25% !important;
		flex-basis: 25% !important;
	}
	.object-carousel.elementor-grid-tablet_extra-5 .e-loop-item {
		width: 20% !important;
		flex-basis: 20% !important;
	}
	.object-carousel.elementor-grid-tablet_extra-6 .e-loop-item {
		width: 16.6% !important;
		flex-basis: 16.6% !important;
	}
	.object-carousel.elementor-grid-tablet_extra-7 .e-loop-item {
		width: 14.2% !important;
		flex-basis: 14.2% !important;
	}
}
@media only screen and (max-width: 1025px) {
	.object-carousel.elementor-grid-tablet-1 .e-loop-item {
		width: 100% !important;
		flex-basis: 100% !important;
	}
	.object-carousel.elementor-grid-tablet-2 .e-loop-item {
		width: 50% !important;
		flex-basis: 50% !important;
	}
	.object-carousel.elementor-grid-tablet-3 .e-loop-item {
		width: 33.33% !important;
		flex-basis: 33.33% !important;
	}
	.object-carousel.elementor-grid-tablet-4 .e-loop-item {
		width: 25% !important;
		flex-basis: 25% !important;
	}
	.object-carousel.elementor-grid-tablet-5 .e-loop-item {
		width: 20% !important;
		flex-basis: 20% !important;
	}
	.object-carousel.elementor-grid-tablet-6 .e-loop-item {
		width: 16.6% !important;
		flex-basis: 16.6% !important;
	}
	.object-carousel.elementor-grid-tablet-7 .e-loop-item {
		width: 14.2% !important;
		flex-basis: 14.2% !important;
	}
}
@media only screen and (max-width: 880px) {
	.object-carousel.elementor-grid-mobile_extra-1 .e-loop-item {
		width: 100% !important;
		flex-basis: 100% !important;
	}
	.object-carousel.elementor-grid-mobile_extra-2 .e-loop-item {
		width: 50% !important;
		flex-basis: 50% !important;
	}
	.object-carousel.elementor-grid-mobile_extra-3 .e-loop-item {
		width: 33.33% !important;
		flex-basis: 33.33% !important;
	}
	.object-carousel.elementor-grid-mobile_extra-4 .e-loop-item {
		width: 25% !important;
		flex-basis: 25% !important;
	}
	.object-carousel.elementor-grid-mobile_extra-5 .e-loop-item {
		width: 20% !important;
		flex-basis: 20% !important;
	}
	.object-carousel.elementor-grid-mobile_extra-5 .e-loop-item {
		width: 16.6% !important;
		flex-basis: 16.6% !important;
	}
	.object-carousel.elementor-grid-mobile_extra-5 .e-loop-item {
		width: 14.2% !important;
		flex-basis: 14.2% !important;
	}
}
@media only screen and (max-width: 768px) {
	.object-carousel.elementor-grid-mobile-1 .e-loop-item {
		width: 100% !important;
		flex-basis: 100% !important;
	}
	.object-carousel.elementor-grid-mobile-2 .e-loop-item {
		width: 50% !important;
		flex-basis: 50% !important;
	}
	.object-carousel.elementor-grid-mobile-3 .e-loop-item {
		width: 33.33% !important;
		flex-basis: 33.33% !important;
	}
	.object-carousel.elementor-grid-mobile-4 .e-loop-item {
		width: 25% !important;
		flex-basis: 25% !important;
	}
	.object-carousel.elementor-grid-mobile-5 .e-loop-item {
		width: 20% !important;
		flex-basis: 20% !important;
	}
	.object-carousel.elementor-grid-mobile-6 .e-loop-item {
		width: 16.6% !important;
		flex-basis: 16.6% !important;
	}
	.object-carousel.elementor-grid-mobile-7 .e-loop-item {
		width: 14.2% !important;
		flex-basis: 14.2% !important;
	}
}


/*================ARTICLE SINGLE================*/
#article-single-content h2 {
	height: 0;
	overflow: hidden;
}
#article-single-content h2.toc-heading {
	font-size: 20px;
    font-weight: 600;
    padding-top: 50px;
	line-height: 1.8em;
	height: max-content;
}


/*================STICKY SIDE BAR================*/
#article-single-sidebar[sticky="relative"] {
    position: relative;
    top: 0 !important;
}
#article-single-sidebar[sticky="fixed"] {
    left: max(30px, (100% - 1200px) / 2);
    right: auto;
}
#article-single-sidebar.right[sticky="fixed"] {
    right: max(30px, (100% - 1200px) / 2);
    left: auto;
}
#article-single-sidebar[sticky="absolute"] {
    left: 0;
    right: auto;
}
#article-single-sidebar.right[sticky="absolute"] {
    right: 0;
    left: auto;
}
#article-single-sidebar[sticky="fixed"] {
    position: fixed;
    bottom: auto !important;
}
#article-single-sidebar[sticky="absolute"] {
    position: absolute;
    top: auto !important;
    bottom: 0 !important;
}

@media only screen and (max-width: 767px) {
    #article-single-sidebar {
		position: relative !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
	}
}
@media only screen and (max-width: 767px) {
    #article-single-sidebar {
        position: relative !important;
		top: 0 !important;
		bottom: 0 !important;
		right: 0 !important;
		left: 0 !important;
    }
}


/*================TABLE OF CONTENT================*/
#article-single-table-content ul {
    list-style: none;
    padding: 0;
}
#article-single-table-content ul li {
    margin-bottom: 15px;
    font-size: 15px;
    color: #bbb;
    padding-right: 0;
    transition: all .3s;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#article-single-table-content ul li::before {
    content: "";
    width: 4px;
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: var(--e-global-color-secondary);
    border-radius: 100px;
}
#article-single-table-content ul li[scrolled="active"] {
    color: var(--e-global-color-text);
}
#article-single-table-content ul li[scrolled="last-active"] {
    font-size: 17px;
    color: var(--e-global-color-secondary);
    font-weight: bold;
    padding-right: 20px;
}
#article-single-table-content ul li[scrolled="last-active"]::before {
    height: 100%;
}