.page_wrap.with_bg {
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  background-size: cover;
}
.page_wrap.with_bg.contain_size {
  background-repeat: repeat;
  background-position: top center;
  -webkit-background-size: contain;
  background-size: contain;
}
.page_wrap.with_bg.fixed {
  background-attachment: fixed;
}
.page_wrap.with_bg .page_content_wrap {
  background-color: transparent;
}
.page_wrap.with_bg [class*="scheme_"].top_panel {
  background-color: transparent;
}

.page_wrap.with_bg_fixed .page_content_wrap {
  background-color: transparent;
}
.page_wrap.with_bg_fixed [class*="scheme_"].top_panel {
  background-color: transparent;
}
.page_wrap.with_bg_fixed .custom_bg_fixed {
  display: block;
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  background-size: cover;
}
.page_wrap.with_bg_fixed .custom_bg_fixed.contain_size {
  background-repeat: repeat;
  background-position: top center;
  -webkit-background-size: contain;
  background-size: contain;
}

.post_item_404 .page_title {
  font-size: 19.8vw;
  letter-spacing: -0.04em;
}
.post_item_404 .page_subtitle {
  font-size: 3.353em;
}
.post_item_404 .page_description {
  font-size: 1rem;
}
.post_item_404 .post_content .all-svg {
  display: none;
}

body div.booked-calendar-wrap.small .booked-appt-list {
  max-height: 150px;
}

#style-7.mc4wp-form .mc4wp-form-fields input[type="email"] {
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
}

.map_marker_2 {
  width: 70px;
  height: 70px;
}
.map_marker_2:before {
  content: "\EB98";
  font-size: 26px;
  margin: 0;
}

@media (max-width: 767px) {
  .post_item_404 .page_title {
    font-size: 130px;
  }
  .post_item_404 .page_subtitle {
    font-size: 37px;
  }
}

/*# sourceMappingURL=skin-upgrade-style.css.map */
