/* Contact Form variables
========================================================*/
/* Contact Form Basic Styles 
========================================================*/
#contact-form {
  position: relative;
  margin: 0 0 90px 0;
}
#contact-form label {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 46px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
  margin-bottom: 12px;
  margin-top:3px;
}
#contact-form label + label {
  margin-left: 16px;
}
#contact-form label.message {
  width: 100%;
  height: 150px;
}
#contact-form label.select {
  width: 100%;
  height: 40px;
  margin-left:0;
}
#contact-form label.captcha {
  background:#fff;
  float:left; margin:0; padding:0; width:35%;
}
#contact-form label.captcha1 {
  float:right; width:60%;
}
.select {
  width: 100%;
  line-height: 18px;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  color: #494f4f;
  background: #ffffff;
  padding: 14px 16px;
  outline: none;
  height: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
  margin: 0;
}
@media (max-width: 1199px) {
  #contact-form label {
    width: 100%;
  }
  #contact-form label + label {
    margin-left: 0;
  }
}
#contact-form fieldset {
  border: none;
}
/* Contact Form Input 
========================================================*/
#contact-form .input[type='text'] {
  width: 100%;
  line-height: 18px;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  color: #494f4f;
  background: #ffffff;
  padding: 14px 16px;
  outline: none;
  height: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
  margin: 0;
  -webkit-appearance: none;
}
.inputcity {
  float:left;
  width: 57.5%;
  line-height: 18px;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  color: #494f4f;
  background: #ffffff;
  padding: 14px 16px;
  outline: none;
  height: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
  margin: 0;
  -webkit-appearance: none;
}
.inputstate {
  float:left;
  width: 10%;
  line-height: 18px;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  color: #494f4f;
  background: #ffffff;
  padding: 14px 16px;
  outline: none;
  height: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
  margin: 0;
  margin-left:10px;
  -webkit-appearance: none;
}
.inputzip {
  float:right;
  width: 30%;
  line-height: 18px;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  color: #494f4f;
  background: #ffffff;
  padding: 14px 16px;
  outline: none;
  height: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
  margin: 0;
  -webkit-appearance: none;
}
@media (max-width: 979px) {
.inputcity, .inputstate, .inputzip {
  float:none;
  width: 100%;
  margin-bottom:15px;
  margin-left:0;
}
}
.inputwine {
  float:left;
  width: 20px;
  height: 20px;
  line-height: 18px;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  color: #494f4f;
  background: #ffffff;
  padding: 3px 0 3px 5px;
  outline: none;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
  margin: 0;
  margin-right:5px;
  -webkit-appearance: none;
}
.selectedindex {
  width:100%;
  height:40px;
  margin-left:-20px;
  line-height: 18px;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  color: #494f4f;
  background: #ffffff;
  padding: 8px 15px;
  outline: none;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
  margin: 0;
  -webkit-appearance: none;
}
#search .input[type='text'] {
  width: 100%;
  line-height: 18px;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  color: #494f4f;
  background: #ffffff;
  padding: 14px 16px;
  outline: none;
  height: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
  margin: 0;
  -webkit-appearance: none;
}
/* Contact Form Textarea 
========================================================*/
#contact-form textarea {
  width: 100%;
  line-height: 18px;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  color: #494f4f;
  background: #ffffff;
  padding: 14px 16px;
  outline: none;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
  resize: none;
  height: 100%;
  -webkit-appearance: none;
}
#contact-form .message .empty-message,
#contact-form .message .error-message {
  right: 20px;
}
/* Contact Form Buttons
========================================================*/
.contact-form-buttons {
  text-align: center;
  margin: 35px 0 0 0;
}
.contact-form-buttons .btn-default:hover {
  background: #de8e31;
}
.contact-form-buttons .btn-default + .btn-default {
  margin-left: 10px;
  background: #de8e31;
}
.contact-form-buttons .btn-default + .btn-default:hover {
  background: #47888d;
}
.labelbox {
  background:#e3ddce; 
  border:1px solid #dad4c5; 
  padding:5px 10px 0 10px; 
  margin-bottom:15px;
}
.labelbox2 {
  background:#e3ddce; 
  border:1px solid #dad4c5; 
  padding:5px 10px 0 10px; 
  margin-bottom:15px;
}
@media (max-width: 979px) {
.labelbox2 {
  height:310px;
}
}
