/*
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
*/
:root {
	--primary-font: "Poppins", sans-serif;
	--secondary-font: "Poppins", sans-serif;
	--cgap: 8px;
	--smargin: 50px;
}
@import url('https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,100..900;1,100..900&display=swap');

h1, .background-features .feature h2, .heading, h3,
.primary-footer .business-col .hours-row .social-col .social-heading {
	font-family: "Savate", sans-serif;
}

h2 {
	line-height: 1.2;
	font-family: "Savate", sans-serif;
}
.btn,
body .gform_wrapper.gravity-theme .button {
	color: #fff;
}
.btn:hover,
.btn:focus,
body .gform_wrapper.gravity-theme .button:hover,
body .gform_wrapper.gravity-theme .button:focus {
	color: var(--color-5);
}
.gallery-section .grid-gallery {
	column-gap: 0;
  grid-template-rows: 25vw 25vw;
}
.feature-section .feature {
	flex-basis: calc(25% - 11.25px);
}
.feature-section .feature .heading,
.feature-section .feature .content {
	text-align: left;
	padding: 0;
}
.background-features .feature {
  background: linear-gradient(0deg, #382967 0, rgba(86, 121, 55, 0) 100%), linear-gradient(90deg, #382967 0, rgba(86, 121, 55, 0) 60%);
}
.content-section {
	position: relative;
	z-index: 1;
	color: var(--color-5);
	font-weight: 500;
}
.content-section .bottom-content{
	margin: 20px 0 0 0;
}
.content-section .content-section-inner,
.content-section .bottom-content-inner {
	background-color: rgba(255,255,255,.5);
	padding-top: 30px;
	padding-bottom: 10px;
	border-radius: 30px;
}
.content-section:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
  background: #fff;
	opacity: 0;
	z-index: -1;
}
.content-section .read-more {
	display: none;
	margin: 20px 0 0 0;
}
.content-section .read-more-content {
	display: flex;
	justify-content: center;
	width: 100%;
}
.content-section .more:hover {
	cursor: pointer;
}
.testimonial-section {
	padding: 90px 0;
	text-align: center;
	position: relative;
	background-color: rgba(252, 170, 60, .6);
	z-index: 1;
}
.testimonial-section .background {
	mix-blend-mode: multiply;
	opacity: .15;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
  background: #fff;
}
.testimonial-section .background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.testimonial-section h2 {
	color: var(--color-1);
}
.testimonial-section .owl-carousel {
	width: 580px;
	max-width: calc(100% - 60px);
	margin: 0 auto;
}
.testimonial-section .owl-carousel .owl-nav {
	font-size: 40px;
}
.testimonial-section .owl-carousel .owl-nav button.owl-prev,
.testimonial-section .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 0;
}
.testimonial-section .owl-carousel .owl-nav button.owl-prev {
	left: -15vw;
}
.testimonial-section .owl-carousel .owl-nav button.owl-next {
	right: -15vw;
}
.testimonial-section .quote {
	font-size: 100px;
	line-height: 90px;
}

.testimonial-section .testimonial .heading {
	font-style: italic;
}
body.home .testimonial-section {
	margin: 0;
}
body.home .testimonial-section .testimonials {
	background: none;
}
.primary-footer .footer-row {
	color: #fff;
}
.primary-footer .footer-row a {
	color: #fff;
}
.primary-footer .footer-row a:hover,
.primary-footer .footer-row a:focus {
	color: var(--color-2);
}
.form-section .background {
	opacity: .75;
}

