.megaphone-footer-widgets > .col-12 {
    padding-top: 30px;
    @include mq('md') {
        padding-top: 60px;
    }
}
.megaphone-footer > .container:last-child{
    padding-top: 0;
    @include mq('md') {
        padding-top:0;
    }
}
.megaphone-footer .widget-title{
    margin-bottom: 20px;
}
.megaphone-footer ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.megaphone-footer a{
    transition: color .15s ease-in-out;
}
.megaphone-footer .widget {
    margin-bottom: 40px;
}
.megaphone-copyright {
    padding: 20px 0;
    @include mq('md') {
        padding: 30px 0;
    }
}
.megaphone-copyright{
    font-size: 1.2rem;
    text-align: center;
}
.megaphone-copyright p, 
.megaphone-empty-message p {
    margin-bottom: 0;
}
.megaphone-copyright a{
    text-decoration: underline;
}
.megaphone-empty-message{
    padding: 40px;
}
//Subscribe pre-footer area
.megaphone-section-subscribe {
    padding: 30px 0;
    @include mq('md') {
        padding: 40px 0;        
    }
    @include mq('lg') {
        padding: 50px 0;        
    }
    .megaphone-posts .col-12{
        margin-bottom: 0;
    }
    .megaphone-menu-subscribe{
        margin-bottom: 0;
    }
    .megaphone-subscribe{
        align-items: center;
    }
}

.megaphone-section-subscribe .megaphone-menu-subscribe{
    margin-bottom: 0;
}

.megaphone-section-subscribe + .megaphone-section-instagram{
    padding-top: 0;
}

.megaphone-section-separator{
    display: none;
}
.megaphone-section-subscribe + .megaphone-section-instagram .megaphone-section-separator{

    margin-bottom: 30px;
    @include mq('md') {
        margin-bottom: 50px;    
    }
    display: block;
}

.footer-widgets-center{
    .calendar_wrap,
    select,
    .widget_recent_comments > ul,
    .widget_rss > ul,
    .widget{
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
    .widget_calendar table caption{
        width: 100%;
        margin-top: 6px;
        text-align: left;
    }
    .search-alt{
        margin: 0 auto;
    }
    .mks_social_widget{
        text-align: center;
    }
}
.megaphone-footer .search-alt,
.megaphone-footer .search-alt input[type=text]{
    max-width: 350px;
    height: 48px;
}

.megaphone-footer .search-alt button[type=submit]{
    top: 8px;
    height: 32px;
    right: 8px;
    padding: 0 20px;
    width: auto;
}
.megaphone-footer{
    tr{
        border-bottom: none;
    }
}