body {
  background: #000;
}
main {
  color: #fff;
  font-family: var(--e-global-typography-text-font-family), Georgia;
}
a, a:visited, a:hover, a:active {
  color: #da3a2c;
}
input[type=button], input[type=submit] {
  text-transform: uppercase !important;
  font-weight: 500 !important;
}
[type=button]:focus, [type=submit]:focus, button:focus {
  outline: none;
}
a:hover, a:active {
  text-decoration: underline;
}
.entry-title {
  display: none !important;
}
.elementor-button-wrapper a {
  text-decoration: none;
}
.nav-header > div:first-child {
  align-items: start !important;
  justify-content: flex-end;
}
.nav-header > div:first-child > div {
  width: fit-content;
}
.mapbox-insert {
  /* Contact form 7 */
}
.mapbox-insert .mapboxgl-popup-content {
  color: #000;
}
.mapbox-insert .mapboxgl-popup-close-button {
  display: none;
}
.cf7-container {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  max-width: 100%;
  margin: 0 -1%;
  padding: 25px 0;
}
.cf7-container .cf7-field {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin-bottom: 15px;
  padding: 5px 1%;
  width: 100%;
}
.cf7-container .cf7-field.full-width {
  width: 100%;
}
.cf7-container .cf7-field input, .cf7-container .cf7-field select, .cf7-container .cf7-field textarea {
  border-radius: 6px;
  height: auto;
  padding: 10px;
}
.cf7-container label {
  line-height: 1.2;
  font-weight: normal;
  font-size: 16px;
  background-color: transparent;
  overflow-wrap: anywhere;
  display: inline-block;
  margin-bottom: 10px;
}
.cf7-container .cf7-submit {
  width: 100%;
}
.cf7-container .cf7-submit input {
  background-color: #fff !important;
  color: #000 !important;
  border: none !important;
  padding: 10px 20px !important;
  display: block;
  margin: 0 auto;
}
.wpcf7 form.sent .cf7-container {
  display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  display: block;
  font-weight: var(--e-global-typography-primary-font-weight);
  background: white;
  color: #000;
  width: fit-content;
  margin: 20px auto 30vh;
  padding: 10px 20px;
}
.wpcf7-form-control-wrap {
  display: block;
  /* Home page start */
}
.hero_text {
  width: 60%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  /* Home page end */
}
@media only screen and (min-width: 768px) {
  .cf7-container .cf7-field {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .hero_image_cover {
    min-height: 100vh !important;
  }
  .hero_text {
    width: 100%;
    font-size: 1.75rem;
  }
}
