:root {
    --color: #000;
    --font: normal 400 20px/1.5 "font", sans-serif;
}

::selection {
    background: var(--primary);
    color: var(--color);
}

body {
    overflow-x: hidden;
    font: var(--font);
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
}

img {
    max-width: 100%;
}

/* == CONTAINER WIDE == */
.container-wide {
    width: 80%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 991px) {
    .container-wide {
        width: 95%;
    }
}

/* == NAV BAR STYLES == */
.mobile-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    color: #fff;
    z-index: 9999;
    overflow-y: auto;
    transition: transform 0.4s ease-in-out;
    transform: translateY(-100%);
    padding: 2rem;
    justify-content: center;
}

.mobile-menu.active {
    transform: translateY(0);
    overflow-y: auto;
}

.mobile-menu .close-btn {
    font-size: 6rem;
    line-height: 4rem;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    color: #fff;
}

.mobile-menu .nav-link {
    color: #fff !important;
    font-size: 1.5rem;
    margin: 0.5rem 0;
}

.navbar-brand {

}

.nav-link {
    color: var(--color);
    text-transform: uppercase;
}

.nav-link.featured-link {
    font-weight: bold;
    padding: 8px 45px !important;
    border-radius: 20px;
    background: var(--color);    
    margin-left: 10px;    
}

.nav-link:hover {
    background: var(--color);
    color: var(--color) !important;
}

.nav-link.featured-link:hover {
    background: var(--color);
    color: var(--color) !important;
}

.sticky .nav-link.featured-link:hover {
    background: var(--color);
    color: var(--color) !important;
}

.nav-logo {
    height: 40px;
    width: auto;
}

.navbar {
    position: fixed;
    z-index: 11;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: background-color 0.5s ease, opacity 0.5s ease;
    background-color: transparent;
}

.navbar.sticky {
    background-color: rgba(0, 0, 0, 1);
}

.navbar-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/hero-background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1; /* Behind other content */
}

.navbar.sticky .navbar-bg {
    opacity: 1;
}

.navbar .container-fluid {
    position: relative;
    z-index: 11;
}

@media screen and (max-width: 991px) {

    .navbar-bg {
        height: 80px;
    }

    .navbar-brand {
        color: #fff !important;
        position: fixed !important;
        top: 15px;
        left: 20px;
        z-index: 10000;
    }
    
    .navbar-toggler {
        background: var(--color);
        border: 0;
        font: var(--font);
        text-transform: uppercase;
        padding: 8px 35px;
        position: fixed;
        right: 15px;
        top: 15px;
        box-shadow: none !important;
    }

    .mobile-menu .nav-logo path {
        fill: var(--color);
    }

    .mobile-menu {
        padding-top: 100px;
    }

    .mobile-menu .nav-link {
        color: var(--color) !important;
    }

    .mobile-menu .nav-link:hover {
        color: #FFF !important;
        background: transparent;
    }

    .mobile-menu .featured-link {
        color: var(--color) !important;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }

    .mobile-menu .featured-link:hover {
        background: #FFF !important;
        color: var(--color) !important;
    }
}
/* == END NAV BAR STYLES == */





/* == FORM INPUTS == */

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: relative !important;
    left: -9999px !important;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative !important;
    padding-left: 28px !important;
    cursor: pointer !important;
    line-height: 20px !important;
    display: inline-block !important;
    color: #FFf !important;
}
.gform-theme--framework .gform-field-label--type-inline {
    font-size: 24px !important;
}
.gform-theme--framework .gform-field-label--type-inline a {
    text-decoration: underline !important;
}
.gform-theme--framework .gform-field-label--type-inline a:hover {
    text-decoration: none !important;
}
.gform-theme--framework .gform-field-label--type-inline:hover {
    cursor: pointer !important;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 18px !important;
    height: 18px !important;
    border: 1px solid #000 !important;
    border-radius: 100% !important;
    background: #fff !important;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '' !important;
    width: 12px !important;
    height: 12px !important;
    background: #f90 !important;
    position: absolute !important;
    top: 3px !important;
    left: 3px !important;
    border-radius: 100% !important;
    -webkit-transition: all 0.2s ease !important;
    transition: all 0.2s ease !important;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0 !important;
    -webkit-transform: scale(0) !important;
    transform: scale(0) !important;
}
[type="radio"]:checked + label:after {
    opacity: 1 !important;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
}

.gfield_radio .gchoice {
    display: inline-block !important;
    margin-right: 20px !important;
}

.gfield_radio .gfield-choice-input {
    height: 0 !important;
    width: 0 !important;
}

input[type=checkbox] {
    position: relative !important;
    border: 1px solid var(--color) !important;
    border-radius: 0px !important;
    background: none !important;
    cursor: pointer !important;
    line-height: 0 !important;
    margin: 0 .6em 0 0 !important;
    outline: 0 !important;
    padding: 0 !important;
    vertical-align: text-top !important;
    height: 25px !important;
    width: 25px !important;
    -webkit-appearance: none !important;
    background: #FFF !important;
    top: 0;
    bottom: 0;
    margin-top: auto !important;
    margin-bottom: auto !important;
    margin-right: 5px !important;
}

input[type=checkbox]:hover {
    opacity: 1 !important;
    cursor: pointer !important;
}

input[type=checkbox]:checked {
    background-color: var(--color) !important;
    opacity: 1 !important;
    border-color: var(--color) !important;
}

input[type=checkbox]:before {
    content: '' !important;
    position: absolute !important;
    right: 50% !important;
    top: 50% !important;
    width: 6px !important;
    height: 12px !important;
    border: solid #000 !important;
    border-width: 0 2px 2px 0 !important;
    margin: -1px -1px 0 -1px !important;
    transform: rotate(45deg) translate(-50%, -50%) !important;
    z-index: 2 !important;
}

.gfield_checkbox .gchoice {
    display: inline-block !important;
    margin-right: 30px !important;
}