@import "../../../atlanta/assets/css/style.min.css";

/* Your CSS code goes here
-------------------------------------- */

.footer-top-links {
    font-size: 18px;
    margin: 20px auto;
    display: table;
}
.footer-top-links a {
    display: inline-block;
    margin: 0 15px;
}
#sidebar-footer .recent-post.small-thumbnail .pull-left {
    max-width: 15%;
}
#sidebar-footer .recent-post .media-heading {
    font-size: 1.5em;
}
#sidebar-footer .recent-post .media-heading a{
    color: #05c8e4 !important;
}
#sidebar-footer .recent-post .entry-meta {
     margin-top: 30px;
}
#sidebar-footer .pojo-button-wrap.pojo-button-none {
    width: 100%;
}
#sidebar-footer button.button.submit.size-medium {
    width: 100%;
    font-size: 24px;
}
#footer .footer-contact {
    font-size: 22px;
    line-height: 27px;
    margin-top: 32px;
    color: #289dcc;
}
#sidebar-footer .container {
    max-width: 100%;
    padding: 0 40px;
}
.footer-text-right.pull-right {
    width: 100%;
    float: none !important;
    text-align: center;
}
#footer-top {
    border-bottom: 1px solid #484848;
}
.sf-menu li a {
    padding: 0 0.6em;
}
.contact-page-form h5.pb-widget-title {
    font-size: 34px;
    border: none;
}
.contact-page-form h5.pb-widget-title:after {
    content: none;
}
h2.contacts-block__title.ui-title-inner {
    font-size: 32px;
    font-weight: 600;
}
.footer_about_us {
    font-size: 14px;
}




@media(min-width: 600px) {
    #footer .row {
        display: flex;
        flex-wrap: wrap;
    }
    #footer ul.social-links{
        float: right;
        margin-top: 20px;
    }
    section#pojo_social_links-7 {
        flex-grow: 2;
    }
    footer#footer .social-links li {
        margin-left: 11px;
    }
    footer#footer ul.social-links li .social-icon:before {
        font-size: 14px;
        width: 34px;
        height: 34px;
        line-height: 34px;
    }
    #footer #sidebar-footer .widget:nth-child(1) {
        width: 35%;
    }
    #footer #sidebar-footer .widget:nth-child(2) {
        width: 65%;
    }
    #footer #sidebar-footer .widget:nth-child(3) {
        width: 40%;
    }
    #footer #sidebar-footer .widget:nth-child(4) {
        width: 60%;
    }
}
@media(min-width: 1400px) {
    #footer #sidebar-footer .widget:nth-child(1) {
        width: 25%;
    }
    #footer #sidebar-footer .widget:nth-child(2) {
        width: 35%;
    }
    #footer #sidebar-footer .widget:nth-child(3) {
        width: 15%;
    }
    #footer #sidebar-footer .widget:nth-child(4) {
        width: 25%;
    }
}