/*
Theme Name: Oak Child
description: Client Theme - Oak
Template: oak-parent
Version: 1.0.0
Text Domain: oak-child
Author: BCW
*/
.logo img {
    height: 185px;
    width: auto;
}
.faq-section {
    background: var(--color-5)
}
#bottom-feature {
    position: relative;
    z-index: 0;
}
#bottom-feature:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(--color-1);
    opacity: .5;
    z-index: -1;
}
.review-section {
    background-color: var(--color-5);
}
.toggle-item .toggle-heading {
    background-color: #ccc;
}
.page-id-68 img.pull-right {
    height: 400px;
    width: auto;
}