/* title */
.title-h1 {
	padding: 0;
	margin: 0;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 1px;
	color: #333;
	font-size: 28px;
	text-transform: uppercase;
}

/* colors */
.c-skriv-purple {
	color: #b10091;
}
.c-skriv-green {
	color: #00ba71;
}
.c-skriv-yellow {
	/*color: #ffd800;*/
	color: #ffab00;
}
.c-skriv-blue {
	color: #000028;
}

/* text with a shadow (on the splashscreen */
.text-shadowed {
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

/* white link that becomes black on hover */
a.white {
	color: #fff;
}
a.white:hover {
	color: #000;
}

/* lists */
ul, ol {
	padding-left: 20px;
}

/* "play" icon on the video thumbnail */
.play-icon > a > i {
	color: #333;
}
.play-icon:hover > a > i {
	color: #888;
	transition-property: color;
	transition-duration: 250ms;
}

/* image thumbnail */
.feature-box.media-box .fbox-media img.thumb {
	max-height: 150px;
	width: auto;
	margin: 0 auto;
}

/* clickable element */
.clickable {
	cursor: pointer;
}

/* BLOG */
/* container & social links */
.container-text > .social-links,
.container-fluid > .social-links {
	position: fixed;
	width: 40px;
	height: 175px;
	display: none;
}
@media (min-width: 576px) {
	.container-text {
		max-width: 540px !important;
	}
}
@media (min-width: 768px) {
	.container-text {
		max-width: 700px !important;
	}
	.container-text > .social-links,
	.container-fluid > .social-links {
		display: block;
		left: 30px;
	}
}
@media (min-width: 992px) {
	.container-text {
		max-width: 750px !important;
	}
	.container-text > .social-links,
	.container-fluid > .social-links {
		display: block;
		left: 40px;
	}
}
@media (min-width: 1200px) {
	.container-text {
		max-width: 840px !important;
	}
	.container-text > .social-links,
	.container-fluid > .social-links {
		display: block;
		left: 160px;
	}
}
/* list */
.bloglist h3 {
	margin-bottom: 0;
}
.bloglist > .container {
	padding: 0 0 30px 2px !important;
}
/* text */
.blog {
	font-size: 17px;
}
@media (min-width: 768px) {
	.blog p.left {
		/*clear: both;*/
		float: left;
		margin-bottom: 0;
	}
	.blog p.left img {
		margin-right: 40px;
		margin-bottom: 0;
	}
	.blog p.left + p::after {
		/* same as Bootstrap's "clearfix" class */
		display: block;
		clear: both;
		content: "";
	}
}
.stabilo, mark {
	background-color: rgba(255,255,153,0.25);
	color: inherit;
}
.blog h2 {
	margin-bottom: 13px;
}
.blog h3 {
	color: #666;
	margin-bottom: 3px;
}
.blog p + ul {
	margin-top: -22px;
}
.blog .mpost .entry-content {
	font-size: 12px;
	color: #888;
}
.blog hr {
	margin-top: 50px;
	margin-bottom: 40px;
	display: block;
	border: 0;
	text-align: center;
	box-sizing: content-box;
	height: 0;
}
.blog hr:before {
	font-weight: 400;
	font-size: 30px;
	letter-spacing: .6em;
	content: ". . .";
	display: inline-block;
	color: rgba(0, 0, 0, 0.6);
	position: relative;
	top: -30px;
}
/* images */
.blog img {
	display: block;
	margin: 0 auto 30px auto;
}
.blog img.left {
	float: left;
	margin-right: 40px;
	margin-bottom: 0;
}
.blog figure {
	display: block;
	clear: both;
}
.blog figure img {
	float: left;
	width: 47%;
	margin-right: 20px;
	margin-bottom: 10px;
}
.blog figure img:last-child {
	margin-right: 0;
	margin-bottom: 30px;
}
.blog figure > figcaption {
	text-align: center;
	font-size: 80%;
	color: #888;
}
.blog figure:last-child:not(figcaption) {
	margin-bottom: 30px;
}
@media (max-width: 768px) {
	.blog figure img {
		width: 80%;
		max-width: 90%;
		margin: 0 10% 20px 10%;
		/*margin: 0 auto 45px auto;*/
	}
}

/* tour */
h3.skriv-title {
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #333;
	margin-bottom: 5px;
}
.skriv-subtitle {
	font-size: 20px;
	font-weight: 300;
	color: #777;
	margin-bottom: 25px;
}
.skriv-tour {
	font-size: 18px;
}

/* other pages */
.skriv-text {
	font-size: 18px;
}
.skriv-text p {
	margin-bottom: 12px;
}
.skriv-text ul{
	margin-bottom: 12px;
}
.skriv-text li {
	margin-bottom: 6px;
}
