/*!
Theme Name: DJNellz
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: djnellz
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

DJNellz is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
    - page
# Components
    - Header
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

body {
	background-color: #CCC5B9 !important;
}

.special-elite-regular {
	font-family: "Special Elite", system-ui;
	font-weight: 400;
	font-style: normal;
}

a.btn.btn-primary {
	background-color: #EB5E28;
	border: 1px solid #EB5E28;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 1.1rem;
}

a.btn.btn-primary-invert {
	background-color: #252422;
	border: 1px solid #252422;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 1.1rem;
	color: #FDFCF8;
}


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
article.page {
	background-color: #FDFCF8;
	padding: 2rem;
}

/* Slider Hero */
.hero-slider {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.hero-slider .slick-slide {
	opacity: 0.3;
	transform-origin: top center;
	transform: rotate(-8deg) scale(0.9);
	transition: transform 0.8s cubic-bezier(.34, 1.56, .64, 1), opacity 0.8s ease;
}

.hero-slider .slick-current {
	opacity: 1;
	transform: rotate(0deg) scale(1);
}

.hero-slider .slick-slide img {
	width: 100%;
	display: block;
	border-radius: 12px;
}

/* optional arrows */
.hero-slider .slick-prev,
.hero-slider .slick-next {
	z-index: 10;
}

.hero-slider .slick-prev:before,
.hero-slider .slick-next:before {
	font-size: 24px;
}


/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Header */
#masthead {
	background-color: #fff;
}

/* header Slider */
#headslider {
	padding-top: 1rem;
}

.header-slider {
	position: relative;
	background-image: url('http://localhost:8882/wp-content/uploads/2026/03/hhk-event.jpg');
	background-repeat: no-repeat;
	background-size: auto;
	min-height: 500px;
	background-position: center;
}

.header-slider .header-content {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #000000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.89) 50%, rgba(0, 0, 0, 0.56) 80%, rgba(255, 255, 255, 0) 100%);
	width: 100%;
	padding: 1rem 3rem;
	color: #fff;
	display: flex;
	align-items: anchor-center;
	min-height: 336px;
	flex-direction: column;
}

.special-elite-regular .main {
	font-size: 4rem;
}

.special-elite-regular .small {
	font-size: 2rem;
}

:where(.wp-block-columns.is-layout-flex) {
	gap: 1rem !important;
}

/* Homepage Cards */
.hcard {
	position: relative;
	color: #fff;
	max-height: 212px;
	overflow: hidden;
}

@media screen and (min-width: 1024px) {
	.hcard {
		max-height: 300px;
	}
}

.hcard .desc {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #000000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.89) 50%, rgba(0, 0, 0, 0.56) 80%, rgba(255, 255, 255, 0) 100%);
	width: 100%;
	padding: 1rem;
}

.hcard .desc a {
	color: #FFFCF2;
	text-decoration: none;
}


.hcard .desc a:hover {
	color: #EB5E28;
}

.hcard .desc p {
	line-height: 1;
}

/* hero-karaoke */

.karaoke-banner {
	display: flex;
	/* justify-content: center; */
	align-items: anchor-center;
	height: stretch;
	/* max-width: 600px;
	width: 500px; */
	margin: 0 auto;
}

/* .boxgradient {
	background: #FDFCF8;
    background: linear-gradient(90deg, rgba(253, 252, 248, 0.89) 20%, rgba(253, 252, 248, 0.58) 30%, rgba(255, 255, 255, 0) 100%);
} */

.boxgradient {
	background: #EB5E28;
	background: linear-gradient(90deg, rgba(235, 94, 40, 0.89) 40%, rgba(253, 252, 248, 0.27) 65%, rgba(255, 255, 255, 0) 100%);
}

@media screen and (max-width: 781px) {
	.karaoke-banner {
		text-align: center;
		margin-bottom: 2rem;
	}
	.boxgradient {
		background: #EB5E28;
		background: linear-gradient(180deg, rgba(235, 94, 40, 0.89) 40%, rgba(253, 252, 248, 0.27) 65%, rgba(255, 255, 255, 0) 100%);
	}
}

/* Playlist List */

.karaoke-playlist-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 20px;
}

.playlist-header {
  text-align: center;
  margin-bottom: 30px;
}

.eyebrow {
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 10px;
  opacity: 0.7;
}

.playlist-header h1 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  margin-bottom: 12px;
}

.playlist-intro {
  line-height: 1.7;
  opacity: 0.85;
}

.playlist-toolbar {
  margin-bottom: 24px;
}

#playlistSearch {
  width: 100%;
  padding: 16px 18px;
  font-size: 1rem;
  border: 1px solid #ddd;
  border-radius: 12px;
  outline: none;
}

#playlistSearch:focus {
  border-color: #111;
}

.playlist-table-wrap {
  overflow-x: auto;
}

.playlist-table {
  width: 100%;
  border-collapse: collapse;
}

.playlist-table th,
.playlist-table td {
  padding: 16px 14px;
  text-align: left;
  border-bottom: 1px solid #ececec;
}

.playlist-table th {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.playlist-table a {
  text-decoration: none;
  font-weight: 600;
}

.playlist-table a:hover {
  text-decoration: underline;
}

.no-results {
  text-align: center;
  padding: 24px 0;
  font-size: 1rem;
  opacity: 0.75;
}

@media (max-width: 768px) {
  .playlist-table thead {
    display: none;
  }

  .playlist-table,
  .playlist-table tbody,
  .playlist-table tr,
  .playlist-table td {
    display: block;
    width: 100%;
  }

  .playlist-table tr {
    border: 1px solid #ececec;
    border-radius: 14px;
    margin-bottom: 14px;
    overflow: hidden;
  }

  .playlist-table td {
    border-bottom: 1px solid #f3f3f3;
    padding: 12px 14px;
  }

  .playlist-table td:last-child {
    border-bottom: none;
  }

  .playlist-table td::before {
    content: attr(data-label);
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 6px;
    opacity: 0.65;
  }
}

/* DJ Instrumental Request */

.dj-request {
	background-image: url('http://localhost:8882/wp-content/uploads/2026/03/dj-request-scaled.png');
	background-repeat: no-repeat;
	padding: 3rem;
	background-size: 100%;
	box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .4);
	color: #fff;
}