/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */

/* Center WP PDF Embedder container */

.pdfemb-viewer {
  margin: 0 auto !important;
}
.maps {
  text-align: center;
  background: transparent;
  line-height: 1.2em !important;
  border: 1px solid;
  display: inline-block;
  padding-top: 10px !important;
  padding-right: 20px !important;
  padding-bottom: 10px !important;
  padding-left: 20px !important;
  margin-left: 2vw;
  border-color: white;
  border-radius: 100px;
}
.wpforms-field-container .onethird {
  width: 33% !important;
  display: inline-block;
}
.wpforms-field-container .twothird {
  width: 65% !important;
  display: inline-block;
}
.wpforms-field-container .onethird + .twothird,
.wpforms-field-container .twothird + .onethird {
  margin-left: 2% !important;
}
@media screen and (max-width: 600px) {
  .wpforms-field-container .onethird {
    width: 100% !important;
  }
  .wpforms-field-container .twothird {
    width: 100% !important;
  }
  .wpforms-field-container .onethird + .twothird,
  .wpforms-field-container .twothird + .onethird {
    margin-left: 0 !important;
  }
}

.wpforms-field-container input::-webkit-input-placeholder,
.wpforms-field-container label {
  font-weight: 400 !important;
  color: black !important;
  font-size: 18px !important;
}

.wpforms-field-container .wpforms-field-text input {
  background: transparent !important;
  border: 0 !important;
  border-bottom: 2px solid !important;
}
button#wpforms-submit-71,
button#wpforms-submit-106 {
  text-align: center;
  background: transparent;
  line-height: 1.2em !important;
  padding: 10px 20px !important;
  border: 1px solid black;
  display: inline-block;
  border-radius: 100px;
  text-transform: uppercase;
}
.header {
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: flex-end;
}
.header a {
  text-align: center;
  background: transparent;
  line-height: 1.2em !important;
  padding: 10px 20px !important;
  border: 1px solid black;
  display: inline-block;
  border-radius: 100px;
  text-transform: uppercase;
}
.header a:last-of-type {
  background: black;
  color: white;
}

.header_mob {
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.header_mob a {
  text-align: center;
  background: transparent;
  line-height: 1.2em !important;
  padding: 10px 20px !important;
  border: 1px solid black;
  display: inline-block;
  border-radius: 100px;
  text-transform: uppercase;
  font-size: 12px;
}
.header_mob a:last-of-type {
  background: black;
  color: white;
}
@media screen and (min-width: 980px) and (max-width: 1160px) {
  .longtext_fix h2 {
    font-size: 35px !important;
  }
}
