/*
Theme Name: Notescape Child
Theme URI: https://preview.wolfthemes.live/notescape/landing/
Description: Notescape Child theme
Author: WolfThemes
Author URI: https://wolfthemes.com
Template: notescape
Version: 1.0.0
*/


.cart-container, .cta-container:has(.cart-container) {
	display: none !important; opacity: 0;
}


[data-anchor="home"] .locoscroll-bg {
	background-position-y: 0 !important;
	background-position-x: 70% !important;
}

/** Starting from 1080px */
@media screen and (min-width: 1080px) {
	[data-anchor="home"] .locoscroll-bg {
		background-position-y: -150px !important;
		background-position-x: 0 !important;
	}
}


body.scrolled .nav-bar {
	transition: background-color 0.3s;
}

body.scrolled .nav-bar {
	background-color: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(2px);
}

#nav-bar a {
	color: #fff !important;
}

.wpm-playlist-container {
	background-color: rgba(235, 226, 208, .8) !important;
	border-top: 1px solid rgba(183, 176, 162, 0.5);
	backdrop-filter: blur(2px);
}

.wpm-sticky-playlist.wpm-theme-dark .mejs-container .mejs-controls, .wpm-sticky-playlist.wpm-theme-dark .mejs-container .mejs-controls .mejs-time span, .wpm-sticky-playlist.wpm-theme-dark .mejs-container .mejs-track-details, .wpm-sticky-playlist.wpm-theme-transparent-light .mejs-container .mejs-controls, .wpm-sticky-playlist.wpm-theme-transparent-light .mejs-container .mejs-controls .mejs-time span, .wpm-sticky-playlist.wpm-theme-transparent-light .mejs-container .mejs-track-details {
	color: #000 !important;
}

.we-date-format-default {
	/* make uppercase */
	text-transform: uppercase;
}

.author-meta, .entry-category-list, .single-featured-image {
	display: none;
}

[data-anchor="contact"] .heading-accent-color-yes .elementor-heading-title {
	color: #fff !important;
}

/** Lower than 1080px */
@media screen and (max-width: 1080px) {
	.entry-event-list {
		display: flex !important;
		flex-direction: column;
		align-items: center !important;
	}

	.event-table-cell {
		padding-top: 8px;
		padding-bottom: 8px;
	}

	span.event-table-cell.event-location {
		padding-left: 8px;
		padding-right: 8px;
		text-align: center;
	}

	.event-location {
		margin-bottom: 0;
	}

	.event-table-cell.event-action, .entry-event-list a.ticket-button {
		width: 100% !important;
	}

	.event-table-cell .button {
		width: 100% !important;
	}

	span.event-edit-cell {
		display: none !important;
	}
}

div.heading-2 h2 {
	font-size: 80px !important;
	margin-bottom: 30px !important;
}

.entry-video .video-summary-inner .entry-title {
	font-size: 12px !important;
	line-height: 1em !important;
}

.entry-video .video-summary-inner h2.entry-title {
	text-transform: none;
  font-weight: 300;
}

.video-summary-inner {
	background: rgba(0, 0, 0, 0.33);
}

.entry-post-grid .entry-title, .entry-post-masonry .entry-title {
	font-size: 16px !important;
	text-transform: none;
  font-weight: 300;
	line-height: 1.1em;
}

.entry-post-grid .entry-summary-inner, .entry-post-masonry .entry-summary-inner {
	padding-bottom: 10px !important;
}