/*
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
*/
@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap');

#content-section {
	position: relative;
	z-index: 0;
}
#content-section:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #fff;
	opacity: .8;
	z-index: -1;
}
p {
	font-size: 1em;
}
.btn, .gform_button {
	color: #fff;
}
.btn:hover, .gform_button:hover {
	color: #000;
}

.business-col {
	color: #fff;
}
.business-col a {
	color: #fff !important;
}
.business-col a:hover {
	color: var(--color-2) !important;
}
.opentable {
	height: 45px;
	width: 45px;
	display: inline-block;
	position: relative;
	margin-top: 5px;
}
.opentable::before {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-image: url(/wp-content/uploads/2025/07/opentable.png);
	background-size: contain;
	background-repeat: no-repeat;
	transition: all ease .5s;
}
.opentable:hover::before {
	background-image: url(/wp-content/uploads/2025/07/opentable-hover.png);
}
.ip-heading h1 {
	color: #fff;
}
.price {
	font-weight: bold;
}
.primary-footer .sitemap .menu li a:hover, .primary-footer .sitemap .menu li a:focus {
	color: #999;
}
.primary-footer .copyright a:hover, .primary-footer .copyright a:focus {
	color: #999;
}
.carousel-section {
	margin: 0 0 50px 0;
	padding: 0 25px;
}
.carousel-section .owl-carousel .owl-nav button.owl-prev,
.carousel-section .owl-carousel .owl-nav button.owl-next {
	font-size: 32px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.carousel-section .owl-carousel .owl-nav button.owl-next {
	right: -25px;
}
.carousel-section .owl-carousel .owl-nav button.owl-prev {
	left: -25px;
}
.menu-section .sub-heading {
	font-weight: 500;
}
.form-section .content-col h3 {
	color: #000;
}
.form-section .content-col p,
.form-section .content-col ul {
	color: #000;
	max-width: 100%;
	font-size: 19px;
}
.form-section .content-col h2 {
	color: #000;
	font-size: 2rem;
}
.form-section .form-row .col>div {
	margin: auto;
}
.form-section .form-row .col>div.coupon {
	margin: 20px auto;
}
.coupon {
	color: #af0c1a;
	text-align: center;
	max-width: 60%;
	border: 2px solid #000;
	border-radius: 10px;
	padding: 20px;
	margin: 20px auto;
	color: #000;
}
.coupon ul {
	list-style: none;
	padding: 0;
}
.form-section .content-col .coupon ul,
.form-section .content-col .coupon h3 {
	color: #af0c1a;
}
.home #form-section {
	background-color: #fff;
}
.home #content-section {
	color: #000;
}
.home .overlay {
	background-color: rgba(0, 0, 0, .5);
	padding: 30px 0;
	max-width: 80%;
}
.home .background-features .feature .inner {
	background-color: rgba(0, 0, 0, .5);
	padding: 30px;
}
.home #form-section {
	padding-top: 50px;
}
.home .feature-section .feature:first-child .content {
	max-width: 100%;
	margin-bottom: 100px;
}
.banner-section .overlay .btn {
	margin-top: 0;
}
.banner-section .overlay {
	bottom: 20px;
	top: auto;
	transform: translateX(-50%);
}
.banner-section .overlay h3{
	font-size: 1em;
	margin: 0;
}
.banner-section .overlay p {
	font-size: .7em;
}
.banner-section .carousel-inner img {
	min-height: 575px;
	object-fit: cover;
	height: 100%;
}
.carousel.fade .item {
	height: 100%;
}
.carousel.fade .item .image {
	height: 100%;
}
.gform-theme--framework .gfield_list_group_item::before:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field-label:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	color: #fff;
}
body .gform-theme--foundation .gform_fields {
	row-gap: 20px;
}
.mobile-header .mobile-nav a,
.mobile-header .nav-toggler,
.mobile-header .mobile-nav a {
	color: #fff;
}

.mobile-header .mobile-nav a:hover {
	color: var(--color-2);
}

