/* **********************************************************
 * SECTION COLUMN STYLES
 * ******************************************************** */
 
.header-w-floaters {
	position: relative;
}

.header-w-floaters .fl-img-1-container {
	position: relative;
}

.header-w-floaters .fl-img-2-container {
	position: relative;
}

.header-w-floaters .fl-img-3-container {
	position: relative;
}

.header-w-floaters .fl-img-1-container .fl-img-1 {
	position: absolute;
	height: 6.5rem;
	width: 6.5rem;
	border-radius: 50%;
	top: -5.8rem;
	left: 5.5rem;
}

.header-w-floaters .fl-img-2-container .fl-img-2 {
	position: absolute;
	height: 14.2rem;
	width: 18.5rem;
	border-radius: 8rem;
	top: 8.3rem;
	left: -8.4rem;
}

.header-w-floaters .fl-img-3-container .fl-img-3 {
	position: absolute;
	height: 22rem;
	width: 15rem;
	border-radius: 10rem;
	top: -23rem;
	right: -10rem;
}

.abt-header-w-floaters {
	position: relative;
}

.abt-header-w-floaters .fl-icon-1-container {
	position: relative;
}

.abt-header-w-floaters .fl-icon-2-container {
	position: relative;
}

.abt-header-w-floaters .fl-icon-3-container {
	position: relative;
}

.abt-header-w-floaters .fl-icon-1-container .fl-icon-1 {
	position: absolute;
	height: 6.5rem;
	width: 6.5rem;
	border-radius: 50%;
	top: -5.8rem;
	left: 5.5rem;
}

.abt-header-w-floaters .fl-icon-2-container .fl-icon-2 {
	position: absolute;
	height: 14.2rem;
	width: 18.5rem;
	border-radius: 8rem;
	top: 32.3rem;
	left: -8.4rem;
}

.abt-header-w-floaters .fl-icon-3-container .fl-icon-3 {
	position: absolute;
	height: 22rem;
	width: 15rem;
	border-radius: 10rem;
	top: -23rem;
	right: -5rem;
}

.faq-header-w-floaters {
	position: relative;
}

.faq-header-w-floaters .fl-icon-1-container {
	position: relative;
}

.faq-header-w-floaters .fl-icon-2-container {
	position: relative;
}

.faq-header-w-floaters .fl-icon-1-container .fl-icon-1 {
	position: absolute;
	height: 14.2rem;
	width: 18.5rem;
	border-radius: 8rem;
	top: 40rem;
	left: -8.4rem;
}

.faq-header-w-floaters .fl-icon-2-container .fl-icon-2 {
	position: absolute;
	height: 22rem;
	width: 15rem;
	border-radius: 10rem;
	top: -15rem;
	right: -5rem;
}

.home-hover-cards .hover-card-outer .hover-card-inner {
	position: relative;
	overflow: hidden;
	min-height: inherit;
}

.home-hover-cards .hover-card-outer .hover-card-inner .hover-card-inner-content {
	opacity: 0;
	transition: opacity 0.3s ease;
}

.home-hover-cards .hover-card-outer .hover-card-inner .hover-card-inner-title {
	position: absolute;
	bottom: 2rem;
	left: 2rem;
	opacity: 1;
	transition: all 0.3s ease;
}

.home-hover-cards .hover-card-outer .hover-card-inner:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: linear-gradient(0deg, rgba(31,199,245,1) 0%, rgba(0,0,0,1) 100%);
	height: 101%;
	width: 101%;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.home-hover-cards .hover-card-outer .hover-card-inner:hover .hover-card-inner-content {
	opacity: 1;
}

.home-hover-cards .hover-card-outer .hover-card-inner:hover .hover-card-inner-title {
	left: -2rem;
	opacity: 0;
}

.home-hover-cards .hover-card-outer .hover-card-inner:hover:before {
	opacity: 0.5;
}

