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

body {
	overflow-x: hidden !important;
}

@media only screen and (max-width: 768px) {
	#services,
	#intro {
		overflow: hidden !important;
	}
}

.swg_header.swg_sticky,
.swg_header_mob.swg_sticky{
	background-color: var(--e-global-color-a90a22c);
}

svg.e-font-icon-svg.e-fas-caret-down {
    fill: white;
}


/* Google reviews */

.elementor-widget-container .ti-widget.ti-goog .ti-review-item>.ti-inner {
    border-color: #dbdde1 !important;
    background: #ffffff !important;
    border-radius: 26px !important;
    background: #545a72 !important;
    color: white;
    font-family: "DM Sans";
}
.elementor-widget-container .ti-widget.ti-goog .ti-widget-container .ti-name {
    color: white;
    font-family: "DM Sans";
}
.elementor-widget-container .ti-widget.ti-goog .ti-widget-container .ti-date {
    color: white;
    font-family: "DM Sans";
}
.elementor-widget-container .ti-widget.ti-goog .ti-read-more span {
    color: white;
    font-family: "DM Sans";
}
.elementor-widget-container .ti-widget.ti-goog .ti-review-content {
    font-family: "DM Sans";
}