/*!
Theme Name: Kidearn Child theme
Theme URI: https://bracketweb.com/kidearnwp/
Template: kidearn
Author: Layerdrops
Author URI: https://themeforest.net/user/Layerdrops
Description: This is a Child theme for Kidearn WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kidearn-child
*/

.topbar-one__social, .topbar-one__social::before {
    background-color: #f58220 !important;
}
.topbar-one__info__icon {
	color: #f58220 !important;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none !important;
}
.elementor .testimonial-one__item__author img {
    width: 80px !important;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
.testimonial-one__item__author {
    position: relative;
    display: inline-block;
    text-align: left;
    min-height: 80px;
    margin-left: auto;
    padding: 0 0 0 95px;
}
.testimonial-one__item__quote {
    line-height: 25px;
    margin: 0 0 30px;
}
.testimonial-one__item__author__name {
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    margin: 15px 0 5px;
}
.program-one__item__bg {
    background-color: #dbdbdb;
    opacity: 0.5;
}
.program-one__item__shape-one {
    fill: #2b3184;
}
.program-one__item__shape-two {
    fill: #f58220;
    opacity: 1;
}
.tribe-events-calendar-month__calendar-event-details .tribe-events-calendar-month__calendar-event-datetime {
    display: none !important;
}
.tribe-events .tribe-events-calendar-month__multiday-event-bar-title {
    color: #ffffff !important;
}
.banner-two__content__title {
    font-size: 55px;
    line-height: 1.3em;
}
.banner-two__content__bg {
    -webkit-mask-size: contain;
    mask-size: contain;
}
.preloader__image {
    background-size: 260px auto;
}
@media (max-width: 991px) {
	.main-header__inner {
		padding: 5px 0px;
	}
	.mobile-nav__wrapper.expanded .mobile-nav__content {
		background-color: #2b3184;
	}
	.mobile-nav__content .main-menu__list li a button {
		background-color: #f58220;
		border-radius: 100%;
	}
	.mobile-nav__content .main-menu__list li a.expanded {
		color: #f58220;
	}
	.mobile-nav__contact li > i {
		background-color: #f58220;
	}
	.mobile-nav__content .logo-box {
		margin-bottom: 15px;
	}
	.banner-two__content__title {
		font-size: 28px;
	}
	.banner-two__carousel {
		margin-bottom: 65px;
	}
	.service-one .row>* {
		width: 50%;
	}
}
@media (max-width: 575px) {
    h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
        display: unset !important;
    }
}