/* 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);
}

/* Booked */
body .booked-form .booked-appointments p.appointment-info i:before {
  color: var(--theme-color-text_link);
}

body .booked-calendar-wrap .booked-calendar .booked-appt-list .timeslot .timeslot-people button,
body .booked-modal .bm-window .button.button-primary,
body .booked-modal .bm-window .button.booked-forgot-goback,
body .booked-modal .bm-window .button.cancel {
  background: var(--theme-color-text_link) !important;
  border-color: var(--theme-color-text_link) !important;
}
body .booked-calendar-wrap .booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover,
body .booked-modal .bm-window .button.button-primary:hover,
body .booked-modal .bm-window .button.booked-forgot-goback:hover,
body .booked-modal .bm-window .button.cancel:hover {
  background: var(--theme-color-text_hover) !important;
  border-color: var(--theme-color-text_hover) !important;
}

body .booked-form #ajaxlogin .booked-forgot-password {
  color: var(--theme-color-text_link);
}
body .booked-form #ajaxlogin .booked-forgot-password:hover {
  color: var(--theme-color-text_hover);
}

/* 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: #3e3e3e !important;
}

/* Search */
.search_modern .search_header_wrap .logo_image {
  top: 53px;
}
.search_modern > .search_submit {
  top: auto;
}

/* Responsive */
@media (max-width: 1279px) {
  /* Search */
  .search_modern .search_header_wrap .logo_image {
    top: 23px;
  }

  /* 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: 27%;
  }
}
@media (max-width: 1023px) {
  /* Search */
  .search_modern .search_header_wrap .logo_image {
    top: 14px;
  }

  /* Menu Mobile */
  .menu_mobile .menu_mobile_nav_area {
    top: 33%;
  }
}
@media (max-width: 767px) {
  /* Search */
  .search_modern .search_header_wrap .logo_image {
    top: 17px;
    max-height: 46px;
  }

  /* Menu Mobile */
  .menu_mobile .menu_mobile_nav_area {
    top: auto;
  }
}

/*# sourceMappingURL=extra-styles.css.map */
