/*
Version: 1.3.7
*/
@import url('./atoms/navigation-description-support.css');
@import url('./atoms/footer.css');
@import url('./atoms/fundaments-slider.css');
@import url('./atoms/reviews-slider.css');
@import url('./atoms/original-iframe.css');
@import url('./atoms/forms.css');
@import url('./atoms/designs-plates.css');
@import url('./atoms/designs-slider.css');
@import url('./atoms/blockquote.css');
@import url('./atoms/spy-scroll.css');
@import url('./atoms/breadcrumbs-custom.css');
@import url('./atoms/ac-forms.css');
@import url('./atoms/search.css');
@import url('./atoms/homepage-slider.css');
@import url('./atoms/slider-per-view-auto.css');
@import url('./atoms/modal.css');
@import url('./atoms/contact-form.css');
@import url('./atoms/table.css?ver=1.3.8');
@import url('./atoms/custom-video-modal.css?ver=1.3.7');
@import url('./atoms/switcher.css');
@import url('./atoms/podcasts-listing.css');
@import url('./atoms/pagination.css');
@import url('./atoms/integration-listing.css');
@import url('./atoms/services-single.css');
@import url('./atoms/article-listing.css');
@import url('./atoms/download-resources-loop.css');

body {
  -webkit-text-size-adjust: 100%;
}

body figure {
  margin-bottom: 0 !important;
}

/* Header Section Sticky */
body .wp-site-blocks > header.wp-block-template-part {
  position: sticky;
  top: 0;
  z-index: 999 !important;
}

/* Spectra styles fix */
.wp-block-uagb-container:not(.uagb-layout-grid).uagb-is-root-container {
  margin-left: unset;
  margin-right: unset;
}

body .twenty20 {
  margin: 0 !important;
}

body .twentytwenty-handle {
  height: 24px !important;
  border-radius: 0 !important;
  border-color: var(--wp--preset--color--doger) !important;
  background-color: var(--wp--preset--color--doger) !important;
  box-shadow: none !important;
}

body .twentytwenty-handle:before,
body .twentytwenty-handle:after {
  background-color: var(--wp--preset--color--doger) !important;
  box-shadow: none !important;
}

body .twentytwenty-handle:before {
  bottom: 0 !important;
}

body .twentytwenty-handle:after {
  top: 0 !important;
}

