/* 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: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.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);
}

/* 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:not(.modern) .sc_layouts_cart_widget .total {
  border-top-color: #3C3F47 !important;
}

/* Menu */
.sc_layouts_menu_nav .menu-collapse > a:before {
  top: 0;
}

/* Search */
.search_modern .search_header_wrap .logo_image {
  top: 55px;
}
.search_modern > .search_submit {
  top: auto;
}

/* Team */
.team_page_wrap_info .team_member_brief_info_details .team_member_details_email .team_member_details_label:before {
  position: relative;
  top: -3px;
}

/* Scroll to top */
.scroll_to_top_style_default {
  color: var(--theme-color-inverse_link);
  border-color: var(--theme-color-text_link);
  background-color: var(--theme-color-text_link);
}
.scroll_to_top_style_default:hover {
  color: var(--theme-color-inverse_link);
  border-color: var(--theme-color-text_hover);
  background-color: var(--theme-color-text_hover);
}

/* Mailchimp */
#style-7.mc4wp-form .mc4wp-form-fields input[type="email"] {
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  border: 1px solid var(--theme-color-input_bd_color);
}
#style-7.mc4wp-form .mc4wp-form-fields input[type="email"]:focus {
  background-color: transparent;
  border-color: var(--theme-color-input_bd_hover);
}
#style-7.mc4wp-form input[type="checkbox"] + label:before {
  background-color: transparent !important;
}
#style-7.mc4wp-form .mc4wp-form-fields button:after,
#style-7.mc4wp-form .mc4wp-form-fields input[type="submit"]:after {
  background: var(--theme-color-input_bd_color);
}

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

  /* Menu Mobile */
  .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;
  }
  .menu_mobile .menu_mobile_nav_area {
    top: 28%;
  }
  .menu_mobile .sc_layouts_logo img {
    max-height: 45px;
  }
}
@media (max-width: 1023px) {
  /* Search */
  .search_modern .search_header_wrap .logo_image {
    top: 17px;
  }

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

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

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