/* Button Style-8 */
.tpgb-plus-button.button-style-8 {
    overflow: visible;
}
.tpgb-plus-button.button-style-8 .button-link-wrap {
    padding: 15px 30px;
    border: 1px solid #212121;
	color: #212121;
}
.tpgb-plus-button.button-style-8 .button-link-wrap:hover {
    border-color: #313131;
}
.tpgb-plus-button.button-style-8 .button-link-wrap:hover {
    transform: translateY(3px);
}