/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/


.hero-background {
	background-position: center center !important;
}

p + h3 {
	margin-top: 30px;
}
.event-description .elementor-widget-container p:first-of-type { font-size: 1.2rem; }

/* MEMBER NOTICE */
.ga-header { width: 100vw !important; }

.ga-header .elementor-nav-menu > li > a { padding-top: 12px !important; padding-bottom: 10px !important; }
.ga-header .elementor-nav-menu li.members-button > a { color: #d5632a !important; background: #231f20 !important; }
.ga-header .elementor-nav-menu li.members-button > a:hover { color: #231f20 !important; background: #d5632a !important; }

.ga-header.elementor-sticky--effects .df-site-logo img { width: 75px !important; transition: all .2s ease; }
.ga-header.elementor-sticky--effects { box-shadow: 0px -5px 5px 7px rgba(0,0,0,0.75); }

@media (min-width: 1025px) { 
	.ga-header .ga-site-logo img { width: 120px !important; transition: all .2s ease; margin-bottom: -80px;  }
	.ga-header { padding: 10px 0 10px 20px; transition: all .2s ease; }
	.ga-header .ga-site-logo img { width: 120px !important; transition: all .2s ease; margin-bottom: -80px;  }
	.ga-header.elementor-sticky--effects .ga-site-logo img { width: 80px !important; margin-bottom: -60px; }
}
@media (max-width: 767px) {
	.ga-header .ga-site-logo img { width: 70px !important; margin-bottom: -50px; margin-top: -20px;  }
}

.elementor-nav-menu li .sub-arrow { display: none; }
.ga-header .elementor-nav-menu li.members-button .sub-menu { visibility: hidden; pointer-events: not-allowed; }
.logged-in .ga-header .elementor-nav-menu li.members-button .sub-menu { visibility: visible; pointer-events: normal; }

li.member-logout { display: none !important; }
.logged-in li.member-logout { display: block !important; }
.swpm-post-not-logged-in-msg { max-width: 1140px; margin: 0 auto; padding: 100px; text-align: center; font-size: 1.2rem; font-weight: 600; }

.jet-listing-grid__slider-icon { border: none !important; }

/* REMOVE SEARCH X */
input.elementor-search-form__input::-webkit-search-cancel-button, .jet-search-filter__input::-webkit-search-cancel-button {
    display: none !important;
}
/* REMOVE ELEMENTOR DROPDOWN 8PX BUG */
ul.elementor-nav-menu--dropdown a, ul.elementor-nav-menu--dropdown a:focus, ul.elementor-nav-menu--dropdown a:hover { border-left: none !important; }

/* STICKY HEADER */
.primary-navigation { transition: all .4s ease; background: none; }
.primary-navigation.elementor-sticky--effects { background: #ffffff; }

.primary-navigation .elementor-nav-menu--main .elementor-item { color: #ffffff; }
.primary-navigation.elementor-sticky--effects .elementor-nav-menu--main .elementor-item { color: #000000; }


/* MEMBER LOGIN GRAVITY FORM FIXES */
.member-login-shortcode [type=button], .member-login-shortcode [type=submit], .member-login-shortcode button { border: none !important; margin: 20px 0 10px 0; }
.member-login-shortcode label { font-weight: 700; margin-bottom: 6px; }
.swpm-join-us-link { display: none !important; }
.member-login-shortcode input[type="submit"] { outline: none; }
.swpm-forgot-pass-link { display: none; }


/* Services tab */
.service-tab { transition: all .2s ease-in-out; }
.service-tab .elementor-widget-heading  {
	min-height: 25%;
	transition: .3s all;
}

.service-tab:hover .elementor-widget-heading, .service-tab .elementor-widget-container {
	min-height: 100%;
}

.service-tab .elementor-heading-title, .service-tab .elementor-heading-title a {
	width: 100%;
    height: 100%;
	transition: .3s all;
}

.service-tab .elementor-heading-title a {
	display: flex;
    justify-content: center;
    align-items: center;
	transition: .3s all;
	flex-direction: column;
}

.service-tab .elementor-heading-title a .grid-subtitle {
	color: #fff!important;
	font-size: 20px !important;
}

/* GRAVITY FORMS */
.gform_wrapper.gravity-theme .gfield.gfield--width-half {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important; /* Aligns items vertically to the bottom */
  align-items: flex-start !important;   /* Ensures items stay aligned to the left */
}
.ginput_container {
	width: 100% !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors>h2 .gform-icon {
	margin: 0 !important;
	left: 0 !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors>h2.hide_summary {
	margin: 0;
    padding: 0 0 0 24px !important;
    font-size: 18px !important;
	font-family:  Roboto, sans-serif !important;
	text-transform: none !important;
}
.uael-gf-style .gform_wrapper div.gform_validation_errors {
	background: none !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors:focus, .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
	outline: none !important;
	outline-offset: 0 !important;
	border: none !important;
	box-shadow: none !important;
}