@charset "UTF-8";
/**
 * PUB_FLEXTRAS/social-media/sm-buttons.css
 *
 *
 * @version 3.0.1
 * @updated 01/05/19
 * @author Phil Chapman
 * @copyright 2015 ValliP / kodingmadesimple + copyright 2015-2019 Hi-Peak Internet
 * @since 1.0.0 17/09/15
 *
 * Version history:
 * 1.0.0    17/09/15    ValliP  Initial version (from http://www.kodingmadesimple.com/2014/11/create-stylish-bootstrap-3-social-media-icons.html)
 *                      PhilC   Added right-alignment
 * 1.1.0    07/03/16    PhilC   Added @charset declaration
 * 2.0.0    12/03/16    PhilC   Renamed social class to sm-buttons
 * 3.0.0    08/09/18    PhilC   New version for frameLESS 2 + Bootstrap 4 + Font Awesome 5.3.1
 * 3.0.1    01/05/19    PhilC   Updated headerblock to use frameLESS v2 PHPDoc format
 *
 */

/* SM buttons - general format */
.sm-buttons {
    margin: 0;
    padding: 5px;
}

@media (min-width: 768px) {
    .sm-buttons span {
        float: right !important;
    }
}
.sm-buttons .fab {
    margin: 1px;
    padding: 10px;
    font-size: 20px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
}

.sm-buttons .fab:hover {
    opacity: 0.7;
}

/* Specific SM icons */

.sm-buttons .fa-android {
    background: #a4c639;
    color: white;
}

.sm-buttons .fa-dribbble {
    background: #ea4c89;
    color: white;
}

.sm-buttons .fa-facebook {
    background: #3B5998;
    color: white;
}

.sm-buttons .fa-flickr {
    background: #f40083;
    color: white;
}

.sm-buttons .fa-foursquare {
    background: #45bbff;
    color: white;
}

.sm-buttons .fa-google, .sm-buttons .fa-google-plus {
    background: #dd4b39;
    color: white;
}

.sm-buttons .fa-instagram {
    background: #125688;
    color: white;
}

.sm-buttons .fa-linkedin {
    background: #007bb5;
    color: white;
}

.sm-buttons .fa-pinterest {
    background: #cb2027;
    color: white;
}

.sm-buttons .fa-reddit {
    background: #ff5700;
    color: white;
}

.sm-buttons .fa-rss {
    background: #ff6600;
    color: white;
}
.sm-buttons .fa-skype {
    background: #00aff0;
    color: white;
}

.sm-buttons .fa-snapchat-ghost {
    background: #fffc00;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.sm-buttons .fa-soundcloud {
    background: #ff5500;
    color: white;
}

.sm-buttons .fa-stumbleupon {
    background: #eb4924;
    color: white;
}

.sm-buttons .fa-tumblr {
    background: #2c4762;
    color: white;
}

.sm-buttons .fa-twitter {
    background: #55ACEE;
    color: white;
}

.sm-buttons .fa-vimeo {
    background: #45bbff;
    color: white;
}

.sm-buttons .fa-vine {
    background: #00b489;
    color: white;
}

.sm-buttons .fa-yahoo {
    background: #430297;
    color: white;
}

.sm-buttons .fa-youtube {
    background: #bb0000;
    color: white;
}
