/*
 Theme Name:     Divi Child Theme
 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
*/
 
@import url("../Divi/style.css");

#front .et_pb_row {
  height: 100vh;
}
.align-end {
  display: grid !important;
  align-content: end;
  border-left: 1px solid #000;
  padding-left: 25px;
}
#front h1 {
  font-size: 3vw;
}
#front h3 {
  font-size: 1.3vw;
  line-height: 1.7vw;
  font-weight: 400;
  margin-top: 15px;
}
#frm_field_7_container h4, #frm_field_7_container p {
  color: white !important;
}
#sign-up {
  position: absolute;
  bottom: 0;
  background: rgba(65,74,69,.8);
  backdrop-filter: blur(4px);
  right: 0;
  left: 0;
  padding: 30px;
}
#sign-up input {
  border: 1px solid rgba(255,255,255,.3) !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  color: white !important;
  background: none !important;
  margin-bottom: 0 !important;
  transition: .2s ease-in-out;
}
#sign-up input:focus {
  border: 1px solid white !important;
}
#sign-up .form-field {
  margin-bottom: 0 !important;
}
#sign-up .frm_html_container {
  margin-bottom: 50px !important;
}
#sign-up input::placeholder {
  color: rgba(255,255,255,.5) !important;
}
#sign-up .frm_button_submit {
  margin: 0 !important;
  background: white !important;
  border-radius: 0px !important;
  text-align: center;
  box-shadow: none !important;
  transition: .2s ease-in-out;
  border: none !important;
  color: #414A45 !important;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 10px !important;
  position: relative;
  top: .5px;
  width: 100% !important;
  cursor: pointer;
}
#sign-up .frm_button_submit:hover {
  background: rgba(255,255,255,.7) !important;
}
.headline {
  position: absolute;
  top: 0;
  left: 25px;
}
.contact {
  position: absolute;
  bottom: 0;
  margin-bottom: 0 !important;
}
.contact:nth-child(3) {
  left: 33%;
}
.contact:nth-child(4) {
  left: 66%;
}

/* Mobile */
@media only screen and (max-width: 1000px) {
  .headline {
    position: static;
  }
  #front {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: inherit !important;
    min-height: 100vh !important;
  }
  #front .et_pb_row {
    height: inherit !important;
    padding: 30px !important;
  }
  #front .align-end {
    padding-left: 0 !important;
    padding-top: 25px !important;
    border-top: 1px solid black !important;
    border-left: none !important;
  }
  .contact:nth-child(3), .contact:nth-child(4) {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    margin-bottom: 0 !important;
  } 
  #front .et_pb_image {
    margin-bottom: 80px !important;
  }
  .contact {
    position: static;
    margin-bottom: 25px !important;
  }
  #sign-up {
    position: relative;
  }
  #sign-up input {
    margin-bottom: 10px !important;
  }
  #sign-up fieldset {
    padding-bottom: 0 !important;
  }
  #front h1 {
    font-size: 30px;
    text-align: center;
  }
  #front h3 {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }
}