/*
Theme Name:		Customizr Child
Theme URI:		http://themesandco.com/customizr
Description:	Child theme for Customizr Pro
Author:			Stefan Ullstad
Template:		customizr-pro
Version:		1.0.0
*/

/* ---------- Storlek på ikonen i sidhuvudet ---------- */
.primary-navbar__wrapper .navbar-brand-sitelogo {
	display: block;
	width: 100px;
	height: 100px;
}
/* Dölj menyraden "Gå till ljudspelare" */
.landscape-players {
    display: none;
}
/* avstånd mellan spelarna */
	.tc-sidebar .widget-title {
	margin-top: 0px !important;
	margin-bottom: 5px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

@media (max-width: 1199px) {
	/* Stapla vänster-widgeten under innehållet upp till px */
	.left.sidebar.tc-sidebar {
		flex: 0 0 100%;
		max-width: 100%;
		order: 2;
	}
	/* Huvudinnehållet först */
	.center {
		flex: 0 0 100%;
		max-width: 100%;
		order: 1;
	}
	/* Avstånd ovanför sidnamnet */
	.entry-header {
		margin-top: -20px;
	}
}
@media (min-width: 1200px) {
	/* Avstånd ovanför sidnamnet */
	.entry-header {
		margin-top: -10px;
	}
}

/* Full bredd för notblad i landscape */
@media screen and (orientation: landscape) and (max-width: 1199px) {
	/* Bryt ut notvisaren ur eventuell maxbredd på innehållskolumnen. */
	.czr-wp-the-content {
		width: 100vw !important;
		max-width: none !important;
		margin-left: 50%;
		transform: translateX(-50%);
	}
	/* Avstånd ovanför sidnamnet */
	.entry-header {
		display: none;
	}
	/* Visa inte mellanrum mellan sidhuvud och sidans innehåll  */
	.container {
		margin-top: 0px !important;
	}
	/* Visa menyraden "Gå till ljudspelare" */
    body.has-players .landscape-players {
        display: block;
    }
}

/* ---------- Avstavning ----------*/
div.avstava {
	hyphens: auto;
	hyphenate-limit-chars: 6 3 3;
	hyphenate-limit-lines: 2;
	hyphenate-limit-last: always;
	hyphenate-limit-zone: 8%;
}

/* ==========================================================
	 LÅTBIBLIOTEK
========================================================== */
#tablepress-1 th:nth-child(3),
#tablepress-1 td:nth-child(3) {
	display: none;
}
#songTheme {
	padding: 5px;
	font-size: 15px;
	height: 31px;
}
#dt-search-0 {
	font-size: 15px;
	line-height: normal;
	height: 31px;
	margin-bottom: 0.3em;
}
#dt-search-0:focus {
    outline: none;
    box-shadow: none;
}
.dt-layout-row {
	margin-bottom: -6px;
}
.song-filter {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 3px;
	margin-top: -24px !important;
	margin-bottom: -2px;
}
.song-filter label, #clearSongTheme {
	margin: 0;
	white-space: nowrap;
	position: relative;
	top: -14px;
}
.song-filter select {
	flex: 0 0 220px;
	width: 220px;
	max-width: 220px;
	margin: 0;
}
#clearSongTheme {
	margin-left: auto;
}
@media (max-width: 767px) {
	.song-filter select {
		flex: 1 1 0;
		width: auto;
		max-width: 220px;
		min-width: 0;
		margin-right: 10px !important;
	}
	#clearSongTheme {
		white-space: nowrap;
	}
	.dt-container .dt-layout-row {
		flex-direction: row !important;
		padding-bottom: 10px;
	}
	.dt-container .dt-layout-cell {
		flex-direction: row !important;
		padding: 0 !important;
	}
	#dt-search-0 {
		max-width: 125px !important;
	}
}


/* ==========================================================
	 INLOGGNINGSSIDA
========================================================== */
.login-page {
	max-width: 400px;
}
.login-page h1 {
	margin-bottom: 15px;
	font-size: 42px;
	text-align: left;
}
.login-page p {
	margin-bottom: 30px;
}
.login-page form {
	padding: 0;
	background: #fff;
	border: none;
	box-shadow: none;
}
.login-page form p {
	margin: 0 0 20px;
}

/* ==========================================================
	 ETIKETTER
========================================================== */
.login-page label {
	display: block;
	margin: 20px 0 8px;
	font-size: 18px;
	font-weight: 600;
}

/* ==========================================================
	 INMATNINGSFÄLT
========================================================== */
.login-page input[type="text"],
.login-page input[type="email"],
.login-page input[type="password"] {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 54px;
	margin: 0 !important;
	padding: 0 15px;
	box-sizing: border-box;
	font-size: 18px;
	color: #333;
	background: #fff;
	border: 2px solid #bdbdbd;
	border-radius: 6px;
	transition: border-color .2s, box-shadow .2s;
}
input#user_login.input.czr-focusable {
	margin: 0 !important;
}
.login-page input[type="text"]:focus,
.login-page input[type="email"]:focus,
.login-page input[type="password"]:focus {
	border-color: #006699;
	outline: none;
	box-shadow: 0 0 8px rgba(0,102,153,.20);
}

/* ==========================================================
	 KOM IHÅG MIG
========================================================== */
.login-page .login-remember {
	margin: 25px 0;
}
.login-page .login-remember label {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
}
.login-page input[type="checkbox"] {
	width: 18px;
	height: 18px;
}

/* ==========================================================
	 KNAPP
========================================================== */
.login-page .login-submit input,
.login-page input[type="submit"] {
	width: auto;
	min-width: 180px;
	padding: 14px 34px;
	background: #444;
	color: #fff;
	border: none;
	border-radius: 6px;
	font-size: 20px;
	font-weight: 600;
	cursor: pointer;
	transition: background .2s;
}
.login-page input[type="submit"]:hover {
	background: #222;
}

/* ==========================================================
	 GLÖMT LÖSENORD
========================================================== */
.login-page .lost-password {
	margin-top: 25px;
}
.login-page .lost-password a {
	color: #666;
	text-decoration: none;
}
.login-page .lost-password a:hover {
	color: #006699;
	text-decoration: underline;
}
