/*
 * Theme Name: Nationwide Transportation (2020)
 * Description: Custom theme developed for Nationwide Transportation by Marketing Relevance.
 * Author: Marketing Relevance
 * Author URI: https://marketingrelevance.com
 * Version: 0.5.2
*/

h1, h2, h3, h4, h5 {
	font-family: liberation-sans, sans-serif;
}

p {
	font-size: 1.25rem;
}

a:hover {
	text-shadow: none!important;
}

.bg-gray-100 {
    background-color: #f5f6f7;
}

.ae-border-green {
	border: 1px solid #175528;
}

.home-hero-bgr {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 50%, transparent);
}

.ae-blog-post-card {
	padding: 0;
	background-color: #f5f6f7;
	border: 1px solid #f5f6f7;
	margin-top: 0;
	border-radius: 8px;
}

.ae-blog-post-card:hover {
	border: 1px solid #175528;
}

.ae-post-content-wrap {
	padding: 2rem;
}

.ae-blog-post-card a {
	display: block;
	height: 100%;
}

.ae-blog-post-card .ae-post-title {
	font-weight: 700;
}

.ae-blog-post-card .ae-post-content {
	font-size: 1.125rem;
}

.logo-item {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow;
	box-shadow: none;
}

.logo-item:hover .logo-item__icon {
    --transform-translate-x: 0;
    margin-bottom: 1.5rem;
	transition-duration: .3s!important;
}

@media (min-width: 1024px) {
    .section--block {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

	.hero__overlay {
        background: rgba(0, 0, 0, .5);
    }

	.home-hero-section {
		height: 75vh;
	}
=======
	.hero__overlay {
        background: rgba(0, 0, 0, .5);
    }
}


.focus\:text-shadow:focus, .hover\:text-shadow:hover, .text-shadow {
	box-shadow: none;
}

@media (min-width: 1640px) {
	.home-hero-cta {
		margin-top: 6rem;
	}
}

.focus\:text-shadow:focus, .hover\:text-shadow:hover, .text-shadow {
	box-shadow: none;
}

.ae-boost-section .grid > a {
	border-radius: 13px;
}

.ae-cta-calculator {
	max-width: 400px;
	margin: 0 auto;
}

.ae-cta-calculator > a {
	font-size: 1.25rem;
}

.ae-h-100 {
	height: 100%;
}

header nav > span > a,
header nav > span > a:hover {
	text-shadow: none!important;
}

header nav > span > a:hover {
	background-color: #fbb12f;
}

.services-logos-section a svg {
	height: 4.5rem;
}

.services-logos-section a span {
	font-size: 1.25rem;
	margin-top: 1rem;
}