/* 
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
*/


.elementor-widget-container p{
    font-family: "Montserrat", sans-serif !important;
}
.elementor-widget-container{
	font-family: "Montserrat", sans-serif !important;
}
.elementor-button-wrapper .elementor-button-text{
	font-family: "Montserrat", sans-serif !important;
}
.elementor-widget-container .hfe-nav-menu .menu-item a{
	font-family: "Montserrat", sans-serif !important;
}
.elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title{
	font-family: "Montserrat", sans-serif !important;
}






/* Add your custom styles here */
.image_box_wrap .elementor-image-box-img img {
	padding-top: 8px !important;
}
.livwel_home_list .elementor-icon-list-item.elementor-inline-item {
	background: #fff;
	padding: 12px;
	border-radius: 10px;
}
.image_box_wrap.contracts .elementor-widget-container{
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
}
.after_before_slider_wrap .coca-bais-container{
	margin: 0 auto !important;
	border-radius: 20px !important;
}
.after_before_slider_wrap .coca-image-compare-handle {
	background: #4850D9;
	border: #4850D9 !important;
}



/* Responsive CSS  */
@media (min-width: 992px) and (max-width: 1200px) {
	.livwel_home_list .elementor-icon-list-item.elementor-inline-item {
		margin-bottom: 10px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.livwel_home_list .elementor-icon-list-item.elementor-inline-item {
		margin-bottom: 10px;
	}
}


@media (max-width: 767px) {
	.image_box_wrap .elementor-image-box-wrapper{
		display: flex;
		gap: 10px;
	}
	.image_box_wrap .elementor-image-box-img img {
		padding-top: 15px !important;
	}
	.image_box_wrap.extra .elementor-image-box-img img{
		padding-top: 2px !important;
	}
	.livwel_home_list .elementor-icon-list-item.elementor-inline-item {
		margin-bottom: 10px;
	}
	.livwel_home_list .elementor-icon-list-items.elementor-inline-items{
		display: block !important;
		text-align: center;
	}
	.image_box_wrap.contracts .elementor-image-box-img img{
		padding-top: 0px !important;
        margin-top: -1px;
	}
	.elementor-widget-container p br{
		display: none;
	}
	.image_box_wrap.extra .elementor-image-box-title{
		margin-top: 10px !important;
	}
	.image_box_wrap.contracts .elementor-image-box-title{
		margin-top: 10px !important;
	}
}