/* -----------------------------------------------------------------------------------

[TABLE OF CONTENTS]

 01. Footer Wrapper
 02. Buttons/Links
 03. Footer Global
 
----------------------------------------------------------------------------------- */


/* Footer Wrapper */

footer .site-logo-container img{
    width: 185px !important;
}

footer.ct-footer [data-column="logo"]{
    align-items: center;
}

footer.ct-footer {
    padding-top: 25px;
}

.link_ftr {
    font-size: 16px;
    text-decoration: underline;
    margin-top: 0px;
    display: block;
    text-transform: uppercase;
}

/* Buttons/Links */
.jc_bttn {
    background-color: #31448a !important;
    color: #fff!important;
    text-decoration: none!important;
    font-size: 16px!important;
    line-height: 30px!important;
    font-weight: 400!important;
    padding: 10px 32px!important;
    display: inline-block!important;
    border: 1px solid #31448a!important;
}

.link_ftr a:hover {
    color: #c1c1c1!important;
}

footer .jc_bttn:hover {
    color: #fff!important;
    background: transparent!important;
    border-color: #fff!important;
}

/* Footer Global */
.wdg_top_m {
    opacity: 0;
}

.ct-footer h2 {
    margin-bottom: 12px;
}

.h6_col {
    color: #fff;
}

.widget-title {
    font-family: 'Overpass';
}




.ct-footer .ct-widget:not(:first-child) {
    margin-top: var(--widgets-gap, 13px);
}

footer.ct-footer .ct-header-text {
    text-transform: capitalize;
    text-align: left;
}



.ct-footer [data-row="bottom"] nav ul li {
    border-right: 1px solid #C4C4C4;
}

.ct-footer [data-row="bottom"] nav ul li:last-child {
    border: none;
}

.ct-footer .ct-container[data-columns-divider="md"] {
    --container-spacing: 34px !important;
}
