@import "isotope-grid-general.css" screen;

div.blog-post{
    margin:0 0 15px 0;
    border-bottom:1px solid #ccc;
}

div.blog-post h2{
    margin:0 0 0.25em 0;
}

div.blog-post div.post-details h2{
    font-family:"proxima-nova",arial,sans-serif;
    font-weight:300;
    margin:0 0 0.25em 0;
}

div.blog-post h2 a{
    color:#00BFB3;
    text-decoration:none;
}

div.blog-post:last-child{
    border-bottom:none;
}

div.blog-post i.fa.post-icon{
    float:right;
    color:#00BFB3;
    font-size:1.4em;
}

div.blog-post-list-header{
    height:240px;
    background-size:cover;
    margin-bottom:15px;
    -webkit-box-shadow: inset 0px 20px 79px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0px 20px 79px 0px rgba(0,0,0,0.4);
    box-shadow: inset 0px 20px 79px 0px rgba(0,0,0,0.4);
    box-sizing:border-box;
    padding:15px;
}

#blog-post-container{
    
}

#blog-post-container h1.page-title{
    line-height:1.3em;
    font-size:2.8em;
}

#blog-post-container #main-text-holder p{
    font-family:Georgia,serif;
    font-size:1.2rem;
    line-height:1.4em;
    color:#666;
}

#blog-post-container #main-text-holder li{
    font-family:Georgia,serif;
    font-size:1.2rem;
    line-height:1.4em;
    color:#666;
}

#blog-post-container #main-text-holder h3{
    font-size:1.6em;
    line-height:1.8rem;
    color:#00BFB3;
    margin:0.5em 0 0.25em 0;
}

#blog-post-container #article-date p{
    font-family:Georgia,serif;
    font-size:1.4em;
    line-height:1.5em;
    color:#666;
    font-weight:normal;
    font-style:italic;
}

#blog-post-container #article-byline p{
    font-family:Georgia,serif;
    font-size:1em;
    line-height:1.5em;
    color:#777;
    font-weight:normal;
    font-style:italic;
}

#article-tags-holder{
    padding-bottom:20px;
}

#article-tags-holder h3{
    font-family:"proxima-nova",arial,sans-serif;
    color:#00BFB3;
}

#article-tags-list{
    list-style-type:none;
    margin:0px;
    padding:0px;
}

#article-tags-list li{
    display:inline-block;
    font-size:0.8em;
}

#article-tags-list li a{
    color:#00BFB3;
    text-decoration:none;
    font-family:"proxima-nova",arial,sans-serif;
    font-weight:300;
    border: 1px solid #ccc;
    padding:2px 4px;
    border-radius:3px;
    -webkit-border-radius:3px;
}

#news-story-header{
    height:375px;
    margin-bottom:20px;
    position:relative;
    transition:width 0.25s;
    -webkit-transition:width 0.25s;
}

#news-story-header span.blog-post-image-credit{
    position:absolute;
    top:5px;
    right:5px;
    background-color:rgba(0,0,0,0.5);
    color:#fff;
    font-family:"proxima-nova",arial,sans-serif;
    font-size:0.6em;
    padding:2px 4px;
}

#news-story-gallery-overlay{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100vh;
    background-color:rgba(255,255,255,0.85);
    z-index:99;
    box-sizing:border-box;
    padding:40px;
}

#news-story-gallery-overlay div.slides-holder{
    position:relative;
}

#news-story-gallery-overlay div.slides-holder div.slide{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
}

#news-story-gallery-overlay div.slides-holder div.slide div.gallery-item-image-holder img{
    max-width:100%;
    height:auto;
    max-height:65vh!important;
    width:auto;
}

#closer{
    display:block;
    width:40px;
    height:40px;
    position:absolute;
    top:5px;
    right:5px;
    background-image:url(../Images/gallery-closer.png);
    background-size:40px 40px;
    z-index:999;
}

#gallery-next-button{
    display:block;
    width:29px;
    height:54px;
    position:absolute;
    top:calc(100vh - 27px)
    right:5px;
    background-image:url(../Images/next-arrow.png);
    background-size:29px 54px;
    z-index:999;
    background-repeat:no-repeat;
}

#gallery-previous-button{
    display:block;
    width:29px;
    height:54px;
    position:absolute;
    top:calc(100vh - 27px)
    left:1px;
    background-image:url(../Images/previous-arrow.png);
    background-size:29px 54px;
    z-index:999;
    background-repeat:no-repeat;
}

@media screen and (min-width: 750px) {
    
    #news-story-gallery-overlay div.slides-holder div.slide div.gallery-item-image-holder img{
        max-height:85vh!important;
    }
    
    #news-story-gallery-overlay div.slides-holder div.slide div.gallery-item-image-holder{
        float:left;
        width:calc(50% - 40px);
        text-align:right;
    }
    
    #news-story-gallery-overlay div.slides-holder div.slide div.gallery-item-text{
        float:left;
        width:calc(50% - 40px);
        box-sizing:border-box;
        padding-left:20px;
    }
    
    #closer{
        width:58px;
        height:58px;
        top:15px;
        right:15px;
        background-image:url(../Images/gallery-closer-2x.png);
        background-size:58px 58px;
    }
    
    #gallery-next-button{
        width:29px;
        height:54px;
        position:absolute;
        top:calc(50vh - 27px);
        right:5px;
        background-image:url(../Images/next-arrow-2x.png);
        background-size:29px 54px;
    }

    #gallery-previous-button{
        width:29px;
        height:54px;
        position:absolute;
        top:calc(50vh - 27px);
        left:5px;
        background-image:url(../Images/previous-arrow-2x.png);
        background-size:29px 54px;
    }
    
}

@media screen and (min-width: 1000px) {
    
    
    
}
