﻿#magazineIssuePosts
{
    /*margin: 20px 0 0 20px;*/
}

#magazineIssuePosts .allpostContainer
{
    /*display: flex;
    flex-wrap: wrap;
    justify-content: space-around;*/
}

#magazineIssuePosts .byline
{
    float: left;
}

.issueHeader-single
{   
    margin-top: -60px;
    padding-left: 40px;
    margin-bottom: 30px;
 
}

.issueHeader-single .pageTitle
{
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.issueHeader .pageTitle
{
    padding-left: 20px;
    font-weight: bold;
}

.archiveIssues
{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.archiveIssues .issueBox {
    padding: 20px;
    max-width: 250px;
}

.archiveIssues .issueBox:hover 
{
    background-color: #dedede;
}

.archiveIssues .issueBox h5
{
    margin: 0;
    margin-top: 10px;
    margin-top: 10px;
    font-size: 12pt;
    color: #9eb0ba;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.backingIMG
{
    padding: 0 20px;
    max-height: 450px;
    overflow: hidden;
    width: 100%;
}

#magazineIssuePosts .post
{
    /*max-width: 30%;
    border: none;
    padding: 0;
    margin: 0;
    margin-right: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 2px 0;*/
}
#magazineIssuePosts .post:hover
{
    /*box-shadow: 0 0 20px 0;*/
}

#magazineIssuePosts .listpost
{
    /*width: 100%;*/
}

#magazineIssuePosts .post a > .postTitle
{
    /*font-size: 13pt;
    padding: 5px 5px 0;
    display: -webkit-box;*/
}

#magazineIssuePosts .paraShort
{
    /*width: auto;
    width: 100%;
    padding: 20px 5px 5px;*/
}

#magazineIssuePosts .author
{
    width: 100%;
}
#magazineIssuePosts .date
{
    /*float: left;*/
}
#magazineIssuePosts .byline
{
    /*margin: 0;*/
}
#magazineIssuePosts .photo, #magazineIssuePosts .listpost
{
    /*border: none;*/
}

.navigation, #contentFooter
{
    padding: 0;
    margin: 5px 20px;
}
.issues-link
{
    margin: 20px 0;
    display: -webkit-inline-box;
}

@media only screen and (max-width: 536px)
{
    #magazineIssuePosts .post
    {
        /*max-width: 100%;
        margin-right: 0;*/
    }
    #magazineIssuePosts
    {
        /*margin-left: 0;*/
    }
    #magazineIssuePosts .byline
    {
        /*width: 100%;
        padding-bottom: 10px;*/
    }
    #magazineIssuePosts .listpost
    {
        /*height: 250px;*/
    }
}

@media only screen and (min-width: 537px) and  (max-width: 636px)
{
    #magazineIssuePosts .post
    {
        /*max-width: 46%;*/
    }
    #magazineIssuePosts .byline
    {
        /*width: 100%;
        padding-bottom: 10px;*/
    }
    #magazineIssuePosts .listpost
    {
        /*height: 217px;*/
    }
    #magazineIssuePosts .post a > .postTitle
    {
        /*font-size: 18pt;
        line-height: 23pt;*/
    }
    
}

@media only screen and (min-width: 637px) (max-width: 767px)
{
    #magazineIssuePosts .post
    {
        max-width: 30%;
    }
    #magazineIssuePosts .byline
    {
        width: 100%;
    }
}

@media only screen and (max-width: 976px) and (min-width: 768px)
{
    #magazineIssuePosts .post
    {
        /*max-width: 46%;*/
    }
    #magazineIssuePosts .listpost
    {
        /*height: 217px;*/
    }
    #magazineIssuePosts .post a > .postTitle
    {
        /*font-size: 18pt;
        line-height: 23pt;*/
    }
    
}

@media only screen and (min-width: 768px) and (max-width: 876px)
{
    #magazineIssuePosts .post
    {
        /*max-width: 100%;
        margin-right: 0;*/
        
    }
    #magazineIssuePosts
    {
        /*margin-left: 0;*/
    }
    #magazineIssuePosts .listpost
    {
        /*height: 250px;*/
    }
}
                           
@media only screen and (max-width: 1000px)
{
    .archiveIssues
    {
        justify-content: center;
    }
}
@media only screen and (max-width: 420px)
{
    .archiveIssues .issueBox {
        max-width: 100%;
    }
}