/*--------------------------------------------------------------
Xcel - Footer Standard Styling
--------------------------------------------------------------*/

.site-footer-standard {
    background-color: #242424;
    color: #fff;
    border-bottom: 5px solid #dbaa46;
}

.site-footer-standard .site-footer-bottom-bar {
    background-color: #dbaa46;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    padding: 15px 0;
    display:none;
}

.site-footer-standard .site-footer-widgets {
    padding: 60px 0 0px;
}

.site-footer-standard .site-footer-widgets .site-container > ul {
    margin: 0;
    padding: 0;
}
.site-footer-standard .site-footer-widgets .site-container > ul > li {
    margin: 0;
    padding: 10px 18px 20px;
    list-style-type: none;
    display: block;
    float: left;
    width: 25%;
    box-sizing: border-box;
    vertical-align: top;
}
.site-footer-standard .site-footer-widgets .site-container > ul > li:first-child {
    padding: 10px 18px 20px 0;
}
.site-footer-standard .site-footer-widgets .site-container > ul > li:last-child {
    padding: 10px 0 20px 18px;
}

.site-footer-standard .widgettitle {

    margin: 0 0 14px;
    padding: 0 0 6px;
    color: #fff;
    font-size: 16px;
}

li#menu-item-112 {
    padding-bottom: 20px;
}

li#menu-item-111, li#menu-item-129 {
    padding-bottom: 5px;
}


.site-footer-widgets .site-container{
    padding: 0 10px;
}

#text-4 .nbsFormShell,
#text-11 .nbsFormShell{

    width: 190px !important;
    max-width: 100%;

}

@media only screen and (min-width: 780px) and (max-width: 960px) {

    #text-3 {
        background: none;
        height: 100px;
        padding-left: 0px;
    }

    .site-footer-standard .site-footer-widgets .site-container > ul > li {
        margin: 0;
        padding: 10px 20px 20px;
        display: block;
        width: 25%;
        float: left;
    }
    .site-footer-standard .site-footer-widgets .site-container > ul > li:first-child {
        padding: 10px 20px 20px;
    }
    .site-footer-standard .site-footer-widgets .site-container > ul > li:last-child {
        padding: 10px 20px 20px;
    }

}

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

    .site-footer-standard .site-footer-widgets{
        padding: 30px 20px;
    }
    #text-3 {
        background: none;
        height: 100px;
        padding-left: 0px;
    }

    .site-footer-standard .site-footer-widgets .site-container > ul > li {
        padding: 10px 5px 30px;
        width: 50%;
        float: left;
    }
    .site-footer-standard .site-footer-widgets .site-container > ul > li:first-child,
    .site-footer-standard .site-footer-widgets .site-container > ul > li:last-child {
        padding: 10px 5px 30px;
    }

}

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

    #nav_menu-3, #nav_menu-4, #nav_menu-9, #nav_menu-10, #text-3, #text-12{
        display: none;
    }

    #text-4, #text-11{
        text-align: center;
    }

    .site-footer-standard .site-footer-widgets .site-container > ul > li {
        padding: 10px 5px 30px;
        width: 100%;
        float: none;
    }
    .site-footer-standard .site-footer-widgets .site-container > ul > li:first-child,
    .site-footer-standard .site-footer-widgets .site-container > ul > li:last-child {
        padding: 10px 5px 30px;
    }

}