/*
Theme Name: Everest Child
Template: everest-parent
Version: 1.0.0
*/

h1, h2, h3 {text-transform: uppercase;}
.service-section .service .heading, .service-section p {color:#fff;}

.review-section-inner, .review-section-inner h2 {color:#fff !important;}

.review-section .owl-carousel .owl-dots .owl-dot {
    border: 1px solid #fff;
}

.review-section .owl-carousel .owl-dots .owl-dot.active {
    background-color: #fff;
}

.review-section .owl-carousel .owl-nav button {color: #fff;}

.feature img {margin-bottom:30px;}

.aboutlogo {filter:drop-shadow(0px 0px 3px #000); margin: 0 auto 70px auto;}


.faq-section {
	background-color: var(--color-3); color:#fff;
	padding: 85px 0;
}
.faq-section h2 {margin-bottom:50px;}
.faq-section .faq {
	border: none;
	border-bottom: 1px solid #fff;
	margin-bottom: 0;
	padding: 40px 0;
}
.faq-section .faq .toggle-heading {
	padding: 0;
	border: none;
	transition: color ease .3s;
}
.faq-section .faq .toggle-content {
	border: none;
	padding: 0;
	padding-top: 20px;
}
.faq-section .faq h3 {
	margin-bottom: 0;
}
.faq-section .faq.active .toggle-heading .icon {
	color: #fff;
}
.faq-section .faq.active .toggle-heading .heading {
	color: #fff;
}
.toggle-item {
	border: 2px solid var(--color-1);
	margin-bottom: 5px;
}
.toggle-item .toggle-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 30px;
	cursor: pointer;
}
.toggle-item .icon {
	transition: transform ease-in-out .4s;
	font-size: 22px;
}
.toggle-item>.toggle-content {
	display: none;
	border-top: 1px solid var(--color-1);
	padding: 5px 15px;
}
.toggle-item.active>.toggle-content {
	display: block;
}
.toggle-item .toggle-content p {
	margin: 10px 0;
}
.toggle-item .icon.active {
	transform: rotate(180deg);
}

.services {justify-content: center;}
.service-section .service {
    flex: 0 1 calc(50% - 75px);
}

.wp-singular table {margin-bottom: 15px; width:100%; table-layout: fixed; }
.wp-singular table th, .wp-singular table td {padding:15px; border:1px solid #000; width: fit-content;}

.content-section.section-single .image img {
    width: auto;
}

.blog-section .search, .blog-section .search form button {color:#fff;}
.blog-section .search form input {border-bottom: 1px solid #fff;}
#search-form input::placeholder {color:#fff; opacity: .7;}
.blog-section .posts-navigation .nav-links a {color:#fff;}

.phone-link {color:#fff;}

@media screen and (max-width: 991px) {
    .mobile-logo img {width:auto; }
}
@media screen and (max-width: 600px) {
	.wp-singular table th, .wp-singular table td {padding:5px; font-size:15px;}
}
@media screen and (max-width: 480px) {
	.wp-singular table { table-layout: unset; }
}