.around-highliht-latte {
  padding: 10px 15px;
  background-image: url('../images/home-highlight-website.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}

.around-highliht-latte.big {
  padding: 10px 36px;
}

.around-highliht-latte.paragraph-small {
  padding: 20px 10px;
}

.around-highlight-dogger {
  padding: 10px 15px;
  background-image: url('../images/home-highlight-dogger.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}

.around-highlight-dogger-special {
  padding: 10px 15px;
  background-image: url('../images/home-highlight-super-easy.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}

.highlight-24 {
  padding: 24px !important;
}

.around-highlight-astro {
  padding: 10px 5px;
  background-image: url('../images/astro-highlight.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}

.around-highlight-wecandoit {
  padding: 15px 10px;
  background-image: url('../images/wecandoit-highlight.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}

.decoration-underline {
  text-decoration: underline;
}

.overflow-hidden {
  overflow: hidden !important;
}

.word-no-break {
  word-break: auto-phrase !important;
}

.white-space-nowrap {
  white-space: nowrap;
}

.inline-center > * {
  display: inline-flex !important;
  align-items: center !important;
}

.inline-center-right > * > *:first-child {
  margin-right: 10px !important;
}

.inline-center-left > * > *:last-child {
  margin-left: 10px !important;
}

.inline-center-paragraph-image {
  display: inline-flex;
  align-items: center;
}

.inline-center-paragraph-image.has-text-align-right {
  width: 100%;
  justify-content: flex-end;
}

.inline-center-paragraph-image > img {
  margin: 0 2px;
}

.width-fit {
  width: fit-content !important;
}

.mobile-phone-ico a img {
  width: 24px;
  height: auto;
}

.mobile-phone-ico a:after {
  display: none !important;
}

.btn-hover-bg-catskill-deep > a,
.btn-hover-bg-catskill-deep > button {
  will-change: background-color;
  transition: background-color 0.3s !important;
}

.btn-hover-bg-catskill-deep:hover > a,
.btn-hover-bg-catskill-deep:hover > button {
  background-color: var(--wp--preset--color--catskill-deep) !important;
}

.has-background
  .wp-block-navigation-item.open-on-click
  > .wp-block-navigation-submenu__toggle,
.has-background .wp-block-navigation-item > a {
  padding: 15px 20px !important;
}

.has-background
  .wp-block-navigation-item.open-on-click
  > .wp-block-navigation-submenu__toggle {
  padding-right: 40px !important;
}

.wp-block-navigation-item.open-on-click
  .wp-block-navigation-submenu__toggle
  + .wp-block-navigation__submenu-icon {
  margin-left: -30px;
}

.has-background
  .wp-block-navigation-item.open-on-click
  > .wp-block-navigation-submenu__toggle:after,
.has-background .wp-block-navigation-item > a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 25%;
  width: 0;
  height: 2px;
  transform: translateX(-50%);
  transition: width 0.3s ease;
  background-color: var(--wp--preset--color--licorice);
}

.has-background
  .wp-block-navigation-item.open-on-click
  > .wp-block-navigation-submenu__toggle:hover:after,
.has-background .wp-block-navigation-item > a:hover:after {
  width: 50%;
  animation: narrowing 0.3s ease-in-out;
}

body .hero-difm-shape {
  margin-bottom: 70px !important;
}

body .hero-difm-shape::after {
  content: '';
  align-self: stretch;
  width: 100%;
  height: 54px;
  position: absolute;
  top: auto;
  bottom: -53px;
  left: 0;
  right: auto;
  background-image: url('../images/difm-hero-shape.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 1;
}

body .hero-difm-shape .difm-hero-gallery {
  margin-bottom: -70px !important;
}

.footer-with-difm-shapes:before {
  content: '';
  position: absolute;
  bottom: 99.5%;
  right: 0.5%;
  width: 780px;
  height: 15px;
  background-image: url('../images/difm-lp-footer-shape.svg');
  background-size: 100%;
  background-position: right top;
  background-repeat: no-repeat;
  z-index: 9;
}

.section-with-deep-section:before {
  content: '';
  position: absolute;
  bottom: 99.5%;
  right: 0.5%;
  width: 780px;
  height: 15px;
  background-image: url('../images/deep-section-shape.svg');
  background-size: 100%;
  background-position: right top;
  background-repeat: no-repeat;
  z-index: 9;
}

.section-with-light-section:before {
  content: '';
  position: absolute;
  bottom: 99.5%;
  right: 0.5%;
  width: 780px;
  height: 15px;
  background-image: url('../images/deep-section-shape.svg');
  background-size: 100%;
  background-position: right top;
  background-repeat: no-repeat;
  z-index: 9;
  filter: brightness(0) saturate(100%) invert(90%) sepia(10%) saturate(162%)
    hue-rotate(165deg) brightness(105%) contrast(95%);
}

.link-back:before {
  content: '';
  background-image: url('../images/arrow-back.png');
  margin-left: 0;
  margin-right: 5px;
  width: 10px;
  height: 13px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.w-auto {
  width: auto !important;
}

.w-full {
  width: 100% !important;
}

.w-full * {
  width: 100% !important;
  height: auto !important;
}

.w-auto img {
  width: auto !important;
  max-width: unset !important;
}

.mt-auto {
  margin-top: auto !important;
}

.responsive-iframe {
  position: relative !important;
  width: 100% !important;
  padding-top: 56.25% !important;
}

.responsive-iframe > .wp-block-embed__wrapper {
  position: static;
}

.responsive-iframe iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.sticky-content {
  display: block !important;
  height: 100% !important;
}

.sticky-content > * {
  position: sticky !important;
  top: 100px !important;
}

.flex-grow {
  max-width: 100% !important;
  flex-grow: 1 !important;
}

.tour-scroll-url {
  position: absolute;
  left: 33px;
  bottom: 0;
  transform: translate(100%, 0);
}

.tour-scroll-url p {
  margin-top: 6px !important;
  margin-left: -5px !important;
  letter-spacing: 0 !important;
  transform: rotate(6deg) !important;
}

.overflow-visible {
  overflow: visible !important;
}

.wp-block-uagb-icon-list .uagb-icon-list__source-wrap {
  /*margin-top: 3px;*/
}

body .break-1200 {
  overflow: hidden !important;
}

body .break-1200 .uagb-container-inner-blocks-wrap {
  overflow: hidden !important;
}

body .align-normal {
  align-items: normal !important;
}

body .wp-block-group.inline-center {
  align-items: center !important;
}

body .uagb-tabs__body-wrap {
  padding: 0 !important;
  margin: 0 !important;
}

body .uagb-tabs__body-wrap .wp-block-uagb-tabs-child {
  padding: 0 !important;
  margin: 0 !important;
}

body .uagb-modal-wrapper {
  margin: 0 !important;
}

.wp-block-uagb-image.width-auto {
  width: auto !important;
}

.recommendation-plate-position-custom {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.recommendation-plate {
  width: auto !important;
}

.const-width .wp-block-uagb-image__figure img {
  max-width: fit-content;
}

.reset-width .wp-block-uagb-image__figure img {
  max-width: unset;
}

.img-wrapper-w-auto {
  width: auto !important;
}

.img-wrapper-w-auto img {
  max-width: unset !important;
}

figure.iframe-wrapper {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 56.65%;
}

figure.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

body p.link-decoration-underline a {
  text-decoration: underline;
}

.wp-block-mfb-meta-field-block.is-display-inline-block .prefix {
  margin-right: 2px !important;
}

/*.scroll-wrapper {*/
/*    -webkit-overflow-scrolling: touch;*/
/*    overflow-y: scroll;*/
/*    height: 100%; !* Adjust as needed *!*/
/*    width: 100%;*/
/*}*/

/*.scroll-wrapper iframe {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    border: none;*/
/*    -webkit-overflow-scrolling: touch;*/
/*    overflow-y: scroll;*/
/*}*/

.single-post .entry-content a,
.academy-post_content a {
  word-break: break-all;
}

body
  .wp-block-uagb-container.icon-text-wrapper
  > *:not(.wp-block-uagb-container):not(.wp-block-uagb-column):not(
    .wp-block-uagb-container
  ):not(.wp-block-uagb-section):not(.uagb-container__shape):not(
    .uagb-container__video-wrap
  ):not(.wp-block-spectra-pro-register):not(.wp-block-spectra-pro-login):not(
    .uagb-slider-container
  ):not(.spectra-container-link-overlay):not(
    .spectra-image-gallery__control-lightbox
  ):not(.wp-block-uagb-lottie):not(.uagb-faq__outer-wrap) {
  min-width: 20px !important;
}

.aspect-16-9 {
  position: relative !important;
  width: 100% !important;
  height: 0 !important;
  padding-bottom: 56.25%;
}

.aspect-16-9 iframe {
  position: absolute !important;
  max-width: 100% !important;
  max-height: 100% !important;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
}

.break-word {
  word-break: break-word;
}

.has-medium-font-weight {
  font-weight: var(--wp--custom--font-weight--medium) !important;
}

@media screen and (min-width: 1025px) {
  body.uagb-popup-builder__body--overflow-hidden {
    padding-right: 15px;
  }
}

@media screen and (max-width: 991px) {
  body .hero-difm-shape {
    margin-bottom: 0 !important;
  }

  body .hero-difm-shape::after {
    display: none;
  }

  body .hero-difm-shape .difm-hero-gallery {
    margin-bottom: 0 !important;
  }

  body h5.premium-accordion__title_text {
    font-size: 16px !important;
  }
}

@media screen and (min-width: 768px) {
  .height-full {
    height: 100%;
  }

  .show-mobile {
    display: none !important;
  }

  .container-no-full-tablet-up {
    width: auto !important;
    max-width: 100% !important;
  }
}

@media screen and (max-width: 1200px) {
  body .break-1200 .uagb-container-inner-blocks-wrap {
    flex-wrap: wrap !important;
  }

  body .break-1200 .wp-block-uagb-container {
    width: 100% !important;
    max-width: 100% !important;
  }

  body .break-1200 .wp-block-uagb-container:nth-child(2) {
    max-width: 560px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media screen and (max-width: 1126px) {
  .show-1190 {
    display: none !important;
  }
}

@media screen and (max-width: 977px) {
  .tour-scroll-url {
    transform: none;
  }
}

@media screen and (max-width: 991px) {
  .column-first-full-tablet .wp-block-columns {
    flex-wrap: wrap !important;
  }

  .column-first-full-tablet .wp-block-columns .wp-block-column:first-of-type {
    flex-basis: 100% !important;
  }

  .column-first-full-tablet
    .wp-block-columns
    .wp-block-column:not(:first-of-type) {
    flex-basis: 50% !important;
  }
  .column-first-full-tablet .wp-block-columns .wp-block-column * {
    text-align: center !important;
  }

  .reverse-tablet {
    flex-direction: column-reverse;
  }

  .center-tablet .wp-block-column > * {
    text-align: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .column-padding-tablet {
    padding: 45px 20px !important;
  }

  .sticky-content-desktop {
    display: block;
    height: auto !important;
  }

  .sticky-content-desktop > * {
    position: relative;
    top: auto;
  }

  .tablet-full-width {
    margin-left: -20px !important;
    margin-right: -20px !important;
    width: calc(100% + 40px) !important;
    max-width: unset !important;
  }
}

@media screen and (max-width: 781px) {
  body .break-1200 .uagb-container-inner-blocks-wrap {
    overflow: visible !important;
  }

  .tablet-full-width {
    margin-left: -20px !important;
    margin-right: -20px !important;
    width: calc(100% + 40px) !important;
    max-width: unset !important;
  }

  .mobile-full-width {
    margin-left: -30px !important;
    margin-right: -30px !important;
    width: calc(100% + 60px) !important;
    max-width: unset !important;
  }

  .column-padding-mobile {
    padding: 45px 20px !important;
  }

  .mobile-padding-x-reset {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .mobile-margin-top-small {
    margin-top: 50px !important;
  }

  .buttons-mobile-centered {
    justify-content: center !important;
  }

  .footer-with-difm-shapes:before {
    width: 50%;
    background-position: right bottom;
  }

  .overflow-mb-visible {
    overflow: visible !important;
  }

  body .mobile-padding-bottom-reset {
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  body .uag-hide-mob {
    display: none !important;
  }

  .btns-mobile-centered {
    justify-content: center !important;
  }

  .btns-mobile-centered > * {
    display: flex !important;
    width: 100% !important;
    justify-content: center !important;
  }

  .sticky-content {
    display: block !important;
    height: auto !important;
  }

  .sticky-content > * {
    position: relative;
    top: auto;
  }

  .hide-mobile {
    display: none !important;
  }

  .show-mobile {
    display: block !important;
  }

  body .uagb-tabs__wrap.uagb-tabs__stack1-mobile ul.uagb-tabs__panel {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    border-radius: 30px;
  }

  .mobile-center-img-meta
    .is-acf-field.is-display-inline-block.wp-block-mfb-meta-field-block {
    max-width: max-content !important;
  }

  .text-center-mobile {
    text-align: center !important;
  }

  .no-min-height-m {
    min-height: unset !important;
  }
}

.no-wrap-highlight mark {
  white-space: nowrap;
}

/* Moved to responsive.css */
.max-width-text {
  max-width: 70ch !important;
}

.max-width-heading {
  max-width: 30ch !important;
}

.order-last {
  order: 999;
}

.order-first {
  order: 0;
}

@media screen and (max-width: 1200px) {
  .order-last-below-lg-tablet {
    order: 999;
  }

  .order-first-below-lg-tablet {
    order: 0;
  }
}

@media screen and (max-width: 767px) {
  .order-last-mobile {
    order: 999;
  }

  .order-first-mobile {
    order: 0;
  }
}

@media screen and (min-width: 1025px) {
  body .uag-hide-desktop.uagb-google-map__wrap,
  body .uag-hide-desktop {
    display: none !important;
  }
}
