div[role="form"] {
  opacity: 1 !important;
}

.vc-form {
  background-color: #ae091a;
  max-width: 500px;
  margin: 0 auto;
}

.vc-form input:focus {
  background-color: transparent !important;
}

form fieldset {
  text-align: center;
}

.vc-form__container {
  display: flex;
  justify-content: space-between;
}

.vc-form label {
  text-align: left;
  text-transform: uppercase;
  color: white;
  margin-bottom: 15px;
}

.vc-form label span,
.vc-form label span input {
  background-color: #e898a1;
}

.vc-form label span input {
  border: none !important;
}

.vc-form label span input::placeholder {
  text-transform: uppercase;
  font-weight: bold;
  color: #aaaaaa;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  text-transform: none;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  text-transform: none;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  text-transform: none;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  text-transform: none;
}

::placeholder {
  /* Recent browsers */
  text-transform: none;
}

.vc-form__title {
  color: white;
  text-transform: uppercase;
  font-size: 2.6em;
  font-weight: bold;
  /* height: 100px; */
  width: 100%;
  margin: 0 auto;
  line-height: 50px;
  margin-bottom: 50px;
}

.vc-form__left_column {
  width: 65%;
}

.vc-form__right_column {
  width: 35%;
}

.vc-form__left_column label {
  width: 80%;
}

.vc-form__section-title {
  text-align: left !important;
  text-transform: uppercase;
  color: white;
  margin-bottom: 15px;
  font-weight: bold;
  margin: 25px 0px 15px 0px !important;
}

.vc-form__move_date input {
  background-color: #e898a1 !important;
  font-weight: bold;
  text-transform: uppercase;
}

.vc-form__move_date input:focus {
  background-color: #e898a1 !important;
}

.vc-form__message textarea,
.vc-form__message textarea:focus {
  background-color: #e898a1 !important;
}

.vc-form-main fieldset.fieldset-cf7mls:not(:first-of-type) {
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 812px) {
  .vc-form {
    padding-right: 25px;
    padding-left: 25px;
  }

  form
    > fieldset:nth-child(2)
    > div
    > div:nth-child(2)
    > div.vc-form__right_column
    > label {
    white-space: nowrap;
  }

  form
    > fieldset:nth-child(2)
    > div
    > div:nth-child(2)
    > div.vc-form__right_column
    > label
    > span {
    display: block;
  }
}

.hidden {
  display: none;
}

span.type-of-move {
  display: inline-grid;
  /* grid-template-rows: max-content; */
  /* grid-template-rows: 100px; */
  /* grid-template-columns: 100px; */
  grid-template-columns: 150px 150px 150px;
  grid-gap: 10px;
  margin: 0 auto;
}

span.type-of-move input {
  display: block;
}

span.type-of-service {
  text-align: left;
  width: 80%;
  display: block;
  color: white;
}

span.type-of-service .wpcf7-list-item {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

span.type-of-move .wpcf7-list-item-label {
  background: none;
}

.wpcf7-form-control-wrap.apptype {
  display: block;
  color: white;
  margin-top: 20px;
  margin-bottom: 20px;
}

.location-choose {
  display: block;
}

.dept-singlehouse-group .vc-form label {
  flex-grow: 1;
  width: 100%;
}

.dept-singlehouse-group .wpcf7-list-item-label,
.dept-townhome-group .wpcf7-list-item-label,
.dept-apartment-group .wpcf7-list-item-label {
  background: none;
}

.vc-form-main .screen-reader-response {
  display: none;
}

.wpcf7-response-output.wpcf7-validation-errors {
  display: none;
}

.volume-calculator .wpcf7-form-control.wpcf7-submit {
  margin-bottom: 25px !important;
}

.volume-calculator .wpcf7-response-output {
  display: none;
}

.volume-calculator .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: none !important;
  font-size: 1.5em;
}

@media only screen and (max-width: 650px) {
  fieldset[data-cf7mls-order="0"] .vc-form__container {
    display: block;
  }

  fieldset[data-cf7mls-order="0"] .vc-form__container .vc-form__right_column {
    width: 100%;
  }

  fieldset[data-cf7mls-order="0"]
    .vc-form__container
    .vc-form__right_column
    label {
    width: 100%;
  }

  fieldset[data-cf7mls-order="0"] .vc-form__container .vc-form__left_column {
    width: 100%;
  }

  fieldset[data-cf7mls-order="0"]
    .vc-form__container
    .vc-form__left_column
    label {
    width: 100%;
  }

  fieldset[data-cf7mls-order="0"] span.type-of-move {
    grid-template-columns: 150px 150px;
  }

  .vc-form {
    padding: 0px;
  }

  .modal__main {
    width: 80%;
    padding: 15px;
  }

  fieldset[data-cf7mls-order="1"] div.vc-form__left_column {
    width: 100%;
  }

  fieldset[data-cf7mls-order="1"] div.vc-form__left_column label {
    width: 100%;
  }

  fieldset[data-cf7mls-order="1"] div.vc-form__right_column {
    width: 100%;
  }

  fieldset[data-cf7mls-order="1"] div.vc-form__container {
    display: block;
  }

  fieldset[data-cf7mls-order="2"] div.vc-form__left_column {
    width: 100%;
  }

  fieldset[data-cf7mls-order="2"] div.vc-form__left_column label {
    width: 100%;
  }

  fieldset[data-cf7mls-order="2"] div.vc-form__right_column {
    width: 100%;
  }

  fieldset[data-cf7mls-order="2"] div.vc-form__container {
    display: block;
  }

  fieldset[data-cf7mls-order="3"] .vc-form__container .vc-form__right_column {
    width: 100%;
  }

  fieldset[data-cf7mls-order="3"]
    .vc-form__container
    .vc-form__right_column
    label {
    width: 100%;
  }

  fieldset[data-cf7mls-order="3"] .vc-form__container .vc-form__left_column {
    width: 100%;
  }

  fieldset[data-cf7mls-order="3"]
    .vc-form__container
    .vc-form__left_column
    label {
    width: 100%;
  }

  fieldset[data-cf7mls-order="3"] .vc-form__container {
    display: block;
  }
}

.ui-datepicker-trigger {
  background: #e898a1;
  display: inline-block;
  height: 30px;
  position: absolute;
  right: 0px;
  top: 2px;
  padding: 5px;
  margin: 0;
}

input[name="moving-date"] {
  cursor: pointer;
}
