h2 {
  line-height: 1.4;
}
main {
  max-width: 1200px;
  margin-inline: auto;
}

.grid {
  margin-bottom: 3em;
  row-gap: 2em;
}
.center p {
  max-width: 620px;
}

h2 a {
  border-bottom: solid 1px rgba(0, 0, 0, 0);
  display: inline-block;
}
h2 a:hover {
  cursor: pointer;
  text-decoration: none !important;
}

.node-180 article .hoverText + h2 {
  margin: 0.5em 0 0.8em 0;
  font-weight: 300;
  font-size: 22px;
  display: inline-block;
  transition: all 0.2s ease;
}
.node-180 article .hoverText + h2:hover {
  cursor: pointer;
}
.address--book h2 {
  font-size: 22px;
  margin-bottom: 0.75em !important;
}
.sales .grid h2 {
  font-weight: 300;
  font-size: 22px;
}
article .hoverText p span {
  max-width: 80%;
  margin-inline: auto;
}
.showrooms article {
  margin-bottom: 0.5em;
}

.enquiries .grid.grid-3-cols {
  column-gap: 3em;
  row-gap: 4em;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
}
.address--book h2,
.address--book {
  margin-bottom: 1em;
}
.address--book h2 a:hover {
  text-decoration: underline;
}
.address--book p + p {
  margin-top: 0.6em;
}

.showrooms {
  max-width: 1100px;
}
.showrooms .address--book {
  margin-top: 1em;
}

.sales {
  max-width: 85% !important;
}
.sales .grid.grid-3-cols {
  margin-block: 2em;
}
.sales .grid > div {
  max-width: 80%;
}
.sales .grid > div div {
  max-width: none;
}
.sales > .grid .form {
  max-width: none;
}
.sales .grid h2 {
  margin-bottom: 1em;
}
.sales .grid h2 ~ h3 {
  font-size: 17px;
  font-weight: 400;
}
.sales .grid h2 ~ h3,
.sales .grid h2 ~ p {
  margin-bottom: 1.5em;
}
.sales .grid h2 + p {
  font-size: 1.0625em;
}

.sales .grid .form h2 + p {
  font-size: 1em;
}

.sales .grid section div {
  max-width: 100%;
  width: 100%;
}
.form-group,
.fieldset-wrapper {
  display: flex;
  column-gap: 1.5em;
  align-items: center;
}
.form-group .form-item,
.fieldset-wrapper .form-item {
  margin: 0;
}
legend {
  display: none;
}
.form-item {
  margin: 0;
}
.form-actions {
  margin-top: 1.5em;
}
p.lght {
  opacity: 0.4;
  margin-top: 0.25em !important;
  margin-bottom: 1.25em;
}
.form-item input {
  padding: 0.5em 0.8em;
}
fieldset + .form-item {
  margin-top: -0.25em;
}
.form-item select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("/themes/devolkitchens/img/icons/select-arrow.svg");
  background-position: center right 10px;
  background-repeat: no-repeat;
  margin-bottom: 0.75em;
  background-size: 10px;
}
.form-item textarea {
  height: 200px;
  width: 100%;
  padding: 10px;
  color: #898989;
  font-family: "EB Garamond", "garamond-premier-pro-display", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 0.9em;
  border: 1px solid #bfbfbf;
  border-radius: 0;
}
input[type="submit"] {
  border: 0;
  font-family: "EB Garamond", "garamond-premier-pro-display", sans-serif;
  -webkit-font-smoothing: antialiased;
  padding: 0.8em 0.75em !important;
  font-weight: normal;
}
.form-group .form-item input {
  margin-bottom: 0;
}
.hoverText img {
  height: auto !important;
}
@media screen and (max-width: 1280px) {
  main,
  .showrooms {
    max-width: 90%;
  }
}
@media screen and (max-width: 768px) {
  main .grid div {
    max-width: 100%;
  }
}
aside {
  display: none;
}

@media only screen and (max-width: 600px) {
  .mainTitle.center {
    text-align: left;
  }
  .hoverText:hover p,
  .active .hoverText p {
    opacity: 0 !important;
    visibility: hidden !important;
  }
  .hoverText:hover img {
    filter: brightness(1) !important;
  }
}
