/*
Theme Name: Oak Child
description: Client Theme - Oak
Template: oak-parent
Version: 1.0.0
Text Domain: oak-child
Author: BCW
*/

.logo img {height: 130px; width: auto;}

.faq-section-inner h2 {color: #fff;}

#bottom-feature {position: relative;z-index: 1;}
#bottom-feature::after {position: absolute; content: ""; top:0; left: 0; width:100%; height: 100%; background:rgba(0,0,0,.5); z-index: -1;}

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

.owl-stage {display: flex; align-items: center;}

.email-link {display: block;}

.company-address {margin: 10px 0;}


#footer-contact select {padding: 8px; width:100%;}

#footer-contact textarea {
    height: 137px;
}