/* Extra Styles +++++++++
 ++++++++++++++++++++++ */
body.body_style_fullscreen:not(.sc_stack_section_present):not(.elementor-editor-active) .content_wrap_fullscreen,
body.body_style_fullscreen:not(.sc_stack_section_present):not(.elementor-editor-active) .content_wrap_fullscreen {
  overflow: hidden;
                 	/* Used to prevent horizontal scroll on fullscreen pages.
					Please be advised that this rule is incompatible with sticky effects for sections - any fixed row will instead be displayed on the bottom of the page. */
}

/* Icons */
.sc_icons_plain .sc_icons_item .sc_icons_icon {
  color: var(--theme-color-text_link);
}
.sc_icons_plain .sc_icons_item:hover .sc_icons_icon {
  color: var(--theme-color-text_hover);
}

.sc_icons_card .sc_icons_item {
  border: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.sc_icons_card .sc_icons_item:hover {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
  -ms-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
}
.sc_icons_card.color_style_dark .sc_icons_item .sc_icons_item_more_link {
  color: var(--theme-color-alter_dark);
}
.sc_icons_card.color_style_dark .sc_icons_item:hover .sc_icons_item_more_link {
  color: var(--theme-color-alter_link);
}

/* Single Team */
body:not(.remove_margins) .team_page_wrap_info.comments_close {
  margin-bottom: 0;
}

.team_page_wrap_info .team_page_wrap_info_over {
  padding: 0;
}
.team_page_wrap_info:after {
  display: none;
}

/* Socials */
.footer_wrap .sc_layouts_row_type_compact .sc_socials.sc_socials_default .socials_wrap .social_item .social_icon {
  border-color: var(--theme-color-text_dark_03);
}

/* Woocommerce */
.woocommerce_status_bar > div.bar_cart:after,
.woocommerce_status_bar > div.bar_payment:after {
  color: var(--theme-color-text_dark_03);
}

.sc_layouts_cart_items_short {
  color: var(--theme-color-inverse_link);
  background-color: var(--theme-color-text_link);
}

.sc_layouts_cart:not(.modern) .sc_layouts_cart_widget .total {
  border-top-color: #423433 !important;
}

#payment li.payment_method_elegro label[for*="elegro"] img {
  display: none;
}

/* Search */
.search_modern .search_header_wrap .logo_image {
  max-height: 100px;
  top: 53px;
}
.search_modern > .search_submit {
  top: auto;
}

/* Blogger */
.sc_blogger_classic-masonry.sc_blogger_classic-masonry_default .post_layout_classic-masonry .post_header:before {
  background-color: var(--theme-color-text_link);
}

/* Responsive */
@media (max-width: 1279px) {
  /* Search */
  .search_modern .search_header_wrap .logo_image {
    top: 28px;
    max-height: 44px;
  }

  /* Mobile Menu */
  .menu_mobile .sc_layouts_logo img {
    max-height: 44px;
  }
  .menu_mobile .menu_mobile_nav_area {
    top: 27%;
  }
  .menu_mobile .menu_mobile_nav_area li > a > .open_child_menu:before,
  .menu_mobile .menu_mobile_nav_area li.opened > a > .open_child_menu:before,
  .menu_mobile .menu_mobile_nav_area li > a:hover > .open_child_menu:before {
    right: 0;
    opacity: 1;
  }
}
@media (max-width: 1023px) {
  /* Search */
  .search_modern .search_header_wrap .logo_image {
    top: 17px;
  }

  /* Mobile Menu */
  .menu_mobile .menu_mobile_nav_area {
    top: 33%;
  }
}
@media (max-width: 767px) {
  /* Search */
  .search_modern .search_header_wrap .logo_image {
    max-height: 35px;
  }

  /* Mobile Menu */
  .menu_mobile .sc_layouts_logo img {
    max-height: 35px;
  }
  .menu_mobile .menu_mobile_nav_area {
    top: auto;
  }
}

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