/* 
Theme Name: AWI
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
*/

.box-shadow {
	box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1), 0px 4px 4px -4px rgba(12, 12, 13, 0.05);
}

/* Custom Button Styles */
.elementor-widget-button .elementor-button {
	box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1), 0px 4px 4px -4px rgba(12, 12, 13, 0.05);
}

.elementor-button-icon svg {
	width: 10px;
}

/* Gravity Form */
.gform-theme--foundation .gfield .ginput_password.large, .gform-theme--foundation .gfield input.large::placeholder, .gform-theme--foundation .gfield select.large::placeholder, .gform-theme--foundation .gfield textarea::placeholder  {
    color: #757575 !important;
}
.gform-theme--foundation .gfield .ginput_password.large, .gform-theme--foundation .gfield input.large, .gform-theme--foundation .gfield select.large, .gform-theme--foundation .gfield textarea {
	border-radius: 4px;
	border: 1px solid #D3D3D3;
	background-color: #F9F9F9;
	    box-shadow: none;

}

.elementor-shortcode .gform-theme--foundation .gform_fields {
	row-gap: 10px;
}
.gform-theme--foundation .gfield .gfield_label {
    font-size: 15px;
    font-weight: 600;
}
span.gfield_required.gfield_required_text {
    color: #757575;
}
#field_1_8 {
	padding: 10px 0;
}
.gform-theme--foundation .gform_footer, .gform-theme--foundation .gform_page_footer {
	margin-block-start: 10px !important;
}
input#gform_submit_button_1 {
    width: 100%;
    border-radius: 60px;
    font-weight: 700;
    background-color: #007DB3;
    box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1), 0px 4px 4px -4px rgba(12, 12, 13, 0.05);
    padding: 18px 25px;
    font-size: 18px;
	
}
/* Form Dark Mode */
.page-id-8 .elementor-location-footer > .elementor-element:first-child {
	background: #2E5068; /* Med Blue */
}
.page-id-8 .elementor-location-footer > .elementor-element:first-child .footer-connect-details * {
	color: #fff;
	border-color: #fff;
}


/* Home Page */
/* Remove BG Color from Site Header and make absolute */
.grecaptcha-badge {
	display:none !important;
}
.home.logged-in .elementor-location-header #site-header {
	top:32px;
}
.home .elementor-location-header #site-header {
	position: absolute;
	right: 0;
	left: 0;
	top:0;
	margin: 0 auto;
	z-index: 99;
}
.home .elementor-location-header #site-header {
	background: transparent;
}

/* Communinty Listings */
.community-grouping {
	display: grid;
	grid-template-columns: 1fr;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #007DB3;
}

@media screen and (min-width: 560px) {
	.community-grouping {
		grid-template-columns: 1fr 2fr;
	}
}
.community-grouping ul {
  	list-style: none;
	padding: 0;
	margin: 0;
}
.community-grouping ul a {
	color: inherit;
}
.community-grouping ul a:hover {
	text-decoration: underline;
}
.post-49 h4 {
 color: #757575;
}