.social_btn_container {
    padding: 0px 0px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    margin-top: 15px;
    margin-bottom: -38px;
}

.social-buttons {
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: fit-content;
    padding: 5px;
    gap: 5px;
    background-color: var(--vu-social_buttons-bg);
    box-shadow: var(--vu-social_buttons-shadow);
}

.social-button {
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    width: 70px;
    height: 70px;
}

@media all and (max-width: 914px) {
    .social-button {
        width: 55px;
        height: 55px;
    }
}

.social-btn-inner {
    font-size: 1.3rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: 100%;
    background: transparent;
    text-align: center;
}

.social-button i {
    position: relative;
    z-index: 99;
    transition: 0.3s;
    font-size: 26px;
    line-height: 0;
}

.social-button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    border-radius: 100%;
    transition: 0.3s;
}

.social-button:focus,
.social-button:hover {
    color: var(--vu-social_button-color-hover);
    text-decoration: none;
}

.social-button:focus::after,
.social-button:hover::after {
    width: 100%;
    height: 100%;
    margin-left: -50%;
}

.social-btn--facebook {
    color: var(--vu-social_button_facebook-color);
}

.social-btn--facebook::after {
    background: var(--vu-social_button_facebook-color);
}

.social-btn--youtube {
    color: var(--vu-social_button_youtube-color);
}

.social-btn--youtube::after {
    background: var(--vu-social_button_youtube-color);
}

.social-btn--gmail {
    color: var(--vu-social_button_gmail-color);
}

.social-btn--gmail::after {
    background: var(--vu-social_button_gmail-color);
}


.social-btn--twitter {
    color: var(--vu-social_button_twitter-color);
}

.social-btn--twitter::after {
    background: var(--vu-social_button_twitter-color);
}

.social-btn--instagram {
    color: var(--vu-social_button_instagram-color);
}

.social-btn--instagram::after {
    background: var(--vu-social_button_instagram-color);
    background: var(--vu-social_button_instagram-bg-after);
}

.social-btn--linkedin {
    color: var(--vu-social_button_linkedin-color);
}

.social-btn--linkedin::after {
    background: var(--vu-social_button_linkedin-color);
}

.social-btn--github {
    color: var(--vu-social_button_github-color);
}

.social-btn--github::after {
    background: var(--vu-social_button_github-color);
}

/*  */

footer#site-footer {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    padding: 3.8rem 1rem 0 1rem;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    color: var(--vu-footer-color);
    background-color: var(--vu-footer-bg);
    background-image: url(../images/bg/bg-blue-square.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

footer#site-footer section.horizontal-footer-section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
    align-items: center;
    padding: 25px 20px 30px 20px;
    font-size: 0.9075rem;
}

footer#site-footer section.horizontal-footer-section#footer-top-section {
    margin-top: 5px;
    align-items: flex-start;
    justify-content: space-between;
}

footer#site-footer .footer-columns .column-hd {
    font-size: 1.05rem;
    margin-top: 0;
    font-weight: 500;
    margin-bottom: 25px;
}

footer#site-footer #footer-about div {
    display: flex;
    flex-direction: row;
    padding: 8px 0px;
    align-items: center;
}

footer#site-footer #footer-about div span {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

footer#site-footer #footer-about div i {
    width: 25px;
}

footer#site-footer #footer-about address {
    font-style: normal;
}

footer#site-footer ul.footer-column-menu {
    margin: 0;
    padding: 0;
}

footer#site-footer ul.footer-column-menu li {
    list-style-type: none;
    padding: 5px 0px;
    text-transform: capitalize;
}

.footer-column-menu-item.extra-bottom {
    margin-top: 3px;
}

footer#site-footer iframe {
    max-width: 100%;
}

footer#site-footer a:hover {
    color: var(--vu-footer-a-color-hover);
    text-decoration: underline;
    text-underline-offset: 2px;
}

footer#site-footer section.horizontal-footer-section#footer-bottom-section {
    border-top: 1px solid var(--vu-footer-border-color);
    justify-content: space-around;
    align-items: center;
    display: flex;
    padding: 20px 5px;
}

#footer-poweredby-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/*  */

@media only screen and (max-width: 1062px) {
    footer#site-footer section.horizontal-footer-section {
        flex-direction: column;
        flex-wrap: wrap;
        padding: 8px;
    }

    footer#site-footer .footer-columns .column-hd {
        margin-bottom: 15px;
    }

    footer#site-footer .footer-columns {
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 0.9375rem;
    }

    footer#site-footer .footer-columns:last-child {
        margin-bottom: 0;
    }

    footer#site-footer .footer-columns .column-hd {
        font-size: 1rem;
    }

    footer#site-footer ul.footer-column-menu li {
        display: block !important;
        padding: 6px;
        border-top: 1px solid var(--vu-footer-border-color);
        margin-bottom: 0;
    }

    footer#site-footer ul li:first-child {
        border-top: none;
    }

    footer#site-footer section#footer-bottom-section {
        text-align: center;
        margin-bottom: 0 !important;
    }

    footer#site-footer section.horizontal-footer-section#footer-bottom-section {
        margin: 2% 0;
        padding: 10px 0;
        border-top: 1px solid var(--vu-footer-border-color);
    }
}