/*  NAVIGATION
------------------------------------------------*/
#menu-button {
    display: none;
}

/*! CSS Used from: https://craigequipment.com.hstg/css/menu.css */
.bottomInfo a {
    color: #111;
}

.bottomInfo ul li {
    z-index: 9999;
    list-style-type: none;
    display: inline-block;
    display vertical-align: middle;
    position: relative;
    margin: 0 auto;
    padding: 6px 16px 4px;
    margin-bottom: -3px;
    font-family: changa, sans-serif;
    text-transform: uppercase;
    font-size: calc(0.9375rem + ((1vw - 9.7px) * 0.3158));
    color: #303030;
}

.bottomInfo ul li:hover {
    border-bottom: 4px solid white;
}

@media (min-width: 1920px) {
    .bottomInfo ul li {
        font-size: 18px;
    }
}

@media screen and (max-width: 1070px) {
    .bottomInfo ul li {
        padding: 6px 9px 4px;
    }
}

@media screen and (max-width: 970px) {
    .bottomInfo ul li {
        width: 100%;
        text-align: left;
        margin: 2px 0;
        font-size: 14px;
        border-bottom: 2px solid rgba(255, 255, 255, 0.3);
        padding: 10px 2%;
    }

    .bottomInfo ul li.contact-info {
        padding: 20px 25px !important;
        border: none !important;
        text-transform: none !important;
        background-color: rgba(250, 250, 250, 0.2) !important;
        line-height: 0.2;
    }

    .bottomInfo ul li.contact-info:hover {
        border: none;
    }
}

nav.primary {
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
    bottom: 0;
    z-index: 9999;
    left: 0;

    border-bottom: 3px solid #FF811A;
}

.mobile {
    display: none !important;
}

nav.primary.mobile {
    display: none !important;
}

nav.primary a {
    color: #111;
}

nav.primary ul {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    bottom: 0;
    font-size: 0;
}

#navbar--header {
    width: 100%;
    padding: 75px 0 40px;
    transition: 0.3s;
    border-bottom: 3px solid #FF811A;
}

#navbar--header a {
    color: #ff811a !important;
}

#navbar--header img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    transition: 0.3s;
}

#navbar--header:hover {}

#navbar--phone {
    font-size: 26px;
    font-weight: 600;
    color: #dbc168 !important;
}

nav.primary ul li {
    z-index: 9999;
    list-style-type: none;
    display: inline-block;
    * zoom: 1;
    * display: inline;
    vertical-align: middle;
    position: relative;
    margin: 0 auto;
    padding: 6px 10px 4px;
    margin-bottom: -3px;
    font-family: changa, sans-serif;
    text-transform: uppercase;
    font-size: calc(0.9375rem + ((1vw - 9.7px) * 0.3158));
    color: #303030;
}

.nav-opener,
.nav-closer,
.mobile--icon,
.mobile--icon__fa {
    display: none !important;
}

nav.primary ul li.onpage,
nav.primary ul li:hover {
    border-bottom: 4px solid white;
}

nav.primary ul li.big-letters {
    font-size: calc(1.25rem + ((1vw - 9.7px) * 0.2105));
    font-family: changab;
    padding: 2px 12px;
}

@media (min-width: 1920px) {
    nav.primary ul li.big-letters {
        font-size: 22px;
    }

    nav.primary ul li {
        font-size: 18px;
    }
}



/*==========================================
			  SUBNAV MENUS
==========================================*/
nav.primary ul li ul.subnav {
    position: absolute;
    top: 39px;
    display: none;
    margin-left: -16px;
}

ul.subnav li {
    font-family: changal, sans-serif !important;
    font-size: 16px !important;
    width: 100%;
    background-color: #ddd;
    height: 33px;
    padding: 9px 0 !important;
    box-sizing: border-box;
    width: 230px;
}

nav.primary ul li ul.subnav li:hover {
    border: none;
    background-color: #ff811a
}

nav.primary ul li:hover>ul.subnav {
    display: block;
}

nav.primary ul li ul.subnav li.nohover:hover {
    background-color: #ddd;
    cursor: default;
}






@media screen and (max-width: 1070px) {
    nav.primary ul li {
        padding: 6px 7px 4px;
    }
}


/*==========================================
		RESPONSIVE MENU STYLES
==========================================*/
@media screen and (max-width: 970px) {
    .topbar {
        display: none;
    }



    .hideMap {
        display: none;
    }

    nav.primary {
        height: 100%;
        width: 310px;
        max-width: 100%;
        position: fixed;
        top: 0;
        bottom: 0;
        left: -315px;
        transition: 0.3s;
        padding: 0;
        background-color: #FF811A;
    }

    nav.primary.mobile {
        display: block !important;
        overflow: scroll;
    }

    .mobile {
        display: block !important;
    }

    .pleaseHideMe {
        display: none;
    }

    . {
        display: none;
    }

    nav.primary ul {
        margin: 50px 0;
    }

    nav.primary ul li {
        width: 100%;
        text-align: left;
        margin: 2px 0;
        font-size: 14px;
        border-bottom: 2px solid rgba(255, 255, 255, 0.3);
        padding: 10px 2%;
    }

    nav.primary ul li.big-letters {
        font-size: 22px;
    }

    #navbar--header {
        display: inline-block;
        display: none;
        position: relative;
        border-radius: 0;
        box-shadow: none;
        width: 100%;
        max-height: 100px;
        margin: 0 auto;
        padding: 0;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    #navbar--header:hover {}

    #navbar--header img {
        width: 60%;
    }

    .mobile--icon {
        display: inline-block !important;
        width: 20px;
        vertical-align: bottom;
    }

    .nav-opener {
        display: block !important;
        height: 80px;
        width: 100%;
        position: sticky;
        top: 0px;
        padding: 10px 20px;
        transition: 0.5s;
        background-color: white;
    }

    .nav-opener i {
        padding: 20px 10px 10px;
        color: #bbb;
        float: left;
        cursor: pointer;
    }

    .nav-opener img {
        max-height: 70px;
        max-width: 80%;
        display: inline-block !important;
    }

    .nav-closer {
        display: block !important;
        width: 40px;
        height: 40px;
        position: fixed;
        top: 10px;
        left: -30px;
        color: #fff;
        font-size: 25px;
        z-index: 100101110011;
        cursor: pointer;
        transition: 0.3s;
    }

    .scrolling-wrap.small {
        width: 80%;
        margin-left: 10%
    }

    nav.primary ul li.onpage {
        background-color: inherit;
        color: #fff;
    }

    /* Subnav */
    nav.primary ul li ul.subnav {
        position: relative;
        margin: 0 !important;
        padding: 0 !important;
        top: 0;
    }

    nav.primary ul li ul.subnav li {
        padding: 9px 10px !important;
    }

    nav.primary ul li ul.subnav li.nohover {
        background-color: #ff811a !important;
    }

    nav.primary ul li.contact-info {
        padding: 20px 25px !important;
        border: none !important;
        text-transform: none !important;
        background-color: rgba(250, 250, 250, 0.2) !important;
    }

    nav.primary ul li.contact-info:hover {
        border: none;
    }

}

/* Resets the navbar position if switing from mobile to desktop */
@media screen and (min-width: 970px) {
    nav.primary {
        left: 0 !important;
        display: block !important;
    }

    #wrapper {
        opacity: 1 !important;
    }

    .header-links {
        left: auto !important;
    }
}