@media (max-width: 1024px) {
	
	.home-hover-cards .hover-card-outer .hover-card-inner .hover-card-inner-title {
		opacity: 1;
		position: relative;
		bottom: 0;
		left: 0;
	}
	
	.home-hover-cards .hover-card-outer .hover-card-inner .hover-card-inner-content {
		opacity: 1;
	}
	
	.header-w-floaters .fl-img-1-container {
		display: none;
	}
	
	.header-w-floaters .fl-img-2-container {
		display: none;
	}
	
	.header-w-floaters .fl-img-3-container {
		display: none;
	}
	
	.abt-header-w-floaters .fl-icon-3-container .fl-icon-3 {
		top: -8rem;
		right: 2rem;
	}
	
	.abt-header-w-floaters .fl-icon-2-container .fl-icon-2 {
		top: 28.3rem;
		left: -3rem;
	}
	
	.abt-header-w-floaters .fl-icon-1-container .fl-icon-1 {
		top: -5.8rem;
		left: 3.5rem;
	}
	
	.faq-header-w-floaters .fl-icon-2-container .fl-icon-2 {
		top: -8rem;
		right: -3rem;
	}
	
	.faq-header-w-floaters .fl-icon-1-container .fl-icon-1 {
		top: 45rem;
		left: -6.4rem;
	}
	
}

@media (max-width: 992px) {
	
	.abt-header-w-floaters .fl-icon-3-container .fl-icon-3 {
		display: none;
	}
	
	.abt-header-w-floaters .fl-icon-2-container .fl-icon-2 {
		display: none;
	}
	
	.abt-header-w-floaters .fl-icon-1-container .fl-icon-1 {
		display: none;
	}
	
	.faq-header-w-floaters .fl-icon-2-container .fl-icon-2 {
		display: none;
	}
	
	.faq-header-w-floaters .fl-icon-1-container .fl-icon-1 {
		display: none;
	}
	
}


/* *****************************
 * SONG CAROUSEL
 * *************************** */
.songs .song-carousel .swiper-pagination .swiper-pagination-bullet {
	border: 1px solid #fff;
	opacity: 1;
	background: transparent;
}

@media (max-width: 1024px) {
	
	.songs .song-carousel .swiper-pagination-bullets {
		bottom: 0;
	}
	
}

/* *****************************
 * HOME LIGHTBOX ITEMS - SONGWRITERS
 * *************************** */

.lb-hov-item-row .hov-lightbox-outer {
	position: relative;
}

