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

.js-slider-gallery .elementor-gallery__container.e-gallery--animated,
.js-slider-gallery .elementor-gallery__container {
    opacity: 1 !important;
    animation: none !important;
	transition: none !important;
	padding: 0 !important;
}

.js-slider-gallery .e-gallery-item {
    opacity: 1 !important;
    animation: none !important;
    transition: none !important;
	position: static !important;
}

.review-yelp .gallery-item {
	position: relative;
}
.review-yelp .gallery-item:before {
	content: '';
    position: absolute;
    width: 68px;
    bottom: 31px;
    right: 30px;
    height: 22px;
    display: block;
	background: url('/wp-content/uploads/2025/06/yelp_logo.svg') no-repeat center / contain;
}

.location-list-icon ul {
	list-style: none;
	padding: 0 0 0 10px;
}
.location-list-icon ul li {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640' fill='%2322739e'%3E%3Cpath d='M128 252.6C128 148.4 214 64 320 64s192 84.4 192 188.6c0 119.3-120.2 262.3-170.4 316.8-11.8 12.8-31.5 12.8-43.3 0-50.2-54.5-170.4-197.5-170.4-316.8zM320 320c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64z'/%3E%3C/svg%3E") no-repeat left center / 26px;
	padding-left: 35px
}

.faqSection .elementor-toggle-item {
	border-radius: 20px;
	overflow: hidden;
}

.faqSection .elementor-toggle-icon {
	margin-top: 7px
}

.wppopups-whole .elementor-element-56e3beb {
	border: none !important;
}
.wppopups-whole .spu-close-top_right {
    right: 11px;
    top: 11px;
}
@media (min-width: 720px) {
	.home-services-item-title .elementor-image-box-title {
		min-height: 53px;
	}
	.service-item-title {
		min-height: 68px;
	}
}
@media (max-width: 980px) {
	header {
		overflow: visible !important;
	}
}
@media (max-width: 720px) {

	.review-yelp .gallery-item:before {
		width: 44px;
		bottom: 14px;
		right: 10px;
		height: 12px;
	}
}