.primary-footer .form-col  {

	background: #fff;
	opacity: 1;
	color: var(--color-5);
}
.primary-footer .form-col .background {
	opacity: .35;
}
.banner-section {
	background: none;
}
.banner-section .carousel-inner img {
	opacity: 1;
}
.banner-section .image {
	position: relative;
	z-index: -1;
}
.banner-section .image:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
  background: linear-gradient(0deg, #382967 0, rgba(86, 121, 55, 0) 100%), linear-gradient(90deg, #382967 0, rgba(86, 121, 55, 0) 60%);
	opacity: .4;
}
.background-section {
	background-size: cover;
	background-position: 50% 50%;
	padding: 100px 0;
	color: #fff;
}
body.ip .feature-section {
	padding: 50px 0;
	margin: 0;
}
.ip-section {
	margin: 50px 0;
}
.ip-section .content-row {
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 20px;
	align-items: center;
}
.ip-section .content-row > .col {
	flex: 1 1 calc(50% - 15px);
}
.ip-heading h1 {
	color: #fff;
}
.menu-item-has-children .sub-menu {
	top: calc(100% + 12px);
  background-color: rgba(0, 0, 0, .5);
	text-align: center;
}
.menu-item-has-children .sub-menu:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: -12px;
	height: 12px;
}
.main-nav .current_page_item a {
	color: #fff;
}
.main-nav .current_page_item > a,
.main-nav a:hover, .main-nav a:focus {
	color: var(--color-2);
}
.gradient-section {
	padding: 100px 0;
  background-image: linear-gradient(90deg, var(--color-1) 0%, rgba(0, 0, 0, 0) 100%);
}
.gradient-section p:last-child {
	margin-bottom: 0;
}
.ip-section.img-right .content-row {
	flex-direction: row-reverse;
}
.toggle-item {
	border: 2px solid var(--color-1);
	margin-bottom: 5px;
}
.toggle-item .toggle-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 30px;
	cursor: pointer;
}
.toggle-item .icon {
	transition: transform ease-in-out .4s;
}
.toggle-item > .toggle-content {
	display: none;
	border-top: 1px solid var(--color-1);
	padding: 5px 15px;
}
.toggle-item.active > .toggle-content {
	display: block;
}
.toggle-item .toggle-content p {
	margin: 10px 0;
}
.toggle-item .icon.active {
	transform: rotate(90deg);
}

.faq-section {
	background-color: var(--color-1);
	color: #fff;
	padding: 85px 0;
}
.faq-section .faq {
	border: none;
	border-bottom: 1px solid var(--color-4);
	margin-bottom: 0;
	padding: 40px 0;
}
.faq-section .faq .toggle-heading {
	padding: 0;
	border: none;
	transition: color ease .3s;
}
.faq-section .faq .toggle-content {
	border: none;
	padding: 0;
	padding-top: 20px;
}
.faq-section .faq h3 {
	margin-bottom: 0;
}
.faq-section .faq.active .toggle-heading .icon {
	color: var(--color-2);
}
.faq-section .faq.active .toggle-heading .heading {
	color: var(--color-2);
}
.service-section {
	background-color: var(--color-4);
}
.service-section h2 {
	font-size: 42px;
}
.service-section.img-right .content-row {
	flex-direction: row-reverse;
}
.service-section .content-row {
	flex-wrap: wrap;
}
.service-section .content-row>.col {
	flex: 1 1 50%;
}
.service-section .content-row .content-col {
	align-self: center;
	padding: 65px;
}
.service-section .content-row .image-col {
	position: relative;
	min-height: 350px;
}
.service-section .content-row .image-col img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.blog-section .blogs .blog:nth-child(1) a {
	color: var(--color-4);
}
.services-section .services .service .heading {
	color: #fff;
}
.services-section .services .service .btn {
	background-color: var(--color-2);
	color: var(--color-5);
}
.services-section .services .service .btn:hover,
.services-section .services .service .btn:focus {
	background-color: var(--color-1);
	color: #fff;
}
.main-nav .menu .sub-menu li a {
	padding: 8px;
}
.primary-footer .form .gform_wrapper.gravity-theme .gfield_label  {
	display: block;
}
.primary-footer .form .gform_wrapper.gravity-theme .gform-field-label,
.primary-footer .form .gform_wrapper.gravity-theme .gfield_label {
	color: #fff;
}
.primary-footer .form .gform_wrapper.gravity-theme .gfield_checkbox {
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 5px;
}
.feature-section .feature .heading {
	font-weight: 700;
}
.testimonial-section .owl-carousel .owl-dots {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: .5em;
	margin-top: 20px;
}
.testimonial-section .owl-carousel .owl-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: var(--color-3);
}
.testimonial-section .owl-carousel .owl-dot.active {
	background-color: var(--color-1);
}
.background-features .feature {
	padding: 50px 25px;
}
@media screen and (max-width: 991px) {
	.service-section .content-row .image-col {
		flex-basis: 100%;
	}
	.ip-section .content-row > .col {
		flex-basis: 100%;
	}
}
@media screen and (max-width: 767px) {
	.service-section .content-row .content-col {
		padding: 65px 15px;
	}
	.testimonial-section .owl-carousel {
		max-width: 100%;
		padding: 25px 0;
	}
	.services-section .services .service {
		flex-basis: 100%;
	}
}


