/*
Theme Name: Oak Child
description: Client Theme - Oak
Template: oak-parent
Version: 1.0.0
Text Domain: oak-child
Author: BCW
*/
.review-section {
	padding: 50px 0;
}
.review-section .sec-content {
	margin-bottom: 30px;
}
#bottom-feature .review-section h2 {
	background-color: var(--color-1);
	box-shadow: 0px 0px 8px rgba(0,0,0,.25)
}
.review-section .sec-content h2 {
	background: none;
}
.review-section .item {
	background-color: #fff;
	padding: 20px;
	box-shadow: 2px 4px 8px rgba(0,0,0,.5);
	margin: 10px;
}
.review-section .item .heading {
	font-size: 1.3em;
	font-weight: 700;
	margin-bottom: 5px;
	font-style: italic;
}
.review-section .item p {
	line-height: 1.5;
}
.review-section .item .sub-heading {
	font-weight: 400;
	font-size: 1.1em;
}
.review-section .item .content > *:last-child {
	margin-bottom: 0;
}

.review-section .owl-carousel {
	max-width: calc(100% - 70px);
	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 {
	text-shadow: 1px 0px 2px var(--color-4);
	left: -35px;
}
.review-section .owl-carousel .owl-nav button.owl-next {
	text-shadow: -1px 0px 2px var(--color-4);
	right: -35px;
}
.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-4);
	border-radius: 50%;
	width: 14px;
	height: 14px;
}
.review-section .owl-carousel .owl-dots .owl-dot.active {
	background-color: var(--color-4);
}
#bottom-feature{
    position: relative;
    z-index: 1;
}
#bottom-feature:after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #000;
    opacity: .3;
    z-index: -1;
}
.gallery{
    display: flex;
    flex-wrap: wrap;
}
.gallery img{
    height: 400px;
    object-fit: cover;
}
.dropdown-menu{
    background-color: var(--color-1);
    top: 150%;
}
.dropdown-menu>li>a{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 20px;
}
.navbar-default li>a:hover,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover{
    color: var(--color-1);
    background-color: #fff;
}
.about-sub-section{
	margin: 30px 0 0 0;
}
@media screen and (max-width: 767px) {
    .gallery {
        flex-direction: column;
    }
}