/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.testimonial_carousel_css .elementor-testimonial {
    display: flex;
    flex-direction: column-reverse;
}
.testimonial_carousel_css .elementor-testimonial__name {
    line-height: 1.2 !important;
    margin-bottom: 5px;
}
.testimonial_carousel_css .elementor-testimonial__footer {
    margin-bottom: 20px;
}

.cu_title .elementor-heading-title span {
    display: block;
    font-size: 95px;
    line-height: 80px;
}
.cu_title .elementor-heading-title sup {
	top: -.7em;
	font-size: 50px;
}
.countdown_css .elementor-countdown-item {
    min-width: 110px;
    padding-top: 0;
    padding-bottom: 30px;
}

/* Mobile Menu */
@keyframes colorTransition {
    0% {
        color: var( --e-global-color-primary );
    }
	100% {
        color: var( --e-global-color-secondary );
    }
    /*100% {
        color: var( --e-global-color-primary );
    }*/
}
.cu_mobile_menu .coupons_menu {
	margin-top: 10px;
}
.cu_mobile_menu .coupons_menu a.elementor-item {
    animation: colorTransition 0.5s infinite alternate;
    border: 2px solid;
    display: inline-block;
    padding: 0 20px !important;
    border-radius: 4px;
}
.services_menu ul {
    column-count: 2;
}

@media all and (max-width: 770px) {	
	.cu_title.sdp_service .elementor-heading-title span {
		font-size: 75px;
		line-height: 50px;
	}
}

@media all and (max-width: 440px) {
	.services_menu ul {
		column-count: 1;
	}
	.cu_title.sdp_service .elementor-heading-title span {
		font-size: 52px;
		line-height: 42px;
	}
	.cu_title .elementor-heading-title span {
		font-size: 60px;
		line-height: 46px;
	}
	.cu_title.price .elementor-heading-title {
		font-size: 100px !important;
		line-height: 100px !important;
	}
	.cu_title.price .elementor-heading-title sup {
		font-size: 39px;
		top: -.9em;
	}
	.countdown_css .elementor-countdown-wrapper {
		flex-wrap: wrap;
		justify-content: space-between !important;
	}
	.countdown_css .elementor-countdown-item {
		flex: 0 0 23% !important;
		margin: 0 !important;
		min-width: unset;
	}
	.countdown_css .elementor-countdown-item:first-child {
		flex: 0 0 16% !important;
	}
	.countdown_css .elementor-countdown-item:nth-child(2) {
		flex: 0 0 18% !important;
	}
	.countdown_css .elementor-countdown-item:nth-child(3) {
		flex: 0 0 21% !important;
	}	
	.countdown_css .elementor-countdown-item:last-child {
		flex: 0 0 23% !important;
	}
	.img_box_css .elementor-image-box-wrapper {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 15px;
	}
	.img_box_css .elementor-image-box-title {
		margin-top: 0;
	}
}