/**** Form Common Elements ***/
.btn-send
{
  background-color: #9b7b31;
  color:#FFF;
  border-color: #413007;
}
.btn-send:hover,
.btn-send:focus,
.btn-send:active,
.btn-send.active,
.open .dropdown-toggle.btn-send {
  background-color: #413007;
  color:#FFF;
  border-color: #75550b;
 }

 .btn-send{
  width: 100%;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.person{
  display:none !important;
}


/*** Contact Form ***/
.contactForm{
	font-family:inherit;
}

.contactForm label{
    width:100% !important;
}

.contactForm .row{
  margin-bottom:15px;
}


#cfResponse{
  width: 100%;
	float:left;
	display:block;
	font-weight:bold;
	font-size:18px;
	margin-top:10px;
	margin-bottom:10px;
}
  
#cfResponse:empty{
	display:none;
}

/*** Reservation Form ***/
.reservationForm{
	font-family:inherit;
}

.reservationForm label{
    width:100% !important;
}

.reservationForm .row{ 
  margin-bottom:15px; 
}

#rfResponse{
  width: 100%;
  float:left;
  display:block;
  font-weight:bold;
  font-size:18px;
  margin-top:10px;
  margin-bottom:10px;
}

#rfResponse:empty{
  display:none;
}


input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
}



