/*
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: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1.1728658270
Updated: 2024-10-11 14:51:10

*/
@font-face {
	font-family: 'AvenirNext-Regular';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('/wp-content/fonts/AvenirNext-Regular.eot');
	src: url('/wp-content/fonts/AvenirNext-Regular.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/fonts/AvenirNext-Regular.woff2') format('woff2'),
		url('/wp-content/fonts/AvenirNext-Regular.woff') format('woff'),
		url('/wp-content/fonts/AvenirNext-Regular.ttf') format('truetype'),
		url('/wp-content/fonts/AvenirNext-Regular.svg#AvenirNext-Regular') format('svg');
}
@font-face {
	font-family: 'AvenirNext-DemiBold';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('/wp-content/fonts/AvenirNext-DemiBold.eot');
	src: url('/wp-content/fonts/AvenirNext-DemiBold.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/fonts/AvenirNext-DemiBold.woff2') format('woff2'),
		url('/wp-content/fonts/AvenirNext-DemiBold.woff') format('woff'),
		url('/wp-content/fonts/AvenirNext-DemiBold.ttf') format('truetype'),
		url('/wp-content/fonts/AvenirNext-DemiBold.svg#AvenirNext-DemiBold') format('svg');
}
P, html, a, span, body{
	font-family: 'AvenirNext-Regular', sans-serif !important;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'AvenirNext-DemiBold', sans-serif !important;
}
.demibold p{
	font-family: 'AvenirNext-DemiBold', sans-serif !important;
}
.submit-btn{
	text-align:center;
}
.er-form .wpcf7-textarea {
    height: 98px;
}
.er-form .wpcf7-submit {
    border-radius: 60px !important;
    padding: 10px 40px 10px 40px !important;
    color: #175090 !important;
    text-transform: capitalize;
    font-size: 20px !important;
    background-color: #ffffff;
	font-weight:700;
}
.er-form .wpcf7-submit:hover {
  background-color: #555555 !important;
    border-color: #555555 !important;
    color: #ffffff !important;
}
.er-form .wpcf7-text, .er-form .wpcf7-email, .er-form .wpcf7-tel, .er-form .wpcf7-textarea {
    background-color: transparent;
    color: #ffffff !important;
    font-size: 15px !important;
    width: 100%;
}
.er-form .wpcf7-text, .er-form .wpcf7-email, .er-form .wpcf7-tel {
    height: 50px;
}
.er-form input, .er-form .wpcf7-textarea, .er-form .captcha-image {
    border:2px solid #ffffff !important;
    border-radius: 19px 19px 19px 19px !important;
}
.er-form .wpcf7 input:focus{
	background:transparent !important;
}
span.er-form-label {
    color: #ffffff;
    display: block;
    font-family: 'AvenirNext-DemiBold', sans-serif !important;
	margin-bottom:10px;
}
#responsive-form{
	max-width:600px /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.40rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #ffffff !important;
    color: #fff !important;
}
/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	width: 100%;
	padding: 5px;
	border: 1px solid #235895;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box
}


span.wpcf7-not-valid-tip{
	text-shadow: none;
	font-size: 12px;
	color: #fff;
	background: #ff0000;
	padding: 5px;
}
div.wpcf7-validation-errors { 
	text-shadow: none;
	border: transparent;
	background: #f9cd00;
	padding: 5px;
	color: #9C6533;
	text-align: center;
	margin: 0;
	font-size: 12px;
}
div.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 12px;
	background: #59a80f;
	border-color: #59a80f;
	color: #fff;
	margin: 0;
}