/* footer {
    border-top: 1px solid;
} */
footer .social-media-container {
    justify-content: center;
    padding: 20px;
}

footer .site-info {
    text-align: center;
    color: #000;
}

footer .site-info a {
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

footer .site-info a:hover {
    text-decoration: underline;
}

.footer-content {
    display: flex;
}

.footer-column {
    width: 33.3%;
    padding: 30px;
    padding-bottom: 0;
}

.footer-row {
    width: 100%;
    max-height: 50%;
    display: flex;
}

.footer-row section {
    /* border-right: 1px solid #000; */
    padding-right: 20px;
    margin-right: 20px;
}

.footer-row section:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

.footer-column img {
    width: 250px;
}

footer .widget-title {
    font-family: Arial !important;
    font-size: 16px;
    font-weight: bold !important;
}

.footer-column img {
    max-width: 150px;
}

.footer-column ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.footer-column a {
    color: gray;
    font-size: 14px;
    text-decoration: none;
}

.footer-column a:hover {
    color: #000;
}

footer p {
    color: gray;
    font-size: 14px;
}

footer p strong {
    color: #000;
}

footer .bottombar {
    border-top: 1px solid #000;
    padding-top: 20px;
}
.footer-column:first-child {
    display: flex;
    justify-content: center;
}

.footer-column:nth-child(3) strong {
    padding-top: 5px;
    display: inline-flex;

}

@media (max-width: 768px) {

    .footer-column:first-child {
        justify-content: flex-start;
    }
    .footer-content,
    .footer-row {
        flex-direction: column;
    }

    .footer-column .social-media-container {
        justify-content: flex-start;
    }

    .footer-column:nth-child(2) a {
        display: block;
    }
    .footer-column,
    .footer-column:last-child {
        width: 100%;
        display: block;
    }

    .footer-column {
        padding: 0 10px 0 10px;
    }

    .footer-row section {
        border-right: none;
        padding-right: 0;
    }

    .footer-row section:last-child>div>div {
        flex-wrap: wrap;
    }
}

.footer-logo-link {
    display: flex;
}

.footer-logo-link img {
    margin: 0 auto;
}

.entry-footer,
.edit-link {
    display: none;
}