/* = 10.0 Forms
-------------------------------------------------------------- 
   = 10.0.1 ----- Gravity Forms
   = 10.0.2 ----- Dropdown Styling
   = 10.0.3 ----- Contact Form
-------------------------------------------------------------- */
/* = 10.0.1 ----- Gravity Forms
-------------------------------------------------------------- */
.gform_wrapper {
  padding: 0 40px;
}
.gform_title {
  font-family: Oswald;
  border-top: 2px #000 solid !important;
  padding-top: 10px;
  font-weight: 400 !important;
}
.gform_description {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 23px;
  font-size: 14px;
}
.gfield_label {
  color: #8a8f95;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.gfield_radio li label, .gfield_checkbox li label, .ginput_complex label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300 !important;
  font-size: 12px;
}
.gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper input[type="email"] {
  padding: 5px 0 !important;
}
.ginput_container input[type="text"], .ginput_container input[type="url"], .ginput_container input[type="email"], .ginput_container textarea {
  width: 100% !important;
  color: #8a8f95;
  border: 1px #d6d6d6 solid;
  border-bottom: 2px #d6d6d6 solid;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  margin: 0;
  padding: 0;
}
.gform_wrapper .gform_heading {
  width: 100%;
  margin-bottom: 18px;
}
.gform_wrapper .ginput_complex, .gform_wrapper .ginput_complex .ginput_right {
  overflow: visible !important;
}
.gfield_time_hour label, .gfield_time_minute label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.gform_wrapper .top_label .gfield_label {
  padding-top: 10px !important;
}
.gfield_list_cell {
  width: 100% !important;
  display: block;
}
.gfield_list_row_odd, .gfield_list_row_even {
  display: block;
  position: relative;
}
.gfield_list_icons {
  position: absolute;
  top: 3px;
  display: inline-block;
  right: 5px;
}
.gform_confirmation_message {
  color: #000;
  padding: 40px;
}
.premieres-page .gform_confirmation_message {
  padding: 20px 40px;
}
.gform_heading, .gform_title, .ginput_right input[type="text"], .ginput_right input[type="url"], .ginput_right input[type="email"] {
  width: 100% !important;
}
.gfield_radio input[type="radio"] + label {
  padding-top: 2px !important;
  cursor: pointer;
  margin: 0 !important;
}
.gfield_checkbox input[type="checkbox"] + label {
  padding-top: 2px !important;
  cursor: pointer;
  margin: 0 !important;
  /* = 10.0.2 ----- Dropdown Styling
-------------------------------------------------------------- */
}
.dropdown-wrap {
  background-color: #fff;
  vertical-align: top;
  color: #636363;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  min-width: 120px;
  position: relative;
  display: block;
  border: 1px solid #cbcfd0;
  border-bottom: 2px solid #cbcfd0;
  min-height: 18px;
  padding: 6px;
}
.dropdown-wrap select {
  min-height: 32px;
  min-width: 250px;
  padding: 5px;
}
.dropdown-button {
  width: 32px;
  height: 30px;
  background-image: url(../img/no-repeat.png);
  background-position: -80px -209px;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 100%;
  margin-left: -32px;
}
.dropdown-button:hover {
  background-position: -111px -209px;
  cursor: pointer;
}
.dropdown-active {
  background-position: -111px 0;
}
.dropdown-drop {
  border: 1px solid #cbcfd0;
  position: absolute;
  top: 100%;
  left: -1px;
  width: 100%;
  min-height: 35px;
  background-color: #fff;
  z-index: 1000;
  max-height: 300px;
  overflow-y: scroll;
}
.dropdown-option {
  height: 30px;
  padding-left: 5px;
  padding-top: 5px;
}
.dropdown-option:hover {
  background-color: #00aeef;
  color: #fff;
  cursor: pointer;
  /* = 10.0.3 ----- Contact Form
-------------------------------------------------------------- */
}
.contact input[type=text], .contact input[type=url], .contact input[type=email] {
  color: #636363;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  box-sizing: border-box;
  border: 1px solid #cbcfd0;
  border-bottom: 2px solid #cbcfd0;
  min-height: 33px;
  width: 100%;
  padding: 6px;
}
.contact-msg textarea {
  color: #636363;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  min-height: 120px;
  width: 100%;
  max-width: 519px;
  border: 1px solid #cbcfd0;
  border-bottom: 2px solid #cbcfd0;
  display: block;
  margin: 5px 0;
  padding: 5px;
}
.contact-submit button {
  float: right;
}
.input-error {
  border-color: #f85170 !important;
}
