/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
/*Make background color black"-HC-19473048-KS */
.home .site-header {
	display: none;
}

.site {
	background-color: black;
}

/* Make headings on site white / 19530613-hc NS */
.entry-title {
	color: white;
}

/*Increase page title size / 19530613hc*/
.entry-title {
	font-size: 40px;
}

/* remove padding from the bottom of the site content area | #19473048-hc eD */
.site-main {
	padding-bottom: 0;
}

/* reduce padding for site footer | #19473048-hc eD */
.site-footer {
	padding-top: 0;
	padding-bottom: 0;
}

/* Add background image (except for home page) | HC-19532803-JG */
.site {
	background: transparent url('https://zhioscarpan.com/wp-content/uploads/2023/03/img_9544.jpg') no-repeat 50% 50%;
	background-size: cover;
	background-attachment: fixed;
}

.home .site {
	background: #000;
}

.entry-content nav, 
.entry-content nav ul li {
	background: none;
}

/* increase title size on home and bio page - #23330971-hc - aj */
@media only screen and (min-width: 900px) {
	.home .wp-block-cover h1, .page-id-296 .entry-title {
		font-size: 72px !important;
		font-weight: 700 !important;
	}
}

/* make text color white - #23331257-hc - aj */
body, p, .has-foreground-color {
	color: #fff !important;
}

footer.entry-meta {
	visibility: hidden;
}

/* add background color to submenu on navigation block | #23386642-hc */
.has-child:hover > .wp-block-navigation__container {
	background-color: black;
	color: white;
}

/* ---menu drowdown bg color | 3838120-zen (JW) --- */
.wp-block-navigation__container .has-child li {
	background-color: black;
}

/* ---Button bg color | 3838120-zen (JW) --- */
.wp-block-button__link {
	background-color: transparent;
}

.wp-block-button__link:focus {
	background-color: transparent;
}

.tiled-gallery-item:hover .gallery-caption {
	opacity: 1;
}

/* Transparent menu background */
.wp-block-navigation {
	background-color: transparent !important;
}

/* Add different background image to specific pages | 7113537-zen kp */
.page-id-77 .site,
.page-id-126 .site,
.page-id-1111 .site,
.page-id-125 .site,
.page-id-124 .site,
.page-id-127 .site {
	background: transparent url('https://zhioscarpan.com/wp-content/uploads/2023/03/dsc08030.jpg') no-repeat 50% 50%;
	background-size: cover;
	background-attachment: fixed;
}

body {
	cursor: url('https://zhioscarpan.com/wp-content/uploads/2024/06/imresizer-1718322535896.png'), auto;
}

body a {
	cursor: url('https://zhioscarpan.com/wp-content/uploads/2024/06/imresizer-1718322535896.png'), auto;
}

.wp-block-embed-spotify {
	height: 200px;
}