/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
div.premium-modal-box-modal-footer {text-align: center;}
div.premium-modal-box-container {height: 0;}
span.wpcf7-form-control-wrap {text-align: center;}
.wpcf7-submit {margin-bottom: 30px !important;}
.wpcf7-mail-sent-ok {display: none !important;}

.loader {margin-left: calc(50% - 36px);}

.popup-form {display: flex;
    flex-direction: column;
    padding-left: 80px;
		padding-right: 60px;
}
.popup-label {display: flex;
    justify-content: space-between;
		align-items: center;
    margin-bottom: 5px;}
.popup-form input {width:360px; 
		height:40px;
		border-color:#a5a5a5;
		border-radius:3px;}
.checkbox-label input {width:15px; height:15px;}
.checkbox-label {text-align:left;}
.ckeckbox-agree {font-weight:bold; color:#1e2647;}
.popup-form button {width: 200px;
    margin: 15px auto 5px;
		border-radius: 50px;
		background-color: #1e2647;
		padding-top: 18px;
    padding-bottom: 20px;}
.popup-form button:hover {opacity: 0.8;
		background-color: #1e2647;}

@media (max-width:650px) {
	.popup-form {padding-left:10px; padding-right: 10px;}
	.popup-form input {max-width:300px;}
	.popup-label {flex-direction:column;}
	.checkbox-label {width:100%; margin-right: 10px; flex-direction:row;}
}