.lb-hov-item-row .hov-lightbox-outer .lb-songwriter {
	position: relative;
	left: -2rem;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.lb-hov-item-row .hov-lightbox-outer .lb-song {
	position: relative;
	left: 2rem;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.lb-hov-item-row .hov-lightbox-outer:hover .lb-songwriter {
	left: 0;
	opacity: 1;
}


.lb-hov-item-row .hov-lightbox-outer:hover .lb-song {
	left: 0;
	opacity: 1;
	transition-delay: 0.1s;
}

.lb-hov-item-row .hov-lightbox-outer .hov-lightbox-item {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	width: 100%;
	box-shadow: 0px 0px 0px #000;
	transition: box-shadow 0.3s ease-in-out;
}

.lb-hov-item-row .hov-lightbox-outer .hov-lightbox-item:hover {
	box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
}

.lb-hov-item-row .hov-lightbox-outer .hov-lightbox-item:after {
	content: '';
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	height: 2rem;
	width: 2rem;
	background-image: url('/wp-content/uploads/2024/12/PLAY-BUTTON.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.lb-hov-item-row .hov-lightbox-outer .hov-lightbox-item:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #E2B810;
	height: 100%;
	width: 100%;
	mix-blend-mode: multiply;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease-in-out;
}

.lb-hov-item-row .hov-lightbox-outer .hov-lightbox-item a.ha-lightbox-trigger {
	display: block;
	height: 100%;
}

.lb-hov-item-row .hov-lightbox-outer .hov-lightbox-item img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center center;
}

.lb-hov-item-row .hov-lightbox-outer:hover .hov-lightbox-item:before {
	opacity: 1;
}

@media (max-width: 1024px) {
	
	.lb-hov-item-row .hov-lightbox-outer .hov-lightbox-item:before {
		background-color: rgba(0,0,0,0.4);
		opacity: 1;
	}
	
	.lb-hov-item-row .hov-lightbox-outer .lb-songwriter {
		left: 0;
		opacity: 1;
	}
	
	.lb-hov-item-row .hov-lightbox-outer .lb-song {
		left: 0;
		opacity: 1;
	}
	
}


/* *****************************
 * HOME TESTIMONIALS
 * *************************** */
.home-testimonials {
	position: relative;
}

.home-testimonials .quote-texture {
	position: absolute;
	height: 80%;
	width: 35%;
	top: 50%;
	left: -2rem;
	transform: translateY(-50%);
	opacity: 0.2;
}

.home-testimonials .home-testimonial-row .raven-testimonial-content-text {
	margin-bottom: 3.4rem;
}

.home-testimonials .home-testimonial-row .home-t-carousel {
	text-shadow: 1px 1px 8px rgba(0,0,0,0.9);
}

.home-testimonials .home-testimonial-row .home-t-carousel .swiper-pagination .swiper-pagination-bullet {
	border: 1px solid #fff;
	opacity: 1;
	background: transparent;
}

.home-testimonials .home-testimonial-row .home-t-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #fff;
}

@media (max-width: 1024px) {
	
	
	.home-testimonials .quote-texture {
		height: 80%;
		width: 80%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
}


/* *****************************
 * HOMEPAGE BLOG
 * *************************** */
.home-blog .home-blog-row .home-blog-posts .raven-post.raven-post-inside {
	min-height: 38.6rem;
	padding: 0;
	align-items: flex-end;
	justify-content: flex-start;
	border-radius: 5rem;
}

.home-blog .home-blog-row .home-blog-posts .raven-post.raven-post-inside .raven-post-content {
	width: 80%;
	padding: 3rem 3rem 2rem 3rem;
	background-color: rgba(255, 255, 255, 0);
	transition: all 0.3s ease-in-out;
}

.home-blog .home-blog-row .home-blog-posts .raven-post.raven-post-inside .raven-post-content .raven-post-title {
	font-size: 2rem;
	margin-bottom: 0;
	transition: margin 0.3s ease-in-out;
}

.home-blog .home-blog-row .home-blog-posts .raven-post.raven-post-inside .raven-post-content .raven-post-title a {
	color: #fff;
	transition: color 0.3s ease-in-out;
}

.home-blog .home-blog-row .home-blog-posts .raven-post.raven-post-inside .raven-post-content .raven-post-excerpt {
	position: relative;
	top: 1rem;
	height: 0;
	margin-bottom: 0;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
}

.home-blog .home-blog-row .home-blog-posts .raven-post.raven-post-inside .raven-post-content .raven-post-read-more {
	position: relative;
	top: 1rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 0;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}

.home-blog .home-blog-row .home-blog-posts .raven-post.raven-post-inside .raven-post-content .raven-post-read-more .raven-post-button {
	position: relative;
	padding-left: 3rem;
	color: #000000;
	font-weight: 700;
}

.home-blog .home-blog-row .home-blog-posts .raven-post.raven-post-inside .raven-post-content .raven-post-read-more .raven-post-button:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	height: 2.2rem;
	width: 2.2rem;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url('/wp-content/uploads/2024/12/MUSIC-NOTE.svg');
	transition: all 0.2s ease-in-out;
}

.home-blog .home-blog-row .home-blog-posts .raven-post.raven-post-inside .raven-post-content .raven-post-read-more .raven-post-button:hover::before {
	height: 2.5rem;
	width: 2.5rem;
}

.home-blog .home-blog-row .home-blog-posts .raven-post.raven-post-inside:hover .raven-post-content {
	background-color: rgba(255, 255, 255, 0.8); 
	padding: 3rem;
}

.home-blog .home-blog-row .home-blog-posts .raven-post.raven-post-inside:hover .raven-post-content .raven-post-title {
	margin-bottom: 1rem;
}

.home-blog .home-blog-row .home-blog-posts .raven-post.raven-post-inside:hover .raven-post-content .raven-post-title a {
	color: #000;
}

.home-blog .home-blog-row .home-blog-posts .raven-post.raven-post-inside:hover .raven-post-content .raven-post-excerpt {
	top: 0;
	height: 8rem;
}

.home-blog .home-blog-row .home-blog-posts .raven-post.raven-post-inside:hover .raven-post-content .raven-post-read-more {
	top: 0;
	height: 3rem;
}

@media (max-width: 1024px) {
	
	.home-blog .home-blog-row .home-blog-posts .raven-post.raven-post-inside .raven-post-content {
		width: 100%;
		padding: 3rem;
		background-color: rgba(255, 255, 255, 0.8);
	}
	
	.home-blog .home-blog-row .home-blog-posts .raven-post.raven-post-inside .raven-post-content .raven-post-excerpt {
		top: 0;
		height: auto;
		display: none;
	}

	.home-blog .home-blog-row .home-blog-posts .raven-post.raven-post-inside .raven-post-content .raven-post-read-more {
		top: 0;
		height: auto;
	}
	
	.home-blog .home-blog-row .home-blog-posts .raven-post.raven-post-inside .raven-post-content .raven-post-title a {
		color: #000;
	}
	
	.home-blog .home-blog-row .home-blog-posts .raven-post.raven-post-inside .raven-post-content .raven-post-title {
		margin-bottom: 1rem;
	}
	
}

@media (max-width: 576px) {
	
	.home-blog .home-blog-row .home-blog-posts .raven-post.raven-post-inside {
		border-radius: 2rem;
	}
	
	.home-blog .home-blog-row .home-blog-posts .raven-post.raven-post-inside .raven-post-content {
		padding: 2rem;
	}
	
}

/* *****************************
 * WHAT TO EXPECT PAGE
 * *************************** */
.wte-sect-2 {
	position: relative;
}

.wte-sect-2 .wte-sect-2-bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 90%;
	width: 100%;
}

