/* || COLOR LINE PAGE STYLES */

#lc-cline__details-section {
  display: grid;
  grid-template-columns: 3fr 2fr;
}

.cl-line-container h3,
.cl-line-container h4 {
  text-align: center;
}

.c-line {
  padding: 8px 24px;
  margin: 6px 0;
}

.c-line p {
  color: #000;
  font-weight: 700;
  line-height: 1em;
}

/* Start IE Support */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #lc-cline__details-section {
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template: 'a a a b b';
  }
  .lc-cline__container > div:first-of-type {
    grid-area: a;
    -ms-grid-column-span: 3;
    -ms-grid-column: 1;
  }

  .lc-cline__container > div:last-of-type {
    grid-area: b;
    -ms-grid-column-span: 2;
    -ms-grid-column: 4;
  }
}
/* End IE Support */

.lc-cline__left-inner {
  padding-right: 80px;
}

.lc-cline__left-inner h3 {
  margin-top: 40px;
}

#lc-cline__details-section .lc-cline__right-inner {
  border: 8px solid rgba(199, 207, 216, 0.24);
  box-sizing: border-box;
  padding: 40px 60px;
  width: 100%;
}

#lc-cline__details-section .sidebar__title {
  color: #1b1a1d;
  font-family: inherit;
  font-size: 18px;
  font-weight: 600;
}

#lc-cline__details-section .sidebar__title:first-of-type {
  margin-top: 0px;
  padding-top: 0px;
}

#lc-cline__details-section .sidebar__label {
  color: #4b4a51;
  font-family: inherit;
  font-weight: 600;
}

#lc-cline__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%;
}

#lc-cline__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%;
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  #lc-cline__details-section {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .lc-cline__left-inner {
    padding-right: 40px;
  }

  .lc-cline__right-inner {
    padding-right: 40px;
  }
}

@media only screen and (max-width: 1200px) {
  #lc-cline__details-section {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .lc-cline__left-inner {
    padding-right: 40px;
  }

  .lc-cline__right-inner {
    padding-right: 40px;
  }
}
