/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.resources {
    margin-top: 2em;
}
.row-no-gutter {
    margin-right: 0;
    margin-left: 0;
}
.resources .single-resource-grid {
    float: left;
    width: 19%;
    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;
}
.cont-wrap{
    display: inline-block;
    width:100%;
}
.description{
    margin-bottom: 15px;
}
.description p{
    margin-bottom: 10px;
}
#content-wrap{
    overflow: hidden;
}
#content-wrap #content-res {
    border-left: none;
    border-right: none;
    width:100% ;
}
/*organicwine css additions*/
#main-area.resources{
    background-image: none;
    background-color: #fff;
    border-radius: 7px;
}
#main-content.row-no-gutter{
    background: #fff;
    background-image: none !important;
    padding: 15px;
}