html.elementor-html body {
  margin-left: 200px;
}

.slide_info span {
  display: block;
}

.slide_h1 {
  font-size: 46px;
  font-weight: 700;
  margin: 0;
  line-height: 1;
  text-transform: none;
}

.slide_h2 {
  font-size: 46px;
  font-weight: 300;
  line-height: 1;
  text-transform: none;
}

.slide_p {
  text-transform: none;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 2em;
  max-width: 680px;
}

@media only screen and (max-width: 805px) {
  .slide_h1 {
    font-size: 30px;
  }
  .slide_h2 {
    font-size: 30px;
  }
  .slide_info .slide_p {
    display: none;
  }
}

.single_elementor {
  color: #fff;
}

.single_elementor .ms-main-container::before {
  background: #111;
}

.single_elementor .ms-main-container {
  padding: 0;
}

.single_elementor .ms-header::after {
  background: transparent;
}

.single_elementor p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.single_elementor .se_heading {
  padding: 120px 53px 40px;
}

@media only screen and (max-width: 805px) {
  .single_elementor .se_heading {
    padding: 90px 13px 20px;
    font-size: 0.8em;
  }
}

.single_elementor .gallery_wrap {
  padding: 40px 53px;
}

@media only screen and (max-width: 805px) {
  .single_elementor .gallery_wrap {
    padding: 5px;
  }
}

.single_elementor .gallery_wrap #gallery {
  margin: 0;
}

.single_elementor .ms-section__block {
  margin: 0;
}

.single_elementor .se_section {
  padding: 0 53px 40px;
}

@media only screen and (max-width: 805px) {
  .single_elementor .se_section {
    padding: 0 13px 20px;
  }
}

.single_elementor .ms-header {
  position: static;
}

.single_elementor .ms-container {
  margin-top: -98px;
  position: static;
  transform: none;
  height: auto;
}

@media only screen and (max-width: 805px) {
  .single_elementor .ms-container {
    padding-top: 0;
  }
}

.single_elementor .ms-contact-form {
  margin: 0;
  padding: 0;
  display: block;
}

.square_bg_links {
  padding: 20px 33px;
}

@media only screen and (max-width: 805px) {
  .square_bg_links {
    padding: 5px 0;
  }
}

.square_bg_links .elementor-column > .elementor-widget-wrap {
  display: flex;
  flex-flow: row wrap;
}

.square_bg_links .elementor-widget {
  flex: 0 1 460px;
  border: 20px solid transparent;
  margin: 0;
}

@media only screen and (max-width: 805px) {
  .square_bg_links .elementor-widget {
    border: 5px solid transparent;
  }
}

.square_bg_links .elementor-widget:hover img {
  box-shadow: 0px 21px 29px 0px rgba(0, 0, 0, 0.76);
  cursor: pointer;
}

.square_bg_links .figure {
  padding: 0;
}

.square_bg_links figure.wp-caption {
  position: relative;
}

.square_bg_links figcaption {
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  font-size: 46px;
  color: #ffffff;
  font-weight: 300;
  position: absolute;
  text-align: left;
  pointer-events: none;
}

.square_bg_links a {
  display: block;
}

.square_bg_links img {
  display: block;
}

.firehaus_contact_form {
  padding: 40px 20px;
  background: #0c0e10;
  border-radius: 10px;
  max-width: 560px;
}

.firehaus_contact_form .form-group {
  padding: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.firehaus_contact_form .row {
  margin: 0 -10px;
}

.firehaus_contact_form label .t {
  display: block;
  font-size: 22px;
}

.firehaus_contact_form input[type=text], .firehaus_contact_form input[type=email], .firehaus_contact_form input[type=tel] {
  background: #474138;
  border-radius: 20px;
}

.firehaus_contact_form textarea {
  background: #474138;
  border-radius: 20px;
}

.firehaus_contact_form .wpcf7-acceptance {
  border: none;
  color: #fff;
  height: auto;
  display: block;
  padding: 0;
  margin: 0 0 1em 0;
  font-size: 0.8em;
}

.firehaus_contact_form .send_button {
  padding: 1em 2em;
  border: 0;
  border-radius: 2em;
  text-transform: uppercase;
  background: #ff9023;
  color: #000;
  font-weight: 900;
  cursor: pointer;
}

.firehaus_contact_form .wpcf7-response-output {
  max-width: 560px;
}

#full_size_bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.ms-footer__inner {
  padding: 0 53px;
  color: #fff;
  max-width: none !important;
}

.ms-footer__inner .copyright {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  width: 100%;
}

.ms-footer__inner .copyright .left,
.ms-footer__inner .copyright .right {
  flex: 0 0 50%;
}

.ms-footer__inner .copyright .right {
  text-align: right;
}

@media only screen and (max-width: 805px) {
  .ms-footer__inner .copyright .left,
  .ms-footer__inner .copyright .right {
    flex: 0 0 100%;
    text-align: center;
  }
  .ms-footer__inner .copyright .left {
    margin-bottom: 0.5em;
  }
  .ms-logo {
    width: 70%;
    max-width: 160px;
    position: relative;
  }
  .ms-logo a {
    display: block;
  }
  .ms-logo .logo-light,
  .ms-logo .logo-dark {
    width: 100%;
    transform: translateY(-50%);
    top: 50%;
    height: auto;
    left: 0;
  }
  .ms-logo img {
    width: 100%;
    height: auto !important;
  }
  .swiper-button-prev, .swiper-button-next,
  .slide-inner--info {
    bottom: 1em;
  }
  .ms-btn--slider {
    background: #ff7000;
  }
}
