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

.site-footer-standard {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08) inset;
    border-radius: 5px 5px 0 0;
}
.festive-nocorners .site-footer-standard,
.festive-no-footer-space .site-footer-standard {
    border-radius: 0;
}

.site-footer-no-widgets {
    text-align: center;
    padding: 40px 0 30px;
    font-weight: 600;
}

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

.site-footer-standard .site-footer-widgets .site-container > ul {
    margin: 0;
    padding: 0;
    display: table-row;
}
.site-footer-standard .site-footer-widgets .site-container > ul > li {
    margin: 0;
    padding: 10px 18px 20px;
    list-style-type: none;
    display: table-cell;
    width: 10%;
    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 .widgettitle,
.site-footer .widget-title {
    padding: 0 0 15px;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
}

.site-footer .widget a {
    color: inherit;
}

@media only screen and (max-width: 960px) {
    
    .site-footer-standard .site-footer-widgets .site-container > ul {
        display: block;
    }
    .site-footer-standard .site-footer-widgets .site-container > ul > li {
        margin: 0;
        padding: 10px 10px 20px;
        display: block;
        width: 50%;
        float: left;
    }
    .site-footer-standard .site-footer-widgets .site-container > ul > li:first-child {
        padding: 10px 10px 20px;
    }
    .site-footer-standard .site-footer-widgets .site-container > ul > li:last-child {
        padding: 10px 10px 20px;
    }
    
}

@media only screen and (max-width: 782px) {
    
    .site-footer-standard .site-footer-widgets .site-container > ul {
        display: block;
    }
    .site-footer-standard .site-footer-widgets .site-container > ul > li {
        padding: 10px 0 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 0 30px;
    }
    
}