/* 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;
}
.content {
    min-height:700px;
}
.page-content {
    float: none;
    min-height: 700px;
    width: 100%;
}
.content_column {
    min-height:100px;
    margin:0 auto;
    width:100%;
    padding-left:15px;
    padding-right:15px;
}
.content_column_row {
    margin-left: -15px;
    margin-right: -15px;
}
p.search-result-title {
    color: #0099ff;
    font-weight:600;
}
span.span2 {
    color: #0099ff;
}
.row_post {
    clear: both;
    min-height: 100px;
}
.row_search {
    clear: both;
    min-height: 100px;
}
.search-results .search-results-item {
    min-height: 176px;
}
@media only screen and (min-width : 768px) {
    .content_column {
        width: 90%;
    }
    .page-content {
        min-height: 700px;
        width: 100%;
    }
    .post-list {
        min-height: 700px;
        width: 100%;
    }
    .row_post {
        clear: both;
        min-height: 100px;
    }
    .row_search {
        clear: both;
        min-height: 100px;
    }
}
@media only screen and (min-width : 1024px) {
    .content_column {
        width: 80%;
        max-width:1232px;
    }
    .page-content {
        min-height: 700px;
        width: 100%;
    }
    .post-list {
        min-height: 700px;
        width: 100%;
    }
    .row_post {
        clear: both;
        min-height: 100px;
    }
    .row_search {
        clear: both;
        min-height: 64px;
    }
}