#footer {
    border-top: 1px solid #137d7a;
}

#footer-main-block {
    padding: 20px 0;
}

#footer .footer-column h3 {
    text-transform: uppercase;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    margin-bottom: 16px;
}

#footer .footer-column > ul {
    list-style: circle;
    padding-left: 16px;
}

.column-contact > ul {
    list-style: none;
    padding-left: 0;
}

.column-contact ul li {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    margin-bottom: 16px;
}

.column-contact ul li i {
    border: 1px solid #137d7a;
    border-radius: 50%;
    color: #137d7a;
    font-size: 16px;
    height: 38px;
    margin-right: 12px;
    padding-top: 10px;
    text-align: center;
    width: 38px;
}

#copyright-block {
    background-color: #f5f5f5;
    color: #333;
    padding: 5px 0;
    font-size: 12px;
}

/* ****************************************** */

.social-icons a {
    margin-right: 3px;
    display: inline-block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 100%;
    background-color: transparent;
    color: #ffffff !important;
    border: 1px solid #ffffff;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.social-icons a:hover {
    color: #ffffff
}

.social-icons em {
    display: block;
    width: 27px;
    height: 27px;
    line-height: 30px;
    border-radius: 3px;
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.social-icons em:last-child {
    color: #fff
}

.social-icons .facebook {
    border: 1px solid #3b5998;
    background-color: #3b5998 !important
}

.social-icons .facebook:hover {
    border: 1px solid #3b5998;
    background-color: #3b5998 !important
}

.social-icons .twitter {
    border: 1px solid #00acee;
    background-color: #00acee !important
}

.social-icons .twitter:hover {
    border: 1px solid #00acee;
    background-color: #00acee !important
}

.social-icons .linkedin {
    border: 1px solid #0e76a8;
    background-color: #0e76a8 !important
}

.social-icons .linkedin:hover {
    border: 1px solid #0e76a8;
    background-color: #0e76a8 !important
}

.social-icons .instagram {
    border: 1px solid #FF263B;
    background-color: #FF263B !important
}

.social-icons .instagram:hover {
    border: 1px solid #FF263B;
    background-color: #FF263B !important
}

.social-icons a:hover em:first-child {
    margin-top: -27px
}

/* ****************************************** */

@media (max-width: 768px) {
    #footer .footer-column {
        text-align: center;
    }

    #footer .footer-column > ul {
        list-style: none;
        padding-left: 0;
    }

    .column-contact ul {
        text-align: center;
    }

    .column-contact ul li {
        justify-content: center;
    }

    .column-contact .contact-icon {
        display: none;
    }
}
