.footer{
    background:#fff;
    padding-top:50px;
    border-color:transparent
}

.footer.footer-mini{
    padding-top:0!important
}

.footer.footer-mini .footer-bottom{
    margin-top:23px;margin-bottom:23px
}

.footer-bottom .social-links{
    min-height:44px
}

.footer-bottom .social-links>ul{
    margin-top:1px
}

.footer .c_widget_title{
    padding-bottom:5px
}

.footer .blog-feed .blogArticle{
    margin-bottom:15px
}

.footer .blog-feed ul{
    list-style:none;
    padding-left:0
}

.footer .blog-feed .blogPic{
    width:60px;
    height:60px;
    position:absolute;
    border-radius:50%;
    display:inline-block;
    background:#e2e2e2 url(../img/pic3.png) no-repeat 50%;
    background-size:cover
}

.footer .blog-feed .blogTitle{
    padding-left:60px;
    display:inline-block;
    margin-left:15px
}

.footer .blog-feed .blogArticle{
    height:auto;
    min-height:70px;
    margin-bottom:10px
}

.footer .blog-feed .blogTitle a:hover h5{
    color:var(--accent)
}

.footer .blog-feed .blogTitle h5{
    width:100%;
    float:left;
    font-size:14px;
    border-top:10px;
    margin-top:5px;
    line-height:22px;
    -webkit-transition:color .25s ease-in-out;
    transition:color .25s ease-in-out;
    color:#242429;
    margin-bottom:5px
}

.footer-bottom{
    margin-bottom:15px;
    padding-top:20px
}

footer:not(.footer-mini)>.container>.row:first-child{
    border-bottom:2px solid rgba(0,0,0,.05)
}

.copyright p{
    font-size:15px;
    padding-top:10px;
    text-align:center
}

.copyright a{color:#565662}.footer-bottom .seperator{
    width:100%;
    height:1px;
    background-color:rgba(0,0,0,.2);
    position:relative;
    margin-bottom:40px
}

.footer-bottom .social-links ul{
    margin-bottom:0;
    flex-wrap:wrap;
    display:-webkit-box;display:flex;
    -webkit-box-pack:center;
    justify-content:center
}

.footer-bottom .social-links ul li a{
    color:#565662;
    line-height:41px;
    text-decoration:none;
    -webkit-transition:all .5s;
    transition:all .5s
}

footer.footer.footer-large{
    position:relative
}

.footer-bottom .social-nav li a i{
    text-align:center;
    border-radius:50%;
    color:#555558;
    background:#f4f4f4;
    float:none;width:40px;
    height:40px;
    font-size:18px;
    padding-top:0;
    display:-webkit-box;
    display:flex;
    -webkit-box-align:center;
    align-items:center;
    -webkit-box-pack:center;
    justify-content:center;
    min-width:40px;
    -webkit-transition:.2s ease;
    transition:.2s ease
}

.footer-bottom .social-links ul li a:hover i{
    color:#fff
}

.footer .c_widget{
    font-size:13px;
    line-height:24px;
    color:#565d62;
    width: 100%;
}

.footer .widget_archive select[name=archive-dropdown],.footer .widget_categories select[name=cat]{
    width:100%

}

.footer-bottom .social-nav li a{
    margin-right:8px;
    display:block
}

.footer-bottom .social-nav li a i{
    margin-right:0!important;
    margin-top:3px
}

@media only screen and (max-width:1200px){
    .footer{padding-top:50px}
}

@media only screen and (max-width:992px){
    .copyright{text-align:center}.footer{padding-top:45px}
}

@media only screen and (max-width:768px){
    .footer{padding-top:40px}.footer-bottom{overflow:hidden}
}

@media only screen and (max-width:480px){
    .footer{padding-top:35px}.footer .blog-feed .blogTitle h5{font-size:12px;line-height:20px}
}

@media only screen and (max-width:768px){
    .footer .col-xs-4.c_widget:nth-child(3n+1),
    .footer .col-xs-6.c_widget:nth-child(odd){clear:both;margin-left:0}
}

@media (min-width:993px) and (max-width:1200px){
    .footer .col-sm-3.c_widget:nth-child(4n+1),
    .footer .col-sm-4.c_widget:nth-child(3n+1),
    .footer .col-sm-6.c_widget:nth-child(odd),
    .footer .col-sm-20.c_widget:nth-child(5n+1){clear:both;margin-left:0}
}

@media only screen and (min-width:1201px){
    .footer .col-lg-3.c_widget:nth-child(4n+1),
    .footer .col-lg-4.c_widget:nth-child(3n+1),
    .footer .col-lg-6.c_widget:nth-child(odd),
    .footer .col-lg-20.c_widget:nth-child(5n+1){clear:both;margin-left:0}
}