/*
 * Styling for the mgoc-publications plugin
 */


/* 
 * For List of Results with pagination, display page numbers in a row, not a column: 
 */
div.mgoc-publications-paging {
    margin-top: 1em;
    padding: 1em;
    display: block;
    float: right;
    font-size: 20px;
    line-height: 2em;
    color: black;
}
ul.page-numbers li {
    display: inline-block;
    margin-right: 1em;
}


/*
 * Styling for the custom post type template
 */
 
/* hide big blue header as per */
body.single-mgoc_publications .inner-header-description {
    display: none;
}

/* Suppress the Featured Image, if one is set */
.type-mgoc_publications img.wp-post-image {
    display: none;
}
