/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/
Description: A child theme for the Hello Elementor theme
Author: Your Name
Author URI: https://yourwebsite.com/
Template: hello-elementor
Version: 1.0
*/

.header-main ul.elementor-nav-menu li:last-child a {
    background: #fff2d6;
    color: #0555B9 !important;
    border-radius: 4px;
	margin-left: 15px;
    padding-left: 30px;
    padding-right: 30px;
	display: inline-block;
}
.header-main nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    position: fixed;
    left: 0;
    height: 100%;
    top: 0 !important;
    width: 100%;
    max-width: 80%;
}
span.elementor-button-icon {
    transform: rotate(-45deg);
}
.full-max-width .elementor-element .e-con-inner {
    margin-left: 0;
}
.testimonial-sec .elementor-main-swiper {
	overflow: hidden;
}
.testimonial-sec .swiper-slide:before {
    content: "";
    position: absolute;
    background: url(http://localhost/justin-havre-vip/wp-content/uploads/2025/01/quote-icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    top: 23px;
    left: 30px;
}
.contact-sec li.elementor-icon-list-item a {
    border: 1px solid #dadaea;
    border-radius: 3px;
    padding: 12px 25px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
	transition: 0.3s;
}
.contact-sec li.elementor-icon-list-item a:hover {
    background: #0555b9;
}
.contact-sec li.elementor-icon-list-item a:hover span {
	color: #ffffff;
}
.contact-sec li.elementor-icon-list-item a:hover svg {
	fill: #ffffff;
}
.resources-sec .elementor-post__excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;	
}
.resources-sec .elementor-post__title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}

@media only screen and (min-width: 1200px) {
.offer-sec .elementor-element.e-con-full.e-flex.e-con.e-child:nth-child(2), .offer-sec .elementor-element.e-con-full.e-flex.e-con.e-child:nth-child(5) {
    top: 30px;
}
}