/*
Theme Name: Alioth Child
Description: Child theme for the Alioth. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Read More</a>
Author: PeThemes
Author URI: http://pethemes.site
Template: alioth
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

#footer {
    clear: both;
    margin-bottom: 0;
    padding: 5px;
}

#footer.dark {
    background: #131313;
    clear: both;
    margin-bottom: 0;
    padding: 5px;
}


#footer.light {
    background: #131313;
    clear: both;
    margin-bottom: 0;
    padding: 5px;
}

.site-footer {
    background: #131313;
    clear: both;
    margin-bottom: 0;
    padding: 5px;
}

.site-footer .dark {
    background: #131313;
    clear: both;
    margin-bottom: 0;
    padding: 5px;
}

.site-footer .light {
    background: #131313;
    clear: both;
    margin-bottom: 0;
    padding: 5px;
}
#footer .wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px !important;
}

.wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px !important;
}

.site-footer .dark .wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px !important;
}

.site-footer .light .wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px !important;
}

#footer.section#block-13 {
    margin-bottom: 5px !important;
}

.c-col-3.footer-widget {
    margin-bottom: 5px !important;
}