.blog-section {
	margin: 50px 0;
}
.blog-section .blog-inner {
	align-items: center;
}
.blog-section .blogs-row {
	justify-content: flex-end;
}
.blog-section .blogs-col {
	flex: 0 0 75%;
	margin-right: 30px;
}
.blog-section .sidebar-col {
	flex: 0 1 25%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.blog-section .blog {
	margin-bottom: 30px;
}
.blog-section .blog:nth-child(odd) {
	background-color: #eee;
}
.blog-section .blog:nth-child(odd) .image-col {
	order: 1;
	margin-right: 0;
}
.blog-section .blog .image-col {
	flex: 0 0 25%;
}
.blog-section .blog .content-col {
	padding: 12px;
}
.blog-section .blog h2 {
	margin-top: 0;
	margin-bottom: 10px;
	padding-bottom: 1px;
}
.blog-section .blog a {
	color: #000;
	font-weight: 400;
}
.blog-section .blog a:hover, .blog-section .blog a:focus {
	text-decoration: none;
}
.blog-section .blog .read-more-text {
	font-weight: 700;
	transition: all ease .3s;
}
.blog-section .sidebar {
	text-align: center;
	border: 2px solid;
	padding: 12px;
}
.blog-section .sidebar .screen-reader-text {
	display: none;
}
.blog-section .sidebar .search-form {
	display: inline-flex;
	width: auto;
	position: relative;
	margin: 15px 10px;
}
.blog-section .sidebar .search-form button {
	position: absolute;
	right: 0;
	top: 0;
}
.blog-section .sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.blog-section .sidebar li {
	padding: 15px 0;
}
.blog-section .sidebar li:not(:last-child) {
	border-bottom: 1px solid;
}
.blog-section .sidebar h2 {
	border-bottom: none;
	margin-top: 8px;
	font-size: 22px;
}
.blog-section .sidebar a:hover, .blog-section .sidebar a:focus {
	text-decoration: none;
}
.blog-section .pagination {
	display: flex;
	margin: 0 0 20px;
	text-align: center;
	justify-content: center;
}
.blog-section .pagination .page-numbers {
	flex: 0 0 auto;
	padding: 6px 10px;
	color: #fff;
	transition: all ease .3s;
	margin-bottom: 5px;
	display: block;
	min-width: 2em;
}
.blog-section .pagination .page-numbers:not(:last-child) {
	border-right-width: 1px;
	border-right-style: solid;
}
.blog-section .pagination .page-numbers:not(:first-child) {
	border-left-width: 1px;
	border-left-style: solid;
}
.blog-section .pagination .page-numbers.dots {
	padding: 6px;
}
.blog-section .pagination .page-numbers:hover, .blog-section .pagination .page-numbers:focus {
	text-decoration: none;
}
.blog-section .blog .date {
	font-size: .9em;
	font-style: italic;
	margin-bottom: 10px;
	color: #666;
}
.main-section.single {
	margin: 50px 0;
}
.main-section.single .image.pull-left {
	max-width: 400px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.main-section.single .date {
	margin: 5px 0;
	font-size: .9em;
	color: #666;
}
/* Blog Styles */
.blog-section .blog a:hover .read-more-text,
.blog-section .blog a:focus .read-more-text {
	color: var(--color-1);
}
.blog-section .pagination .page-numbers {
	background-color: var(--color-1);
}
.blog-section .blog .read-more-text {
	color: var(--color-2);
}
.blog-section .sidebar,
.blog-section .sidebar li:not(:last-child),
.blog-section .pagination .page-numbers {
	border-color: var(--color-2);
}
.blog-section .pagination .page-numbers.current,
.blog-section .pagination a.page-numbers:hover,
.blog-section .pagination a.page-numbers:focus {
	background-color: var(--color-2);
}
@media screen and (max-width: 767px) {
	.flex-row.row-sm {
		display: block;
	}
	.flex-row.row-sm>.col:nth-child(n) {
		margin-left: auto;
		margin-right: auto;
	}
	.blog-section .blogs {
		max-width: 500px;
		margin: 0 auto;
	}
	.blog-section .blog:nth-child(odd) .image-col {
		order: 0;
	}
	.main-section.single .image.pull-left {
		float: none !important;
		margin: 0 auto 20px;
	}
}
.blog-section {
	margin-bottom: var(--smargin);
}
.blog-section .pagination {
	margin: var(--smargin) 0 0;
}

.blog-section .blogs-row {
	column-gap: var(--cgap);
	row-gap: var(--cgap);
}
.blog-section .blogs-col {
	margin-right: 0;
	flex: 1 1 auto;
}
.blog-section .sidebar-col {
	flex: 0 1 200px;
}
.blog-section .blogs {
	flex-wrap: wrap;
	column-gap: var(--cgap);
	row-gap: var(--cgap);
	justify-content: center;
}
.blog-section .blog {
	flex: 1 1 calc(50% - (var(--cgap) / 2));
	margin-bottom: 0;
	min-width: var(--min);
	max-width: 820px;
}
.blog-section .blog:nth-child(4n - 2),
.blog-section .blog:nth-child(4n - 1) {
	background-color: var(--color-4);
}
.blog-section .blog:nth-child(4n - 3),
.blog-section .blog:nth-child(4n) {
	background-color: var(--color-5);
}

.blog-section .blog .content-wrap {
	padding: 20px;
}
.blog-section .blog .image img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.blog-section .blogs {
	justify-content: flex-start;
}
.blog-section .blogs .blog:nth-child(n) {
	flex: 0 1 calc(50% - 4px);
}

.blog-section .blogs .blog a .text {
	font-weight: 700;
}
.blog-section .blogs .blog:nth-child(4n - 3),
.blog-section .blogs .blog:nth-child(4n) {
	background-color: var(--color-5);
	color: #fff;
}
.blog-section .blogs .blog:nth-child(4n - 3) a,
.blog-section .blogs .blog:nth-child(4n) a {
	color: #fff;
}
.blog-section .blogs .blog:nth-child(4n - 3) a:hover,
.blog-section .blogs .blog:nth-child(4n - 3) a:focus,
.blog-section .blogs .blog:nth-child(4n) a:hover,
.blog-section .blogs .blog:nth-child(4n) a:focus {
	color: #fff;
}
.blog-section .blogs .blog:nth-child(4n - 3) a .text,
.blog-section .blogs .blog:nth-child(4n) a .text {
	color: var(--color-2);
}
.blog-section .blogs .blog:nth-child(4n - 3):hover .text,
.blog-section .blogs .blog:nth-child(4n - 3):focus .text,
.blog-section .blogs .blog:nth-child(4n):hover .text,
.blog-section .blogs .blog:nth-child(4n):focus .text {
	color: var(--color-4);
}
.blog-section .blogs .blog:nth-child(4n - 2),
.blog-section .blogs .blog:nth-child(4n - 1) {
	background-color: var(--color-4);
	color: var(--color-5);
}
.blog-section .blogs .blog:nth-child(4n - 2) a,
.blog-section .blogs .blog:nth-child(4n - 1) a {
	color: var(--color-5);
}
.blog-section .blogs .blog:nth-child(4n - 2) a:hover,
.blog-section .blogs .blog:nth-child(4n - 2) a:focus,
.blog-section .blogs .blog:nth-child(4n - 1) a:hover,
.blog-section .blogs .blog:nth-child(4n - 1) a:focus {
	color: var(--color-5);
}
.blog-section .blogs .blog:nth-child(4n - 2) a .text,
.blog-section .blogs .blog:nth-child(4n - 1) a .text {
	color: var(--color-3);
}
.blog-section .blogs .blog:nth-child(4n - 2):hover .text,
.blog-section .blogs .blog:nth-child(4n - 2):focus .text,
.blog-section .blogs .blog:nth-child(4n - 1):hover .text,
.blog-section .blogs .blog:nth-child(4n - 1):focus .text {
	color: var(--color-2);
}
h1, .background-features .feature h2, .heading, h2 {
    font-weight:900 !important;
}
.page-id-547 .faq-section:first-of-type{
	background-color: #567937;
}
.page-id-547 .faq-section:first-of-type a{
	color: var(--color-1);
}
.page-id-547 .faq-section:first-of-type a:hover{
	color: var(--color-2);
}
@media screen and (max-width: 767px) {
	.blog-section .blogs .blog:nth-child(n) {
		flex-basis: 100%;
	}
	.blog-section .sidebar-col {
		margin-top: 20px;
	}
}
