/*
Theme Name: Coral Reef Child
description: Client Theme - Coral Reef
Template: coral-reef-parent
Version: 1.0.0
Text Domain: coral-reef-child
Author: BCW
*/
h1,h2,h3,h4,h5,
.banner-section .overlay{
    font-family: "Noto Serif", serif;
}
.gallery-section h2,
.review-section h2,
.feature-section h2{
    font-family: "Noto Serif", serif;
    margin-bottom: 50px;
    font-size: 50px;
}
.review-section {
	background-image: url('../coral-reef-child/assets/images/45-degree-fabric-dark.png');
	background-color: var(--color-3);
    padding: 80px 0;
	text-align: center;
}
.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);
}
.primary-footer .form .gform_wrapper.gravity-theme #field_1_8 .gfield_label,
.primary-footer .form .gform_wrapper.gravity-theme #field_1_7 .gfield_label,
.primary-footer .form .gform_wrapper.gravity-theme #field_1_9 .gfield_label{
    display: block;
    color: #fff;
}
.primary-footer .footer-row,
.primary-footer .footer-row a{
	color: #fff;
}
.primary-footer .footer-row a:hover{
	color: var(--color-2);
}
.main-nav .menu li a {
    white-space: nowrap;
}
body.sticky .primary-header .logo-col img {
    max-height: 180px;
}
.btn{
	background-image: url('../coral-reef-child/assets/images/45-degree-fabric-dark.png');
}