@charset "UTF-8";
@media screen and (max-width: 480px) {
	 #sandInquiryPopup {
		width: 290px;
		margin-left: -148px;
	}
	.form-style-two input[type="text"], .form-style-two input[type="email"] {
		width: 100% !important;
		display: block !important;
		margin-right: 0;
	}
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width:auto;
  max-width: 500px;
  margin: 20px auto;
}
.white-popup h2{
	color: #666;
	font-weight: 300;
	padding:0px;
	font-size:25px;
	margin: 15px 0px;
}

.form-style-two .left-field {
  margin-right: 27px;
}

.form-style-two input[type="text"],
.form-style-two input[type="email"] {
  width: 47%;
  display: inline-block;
}
.form-common input {
  display: block;
  width: 100%;
  line-height: 100%;
  padding: 10px 0 10px 20px;
  border: 1px solid #e8e8e8;
  margin-bottom: 30px;
}
.form-common textarea {
    padding: 20px 0 0 20px;
    border: 1px solid #e8e8e8;
    resize: none;
    width: 100%;
    display: block;
    margin-bottom: 30px;
}


.white-popup input[type="text"], 
.white-popup input[type="email"],
.white-popup textarea {
    color: #666;
    background: #fff;
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.btn-one, .btn-one:active, .btn-one:visited, .btn-one:focus {
    background-color: #fe5722;
    color: #fff;
    padding: 8px 30px;
    border: 1px solid transparent;
    font-size: 18px;
    font-weight: 700;
    font-family: "Play", sans-serif;
    border-radius: 4px;
    -webkit-transition: 0.4s ease-in;
    -o-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
}
.mfp-container .mfp-close{
	display:none;
}
.wacm-cancel {
	float:right;
}
.wacm_alert{
	padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.wacm_success{
	color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.wacm_failed{
	color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

	