/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 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
*/
.testimonials_section .elementor-testimonial__footer {
    display: flex;
    flex-direction: row !important;
    gap: 20px;
    align-items: center;
}
.testimonials_section .elementor-testimonial {
    display: block !important;
    background-color: #FFF7F4;
    border-radius: 8px;
}
.header-menu a.hfe-menu-item {
    border-radius: 15px;
}
.elementor-tab-content {
    overflow-x: auto !important;
}
.elementor-662 .elementor-element.elementor-element-7ab11e5 .elementor-testimonial__image img {
    width: 230px;
    height: 300px;
    border-radius: 0px;
	 
}
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left .elementor-testimonial__footer, .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right .elementor-testimonial__footer {
    padding-top: 0px !important;
}


/*Contact Form Css Start */

.field-row.first {
    display: flex;
}
.field-row.first .field {
    width: 50%;
    padding-right: 7.5px;
}
.field-row.first .field:last-child {
    padding-right: 0;
    padding-left: 7.5px;
}
.field-row textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    height: 150px;
    margin-bottom: 0;
    line-height: 30px;
    padding: 10px 15px;
    font-family: "Open Sans", Sans-serif;
    font-size: 16px !important;
    color: #000;
    background: #ffffff12;
    border-color: #00000015;
}
.field {
    margin-bottom: 15px;
}
.field input {
    width: 100%;
    background: #ffffff12;
    border-color: #00000015;
    margin-bottom: 0;
    line-height: 30px;
    padding: 10px 15px;
    font-family: "Open Sans", Sans-serif;
    font-size: 16px !important;
    color: #000;
}
input.wpcf7-form-control.wpcf7-date:focus,
input.wpcf7-form-control.wpcf7-number:focus,
input.wpcf7-form-control.wpcf7-quiz:focus,
input.wpcf7-form-control.wpcf7-text:focus,
select.wpcf7-form-control.wpcf7-select:focus,
textarea.wpcf7-form-control.wpcf7-textarea:focus {
    border-color: #fff;
}
.field-btn {
    text-align: center;
    margin-top: 15px;
}
.field-btn .wpcf7-submit {
    font-family: "Open Sans", Sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 22px;
    height: auto;
    padding: 12px 0;
    min-width: 280px;
    color: #fff;
    background:#383838;
	border:1px solid #383838 !important;
    border-image-slice: 1;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500 !important;
    margin-left: 20px;
    border-radius: 10px;
}
.field-btn .wpcf7-submit:hover {
	background-color:#e65229;
}
.field-row select {
    display: block;
    width: 100%;
    background: #ffffff12;
    border-color: #00000015;
    margin-bottom: 0;
    line-height: 30px;
    padding: 13px 15px;
    font-family: "Open Sans",sans-serif;
    font-size: 16px!important;
    color: #959595;
}
.wpcf7 input[type="file"] {
	cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
	cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

body .testimonials_section .elementor-testimonial{
	display: grid !important;
	height: 100%;
	align-content: space-between;
}
.testimonials_section .elementor-testimonial__image {
	display: flex;
	align-items: center;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	position: relative;
	overflow: hidden;
	border: 2px solid #e65229;
}
body .testimonials_section .elementor-testimonial__image img {
	width: 160px !important;
	height: 160px !important;
	border-radius: 0px;
	object-fit: cover;
	margin-top: 0;
	position: absolute;
	top: -33px;
	left: 0;
}

.testimonials_section .elementor-testimonial__content .elementor-testimonial__text{
	text-align: justify;
}
@media screen and (max-width: 767px) {
    .field-row.first {
        flex-wrap: wrap;
    }
    .field-row.first .field {
        padding: 0;
        width: 100%;
    }
    .field-row.first .field:last-child {
        padding: 0;
    }
    .field-btn {
        text-align: center !important;
        margin-top: 20px;
    }
    .field-btn .wpcf7-submit {
        padding: 10px 0;
        margin-left: 0;
    }
	
	.testimonials_section .elementor-testimonial__image {
		display: flex;
		align-items: center;
		width: 60px;
		height: 60px;
		border-radius: 100%;
		position: relative;
		overflow: hidden;
		border: 2px solid #e65229;
		}
		body .testimonials_section .elementor-testimonial__image img {
		width: 97px !important;
		height: 96px !important;
		border-radius: 0px;
		object-fit: cover;
		margin-top: 0;
		position: absolute;
		top: -20px;
		left: 0;
		}
    /*div.wpcf7 .ajax-loader {
        display: none;
    }*/
}
/*Contact Form Css End */


