/* 
Theme Name: Colenso
Author: Shojib
Theme URI: http://colenso.com.au
Author URI: https://fiverr.com/sjbkhan
Description: Custom theme for colenso.com.au website
Version: 1.00
*/


.inner-post{
	background: white;
	padding: 10px;
	margin: 40px 0;
}
.post-title h2 a{
	text-decoration: none;
    font-family: 'Satisfy',"Courier New",Courier,Menlo,"Bitstream Vera Sans Mono",Monaco,mono;
    font-size: 1.2em !important;
    font-weight: normal !important;
    font-style: normal !important;
    padding-bottom: 12px !important;
    padding-top: 7px !important;
    color: #AF132E !important;
    text-align: center !important;
}
.post-title{
	width: 90%;
	float: left;
}
.minimeta{
	background: #B40612;
    border-radius: 50%;
    width: 60px;
    border: 2px solid white;
    height: 54px;
    text-align: center;
	float: left;
    padding-top: 10px;
	font-size: 17px;
}
.day{
	color: white;
	text-decoration: none;
	font-weight: 700;
}
.month {
    border-top: 1px solid white;
    text-decoration: none;
    width: 50%;
    margin: auto;
    color: white;
    font-weight: bold;
}
.minimeta a {
	text-decoration: none !important;
}
.mini{
	float: left;
	width: 10%;
}
.home .title{display: none;}

@media only screen and (max-width: 400px) {
    .mini {
       float: none;
	   width: 25%;
    }
	.post-title{
	width: 100%;
	float: none;
}
.post-title h2 a{
	text-decoration: none;
    font-family: 'Satisfy',"Courier New",Courier,Menlo,"Bitstream Vera Sans Mono",Monaco,mono;
    font-size: 1.0em !important;
}
}