/*
Theme Name: debet
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.011111111111111
*/
.absolute-footer{
    font-size: 0.85em;
}
.absolute-footer .stack-col{
    flex-direction: row !important;
    justify-content: center;
    overflow: hidden;
}
.absolute-footer .stack-col .ux-menu-link{
    padding-left: 30px;
    color: #fff !important;
}
.absolute-footer .ux-menu-link__link{
    border-bottom: none !important;
}
span.widget-title {
    color: white;
    letter-spacing: 0;
    font-size: 19px;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    display: block;
    background: #c1141a;
    padding: 10px;
}
.is-divider {
    display: none;
}
#content img[class*="wp-image-"] {
    clear: both;
    display: block;
    margin: 0 auto;
}
.recent-blog-posts .post_comments{
    display: none;
}
@media only screen and (max-width: 48em) {
    .absolute-footer .stack-col,
    .absolute-footer .ux-menu-link,
    .absolute-footer .ux-menu-link__link{
        display: block;
        text-align: left;
    }
    .absolute-footer .ux-menu-link{
        width: 50%;
        float: left;
    }
    .absolute-footer .stack-col .ux-menu-link{
        padding: 0;
    }
}
@media (max-width: 549px) {
    #masthead .mobile-nav .header-button-1 a,
    #masthead .mobile-nav .header-button-2 a{
        text-transform: capitalize;
        width: 100px;
        height: 29px;
        min-height: 29px !important;
        animation: tada 1.2s infinite;
        font-size: 11px;
    }
}