﻿/* This style sheet is for styles ONLY on News + events juicerfeed  on 'our culture' page */

#culture-container .j-overlay .j-poster img {
    margin-top: -10px !important;
    width: 100% !important;
}

/* Hide share buttons except Facebook and LinkedIn */
.j-pinterest, .j-googleplus {
    display: none !important;
}

.juicer-feed .j-meta a {
    color: #bababa !important;
}

#content-1 .j-poster h3 {
    font-size: 13px;
    font-family: 'Avenir LT W01 35 Light' !important;
}

/* hides arrows for multiple images */
#newsevent-media a.j-image span.j-gallery-nav {
    display: none !important;
}

#culture-container .juicer-feed.modern li.feed-item {
    border: 1px solid #EBEBEB !important;
/*    margin-left: 0.5em;
    margin-right: 0.5em;*/
}
/*@media (min-width: 768px) {
    #culture-container .juicer-feed.modern li.feed-item {
        border: 1px solid #EBEBEB !important;
        margin-left: 2.25em;
        margin-right: 2.25em;
    }
}
*/
.j-overlay .j-overlay-content {
    max-height: 99% !important;
}

.j-overlay .j-overlay-content .j-post-overlay {
    height: auto !important;
}

/* Roughly centers vertically aligns */
@media (min-width: 800px) {
    .j-overlay .j-overlay-content {
        margin-top: 11% !important;
    }
}

/* prevents link to social media when clicking on image */
span.j-gallery-nav .j-gallery-previous,
span.j-gallery-nav .j-gallery-next,
span.j-gallery-nav img.j-content-image {
    pointer-events: all !important;
    cursor: pointer !important;
}

/* hide multiple image icon */
#culture-container .j-gallery .j-image:after {
    display: none ;
}

/* fixes far right border from disappearing */
.j-stacker-wrapper {
    margin-right: -1px !important;
}

/* Removes link underline*/
.media-boxes-container .j-text a:hover,
.media-boxes-container .j-text a:focus {
    text-decoration: none !important;
}


    /* hides top tab
   Note: Custom styles can be added to juicer.io directly to show consistency 
.j-poster {
    height: 0px !important;
    margin-bottom: 0px;
}

    .j-poster a {
        display: none;
    }

@media (max-width: 767px) {
    .j-overlay .j-overlay-content {
        margin-top: 0% !important;
        height: 445px;
        max-height: 445px;
    }

        .j-overlay .j-overlay-content .j-post-overlay {
            height: auto;
            max-height: 700px;
        }
}*/

/* Font-size set for culture page juicer feed matches ... .size-lg 16-18px */
@media (max-width: 600px) {
    .j-text .j-message p {
        font-size: 15px;
    }
}
.j-text .j-message p {
    font-family: 'Avenir LT W01 35 Light';
    font-size: max(0.875rem, min(0.787rem + 0.282vw, 1.125rem));
    line-height: 1.6em;
}

