/* Sticky Header*/
.sc_layouts_row_fixed {
  transition: none !important;
}

.sc_layouts_row_fixed_on {
  animation-duration: 0.3s;
  animation-name: fixedHeaderAnim;
  animation-timing-function: ease-out;
  background-color: var(--theme-color-bg_color);
  box-shadow: 0 3px 36px rgba(0, 0, 0, 0.05);
}

.sc_layouts_row_fixed_on .sc_layouts_row_type_compact {
  padding: 0;
}

@keyframes fixedHeaderAnim {
  0% {
    -webkit-transform: translateY(-120%);
    -ms-transform: translateY(-120%);
    transform: translateY(-120%);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.sc_layouts_row_fixed_on.sc_layouts_row_fixed_animation_off {
  animation-duration: 0.3s;
  animation-name: fixedHeaderAnimOff;
  animation-timing-function: ease-out;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.08);
}

@keyframes fixedHeaderAnimOff {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-120%);
    -ms-transform: translateY(-120%);
    transform: translateY(-120%);
    opacity: 1;
  }
}
/* xxl-title */
.title-xxl h1 {
  font-size: 10rem;
  line-height: 1em;
  letter-spacing: -0.03em;
}
@media (max-width: 1439px) {
  .title-xxl h1 {
    font-size: 8rem;
  }
}
@media (max-width: 1279px) {
  .title-xxl h1 {
    font-size: 7rem;
  }
}
@media (max-width: 1023px) {
  .title-xxl h1 {
    font-size: 5.3rem;
  }
}
@media (max-width: 767px) {
  .title-xxl h1 {
    font-size: 3rem;
  }
}

.title-xl h1 {
  font-size: 7.06rem;
  line-height: 1em;
  letter-spacing: -0.03em;
}
@media (max-width: 1439px) {
  .title-xl h1 {
    font-size: 6rem;
  }
}
@media (max-width: 1279px) {
  .title-xl h1 {
    font-size: 5rem;
  }
}
@media (max-width: 1023px) {
  .title-xl h1 {
    font-size: 4.5rem;
  }
}
@media (max-width: 767px) {
  .title-xl h1 {
    font-size: 3rem;
  }
}

/* Title */
.sc_title_accent .sc_item_subtitle::before {
  background-color: var(--theme-color-text_link2);
}

/* 404 */
.error404 .page_content_wrap {
  background-color: var(--theme-color-alter_bg_color);
}
.error404 .page_content_wrap .content_wrap {
  background-image: url("images/404-bg.png");
  background-repeat: no-repeat;
  background-position: 50% 37%;
  background-clip: content-box;
  background-size: auto 65%;
}

.post_item_404 .post_content {
  position: relative;
}
.post_item_404 .post_content .all-svg .svg-1 {
  display: block;
  width: 60px;
  height: 60px;
  z-index: 20;
  left: 23%;
  position: absolute;
  top: 21%;
}
.post_item_404 .post_content .all-svg .svg-1 svg {
  width: 100%;
  height: 100%;
  fill: inherit;
  stroke: inherit;
  opacity: 1;
}
.post_item_404 .post_content .all-svg .svg-2 {
  left: 73%;
  position: absolute;
  top: 14%;
  width: 103px;
  height: 124px;
  z-index: 10;
}
.post_item_404 .post_content .all-svg .svg-2 svg {
  width: 100%;
  height: 100%;
  fill: inherit;
  stroke: inherit;
  opacity: 1;
}
.post_item_404 .post_content .all-svg .svg-3 {
  right: 47%;
  position: absolute;
  top: 30%;
  width: 60px;
  height: 60px;
  z-index: 10;
}
.post_item_404 .post_content .all-svg .svg-3 svg {
  width: 100%;
  height: 100%;
  fill: inherit;
  stroke: inherit;
  opacity: 1;
}
.post_item_404 .post_content .all-svg .svg-4 {
  left: 78%;
  position: absolute;
  top: 59%;
  width: 60px;
  height: 60px;
  z-index: 10;
}
.post_item_404 .post_content .all-svg .svg-4 svg {
  width: 100%;
  height: 100%;
  fill: inherit;
  stroke: inherit;
  opacity: 1;
}
.post_item_404 .post_content .all-svg .svg-5 {
  left: 20%;
  position: absolute;
  top: 69%;
  width: 112px;
  height: 112px;
  z-index: 10;
}
.post_item_404 .post_content .all-svg .svg-5 svg {
  width: 100%;
  height: 100%;
  fill: inherit;
  stroke: inherit;
  opacity: 1;
}

/* Instagram */
.border-radius {
  /* Instagram Feed */
  /* TRX Instagram widget */
}
.border-radius#sb_instagram #sbi_images .sbi_item .sbi_photo_wrap {
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
  overflow: hidden;
}
.border-radius .widget_instagram_images_item {
  border-radius: 14px;
}

/* SC Icons */
.sc_icons_decoration .sc_icons_icon {
  color: var(--theme-color-alter_link);
}

.sc_icons_decoration .sc_icons_item_linked:hover .sc_icons_icon {
  color: var(--theme-color-alter_dark);
}

.sc_icons_decoration .sc_icons_item:hover .sc_icons_item_more_link .link_icon::before {
  color: var(--theme-color-alter_link);
}

/* Booked */
body table.booked-calendar th,
body table.booked-calendar thead th,
table.booked-calendar thead tr {
  background-color: var(--theme-color-text_link3) !important;
}

table.booked-calendar thead tr th:first-child {
  border-color: var(--theme-color-text_link3);
}

/* MailChip */
#style-11.mc4wp-form .mc4wp-form-fields button {
  box-shadow: 0 7px 25px var(--theme-color-text_link_02);
}

.gallery figure.gallery-item a img {
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

@media (max-width: 1279px) {
  .sc_icons.sc_icons_divider4 .sc_icons_item_description {
    font-size: 15px;
    line-height: 1.6em;
  }
}
@media (max-width: 1023px) {
  .post_item_404 .post_content {
    position: relative;
  }
  .post_item_404 .post_content .all-svg .svg-1 {
    width: 45px;
    height: 45px;
  }
  .post_item_404 .post_content .all-svg .svg-2 {
    width: 75px;
    height: 100px;
  }
  .post_item_404 .post_content .all-svg .svg-3 {
    width: 45px;
    height: 45px;
  }
  .post_item_404 .post_content .all-svg .svg-4 {
    width: 45px;
    height: 45px;
  }
  .post_item_404 .post_content .all-svg .svg-5 {
    width: 75px;
    height: 75px;
  }

  .sc_services_breezy .sc_services_item_icon,
  .sc_services_breezy .sc_services_item_pictogram {
    font-size: 3.3em;
  }
}
@media (max-width: 767px) {
  .categories_list_style_8.count_5 .categories_list_item:not(:first-child) {
    margin-top: 30px;
  }

  /* 404 */
  .error404 .page_content_wrap .content_wrap {
    background-image: none;
  }
}

/*# sourceMappingURL=extra-style.css.map */
