/*

	Theme Name: Cedar
	Theme URI: http://ecko.me/themes/wordpress/cedar/
	Description: Cedar Theme for Wordpress developed by EckoThemes.
	Author: EckoThemes
	Author URI: http://ecko.me/
	Version: 1.2.2
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: white

*/

@import 'assets/css/theme.min.css';

.col-4{
	width: 25%;
	float: left;
}

.col-4 .postimage{
	margin-bottom:10px!important;
}

.col-4 h2.title{
	font-size:27px;
	margin:5px 0;
	line-height: 37px;
}

.col-4 .excerpt{
	margin:8px 0;
	font-size:18px;
} 

.col-4 .postimage{
	position: relative;
}

.col-4 .postimage .post-date{
	position: absolute;
    bottom: 20px;
    right: 20px;
    color: #fff;
    font-size:14px;
}

.col-4 .postimage .post-button{
	position: absolute;
    bottom: 20px;
    left: 20px;
}

.col-4 .postimage .post-price{
	background-color: #14E0B1;
    padding: 15px;
    text-align: center;
    border-radius: 60px;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    position: absolute;
    top: 20px;
    left: 20px;
}

.clear{
	clear:both;
}

.col-4 .postimage .filter{
    position: absolute;
    width: 100%; height: 100%;  
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 35%, rgba(0,0,0,0.31) 66%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 35%,rgba(0,0,0,0.31) 66%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 35%,rgba(0,0,0,0.31) 66%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

}


  @media (max-width: 1200px) {
	.col-4{
		width: 50%;
		float: left;
	}
  }


  @media (max-width: 700px) {
	.col-4{
		width: 100%;
		float: none;
	}
  }
  
  
  @media (max-width: 400px) {
	.col-4{
		width: 100%;
		float: none;
	}
  }