/*
Theme Name: Digarv
Author: Eric Weber
Author URI: http://ericweber.se
*/

html, body {
	font-family: 'Bitter', serif;
	font-size: 15px;
	line-height: 1.6;
	color: #000;
}
h1, h2, h3, h4, h5, h6, .site-title, .entry-date, .read-more, .page-numbers, .entry-image-tagline {
	font-family: 'Work Sans', sans-serif;
	line-height: 1.3;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1rem;
	margin: 0 0 1rem;
	color: #000;
}
p {
	margin: 0 0 1rem;
}
a {
	color: #E82E25;
	text-decoration: none;
}
a:hover, a:focus {
	color: #E82E25;
	outline: none;
	text-decoration: none;
}
img {
	display: block;
	height: auto;
	max-width: 100%;
	margin: 0;
}
nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 100;
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
}
.site-branding {
	padding: 0 20px;
	max-height: 65px;
	line-height: 65px;
}
.site-title {
	max-width: 15em;
	display: inline-block;
	font-size: 18px;
}
.site-title a {
	color: #000;
}
.site-nav {
	padding: 0 20px 20px;
	display: none;
	font-weight: 600;
	line-height: 1.7;
}
.site-nav a {
	color: #000;
}
.site-nav .current_page_item a, .site-nav a:hover {
	color: #E82E25;
}
.site-nav .active_language {
	display: none;
}
#toggle-nav {
	float: right;
	display: inline-block;
	cursor: pointer;
	margin-top: 25px;
}
#toggle-nav:before {
	content: '';
	display: block;
	width: 20px;
	height: 15px;
}
.expand:before {
	background: url('img/icon-expand.svg') center center no-repeat;
	background-size: 100% 100%;
}
.collapse:before {
	background: url('img/icon-collapse.svg') center center no-repeat;
	background-size: auto 100%;
}
.site-content {
	width: auto;
	padding: 20px;
	margin-top: 65px;
}
.site-entry {
	margin-bottom: 60px;
}
.entry-image {
	margin: -20px -20px 20px;
	position: relative;
}
.entry-image-tagline {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	color: #fff;
	font-size: 18px;
	text-shadow: 0 1px 2px rgba(0,0,0,.35);
}
.home .entry-image-tagline.large {
	text-transform: none;
}
.entry-image-tagline p {
	display: block;
	font-family: 'Bitter', serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.6;
	letter-spacing: 0;
	text-transform: none;
	margin: 0.25rem 0 0;
}
.entry-image-caption {
	font-size: 10px;
	color: #fff;
	position: absolute;
	top: 20px;
	right: 5px;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	max-height: 100%;
}
.entry-date {
	color: #E82E25;
	font-size: 1.1rem;
}
.entry-header {
	font-size: 1.6rem;
}
.site-entry .entry-header:first-child, .site-entry .entry-date:first-child {
	margin-top: 1rem;
}
.entry-header a {
	color: #000;
}
.site-entry-child-container {
	margin-bottom: -40px;
}
.site-entry-child {
	margin-bottom: 20px;
}
.site-entry-child .entry-image {
	margin-top: 0;
}
.site-entry-child .entry-header {
	font-size: 1.2rem;
}
.home .site-entry-child-container, .page-parent .site-entry-child-container {
	margin-top: 40px;
}
.read-more {
	color: #E82E25;
	font-size: .9rem;
}
.read-more:after {
	content: ' \2192';
}
.pagination {
	margin-bottom: 60px;
}
.page-numbers {
	display: inline-block;
	margin-right: 10px;
}
.site-footer {
	border-top: 1px solid #000;
	padding-top: 20px;
	text-align: center;
}
.site-footer-container {
	margin: 0 -10px;
}
.site-footer-logo {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	padding: 10px;
}
.site-footer-logo img {
	margin: 0 auto;
}

@media (min-width: 768px) {
	html, body {
		font-size: 16px;
	}
	.site-branding, .site-nav, .site-content {
		max-height: none;
		max-width: 760px;
		margin-left: auto;
		margin-right: auto;
	}
	.site-branding {
		line-height: 80px;
		max-height: 80px;
		padding: 0;
	}
	#toggle-nav {
		margin-top: 32px;
	}
	.site-nav {
		padding: 0 0 30px;
	}
	.site-content {
		padding: 0;
		margin-top: 80px;
	}
	.site-title {
		font-size: 1.2em;
	}
	.entry-image {
		margin: 0 -20px 20px;
	}
	.site-entry .entry-header:first-child, .site-entry .entry-date:first-child {
		margin-top: 120px;
	}
	.entry-date {
		font-size: 1rem;
	}
	.entry-header, .entry-image-tagline.large {
		font-size: 2.5rem;
	}
	.entry-image-tagline p {
		font-size: 16px;
	}
	.entry-image-tagline.large p {
		font-size: 1rem;
	}
	.site-entry-child-container {
		margin-left: -20px;
		margin-right: -20px;
	}
	.site-entry-child {
		width: 50%;
		display: inline-block;
		vertical-align: top;
		padding: 0 20px;
	}
	.site-entry-child .entry-image {
		margin: 0 0 20px;
		-webkit-box-shadow: 8px 8px 0px 0px rgba(68,68,68,1);
		-moz-box-shadow: 8px 8px 0px 0px rgba(68,68,68,1);
		box-shadow: 8px 8px 0px 0px rgba(68,68,68,1);
	}
	.site-footer {
		padding-bottom: 20px;
	}
	.site-footer-logo {
		width: 33.333%;
	}
}
@media (min-width: 1024px) {
	html, body {
		font-size: 18px;
	}
	.site-branding {
		padding: 0;
	}
	.site-title {
		font-size: 1.5em;
	}
	.site-nav {
		padding: 0 0 40px;
	}
	.site-content {
		padding: 0;
	}
	.entry-image {
		margin: 0 -40px 40px;
	}
	.entry-image-tagline {
		bottom: 40px;
		left: 40px;
		right: 40px;
	}
	.home .site-entry-child-container, .page-parent .site-entry-child-container {
		margin-left: -60px;
		margin-right: -60px;
	}
}
