/*
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
*/

.logo-col img {filter:drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 2px #fff) drop-shadow(0px 0px 3px #fff);}

.background-features .feature h2 {
    max-width: 500px;
}

.btn, .gform_button {background:var(--color-2); color:#fff;}
.btn:hover, .gform_button:hover {background:var(--color-5); color:#fff;}

.primary-footer .sitemap .menu li a {color:#fff;}
.primary-footer .sitemap .menu li a:hover {color:#999;}

.page-id-6 .ip-heading .container {width:100%;}

.aboutimg {flex: 0 1 !important;}

.sec2 {flex-direction: row-reverse;}

.subh {display: block; font-weight: bold; font-size: 1.8em; text-align: center;}

.job {display:block; font-weight:bold;margin-top: 50px;}

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

@media screen and (max-width:991px){
    .aboutimg {flex: 1 1 calc(50% - 25px) !important;}
    .aboutimg img {height: 500px; width: auto;}
}