﻿.blog-post{
	text-align: center;
	padding: 0 0 150px 0;
}

.blog-post h1{
	color: #1fa198;
	font-family: Heebo;
	font-size: 36px;
	font-weight: 400;
	line-height: 36px;
	text-align: right;

	width: 100%;
    margin: 15px 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #1fa198;
}

.blog-post .content{
	width: 900px;
	overflow: hidden;
	display: inline-block;
}

.blog-post .item{
	width: 100%;
	height: inherit;
	padding: 30px 0;
	border-bottom: 1px solid #c3c3c3;
}

.blog-post .item .img-box{
	width: 256px;
	height: inherit;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 44px;;
}

.blog-post .item .img-box img{
	max-width: 256px;
}

.blog-post .item a.heading,
.blog-post .item a.heading:link,
.blog-post .item a.heading:visited,
.blog-post .item a.heading:active{
	color: #22a79d;
	font-family: Heebo;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	text-align: right;
	text-decoration: none;
	
	height: 30px;
	display: block;
	overflow: hidden;
    margin: 0;
	transition: all 300ms ease-in-out;
}

.blog-post .item a.heading:hover{
	color: #4499de;
}

.blog-post .item .text{
	color: #000;
	font-family: Heebo;
	font-size: 18px;
	font-weight: 300;
	line-height: 37px;
	text-align: right;
	
	height: 103px;
    overflow: hidden;
    margin: 11px 0 11px 0;
} 

.blog-post .item a.link,
.blog-post .item a.link:link,
.blog-post .item a.link:visited,
.blog-post .item a.link:active{
	color: #22a79d;
	font-family: Heebo;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;

	float: right;
	position: relative;
	transition: all 300ms ease-in-out;
}

.blog-post .item a.link i{
	opacity: 0;
	position: relative;
	right: -5px;
	transition: all 300ms ease-in-out;
}

.blog-post .item a.link:hover{
	color: #4499de;
}

.blog-post .item a.link:hover i{
	opacity: 1;
	right: 10px;
}


@media only screen and (max-width : 768px) {

	.blog-post {
		text-align: center;
		padding: 0;
	}

	.blog-post .item{
		width: 256px;
	}

	.blog-post .content {
		width: 265px;
		overflow: hidden;
		display: inline-block;
	}
}