﻿/* Fotos Mobile */

@media (max-width:767px) {
    .novojornal .article-content {
        width: 100%;
        overflow: hidden;
        position: relative;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    body.novojornal.article-page main article.article-full .article-metadata,
    body.novojornal.news-report-page main article.article-full .article-metadata {
        margin-top: -30px;
    }

}

@media (max-width:991px) {
    body.novojornal.article-page main article.article-full .article-metadata,
    body.novojornal.news-report-page main article.article-full .article-metadata {
        margin-top: 70px; 
    }
}



/* Unsubscribe Newsletter */

.novojornal .unsubscribe aside.sidebar {
    width: 300px;
    overflow: hidden;
    float: right
}

.novojornal article .box-newsletter .content {
    height: unset;
    padding: 30px 20px 20px;
    overflow: visible;
    position: relative;
    background: #FFF
}

.novojornal article .box-newsletter {
    max-width: 330px;
    position: relative;
    box-shadow: none;
    margin: 0 0;
    padding-bottom: 30px
}


    .novojornal article .box-newsletter .content input {
        background: #f9f0db;
        box-shadow: 2px 0 5px #ccc;
    }


.novojornal main article.article-full .article-unsubscribe .title {
    font-family: Merriweather,Georgia,Times,serif;
    font-weight: 400;
    font-size: 26px;
    color: inherit;
    letter-spacing: -.18px;
    line-height: 33px;
    margin: 40px 0 20px 20px;
}

@media (max-width:660px) {
    .novojornal .unsubscribe aside.sidebar {
        display: none;
    }

    .novojornal .unsubscribe aside.mobile {
        width: 300px;
        margin: 0 auto
    }
}

@media (min-width:661px) {
    .novojornal .unsubscribe aside.mobile {
        display: none;
    }
}


.page-home div.dir-title {
    background: #29231b
}
.novojornal.article-page main article.article-full figure.article-image-full,
.novojornal.news-report-page main article.article-full figure.article-image-full {
    margin-bottom: 10px;
}
@media (min-width:768px) {
    .novojornal.article-page main article.article-full .article-details,
    .novojornal.news-report-page main article.article-full .article-details,
    .novojornal.article-page main article.article-full .article-body,
    .novojornal.news-report-page main article.article-full .article-body {
        margin-top: auto
    }
}


.galleria {
    height: 550px;
    float: left;
    display: block;
    width: 100%;
    z-index: 1;
    margin-bottom: 20px;
}

@media (max-width:991px) {
    .galleria {
        margin-bottom: 0px;
    }
}


@media (max-width:720px) {
    .galleria {
        height: 480px;
        margin-bottom: 20px;
    }
}

@media (max-width:620px) {
    .galleria {
        height: 420px;
    }
}

@media (max-width:540px) {
    .galleria {
        height: 360px;
    }
}

.galleria .galleria-stage {cursor: pointer}