/*
Theme Name: Hello Elementor Child
Template:   hello-elementor
Version:    1.0.0
*/






/** Color and decoration for links in the body text widgets **/
.elementor-widget-text-editor a {
  color: var(--e-global-color-accent);
	text-decoration:underline
}
.elementor-widget-text-editor a:hover {
  text-decoration: none;
}

/** Color the tiny arrows in the main menu **/
* .elementor-nav-menu .sub-arrow {
  fill: white !important;
}

/** Add margin beneath bulleted lists **/
.elementor-widget-text-editor ul {
  margin-bottom: 10px;
}

/** Hide the contact form legend **/
.gform_required_legend {
  display: none;
}

/** Hide the recaptcha badge in lieu of the disclaimer **/
.grecaptcha-badge {
  visibility: hidden !important;
  opacity: 0 !important;
}

/** Adjusted styles for Icon List Widget **/
.elementor-widget .elementor-icon-list-item,
.elementor-widget .elementor-icon-list-item a {
  align-items: start !important;
}

.elementor-icon-list-icon {
  margin-top: 5px;
}

/* HIDE Mobile Menu Items */
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .mobile-menu {
    display: block !important;
  }
}

@media only screen and (min-width: 481px) {
  .mobile-menu {
    display: none !important;
  }
}

/** Global Contact Form Styling **/
.gform_wrapper .gfield {
  padding: 10px 0px;
}

.gform_wrapper .ginput_container input[type="text"],
.gform_wrapper .ginput_container input[type="email"],
.gform_wrapper .ginput_container input[type="tel"],
.gform_wrapper .ginput_container input[type="number"],
.gform_wrapper .ginput_container textarea,
.gform_wrapper .ginput_container select {
    padding: 15px;
    border: none;
    font-size: 20px;
    color: black;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
}

.gform_wrapper .ginput_container input::placeholder,
.gform_wrapper .ginput_container textarea::placeholder {
    color: black;
}

.gform_wrapper .gfield_label {
  font-size: 20px;
}

.gform_wrapper .gchoice label {
  font-size: 20px;
  padding: 5px;
}


.recaptcha-disclaimer {
	font-size: 80%;
  color: black;
}
.recaptcha-disclaimer a{ 
	color: var(--e-global-color-accent);
}
.recaptcha-disclaimer a:hover{ 
	text-decoration: underline;
}









#input_1_7_3, /* First Name */
#input_1_7_6, /* Last Name */
#input_1_8,   /* Phone */
#input_1_9,   /* Email */
#input_1_10_1, /* Street Address */
#input_1_10_3, /* City */
#input_1_11,  /* Services dropdown */
#input_1_4    /* Message textarea */
 {
	 	border-radius:10px!important;
    background-color: #e6e2cc!important;
}



.elementor-slide-heading::before {
    content: '';
    background-image: url('https://bestguttersvictoria.qa.caorda.com/wp-content/uploads/2023/08/bestgutters-logo.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 400px;
    height: 150px;

    margin: 0 auto 20px;
}

/* Media query for mobile devices (screens up to 768px wide) */
@media (max-width: 768px) {
    .elementor-slide-heading::before {
        display: none; /* Hide the logo on mobile */
    }
} }
}


/* Hide footer cta on contact page */
.page-id-119 .footer-cta{
	display:none
}

.elementor-cta, .swiper-slide {
    position: relative;
}

.elementor-cta__content:before, .swiper-slide:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4)!important; 

}



/* This ensures your text stays on top of the overlay */
.elementor-cta__content, .swiper-slide {
    position: relative;
    z-index: 1;
}










