@charset "utf-8";

.sw-wrapper-fancybox {
    position: relative;
    display: block;
}
span.alignleft {
    float: left;
    max-width: 100%;
}
span.alignright {
    float: right;
    max-width: 100%;
}
span.aligncenter {
    display: block;
    text-align: center;
    max-width: 100%;
}

.sw_social_share {
    list-style: none;
    margin: 0 !important;
    display: none;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#4cffffff', endColorstr='#4cffffff');
    padding: 0 5px 0 0
}

.sw_social_share.sw_top_left {
    top: 0;
    left: 0
}

.sw_social_share.sw_top_right {
    top: 0;
    right: 0
}

.sw_social_share.sw_bottom_right {
    bottom: 0;
    right: 0
}

.sw_social_share.sw_bottom_left {
    bottom: 0;
    left: 0
}

.sw_social_share.sw_center {
    top: 50%;
    left: 50%
}

.sw_social_share li {
    cursor: pointer;
    background: url("../images/social_icons.png") no-repeat;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 5px 0 0 5px !important;
    line-height: 0 !important;
    padding: 0 !important;
    content: none
}

.sw_social_share li:after, .sw_social_share li:before {
    content: none
}

.sw_social_share li.sw_facebook:hover {
    background-position: 0 -34px
}

.sw_social_share li.sw_twitter {
    background-position: -68px 0
}

.sw_social_share li.sw_twitter:hover {
    background-position: -68px -34px
}

.sw_social_share li.sw_gplus {
    background-position: -137px 0
}

.sw_social_share li.sw_gplus:hover {
    background-position: -137px -34px
}

.sw_social_share li.sw_pinit {
    background-position: -102px 0
}

.sw_social_share li.sw_pinit:hover {
    background-position: -102px -34px
}

.sw_social_share li.sw_tumblr {
    background-position: -170px 0
}

.sw_social_share li.sw_tumblr:hover {
    background-position: -170px -34px
}

.sw_social_share li.sw_linked {
    background-position: -34px 0
}

.sw_social_share li.sw_linked:hover {
    background-position: -34px -34px
}

/*
 * SW Social Share Post Page plugin rewrites
 */

.postPage-content .sw-wrapper-fancybox {
    display: inline-block;
    max-width: 100%;
}

.postPage-content .sw-wrapper-fancybox .sw_social_share {
    box-sizing: border-box;
    width: 114px;
    height: 24px;
    right: 20px;
    bottom: 30px;
    padding: 0 0 0 30px;
    background: #fff url("../images/share.svg") no-repeat 5px 50%;
    border-radius: 3px;
    box-shadow: 0 1px 3px #636363;
    font-size: 0;
}

.postPage-content .sw-wrapper-fancybox .sw_social_share li {
    width: 16px;
    height: 16px;
    margin: 4px 5px 0 0 !important;
}

.postPage-content .sw-wrapper-fancybox .sw_social_share .sw_facebook {
    background: url("../images/facebook-2.svg") no-repeat;
}

.postPage-content .sw-wrapper-fancybox .sw_social_share .sw_twitter {
    background: url("../images/twitter-2.svg") no-repeat;
}

.postPage-content .sw-wrapper-fancybox .sw_social_share .sw_pinit {
    background: url("../images/pinterest.svg") no-repeat;
}

.postPage-content .sw-wrapper-fancybox .sw_social_share .sw_linked {
    background: url("../images/linkedin-2.svg") no-repeat;
}
