/*
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: 'Archivo', sans-serif;
  --secondary-font: 'Archivo Black', serif;
  --color-6: #010101;
}
.btn,
.gform_button {
  background: var(--color-2);
  color: #fff;
}
.btn:hover,
.gform_button:hover {
  background: var(--color-6);
  color: #fff;
}
.primary-footer .sitemap .menu li a {
  color: #fff;
}
.primary-footer .sitemap .menu li a:hover {
  color: var(--color-5);
}

.ctrlist {
  text-align: center;
}
.ctrlist ul {
  display: inline-block;
  text-align: left;
  margin-bottom: 30px;
}

.home .form-section-inner p {
  margin: 15px auto;
  max-width: unset;
}
.feature-section {
  background-color: var(--color-1);
  ;
  color: #fff;
}
.feature-section .feature {
  flex: 0 1 calc(24% - 10px);
}
.feature-section .feature a {
  color: #fff;
}
.feature-section .feature a:hover,
.feature-section .feature a:focus {
  color: var(--color-2);
}
.services-section .services {
  justify-content: center;
}
.services-section .services .service {
  flex: 0 1 calc(50% - 6px);
  max-width: calc(50% - 6px);
}
.services-section .owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  text-shadow: 0 0 2px #fff;
}
.services-section .owl-carousel .owl-nav button.owl-prev {
  left: 10px;
}
.services-section .owl-carousel .owl-nav button.owl-next {
  right: 10px;
}

.mobile-header .mobile-nav {
  background-color: var(--color-2);
}
.mobile-header .mobile-nav a {
  color: #fff;
}
.mobile-header .nav-toggler {
  color: #fff;
}
.main-nav .menu li {
  margin: 0;
}
.cont-section {
  background-color: var(--color-6);
  color: #fff;
}
.cont-section .content-row {
  flex-wrap: wrap;
}
.cont-section .content-row>.col {
  flex: 1 1 50%;
}
.cont-section .image-col {
  align-self: stretch;
}
.cont-section .image-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cont-section .content-col {
  padding: 100px 50px;
}
@media screen and (max-width:1200px) {
  .feature-section .feature {
    flex: 0 1 calc(49% - 10px);
  }
}
@media screen and (max-width:600px) {
  .services-section .services .service {
    flex-basis: 100%;
    max-width: 100%;
  }
}