/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/
Description: A plain-vanilla lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors
Version: 2.6.1.1657668617
Updated: 2022-07-12 23:30:17

*/


/** 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: 16px;
    background-color: #F8F9F9;
    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: 16px;
}

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


.recaptcha-disclaimer {
	font-size: 16px;
  color: black;
}
.recaptcha-disclaimer a{ 
	color: var(--e-global-color-primary);
}
.recaptcha-disclaimer a:hover{ 
	color: var(--e-global-color-accent);
}

p {
  margin-bottom: 15px; /* Adjust the value as needed */
}

#content .view-all-projects .e-con-inner{
	max-width: 100%;
	align-items: flex-start;
}

#content .custom-loop-carousel .elementor-swiper-button{
	bottom: -91px;
  top: auto;
}

