/* Events default */
.sc_events_default .sc_events_item_price {
  color: var(--theme-color-text_dark);
}

/* Awards Slider */
.awards_slider .widget_slider .slider_type_images .slider-slide {
  background-color: var(--theme-color-bg_color);
}

/* Pagination */
.sc_blogger_default.sc_blogger_default_classic .swiper-pagination-custom .swiper-pagination-button.swiper-pagination-button-active,
.sc_blogger_default.sc_blogger_default_classic .sc_slider_controls.slider_pagination_style_bullets .slider_pagination_bullet.swiper-pagination-bullet-active,
.sc_blogger_default.sc_blogger_default_classic .sc_slider_controls.slider_pagination_style_bullets .slider_pagination_bullet:hover,
.sc_blogger_default.sc_blogger_default_classic .slider_container .slider_pagination_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active,
.sc_blogger_default.sc_blogger_default_classic .slider_outer .slider_pagination_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active,
.sc_blogger_default.sc_blogger_default_classic .slider_container .slider_pagination_wrap .swiper-pagination-bullet:hover,
.sc_blogger_default.sc_blogger_default_classic .slider_outer .slider_pagination_wrap .swiper-pagination-bullet:hover {
  border-color: var(--theme-color-text_link2);
  background-color: var(--theme-color-text_link2);
}

/* Wooc Price Filter */
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: var(--theme-color-text_link2);
}

/* Starts */
.woocommerce p.stars a,
.star-rating span,
.star-rating::before {
  color: var(--theme-color-text_link);
}

/* Testimonials Decoration */
.sc_testimonials_decoration .sc_testimonials_item_content:before {
  color: var(--theme-color-text_link);
}
.sc_testimonials_decoration.color_style_link2 .sc_testimonials_item_content:before {
  color: var(--theme-color-text_link2);
}
.sc_testimonials_decoration.color_style_link3 .sc_testimonials_item_content:before {
  color: var(--theme-color-text_link3);
}
.sc_testimonials_decoration.color_style_dark .sc_testimonials_item_content:before {
  color: var(--theme-color-text_dark);
}

/* Testimonials Hover */
.sc_testimonials_hover .sc_testimonials_item::before {
  color: var(--theme-color-text_link);
}
.sc_testimonials_hover .sc_testimonials_item:hover {
  background-color: var(--theme-color-text_link);
}

/* Testimonials Alter */
.sc_testimonials_alter [class*="column"] .sc_testimonials_item_author:before,
.sc_testimonials_alter .sc_testimonials_item_author:before {
  color: var(--theme-color-text_link);
}
.sc_testimonials_alter .swiper-pagination-custom .swiper-pagination-button.swiper-pagination-button-active,
.sc_testimonials_alter .sc_slider_controls.slider_pagination_style_bullets .slider_pagination_bullet.swiper-pagination-bullet-active,
.sc_testimonials_alter .sc_slider_controls.slider_pagination_style_bullets .slider_pagination_bullet:hover,
.sc_testimonials_alter .slider_container .slider_pagination_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active,
.sc_testimonials_alter .slider_outer .slider_pagination_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active,
.sc_testimonials_alter .slider_container .slider_pagination_wrap .swiper-pagination-bullet:hover,
.sc_testimonials_alter .slider_outer .slider_pagination_wrap .swiper-pagination-bullet:hover {
  border-color: var(--theme-color-text_link2);
  background-color: var(--theme-color-text_link2);
}

/* MC4WP */
#style-9.mc4wp-form .mc4wp-form-fields input[type="email"] {
  border-bottom-color: var(--theme-color-alter_bd_color) !important;
}

/* Socials */
[class*="scheme_"].footer_wrap .sc_socials.sc_socials_default.modern .socials_wrap .social_item:hover .social_icon,
[class*="scheme_"].footer_wrap .sc_socials.sc_socials_default.modern .socials_wrap .social_item .social_icon,
.footer_wrap [class*="scheme_"].vc_row .sc_socials.sc_socials_default.modern .socials_wrap .social_item:hover .social_icon,
.footer_wrap [class*="scheme_"].vc_row .sc_socials.sc_socials_default.modern .socials_wrap .social_item .social_icon {
  background-color: var(--theme-color-bg_color);
}

/* Socials Only Name */
.h5-font-family .social_item.social_item_type_names .social_name {
  font-family: inherit;
}

.page_wrap.with_bg {
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  background-size: cover;
}
.page_wrap.with_bg.contain_size {
  background-repeat: repeat;
  background-position: top center;
  -webkit-background-size: contain;
  background-size: contain;
}
.page_wrap.with_bg [class*="scheme_"].footer_wrap,
.page_wrap.with_bg [class*="scheme_"].top_panel {
  background-color: transparent;
}
.page_wrap.with_bg .page_content_wrap {
  background-color: transparent;
}

.page_wrap.with_bg_fixed .page_content_wrap {
  background-color: transparent;
}
.page_wrap.with_bg_fixed [class*="scheme_"].footer_wrap,
.page_wrap.with_bg_fixed [class*="scheme_"].top_panel {
  background-color: transparent;
}
.page_wrap.with_bg_fixed .custom_bg_fixed {
  display: block;
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  background-size: cover;
}
.page_wrap.with_bg_fixed .custom_bg_fixed.contain_size {
  background-repeat: repeat;
  background-position: top center;
  -webkit-background-size: contain;
  background-size: contain;
}

.sc_team_alter .post_featured .trx_addons_hover_mask {
  background-color: var(--theme-color-text_link);
}
.sc_team_alter .post_featured:hover .trx_addons_hover_mask {
  opacity: 0.8;
}

.post_item_404 .page_title {
  font-size: 380px;
  line-height: 0.83em;
  color: var(--theme-color-text_link);
}
.post_item_404 .post_content {
  padding: 8.2em 0;
}
.post_item_404 .post_content .all-svg {
  display: none;
}

#sb_instagram[data-shortcode-atts*="feedTwo"] .sbi_follow_btn a, #sb_instagram.feedTwo .sbi_follow_btn a,
.widget_instagram_type_modern .widget_instagram_follow_link_wrap .widget_instagram_follow_link {
  color: var(--theme-color-text_dark) !important;
  background-color: var(--theme-color-bg_color) !important;
}

#sb_instagram[data-shortcode-atts*="feedTwo"] .sbi_follow_btn .fa
#sb_instagram[data-shortcode-atts*="feedTwo"] .sbi_follow_btn svg,
#sb_instagram.feedTwo .sbi_follow_btn .fa,
#sb_instagram.feedTwo .sbi_follow_btn svg {
  color: var(--theme-color-text_dark);
}

.sc_team_light .post_featured .trx_addons_hover_mask {
  background: var(--theme-color-text_link);
}
.sc_team_light .post_featured:hover .trx_addons_hover_mask {
  opacity: 0.7;
}

/*# sourceMappingURL=extra-style.css.map */
