﻿.headermenu {
    padding-bottom: 10px;
    padding-top: 10px;
    height: 123px;
    background-color: transparent !important;
    position: fixed;
    color: #fff;
    z-index: 9999;
    width: 100%;
    font-size: 16px;
}

    .headermenu a {
        color: #fff;
        font-size: 16px;
    }

#navbar.stick {
    top: 123px;
    background-color: #fff;
    font-size: 16px;
}

#headermenu.stick-menu {
    background-color: #fff !important;
    color: #000 !important;
    font-size: 16px;
}

    #headermenu.stick-menu a {
        color: #000 !important;
        font-size: 16px;
    }

    #headermenu.stick-menu h3 {
        color: #000 !important;
    }

.copyright-footer > li {
    list-style: none;
    float: left;
    margin-right: 20px;
}

.custom-section p, .custom-section h1, .custom-section h2, .custom-section h3, .custom-section h4, .custom-section h5, .custom-section div, .custom-section input[type=submit] {
    color: #fff !important;
    padding-left: 10px;
    padding-right: 10px;
}

.custom-section input {
    color: #000;
}

.custom-section {
    padding: 10px;
}

    .custom-section select, .custom-section select * {
        color: #000;
    }

.gmap > div {
    /*width: 100%;*/
    height: 450px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1023px) {
    .headermenu {
        padding-bottom: 10px;
        padding-top: 10px;
        height: 263px;
        background-color: #fff !important;
        position: absolute;
        color: #000;
        z-index: 9999;
        width: 100%;
    }

        .headermenu a {
            color: #000;
        }

    .offer-ribbon h3 {
        color: #000 !important;
        line-height: 2;
    }

    .offer-ribbon {
        padding: 0px 10px 0px 10px;
    }

        .offer-ribbon a {
            margin-top: 10px;
        }

    #content {
        margin-top: 200px;
    }

    .mobile-center {
        text-align: center;
    }
}

footer p, footer a {
    font-size: 16px;
}

.crumb {
    margin-right: 10px;
    margin-left: 10px;
}

.post-body h3 {
    text-transform: capitalize;
}

.entry-content section, .row .part, .entry-content {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
}

.with-tick {
    list-style: none;
}

    .with-tick li:before {
        content: '✓';
        color: #3adf96;
        font-weight: bold;
        margin-right: 5px;
    }

    .with-tick li {
        font-size: 19px;
    }
