
h1, h2, h3, h4, h4, h5, h6{
	 font-family: 'Lato', sans-serif;
	 font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1600 - 300)));
	 line-height: 1.25em;
	margin: 0;
	padding: 0;
}

.all strong{
	font-weight: 900;
}



.menu{
	font-family: 'Lato', sans-serif;
}

.acc-head{
	font-family: 'PressonClean', sans-serif;
}

.reverse-columns{
	flex-direction: row-reverse;
}


.cat-link{
	display: block;
	position: relative;
	clear: both;
	width: 100%;
}

.cat-link a{
	color: #fff;
}

.archive-container{
	display: block;
	position: relative;
	width: 100%;
}

.media-link-container{
	position: relative;
	color: #fff;
}


.audio-link{
	display: block;
	position: relative;
	background-color: #333;
	color: #fff;
	padding: 10px 20px 10px 20px;
	display: flex;
	margin: 10px 0 10px 0;
	border-radius: 6px;
	justify-content: space-between;
	line-height: 1em;
}


.archive-title{
	text-transform: uppercase;
	font-weight: 700;
	 color: #fff !important;
}

.audio-info .wp-block-post-title{
	display: inline-block;
	width: auto;
}

.current_page_item{
	background-color: #e60000;
}

.menu p, .menu p a{
	color: #fff !important;
}

.alignwide{
	margin: 0 auto;
	max-width: 1200px;
}

.alignnarrow{
	margin: 0 auto;
	max-width: 960px;
	
}