input:not([type=submit]):not([type=search]):not([type=radio]):not([type=checkbox]), select, textarea  {
	min-width: 75%;
    border-radius: 5px;
/*     padding: 5px !important; */
}

@media only screen and (max-width: 767px) {
  input:not([type=submit]), select, textarea {
    min-width: 100%;
  }
}

textarea {
	min-height: 100px;
}

input[type=submit] {
	color: #ffffff!important;
	font-size: 17px;
    border: 1px solid #4d4140;
    border-radius: 25px;
    background-color: #4d4140;
	padding: 10px 20px;
}

input[type=submit]:hover {
	border-color: #4c2f2e!important;
	background-color: #4c2f2e;
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
	.et_contact_bottom_container {
		float: none !important;
		justify-content: center !important;
		margin-top: 15px !important;
	}
}

.et-pb-contact-message {
	color: #fff;
	font-size: 20px;
	font-family: 'Montserrat';
}