/*
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-footer .sitemap .menu li a {
    color: #fff;
}
.primary-footer .sitemap .menu li a:hover, .primary-footer .copyright a:hover, .primary-footer .copyright a:focus  {
    color: var(--color-5);
}

.primary-footer .business-col .logo-row .logo-col img {
    max-width: 200px;
    filter: drop-shadow(1px 1px 4px #000)  ;
}
.primary-header .logo-col img {
    filter: drop-shadow(1px 1px 4px #000) drop-shadow(1px 1px 4px #000) ;
}

.btn, .button {color:#fff;}

.primary-footer .footer-row {color:#fff;}
.primary-footer .footer-row a {color:#fff;}
.primary-footer .footer-row a:hover {color:var(--color-5);}

.home #content-section {background:var(--color-2);}

.list-box {display: table; margin-left: auto;margin-right: auto;}
.list-box ul {margin-top:15px;text-align: left;}

.learnmore:hover {background:var(--color-5);}

.main-nav .current_page_item a, .main-nav a:hover, .main-nav a:focus, .primary-header .nav-col .c2a a:hover {
    color: #bbbaba;

}


.icon-section {
	margin:50px 0;
}
.icon-section h2 {
	text-align: center;
	margin-bottom: 50px;
}
.icon-section .icons {
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 30px;
	justify-content: center;
}
.icon-section .icon-col {
	flex: 0 1 300px;
	min-width: 270px;
	align-items: center;
}
.icon-section .icon-col a {
	flex: 0 1 300px;
	min-width: 270px;
	align-items: center; display: flex;
}
.icon-section .icon-col a:hover {color:var(--color-5);}
.icon-section .icon-col a .content {
min-width:215px;
}
.icon-section .icon-col .content {
min-width:215px;
}
.icon-section .icon-col p:last-child {
	margin-bottom: 0;
}
.icon-section .icon-col .icon {
	background-color: #eee;
	flex: 1 0 auto;
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	padding: 10px;
	margin-right: 15px;
}


.review-section {
	padding: 50px 0;
	background-color: #eee;
	text-align: center;
}
.review-section .author {
	text-align: center;
}
.review-section .owl-carousel {
	position: relative;
	max-width: calc(100% - 90px);
	margin: 0 auto;
}
.review-section .owl-stage {
	display: flex;
	align-items: center;
}
.review-section .owl-carousel .owl-nav {
	font-size: 32px;
}
.review-section .owl-carousel .owl-nav .owl-prev,
.review-section .owl-carousel .owl-nav .owl-next {
	position: absolute;
	top: calc(50% - 10px);
	transform: translateY(-50%);
}
.review-section .owl-carousel .owl-nav .owl-prev {
	left: -45px;
}
.review-section .owl-carousel .owl-nav .owl-next {
	right: -45px;
}
.review-section .owl-carousel .owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: .25em;
}
.review-section .owl-carousel .owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: transparent;
	margin-top: 20px;
	border: 2px solid var(--color-1);
	box-sizing: content-box;
}
.review-section .owl-carousel .owl-dot.active {
	border-color: var(--color-1);
	background-color: var(--color-1);
}
.review-section .item p:first-child {
	margin-top: 0;
}

.ip-heading h1, .services-section .services .service .heading {color:#fff;}

.page-id-7 .services-section .services .service .heading {margin-top:15px; font-size: 27px;}
.page-id-7 .ip-heading .container {width:100%;}


.mobile-header .mobile-nav .current_page_item a, .mobile-header .nav-toggler .toggle-less, .mobile-header .nav-toggler.active .icon, .main-nav a, .mobile-header .mobile-nav a, .mobile-header .nav-toggler, .mobile-header .mobile-c2a a {
    color: #fff;
}


.mobile-header .mobile-nav a:hover, .mobile-header .mobile-nav a:focus, .mobile-header .mobile-c2a a:hover, .mobile-header .mobile-c2a a:focus {color:var(--color-5);}

.registerform {margin-top:50px;}
.registerform .gfield_label {display: none !important;}
.registerform .button {width:100%;}

.blog-section .blogs .blog {
    background-color: var(--color-3) !important; color:#fff !important;
}
.blog-section .blogs .blog a {color:#fff !important;}
.blog-section .blogs .blog a:hover {color:var(--color-5) !important;}

.single .date {display: none;}
.single .image {
    float: none !important;
    display: flex;
    justify-content: center;
    max-width: 100% !important;
}
.single .image img {width:600px;}

.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;
	font-size: 22px;
}
.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(180deg);
}

.faq-section {
	background-color: var(--color-4);
	padding: 0 0 85px 0;
}
.faq-section .faq {
	border: none;
	border-bottom: 1px solid var(--color-1);
	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-3);
}
.faq-section .faq.active .toggle-heading .heading {
	color: var(--color-2);
}

.testimonial-section .testimonials {color: #fff;}

.vertical-slider .item {
    border-bottom: 1px solid #fff;
}

.main-nav .menu li {display: flex; align-items: center; text-align: center;}
.main-nav {height: 100px; display: flex; align-items: center; text-align: center;}



