/*
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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body, h1, h2, h3, p, .business-name, .button, .heading, .btn, a, .nav-toggler {font-family: "Poppins", sans-serif !important;}

.home .content-section {color: #000;}


.gallery-section .grid-gallery {
    display: flex; justify-content: center;
    grid-template-columns: unset;
    grid-template-rows: unset;
    margin: 4px; flex-wrap: wrap;
}

.gallery-section .grid-gallery .item {width:32%;}

.gallery-section .grid-gallery .item img {height: 21vw;}

.button:hover, .primary-footer .sitemap .menu li a {color: #fff;}
.primary-footer .sitemap .menu li a:hover {color: var(--color-3);}

.sig {color: var(--color-3);}

.new {background: var(--color-3);
   color: var(--color-2);
    position: relative;
    display: inline-block;
    height: 23px;
    width: 50px;
    text-align: center;
    margin-bottom: -4px;
}
.new:before {content: "NEW";line-height: 24px; position: absolute; top:0; left:0; width:100%; height: 100%; background-color:rgba(255,255,255,.6);}

.jobs {color: #fff; padding: 50px 0;}

.jobs .form {max-width:100%; width: 800px; margin: 0 auto;}

#field_2_13 legend {display: block; color: #fff;}

.btncenter {display: flex; justify-content: center;}

@media screen and (max-width:991px){
    .primary-footer .footer-row .sitemap-col, .primary-footer .footer-row .business-col {
        margin-bottom: 0;
    }
}

@media screen and (max-width:768px){
    .services-section .services {flex-direction: column;}
 
    .gallery-section .grid-gallery .item {width:300px; max-width: 100%;}
    .gallery-section .grid-gallery .item img {height: 200px; width: 300px;}
}