/* 
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
*/

div#page {
    overflow: hidden;
}
.ehf-header #masthead {
    z-index: 111;
}
/** testimonial styles */
.wpr-testimonial-carousel .slick-slide .wpr-testimonial-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
	line-height: 1;
    border-radius: 50%;
    background-color: #F3F3FD;
}
.wpr-testimonial-carousel .slick-slide > div {
    height: 100%;
}
.wpr-testimonial-carousel .slick-slide .wpr-testimonial-item {
    height: 100%;
}
/** ninjaform style */
input[type=date], 
input[type=email], 
input[type=number], 
input[type=password], 
input[type=search], 
input[type=tel], 
input[type=text], 
input[type=url], 
select, 
textarea {
	font-size: 18px;
    min-height: 60px !important;
	border-color: #BFC1C3;
	border-radius: 10px;
}
.nf-form-wrap .nf-icon-name,
.nf-form-wrap .nf-icon-phone,
.nf-form-wrap .nf-icon-email,
.nf-form-wrap .nf-icon-chat {
	background-repeat: no-repeat;
    background-position: calc(100% - 20px) 21px;
}
.nf-form-wrap .nf-icon-name {
    background-image: url(http://kennethnwosu.simplecrm365.com/wp-content/uploads/2025/10/icon-name.png);
}
.nf-form-wrap .nf-icon-phone {
    background-image: url(http://kennethnwosu.simplecrm365.com/wp-content/uploads/2025/10/icon-phone.png);
}
.nf-form-wrap .nf-icon-email {
    background-image: url(http://kennethnwosu.simplecrm365.com/wp-content/uploads/2025/10/icon-email.png);
}
.nf-form-wrap .nf-icon-chat {
    background-image: url(http://kennethnwosu.simplecrm365.com/wp-content/uploads/2025/10/icon-chat.png);
}
.nf-form-wrap .nf-before-form-content {
    display: none;
}
.nf-form-wrap .nf-after-field {
    display: none;
}
.nf-form-wrap .nf-field-element textarea {
    height: 130px;
	resize: none;
}
@media (min-width:768px){
	.wpr-testimonial-carousel .slick-slide .wpr-testimonial-rating {
		position: absolute;
		right: 0;
		top: calc(100% + 35px);
	}
}