/* 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,
[class*=type-cpt_] > .team_member_content .elementor {
  margin-left: -25px;
  margin-right: -25px;
}

/* 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: 25px;
  margin-right: 25px;
}

/* Boxed sections in the fullwidth pages */
.body_style_fullwide .elementor-section.elementor-section-boxed > .elementor-container.elementor-container {
  max-width: calc( 100vw - 130px * 2 );
}

.body_style_fullwide .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-narrow {
  max-width: calc( 100vw - 130px * 2 + 10px );
}

.body_style_fullwide .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-default {
  max-width: calc( 100vw - 130px * 2 + 20px );
}

.body_style_fullwide .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-extended {
  max-width: calc( 100vw - 130px * 2 + 50px );
}

.body_style_fullwide .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-wide {
  max-width: calc( 100vw - 130px * 2 + 40px );
}

.body_style_fullwide .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-wider {
  max-width: calc( 100vw - 130px * 2 + 60px );
}

/* Default Elementor's grid */
.elementor-column-gap-narrow > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 5px;
}

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 10px;
}

.elementor-column-gap-extended > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 25px;
}

.elementor-column-gap-wide > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 20px;
}

.elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 30px;
}

.elementor-container > .elementor-row > .elementor-column > .elementor-element-populated {
  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;
}

/* Narrow: 5px */
.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: 1280px;
}

.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: 790px;
}

.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: -5px;
}

.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: -5px;
  margin-right: -5px;
}

/* Default: 10px */
.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: 1290px;
}

.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: 800px;
}

.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: -10px;
}

.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: -10px;
  margin-right: -10px;
}

/* Extended: 15px */
.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: 1320px;
}

.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: 830px;
}

.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: -25px;
}

.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: -25px;
  margin-right: -25px;
}

/* Wide: 20px */
.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: 1310px;
}

.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: 820px;
}

.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: -20px;
}

.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: -20px;
  margin-right: -20px;
}

/* Wider: 30px */
.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: 1330px;
}

.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: 840px;
}

.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: -30px;
}

.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: -30px;
  margin-right: -30px;
}

/* Extended background */
/* Medium Left */
.elementor-section.sc_extra_bg_medium_left[class*=sc_bg_mask_]:before,
.elementor-section.sc_extra_bg_medium_left:after,
.elementor-column.sc_extra_bg_medium_left[class*=sc_bg_mask_] > .elementor-column-wrap:before,
.elementor-column.sc_extra_bg_medium_left > .elementor-column-wrap:after,
.elementor-widget-text-editor.sc_extra_bg_medium_left[class*=sc_bg_mask_]:before,
.elementor-widget-text-editor.sc_extra_bg_medium_left:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -8em;
}

/* Large Left */
.elementor-section.sc_extra_bg_large_left[class*=sc_bg_mask_]:before,
.elementor-section.sc_extra_bg_large_left:after,
.elementor-column.sc_extra_bg_large_left[class*=sc_bg_mask_] > .elementor-column-wrap:before,
.elementor-column.sc_extra_bg_large_left > .elementor-column-wrap:after,
.elementor-widget-text-editor.sc_extra_bg_large_left[class*=sc_bg_mask_]:before,
.elementor-widget-text-editor.sc_extra_bg_large_left:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -100vW;
}

/* Left Right */
.elementor-section.sc_extra_bg_left_right[class*=sc_bg_mask_]:before,
.elementor-section.sc_extra_bg_left_right:after,
.elementor-column.sc_extra_bg_left_right[class*=sc_bg_mask_] > .elementor-column-wrap:before,
.elementor-column.sc_extra_bg_left_right > .elementor-column-wrap:after,
.elementor-widget-text-editor.sc_extra_bg_left_right[class*=sc_bg_mask_]:before,
.elementor-widget-text-editor.sc_extra_bg_left_right:after {
  position: absolute;
  top: 0;
  right: -6em;
  bottom: 0;
  left: -6em;
}

