.c-post-t-wrap { display:block; width:100%; clear:both; margin:0;}
.c-post-t-wrap .c-post-t { width:50%; float:left; display:inline-block; height:271px; overflow:hidden; position:relative;}
.c-post-content { position:absolute; bottom:45px; left:30px; color:#2c2c2c; font-size:18px; width: 60%;}
.c-post-t:nth-child(2n+1) .c-post-content { left:inherit; right:30px;}
.c-post-t:nth-child(2n+1) .c-post-content { left:inherit; right:30px;}
.c-post-t a { color:#2c2c2c; text-decoration:none;}
.c-post-t .post-title h4 { font-size:35px; font-weight:bold; margin-bottom:0px;}
.c-post-t p { margin-bottom:10px;}
.c-post-t:nth-child(2n+1) .c-post-content .read-more-black { display:none; text-align:left}
.c-post-t:nth-child(2n+1) .c-post-content .read-more-white { display:block; text-align:left;}
.c-post-t .c-post-content .read-more { text-align:right;}
.c-post-t:nth-child(2n+1) .c-post-content,
.c-post-content{ margin-bottom: -20px; }
.page-title a{ color: #413839; }
.page-title a:hover{ color: #80D3FF; }


/* iPads horizontal ----------- */
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .c-post-t-wrap .c-post-t { height: 209px; }
	
}
/* iPads vertical ----------- */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .c-post-t-wrap .c-post-t { height: 152px; }
    .c-post-content{ font-size: 15px; }
	.c-post-t .post-title h4 { font-size: 25px }
}
/* Phablets vertical ----------- */
@media only screen and (min-width: 280px) and (max-width: 450px) {
    .c-post-t-wrap .c-post-t{ 
        float: none;
        width: 100%;
        height: 156px;
        margin-bottom: -7px;
    }
    .c-post-t-wrap .read-more img{ display: none; }
    .c-post-content{ padding: 0px 10px; }
    .wrap.products{ margin-left: -5px; }
}
/*iphone vertical*/
@media screen and (device-width: 320px){
        .c-post-t-wrap .c-post-t{ 
        float: none;
        width: 100%;
        height: 132px;
        margin-bottom: -6px;
    }
    .c-post-t-wrap .read-more img{ display: none; }
    .c-post-t:nth-child(2n+1) .c-post-content,
    .c-post-content{ padding: 0px 10px; }
    .c-post-t .post-title h4{ font-size: 30px;  }
    .c-post-content{ margin-bottom: -34px; }
}