/* social links */
.social-links {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 12px 0 12px;
    border-top: 1px solid rgb(58, 58, 58);
    border-bottom: 1px solid rgb(58, 58, 58);
    margin-top: 20px;
}

.panel-footer > .contentRender_name_plugins_collections_template_custom_social_links {
    display: none;
}

@media screen and (min-width: 800px) {
    .left .social-links {
        display: none;
    }
    .panel-footer > .contentRender_name_plugins_collections_template_custom_social_links {
        display: block;
        order: 3;
        flex-basis: 100%;
        align-items: start;
        justify-content: start;
        margin-top: 0;
        /* margin-bottom: 55px; */
    }

    .panel-footer > .contentRender_name_plugins_collections_template_custom_social_links .social-links {
        max-width: 400px;
        margin: 0 auto;
        border: none;

    }
}

/* social links text */
.social-links h5 {
    color: #ECE9E3;
    font-size: 16px; 
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
    margin-right: 10px;
} 
/* social links ul */
.social-links ul {
    display: flex;
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    list-style: none;
}

.social-links li a {
    color: white;
    font-size: 22px;
}

.social-links ul .social-network {
    margin-right: 1rem;
}

@media screen and (min-width: 1024px) {
    .social-links h5 {
        margin-right: 14px;
        font-size: 18px;
        letter-spacing: 0.3px;
    }
    .social-links ul .social-network {
        margin-right: 1.2rem;
    }
}

.social-links ul .social-network:last-child {
    margin-right: 0;
}