/* Button Style-7 */
.tpgb-plus-button.button-style-7 .button-link-wrap {
    padding-right: 36px;
	color: #212121;
}
.tpgb-plus-button.button-style-7 .button-link-wrap .btn-arrow {
    letter-spacing: 0!important;
}
.tpgb-plus-button.button-style-7 .button-link-wrap .btn-arrow .btn-right-arrow {
    line-height: 30px;
    font-size: 14px;
    position: absolute;
    right: 0;
    width: 23px;
    text-align: center;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    transition: all 0.33s cubic-bezier(.12,.75,.4,1);
}
.tpgb-plus-button.button-style-7 .button-link-wrap .btn-arrow:after {
    position: absolute;
    content: '';
    border-bottom: 2px solid;
    height: 1px;
    width: 22px;
    right: 12px;
    top: 50%;
    margin-top: -1px;
    transform: scale(0,1) translateX(0);
    transform-origin: left;
    pointer-events: none;
    transition: all 0.33s cubic-bezier(.12,.75,.4,1);
}
.tpgb-plus-button.button-style-7 .button-link-wrap:after {
    border-radius: 100px;
    border: 1px solid rgba(0,0,0,.3);
    height: 25px;
    width: 25px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12.5px;
    content: ' ';
    display: block;
    pointer-events: none;
    transition: all 0.33s cubic-bezier(.12,.75,.4,1);
}
.tpgb-plus-button.button-style-7 .button-link-wrap:hover .btn-arrow:after, .tpgb-plus-button.button-style-7 .button-link-wrap:hover .btn-arrow .btn-right-arrow {
    transform: scale(1,1) translateX(9px);
}
.tpgb-plus-button.button-style-7 .button-link-wrap:hover:after {
    transform: scale(.8);
    opacity: 0;
}