/* Button Style-3 */
.tpgb-plus-button.button-style-3 .button-link-wrap {
	padding: 0 60px 0 0;
	color:#212121;
}
.tpgb-plus-button.button-style-3 a.button-link-wrap:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 20px;
	height: 20px;
	background: #dddddd;
}
.tpgb-plus-button.button-style-3 .button-link-wrap .arrow * {
	transition: all .3s linear;
}
.tpgb-plus-button.button-style-3 a.button-link-wrap:hover:before {
	transform: rotate(90deg);
	transition: all .2s ease .2s;
}
.tpgb-plus-button.button-style-3 .arrow, .tpgb-plus-button.button-style-3 .arrow-1 {
	position: absolute;
	right: 6px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 48px;
	height: 9px;
	left: auto;
}
.tpgb-plus-button.button-style-3 a.button-link-wrap .arrow-1 {
	opacity: 0;
	transform: translateX(-10px);
}
.tpgb-plus-button.button-style-3 a.button-link-wrap:hover .arrow {
	opacity: 0;
	transform: translateX(10px);
	transition: all .2s ease 0s;
}
.tpgb-plus-button.button-style-3 a.button-link-wrap:hover .arrow-1 {
	opacity: 1;
	transform: translateX(0);
	transition: all .2s ease .4s;
}