.gfw-menu-share-wrpr .gfw-share-wrpr>span,
.gfw-menu-share-wrpr .gfw-share-wrpr>strong {
    display: none
}

.gfw-menu-share-wrpr .gfw-share-wrpr .gfw-menu-share-wrpr .gfw-share-wrpr .gfw-mobile-share-btn {
    display: none;
    white-space: nowrap;
    padding: 10px 30px;
    margin: -15px 30px 30px;
    border: solid 1px #fff
}

.gfw-menu-share-wrpr .gfw-share-icon g {
    fill: #FFF
}

.gfw-share-wrpr .gfw-share-btns {
    white-space: nowrap;
    cursor: pointer
}

.gfw-share-wrpr .gfw-share-btns .gfw-expanded-options {
    width: 0;
    height: 60px;
    overflow: hidden;
    vertical-align: top;
    opacity: 0;
    transition: all 300ms linear
}

.gfw-share-wrpr .gfw-share-btns .gfw-expanded-options.active {
    display: inline-block;
    width: 153px;
    opacity: 1;
}

.gfw-share-wrpr .gfw-share-btns div:first-of-type {
    display: inline-block
}

.gfw-share-wrpr .gfw-share-btns>div:last-of-type,
.gfw-share-wrpr .gfw-share-btns a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 5px;
    padding: 0;
    line-height: 40px;
    transform: scale(1);
    transition: all 300ms linear
}

.gfw-share-wrpr .gfw-share-btns>div:last-of-type:focus,
.gfw-share-wrpr .gfw-share-btns>div:last-of-type:hover,
.gfw-share-wrpr .gfw-share-btns a:focus,
.gfw-share-wrpr .gfw-share-btns a:hover {
    transform: scale(0.95)
}

.gfw-share-wrpr .gfw-share-btns>div:last-of-type img,
.gfw-share-wrpr .gfw-share-btns a img {
    display: inline-block;
    width: 40px;
    height: auto
}

.gfw-share-wrpr .gfw-share-btns .gfw-more-share-options {
    display: block
}