﻿/*!
 * Project Name: SocialShare
 * Author: Stephen Neate
 * License: MIT License
 * Copyright (c) 2023 Subtle Difference https://github.com/SubtleDifference/SocialShare
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */
 
 .socialshare .social-icons,
.socialshare.fixedsocials .social-icons {
    display: flex;
    list-style: none;
    justify-content: left;
    align-items: center;
    margin: 0;
    padding: 0;

}

.socialshare .social-icons li,
.socialshare.fixedsocials .social-icons li {
    margin: 0 10px;

}

.socialshare .social-icons a,
.socialshare.fixedsocials .social-icons a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #eee;
    color: #333;
    transition: all 0.3s ease;
}

.socialshare .social-icons a:hover,
.socialshare.fixedsocials .social-icons a:hover {
    transform: scale(1.1);
}

.socialshare .social-icons .facebook,
.socialshare.fixedsocials .social-icons .facebook {
    background-color: #3b5998;
    color: #fff;
}

.socialshare .social-icons .twitter,
.socialshare.fixedsocials .social-icons .twitter {
    background-color: #1da1f2;
    color: #fff;
}

.socialshare .social-icons .linkedin,
.socialshare.fixedsocials .social-icons .linkedin {
    background-color: #0077b5;
    color: #fff;
}

.socialshare .social-icons .email,
.socialshare.fixedsocials .social-icons .email {
    background-color: #d44638;
    color: #fff;
}

.socialshare .social-icons .sms,
.socialshare.fixedsocials .social-icons .sms {
    background-color: #29a9e0;
    color: #fff;
}

.socialshare .social-icons .reddit,
.socialshare.fixedsocials .social-icons .reddit {
    background-color: #ff4500;
    color: #fff;
}

.socialshare .social-icons .whatsapp,
.socialshare.fixedsocials .social-icons .whatsapp {
    background-color: #25D366;
    color: #fff;
}

.socialshare .social-icons .pinterest,
.socialshare.fixedsocials .social-icons .pinterest {
    background-color: #E60023;
    color: #fff;
}

.socialshare .social-icons .copy,
.socialshare.fixedsocials .social-icons .copy {
    background-color: #4e1741;
    color: #fff;
}

.socialshare .social-icons .blogger,
.socialshare.fixedsocials .social-icons .blogger {
    background-color: #f57d00;
    color: #fff;
}

.socialshare .social-icons .digg,
.socialshare.fixedsocials .social-icons .digg {
    background-color: #000000;
    color: #fff;
}

.socialshare .social-icons .evernote,
.socialshare.fixedsocials .social-icons .evernote {
    background-color: #2dbe60;
    color: #fff;
}

.socialshare .social-icons .flipboard,
.socialshare.fixedsocials .social-icons .flipboard {
    background-color: #e12828;
    color: #fff;
}
.socialshare .social-icons .messenger,
.socialshare.fixedsocials .social-icons .messenger {
    background-color: #0078ff;
    color: #fff;
}

.socialshare .social-icons .print,
.socialshare.fixedsocials .social-icons .print {
    background-color: #666666;
    color: #fff;
}

.socialshare .social-icons .tumblr,
.socialshare.fixedsocials .social-icons .tumblr {
    background-color: #34465d;
    color: #fff;
}

.socialshare .social-icons .vk,
.socialshare.fixedsocials .social-icons .vk {
    background-color: #45668e;
    color: #fff;
}

.socialshare .social-icons .rocketchat,
.socialshare.fixedsocials .social-icons .rocketchat {
    background-color: #f5455c;
    color: #fff;
}

.socialshare .social-icons .weibo,
.socialshare.fixedsocials .social-icons .weibo {
    background-color: #e6162d;
    color: #fff;
}

.socialshare .social-icons .xing,
.socialshare.fixedsocials .social-icons .xing {
    background-color: #026466;
    color: #fff;
}

.socialshare .social-icons .printPDF,
.socialshare.fixedsocials .social-icons .printPDF {
    background-color: #cc0000;
    color: #fff;
}

.socialshare .social-icons .mastodon,
.socialshare.fixedsocials .social-icons .mastodon {
    background-color: #3088d4;
    color: #fff;
}