/* 
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 */
.company-section p { font-family: "Montserrat", Sans-serif; line-height: 1.75em; }
.offer-price.discounted {
    color: #333333;
    text-decoration: line-through;
    margin-right: 10px;
}
.testimonial .eael-testimonial-text  { padding: 0 50px 0; }

/* Contact */
.contact-container .wpforms-container .wpforms-field-label { font-family: "Roboto", Sans-serif; }
.contact-container button {
	font-family: "Roboto", Sans-serif;
    font-size: 17px !important;
    font-weight: 500!important;
    fill: #000000;
    color: #000000 !important;
    background-color: #FF9F29 !important;
}

/* Offer */
.call-for-pricing { font-size: 34px; }

/* Accordion */
.faq-container .elementor-widget-toggle .elementor-toggle-title { font-size: 16px; }

/* Popup */
div.wpforms-container-full button[type=submit] {
	font-family: "Montserrat",Sans-serif;
    font-size: 16px !important;
    font-weight: 500 !important;
	color: #ffffff !important;
	text-transform: uppercase !important;
    background-color: #0266B1 !important;
    border-radius: 0px !important;
    padding: 12px 15px !important;
}

/* Responsiveness */
@media (max-width: 1440px) {
}

@media (max-width: 1140px) {
}

@media (max-width: 1024px) {
/* 	Header */
	.header-logo.elementor-element.elementor-element-b759ef3 { top: -27px; }
	.elementor-menu-toggle, .header-btn a {
		width: 48px;
		height: 48px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 !important;
		font-size: 22px !important;
	}
	
/* Popup */
	.schedule-popup-container div.wpforms-container-full button[type=submit] { font-size: 16px; }
	
/* Accordion */
	.faq-container .elementor-widget-toggle .elementor-toggle-title { font-size: 15px; }
	
/* 	Contact */
	.contact-container .wpforms-container .wpforms-field-label { font-size: 15px; }
}

@media (max-width: 860px) {
}

@media (max-width: 768px) {
}

@media (max-width: 767px) {
/* 	Service Template */
	.company-img { width: 100%; }

/* Accordion */
	.faq-container .elementor-widget-toggle .elementor-toggle-title { font-size: 14px; }
}

@media (max-width: 540px) {
}

@media (max-width: 360px) {
/* 	Contact */
	.contact-container .wpforms-container .wpforms-field-label { font-size: 14px; }

/* Offer */
	.call-for-pricing { font-size: 28px; }
}