/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


ul.mere_multi-authors {
    list-style-type:none;
    margin:2rem 0;
    padding:0;
}

ul.mere_multi-authors li.mma_single {
    background:hsla(0,0%,0%,0.01);
    border:1px solid hsla(0,0%,0%,0.03);
    border-radius:1px;
    clear:both;
    margin:0 0 1.5rem 0;
    padding:1.5rem;
    position:relative;
}	ul.mere_multi-authors li.mma_single:last-child { margin-bottom:0; }
ul.mere_multi-authors li.mma_single:before { display:none; } /* Some plugins and themes use pseudo-elements to style bullets. We're hiding that. */

ul.mere_multi-authors li.mma_single > a {
    display:block;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    z-index:12;
}

ul.mere_multi-authors li.mma_single h5 {
    font-size:1rem;
    font-weight:bold;
    text-transform:uppercase;
}
ul.mere_multi-authors li.mma_single img {
    border-radius:3px;
    float:left;
    filter: grayscale(100%);
    height:auto;
    max-width:80px;
    margin-right:1.5rem;
    transition:0.3s all;
}	ul.mere_multi-authors li.mma_single:hover img { filter:grayscale(0%); }



/* Clearfix on items */
ul.mere_multi-authors:after,
ul.mere_multi-authors li.mma_single:after {
    content: "";
    clear: both;
    display: table;
}