/*------Blog------------------------------------------------*/
.card-post {
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
	border-radius:10px;
	background:#fff;
}
.card-post-img  img{
	float:left;
	width:100%;
	height:auto;
}
.card-post-content {
	padding:15px 20px 0;
	border:1px solid #eee;
}
.card-post-content h3 {
	float:left;
	width:100%;
	text-align:left;
	color:#000;
	font-size:19px;
	font-weight:700;
	padding:15px 0;
}
.card-post-content h3 a {
	color: #334e6f;
}
.card-post-content p {
	text-align:left;
}
.home-posts {
	margin-bottom:40px;
}
.card-post-content .post-opt  {
	border-top:1px solid #eee;
	width:100%;
	padding:15px 0 25px;
	margin-top:20px;
}
.post-nav {
	margin-top:20px;
	margin-bottom:10px;
}
.post-link {
	position:relative;
	font-size:15px;
	font-weight:500;
	color: #999;
}
.post-link span {
	color: #334e6f;
	font-size:14px;
}
.post-link i {
	width:40px;
	height:40px;
	position:absolute;
	top:0;
	line-height:40px;
	font-size:22px;
}
.post-link:hover i  {
	-webkit-transform: rotateX(360deg);
	-moz-transform: rotateX(360deg);
	-o-transform: rotateX(360deg);
	-ms-transform: rotateX(360deg);
	transform: rotateX(360deg);
}
.post-link.prev-post-link {
	float:left;
	padding-left:40px;
	text-align:left;
}
.post-link.next-post-link {
	float:right;
	padding-right:40px;
	text-align:right;
}
.post-link.prev-post-link  i {
	left:0;
	text-align:left;
}
.post-link.next-post-link  i {
	right:0;
	text-align:right;
}
.post-author {
	float:left;
	margin-right:20px;
	margin-top:10px;
}
.post-author img {
	width:40px;
	height:40px;
	border-radius:100%;
	float:left;
	margin-right:20px;
}
.post-author span {
	font-weight:600;
	position:relative;
	top:12px;
	color:#666;
}
.post-opt {
	padding-top:24px;
}
.post-opt , .post-opt li {
	float:left;
}
.post-opt li {
	margin-right:20px;
}
.post-opt li span , .post-opt li a  {
	color:#999;
	font-weight:500;
}
.post-opt li i {
	padding-right:6px;
}
.jr-insta-thumb {
	float:left;
	width:100%;
	margin-bottom:15px;
}
.jr-insta-thumb ul {
	list-style:none;
}
.jr-insta-thumb li {
	float:left;
	width:33.3%;
	padding:5px;
	overflow:hidden;
}
.jr-insta-thumb li img {
	width:100%;
	height:auto;
	border-radius:6px;
}
.jr-insta-thumb li a , .post-link i {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.jr-insta-thumb li a:hover {
	opacity:0.6;
}