/*
Theme Name: Everest Child
Template: everest-parent
Version: 1.0.0
*/
@import url('https://fonts.googleapis.com/css2?family=Walter+Turncoat&display=swap');
h1, h2, h3 {
	font-family: "Walter Turncoat", serif !important;
	text-transform: uppercase;
}
.banner-section .content p {
	font-family: "Walter Turncoat", serif !important;
}
.banner-section .content .btn {
	font-family: var(--font_primary);
}
#primary-footer .logo img {
	width: 300px;
}
.acf-media video {
	object-fit: cover;
	height: 41vw;
	width: 100%;
}
body:not(.home) .acf-media video {
	height: 28vw;
}
.services-section {
	padding: 85px 0;
}
.services-section .services {
	flex-wrap: wrap;
	column-gap: 45px;
	row-gap: 30px;
}
.services-section .service {
	flex: 1 1 calc(33.33% - 30px);
	box-shadow: 2px 2px 4px 0 #1e1e1e;
	background-color: var(--color-4);
	transition: transform ease .3s;
}
.services-section .service .image img {
	width: 100%;
}
.services-section .service:hover {
	transform: translateY(-15px);
}
.services-section .service .content {
	padding: 25px;
}
.services-section .service .content p:last-child {
	margin-bottom: 0;
}
.services-section .service h3 {
	font-size: 25px;
	font-weight: 600;
}
.services-section .service a {
	font-weight: 400;
	color: var(--color-1);
}
.service-section {
	background-color: var(--color-4);
}
.service-section h2 {
	font-size: 42px;
}
.service-section.img-left .content-row {
	flex-direction: row-reverse;
}
.service-section .content-row {
	flex-wrap: wrap;
}
.service-section .content-row>.col {
	flex: 1 1 50%;
}
.service-section .content-row .content-col {
	align-self: center;
	padding: 65px;
}
.service-section .content-row .image-col {
	position: relative;
	min-height: 350px;
}
.service-section .content-row .image-col .inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.service-section .content-row .image-col .inner img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.service-section .content-row .content-col h2 {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 50px;
	color: var(--color-1);
}
.service-section .content-row .content-col h2::after {
	content: '';
	width: 150px;
	height: 4px;
	background-color: var(--color-3);
	position: absolute;
	bottom: 0;
	left: 0;
	transform: none;
}
.newsletter {
	padding: 50px 15px;
}
.primary-header-inner {
	width: 1415px;
	max-width: 100%;
}
.content-section .content-row>.col, .content-section-inner {
	max-width: 100% !important;
}
.newsletter .gfield_label {
	font-weight: 400;
	font-size: 20px !important;
	letter-spacing: 2.5px;
	margin-bottom: 8px;
	padding: 0;
	display: inline-block;
}
.newsletter input:not(.button) {
	background: none;
	border: none;
	border-bottom: 1px solid #000;
	font-size: 18px;
}
.special {
	background: var(--color-3);
	padding: 15px;
	text-align: center;
}
.heading {
	font-weight: bold;
	font-size: 1.5em
}

