/*** Global ***/
strong, b {
    font-weight: 700;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
    margin-block-end: 1.5rem;
}

/* Laptops - site container */
@media (max-width: 1499px) {
  :is(.elementor-section-wrap,[data-elementor-id]) > .e-con.e-con-boxed > .e-con-inner {
    max-width: 1200px;       
    margin-left: auto;
    margin-right: auto;
  }

}


/*** Global scroll offset ***/
html {
  scroll-behavior: smooth;
}


html {
    scroll-padding-top: 250px !important;
}

body {
    scroll-padding-top: 250px !important;
}


@media (max-width: 1024px) {
    html {
        scroll-padding-top: 150px !important;
    }
    
    body {
        scroll-padding-top: 150px !important;
    }
}

@media (max-width: 767px) {
    html {
        scroll-padding-top: 125px !important;
    }

    body {
        scroll-padding-top: 125px !important;
    }
}

/*** Buttons ***/
.elementor-button {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.elementor-button .elementor-button-content-wrapper {
  position: relative;
  z-index: 1;   
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  overflow: hidden;
}

.elementor-button .wg-icon-viewport,
.wg--animated-icon .wg-icon-viewport {
  display: inline-block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}

.wg--icon-track {
  display: flex;
  flex-direction: row;
  transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  will-change: transform;
}

.wg--icon-track > svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.wg--icon-track > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  flex-shrink: 0;
}

.elementor-button:hover .wg--icon-track,
.elementor-button:focus-visible .wg--icon-track,
.wg--animated-icon:hover .wg--icon-track,
.wg--animated-icon:focus-visible .wg--icon-track {
  transform: translateX(-16px);
}

.no-wg-icon .wg-icon-viewport { display: none; }

@media (prefers-reduced-motion: reduce) {
  .wg--icon-track { transition: none; }
}

.elementor-button.wg--overlaying {
  background: none !important;           
}

.wg--bg-fill {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
  transform: scaleX(0);                    
  transform-origin: left center;           
  transition: transform 0.35s cubic-bezier(.33,1,.68,1);
  will-change: transform;
}

a.elementor-button:hover .wg--bg-fill,
a.elementor-button:focus-visible .wg--bg-fill {
  transform: scaleX(1);
}

@media (prefers-reduced-motion: reduce) {
  .wg--bg-fill { transition: none; }
}


/*** 404 ***/
.error404 header {
	display: none !important;
}


/*** Breadcrumbs ***/
#breadcrumbs span.breadcrumb_last {
  color: var(--e-global-color-text);
}
