/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a,
a:link,
a:visited,
a:hover,
a:focus,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
a.fl-button {
    transition: all 0.25s ease-in-out !important;
}

p {
	margin-bottom: 25px;
}

ul li::marker {
    color: #0099a9;
}

ul li {
	margin-bottom: 10px;
}

.zbump {
	position: relative;
	z-index: 99999;
}

/* --- Nav Menu --- */

.focus-menu a:hover {
	color: #3ba8b6;
}

.focus-menu .menu-button {
    background: #a20404;
    color: #fff;
    margin-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.focus-menu .menu-button:hover {
    background: #b30505;
    transform: scale(1.02);
}

.focus-menu .menu-button a,
.focus-menu .menu-button a:hover {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}


/* --- Buttons --- */

.focus-button {
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.focus-button:hover {
	transform: scale(1.01);
}


/* --- Home Hero --- */

.home-hero .fl-row-content-wrap {
    background: linear-gradient(
        90deg,
        #0099A9 0%,
        #18A5B1 40%,
        #7FB8C2 50%,
        #18A5B1 60%,
        #0099A9 100%
    );
}

.fl-heading .checkmark {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: inherit;
}

.fl-heading .checkmark::before {
    content: "";
    display: inline-block;
    width: 75px;
    height: 75px;
    background-image: url('/wp-content/uploads/2023/02/about-us-check.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


/* --- Home Page Lower --- */

.logo-heading .screen-reader-text {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.logo-heading .logo-inline {
    display: inline-block;
    height: 28px; 
    width: 129px;
    margin-right: 5px;
	margin-bottom: 7px;
    background-image: url('/wp-content/uploads/2023/03/BKCHR-inline@2x.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    vertical-align: middle;
}


/* --- Callout Row --- */

.callout-row {
	color: #fff;
}

.callout-row a {
	color: #fff;
}

.callout-row a:hover {
	color: #b3dadf;
}


/* --- Jude --- */