/* Progress Bar */
.elementor-widget-progress .elementor-progress-wrapper,
.elementor-widget-progress .elementor-progress-bar {
  height: 8px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.elementor-widget-progress .elementor-progress-wrapper {
  margin-top: 12px;
}

.elementor-widget-progress .elementor-title {
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
}

.elementor-widget-progress .elementor-progress-text,
.elementor-widget-progress .elementor-progress-percentage {
  padding-right: 0;
  position: absolute;
  z-index: 1;
  top: -36px;
  right: 10px;
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
}

.elementor-widget-progress .elementor-progress-text {
  padding-right: 50px;
  padding-left: 0;
}

.elementor-widget-progress + .elementor-widget-progress {
  margin-top: 40px;
}

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

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

.elementor-widget-spacer.sc_height_medium .elementor-spacer-inner {
  height: 2.647rem !important;
}

.elementor-widget-spacer.sc_height_small .elementor-spacer-inner {
  height: 1.765rem !important;
}

.elementor-widget-spacer.sc_height_tiny .elementor-spacer-inner {
  height: 1rem !important;
}

/* Tabs */
.elementor-widget-tabs .elementor-tabs-wrapper {
  padding-bottom: 0;
}

.elementor-widget-tabs .elementor-tab-desktop-title {
  text-align: center;
  margin-right: 10px;
  margin-bottom: 15px;
  border-width: 1px;
  -webkit-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  padding: 1.7em 2.7em;
  font-size: 0.882em;
  line-height: 1.3em;
  font-weight: 500;
  letter-spacing: 0.4px;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -ms-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.elementor-widget-tabs .elementor-tab-mobile-title {
  margin-bottom: 15px;
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  padding: 15px 25px;
  border-width: 1px;
  -webkit-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -ms-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.elementor-widget-tabs .elementor-tab-mobile-title:last-child {
  margin-bottom: 0;
}

.elementor-widget-tabs .elementor-tab-desktop-title:last-child {
  margin-right: 0;
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
  display: inline-block;
}

.elementor-widget-tabs .elementor-tab-content p:last-child {
  margin-bottom: 0;
}

.elementor-widget-tabs .elementor-tab-content {
  padding: 1em 0 0;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  border-width: 0;
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {
  border-top: solid;
  border-width: 0 !important;
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active {
  border-bottom-style: solid;
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before,
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after {
  display: none;
}

/* Vertical */
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper {
  border-style: none;
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-content {
  padding: 0 1em;
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before,
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after {
  display: none;
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
  width: 35%;
  padding-bottom: 0;
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title {
  margin-right: 0;
  margin-bottom: 10px;
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title:last-child {
  margin-bottom: 0;
}

/* Elementor's display elements */
.elementor-editor-active .elementor .hide_on_wide, .elementor-editor-active .elementor .sc_layouts_hide_on_wide,
.elementor-editor-active .elementor .hide_on_desktop, .elementor-editor-active .elementor .sc_layouts_hide_on_desktop,
.elementor-editor-active .elementor .hide_on_notebook, .elementor-editor-active .elementor .sc_layouts_hide_on_notebook,
.elementor-editor-active .elementor .hide_on_tablet, .elementor-editor-active .elementor .sc_layouts_hide_on_tablet,
.elementor-editor-active .elementor .hide_on_mobile, .elementor-editor-active .elementor .sc_layouts_hide_on_mobile {
  display: block !important;
}

.elementor-editor-active .elementor .sc_layouts_column .sc_layouts_item.hide_on_wide, .elementor-editor-active .elementor .sc_layouts_column .sc_layouts_item.sc_layouts_hide_on_wide, .elementor-editor-active .elementor .sc_layouts_column .sc_layouts_item.hide_on_desktop, .elementor-editor-active .elementor .sc_layouts_column .sc_layouts_item.sc_layouts_hide_on_desktop, .elementor-editor-active .elementor .sc_layouts_column .sc_layouts_item.hide_on_notebook, .elementor-editor-active .elementor .sc_layouts_column .sc_layouts_item.sc_layouts_hide_on_notebook, .elementor-editor-active .elementor .sc_layouts_column .sc_layouts_item.hide_on_tablet, .elementor-editor-active .elementor .sc_layouts_column .sc_layouts_item.sc_layouts_hide_on_tablet, .elementor-editor-active .elementor .sc_layouts_column .sc_layouts_item.hide_on_mobile, .elementor-editor-active .elementor .sc_layouts_column .sc_layouts_item.sc_layouts_hide_on_mobile {
  display: inline-block !important;
}

body[class*=cpt_layouts-template] .elementor.elementor-edit-mode .elementor-inner {
  margin-left: auto;
  margin-right: auto;
}

/* Add custom animation */
/* Winger - Fade In Up */
.winger-fadeinup {
  animation-name: winger-fadeinup;
  animation-timing-function: ease-out;
}

@keyframes winger-fadeinup {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*# sourceMappingURL=elementor.css.map */
