/*
Theme Name: Child
Template: hello-elementor
Theme URI: executivio
Description: Wordpress theme specially created for executivio
Author: 
Author URI: https://executivio.com/
Version: 1.0
*/
.contact_form{
	display: flex;
    flex-direction: column;
}
.contact_form p label{
	font-weight:bold;
	width:100%;
}
.contact_form p label input, .contact_form p label select{
	margin-top: 10px;
}
.contact_form .form_messages_important{
	font-size: 14px;
}
.contact_form .company_size p:first-child{
	margin-bottom: 0px;
}
.section_contact_form .e-con-inner{
	box-shadow: 0px 0px 10px 0px black;
    padding: 25px;
}
.form_contact_submit input{
	background: #ef464d;
    color: white;
    font-weight: bold;
}
.form_contact_submit [type=submit]:hover{
	color: #ef464d;
    background-color: white;
}