/* 
 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 ==
--------------------------------------------*/

#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) {
	
}


.no-overflow {
	overflow: hidden !important;
}

.wpcf7-form .wpcf7-form-control.wpcf7-submit {
	background-color: #D4B974;
	color: #000;
	border-radius: 10px;
	padding: 12px 24px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Nunito Sans", Sans-serif;
	border: none;
}
.wpcf7-form .wpcf7-form-control.wpcf7-submit:hover {
	transform: scale(1.03);
}