/* Extra Styles +++++++++
 ++++++++++++++++++++++ */
.sc_slider_controls.sc_slider_controls_default.slider_pagination_style_bullets .slider_pagination_bullet {
  background-color: var(--theme-color-text_dark);
}

.slider_pagination_style_title .slider_pagination_wrap .slider_pagination_bullet {
  color: var(--theme-color-text);
}

/* Testimonials - 'Chit' */
.sc_testimonials_chit .sc_testimonials_item_author {
  margin: 30px 0 0;
}
.sc_testimonials_chit .slider_container.slider_pagination_pos_bottom .swiper-pagination-bullets .swiper-pagination-bullet,
.sc_testimonials_chit .slider_outer.slider_outer_pagination_pos_bottom .swiper-pagination-bullets .swiper-pagination-bullet,
.sc_testimonials_chit .slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets .swiper-pagination-bullet {
  border-color: var(--theme-color-bd_color);
  background-color: var(--theme-color-bd_color);
}
.sc_testimonials_chit .slider_container.slider_pagination_pos_bottom .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.sc_testimonials_chit .slider_outer.slider_outer_pagination_pos_bottom .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.sc_testimonials_chit .slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.sc_testimonials_chit .slider_container.slider_pagination_pos_bottom .swiper-pagination-bullets .swiper-pagination-bullet:hover,
.sc_testimonials_chit .slider_outer.slider_outer_pagination_pos_bottom .swiper-pagination-bullets .swiper-pagination-bullet:hover,
.sc_testimonials_chit .slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets .swiper-pagination-bullet:hover {
  border-color: var(--theme-color-text_link);
  background-color: var(--theme-color-text_link);
}

/* Testimonials - 'Classic' */
.sc_testimonials_classic .sc_testimonials_item_content:before {
  color: var(--theme-color-text_link);
}
.sc_testimonials_classic .sc_testimonials_item_author_subtitle {
  color: var(--theme-color-text_light);
}

/* Price - 'Metro' */
.sc_price_metro .sc_price_item.sc_price_active .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image) {
  border-color: var(--theme-color-text_link);
  background-color: var(--theme-color-text_link);
}
.sc_price_metro .sc_price_item.sc_price_active .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover {
  border-color: var(--theme-color-text_hover);
  background-color: var(--theme-color-text_hover);
}

/* Portfolio - Grid style 6 */
.sc_blogger_lay_portfolio.sc_blogger_lay_portfolio_style_6 .sc_blogger_item .sc_blogger_item_body .post_featured .post_info_bc .post_meta .post_meta_item,
.sc_blogger_lay_portfolio.sc_blogger_lay_portfolio_style_6 .sc_blogger_item .sc_blogger_item_body .post_featured .post_info_bc .post_meta .post_meta_item a {
  color: var(--theme-color-alter_light) !important;
}
.sc_blogger_lay_portfolio.sc_blogger_lay_portfolio_style_6 .sc_blogger_item .sc_blogger_item_body .post_featured .post_info_bc .post_meta .post_meta_item a:hover {
  color: var(--theme-color-alter_text) !important;
}