.mobile-header .nav-toggler .toggle-less,
.mobile-header .nav-toggler.active .icon {
	color: #fff;
}
body.sticky.scrolled .primary-header{
	background-color: rgba(24, 24, 24, .35);
}
.home .overlay {
	background-color: rgba(24, 24, 24, 0);
}
.primary-header .logo-col {
	flex-basis: 200px;
}
body.sticky .primary-header .logo-col img{
	max-height: 200px;
}
body.sticky.scrolled .primary-header .logo-col img {
    max-height: 120px;
}
.menu-section .prices, .menu-section .description, .menu-section .sub-items, .menu-section .section-description, .menu-section .sizes, .menu-section .item-description {
	font-size: 1rem;
}
#gform_wrapper_2 .button{
	background-color: var(--color-3);
}
#gform_wrapper_2 .button:hover{
	color: var(--color-1);
	background-color: var(--color-2);
}
.primary-footer .footer-row .business-col {
	border-bottom: none;
}
.primary-footer .business-col > .inner {
	max-width: 100%;
}
.primary-footer .footer-row {
	padding: 0;
}
.primary-footer .form {
	text-align: left;
}
.home .background-features .feature .inner {
	background-color: rgba(0, 0, 0, 0);
}
body.home .form-section .form-row {
	margin: 0 auto;
}
.offers-section{
	padding: 30px 0;
}
.offers-section .offer{
	color: #000;
	max-width: 100%;
	font-size: 19px;
}
.offers-section h2 {
	color: #000;
	font-size: 2rem;
}
.offers-section .header  {
	font-weight: 600;
	margin: 0 0 10px;
}
.offers-section .offers{
	gap: 40px;
	flex-wrap: wrap;
}
.offers-section .offers .offer{
	flex: 1 1 calc(50% - 40px);
}
.page-id-11 .carousel-section .owl-stage{
	display: flex;
	align-items: center;
}
.back-top {
	display: none !important;
}
.feature-section h2 {
	font-size: 2rem;
	margin-bottom: 10px;
}
.main-nav .menu {
	align-items: center;
}
.main-nav .menu li a {
	text-align: center;
}
.feature-section .feature {
	flex: 0 1 100%;
	display: flex;
	align-items: center;
}
.feature-section .feature:nth-child(even){
	flex-direction: row-reverse;
}
.feature-section .feature .col{
	flex: 1 1 50%;
}
.feature-section .feature .heading {
	font-size: 2rem;
}
.main-nav .menu,
.primary-header .nav-col.left .main-nav .menu {
	justify-content: space-evenly;
}
.primary-header .nav-col .c2a a{
	font-size: 18px;
}
.main-nav a {
	font-size: 20px;
}
.primary-header .nav-col a {
	font-weight: 500;
}
.main-nav .menu li a {
	padding: 35px 15px;
}
.banner-section .carousel-inner img,
.background-features .feature .background,
.primary-footer .form-col .background {
	opacity: 0.75;
}
body.ip .banner-section .carousel-inner img {
	opacity: 1;
}
.content-section,
.main-nav a {
	font-size: 26px;
}
html,
body {
	font-size: 21px;
}
.carousel-section .container {
	max-width: 100%;
	width: 1500px;
}
body.ip .banner-section .carousel-inner img {
	aspect-ratio: 5/2;
}
@media screen and (max-width: 1399px) {
	.main-nav a {
		font-size: 20px;
	}
}
@media screen and (max-width: 1299px) {
	.primary-footer .footer-row > .col {
		padding: 50px 25px;
	}
	.primary-footer .business-col .hours-row,
	.primary-footer .business-col .logo-row {
		column-gap: 75px;
		justify-content: space-between;
	}
}
@media screen and (max-width: 1199px) {
	.primary-footer .footer-row {
		display: flex;
	}
	.primary-footer .footer-row > .col {
		padding: 50px 15px;
	}
	.primary-footer .business-col .hours-row,
	.primary-footer .business-col .logo-row {
		column-gap: 50px;
	}
	.main-nav a {
        font-size: 16px;
    }
}
@media screen and (max-width: 991px) {
	.primary-footer .business-col .hours-row, .primary-footer .business-col .logo-row {
		column-gap: 25px;
	}
	.primary-footer .footer-row .social {
		font-size: 28px;
	}
	.opentable {
		width: 31px;
		height: 31px;
	}
	.primary-footer .gfield_label {
		display: none!important;
	}
}
@media screen and (max-width: 767px) {
	.primary-footer .footer-row {
		display: block;
		padding: 20px 0;
	}
	.primary-footer .footer-row .business-col {
		border-bottom: 4px solid var(--color-1);
		margin-bottom: 0;
	}
		.primary-footer .business-col .hours-row, .primary-footer .business-col .logo-row {
		justify-content: space-around;
	}
	.primary-footer .business-col > .inner {
		width: 100%;
	}
	.offers-section .offers{
		flex-direction: column;
	}
}