/*
Theme Name: Everest Child
Template: everest-parent
Version: 1.0.0
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz:wght@200..700&display=swap');

body {   font-family: "Yanone Kaffeesatz", sans-serif !important;}

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

.qlhead {text-align: center; display: block; font-size: 40px; margin: 60px 0 -50px 0; text-transform: uppercase;}
.feature img {margin-bottom: 30px;}

.menutop {background:var(--color-3); color: var(--color-1); padding:0;}
.menutop .heading {margin: 15px 0;}

.brands-section {
	background-color: var(--color-4);
	padding-bottom: 85px;
}

.primary-header .logo-col img {max-height: 200px;}

.home .owl-carousel .owl-stage {
	display:flex; align-items:center;
}
.home #brands-section {background:#fff;}

#services-section {padding: 50px 0;}
#services-section .service {padding-bottom: 20px;}
.facility h3 { margin-top: 0px; font-size: 30px; font-weight: normal;}
.facility-video {margin: 20px 0;}
.inspire-quote{margin-bottom: 40px;}

.servh {font-size: 40px; margin-bottom: 50px;}

#events {background:var(--color-3);}
.flyers {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 50px;
	row-gap: 30px;
}
.flyers .event {
    width: 360px;
}
.flyers .event img {width: auto; max-height:300px;}

.con {margin-top:30px;}

.testimg {width:500px;}
.quote {font-style: italic; font-weight:bold;font-size: 20px; text-align: center;margin-bottom: 100px;}
.content-sec{
	   padding: 20px 30px;
    display: inline-flex;
    flex-flow: column;
    justify-content: center;}

	
@media screen and (max-width: 991px) {
	.content-block .feat{ order:1!important;}
	.content-block .cont{ order:2!important;}
	body.page-id-79 .banner-section .image img{
		min-height:unset;
	}
	.mobile-logo img {
		max-height: 100%;
	}
}