/* Social Share */
.fl-row.social-row > .fl-row-content-wrap {
    padding: 0;
}

.fl-col.social-col {
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 10;
    width: auto;
}

.fl-col.social-col > .fl-col-content {
    display: inline-flex;
    flex-direction: column;
    position: relative;
}

.fl-col.social-col > .fl-col-content:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: calc(100% + 10px);
    background: #FFF;
    padding-top: 10px;
    border-radius: 0 6px 6px 0;
    z-index: -1;
}

@media only screen and (max-width: 921px) {
    .fl-col.social-col > .fl-col-content:before {
        left: -5px;
    }

    .nexus-share .uabb-social-share-wrap.uabb-ss-column-auto .uabb-style-inline .uabb-ss-grid-item:first-child {
        border-radius: 0 6px 0 0;
        overflow: hidden;
    }

    .nexus-share .uabb-social-share-wrap.uabb-ss-column-auto .uabb-style-inline .uabb-ss-grid-item:last-child {
        border-radius: 0 0 6px 0;
        overflow: hidden;
    }
}

.fl-col.social-col > .fl-col-content .fl-module > .fl-module-content {
    display: inline-block;
}

.fl-col.social-col > .fl-col-content .fl-module.fl-module-rich-text > .fl-module-content {
    margin: 0 5px;
    line-height: 0;
}

.nexus-share .fl-module-content {
    margin: 0;
}

.nexus-share .fl-module-content .uabb-ss-wrap {
    flex-direction: column;
    border-radius: 0 6px 6px 0;
}

.nexus-share .fl-module-content .uabb-ss-wrap .uabb-ss-grid-item {
    margin-top: 0;
}

.nexus-share .uabb-ss-wrap .uabb-ss-button-twitter .uabb-ss-grid-button {
    border: 2px solid #000;
}

.nexus-share .uabb-ss-wrap .uabb-ss-button-twitter .uabb-ss-grid-button .uabb-ss-icon {
    background: #000;
}

/* Right Gif Image */
.fl-row.right-gif-img-row > .fl-row-content-wrap {
    padding: 0;
}

.fl-row.right-gif-img-row > .fl-row-content-wrap .right-gif-img {
    position: fixed;
    right: 0;
    z-index: 10;
    bottom: 60px;
}

.fl-row.right-gif-img-row > .fl-row-content-wrap .right-gif-img > .fl-module-content img.fl-photo-img {
    max-width: 135px;
}

@media only screen and (max-width: 481px) {
    .fl-row.right-gif-img-row > .fl-row-content-wrap .right-gif-img > .fl-module-content img.fl-photo-img {
        max-width: 90px;
    }
}

.subscription-popup-row {
    display: none;
}

.subscription-popup-row .fl-col {
    min-height: unset;
}