#content {
  background: white !important;
  border-radius: var(--border-radius);
  color: var(--base-aux);
}

.customPageCenteredContent {
  width: var(--web-container) !important;
  min-width: 0;
  margin: 70px auto;
  display: grid;
  gap: 30px;
  line-height: inherit;
  font-size: inherit;
}

.customPageText {
  font-size: inherit;
  line-height: inherit;
  margin: 0 auto;
  padding: 0;
  max-width: 594px;
  font-family: var(--secondary-font-family);
}

.contactInput::-webkit-input-placeholder {
  font-weight: 300;
  color: rgb(from var(--base-aux) r g b / var(--opacity));
}

.contactInput::-moz-placeholder {
  font-weight: 300;
  color: var(--base-aux);
}

.contactInput::-moz-placeholder {
  font-weight: 300;
  color: rgb(from var(--base-aux) r g b / var(--opacity));
}

.contactInput::-ms-input-placeholder {
  font-weight: 300;
  color: rgb(from var(--base-aux) r g b / var(--opacity));
}

.contactInput::-ms-input-placeholder {
  font-weight: 300;
  color: rgb(from var(--base-aux) r g b / var(--opacity));
}

.contactDiv {
  width: 90%;
  display: grid;
  gap: 18px;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 516px;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}

div#customPageTitle {
  display: none;
}

textarea.contactInput.contact_message {
  height: 237px;
  resize: none;
}

.gMaps {
  width: var(--web-container);
  margin: auto;
}

.gMaps iframe {
  width: 100%;
  height: 448px;
  margin-top: 30px;
}
h1,
#customPageTitle {
  width: 100%;
  position: relative;
  margin: 0;
  text-align: center;
  height: auto;
  font-size: var(--font-size-xl);
  line-height: var(--line-height-xl);
}

h2,
.customPageSubtitle {
  position: relative;
  margin: 30px auto 0;
  overflow: hidden;
  width: 100%;
  max-width: 594px;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}
.customPageImage {
  margin: 0;
}
.contactInput {
  border-bottom: 1px solid var(--base-aux);
  border-bottom: 1px solid var(--lines-border-color);
  color: var(--base-aux);
  padding: 15px 0px;
  box-sizing: border-box;
  width: 100%;
  background: transparent;
  padding-left: 10px;
  height: auto;
  margin-bottom: 20px;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}

.contactInput.contactTextarea {
  height: 130px;
  padding-top: 10px;
  line-height: var(--base-line-height);
}

.sendContact {
  background-color: var(--secondary);
  width: 100%;
  border: 1px solid var(--secondary);
  letter-spacing: var(--letter-spacing);
  position: relative;
  float: left;
  box-sizing: border-box;
  margin-bottom: 0;
  padding: 13px 0px;
  color: var(--button-font-color);
  height: auto;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  border-radius: var(--border-radius);
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mapDiv {
  margin: auto;
  margin-bottom: 0;
}
.contactDiv + .mapDiv {
  margin-top: 30px;
}

.customPageImage {
  margin: 0;
}
@media screen and (min-width: 769px) and (max-width: 1105px) {
  #content {
    min-width: unset;
  }
}

@media screen and (max-width: 1100px) {
  .contactInput {
    margin-bottom: 10px;
  }

  section.contactContainer {
    width: 100%;
    margin: auto;
  }
  section.contactContainer,
  .gMaps {
    width: calc(100% - 40px);
  }

  .contactDiv {
    width: 100%;
  }

  h2,
  .customPageSubtitle,
  .customPageText {
    max-width: unset;
    margin: 20px auto 0;
  }
  .customPageText {
    margin: 10px auto 0;
  }
  #customPageTitle {
    max-width: unset;
    text-align: left;
  }
  .customPageCenteredContent[data-custom-id="1"] .customPageSubtitle {
    line-height: calc(var(--h1-line-height) - 11px);
  }
  .customPageCenteredContent[data-custom-id="1"] .customPageSubtitle + .customPageText p:first-child {
    margin-bottom: 0px;
  }
  .customPageCenteredContent[data-custom-id="1"] {
    margin-bottom: 4%;
  }
  .centeredContent.customPageCenteredContent {
    margin: 50px auto;
    gap: 15px;
  }
  .mapDiv {
    width: calc(100% - 40px);
    height: 100%;
    aspect-ratio: 1/1;
    margin-bottom: 0px;
  }
  .contactDiv + .mapDiv {
    margin-top: 0px;
  }
  .customPageCenteredContent h1{
    margin: 0 auto !important;
  }

}
@media screen and (min-width: 415px) and (max-width: 1100px) {
  .mapDiv {
    aspect-ratio: 16/4;
  }
}
@media screen and (min-width: 1100px) {
    .sendContact:hover {
    background: var(--base-aux);
    color:var(--base);
    border: 1px solid var(--base-aux);
  }
}