/* *****************************
 * SEARCH BAR ROW - like on Blog, Blog Category, Shop
 * *************************** */
.search-col, 
.search-col .site-search,
.search-col .jet-search, 
.search-col .jet-ajax-search,
.search-col .jet-ajax-search__form,
.view-all-col,
.btn-archive-view-all a {
    height: 100% !important;
    width: 100%;	
}
.btn-archive-view-all .elementor-button-wrapper,
.btn-archive-view-all .ha-creative-btn-wrap {
	display: flex;
    width: 100%;
}


/* *****************************
 * PARALLAX SECTION BACKGROUND
 * *************************** */
.section-bg-parallax {
	/* Adjust the Effect */
    transform: translateZ(-1px) scale(1.15); 
    background-position: center !important;
    position: absolute;
}


/* *****************************
 * FIXED BACKGROUND - OVERRIDE SO ALSO FIXED ON MOBILE
 * Add the class bg-fixed to the section - adjust as needed
 * *************************** */
.bg-fixed,
.bg-fixed .elementor-background-overlay,
.bg-fixed:before {
    background-attachment: fixed !important;
    transform: translateZ(1);
}
.ios .bg-fixed,
.ios .bg-fixed .elementor-background-overlay,
.ios .bg-fixed:before {
    background-attachment: scroll !important;
    transform: translateZ(0); /* This can help with rendering */
}
html:not(.ios) .bg-fixed,
html:not(.ios) .bg-fixed .elementor-background-overlay,
html:not(.ios) .bg-fixed:before {
    background-attachment: fixed !important;
}
@media (max-width: 1040px) {
	.mac .bg-fixed,
	.mac .bg-fixed .elementor-background-overlay,
	.mac .bg-fixed:before,
	.ios .bg-fixed,
	.ios .bg-fixed .elementor-background-overlay,
	.ios .bg-fixed:before {
		background-attachment: scroll !important;
		transform: translateZ(0);
		background-size: conver !important;
		background-repeat: no-repeat !important;
	}
}


/* ******************************
 * FIXED BACKGROUND - APPLE LANDSCAPE TWEAK
 * *************************** */
/* SAFARI */
@media only screen and (orientation: landscape) {
    .e--ua-appleWebkit.e--ua-safari .elementor-element.e-con::before {
        background-attachment: intial !important;
    }
}

/* OTHERS */
@media only screen and (orientation: landscape) {
    .e--ua-appleWebkit .elementor-element.e-con::before {
       background-attachment: initial !important;
    }
}


/* *****************************
 * COLUMN GRADIENT - use col-hover and colorX class on the column and change colors below, can add extra classes for different columns w/different colors
 e.g. Z Demo Content Page Custom Hover Image Boxes
 * *************************** */
