/* Elementor styles
----------------------------------------------------------------- */
/* Add negative margins to the our post container to align left and right side of the post content and header/footer */
.post_content > .elementor,
[class*=type-cpt_] > [class*=_page_content] > .elementor {
  margin-left: calc(-1 * var(--theme-var-elm_add_page_margins) / 2);
  margin-right: calc(-1 * var(--theme-var-elm_add_page_margins) / 2);
}

/* Add margins to "No Gap" on fullscreen for compensation of the previous rule */
.body_style_fullscreen .post_content > .elementor .elementor-section.elementor-section-full_width > .elementor-container.elementor-column-gap-no,
.body_style_fullscreen [class*=type-cpt_] > [class*=_page_content] > .elementor .elementor-section.elementor-section-full_width > .elementor-container.elementor-column-gap-no {
  margin-left: calc(var(--theme-var-elm_add_page_margins) / 2);
  margin-right: calc(var(--theme-var-elm_add_page_margins) / 2);
}

/* Default Elementor's grid */
.elementor-column-gap-narrow > .elementor-row > .elementor-column > .elementor-element-populated,
.elementor-column-gap-narrow > .elementor-column > .elementor-element-populated { /* Elm 3.0+ */
  padding: calc(var(--theme-var-elm_gap_narrow) / 2);
}

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated,
.elementor-column-gap-default > .elementor-column > .elementor-element-populated { /* Elm 3.0+ */
  padding: calc(var(--theme-var-elm_gap_default) / 2);
}

.elementor-column-gap-extended > .elementor-row > .elementor-column > .elementor-element-populated,
.elementor-column-gap-extended > .elementor-column > .elementor-element-populated { /* Elm 3.0+ */
  padding: calc(var(--theme-var-elm_gap_extended) / 2);
}

.elementor-column-gap-wide > .elementor-row > .elementor-column > .elementor-element-populated,
.elementor-column-gap-wide > .elementor-column > .elementor-element-populated { /* Elm 3.0+ */
  padding: calc(var(--theme-var-elm_gap_wide) / 2);
}

.elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-element-populated,
.elementor-column-gap-wider > .elementor-column > .elementor-element-populated { /* Elm 3.0+ */
  padding: calc(var(--theme-var-elm_gap_wider) / 2);
}

.elementor-container > .elementor-row > .elementor-column > .elementor-element-populated,
.elementor-container > .elementor-column > .elementor-element-populated { /* Elm 3.0+ */
  padding-top: 0;
  padding-bottom: 0;
}

/* Stretch columns container to remove white spaces from sides of the rows with gaps between columns */
.elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container:not(.elementor-column-gap-no) {
  max-width: none;
  position: relative;
}

/* Boxed sections in the fullwidth pages */
.body_style_fullwide .elementor-section.elementor-section-boxed > .elementor-container.elementor-container {
  max-width: var(--theme-var-page_fullwide);
}

.body_style_fullwide .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-narrow {
  max-width: calc(var(--theme-var-page_fullwide) + var(--theme-var-elm_gap_narrow));
}

.body_style_fullwide .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-default {
  max-width: calc(var(--theme-var-page_fullwide) + var(--theme-var-elm_gap_default));
}

.body_style_fullwide .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-extended {
  max-width: calc(var(--theme-var-page_fullwide) + var(--theme-var-elm_gap_extended));
}

.body_style_fullwide .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-wide {
  max-width: calc(var(--theme-var-page_fullwide) + var(--theme-var-elm_gap_wide));
}

.body_style_fullwide .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-wider {
  max-width: calc(var(--theme-var-page_fullwide) + var(--theme-var-elm_gap_wider));
}

/* No gap */
.elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-no {
  max-width: var(--theme-var-page);
}

/* Narrow: 5px */
.elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-narrow {
  max-width: var(--theme-var-page10);
}

.elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow,
.elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow {
  width: var(--theme-var-page10);
}

.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow,
.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow {
  width: var(--theme-var-content10);
}

.content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow,
.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow {
  left: calc(-1 * var(--theme-var-elm_gap_narrow) / 2);
}

.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width.elementor-section-stretched:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow {
  margin-left: calc(-1 * var(--theme-var-elm_gap_narrow) / 2);
  margin-right: calc(-1 * var(--theme-var-elm_gap_narrow) / 2);
}

/* Default: 10px */
.elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-default {
  max-width: var(--theme-var-page20);
}

.elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default,
.elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default {
  width: var(--theme-var-page20);
}

.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default,
.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default {
  width: var(--theme-var-content20);
}

.content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default,
.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default {
  left: calc(-1 * var(--theme-var-elm_gap_default) / 2);
}

