/*responsive*/

@media screen and (max-width: 700px){
#logo {
  /* width: 350px; */
  /* left: calc(50% - 175px); */
  width: 240px;
  left: calc(50% - 100px);
}
#lp_hero .inner_container::before {
  /* left: 10vw; */
  /* width: 80vw; */
  /* height: 80vw; */
  /* top: -40vw; */
  left: -25vw;
  width: 150vw;
  height: 150vw;
  top: -75vw;
}
.overlay_content h1 {
  /* font-size: 15em; */
  font-size: 6em;
}
#lp_hero .inner_container {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.fb50 {
  /* -webkit-flex-basis: 50%; */
  /* -o-flex-basis: 50%; */
  /* -ms-flex-basis: 50%; */
  /* -moz-flex-basis: 50%; */
  /* flex-basis: 50%; */
  /* max-width: 50%; */
  /* width: 50%; */
  -webkit-flex-basis: 100%;
  -o-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}
.s_block h2 {
  /* font-size: 5em; */
  font-size: 3em;
}
.s_block {
  /* padding: 120px 15% 60px 15%; */
  padding: 120px 5% 60px 5%;
}
.cta {
  margin-top: 20px;
}
/* form_style.css | http://localhost:8888/inknite/welcomehome/wp-content/themes/landing/core/css/form_style.css?ver=1.005 */
form.lcform_contact_form {
  /* max-width: 48vw; */
  max-width: 90vw !important;
}

body > footer:nth-child(3) > div:nth-child(1) {
  -webkit-flex-direction: column;
  flex-direction: column;
}

}
