/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.6.1.1677247800
Updated: 2023-02-24 14:10:00

*/

body .oz-contact-form-submit .ajax-loader{
	display: block;
    margin: auto;
}
body .oz-contact-form-submit .wpcf7-submit{
	font-family: 'Ubuntu';
    font-size: 19px;
    font-weight: 600;
    padding: 17px 60px;
    fill: #1c2a73;
    color: #fff;
    border-color: white;
    background-color: #4054b2;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 0px 0px 0px 0px;
}
body .oz-contact-form textarea{
	height: 100px;
}
body .oz-contact-form textarea::placeholder,
body .oz-contact-form input::placeholder{
	color:#4054b2;
}
body .oz-contact-form input,
body .oz-contact-form textarea{
	border-radius:0px;
	margin-bottom:10px;
	padding: 16px;
	background: border-box;
    color: #4054b2;
	border: 1px solid #4054b2;
}
body .oz-contact-form .oz-left-fields{
	padding:5px;
}
body .oz-contact-form .oz-right-fields{
	padding:5px;
}
body .oz-contact-form{
	display:flex;
}
body .oz-contact-form > *{
	flex-grow: 1;
}

.elementor-button-wrapper a:focus-visible {
  outline: none;
}
/**contact page**/

@media only screen and (max-width: 426px) {
  body .oz-contact-form {
    display: block;
	}
	
}