.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width.elementor-section-stretched:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default {
  margin-left: calc(-1 * var(--theme-var-elm_gap_default) / 2);
  margin-right: calc(-1 * var(--theme-var-elm_gap_default) / 2);
}

/* Extended: 15px */
.elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-extended {
  max-width: var(--theme-var-page30);
}

.elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended,
.elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended {
  width: var(--theme-var-page30);
}

.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended,
.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended {
  width: var(--theme-var-content30);
}

.content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended,
.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended {
  left: calc(-1 * var(--theme-var-elm_gap_extended) / 2);
}

.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width.elementor-section-stretched:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended {
  margin-left: calc(-1 * var(--theme-var-elm_gap_extended) / 2);
  margin-right: calc(-1 * var(--theme-var-elm_gap_extended) / 2);
}

/* Wide: 20px */
.elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-wide {
  max-width: var(--theme-var-page40);
}

.elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide,
.elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide {
  width: var(--theme-var-page40);
}

.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide,
.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide {
  width: var(--theme-var-content40);
}

.content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide,
.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide {
  left: calc(-1 * var(--theme-var-elm_gap_wide) / 2);
}

.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width.elementor-section-stretched:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide {
  margin-left: calc(-1 * var(--theme-var-elm_gap_wide) / 2);
  margin-right: calc(-1 * var(--theme-var-elm_gap_wide) / 2);
}

/* Wider: 30px */
.elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-wider {
  max-width: var(--theme-var-page60);
}

.elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider,
.elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider {
  width: var(--theme-var-page60);
}

.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider,
.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider {
  width: var(--theme-var-content60);
}

.content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider,
.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider {
  left: calc(-1 * var(--theme-var-elm_gap_wider) / 2);
}

.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width.elementor-section-stretched:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider {
  margin-left: calc(-1 * var(--theme-var-elm_gap_wider) / 2);
  margin-right: calc(-1 * var(--theme-var-elm_gap_wider) / 2);
}

/* Elementor Lightbox */
.elementor-lightbox {
  background-color: var(--theme-color-bg_color_07);
}

.elementor-lightbox .dialog-lightbox-close-button,
.elementor-lightbox .elementor-swiper-button {
  color: var(--theme-color-text_dark);
  background-color: transparent;
}

.elementor-lightbox .dialog-lightbox-close-button:hover,
.elementor-lightbox .elementor-swiper-button:hover {
  color: var(--theme-color-text_link);
}

/* Shape above and below rows */
.elementor-shape .elementor-shape-fill {
  fill: var(--theme-color-bg_color);
}

/* Divider */
.elementor-widget-divider {
  --divider-border-color: var(--theme-color-bd_color);
}

.elementor-divider-separator {
  border-color: var(--theme-color-bd_color);
}

/* Spacer */
.elementor-widget-spacer.sc_height_medium .elementor-spacer-inner {
  height: 3.125rem !important;
}

.elementor-widget-spacer.sc_height_large .elementor-spacer-inner,
.elementor-widget-spacer.sc_height_big .elementor-spacer-inner {
  height: 5.625rem !important;
}

/* Progress bar */
.elementor-widget-progress .elementor-title {
  color: var(--theme-color-text_dark);
  font-size: 1.375rem;
  font-weight: 400;
}

.elementor-progress-bar {
  border-radius: 0;
  height: 8px;
  line-height: 8px;
  background-color: var(--theme-color-alter_link2);
}

.elementor-widget-progress .elementor-progress-percentage {
  color: var(--theme-color-text_dark);
  position: absolute;
  z-index: 1;
  top: -1.3125rem;
  right: 0;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 0;
}

.elementor-widget-progress + .elementor-widget-progress {
  margin-top: 1.9375rem;
}