.col-hover .elementor-widget-wrap.elementor-element-populated {
    background-color: transparent !important;
    background-image: none !important;
	overflow: hidden;
}
.col-hover .elementor-widget-wrap.elementor-element-populated:before,
.col-hover .elementor-widget-wrap.elementor-element-populated:after {
	content: "";
    display: block;
    position: absolute;
	margin: 1px;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    width: auto;
    height: auto;
	z-index: -1;	
	transition: all .5s ease-out;
}
.col-hover .elementor-widget-wrap.elementor-element-populated:before {
    z-index: -1;
	opacity: 1;
}
.col-hover .elementor-widget-wrap.elementor-element-populated:after {
    z-index: -1;
	opacity: 0;
}
.col-hover .elementor-widget-wrap.elementor-element-populated:hover:before {
	opacity: 0;
}
.col-hover .elementor-widget-wrap.elementor-element-populated:hover:after {
	 opacity: 1;
}
.col-hover.color1 .elementor-widget-wrap.elementor-element-populated:before {
	background-color: #99000050;
    background-image: linear-gradient(180deg, #fff 0%, #99000022 100%);
}
.col-hover.color1 .elementor-widget-wrap.elementor-element-populated:after {
	background-color: #99000050;
    background-image: linear-gradient(180deg, #99000022 0%, #fff 100%);	
}
.col-hover.color2 .elementor-widget-wrap.elementor-element-populated:before {
	background-color: #aaaaaa50;
    background-image: linear-gradient(180deg, #fff 0%, #aaaaaa22 100%);
}
.col-hover.color2 .elementor-widget-wrap.elementor-element-populated:after {
	background-color: #aaaaaa50;
    background-image: linear-gradient(180deg, #aaaaaa22 0%, #fff 100%);	
}


/* *****************************
 * SECTION WITH 2 COLS - 1 FULL WIDTH 1 BOXED WIDTH - on Z Demo Content Pg
 * IMPORTANT!!! Change WIDTH BELOW to the TO THE MAX-WIDTH REM ADDED ABOVE in Site Settings > Layout
 * *************************** */
.full-container-boxed-col {
	max-width: calc(97.5rem / 2); /* set site boxed width & divide by 2 */
	margin-left: auto;
}

@media (max-width: 1024px){
	.full-container-boxed-col {
		max-width: none;
		margin-left: 0;
		margin-right: 0;
	}
}


/* *****************************
 * SECTION CONTENT COLUMNS with INNER SECTION with PADDED COLUMNS 
   e.g. Z Demo Content Page - Services We Offer Cols
 * *************************** */
.section-content-cols.elementor-section.elementor-section-boxed > .elementor-container,
.section-content-cols.elementor-section.elementor-section-boxed > .elementor-container .inner-section-padded-cols .elementor-container {
	max-width: 77rem !important;
}
.inner-section-padded-cols {
    margin-left: -1rem; 
    margin-right: -1rem;	
}

@media (min-width: 1024px) {
	/* Equal Height */
	.section-content-cols .elementor-column.content-col {
		height: 100% !important;
	}
	.section-content-cols .elementor-inner-section .elementor-column-wrap {
		height: 100%;
		flex-direction: column;
	}
	.section-content-cols .inner-section-padded-cols .elementor-widget-wrap {
		height: 100%;
		flex-direction: column;
	}
	.section-content-cols .elementor-widget-icon {
	    margin-top: auto !important;
		padding: 1rem;
	}
}

@media (max-width: 1024px) {
	/* CONTENT COLUMNS */
	.section-content-cols .content-col.last {
		margin: 0 auto;
	}
}


/* *****************************
 * SECTION 3 COL INSET SHADOWS - like Contact
 * *************************** */
.section-3-cols .col1 {
    border-left: 0px solid #333 !important;
    border-right: 1px solid #000 !important; 
}
.section-3-cols .col2 {
    border-left: 1px solid #333 !important;
    border-right: 1px solid #000 !important;    
}
.section-3-cols .col3 {
    border-left: 1px solid #333 !important;
    border-right: 0px solid #000 !important;
}

@media (max-width:768px) {
    .section-3-cols .col1 {
        border-left: 0px solid #444 !important;
        border-right: 0px solid #000 !important; 
        border-top: 1px solid #444 !important; 
        border-bottom: 1px solid #000 !important;         
    }
    .section-3-cols .col2 {
        border-left: 0px solid #444 !important;
        border-right: 0px solid #000 !important;
        border-top: 1px solid #444 !important;        
        border-bottom: 1px solid #000 !important;        
    }
    .section-3-cols .col3 {
        border-left: 0px solid #444 !important;
        border-right: 0px solid #000 !important;  
        border-top: 1px solid #444 !important;         
    }   
}