/*
Theme Name: Foundation Child
Description: Business Name
Template: foundation-parent
Version: 1.0.0
*/
.review-section {
	background-color: var(--color-3);
	background-image: url(../foundation-child/assets/images/az-subtle.png);
	text-align: center;
    padding: 75px 0;
}
.review-section h2 {
	color: var(--color-1);
	margin-bottom: 50px;
}
.review-section .reviews .heading {
	font-style: italic;
}
.review-section .owl-carousel {
	max-width: calc(100% - 150px);
	margin: 0 auto;
}
.review-section .owl-carousel .owl-nav {
	font-size: 42px;
	color: var(--color-1);
}
.review-section .owl-carousel .owl-nav button.owl-prev,
.review-section .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.review-section .owl-carousel .owl-nav button.owl-prev {
	left: -75px;
}
.review-section .owl-carousel .owl-nav button.owl-next {
	right: -75px;
}
.review-section .owl-carousel .owl-dots {
	display: flex;
	justify-content: center;
	column-gap: .5em;
	margin-top: 20px;
}
.review-section .owl-carousel .owl-dots .owl-dot {
	border: 1px solid var(--color-1);
	border-radius: 50%;
	width: 14px;
	height: 14px;
}
.review-section .owl-carousel .owl-dots .owl-dot.active {
	background-color: var(--color-1);
}
.feature-section .features {
    align-items: center;
}
.feature-section .feature {
    flex: 1 1 calc(20% - 80px);
}
.content-section .image-col .image {
    background-attachment: scroll;
    background-position: top;
}
.feature-section .feature .heading {
	font-size: 28px;
	color: #fff;
	font-weight: 600;
}
.feature-section .feature:not(:last-child):after{
	background-color: #fff;
	width: 5px;
}
a.tops {
	display: block;
	position: relative;
	top: -125px;
	visibility: hidden;
}
.primary-header .logo-col {
	background-color: #f2f0ef;
}
.phone .btn,
.email .btn{
	background-color: var(--color-3);
}
.primary-header .nav-col .info-row a{
	color: var(--color-1);
}
.primary-footer.heading-underline h2,
.primary-footer .footer-row,
.primary-footer a{
	color: #ff0000;
}
.primary-footer .form-col .gform_wrapper.gravity-theme .gfield input:not(.button),
.primary-footer .form-col .gform_wrapper.gravity-theme .gfield textarea {
	border-bottom: 1px solid #ff0000;
}
.brands-section {
	background-color: #fff;
}

.menu-item-has-children .sub-menu {background-color:#000;}

.primary-footer.heading-underline h2 {text-transform: uppercase;}