/* Tabs */
.custom_horizontal_tab.elementor-widget-tabs .elementor-tab-desktop-title,
.custom_horizontal_tab.elementor-widget-tabs .elementor-tab-mobile-title {
  color: var(--theme-color-text_light);
  padding: 0 0 1.5625rem;
  margin: 0 2.8125rem 0px 0;
  display: inline-block;
  font-weight: 400;
  font-size: 1.125rem;
  border: 0;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.custom_horizontal_tab.elementor-widget-tabs .elementor-tab-mobile-title {
  display: none;
}

.custom_horizontal_tab.elementor-widget-tabs .elementor-tab-desktop-title a:hover,
.custom_horizontal_tab.elementor-widget-tabs .elementor-tab-mobile-title a:hover,
.custom_horizontal_tab.elementor-widget-tabs .elementor-tab-mobile-title.elementor-active {
  color: var(--theme-color-alter_link);
}

.custom_horizontal_tab.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active {
  border-bottom: 3px solid;
  color: var(--theme-color-alter_link);
}

.custom_horizontal_tab.elementor-widget-tabs .elementor-tab-content {
  padding: 2.5625rem 0 0;
}

.custom_horizontal_tab .elementor-tabs-content-wrapper,
.custom_horizontal_tab.elementor-widget-tabs .elementor-tab-content {
  border: 0;
}

.custom_horizontal_tab.elementor-widget-tabs .elementor-tab-title:after,
.custom_horizontal_tab.elementor-widget-tabs .elementor-tab-title:before {
  border: 3px var(--theme-color-alter_bd_color);
}

.custom_horizontal_tab.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before,
.custom_horizontal_tab.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after {
  bottom: -3px;
}

.custom_horizontal_tab.services .elementor-tabs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.custom_horizontal_tab.services.elementor-widget-tabs .elementor-tab-desktop-title,
.custom_horizontal_tab.services.elementor-widget-tabs .elementor-tab-mobile-title {
  width: 100%;
  text-align: center;
}

.custom_horizontal_tab.services.elementor-widget-tabs .elementor-tab-desktop-title a:hover,
.custom_horizontal_tab.services.elementor-widget-tabs .elementor-tab-mobile-title a:hover,
.custom_horizontal_tab.services.elementor-widget-tabs .elementor-tab-mobile-title.elementor-active,
.custom_horizontal_tab.services.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active {
  color: var(--theme-color-alter_link2);
}

.custom_horizontal_tab.services .elementor-widget-tabs .elementor-tab-desktop-title,
.custom_horizontal_tab.services .elementor-widget-tabs .elementor-tab-mobile-title {
  color: var(--theme-color-text_dark);
}

/* Accordion */
.elementor-accordion .elementor-accordion-item {
  border: 0;
  background: var(--theme-color-alter_bg_color);
}

.elementor-accordion .elementor-accordion-item + .elementor-accordion-item {
  margin-top: 10px;
}

.elementor-accordion .elementor-tab-title {
  color: var(--theme-color-text_dark);
  font-size: 20px;
  font-weight: 400;
  padding: 2.75rem 4.6875rem 2.75rem 2.5625rem;
  position: relative;
}

.elementor-accordion .elementor-tab-content {
  padding: 0rem 4.6875rem 2.8125rem 2.5625rem;
  margin-top: -1.0625rem;
  border-top: 0;
}

.elementor-accordion .elementor-tab-content p {
  margin-bottom: 0;
}

.elementor-accordion .elementor-tab-content p + p {
  margin-top: 1.76em;
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon .fa-times:before {
  content: "\e9a5";
  font-family: "fontello";
  font-weight: 300;
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon .fa-plus:before {
  content: "\e9a1";
  font-family: "fontello";
  font-weight: 300;
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
  background: var(--theme-color-inverse_link);
  color: var(--theme-color-text_hover3);
  font-size: 15px;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
  vertical-align: middle;
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon:hover,
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon {
  background: var(--theme-color-text_hover3);
  fill: var(--theme-color-inverse_link);
}

.elementor-accordion .elementor-tab-title:not(.elementor-active) .elementor-accordion-icon:hover {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
  position: absolute;
  z-index: 1;
  top: 2rem;
  right: 1.3125rem;
  text-align: center;
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
  text-align: center;
  margin: -0.375rem 0.9375rem 0 0;
}

/* Google map */
.elementor-widget-google_maps iframe {
  height: 36.625rem;
}

/* Text editor img */
.elementor-text-editor img {
  border-radius: 3px;
}

/* Additional entrance animations
------------------------------------ */
@-webkit-keyframes ta_under_strips {
  0% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
  }
}
@keyframes ta_under_strips {
  0% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
  }
}
.ta_under_strips {
  overflow: hidden;
}
.ta_under_strips > div {
  opacity: 0;
  -webkit-animation: fadeIn 0.2s 1s forwards;
  animation: fadeIn 0.2s 1s forwards;
}

.ta_under_strips:before,
.ta_under_strips:after {
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ta_under_strips:before {
  background-color: var(--theme-color-text_link);
  z-index: 1;
  -webkit-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  transform: translateX(-101%);
  -webkit-animation: ta_under_strips 1.5s cubic-bezier(0.86, 0, 0.07, 1) forwards;
  animation: ta_under_strips 1.5s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}

.ta_under_strips:after {
  background-color: var(--theme-color-text_hover);
  z-index: 2;
  -webkit-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  transform: translateX(-101%);
  -webkit-animation: ta_under_strips 1.2s 0.2s cubic-bezier(1, 0, 0.54, 0.99) forwards;
  animation: ta_under_strips 1.2s 0.2s cubic-bezier(1, 0, 0.54, 0.99) forwards;
}