/* #wrap {
  max-width: calc(100% - 15em) !important;
  width: 90% !important;
} */
/* body #wrap {
  max-width: calc(100% - 15em);
  width: 90%;
} */
#fnew #wrap {
  max-width: 1100px !important;
}
.row h1 {
  margin-top: 1.25em !important;
  font-size: 1.8em !important;
  margin-bottom: 0.5em !important;
}
.row .h2 {
  font-size: 1.3em !important;
  margin: 1em 0;
  text-align: left;
}
.brdr-top {
  padding-top: 1em;
  border: 1px solid transparent;
  border-top: 1px solid #8b8b8b6c;
}
.cta a {
  text-decoration: underline;
}

@media only screen and (max-width: 1440px) {
  #wrap {
    max-width: calc(100%) !important;
  }
}

@media only screen and (max-width: 900px) {
  .node-type-showrooms h1 {
    line-height: 1.2;
  }
  h1 + p > br {
    display: none;
  }
}

@media only screen and (max-width: 415px) {
  #wrap {
    max-width: calc(100%) !important;
  }
}
