/* In kort page */

.page-content {
	padding: 30px 40px;
	text-align: justify;
	line-height: 30px;
	background: #fff;
	margin: 30px 70px;
}
.title {
	text-transform: uppercase;
	color: #01afbe;
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 30px;
}
.subtitle {
	font-size: 20px;
	margin-bottom: 25px;
}
.content {
	margin-bottom: 20px;
}
.content p {
	margin-bottom: 15px;
}

/* media css */
.media-content {
	padding: 20px 0px;
	text-align: justify;
	line-height: 30px;
	background: #fff;
	margin: 15px;
}
.single-post {
	transition: 0.3s linear all;
	min-width: 100%;
	margin-bottom: 30px;
}
.single-post:hover {
	box-shadow: 0 0 10px #ccc;
}
.post-content {
	padding: 0px 15px 20px 15px;
}
.image-box {
	position: relative;
	margin: auto;
	overflow: hidden;
	width: 100%;
}
.image-box img {
	max-width: 100%;
	transition: 0.5s linear all;
	display: block;
	width: 100%;
	height: auto;
	transform: scale(1);
}

.single-post:hover .image-box img {
	transform: scale(1.2);
}
.post-title {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 10px 0px 0px 0px;
}
.meta {
	overflow: hidden;
}
.meta p {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	color: #737373;
}
.author {
	margin-right: 10px;
	float: left;
}
.date {
	float: right;
}
.article p {
	font-size: 14px;
	text-align: inherit;
	line-height: 22px;
}

.tags a {
	border: 2px solid #ccc;
	display: inline-block;
	margin-right: 5px;
	padding: 0px 10px;
	color: #000;
	text-transform: uppercase;
	font-size: 13px;
	margin-top: 10px;
}
.tags a:last-child {
	margin-right: 0px;
}
