/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
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 */

.rt{ float:right !important;}

.frm{}
.frm p{ margin:0;}
.frm-col{ margin-bottom:25px;}
.lbl{ 
	display:block; 
	margin-bottom:12px; 
	font-size:16px; 
	font-weight:400;
	font-family: "museo-sans", sans-serif;
}
.frm-fld{ 
	position:relative; 
	background:#EDEDED; 
	border-radius:6px;
	overflow:hidden;
	display:flex;
	min-height:70px;
}
.frm-fld-icn{ 
	width:75px; 
	background:#fff;
}
.frm-fld-icn span{ 
	text-align:center; 
	width:75px; 
	height:70px; 
	display:flex;
	align-items:center;
	justify-content: center;
}
.frm-fld-icn img{ width:36%; }
.frm-fld .frm-fld-wrap{
	align-items:center;
	display:flex;
	width: 100%;
}
.frm-fld .frm-fld-wrap > p{ width:100%;}
.frm-fld .frm-fld-wrap .wpcf7-form-control-wrap{ width:100%;}
.frm-fld input[type="text"], .frm-fld input[type="email"], .frm-fld textarea, .frm-fld input[type="tel"], .frm-fld select{
	border:0;
	background:none;
	outline:none;
	padding:10px 25px;
	font-size:16px;
	font-weight:600;
	width:100%;
	font-family: "museo-sans", sans-serif;
}
.frm-fld select{
	width:97%;
}
.frm-fld textarea{
	height:120px;
	padding-top:20px;
}
.frm-submit{}
.frm-submit .wpcf7-submit{ 
	background:#222321; 
	color:#fff; 
	font-size:16px; 
	font-weight:700; 
	padding: 20px 40px;
    border: 0;
    border-radius: 6px;
	font-family: "hegante-display", sans-serif;
}
.wpcf7-not-valid-tip{
	padding-left:25px;
}

.sp-testimonial-content p{
	font-family: "museo-sans", sans-serif;
	font-size:18px !important;
}


.ui-datepicker{
	background:#fff;
    padding:5px;
}
.ui-datepicker-title{
	text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
	color: #fff;
}
.ui-datepicker-header{
	position:relative;
	background:#222321;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{ 
	position:absolute; 
	color: #fff !important;
    padding: 2px 7px;
    border: 1px solid #6d6d6d;
    border-radius: 6px;
    margin: 5px;
    font-size: 14px;
    cursor: pointer;
	top: 4px;
}
.ui-datepicker .ui-datepicker-prev{ left:0;}
.ui-datepicker .ui-datepicker-prev:after{ content:'<'; display:inline;}
.ui-datepicker .ui-datepicker-next{ right:0;}
.ui-datepicker .ui-datepicker-next:after{ content:'>'; display:inline;}
table.ui-datepicker-calendar {
	margin:0;
}
table.ui-datepicker-calendar td, table.ui-datepicker-calendar th {
    padding: 7px 10px;
}
.ui-datepicker-header .ui-corner-all > span{ display:none;}

@media(max-width:767px){
	.frm-fld {
		min-height: 60px;
	}
	frm-fld-icn {
		width: 60px;
	}
	.frm-fld-icn span {
		width: 60px;
		height: 55px;
	}
	.frm-fld input[type="text"], .frm-fld input[type="email"], .frm-fld textarea, .frm-fld input[type="tel"], .frm-fld select {
    	padding: 10px 15px;
	}
	.frm-submit .wpcf7-submit {
    	padding: 15px 40px;
	}
}