/* Search Modern */
.search_modern .search_header_wrap .logo_image {
  max-height: 70px;
}

/* Socials */
.sc_socials.sc_socials_default.modern_2 .socials_wrap .social_item .social_icon {
  background-color: #1E1E1E;
}

/* Iconed Text */
.sc_layouts_row_type_compact .sc_layouts_iconed_text:not(.sc_layouts_menu_mobile_button):not(.sc_layouts_menu_mobile_button_burger) .sc_layouts_iconed_text_link .sc_layouts_iconed_text_icon {
  background-color: var(--theme-color-text_link);
}

/* 404 */
.post_item_404 .post_content .all-svg {
  display: none;
}

/* Services Modern */
.sc_services_modern .sc_services_item_thumb .all-svg {
  display: none;
}
.sc_services_modern .sc_services_item .sc_button_arrow {
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  box-shadow: none !important;
}

/* Testimonials Hover */
.sc_testimonials_hover .sc_testimonials_item:hover {
  background-color: var(--theme-color-text_link);
}
.sc_testimonials_hover .sc_testimonials_item:before {
  color: var(--theme-color-text_link);
}
.sc_testimonials_hover .sc_testimonials_item :after {
  display: none;
}

@media (max-width: 1279px) {
  /* Search Modern */
  .search_modern .search_header_wrap .logo_image {
    max-height: 60px;
  }
}
@media (max-width: 767px) {
  /* Search Modern */
  .search_modern .search_header_wrap .logo_image {
    max-height: 50px;
  }
}

/*# sourceMappingURL=extra-styles.css.map */
