/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
.ip-form{
	margin: 20px auto;
	width: 60%;
	padding: 20px;
	background-color: #d8ecf9;
}
.ip-status{
	display: none;
	margin-top: 20px;
}

input#ipaddress {
    width: 100% !important;
}
@media all and (max-width:767px){
	.ip-form{
		width: 100%;
	}
}