@import "../../../everest/assets/css/style.min.css";




.recent-post-read-more {
    float: left;    
    font-weight: bold;
    padding-left: 10px;
}


.recent-post.media .media-body {
    font-size: 15px;
}

/* Footer
-------------------------------------- */


.footer-main-title {
    text-align: center;
    padding-top: 20px;
}


.footer-main-title h3 { 
    color: #fff;
}


#footer #sidebar-footer .widget-title {
    border: none;
    color:#fff;
    font-size: 20px;
    text-align: center;
}


#footer #sidebar-footer .widget-title:after {
    display: none;
}



footer .pojo-form {
    max-width: 430px;
    text-align: center;
    margin: 0 auto;
}


footer section#pojo_form_widget-2:after {
    content: '';
    width: 3px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: -42px;
}


footer .fa, 
footer .fas {
    font-family: "fontawesome";
}



#sidebar-footer ul li {
    list-style-type: none !important;
}



#sidebar-footer ul.widget-iconlist {
  display: table;
  margin: 0 auto;
}



#sidebar-footer ul.widget-iconlist .iconlist-title {
    color: #fff
}



#sidebar-footer ul.widget-iconlist li {
    font-size: 19px;
    line-height: 1.88em;
}




/* Responsive */

@media (max-width: 991px) {

    footer section#pojo_form_widget-2:after {   
        left: -32px;
    }
        
} /*991*/



@media (max-width: 767px) {

    
footer section#pojo_form_widget-2:after { 
    display: none;
}    
    
} /*767*/