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

h1, h2, h3 {text-transform: uppercase;}

.faq-section {
	background-color: var(--color-4);
	padding: 85px 0;
}
.faq-section .faq {
	border: none;
	border-bottom: 1px solid var(--color-1);
	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: var(--color-3);
}
.faq-section .faq.active .toggle-heading .heading {
	color: var(--color-2);
}
.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);
}

.form-section .gform_wrapper.gravity-theme .button, .btn {background-color: var(--color-5); color:#fff;}
.form-section .gform_wrapper.gravity-theme .button:hover, .btn:hover {background-color: var(--color-3); color:#fff !important;}

.review-section {
    background-color: var(--color-4);
}
.blog-section {
    background-color: var(--color-4);
}
.primary-header a{
	display: flex;
	gap: 18px;
}
body.scrolled .primary-header .logo-col img {
    max-height: 90px;
}
.blog-section{
	padding: 60px 0;
}
.blog-section .blog{
	padding: 30px 0;
}
.blog-section .blog .blog-inner{
	gap: 10px;
}
.blog-section .sidebar, .blog-section .sidebar li:not(:last-child), .blog-section .pagination .page-numbers {
    border-color: var(--color-2);
}
.blog-section .sidebar-col{
	padding: 10px;
}
.blog-section .sidebar {
    text-align: center;
    border: 2px solid;
	padding: 6px;
}
.blog-section .sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.blog-section .sidebar h2{
	margin-bottom: 4px;
	font-size: 24px;
}
.blog-section .sidebar li:last-child {
    margin-bottom: 20px;
}
.form-section .gform_wrapper.gravity-theme .gfield.gfield--width-half:nth-child(even) {
    grid-column: 9 / 15;
}
.form-section .gform_wrapper.gravity-theme .gfield.gfield--width-half:nth-child(odd) {
    grid-column: 1 / 7;
}
.feat-section {
	padding: 50px 0;
	background-color: var(--color-4);
}
.feat-section .features {
	flex-wrap: wrap;
	column-gap: 40px;
	row-gap: 40px;
}
.feat-section .feature {
	flex: 0 1 calc(33.33% - 26.66px);
	background-color: #fff;
	border-radius: 10px;
	padding: 30px;
	box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.058823529411764705);
}
.feat-section .feature .icon {
	font-size: 30px;
	margin-bottom: 15px;
	color: var(--color-2);
}
.feat-section .feature h3 {
	font-weight: 700;
	font-size: 24px;
	margin: 8px 0 16px;
}
.bottom-content{
	background-color: var(--color-4);
	padding: 85px 0;
}


ul.wpd-top-links li{
    margin:30px 0px;
    font-size: 20px;
}
@media screen and (max-width: 991px){
    .mobile-logo img {
    max-height:unset;
        max-width: 145px;
    }

    footer .logo img{ width:50%; height:auto; }
    .feat-section .feature{ flex:unset; display:block; width:100%; margin: 10px 20px;}

    #form-section .gform_wrapper.gravity-theme .gform_fields{
        display:block!important;
    }
    #form-section .gfield{ margin: 20px 0px!important; }
    .bottom-content a.btn{ display:block; }
}