/*============================================================================
  Social Icon Buttons v1.0
  Author:
    Carson Shold | @cshold
    http://www.carsonshold.com
  MIT License
==============================================================================*/
@font-face {
    font-family: 'icons';
    src: url("fonts/icons.eot?qhrhpx");
    src: url("fonts/icons.eot?qhrhpx#iefix") format("embedded-opentype"), url("fonts/icons.ttf?qhrhpx") format("truetype"), url("fonts/icons.woff?qhrhpx") format("woff"), url("fonts/icons.svg?qhrhpx#icons") format("svg");
    font-weight: normal;
    font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.icon-fancy:before {
    content: "a"; }

.icon-twitter:before {
    content: "b"; }

.icon-facebook:before {
    content: "c"; }

.icon-google:before {
    content: "d"; }

.icon-pinterest:before {
    content: "e"; }

.icon-reddit:before {
    content: "f"; }

.icon-linkedin:before {
    content: "g"; }

.icon-skype:before {
    content: "h"; }

/*================ Social share buttons ================*/
.social-sharing {
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*================ Large Buttons ================*/ }
.social-sharing * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.social-sharing a {
    display: block;
    color: #fff;
    border-radius: 2px;
    margin: 0;
    height: 22px;
    line-height: 22px;
    text-decoration: none;
    font-weight: normal;
}
.social-sharing a:hover {
    color: #fff; }
.social-sharing span {
    display: inline-block;
    vertical-align: top;
    height: 22px;
    line-height: 22px;
    font-size: 12px; }
.social-sharing .icon {
    padding: 0 5px 0 10px; }
.social-sharing .icon:before {
    line-height: 22px; }
.social-sharing.is-large a {
    height: 40px;
    line-height: 40px; }
.social-sharing.is-large a span {
    height: 40px;
    line-height: 40px;
    font-size: 14px; }
.social-sharing.is-large a .icon {
    padding: 0 10px 0 0; }
.social-sharing.is-large a .icon:before {
    line-height: 40px; }

.share-title {
    font-weight: 900;
    font-size: 12px;
    padding-right: 0; }
.is-large .share-title {
    padding-right: 0; }

.share-facebook {
    background-color: #3b5998; }
.share-facebook:hover {
    background-color: #2d4373; }

.share-twitter {
    background-color: #00aced; }
.share-twitter:hover {
    background-color: #0087ba; }

.share-pinterest {
    background-color: #cb2027; }
.share-pinterest:hover {
    background-color: #9f191f; }

.share-fancy {
    background-color: #4999dc; }
.share-fancy:hover {
    background-color: #2780cb; }

.share-google {
    background-color: #dd4b39; }
.share-google:hover {
    background-color: #c23321; }

.share-reddit {
    background-color: #5f99cf; }
.share-reddit:hover {
    background-color: #3a80c1; }

.share-linkedin {
    background-color: #0077b5; }
.share-linkedin:hover {
    background-color: #005582; }

.share-skype {
    background-color: #00aff0; }
.share-skype:hover {
    background-color: #008abd; }

/*================ Clean Buttons ================*/
.social-sharing.is-clean a {
    background-color: #fff;
    border: 1px solid #ececec;
    color: #333;
    height: 30px;
    line-height: 30px; }
.social-sharing.is-clean a span {
    height: 30px;
    line-height: 30px;
    font-size: 13px; }
.social-sharing.is-clean a:hover {
    background-color: #ececec; }
.social-sharing.is-clean a .share-title {
    font-weight: normal; }
.social-sharing.is-clean .icon-facebook {
    color: #3b5998; }
.social-sharing.is-clean .icon-twitter {
    color: #00aced; }
.social-sharing.is-clean .icon-pinterest {
    color: #cb2027; }
.social-sharing.is-clean .icon-fancy {
    color: #4999dc; }
.social-sharing.is-clean .icon-google {
    color: #dd4b39; }
.social-sharing.is-clean .icon-reddit {
    color: #5f99cf; }
.social-sharing.is-clean .icon-linkedin {
    color: #0077b5; }
.social-sharing.is-clean .icon-skype {
    color: #00aff0; }

/*# sourceMappingURL=social-buttons.css.map */
