/*Footer*/
#colophon{
    background: #333;
    color: #FFF;
    clear: both;
}

.site-footer a{
    color: #EEE;
    text-decoration: none;
}

.site-footer .textwidget p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}

.site-footer ul{
    list-style: none;
    margin: 0;
}

.site-footer li{
    padding: 5px 0;
}

.site-footer li.menu-item a{
    font-size: 16px;
    color: #FFF;
}

.site-footer .widget-title{
    font-size: 1.45em;
    text-transform: capitalize; 
    margin-bottom: 20px;
    font-weight: 400;
}

.site-footer li.menu-item a:hover {
    color: #eee;
}

#top-footer{
    padding: 60px 0 45px;
}

.top-footer-wrap{
    margin-left: -3%;
}

.footer-column{
    width: 22%;
    float: left;
    margin-left: 3%;
}

.top-footer-wrap.column-col-3 .footer-column{
    width: 30.333%;
}

.top-footer-wrap.column-col-2 .footer-column{
    width: 42%;
}

.top-footer-wrap.column-col-1 .footer-column{
    width: 97%;
}

.top-footer-wrap.column-col-1-2 .footer-column-1{
    width: 22%;
}

.top-footer-wrap.column-col-1-2 .footer-column-2{
    width: 72%;
}

.top-footer-wrap.column-col-2-1 .footer-column-1{
    width: 72%;
}

.top-footer-wrap.column-col-2-1 .footer-column-2{
    width: 22%;
}

.top-footer-wrap.column-col-1-1-2 .footer-column-1,
.top-footer-wrap.column-col-1-1-2 .footer-column-2{
    width: 22%
}

.top-footer-wrap.column-col-1-1-2 .footer-column-3{
    width: 47%;
}

.top-footer-wrap.column-col-2-1-1 .footer-column-1{
    width: 47%
}

.top-footer-wrap.column-col-2-1-1 .footer-column-3,
.top-footer-wrap.column-col-2-1-1 .footer-column-2{
    width: 22%;
}

.top-footer-wrap.column-col-1-3 .footer-column-1{
    width: 22%
}

.top-footer-wrap.column-col-1-3 .footer-column-2{
    width: 72%
}

.top-footer-wrap.column-col-3-1 .footer-column-1{
    width: 72%
}

.top-footer-wrap.column-col-3-1 .footer-column-2{
    width: 22%
}

.top-footer-wrap.column-col-1-2-1 .footer-column-1,
.top-footer-wrap.column-col-1-2-1 .footer-column-3{
    width: 22%
}

.top-footer-wrap.column-col-1-2-1 .footer-column-2{
    width: 47%;
}

#bottom-footer p:last-child{
    margin-bottom: 0;
}

#bottom-footer .punte-container{
    padding: 20px 0;
    background: rgba(0,0,0,0.15);
    text-align: center;
    font-size: 0.9em;
}

#bottom-footer .punte-container-wrapper {
    padding: 20px 0;
    background: rgba(0,0,0,0.15);
    text-align: center;
    font-size: 0.9em;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-justify-content: center;
                justify-content: center;
}

#bottom-footer .punte-container-wrapper p {
    margin: 0;
    padding-right: 5px;
}

#bottom-footer .punte-container-wrapper a {
    padding-left: 5px;
}

.site-footer .widget-title {
    font-size: 20px;
     text-transform: capitalize; 
    margin-bottom: 20px;
    font-weight: 400;
}