/* GRID BASED ([{"device":"mobile","options":{"gutter":"15","columns":12,"width":"100%"}},{"device":"tablet","options":{"gutter":"15","columns":12,"width":"90%"}},{"device":"desktop","options":{"gutter":"15","columns":12,"width":"80%","maxWidth":"1232px"}}]) */

body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    margin:0;
    font-size: 15px;
    font-weight: 400;
    line-height: 157%;
    color: #666666;
}

.page-content {
    float: none;
    min-height: 300px;
    width: 100%;
}

.post-content-inner {
    width:100%;
    height:100%;
}

.post-list {
    min-height: 100px;
    width: 100%;
    padding-left:15px;
    padding-right:15px;
}

@media only screen and (min-width : 768px) {
	.page-content {
        min-height: 700px;
        width: 100%;
    }
    
    .post-list {
        min-height: 700px;
        width: 100%;
    }
}

@media only screen and (min-width : 1024px) {
}