.footer .contentRender_name_plugins_collections_template_custom_social_links {
    margin-right: auto;
}

.root_panel.wine-theme .footer .social-icons .social-icon {
    color: var(--dark-brown);
}

.social-icons {
    display: flex;
}

.social-icons .social-icon {
    font-size: 20px;
    color: white;
    font-weight: normal;
}

.social-icons .social-icon:hover {
    text-decoration: none;
}

.footer .social-icon {
    margin-right: 20px;
}

.footer .social-icon:last-child {
    margin-right: 0;
}

.shared-top .social-icons {
    margin-left: auto;
}

.shared-top .social-icons .social-icon {
    font-size: 26px;
    color: #195969;
    margin-right: 25px;
}

.root_panel.wine-theme .shared-top .social-icons .social-icon {
    color: var(--dark-brown);
}

.shared-top .social-icons .social-icon:last-child {
    margin-right: 0;
}

@media (max-width: 1024px) {
    .footer .contentRender_name_plugins_collections_template_custom_social_links {
        order: 2;
        margin: 0;
        align-self: flex-start;
    }
}

@media (max-width: 640px) {
    .footer .contentRender_name_plugins_collections_template_custom_social_links {
        order: 1;
        width: 100%;
        justify-content: center;
        margin-bottom: 15px;
	}

	.footer .contentRender_name_plugins_collections_template_custom_social_links .social-icons {
		justify-content: center;
	}

    .shared-top .social-icons {
        margin-left: 0;
        margin-right: auto;
    }
}

/* Tiktok icon; requires FontAwesome brands v5.14 (v3.1 all.css doesn't include Tiktok icon!) */
@import "https://use.fontawesome.com/releases/v5.14.0/css/brands.css";

i.fa-tiktok:before {
	font-family: "Font Awesome 5 Brands" !important;
	content: "\e07b" !important;
	box-sizing: border-box;
}
