/* 
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 :is(a, a:hover) { color: inherit; }
.hd-menu .wpr-active-menu-item { font-weight: 700 !important; }

.home .gallery-slider .owl-item.uc-active-item.active.center { z-index: 99 !important; }


/* Contact Form */
.ctc-form form br { display: none; }
.ctc-form form p { margin: 0; }
.ctc-form form :is(.bot, .flex p:not(.bot p)) { display: flex; column-gap: 20px; }
.ctc-form form :is(input:not([type="checkbox"], [type="submit"], [type="file"]), select, textarea) { margin-bottom: 20px; background: #eee; border: none; height: 60px; font: 400 15px 'Arial'; color: #000; border-radius: 0; -webkit-box-shadow: inset 2px 2px 4px 0px rgba(0,0,0,0.37); 
box-shadow: inset 2px 2px 4px 0px rgba(0,0,0,0.37);}
.ctc-form form textarea { height: 150px !important; padding-top: 20px; }
.ctc-form form ::placeholder { color: #202020; letter-spacing: .011em; }
.ctc-form form [type="submit"] { background: url('https://beta12.technodreamcenter.com/StonegroundHawaii/wp-content/uploads/2026/07/get-quote-btn.png') no-repeat center; background-size: cover !important; width: 200px; border: none; color: #fff; padding: 20px; border-radius: 0; font: 400 16px 'Poppins'; background-color: rgba(0, 0, 0, 0.005); display: block; margin: 0 auto; }
.ctc-form form [type="submit"]:hover { background: url('https://beta12.technodreamcenter.com/StonegroundHawaii/wp-content/uploads/2026/07/get-quote-btn-hver.png') no-repeat center; }
.ctc-form form .acceptance .wpcf7-list-item-label { font: 400 13px 'Myriad Pro'; line-height: 22px; }

/* Footer */
.home.page-id-9 #ft-spacer { display: block !important; }

/* REVIEWS PAGE */
.reviews-imgs { display: flex; align-items: center; gap: 10px; justify-content: center; margin: 20px 0; flex-wrap: wrap; }
.reviews-imgs br { display: none; }
.reviews-imgs img { width: 150px; height: 150px; object-fit: cover; }

/* RESPONSIVENESS */
@media screen and (max-width: 1680px) { body { zoom: 90% !important; } }
@media screen and (max-width: 1440px) {	body { zoom: 80% !important; } }
@media screen and (max-width: 1280px) {	body { zoom: 70% !important; } }
@media screen and (max-width: 1024px) { body { zoom: unset !important; } }
	
@media screen and (max-width: 768px) {
    .ctc-form form :is(.bot, .flex p:not(.acceptance p)) { flex-wrap: wrap; justify-content: center; }
    .ctc-form form :is(input:not([type="checkbox"], [type="submit"]), select, textarea) {height: 45px; margin-bottom: 15px; }
    .ctc-form form textarea { height: 100px !important; }
    .ctc-form form [type="submit"] { padding: 13px; font-size: 14px; width: 150px; }
	.reviews-imgs img { width: 100px; height: 100px; }
}