/* 
Theme Name: OVM Communication
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: OVM Communication
Author URI: https://ovm-communication.fr/
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
*/

@media (min-width:1024px) {
	.main_menu nav > ul > li > a {
		display: flex;
		text-align: center;
		flex-direction: column;
		justify-content: center;
	}
	.main_menu nav > ul > li > a strong {
		display:block;
	}
	.elementor-15.elementor-location-header {
		position: absolute;
		width: 100%;
		z-index: 99999;
	}

	.main_menu nav > ul > li > a span.sub-arrow {
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: 0!important;
		display: block;
		transform: translate(3px, -50%);
		padding: 0;
	}	
}

@media (max-width:1023px) {
	.main_menu nav > ul > li > a strong { 
		display: inline-block;
		margin-right: 6px;
	}
}

body .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li.gp_custom_sub ul {
    top:95px!important;
}


#gform_wrapper_6 .gchoice {
    display: inline;
    margin-right: 10px;
}

#gform_wrapper_6 label[for="input_6_8_1"] {
	 display: inline;
}

#gform_wrapper_6  .gfield_label {
	font-weight:400;
}


#gform_submit_button_6 {
	background-color: #009FEE;
    color: #ffffff;
	font-family: "Lato", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 20px 20px 20px 20px;
	border:none;
}


#gform_wrapper_6 input[type="text"], #gform_wrapper_6 input[type="email"] {
	color: #000000;
	background-color: #E7E7E7;
	outline:none;
	border-top:none;
	border-right:none;
	border-left:none;
	margin-top:10px;
}




