
.trx_popup {
	-webkit-animation-name: fadeIn_popup;
	animation-name: fadeIn_popup;
}
.trx_popup.close {
	-webkit-animation-name: fadeOut_popup;
	animation-name: fadeOut_popup;
}.trx_popup .trx_popup_container {
	background-image: url(https://smithslakeholidays.com.au/wp-content/uploads/2019/08/africa-copyright.jpg);
}
/* Custom styles
*******************************/
.trx_popup_close:before,
.trx_popup_close:after {
background-color: #ffffff;
}
.trx_popup_inner .trx_popup_subtitle {
color: #ffffff;
}
.trx_popup_inner .trx_popup_title {
color: #ffffff;
}
.trx_popup_inner .trx_popup_button {
color: #222222 !important;
background-color: #ffffff !important;
}
.trx_popup_inner .trx_popup_button:hover {
color: #ffffff !important;
background-color: #f0473c !important;
}