
/**
 * FOOTER
 */
.div-footer{
    padding-top: 40px;
    padding-bottom: 40px;
}

.single-footer-menu{
    border-bottom: 1px solid white;
    padding-top: 30px;
}
.single-footer-menu.last{
    border-bottom: none;
}

/*
.single-footer-menu:last-of-type{
    border-right: none;

}
*/
.div-footer .widget-title{
    font-family: CircularStd;
    font-size: 1em;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 20px;
}

.div-copyright .widget-title{
    font-family: CircularStd;
    font-size: 1em;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #002a3a;
    float: left;
    font-size: 0.9375em;
}

.menu-rrss-footer-container,
.menu-footer-rrss-container{
    float: left;
    margin-top: -10px;
}



.div-footer ul{
    list-style: none;
    padding: 0;
}
.div-footer li{
    padding-bottom: 16px;
}

.div-footer ul li a{
    font-family: CircularStd;
    font-size: 1em;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.div-footer ul li a:hover {
    font-weight: bold;
}


.div-copyright .textwidget{
    font-family: CircularStd;
    font-size: 0.9375em;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: -0.01px;
    color: #002a3a;
}

.div-copyright ul{
    list-style: none;
    padding: 0;
}

.div-copyright ul li{
    display: inline-block;
    padding-left: 20px;
}

.div-copyright ul li a{
    font-family: CircularStd;
    font-size: 0.9375em;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: -0.01px;
    color: #13303e;
}

.div-copyright ul li a:hover {
    font-weight: bold;
}

.div-copyright p{
    margin-bottom: none;
}

@media (min-width: 576px) { /* sm */ }
@media (min-width: 768px) { /* md */
    .div-footer{
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media (min-width: 992px) { /* lg */

    .single-footer-menu{
        border-bottom: none;
        padding-top: none;

        border-right: 1px solid white;
        padding-right: 30px;
        padding-left: 30px;
    }
    .single-footer-menu.last{
        border-bottom: none;

        border-right: none;
    }
}
@media (min-width: 1200px) { /* xl */ }
@media (min-width: 1400px) { /* xxl */ }