.primary-header-inner {
	width: 1475px;
}
.feature-section .feature {
	position: relative;
	padding-bottom: 50px
}
.feature-section .feature .link {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translatex(-50%);
}
.primary-header .logo-col {
	flex: 0 1 300px;
}
.page-id-79 .team-section .member,
.page-id-532 .team-section .member {
	flex: 1 1 100%;
}
.banner-section .content img {
	max-width: 600px;
}
.main-nav .menu li:last-of-type .sub-menu {
	left: 30px;
}
.footer-image-col img {
	max-width: 160px;
}
.primary-footer .footer-row .info-col,
.primary-footer .footer-row .social-col {
	flex: 0 1 280px;
}
.bottom-content .btn {
	font-size: 22px;
	margin-bottom: 30px;
	color: var(--color-1);
	background-color: var(--color-3);
}
.bottom-content .btn:hover {
	color: var(--color-3);
	background-color: var(--color-1);
}
.primary-header .menu-item a[href="#"] {
	cursor: default;
}
.owl-section {
	margin: 50px 0;
}
.owl-section .inner {
	background: var(--color-3);
	padding: 25px;
	text-align: center;
}
.owl-section h2 {
	font-weight: bold;
	font-size: 1.5em;
	font-family: var(--font_primary)!important;
	letter-spacing: 0;
}
.owl-section h3 {
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: 0;
}
.owl-section .owl-carousel {
	width: 650px;
	max-width: calc(100% - 120px);
	margin: 0 auto;
}
.owl-section .section:not(:last-child) {
	margin-bottom: 25px;
}
.owl-section .owl-carousel img {
	width: auto;
	max-height: calc(100vh - var(--headerHeight) - 50px);
}
.owl-section .owl-carousel .owl-nav button {
	font-size: 32px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-shadow: 0 0 10px rgba(0,0,0,.25);
}
.owl-section .owl-carousel .owl-nav button.owl-prev {
	left: -60px;
}
.owl-section .owl-carousel .owl-nav button.owl-next {
	right: -60px;
}
.owl-section .owl-carousel .owl-dots {
	display: flex;
	column-gap: .25em;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
}
.owl-section .owl-carousel .owl-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: var(--color-1);
	border: 1px solid var(--color-3);
	transition: all ease .15s;
}
.owl-section .owl-carousel .owl-dot.active {
	background-color: var(--color-2);
	border-color: var(--color-2);
}
.menu-item [data-toggle="modal"] {
	cursor: pointer;
}
.popup-newsletter {
	text-align: center;
}
.popup-newsletter .btn {
	font-size: 16px;
}
.popup-newsletter .close {
	float: none;
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(25%, -25%);
	background-color: #fff;
	opacity: .9;
	line-height: 1;
	font-size: 14px;
	border-radius: 50%;
	width: 23px;
	height: 23px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: -1px 3px 5px rgba(0,0,0,.25);
	cursor: pointer;
	z-index: 9;
	transition: all ease .3s;
}
.popup-newsletter .close:hover {
	background-color: var(--color-2);
	color: #fff;
}
#mc_embed_signup #mce-EMAIL {
	padding: 8px;
}
#mc-embedded-subscribe {
	background-color: var(--color-2);
	color: #fff;
	border: none;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0;
	padding: .5em 1.5em;
	text-transform: none;
	transition: all ease .3s;
	border-radius: 0px;
}
#mc-embedded-subscribe:hover,
#mc-embedded-subscribe:focus {
	background-color: var(--color-4);
	color: var(--color-5);
}
.video-section .owl-carousel {
	max-width: calc(100% - 90px);
	margin: 0 auto;
}
.video-section .owl-carousel .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 32px;
}
.video-section .owl-carousel .owl-nav button.owl-prev {
	left: -45px;
}
.video-section .owl-carousel .owl-nav button.owl-next {
	right: -45px;
}
@media screen and (max-width:1470px) {
	.main-nav .menu li a {
		padding: 10px 10px;
	}
	.banner-section .content img {
		max-width: 400px;
	}
}
@media screen and (max-width: 1350px) {
	.primary-header {
		font-size: 17px;
	}
	.banner-section .content img {
		max-width: 300px;
	}
	.banner-section .content p {
		font-size: 20px;
	}
	.banner-section .content h1 {
		font-size: 32px;
	}
}
@media screen and (max-width: 1100px) {
	.primary-header {
		font-size: 14px;
	}
}
@media screen and (max-width: 991px) {
	.mobile-logo img {
		width: auto;
	}
	.service-section .content-row .image-col {
		order: -1;
	}
	.service-section .content-row>.col {
		flex-basis: 100%;
	}
	.service-section .content-row .image-col .inner {
		position: static;
	}
	.service-section .content-row .image-col .inner img {
		max-height: 500px;
	}
	.banner-section .content {
		position: relative;
	}
	.feature-section {
		padding: 30px 0;
	}
}
@media screen and (max-width: 767px) {
	.service-section .content-row .content-col {
		padding: 65px 15px;
	}
	.owl-section .container {
		padding: 0;
	}
	.owl-section .inner {
		padding: 25px 10px;
	}
	
	.owl-section .owl-carousel {
		max-width: 100%;
	}
	body.page-id-77 .owl-section .owl-carousel{
		max-width:75%;
	}
	.owl-section .owl-carousel .owl-nav {
		display: none;
	}
	body.page-id-77 .owl-section .owl-carousel .owl-nav{
		display:block;
	}
	body.page-id-77 .owl-section .owl-carousel .owl-nav button.owl-prev {
		left: -35px;
	}
	body.page-id-77 .owl-section .owl-carousel .owl-nav button.owl-next {
		right: -35px;
	}
	
	.owl-section .owl-carousel .owl-dots {
		margin-top: 15px;
	}
	.video-section .owl-carousel {
		max-width: calc(100% - 40px);
	}
	.video-section .owl-carousel .owl-nav button {
		font-size: 24px;
	}
	.video-section .owl-carousel .owl-nav button.owl-prev {
		left: -20px;
	}
	.video-section .owl-carousel .owl-nav button.owl-next {
		right: -20px;
	}
}
@media screen and (max-width: 400px) {
	.feature-section .feature .content {
		margin-bottom: 40px;
	}
	.service-section h2 {
		font-size: 30px;
	}
	.content-section h1 {
		font-size: 38px;
	}
}
