.logo.footer-logo {
    display:none;
}
.footer {
    padding-bottom:40px;
    background:#e3af1e;
    border-top: 5px solid #c3a845;
}
.footer .social {
    flex:0 0 110px !important;
    xflex-basis:auto !important;
}
.wp-block-column.news_letter {
    background:#d9d9d9;
    padding:20px;
    border-radius:30px;
}
.wp-block-column.news_letter input {
    border-radius:10px;
}
.widgettitle {
    font-family: 'Staatliches';
    letter-spacing:2px;
}
@media (min-width: 600px) and (max-width: 781px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child).social {
        flex-basis:auto !important;
        flex:0 0 110px !important;
    }
    
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child).news_letter {
        flex-basis:auto !important;
        flex-grow: 1;
    }
}
@media (max-width: 600px)  {
    .wp-block-column.social .sfsi_widget {
        justify-content: center !important;
        margin-top:10px;
    }
    .wp-block-column.social .norm_row {
        text-align:center !important;
    }
    .wp-block-column.social #sfsi_holder {
        display:none;
    }
}
.footer-widgets {
    background:transparent;
    margin-top:40px;
}
.logo.footer-logo .site-logo {
    display:none;
}
.footer-widgets {
    padding:00px;
}
.footer.fixed {
    position:fixed;
    width:100%;
    bottom:40px;
    z-index:500;
    padding-bottom:0px;
}