/*
	Theme Name: Emerald Transportation Solutions V2
	Author: Trevelino/Keller
	Author URI: https://trevelinokeller.com/
	Version: 2.003
*/


/* WELCOME TO COWBOY CODING */

@media all and (min-width:1024px) {

	nf-field:nth-of-type(1):has(.half-field),
	nf-field:nth-of-type(3):has(.half-field) {
		width: 50%;
		display: block;
		float: left;
		padding-right: 10px;
	}

	nf-field:nth-of-type(2):has(.half-field),
	nf-field:nth-of-type(4):has(.half-field) {
		width: 50%;
		display: block;
		float: left;
		padding-left: 10px;
	}
}

a.btn.btn--alt {
	color: white;
	background: transparent;
	border: 2px solid #8ad800;
}

a.btn.btn--alt:hover {
	background:#8ad800;
	color: #0b283a;
}

.btn--alt.btn--icon:hover svg path {
	stroke: black !important;
}

.header .header__actions .btn.btn--alt {
	margin-left: 15px;
}

.header .header__actions .btn {
	min-width: 0;
}

.section-hero .section__title h1 {
	text-wrap: balance;	
}

.section-service-areas .section__title h2 {
	text-wrap: balance;
}

.section-partners .section__title h2 {
	text-wrap: balance;
}

@media all and (min-width:768px) {
	.section-hero .section__title h1 {
		font-size: clamp(50px, 6.3vw, 100px);
		width: 600px;
		max-width: 100%;
	}
}

.section-partners .shell {
	max-width: 100%;
	padding: 0 7%;
}

.section-partners .section__head {
	text-align: center;
	margin-top: 64px;
	margin-bottom: 0;
}

.section-partners .section__title {
	position: relative;
	padding-bottom: 26px;
	margin-bottom: 17px;
}

body.theme-white .section-partners .section__head p, body.theme-white .section-partners .section__title h2 {
	color: #0b283a;
	line-height: 1;
	letter-spacing: .04em;
	-webkit-transition: color .4s;
	transition: color .4s;
	text-wrap:balance;
}

.section-partners .section__title:after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	height: 2px;
	width: 100px;
	background: #8ad800;
}

.section-partners .section__title h2 {
	color: #fff;
	line-height: 1;
	letter-spacing: .04em;
	-webkit-transition: color .4s;
	transition: color .4s
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
	.section-partners .section__title h2 {
		font-size:36px
	}
}

@media (max-width: 1023px) {
	.section-partners .section__title {
		padding-bottom:21px;
		margin-bottom: 13px
	}
}

.map iframe {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-callout--small .section__title {
	width: 100%;
	max-width: 530px;
	text-wrap: balance;
}

@media all and (min-width:1400px) {
	.footer .footer__bar-inner {
		padding:24px 26px;
	}
}