.widget_banner:not(.widget_fullwidth) .image_wrap {
  background-color: var(--theme-color-alter_bd_hover);
}

/* Blogger List */
.sc_blogger_list.sc_blogger_list_with_image .post_featured.with_thumb.default-featured-size {
  -webkit-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
}
.sc_blogger_list.sc_blogger_list_with_image .post_featured.with_thumb.default-featured-size img {
  -webkit-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
}

/* Post Layout Band */
.post_layout_band .post_content + .post_meta:before {
  background-color: var(--theme-color-bd_color);
}

/* List Style */
ul[class*="trx_addons_list"].accent_2 > li:before {
  color: var(--theme-color-text_link2);
}

.page_wrap.with_bg {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.page_wrap.with_bg.contain_size {
  background-position: top center;
  -webkit-background-size: contain;
  background-size: contain;
}
.page_wrap.with_bg .page_content_wrap {
  background-color: transparent;
}

/* Icons Hover */
.sc_icons_hover .sc_icons_item:hover {
  background-color: var(--theme-color-alter_bg_color);
}

/* MC4WP Style 7 Custom Class */
.text-inverse #style-7.mc4wp-form .mc4wp-form-fields > label {
  color: var(--theme-color-inverse_link);
}
.text-inverse #style-7.mc4wp-form .mc4wp-form-fields > label a {
  border-color: var(--theme-color-inverse_link);
}
.text-inverse #style-7.mc4wp-form .mc4wp-form-fields > label a:hover {
  color: var(--theme-color-inverse_link);
  opacity: 0.5;
}

/* Services Modern */
.sc_services_modern .sc_services_item_thumb .all-svg {
  display: none;
}

/* Services QW card */
.sc_services_qw-card .sc_services_item .sc_services_item_thumb {
  -webkit-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
}

/* Blogger Classic Masonry */
.sc_blogger_classic-masonry.sc_blogger_classic-masonry_default .classic-masonry_4 .post_title,
.sc_blogger_classic-masonry.sc_blogger_classic-masonry_default .classic-masonry_5 .post_title,
.sc_blogger_classic-masonry.sc_blogger_classic-masonry_default .classic-masonry_6 .post_title {
  font-size: 24px;
}

/* Custom Animation Text */
.trx_addons_has_bg_text .trx_addons_bg_text .gradient_text {
  color: var(--theme-color-text_link);
  background: linear-gradient(45deg, #FFFFFF 0%, #F2732B 50%, #FFFFFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  animation: gradient_anim 5s ease infinite;
  padding-top: 0.1em;
  padding-bottom: 0.22em;
}

.trx_addons_has_bg_text .trx_addons_bg_text .gradient_anim2 {
  color: var(--theme-color-text_link);
  background: linear-gradient(45deg, #84FFC9 0%, #AAB2FF 50%, #ECA0FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  animation: gradient_anim 5s ease infinite;
  padding-top: 0.1em;
  padding-bottom: 0.22em;
}

.trx_addons_has_bg_text .trx_addons_bg_text .gradient_anim {
  color: var(--theme-color-text_link);
  background: linear-gradient(45deg, #FF0F7B, #F89B29);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  animation: gradient_anim 5s ease infinite;
  padding-top: 0.1em;
  padding-bottom: 0.22em;
}

@-webkit-keyframes gradient_anim {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes gradient_anim {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
/* MCHMP Style 4 */
#style-4.mc4wp-form .mc4wp-form-fields input[type="email"] {
  background-color: var(--theme-color-alter_bg_hover) !important;
}

/* Wooc 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);
}

/* Skills Modern */
.sc_skills_counter_modern .sc_skills_total {
  color: var(--theme-color-alter_bg_color);
  opacity: 1;
}

/* 404 */
.post_item_404 .post_content .all-svg {
  display: none;
}

.search-no-results .page_content_wrap, .error404 .page_content_wrap {
  background-color: var(--theme-color-alter_bg_color);
}

.post_item_404 .page_title {
  color: var(--theme-color-text_link);
  background: linear-gradient(45deg, #FF0F7B, #F89B29);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  animation: gradient_anim 5s ease infinite;
  padding-top: 0.1em;
  padding-bottom: 0.22em;
}

/* Footer Socials */
.sc_socials.sc_socials_default.modern_2 .socials_wrap .social_item .social_icon,
.sc_socials.sc_socials_default.modern .socials_wrap .social_item .social_icon {
  background-color: var(--theme-color-alter_bg_hover) !important;
}

.sc_socials.sc_socials_default.modern_2 .socials_wrap .social_item:hover .social_icon,
.sc_socials.sc_socials_default.modern .socials_wrap .social_item:hover .social_icon {
  background-color: var(--theme-color-alter_bg_hover) !important;
}

/* Blogger Portfolio Style 8 */
.sc_blogger_lay_portfolio_grid.sc_blogger_lay_portfolio_grid_grid_style_8.color_style_link2 .sc_blogger_item .sc_blogger_item_body .post_featured .post_info_bc:before {
  background-color: var(--theme-color-text_link2);
}
.sc_blogger_lay_portfolio_grid.sc_blogger_lay_portfolio_grid_grid_style_8.color_style_link3 .sc_blogger_item .sc_blogger_item_body .post_featured .post_info_bc:before {
  background-color: var(--theme-color-text_link3);
}
.sc_blogger_lay_portfolio_grid.sc_blogger_lay_portfolio_grid_grid_style_8.color_style_dark .sc_blogger_item .sc_blogger_item_body .post_featured .post_info_bc:before {
  background-color: var(--theme-color-inverse_dark);
}

@media (max-width: 479px) {
  .sc_countdown_default .sc_countdown_item .sc_countdown_label {
    font-size: 13px;
  }
}

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