/* Element Styles */

.wpfox_cta_section {
	text-align: center;
}

.wpfox_cta_section h3 {
	font-size: 36px;
	line-height: 1.21;
	font-weight: 400;
	letter-spacing: 0;
	color: #b99761;
}

.wpfox_cta_section .button {
	color: #b99761;
	border-color: #b99761;
}

.wpfox_cta_section .button:hover,
.wpfox_cta_section .button:active {
	background-color: #b99761;
}

/*
.wpfox_cta_section .button::after {
	background-image: url('../images/button-arrow.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	content: " ";
	width: 13px;
	height: 10px;
}

.wpfox_cta_section .button:hover::after,
.wpfox_cta_section .button:active::after {
	background-image: url('../images/button-arrow-hover.png');
}
*/