/**
Theme Name: Heart Centered Leadership
Author: Heart Centered Leadership Academy
Author URI: https://heart-centered-leadership.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: heart-centered-leadership
Template: pj
*/

/* HCLA Customizations */

/* Montserrat Font */
h1,h2,h3,h4,h5,h6,
rs-layer#slider-1-slide-1-layer-24,
rs-layer#slider-1-slide-1-layer-0,
span.sc_item_subtitle {
	font-family: "Montserrat", serif !important;
	font-optical-sizing: auto !important;
	font-weight: 300 !important;
	font-style: normal !important;
}

span.sc_item_subtitle {
	font-weight: 500 !important;
}

/* Hero slider bg overlay */
.rs-sbg-wrap .rs-sbg {
	position: relative !important;
}

rs-sbg-wrap rs-sbg {
	position: relative !important;
}

rs-sbg-wrap rs-sbg:after {
	content: '';
	position: absolute;
	background-color: rgba(0,0,0, 0.17);
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
