/*
 * Software by John Liddiard (aka JohntheFish)
 * www.c5magic.co.uk
 *
 * This package contains software copyright and proprietary to John Liddiard
 *
 */

/* https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_containment/Container_queries */

.ccm-page .simple-byline-page-title .simple-byline-tagline-item{
    margin-right:1.5em;
    display:inline-block;
}

.ccm-page .simple-byline-page-title .taglist-divider{
    opacity:70%;
    margin-left:0.2em;
    margin-right:0.2em;
}





/*
 * John Liddiard (aka JohntheFish) www.c5magic.co.uk
 * This software is licensed under the terms described in the ConcreteCMS marketplace.
 * Please find the add-on there for the latest license copy.
 */

.ccm-page .omni-dropdown-pagination {
    position: relative;
}

/*
 * Coloring and positioning of the paginator dropdown is styled to match
 * Elemental.
 * If this does not suit you can either
 * a) style your own template
 * b) add styling in your themr
 */

.ccm-page .omni-dropdown-pagination ul {
    position: absolute;
    top: 44px;
    left: -80px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d4efbd;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.ccm-page .omni-dropdown-pagination li > * {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
}

.ccm-page .omni-gallery {
    clear: both;
}