/* Services - 'Panel' */
.sc_services_panel:before {
  content: '';
  background: linear-gradient(180deg, transparent 0%, var(--theme-color-inverse_dark) 100%);
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.sc_services_panel .sc_services_item:hover:after {
  background: var(--theme-color-inverse_dark);
  opacity: 0.59;
}
.sc_services_panel .sc_services_item_content:before {
  opacity: 0;
}

/* Icons - 'Alter' */
.sc_icons.sc_icons_alter.sc_icons_size_small .sc_icons_item_title {
  font-size: 1.167em;
}
.sc_icons.sc_icons_alter.sc_icons_size_small .sc_icons_item_description {
  font-size: 16px;
}
.sc_icons.sc_icons_alter.sc_icons_size_small .sc_icons_item_title + .sc_icons_item_description {
  margin-top: 0.25em;
}

/* Icons - 'Fill' */
.sc_icons_fill .sc_icons_item .sc_icons_item_description {
  font-size: 18px;
}

/* Icons - 'Number' */
.sc_icons_number .sc_icons_item:hover .sc_icons_item_title a,
.sc_icons_number .sc_icons_item .sc_icons_item_title a:hover {
  color: var(--theme-color-text_hover);
}

/* Skills - 'Counter Modern' */
.sc_skills_counter_modern .sc_skills_columns .sc_skills_column .sc_skills_item_wrap:after {
  background-color: var(--theme-color-text_dark);
  opacity: 0.15;
}

/* Categories List - 'Style 1' */
.widget_categories_list .categories_list_style_1 .categories_list_image {
  height: auto;
  line-height: 1;
}
.widget_categories_list .categories_list_style_1 .categories_list_image img {
  max-height: inherit;
}
.widget_categories_list .categories_list_style_1 .categories_list_title {
  font-size: 1.167em;
  margin: 0.9em 0 0;
}

.sc_blogger_default.sc_blogger_default_classic .slider_container.slider_pagination_pos_bottom .swiper-pagination-bullets .swiper-pagination-bullet,
.sc_blogger_default.sc_blogger_default_classic .slider_outer.slider_outer_pagination_pos_bottom .swiper-pagination-bullets .swiper-pagination-bullet,
.sc_blogger_default.sc_blogger_default_classic .slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets .swiper-pagination-bullet {
  border-color: var(--theme-color-bd_color);
  background-color: var(--theme-color-bd_color);
}
.sc_blogger_default.sc_blogger_default_classic .slider_container.slider_pagination_pos_bottom .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.sc_blogger_default.sc_blogger_default_classic .slider_outer.slider_outer_pagination_pos_bottom .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.sc_blogger_default.sc_blogger_default_classic .slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.sc_blogger_default.sc_blogger_default_classic .slider_container.slider_pagination_pos_bottom .swiper-pagination-bullets .swiper-pagination-bullet:hover,
.sc_blogger_default.sc_blogger_default_classic .slider_outer.slider_outer_pagination_pos_bottom .swiper-pagination-bullets .swiper-pagination-bullet:hover,
.sc_blogger_default.sc_blogger_default_classic .slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets .swiper-pagination-bullet:hover {
  border-color: var(--theme-color-text_link);
  background-color: var(--theme-color-text_link);
}

/* Socials */
.sc_team .sc_team_item_socials .social_item .social_icon,
.team_member_page .team_member_description_socials .team_member_socials .social_item .social_icon,
.sc_socials.sc_socials_default .socials_wrap .social_item .social_icon {
  -webkit-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
}

/* Socials - Only names */
.sc_socials.sc_socials_names .socials_wrap .social_item .social_name {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: unset;
}

.footer_wrap .sc_layouts_row_type_compact .sc_socials.sc_socials_names:not(.alter) .socials_wrap .social_item + .social_item {
  margin-top: 14px;
}

/* 404 Page */
.post_item_404 .post_content {
  padding: 7.85em 0 12.65em;
}
.post_item_404 .post_content .page_title {
  font-size: 420px;
  color: var(--theme-color-alter_bd_color);
}
.post_item_404 .post_content .page_subtitle {
  margin-top: 6px;
}
.post_item_404 .post_content .all-svg {
  display: none;
}

/* Contact Form 7 - 'Style 1' */
div.wpcf7 .form-style-1 .wpcf7-list-item-label,
div.wpcf7 .form-style-1 .style-line[class*="icon-"]:before {
  color: var(--theme-color-input_light);
}

/* Contact Form 7 - 'Style 3' */
div.wpcf7 .form-style-3 .wpcf7-submit-style:active .wpcf7-submit + .submit-style-in, div.wpcf7 .form-style-3 .wpcf7-submit-style:focus .wpcf7-submit + .submit-style-in, div.wpcf7 .form-style-3 .wpcf7-submit-style:hover .wpcf7-submit + .submit-style-in {
  border-color: var(--theme-color-text_hover2);
  background-color: var(--theme-color-text_hover2);
}
div.wpcf7 .form-style-3 .wpcf7-submit-style .submit-style-in {
  border-color: var(--theme-color-text_link2);
  background-color: var(--theme-color-text_link2);
}

div.wpcf7 .form-style-5 .select_container,
div.wpcf7 .form-style-5 textarea,
div.wpcf7 .form-style-5 input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]) {
  -webkit-box-shadow: 0 15px 15px -14px rgba(191, 216, 186, 0.015);
  -ms-box-shadow: 0 15px 15px -14px rgba(191, 216, 186, 0.015);
  box-shadow: 0 15px 15px -14px rgba(191, 216, 186, 0.015);
}

.sc_socials.sc_socials_default .socials_wrap .social_item .social_icon {
  border-color: var(--theme-color-bd_color);
}

@media (max-width: 1023px) {
  .post_item_404 .post_content .page_title {
    font-size: 200px;
  }
  .post_item_404 .post_content .page_subtitle {
    margin-top: 20px;
  }

  .footer_wrap .sc_layouts_row_type_compact .sc_socials.sc_socials_names:not(.alter) .socials_wrap .social_item + .social_item {
    margin-top: 11px;
  }

  /* Categories List - Style 1 */
  .widget_categories_list .categories_list_style_1 .categories_list_title {
    margin: 0.5em 0 0;
  }
}
@media (max-width: 767px) {
  .sc_blogger_lay_portfolio .sc_blogger_filters .sc_item_filters_tabs li a,
  .sc_blogger_lay_portfolio_grid .sc_blogger_filters .sc_item_filters_tabs li a {
    padding-bottom: 5px;
  }
}
@media (max-width: 479px) {
  .post_item_404 .post_content .page_title {
    font-size: 120px;
  }
}

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