.customPageCenteredContent {
  width: var(--web-container) !important;
  min-width: 0;
  margin: 40px auto;
}

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

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

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

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

.contactInput::-ms-input-placeholder {
  font-weight: 300;
  color: var(--base);
}
.centeredContent.customPageCenteredContent[data-custom-id="2"] #customPageTitle {
    display: none;
    float: right;
    color: white;
    text-align: left;
    z-index: 4;
    width: 30%;
    padding: 25px 90px;
    right: 0;
    font-size: var(--title-font-size);
}
.centeredContent.customPageCenteredContent[data-custom-id="2"] {
    display: flex;
    max-width: unset;
    justify-content: space-between;
}

.centeredContent.customPageCenteredContent[data-custom-id="2"] .customPageImage {
    width: 55%;
    float: left;
    margin: 0;
}

.contactInput::-ms-input-placeholder {
  font-weight: 300;
  color: #00000030;
}

.contactDiv {
  width: 37%;
  position: relative;
  margin-top: 40px;
  margin-bottom: 0;
  max-width: unset;
  background-color: var(--quaternary);
  padding: 40px;
  margin: 0;
  border-radius: var(--border-radius-full);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
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: 60px auto 25px;
  font-size: 25px;
  text-align: center;
  height: auto;
  letter-spacing: var(--letter-spacing);
  font-size: var(--group-font-size);
  line-height: var(--group-line-height);
  font-weight: var(--custom-titles-font-weight);
}

h2,
.customPageSubtitle {
  position: relative;
  margin: 0 auto 10px;
  overflow: hidden;
  font-weight: 600;
  max-width: 594px;
}

.contactInput {
  border: 1px solid var(--base-aux);
  border-radius: 0;
  color: var(--base);
  padding: 15px 0px;
  box-sizing: border-box;
  width: 80%;
  margin: 0 auto;
  background: transparent;
  text-indent: 20px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: var(
  --base-font-size);
  line-height: var(
  --btn-line-height);
  background-color: var(--base-aux);
}

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

.sendContact {
  background: var(--gradient);
  border-radius: 0;
  font-weight: 600;
  width: 100%;
  border: 1px solid var(--secondary);
  letter-spacing: var(--letter-spacing);
  position: relative;
  float: left;
  margin-top: 20px;
  box-sizing: border-box;
  margin-bottom: 0px;
  padding: 17px 0px;
  color: var(--button-font-color);
  height: auto;
  width: 100%;
  font-size: var(
  --button-font-size);
  line-height: var(
  --buttonn-line-height);
  border-radius: var(--border-radius-full);
}

.sendContact:hover {
  background: var(--quaternary);
  color: var(--base-aux);
  border-color: var(
  --base-aux);
}
.mapDiv {
  /* width: var(--web-container); */
  margin: auto;
}

.customPageCenteredContent[data-custom-id="1"] .customPageSubtitle {
  font-size: var(--h1-font-size);
  margin: 0 auto 25px;
  font-weight: 400;
  max-width: unset;
  font-family: var(--secondary-font);
  letter-spacing: 2px;
}
.customPageCenteredContent[data-custom-id="1"] .customPageText {
  max-width: unset;
}

.customPageCenteredContent[data-custom-id="5"] .customPageImage {
  max-width: 505px;
}

.customPageCenteredContent[data-custom-id="1"] .customPageText {
  text-align: center;
}

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

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

  .sendContact {
    margin-top: 0;
    font-size: 16px;
  }


  .centeredContent.customPageCenteredContent.font1[data-custom-id="7"], .centeredContent.customPageCenteredContent.font1[data-custom-id="8"] {
    width: 90% !important;
}
  section.contactContainer {
    width: 100%;
    margin: auto;
}
section.contactContainer, .gMaps {
    /* width: calc(100% - 40px ); */
}
.gMaps {
    width: calc(100% - 40px);
}

  .contactDiv {
    width: calc(100% - 40px);
    margin-top: 25px;
  }

  #customPageTitle {
    /* font-size: calc(var(--h1-font-size) - 11px); */
    line-height: calc(var(--h1-line-height) - 11px);
    letter-spacing: var(--letter-spacing);
    line-height: 35px;
  }

  .customPageCenteredContent[data-custom-id="4"] #customPageTitle {
    letter-spacing: 3px;
    line-height: 35px;
  }

  h2,
  .customPageSubtitle,
  .customPageText {
    text-align: left;
    max-width: unset;
    width: 100%;
  }

  #customPageTitle {
    margin-left: auto;
    margin-right: auto;
    max-width: unset;
    margin-top: 25px;
    margin-bottom: 0px;
  }
  .customPageCenteredContent[data-custom-id="1"] .customPageSubtitle {
    /* font-size: calc(var(--h1-font-size) - 11px); */
    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.font1 {
    width: 100% !important;
    margin: auto;
}
  .mapDiv {
    width: calc(100% - 40px);
    height: 100%;
    aspect-ratio: 1/1;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 415px) and (max-width: 1100px) {
  .mapDiv {
    aspect-ratio: 16/4;
  }

 
}
