/*
 Theme Name:   Meni-El Child
 Theme URI:    https://menielementor.wpengine.com/
 Description:  Meni-El Child Theme
 Author:       the WeDesignTech team
 Author URI:   https://wedesignthemes.com/
 Template:     meni-el
 Version:      1.0.0
 Text Domain:  meni-el-child
*/
.dt-sc-staff-awards-container,
.dt-sc-staff-social-container {
	display: none;
}
.services-booking input,
.services-booking select,
.services-booking .select2 {
	background-color: #fff;
    border-width: 1px;
    border-color: var(--wdtBorderColor);
    min-height: 50px;
    font-size: calc(var(--wdtFontSize_Base) - 2px);
    opacity: 1;
	margin: 0;
    width: 100%;
}
.services-booking .select2-container.select2-container--default .select2-selection--single {
    line-height: inherit;
}
.services-booking .wpcf7-submit {
	margin: 0;
    width: 100%;
    background-color: #7b5f43;
    border: none;
    color: #fff;
}
.dt-sc-staff-item.type3 .dt-sc-staff-content .dt-sc-staff-special-container p, .dt-sc-staff-item.type3 .dt-sc-staff-content .dt-sc-staff-experience-container p {
    color: #C88A41;
}
.main-title-section-wrapper.dark-bg-breadcrumb {
	background-color: #C88A41;
}
.dt-sc-staff-item.type3 .dt-sc-staff-image img {
    object-fit: cover;
    height: 100%;
}
.dt-sc-staff-title-container {
	margin-bottom: 0 !important;
}
.dt-sc-staff-title-container h3 {
    font-size: 32px !important;
    line-height: 1.28 !important;
	margin-bottom: 0 !important;
}
.dt-sc-staff-title-container .wdt-heading-subtitle-wrapper {
    text-transform: uppercase !important;
    font-size: calc(var(--wdtFontSize_Base) - 4px) !important;
    color: var(--wdtPrimaryColor) !important;
    font-weight: var(--wdtFontWeight_Ext) !important;
    letter-spacing: calc(var(--wdtLetter_spacing_btn) + 1.2px) !important;
}
.dt-sc-staff-item.type3 .dt-sc-staff-special-container,
.dt-sc-staff-item.type3 .dt-sc-staff-experience-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.dt-sc-staff-item.type3 .dt-sc-staff-special-container h4,
.dt-sc-staff-item.type3 .dt-sc-staff-experience-container h4 {
    padding-right: 15px;
}
.dt-sc-staff-item.type3 h4 {
    font-size: var(--wdtFontSize_H5);
    white-space: nowrap;
    margin-bottom: 20px;
}
.dt-sc-staff-item.type3 .dt-sc-staff-experience-container p,
.dt-sc-staff-item.type3 .dt-sc-staff-special-container h4,
.dt-sc-staff-item.type3 .dt-sc-staff-special-container p,
.dt-sc-staff-item.type3 .dt-sc-staff-experience-container h4 {
    margin: 0;
}
.dt-sc-staff-item.type3 .dt-sc-staff-experience-container p {
    text-transform: capitalize;
    font-size: calc(var(--wdtFontSize_H6) - 0px);
    font-weight: var(--wdtFontWeight_Ext);
    color: #C88A41;
}
.dt-sc-staff-item.type3 .dt-sc-staff-special-container p {
    text-transform: capitalize;
    font-size: 18px;
	line-height: 28px;
    font-weight: 500;
    color: #C88A41;	
}
footer #menu-quick-links a:not(footer #menu-quick-links a.eael-item-active),
footer #menu-services a:not(footer #menu-services a.eael-item-active) {
	color: #fff !important;
	padding-left: 0;
}
footer #menu-quick-links a:hover,
footer #menu-services a:hover,
.eael-simple-menu-container.preset-1 .eael-simple-menu li.current-menu-item>a.eael-item-active {
	color: #C88A41 !important;
	padding-left: 0;
}
.eael-simple-menu-container.preset-1,
.eael-simple-menu-container.preset-1 .eael-simple-menu li.current-menu-ancestor>a.eael-item-active,
.eael-simple-menu-container.preset-1 .eael-simple-menu li:hover>a,
.eael-simple-menu-container.preset-1 .eael-simple-menu li.current-menu-item>a.eael-item-active {
    background-color: transparent !important;
}
.eael-simple-menu-container .eael-simple-menu li a {
    font-size: 15px !important;
    line-height: 30px !important;
}
.home-scroller .wdt-animation-wrapper {
/* 	display: flex;
	align-items: center;
	justify-content: center; */
}
.home-scroller .text-item {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
}
#header-wrapper {
	margin: 0 !important;
}
.no-column-padding .elementor-column .elementor-widget-wrap {
	padding: 0 !important;
}
.elementor-icon-box-title,
.dt-sc-staff-item.type3 h4 {
	margin-top: 0;
}
.zero-margin-bottom {
	margin-bottom: 0 !important;
}
span.wpcf7-not-valid-tip {
	display: none;
}
@media screen and (max-width: 767px) {	
	.services-booking {
		margin-top: 1em;
	}
	.breadcrumb {
		display: none;
	}
	.home-scroller .text-item {
		font-size: 20px;
	}
}
@media screen and (min-width: 768px) {	
	.services-booking {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
		width: 100%;
	}
    .dt-sc-staff-item.type3 .dt-sc-staff-experience-container {
        margin-bottom: 20px;
    }
}