/* || Main Content Area */

.single-lc-locations #qodef-page-inner {
  padding: 130px 0 0;
}

#lc__details-section {
  display: grid;
  grid-template-columns: 3fr 2fr;
  padding-bottom: 80px;
}

/* Start IE Support */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #lc__details-section {
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template: 'a a a b b';
  }

  .lc-location__container > div:first-of-type {
    grid-area: a;
    -ms-grid-column-span: 3;
    -ms-grid-column: 1;
  }

  .lc-location__container > div:last-of-type {
    grid-area: b;
    -ms-grid-column-span: 2;
    -ms-grid-column: 4;
  }
}
/* End IE Support */

.lc-location__left-inner {
  padding-right: 80px;
}

.lc-location__left-inner h3 {
  margin-top: 40px;
}

.location__services {
  padding: 40px 0px;
}

.location__services ul {
  list-style-type: none;
}

.location__services li {
  line-height: 2.5em;
  margin-left: 2em;
}

.location__services li,
.location__services a {
  color: #1b1a1d;
  font-size: 18px;
  font-weight: 600;
}

.location__services a {
  text-decoration: underline;
}

.location__services li::before {
  background-color: #7479bb;
  content: '';
  display: inline-block;
  height: 0.9em;
  line-height: 1em;
  margin-right: 1em;
  width: 0.9em;
}

/* || Sidebar */

#lc__details-section .lc-location__right-inner {
  border: 8px solid rgba(199, 207, 216, 0.24);
  box-sizing: border-box;
  padding: 40px 60px;
  width: 100%;
}

#lc__details-section .sidebar__title {
  color: #1b1a1d;
  font-family: inherit;
  font-size: 18px;
  font-weight: 600;
}

#lc__details-section .sidebar__title:first-of-type {
  margin-top: 0px;
  padding-top: 0px;
}

#lc__details-section .sidebar__label {
  color: #4b4a51;
  font-family: inherit;
  font-weight: 600;
}

#lc__details-section .sidebar__map {
  background: #7479bb0d;
  border: 1px solid #7479bb;
  border-radius: 4px;
  height: 200px;
  line-height: 200px;
  margin: 40px auto;
  text-align: center;
  width: 100%;
  margin-top: 40px;
}

#lc__details-section .acf-map {
  margin-top: 32px;

}

#lc__details-section .sidebar__btn {
  background: #fff;
  border: 2px solid #7479bb;
  border-radius: 40px;
  color: #7479bb;
  display: inline-block;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  padding: 17px 0;
  text-align: center;
  width: 100%;
}

/* || Form Section */

#lc__form-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

#lc__form-section .gform_wrapper .gform_footer input.button,
#lc__form-section .gform_wrapper .gform_footer input[type='submit'],
#lc__form-section .gform_wrapper .gform_page_footer input.button,
#lc__form-section .gform_wrapper .gform_page_footer input[type='submit'] {
  background-color: #7479bb;
  color: #fff;
  font-family: inherit;
  font-size: 14px !important;
  font-weight: 600;
  letter-spacing: 0px;
  max-width: 150px;
  text-transform: none;
  width: 100% !important;
}

#lc__form-section .gform_wrapper .gform_footer input.button:hover,
#lc__form-section .gform_wrapper .gform_footer input[type='submit']:hover,
#lc__form-section .gform_wrapper .gform_page_footer input.button:hover,
#lc__form-section .gform_wrapper .gform_page_footer input[type='submit']:hover {
  background-color: #f9a873;
}

/* -- Responsive */

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
}

@media only screen and (max-width: 1200px) {
  #lc__details-section {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .lc-location__left-inner {
    padding-right: 40px;
    padding-left: 40px;
  }

  #lc__details-section .lc-location__right {
    padding-right: 40px;
    padding-left: 40px;
    margin-top: 60px;
  }

  #lc__details-section .lc-location__right-inner {
    padding-right: 0px;
  }

  #lc__form-section {
    display: grid;
    padding-top: 0px;
    padding-bottom: 40px;
  }

  #lc__form-section > .lc-location__form-left {
    order: 2;
  }

  #lc__form-section > .lc-location__form-right {
    order: 1;
  }
}



@media only screen and (max-width: 767px) {  
  .single-lc-locations #qodef-page-inner {
    padding: 60px 0 0;
  }

  #lc__details-section .lc-location__right-inner {
    padding: 40px 40px;
  }

  .lc-location__left-inner {
    padding-right: 15px;
    padding-left: 15px;
  }

  #lc__details-section .lc-location__right {
    padding-right: 15px;
    padding-left: 15px;
  }

  .lc-location__left-inner h2 {
    font-size: 36px;
  }

  #lc__form-section {
    display: grid;
    padding-top: 0px;
    padding-bottom: 20px;
  }
}