/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    #header .header-inner #logo a,
    #header .header-inner #logo a span,
    #header #header-wrap #logo a,
    #header #header-wrap #logo a span {
        font-size: 20px !important;

    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

    #header .header-inner {
        border-bottom: 1px solid #efefef;
    }

    #header.header-mini .header-inner #mainMenu-trigger, #header.header-mini #header-wrap #mainMenu-trigger {
        height: 70px;
    }

    .custom-call-to-action {
        text-align: center;
        padding-bottom: 50px !important;
    }

    .custom-call-to-action div:nth-child(1) {
        margin-bottom: 20px;
    }

    .custom-call-to-action div:nth-child(2) {
        margin-top: 20px;
    }

    .call-to-action-text {
        margin-bottom: 20px;
    }

}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

    #header.header-mini .header-inner #mainMenu-trigger, #header.header-mini #header-wrap #mainMenu-trigger {
        height: 80px;
    }

}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    
    #topbar {
        border-bottom: none;
    }

    #topbar .top-menu {
        float: none;
        text-align: center;
    }

    #topbar .top-menu li a {
        font-size: 16px;
        font-weight: bold;
    }

    #mainMenu nav {
        text-align: center;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
}
