/*
 Theme Name:   Facdori Child
 Theme URI:
 Description:  Child theme for Facdori
 Author:
 Author URI:
 Template:     facdori
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  facdori-child
*/

/* Add your custom styles below this line */
@media (min-width: 1921px) {
    .site-header.header-one {
        background: var(--e-global-color-primary);
    }
}
.site-header.header-one .top-bar .left-content .logo-box,
.header-navigation ul.navigation-box > li > .sub-menu {
    background: var(--e-global-color-primary);
}
.site-header.header-one .top-bar .single-header-contact-info .text-block h3,
.header-navigation ul.navigation-box > li > a,
.header-navigation ul.navigation-box > li > .sub-menu > li:hover > a {
    color: var(--e-global-color-text);
}

.about__us .elementor-icon {
	width: 102px;
	height: 120px;
	background: var(--e-global-color-primary);
	border-radius: 0 0 100px 100px;
	display: flex;
	justify-content: center;
	align-items: end;
	position: relative;
	z-index: 10;
	padding-bottom: 30px;
}
.h-full,
.h-full>div {
	height: 100%;
}