/* 
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
*/
a {
  color: #553761;
}
.image-bg-fix .elementor-widget-container {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.header-menu .uael-nav-menu li .sub-menu li a {
	padding-left: 20px !important;
}
.header-menu .uael-nav-menu > li:last-child a {
	color: #fff !important;
	background: #553761;
	padding: 15px 20px !important;
	margin-top: 33px;
}
.side-menu .uael-nav-menu > li:last-child a {
	color: #fff !important;
	background: #553761;
	padding: 15px 20px !important;
}
.header-menu .uael-nav-menu > li:last-child a:hover,
.side-menu .uael-nav-menu > li:last-child a:hover {
	background: #000 !important;
}
.AwardsBanner p a {
	text-transform: uppercase;
	color: #553761;
	font-size: 22px;
	line-height: 22px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
}
.AwardsBanner i {
	color:#553761;
}

/* Gravity Forms */
.gfield_label, 
.gform_validation_container,
.gfield_visibility_hidden /*testing */{
	display: none;
}
ul.gform_fields,
ul.gfield_checkbox {
	list-style: none;
	padding: 0;
	margin: 0;
}
li.gfield {
	padding: 0 !important;
	margin: 0 0 10px 0 !important;
}
.gfield input,
.gfield select,
.gfield textarea {
	width: 100% !important;
	border: solid 2px #DDDDDD; 
	padding: 10px !important;
	font-weight: 500;
	background: #fff;
}
.gfield_checkbox input  {
	width: auto !important;
}
.gfield_checkbox label {
	font-size: 14px;
	width: 90%;
}
.gform_footer input {
	width: 100%;
	background: #c1c49c !important;
	color: #fff;
	font-weight: 400;
	padding: 10px 20px !important;
	border: none;
	border-radius: 0;
	font-size: 18px;
	font-family: "Oswald", sans-serif;	
}
.gform_footer input:hover {
	background: #aaad8a !important;
}
.side-form .gfield_checkbox {
	color: #fff;	
}
.side-form  .gfield_checkbox input  {
	vertical-align: top;
} 
.contact-form .gfield_label {
	display: block;
	margin-bottom: 10px;
	font-size: 15px;
}
.contact-form .gform_footer input,
.free-consultation-form .gform_footer input {
	background: #553761 !important; 
}
.contact-form .gform_footer input:hover,
.free-consultation-form .gform_footer input:hover {
	background: #462D50 !important; 
}

@media only screen and (max-width: 1599px) {
.main-header {
	padding: 1rem 0 !important;
}
.main-footer .uael-nav-menu > li a {
	padding: 48px 14px !important;
}
}




















