
/* *********** Site Footer  ******************/
/* ******************************************** */
.site-footer{
    background: url(../img/footer-bg.png) center no-repeat #FAFAFA;
    background-size: cover;
    padding-top: 48px;
    border-top: 4px solid #229250;

}

.site-footer .title{
    color: #6C6C6C;
    font-size: 1rem;
    font-weight: 600;
    border-bottom: 1px solid #000;
    padding: 0 10px 4px
}
.site-footer .content{
    font-size: 14px;
    padding: 14px 10px 0;
    color: #000000;
}

.site-footer .content a{
    color: #000000;
    text-decoration: none;
    transition: 0.3s;
    cursor: pointer;
}
.site-footer .content a:hover{
    opacity: 0.6;
    color: #229250
}
.site-footer .copyright{
    font-weight: 600;
    font-size: 12px;
    color: #6C6C6C;
    margin-top: 20px;
}

.site-footer .social-links,
.site-footer .social-links a {
    font-size: 21px;
    color: #3a3a3a;
}

@media (max-width: 575px) {
    .site-footer img{
        max-width: 340px;
        width: 100%;
    }
    .site-footer{
        padding: 48px 20px 0px 20px;
    }
    .site-footer .title{
        border: 0px;
        text-decoration: underline;
    }
}



