/* Enter Your Custom CSS Here */

/* Disable on Small Devices, Tablets */
@media only screen and (max-width : 1000px) {
.animated {
/*CSS transitions*/
-o-transition-property: none !important;
-moz-transition-property: none !important;
-ms-transition-property: none !important;
-webkit-transition-property: none !important;
transition-property: none !important;
/*CSS transforms*/
-o-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
-webkit-transform: none !important;
transform: none !important;
/*CSS animations*/
-webkit-animation: none !important;
-moz-animation: none !important;
-o-animation: none !important;
-ms-animation: none !important;
animation: none !important;
}
}

#wpforms-form-3041{
	    width: 694px;
    margin-left: auto;
    margin-right: auto;
}

#wpforms-form-3041 input{
	    background: white;
    text-align: center;
    margin-right: 10px;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
/*     width: 338px; */
    margin-bottom: 10px;
	max-width: 100%;
	width: 100%;
}

#wpforms-form-3041 textarea {
	background: white;
    text-align: center;
    width: 694px;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
}

#wpforms-form-3041 button{
	    background-color: #2c5f2d;
    color: #ffffff;
    border-radius: 3px;
    border: none;
    border-width: 1px 1px 1px 1px;
	font-size: 1em;
    font-weight: 600;
	width: 70px;
	transform: uppercase;
	
}

.wpforms-container .wpforms-field {
	padding: 0px;
}

#wpforms-3041-field_4-container{
	padding-top: 10px;
}
