/* allmän layout --------------------------------------------------------------- */
body {
	background-color: #404040;
}
body.home {
	min-height: 100vh;
    background-color: #404040 !important;
    background-image: url(https://climatezombies.com/wp-content/uploads/2025/09/Dangerous-Dancing-utan-text-2048x2048.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 15% center;
}
h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 10px !important;
    border-bottom: 1px solid #ffffff14;
    padding-bottom: 7px!important;
    margin-bottom: 24px!important;
    font-size: 34px!important;
}
.site-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff!important;
}
body.home .site-info {
	background-color: #0000001c!important;
}
.footer-bar {
	margin: 0!important;
}
footer .inside-site-info {
	padding: .5rem!important;
}
.site-info {
	background-color: #303030!important;
}
.site-content {
	padding: 1rem!important;
	min-height: 500px!important;
}
.entry-header {
	display: none!important;
}
.site.container {
	background-color: #00000000;
}
body.home .site-header {
	background-color: #0000004d;
}
.site-header .header-image {
	width: 130px!important;
}
.mainimg {
	width: 100%;
	max-height: 565px;
	display: block;
	object-fit: cover;
	object-position: center;
}
.entry-title {
	display: none;
}
.entry-content {
	margin: 0!important;
	padding-bottom: 100px!important;
}
.entry-content img {
	display: block;
    margin: 0;
    width: 100%;
    margin-bottom: 1.5rem;
}
.copyright-bar { display: none!important; }
.main-navigation {
	background-color: #00000063!important;
}
.main-nav ul li a {
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.8!important;
	font-size: 100%!important;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.main-navigation.toggled {
	position: absolute;
    top: 74px;
    right: 0;
    background-color: #000000c7!important;
    width: 100%;
}
iframe {
	min-height: 300px!important;
}

@media (min-width: 768px) {
	.site-header .header-image {
		width: 250px!important;
		margin-bottom: 15px!important;
	}
	.main-nav ul li a {
		line-height: 2!important;
		font-size: 120%!important;
	}
	.entry-content img {
		max-width: 50%;
		margin-right: 1rem!important;
	}
}
/* ----------------------------------------------------------------------------------- */

/* footer sociala media -------------------------------------------------------------- */
.footer-socials ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;            /* horisontell lista */
	justify-content: center;  /* centrera i footern */
	gap: 20px;                /* mellanrum mellan ikonerna */
}
.footer-socials ul li a {
	color: #fff;              /* vit färg på ikonerna */
	font-size: 24px;           /* storlek på ikonerna */
	text-decoration: none;
	transition: color 0.3s;
}
.footer-socials ul li a:hover {
	color: #ff0000;
}
.footer-socials ul li {
	margin: 0;
}
/* ----------------------------------------------------------------------------------- */

/* listen on... ---------------------------------------------------------------------- */
a.listen {
    text-decoration: none;
}
a.listen div {
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
	text-transform: uppercase;
    font-size: 3rem;
}
a.listen div strong {
    font-weight: 600;
    margin-top: 1px;
}

a.listen.listen-spotifty div {
    background-image: 
        linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), /* mörk overlay */
        url(https://climatezombies.com/wp-content/uploads/2025/09/link_to_spotify.jpeg);
}

a.listen.listen-soundcloud div {
    background-image: 
        linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)),
        url(https://climatezombies.com/wp-content/uploads/2025/09/Link_to_bandcamp.jpeg);
}
/* ----------------------------------------------------------------------------------- */

/* ordna till generatepress mobila meny så den aldrig är mobil ----------------------- */
@media (max-width: 768px) {
	.main-navigation .menu-toggle {
		display: none !important;
	}
	.main-navigation .main-nav {
		display: flex !important;
		justify-content: center;
		width: 100%;
	}
	.main-navigation .main-nav ul {
		display: flex !important;
		justify-content: center;
		flex-wrap: wrap;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.main-navigation .main-nav ul li {
		margin: 0 10px; 
	}
	.main-navigation .main-nav ul li a {
		display: block;
		padding: 10px;
		text-decoration: none;
	}
}
/* --------------------------------------------------------------------------------- */