/*!
 * Theme Name:  Nowell Child
 * Author:      Lars
 * Template:    nowell
 */

/* Hide site title and description when a logo is present
-------------------------------------------------------------------------------*/

.site-logo-link ~ .site-title,
.site-logo-link ~ .site-description {
	display: none;
}

/* Social Navigation
-------------------------------------------------------------------------------*/

.social-navigation a {
	height: 3.5em;
	width: 3.5em;
}

.social-navigation a:before {
	font-size: 2em;
}

/* Front Page: More News Button
-------------------------------------------------------------------------------*/

.front-page-more-news {
	display: inline-block;
	margin-top: 1em;
	margin-bottom: 2em;
	border: 2px solid #0c0c0c;
	padding: 0.5em 1.2em;
	text-decoration: none;
	color: #0c0c0c;
	font-size: 0.85714286em;
	text-transform: uppercase;
}

.front-page-more-news:hover {
	background: #0c0c0c;
	color: #fff;
}

/* Front Page Layout
-------------------------------------------------------------------------------*/

@media (min-width: 992px) {
	.front-page-layout {
		display: flex;
		gap: 4em;
		align-items: flex-start;
	}

	.front-page-main-content {
		flex: 3;
		min-width: 0;
	}

	.front-page-latest-posts {
		flex: 2;
		min-width: 0;
		text-align: left;
	}
}

.front-page-latest-posts .list-view .item {
	padding-left: 0;
}

.front-page-latest-posts .list-view .item-title {
	white-space: normal;
	overflow: visible;
	text-overflow: clip;
}

.front-page-latest-posts .list-view .item-date {
	position: static;
	width: auto;
	text-align: left;
	font-size: 0.78571429em;
	margin-bottom: 0.4em;
	color: #9b9b9b;
}

.list-view .item-media {
	display: flex;
	align-items: flex-start;
	gap: 0.75em;
}

.list-view .item-thumbnail {
	flex: 0 0 60px;
	display: block;
	padding-top: 0.3em;
}

.list-view .item-thumbnail:focus,
.list-view .item-thumbnail:focus-visible {
	outline: none;
	box-shadow: none;
}

.list-view .item-thumbnail img {
	display: block;
	width: 60px;
	height: auto;
	outline: none;
}

.list-view .item-title {
	flex: 1;
}

/* Promo Sticker Widget
-------------------------------------------------------------------------------*/

.promo-sticker-wrap {
	display: flex;
	justify-content: center;
	padding: 20px 0;
	overflow: visible;
}

.promo-sticker {
	clip-path: polygon(
		14% 50%, 23% 45%,
		16% 38%, 27% 37%,
		22% 27%, 33% 29%,
		32% 19%, 41% 25%,
		44% 15%, 50% 23%,
		56% 15%, 59% 25%,
		68% 19%, 67% 29%,
		78% 27%, 73% 37%,
		84% 38%, 77% 45%,
		86% 50%, 77% 55%,
		84% 62%, 73% 64%,
		78% 73%, 67% 71%,
		68% 81%, 59% 75%,
		56% 85%, 50% 77%,
		44% 85%, 41% 75%,
		32% 81%, 33% 71%,
		22% 73%, 27% 64%,
		16% 62%, 23% 55%
	);
	background: radial-gradient(circle at 42% 40%, #fde97a 0%, #F8D44F 55%, #e8bf30 100%);
	width: 380px;
	height: 380px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(-13deg);
}

.promo-sticker-inner {
	width: 100%;
	text-align: center;
}

.promo-sticker ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 20% !important;
	text-align: center;
}

.promo-sticker ul li {
	font-family: 'Coiny', sans-serif;
	font-size: 1.45rem;
	font-weight: 400;
	line-height: 1.35;
	color: #111;
	margin-bottom: 5px;
}

.promo-sticker ul li::before {
	content: '• ';
}

.promo-sticker ul li:last-child {
	margin-bottom: 0;
}

