/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-md-3{
	width: 25%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom:20px;
}
.col-md-4{
	width: 33.33333333%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.post-related{
	margin-top:30px;
}
.post-related .title span{
	font-size:25px;
	color:#333333;
}
.post-related .title{
	border-bottom:2px #6786a1 solid;
	margin-bottom:10px;
	width:100%;
}
.list-item-post a p.post-title{
	font-size:15px;
}
.blog-thumb img:hover{
	opacity:0.7;
}
/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */
	.blog-thumb img{
		height:200px;
		width:100%;
	}

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}