p {
  margin-bottom: 1.3em;
}

.contact-section {
  margin-top: 2em;
  margin-bottom: 3em;
}

.contact-headline {
  margin-bottom: 35px;
  font-size: 2em;
  color: #70a67c;
}

.contact-form-control-wrap {
  position: relative;
}

input:not([type="submit"]):not([type="checkbox"]), textarea, select {
  border: 1px solid #e3e3e3;
  font-size: 13px;
  outline: 0;
  padding: 0 15px;
  color: #999;
  font-family: 'Lato', sans-serif;
  letter-spacing: 1px;
  border-radius: 0;
}

input:not([type="radio"]):not([type="checkbox"]), button, select, a.button {
  height: 40px;
  line-height: 1;
}

.contact-form-submit {
  margin: 1em 0;
  height: 40px;
  line-height: 1;
  cursor: pointer;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 0 27px 0 30px;
  background: #70a67c;
  color: #fff;
  border-radius: 0;
  width: 100%;
  display: inline-block;
  text-align: center;
  line-height: 40px;
}

form input:not([type="radio"]):not([type="checkbox"]), form textarea {
  width: 100%;
}

.checkbox {
  border: 1px solid #e3e3e3;
  color: #999;
  margin-top: 2em;
  width: 1.2em;
  height: 1.2em;
}

input, button, textarea {
  transition: all .3s;
}

textarea {
  padding: 15px;
}

.order-section {
  margin-top: 2em;
  margin-bottom: 3em;
}

.order-headline {
  margin-top: 0 !important;
  text-align: left;
  color: #70a67c;
  line-height: 1.4em;
}

.order-grid {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.order-panel {
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.order-grid-title {
  margin-top: 0;
  font-size: 16px;
  margin: 0 0 15px;
  font-weight: bold;
}

.order-grid-item {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  color: #646464;
}

.separator {
  height: 1px;
  display: inline-block;
  border-top: 1px solid #e6dec7;
  width: 100%;
  max-width: 80%;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .vc_col-sm-6 {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media only screen and (min-width: 75em) {
  .row {
    max-width: 100%;
  }
}

.contact-response-output {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background: rgba(0,0,0,.8);
  color: #fff;
  padding: 20px;
  border-radius: 4px;
  opacity: 0;
  z-index: -1;
  transition: all .5s ease-in-out;
}

.contact-display-block {
  opacity: 1;
  z-index: 999;
}

.btn-disabled {
  background: #ccc;
  cursor: not-allowed;
}