/* 
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
*/
.site-header {
    display: none!important;
}

/* Gravity Form Right Padding Fix */
#gform_2 .field_description_below:nth-child(2){
		padding-right:0px;
	}

	#gform_3 .field_description_below:nth-child(5){
		padding-right:0px;
	}

#gform_1 .field_description_below:nth-child(2){
		padding-right:0px;
	}

/* Footer */
.elementor-element-af018d1 .elementor-heading-title a{
	font-weight:700!important;
	
}

/* Links over color background */ 
.elementor-element-c0a0b6a p a{
	color:#fff!important;
	font-weight:600!important;
}

.elementor-element-cd18c85 p a{
	font-weight:600!important;
	color:#fff!important;
}

/* Remove bullet from category */
.elementor-widget-wp-widget-categories ul{
	list-style-type:none!important;
	padding-left:20px!important;
}

/* Archive dropdown */
#archives-dropdown-REPLACE_TO_ID{
	border-top-right-radius:0px;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	border-style:solid;
	border-color:#003e7e;
}