/* ELEMENTS */
a.more-link {
	display: block;
	margin-bottom: 8rem;
	position: relative;

	&::after {
		background-color: lightgrey;
		content: "";
		height: 1px;
		left: 0;
		position: absolute;
		top: 6rem;
		width: 100%;
	}
}

article,
body,
h1,
h2,
h3,
h4,
p {
	-moz-hyphens: none;
	-ms-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
	word-wrap: normal;
}

article,
h3.widget-title {
	margin: 0 !important;
	padding: 0 !important;
}

body {
	font-family: "Montserrat" !important;
	overflow: hidden !important;
	padding: 0 !important;
	padding-top: 0 !important;
}

footer.entry-meta {
	display: none;
}

html {
	font-size: 100%;
}

/* CLASSES */
.entry-header {
	margin: 0 !important;
	padding: 0 !important;
}

.entry-meta {
	margin-top: 0 !important;
}

.footer {
	text-align: left;
}

.nav-icon-box {
	text-align: left;
}

.site {
	max-width: 100%;
}

.site-content article {
	border: 0;
}

/* IDS */
#colophon,
#masthead {
	display: none;
}

#nav-below {
	display: none;
}

#page {
	box-shadow: none;
	margin: 0;
	padding: 0;
	text-align: left;

	a {
		color: var(--green700) !important;
	}

	h1 {
		font-weight: 700;
		margin-bottom: .2em;
	}
}

#page.custom-font-enabled {
	font-family: "Montserrat", sans-serif;
}

#primary {
	@media (width < 1200px) {
		float: none;
		width: 100%;
	}
}

#secondary {
	@media (width < 1200px) {
		float: none;
		margin-top: 4rem;
		width: min(400px, 100%);
	}

	li {
		line-height: 1.4;
		list-style: none;
		margin: 0 0 .8em 0;
		padding: 0;
	}

	ul {
		margin: 0;
	}
}