.prime-post h2.post-title {
    font-size: 20px;
    line-height: 30px;
    margin: 12px 0 20px 0;
}

.prime-post .post-meta {
    padding-top:16px;
    padding-bottom: 2px;
}

.prime-post.prime-single-portfolio .post-meta {
    padding-top: 12px;
    padding-bottom: 4px;
}

.prime-post .post-meta p, .prime-post .post-meta p a {
    font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.prime-post .post-meta p.post-byline {
    font-style: italic;
    font-family: 'Droid Serif';
    color: #656971;
    margin-top: 0;
    line-height: 1em;
    margin-bottom: 0;
    float: left;
}

.prime-post .post-meta > a {
    display: inline-block;
    margin-top: 4px;
    float: left;
    width: 28px;
    height: 27px;
    text-indent: -9999px;
}

.prime-post .post-meta > a#prev-post {
    background: url(../img/prev-post.png) center center no-repeat;
}

.prime-post .post-meta > a#next-post {
    margin-left: 2px;
    background: url(../img/next-post.png) center center no-repeat;
}

.prime-post .post-meta p.post-byline a {
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
}

.prime-post .post-meta p.post-date {
    float: right;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
    line-height: 1em;
    margin-bottom: 0;
    color: #656971;
}

.prime-post .post-meta p.post-date sup {
    text-transform: none;
}

.prime-post img.post-image {
    background: white;
    overflow: hidden;
    border: 1px solid white;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    margin-bottom: 8px;
    width: 100%;
    height: auto;
}

.prime-post .video-iframe-wrapper iframe, .jquery-player-wrapper {
    border: 1px solid white;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    background: black;
}


.prime-post .video-iframe-wrapper, .jquery-player-wrapper {
    width: 100%;
    display: inline-block;
    margin-bottom: 1px;
}

.jquery-player-wrapper {
    margin-bottom: 5px;
}

div.jquery-player-wrapper.jplayer-audio-wrapper {
    margin-bottom: 1px;
    border-top: 0px;
}

.prime-post img.post-image.audio-banner-image {
    margin-bottom: 0;
    border-bottom: none;
}

.prime-post span.post-subtitle {
    color: #7d828c;
    font-weight: normal;
}

.prime-post ul.post-social {
    list-style: none;
    padding-left: 0;
    padding-top: 4px;
    float: left;
}

.prime-post ul.post-social li {
    margin-bottom: 10px;
    margin-left: 0;
}

.pullquote {
    border-left: 2px solid #7f858f;
    color: #7f858f;
    font-family: 'Droid Serif', Cambria, Georgia, serif;
    font-style: italic;
    padding-left: 15px;
    margin: 20px 45px 20px 2px;
}

.prime-post ul {
    padding-left: 16px;
}

.sticky {
    /* Add styling for sticky posts here */
}

div.post-content img {
    border: 1px solid white;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    
    .prime-post .post-meta {
        position: relative;
    }
    
    .prime-post .post-meta p.post-byline {
        margin-bottom: 6px;
        float: left;
        display: block;
        width: 100%;
    }
    
    .prime-post .post-meta p.post-date {
        color: #656971;
        float: left;
        line-height: 1.5em;
        display: block;
         width: 100%;
    }
    
    .prime-post .video-iframe-wrapper iframe {
        /*height: 250px;*/
        width: 100%;
    }
}

@media screen and (max-width: 767px) {

    .prime-post {
        padding-top: 1em;
        padding-bottom: 0;
        margin-bottom: 20px;
    }

    .prime-post .post-meta {
        padding-top:6px;
        padding-bottom: 2px;
    }

    .prime-post .post-meta > a {
        display: none;
        visibility: collapse;
    }

    .prime-post .post-meta p.post-byline {
        margin-bottom: 6px;
        float: left;
        display: block;
        width: 100%;
        line-height:1.5em;
    }

    .prime-post .post-meta p.post-date {
        color: #656971;
        float: left;
        line-height: 1.5em;
        display: block;
         width: 100%;
    }
    
    .prime-post h2.post-title {
        margin-bottom: 14px;
        margin-top: 8px;
    }

    .prime-post img.post-image  {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
    
    .prime-post .video-iframe-wrapper, .jquery-player-wrapper  {
        width: 100%;
        height: auto;
    }
    
    .prime-post .video-iframe-wrapper iframe {
        /*height: 220px;*/
    }

    .prime-post ul.post-social {
        float: left;
        display: inline;
        padding-right: 20px;
        margin-bottom: 0;
    }
    
    .prime-post .post-content {
        width: auto;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        position: relative;
    }

    .pullquote {
        margin-left: 3px;
        margin-right: 0;
    }

    .video-iframe-wrapper iframe {
        width: 100%;
        /*height: auto;*/
    }
    
    .post.portfolio-item {
        padding-bottom:35px;
    }
}