/*
 Theme Name:   Metanexus
 Theme URI:    http://dante.swiftideas.net
 Description:  Dante Child Theme for Metanexus
 Author:       Anthony Lopez-Vito
 Author URI:   http://anothercoffee.net
 Template: dante
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         
*/

/* --------------------------------------------
	CHILD THEME CSS
-------------------------------------------- */


/*
 * Metanexus Profile listing
 */
.post-type-archive-metanexus_profile .col-sm-8 {
    width: 100%;
}

/* Three column layout for Metanexus Profile listing */
ul.cols_3 {
    clear: both;
    list-style-type: none;
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    list-style-position: inside;
}

ul.profile {
    list-style-type: disc;
    padding: 1em;
}

/* */
div.entry-title {
    display: block;
}

div.byline {
    padding-bottom: 1em;
}

h4.entry-title {
    font-weight: bold;
}


/*
 * Metanexus single profile page
 */

/* Hide duplicate featured images output by the_content() */

.single-metanexus_profile figure.media-wrap img {
    display: none;
}

