/* Street style custom styles
----------------------------------------------------------------- */
.mfp-close.trx_addons_popup_mask {
  background: transparent;
}

/* Mailchimp */
 footer .mc4wp-form#style-3 input[type="email"], footer .mc4wp-form#style-5 input[type="email"], footer .yikes-mailchimp-container .yikes-easy-mc-form.mailchimp-form-3 input[type="email"], footer .yikes-mailchimp-container .yikes-easy-mc-form.mailchimp-form-5 input[type="email"] {
	 background-color: var(--theme-color-input_bg_hover);
	 border-color: var(--theme-color-input_bg_hover);
}
 footer .mc4wp-form#style-3 input[type="email"]:hover, footer .mc4wp-form#style-5 input[type="email"]:hover, footer .yikes-mailchimp-container .yikes-easy-mc-form.mailchimp-form-3 input[type="email"]:hover, footer .yikes-mailchimp-container .yikes-easy-mc-form.mailchimp-form-5 input[type="email"]:hover, footer .mc4wp-form#style-3 input[type="email"]:focus, footer .mc4wp-form#style-5 input[type="email"]:focus, footer .yikes-mailchimp-container .yikes-easy-mc-form.mailchimp-form-3 input[type="email"]:focus, footer .yikes-mailchimp-container .yikes-easy-mc-form.mailchimp-form-5 input[type="email"]:focus {
	 background-color: var(--theme-color-input_bg_color);
	 border-color: var(--theme-color-input_bd_hover);
}

/* CF 7 */
.wpcf7-response-output.trx_addons_message_box.trx_addons_message_box_success {
  color: var(--theme-color-text_link2) !important;
}

.post_item_single .post_tags_single a:hover {
  color: var(--theme-color-text_link2);
}

/* Powerkit */
.pk-social-links-wrap.pk-social-links-template-default .pk-social-links-link .pk-social-links-count,
.pk-social-links-wrap.pk-social-links-template-default .pk-social-links-link:hover .pk-social-links-count {
  color: var(--theme-color-text_dark);
}

/* Widget search */
.widget_search form:after,
.woocommerce.widget_product_search form:after,
.widget_display_search form:after,
#bbpress-forums #bbp-search-form:after {
  right: 20px;
}

/* Mask style */
.sc_blogger_item_default_over_centered .post_featured .mask,
.sc_blogger_item_default_over_bottom_center .post_featured .mask,
.sc_blogger_item_default_over_bottom_modern .post_featured .mask,
.sc_blogger_item_default_over_bottom_left .post_featured .mask,
.sc_widget_video_list .trx_addons_video_list_video_wrap .trx_addons_video_player.with_cover:before {
  opacity: 0.3;
}

.sc_blogger_default_over_bottom_modern .bg_mask:before {
  background-color: rgba(0, 0, 0, 0.3);
}

/* Widget search */
.wp-block-search .wp-block-search__button:before {
  content: '\e9a3';
  font-family: "fontello";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.5rem;
  text-indent: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.wp-block-search .wp-block-search__button:hover:before {
  color: var(--theme-color-text_link);
}

.wp-block-search .wp-block-search__input:focus {
  background-color: transparent;
}

/* Responsive styles */
@media (max-width: 1023px) {
  .mobile_device .menu_mobile .sc_layouts_logo img,
  .mobile_layout .menu_mobile .sc_layouts_logo img {
    max-height: 55px;
  }
}

@media (max-width: 479px) {
  .sc_item_featured.post_featured_bg[data-ratio="7:3"]:before,
  [class*="sc_blogger_item_default_over"]:not(.sc_blogger_item_with_image) .sc_blogger_item_body[data-ratio="7:3"]:before {
    padding-top: 55.857%;
  }
  .sc_item_featured.post_featured_bg[data-ratio="2:1"]:before,
  [class*="sc_blogger_item_default_over"]:not(.sc_blogger_item_with_image) .sc_blogger_item_body[data-ratio="2:1"]:before {
    padding-top: 70%;
  }
}

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