/*
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
*/

.primary-header-inner {width:1200px;}
.primary-header .logo-col {
    flex: 0 0 350px;
}
.primary-header .logo-col img {filter:drop-shadow(0px 0px 1px #000) drop-shadow(0px 0px 2px #000) drop-shadow(0px 0px 3px #000);}
.home #content-section:before {position: absolute; content: ""; top:0; left:0; width:100%;height: 100%; background:rgba(0,0,0,.5); z-index: -1; }
.btn:hover {color:#000;}
.primary-footer .primary-footer-inner { background-color: #999; }
.primary-footer .sitemap .menu li a:hover {color:#999;}
.primary-footer .business-col .logo-row .logo-col img {filter:drop-shadow(0px 0px 1px #000) drop-shadow(0px 0px 1px #000) drop-shadow(0px 0px 1px #000); max-width: 400px;}
.form-col .inner {width:100%;}
.primary-footer .business-col .hours-row {margin:0 auto;}
.home #gallery-section {display: none;}


#testimonials {
	text-align: center;
	padding: 30px 0;
	font-size: 18px;
	font-style: italic;
}
.testimonial-content {padding: 0 40px;}
#testimonials .owl-theme .owl-nav {
	margin: 0;
}
.owl-prev {
	width: 15px;
	height: 100px;
	position: absolute;
	top: 15%;
	left: 0%;
	margin-left: -20px;
	display: block !important;
	border: 0px solid black;
}
.owl-next {
	width: 15px;
	height: 100px;
	position: absolute;
	top: 15%;
	right: 0%;
	display: block !important;
	border: 0px solid black;
}
#testimonials .owl-theme .owl-nav [class*=owl-] {
	font-size: 50px;
	margin: 5px 15px;
}
#testimonials .owl-theme .owl-nav [class*=owl-]:hover {
	background: transparent;
}
.testimonial-rating {
	padding: 15px 0; color:var(--color-3);
}
.testimonial-author {
	font-size: 20px;
	font-weight: 500;
}
.menu-nav {font-size: 20px;}

.cateringform {    padding: 30px; margin: 30px auto; max-width: 800px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;}
    .cateringform:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--color-1);
    opacity: .85;
    z-index: -1;
}
.cateringform .gfield_label {
    display: none !important;
}
.cateringform .button {width:100%;}
.flexctr {display: flex; justify-content: center;}

.botcon {padding-bottom: 30px;}