/home/arranoyd/magicraft/wp-content/plugins/duplicate-page/css/duplicatepage.css
.lokhal_verify_email_popup{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display:none;
	z-index: 100;
}
.lokhal_verify_email_popup_overlay{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.5);
	display:none;
}
.lokhal_verify_email_popup .lokhal_verify_email_popup_tbl{
	display:table;
	width:100%;
	height:100%;
}
.lokhal_verify_email_popup .lokhal_verify_email_popup_tbl .lokhal_verify_email_popup_cel{
	display:table-cell;
	vertical-align:middle;
}
.lokhal_verify_email_popup .lokhal_verify_email_popup_tbl .lokhal_verify_email_popup_cel .popup_inner_lokhal{
	padding:0 40px;
}
.lokhal_verify_email_popup .lokhal_verify_email_popup_tbl .lokhal_verify_email_popup_cel .lokhal_verify_email_popup_content{
	background:#fff;
	max-width:700px;
	margin:0 auto;
	padding:30px;
	position: relative;
	text-align:center;
}
.lokhal_verify_email_popup .lokhal_verify_email_popup_tbl .lokhal_verify_email_popup_cel .lokhal_verify_email_popup_content .btn_dv{
	margin-top:30px;
}
.lokhal_verify_email_popup .lokhal_verify_email_popup_tbl .lokhal_verify_email_popup_cel .lokhal_verify_email_popup_content a.lokhal_cancel {
	position: absolute;
	right: 15px;
	top: 15px;
	text-decoration: none;
	/* font-size: 24px; */
	/* color: #016cb0; */
	/* border: 2px solid #016cb0; */
	/* border-radius: 50%; */
	/* width: 24px; */
	/* height: 24px; */
	/* line-height: 18px; */
	/* text-align: center; */
	/* font-weight: 600; */
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.lokhal_verify_email_popup .lokhal_verify_email_popup_tbl .lokhal_verify_email_popup_cel .lokhal_verify_email_popup_content a.lokhal_cancel:hover{
	/*color:#fff;
	background:#016cb0;*/
	opacity:0.8;
	transition:all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.lokhal_verify_email_popup .lokhal_verify_email_popup_tbl .lokhal_verify_email_popup_cel .lokhal_verify_email_popup_content .lokhal_desc {
	/* text-transform: uppercase; */
	font-size: 16px;
	max-width: 450px;
	margin: 0 auto;
	margin-bottom: 30px;
	color: #808080;
}
.lokhal_verify_email_popup .lokhal_verify_email_popup_tbl .lokhal_verify_email_popup_cel .lokhal_verify_email_popup_content h3 {
	font-size: 36px;
	font-family:'Raleway';
	font-weight:700;
	color:#000;
	margin-bottom: 25px;
}
.lokhal_verify_email_popup .form_grp{
	overflow:auto;
	margin-bottom: 15px;
}
.lokhal_verify_email_popup .form_grp .form_twocol{
	width:50%;
	float:left;
	box-sizing:border-box;
	padding:0 5px;
}
.lokhal_verify_email_popup .form_grp .form_onecol{
	box-sizing: border-box;
padding: 0 5px;
}
.lokhal_verify_email_popup .form_grp input {
	width: 100%;
	border: 1px solid #ddd;
	box-shadow: none !important;
	padding: 10px;
}
.lokhal_verify_email_popup .fm_bot_links {
	border-top:1px solid #ddd;
	padding-top:20px;
	margin-top: 40px;
}
.lokhal_verify_email_popup .fm_bot_links a{
	font-size:16px;
	text-decoration:none;
	margin: 0 15px;
	color:#016cb0;
}
.lokhal_verify_email_popup .btn_dv .verify_local_email {
	background: #016cb0 !important;
	width:165px;
	height:50px;
	padding: 0;
	border: none;
	font-size: 16px;
	text-transform: uppercase;
	margin-right: 15px;
	font-weight: 700;
}
.lokhal_verify_email_popup .btn_dv .verify_local_email .btn-text {
	display: inline-block;
	padding: 0 15px;
	margin-right: 0;
	vertical-align: middle;
	float: left;
	line-height: inherit;
	height: 50px;
	padding-top: 12px;
	box-sizing: border-box;
	width: 109px;
}
.lokhal_verify_email_popup .btn_dv .verify_local_email .btn-text-icon {
	display: inline-block;
	width: 56px;
	text-align: center;
	vertical-align: middle;
	float: left;
	line-height: inherit;
	border-radius: 0 3px 3px 0;
	position: relative;
	overflow: hidden;
	background: #004270;
	height: 50px;
	padding-top: 14px;
	box-sizing: border-box;
}
.lokhal_verify_email_popup .btn_dv .verify_local_email:hover .btn-text-icon img{
	-webkit-animation-name: moving;
  -webkit-animation-duration: 0.8s;
}
.lokhal_verify_email_popup .btn_dv .verify_local_email:hover .btn-text-icon {
	background: #012842;
}
.lokhal_verify_email_popup .btn_dv .lokhal_cancel{
	border:2px solid #016cb0;
	font-size: 16px;
	text-transform: uppercase;
	height: inherit;
	background:#fff;
	width:165px;
	height:50px;
	margin-left: 15px;
	font-weight: 700;
}
.lokhal_verify_email_popup .btn_dv .lokhal_cancel:hover{
	border:2px solid #016cb0;
	background:#fff;
}