.wpmui-popup .wdpu-msg{
	padding:30px 0px!important;
	max-width:600px !important;
	background:none !important;
	box-shadow:none !important;
	-webkit-box-shadow:none !important;
}
.wpmui-popup .wdpu-msg-inner{
	overflow:visible !important;
}
.wpmui-popup .wdpu-image{
	float:none !important;
	position:static !important;
	width:100% !important;
}
.wpmui-popup .wdpu-text{
	width:100% !important;
	float:none !important;
	margin:0px !important;
	padding:0px !important;
}
.wpmui-popup .wdpu-head{
	position:relative;
	z-index:1;
	padding:5% 20px!important;
	margin:0px !important;
}
.wpmui-popup .wdpu-head:before{
	content:" ";
	display:block;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	width:40%;
	background-color:#E97220;
	z-index:2;
}
.wpmui-popup .wdpu-head:after{
	content:" ";
	display:block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-image:url(images/popup-banner.jpg);
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	z-index:1;
}
.wpmui-popup .wdpu-title,
.wpmui-popup .wdpu-subtitle{
	position:relative;
	z-index:3;
	width:85%;
	max-width:375px;
	margin:0px !important;
	padding:0px !important;
	line-height:normal !important;
	background-color:#E97220;
}
.wpmui-popup .wdpu-title{
	padding-top:15px !important;
	padding-bottom:15px !important;
	color:#fff !important;
	font-family: 'Domine', serif;
}
.wpmui-popup .wdpu-subtitle{
	padding-bottom:15px !important;
	color:#272727 !important;
	font-size:18px !important;
}
.wpmui-popup .wdpu-content{
	padding:15px;
}
.wpmui-popup .frm_forms {
	max-width:400px;
	display:block;
	margin:20px auto;
}
.wpmui-popup .wdpu-close{
	background:none !important;
	width:20px !important;
	height:30px !important;
	right:0px !important;
	top:0px !important;
	text-align:right;
	display:none;
}
.wpmui-popup .wdpu-close:after{
	content:"X";
	font-size:24px;
	font-weight:700;
	color:#fff !important;
}
.wpmui-popup .frm_submit{
	text-align:center;
	position:relative;
}
.wpmui-popup .frm_submit .frm_ajax_loading{
	display:block;
	position:absolute;
	top:0;
	right:0;
}
.wpmui-popup .wdpu-buttons{
	position:static !important;
	height:auto !important;
	padding:0px !important;
	margin:0px !important;
}
.wpmui-popup .wdpu-buttons a{
	color:#E97220 !important;
}
.wpmui-popup .wdpu-hide-forever{
	position:absolute;
	top:-30px;
	right:0px;
	width:20px;
	height:30px;
	z-index:99999;
	text-align:right;
	width:0px;
	padding-left:20px;
	overflow:hidden;
}
.wpmui-popup .wdpu-hide-forever:after{
	position:absolute;
	top:1px;
	right:0px;
	content:"X";
	font-size:24px;
	font-weight:700;
	color:#fff !important;
}