/* base */
.btn-primary {
  letter-spacing: normal;
}
#contact-message-feedback-form {
  display: none;
}
.webform-submission-form label {
  font-weight: 300;
  font-size: 18px;
}
.webform-submission-get-offer-form {
  background: #f5f5f5;
  /* display: flex;
  flex-wrap: wrap; */
  margin-top: 30px;
}
.webform-submission-get-offer-form .panel-title {
  font-size: 30px;
  margin-bottom: 10px;line-height: normal;
}

.webform-submission-get-offer-form .panel-default>.panel-heading {
  color: #333333;
background: none; 
  margin-bottom: 10px;
}
.webform-submission-get-offer-form .form-inline .control-label {
  display: block;
}
.webform-submission-get-offer-form {
  /* Use Flexbox to make the form flex container */
  /* Allow items to wrap to the next line if necessary */
}
.webform-submission-get-offer-form .panel-default {
   width: calc(50% - 20px);
  /* Set the width of each panel to 50% of the container minus some spacing */
  margin: 20px 10px;
  /* Add spacing around each panel */
  padding: 25px;
  background: none;
  border: 0;
  float: left;
}


.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: none;
  /* Remove border */
  border-bottom: 1px solid #ccc;
  /* Add underline */
  border-radius: 0;
  /* Remove border radius */
  -webkit-box-shadow: none;
  /* Remove box shadow */
  box-shadow: none;
  /* Remove box shadow */
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.webform-submission-get-offer-form .checkbox {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  width: 100%;
}
.webform-submission-get-offer-form .form-actions {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    width: 100%;
}

#block-webform {
    background: #f5f5f5;
    padding-top: 2%;
    padding-bottom:2%;
}
.bwf {
  width: 100%;margin: auto;padding-top: 3%;
}
.bwf .webform-submission-form{
    margin: 0 auto;color: white;
}
.bwf .panel {
  margin-bottom: 20px;
  background-color: #ffffff;
}
.bwf .panel-title {
  display: none;
}
.bwf #edit-markup-01 {
  text-align: center;
  font-size: 46px;
  font-weight: 900;
  font-family: Montserrat, sans-serif;
  padding-bottom: 15px;
  letter-spacing: .0875rem;
  text-shadow: 3px 3px 4px #10100f;
}


.bwf #edit-processed-text ul {
  list-style-type: none;
  width: 80%;
  margin: auto;
  margin-bottom: 30px;
}
.bwf #edit-processed-text li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    font-size: 20px;
    font-family: sans-serif;line-height: 1.5;text-shadow: 3px 3px 4px #10100f;
}

.bwf #edit-processed-text li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;font-weight: bold;
  font-size: 25px;
    color: #f3ae04;
    font-weight: bold;
    line-height: 1.2;
}

.bwf .panel-default>.panel-heading {
  display: none;
}
.bwf label {
  display: block;
}
.bwf span.cash {
  color: #f3ae04;
  font-family: 'Montserrat';
}
.bwf span.asis {
  font-family: 'Montserrat';
}



.bwf .panel-body {
  display: flex;
  flex-wrap: wrap;
      padding: 30px;
}

.bwf .form-item {
  width: 100%;
  margin-bottom: 0px;
}

.bwf .form-inline,.bwf .form-item-email  {
  width: 50%;
  box-sizing: border-box;
}
.bwf .form-type-tel {
  padding-right: 15px;
}


.bwf .control-label {
  text-align: center;
  margin-bottom: 0;
  color: black;
}

.bwf .form-control {
  width: 100%;
  background: #e9e8e8;
  margin-bottom: 15px;
  width: 100%;
  background: #f1f1f0;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
  transition: border-color 0.3s ease;
      color: #5a5757;
        text-indent: 15px;
        padding: 15px;
}

.bwf #edit-actions {
    background: #ffffff;
      text-align: center;
      border: 0;
      margin-top: -10px;
      padding-bottom: 30px;
      padding-left: 30px;
        padding-right: 30px;
}
.bwf button {
  width:100%;
}

.bwf .form-required:after {
  background-image: none;
}
/* Center the glyphicon within the list items */
.form-item ul {
  list-style-type: none;
  padding-left: 0;
}

.form-item ul li {
  position: relative;
  padding-left: 25px;
  /* Add space to the left of the glyphicon */
}

.form-item ul li:before {
  content: "\e013";
  font-family: 'Glyphicons Halflings';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}




/* Buyer form */
.bbf {
  margin-top: 45px;background-color: rgb(240 240 241 / 85%);
  padding: 30px;
}

.bbf button {
  width: 100%;
  background-color: #e19b09;
}
.bbf label {
  display: block;
}
.bbf .form-control {
  width:100%;
}
.bbf .block-title {
  padding-bottom: 30px;
}
.bbf .form-control {
  background: #f6f3f3;
  border: 1px solid #a9a2a2;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 16px;
  color: #524e4e;
  text-indent: 5px;
  transition: border-color 0.3s ease;
}

/* buyer heading */
.bbb .field--name-field-one-col-heading {
  color: #e19b09;text-align: left;
}
.bbb {
  text-align: left;
}
.bbb .h2{
  color: white;text-align: left;
}
.bbb p {
  color: #dedada;
  font-size: 20px;
}
.bbb .field--name-field-heading-2 {
  font-size: 30px;
  text-shadow: 3px 3px 4px #10100f;
}


.path-buy.region-hero {
  display: flex;
  padding:30px 10%
}


/* mobile */
@media only screen and (max-width: 768px) {

  .bwf .webform-submission-form {
      padding: 30px 0;
  }

  .bwf #edit-processed-text ul {
    width: 90%;
  }
  .bwf #edit-markup-01 {
      font-size: 36px;
      letter-spacing: normal;
  }
  .webform-submission-get-offer-form .panel-default {
    width: 100%;
    padding: 0;
   }
   .webform-submission-get-offer-form .panel-title {
    font-size: 20px;
}

.bbb,.bvf,#block-webform{
    padding-left:10px;padding-right:10px;
}

}

/* 769px plus */
@media only screen and (min-width: 769px) {
#block-webform {
    padding-left:10%;
    padding-right:10%;
}
.bwf .webform-submission-form {
  width: 600px;
}
.bbb {
  margin-top: 85px;padding-right: 60px;
}
}


@media only screen and (max-width: 992px) and (min-width: 768px) {
  #block-webform {
      padding: 0;
  }
  .webform-submission-get-offer-form .panel-title {
      line-height: normal;
   }
     .webform-submission-get-offer-form {

       margin-bottom: 30px;
     }
}




