/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#content-sidebar-wrap{
    padding: 150px 0  60px;
    overflow: hidden;
}
#content-sidebar-wrap #content{
    width: 75%;
    float: left;
    padding: 0 15px 0;
}
.entry-title{
    margin-bottom: 0;
}
#content-sidebar-wrap .sidebar{
    width: 25%;
    float: left;
     padding: 0 15px 0;
}
.resources {
    margin-top: 2em;
    padding: 150px 0  60px;
}
.resources .single-resource-grid {
    float: left;
    width: 20%;
    border: 0.25em solid #fff;
}
.resources .single-resource-grid a {
    color: #7fd0ff !important;
}
.resources .image {
    position: relative;
    width: 100%;
    height: 13em;
    background-size: cover;
    background-position: center center;
    background-color: #7fd0ff;
}
.resources .cover {
    top: 0;
    left: 0;
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
}
.resources .meta {
    display: block;
    width: 100%;
    height: 100%;
}
.resources .meta h3 {
    font-weight: 300;
    display: block;
    position: absolute;
    bottom: 0;
    left: 10px;
    font-size: 1em;
    overflow: hidden;
    width: 95%;
    color: #fff;
    z-index: 2;
}
.archive-no-results #content{
    min-height: 600px;
}
.navigation{
    overflow:hidden;
}
.navigation .next{
    float:right;
}
.navigation .prev{
    float:left;
}
@media only screen and (max-width: 736px){
    #content-sidebar-wrap,
    .resources{
        padding-top: 65px;
    }
    #content-sidebar-wrap #content,
    #content-sidebar-wrap .sidebar{
        float:none;
        width: 100%;
        margin: 0;
        padding: 0 15px 0;
    }
    .resources .single-resource-grid {
        width:25%;
    }
}
@media only screen and (max-width: 568px){
    .resources .single-resource-grid {
        width:50%;
    }
}