/* GLOBAL STYLES =======================================  */

body {
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 0) 100%),
        url("https://apihoard.webit.com/api/v1/Image/445330AADA2C00236F2A76C316B801B8/445330AADA2C00236F2A76C316B801B8.jpg?size=1920x1440");
    background-repeat: no-repeat;
    background-position: top center;
    /* background-attachment: fixed; */
}

@media (max-width: 812px) {

    h1,
    .h1 {
        font-size: 1.85rem;
    }

    h2,
    .h2 {
        font-size: 1.5rem;
    }

    h3,
    .h3 {
        font-size: 1.25rem;
    }

    .display-4,
    .title-heading {
        font-size: 2.25em !important;
    }
}

.title-heading {
    font-size: 3em !important;
}

.detailedlist-item-title {
    font-size: 2.5em;
}

@media (min-width: 700px) {
    .no-gutter {
        padding: 0 !important;
    }
}


/*Pop Up*/

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    margin: 10% auto;
    width: 80%;
    padding: 10px 30px 30px 30px;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
    animation-name: modalopen;
    animation-duration: 1s;
    background: var(--color-theme-primary);
    border: 4px solid #fff;
}

@media (min-width: 991px) {
    .modal-content {
        margin: 10% auto;
        width: 40%;
        padding: 10px 30px 30px 30px;
        box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
        animation-name: modalopen;
        animation-duration: 1s;
        background: var(--color-theme-primary);
        border: 4px solid #fff;
    }
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 !important;
    border-bottom: none !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.modal-body {
    padding: 10px 20px;
    background: #fff;
}

.close {
    font-size: 30px;
}

.close:hover,
.close:focus {
    text-decoration: none;
    cursor: pointer;
}

@keyframes modalopen {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


/* HEADER  =============================================  */

.navbar .container {
    background: linear-gradient(180deg, #096CB3, #062D79);
}

@media (max-width: 991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.header-business-phone {
    font-size: 2em !important;
}

.header .navbar .dropdown-menu {
    background: #0085DD;
}

/* Click to email graphic (from old site) */

.starfish {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 200px;
    margin: 0 auto;
}

.starfish:hover {
    -webkit-transform: rotate(-9deg);
    -moz-transform: rotate(-9deg);
    -ms-transform: rotate(-9deg);
    transform: rotate(-9deg);
}

.starfish a {
    background-color: #07408B;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(45, 5, 5, 0.5);
    color: #fff !important;
    display: block;
    font-size: 17px;
    padding: 5px 8px;
    position: absolute;
    bottom: 25px;
    left: 20px;
    text-transform: uppercase;
    text-align: center;
    z-index: 5;
}

.starfish img {
    height: 116px;
    bottom: 0;
    width: 120px;
    z-index: 4;
}

/* HOME PAGE ===========================================  */

.bg-gradient {
    background: linear-gradient(180deg, #096CB3, #062D79);
}

.bg-grey {
    background: #efefef;
}

.rounded {
border-radius: 1em !important;
}

.cw-collageLink {
    margin-top: -100%;
}

/* PRODUCTS PAGES ======================================  */

.bg-yellow {
    background: #FDF087;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ABOUT ===============================================  */

.gallery .gallery-img-photo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

/* pop up ==============================================  */

    /* .modal-content {
        background-color: #ffffff;
    }

    .cw-popup .modal-title {
        background-color: #D00300;
        padding: 0.5em 0;
        margin-top: 2em;
    }

    .cw-popup .modal-title h5 {
        font-size: 2.5em;
        font-weight: 500;
        color: #ffffff;
        text-transform: uppercase;
    }

    .close {
        font-size: 30px !important;
        margin-right: 6px;
        color: #000000;
    }


    .cw-popup .modal-body h5 {
        font-size: 1.8em;
        text-transform: uppercase;
    } */



    /* xxs: 300px & Up */
    /* @media (min-width: 300px) {
        .cw-popup {
            margin-top: 3em;
        }

        .cw-popup .modal-body p {
            padding: 0 1em;
        }

    } */


    /* xs: 440px & Up */
    /* @media (min-width: 440px) {
        .cw-popup {
            margin-top: 8em;
        }

    } */

    /* SM: 768px & Up */
    /* @media (min-width: 768px) {
        .cw-popup {
            margin-top: 18em;
        }

        .cw-popup .modal-body p {
            padding: 0 3em;
        }
    } */
.page-home .detailedlist-item {
    margin-bottom: 0px!important;
}
.page-home  .galleryslideshow {

    padding-top: 2em!important;
    padding-bottom: 2em!important;

}