/* 
Theme Name: Hello Elementor Child
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
*/

/* HEADER */
.home .site-header{
	position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    width: 100%;
}
.home .site-header .site-navigation ul.menu > li > a{
	color: rgba(255,255,255,1);
}
.home .site-header .site-navigation ul.menu > li > a:hover{
	color: rgba(255,255,255,0.8);
}
.home .site-header .site-logo img{
	-webkit-filter: brightness(0) invert(1);
	        filter: brightness(0) invert(1);
}

@media (min-width: 1280px) {
	.site-header .site-navigation .menu li{
		font-size: 16px;
	}
	.site-header .site-navigation ul.menu{
		gap: 8px;
	}
}
.site-header .site-navigation .menu li.menu-button a,
.site-navigation-dropdown ul.menu li.menu-button a{
	background-color: var(--e-global-color-primary);
    font-family: "Instrument Sans", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #FFFFFF !important;
    border-radius: 4px 4px 4px 4px;
    padding: 12px 16px 12px 16px;
	display: inline-block;
	text-align: center;
    transition: all .3s;
	margin-left: 16px;
}
.site-navigation-dropdown ul.menu li.menu-button a{
	margin: 16px !important;
}
.site-header .site-navigation .menu li.menu-button a:hover,
.site-navigation-dropdown ul.menu li.menu-button a.menu-button a:hover{
	background-color: var(--e-global-color-secondary);
}

/* FOOTER */
.site-footer{
	padding-block-end: 4rem;
    padding-block-start: 4rem;
}
.site-footer .footer-inner:nth-child(2){
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px solid rgba(255,255,255,.2);
} 
.site-footer .site-branding{
	justify-content: flex-start;
}
.site-footer .site-logo img{
	-webkit-filter: brightness(0) invert(1);
	        filter: brightness(0) invert(1);
}
.site-footer .footer-widget{
	padding-top: 12px;
	color: #fff;
}

.site-footer .site-navigation{
	align-items: flex-end;
}

@media (max-width: 830px) {
	.site-footer .footer-inner {
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		text-align: center;
	}
	.site-footer .footer-inner .site-branding .site-logo img{
		margin: 0 auto 1.5rem;
	}
	.site-footer .site-navigation{
		align-items: center;
		margin-top: 1.5rem;
	}

}

/* CF7 */
.wpcf7 .form-field{
	margin-bottom: 16px;
}
.wpcf7 .form-field label{
	margin-bottom: 8px;
	display: block;
}
.wpcf7 input[type=submit]{
	border: none;
}