/*
Theme Name:     Finwave Child Theme
Template:       finwave
Theme URI:      http://radiustheme.com/demo/wordpress/themes/finwave
Author:         RadiusTheme
Author URI:     http://radiustheme.com
Description:    Finwave is an Responsive Finance and Business WordPress Theme.
Version:        1.0.0
Tested up to: 	6.6
Requires PHP: 	7.4
Text Domain:    finwave
Tags: 			theme-options, featured-images, post-formats, one-column, two-columns, right-sidebar, custom-background, custom-header, editor-style, sticky-post, threaded-comments, translation-ready
License:   	  	Envato split License
License URI:  	https://themeforest.net/licenses/terms/regular
*/

.finwave-breadcrumb-wrapper.has-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(var(--rt-primary-rgb), 0.4) 100%);
}

.finwave-breadcrumb-wrapper .entry-title {
  font-size: clamp(44px, 4vw, 48px);
  line-height: 1.1;
  margin-bottom: 5px;
  letter-spacing: -0.1rem;
}

.has-sticky-header .finwave-breadcrumb-wrapper.has-color {
  padding-bottom: 60px;
}

.has-sticky-header .finwave-breadcrumb-wrapper {
  padding-top: 200px;
}