/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 04 2026 | 10:33:10 */
.social-sharing-buttons {position:fixed; top:70px; right:10px; width:32px; z-index:99999;}
.social-sharing-buttons a {display:block; text-align:center; font-size:20px; background:#cf1613; color:#FFFFFF; text-decoration:none; padding:2px 0; margin-bottom:5px;}
.social-sharing-buttons a:hover {background:#000; color:#FFFFFF; text-decoration:none;}

@media (max-width: 680px) {
.social-sharing-buttons {
    top: auto;
    right: 0;
    bottom: 40px;
    width: 100%;
	left:10px;
}
.social-sharing-buttons a {
    display: inline-block;
    padding: 2px 11px;
    margin-bottom: 5px;
    width: 16px;
    margin: 0 9px 0 0;
}
}

