/* 
 Theme Name:   Hello Elementor Child
 Theme URI:    
 Description:  
 Author:       netex-optimointi
 Author URI:   
 Template:     hello-elementor
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/

#hero {
	overflow: hidden;
	position: relative;
}

.custom-overlay div {
    width: 1200px;
    height: 200vh;
    position: absolute;
    top: -500px;
    left: -400px;
    background: #052E60;
    opacity: 0.9;
    transform: rotate(20deg)
}

#menu-dropdown .e-n-menu-heading {
    flex-direction: column;
}

#menu-dropdown .e-n-menu-item .e-n-menu-title:after {
    content: none;
}

@media screen and (max-width: 1024px) {
	#main-menu .e-n-menu-item .e-n-menu-title:after {
		content: none;
	}
}

@media screen and (max-width: 768px) {
	
}

.wpcf7-form .wpcf7-form-control.wpcf7-submit {
	background: #000;
	border-radius: 12px;
	padding: 12px 24px;
	font-family: "Sofia Sans Extra Condensed", Sans-serif;
	color: white;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	border: none;
	outline: none;
	width: 250px;
}

.wpcf7-form .wpcf7-form-control.wpcf7-submit:hover {
	background: #EE2F25;
	color: white;
	transform: scale(0.97);
}