/* social share
   ============================ */

.social-share h6 {
    color: #21016b;
    margin-bottom: 4px;
}
.ru .social-share h6 {
    font-weight: bold;
}
.social-share .share-icon {
    display: none;
}
.ie9 .social-share,
.ie9 .social-bar .social-share {
    display: none;
} /* AddThis not supported in IE9 */

/* icons */
.social-share .at-style-responsive {
    margin: 0 -10px;
}
.social-share .at-style-responsive .at-share-btn {
    margin: 0 5px 5px;
    padding: 0;
}
.social-share .at-style-responsive .at-share-btn:focus,
.social-share .at-style-responsive .at-share-btn:hover {
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
}
.social-share .at-style-responsive .at-share-btn:focus {
    opacity: 0.7;
}
.social-share svg.at-icon,
.social-bar .social-share .share-icon {
    fill: #21016b !important;
}
.article-details .article-info .share-this {
    margin-bottom: 24px;
    margin-top: 18px;
}
.article-details .article-info .share-this .wrapper {
    padding: 0;
}

/* social bar */
.social-bar {
    padding-top: 33px;
}
.social-bar > .wrapper {
    position: relative;
}
.social-bar .social-share {
    float: right;
}
.social-bar .social-share h6 {
    font-family: "AvenirLTStd-Medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 2.1rem;
    line-height: 2.7rem;
    margin-right: 5px;
}
.social-bar .social-share h6,
.social-bar .social-share h6 + div {
    display: inline-block;
    max-height: 25px;
    margin-bottom: 0;
    vertical-align: middle;
}
.social-bar .social-share .at-style-responsive {
    margin: 0;
}
.social-bar .social-share .at-style-responsive .at-share-btn .at-icon-wrapper,
.social-bar .social-share .at-style-responsive .at-share-btn .at-icon-wrapper svg {
    max-height: 25px;
    max-width: 25px;
}
.social-bar .social-share .wrapper {
    padding-left: 0;
    padding-right: 0;
}

/* responsive
   ============================ */

@media screen and (max-width: 736px) {

    /* social share */
    .social-bar {
        padding-top: 19px;
    }
    .social-bar .social-share h6 {
        font-size: 1.5rem;
        line-height: 1.7rem;
        margin-right: 0;
        max-height: 17px;
    }
    .social-bar .social-share h6 + div {
        background: #21016b;
        display: none;
        max-height: none;
        padding: 7px 10px 0;
        position: absolute;
        right: 20px;
        text-align: center;
        top: 100%;
        width: 82px;
    }
    .social-bar .social-share h6 + div::before {
        content: "";
        border-bottom: 4px solid #21016b;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        height: 0;
        left: 50%;
        margin-left: -2px;
        position: absolute;
        top: -4px;
        width: 0;
    }
    .social-bar .social-share svg.at-icon {
        fill: #ffffff !important;
    }
    .social-bar .social-share .at-style-responsive .at-share-btn {
        background: none !important;
    }
    .social-bar .social-share .share-icon {
        display: inline-block;
        height: 11px;
        vertical-align: middle;
        width: 10px;
    }
}
