/*--------------------------------------------------------------
Footer Custom Styling
--------------------------------------------------------------*/

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

.site-footer-custom .site-footer-widgets {
    padding: 50px 0 60px;
}
.site-footer-custom .site-footer-widgets:after {
    display: block;
    content: '';
    clear: both;
}

.footer-custom-block {
    margin: 0;
    padding: 10px 20px 20px;
    list-style-type: none;
    min-height: 80px;
    float: left;
}

.site-footer .widgettitle,
.site-footer .widget-title {
    padding: 0 0 15px;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
}

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

.festive-footer-custom-cols-1 .footer-custom-block {
    width: 100%;
}
.festive-footer-custom-cols-2 .footer-custom-block {
    width: 50%;
}
.festive-footer-custom-cols-3 .footer-custom-block {
    width: 33.3333%;
}
.festive-footer-custom-cols-4 .footer-custom-block {
    width: 25%;
}
.festive-footer-custom-cols-5 .footer-custom-block {
    width: 20%;
}
.site-footer-custom .footer-custom-block:first-child {
    padding-left: 0;
}
.site-footer-custom .footer-custom-block:last-child {
    padding-right: 0;
}

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



}

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

    .footer-custom-block {
        width: 100% !important;
        padding: 10px 0 30px;
        min-height: 20px;
    }
    .footer-custom-block .widget {
        margin: 0;
    }

}