/**
 * Theme Name: Jesús
 * Template: twentytwelve
 * Version: 22222
 */
body {
    background-color: white;
}

body .site {
    max-width: unset;
    box-shadow: none;
}

.site-header {
    padding: 0;
}

#site-navigation {
    display: none;
}

footer {
    display: none;
}

body.home #primary #content>article>.entry-header {
    display: none;
}

#primary #content>article>.entry-header img {
    display: none;
}

body.archive.category .archive-title,
.entry-header .entry-title {
    font-size: 28pt;
    text-transform: none;
    font-weight: bold;
    line-height: unset;
    margin-bottom: 18px;
    color: #444;
}

body.archive.category .archive-meta,
body:not(.home) #primary #content>article>.entry-content {
    font-size: 12pt;
    line-height: 28px;
    margin-top: 0;
    max-width: 700px;
}

.jesus-gallery {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 35px 20px;
    align-items: end;
    min-width: 0;
}

@media (max-width: 1400px) {
    .jesus-gallery {
        grid-template-columns: repeat(6, 1fr);
    }
}

@media (max-width: 1200px) {
    .jesus-gallery {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width: 1000px) {
    .jesus-gallery {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 800px) {
    .jesus-gallery {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 600px) {
    .jesus-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 400px) {
    .jesus-gallery {
        grid-template-columns: repeat(1, 1fr);
    }
}

a.jesus-single-article {
    text-decoration: none;
    color: #444 !important;
    min-width: 0;
}

a.jesus-single-article article {
    margin-bottom: 0;
    padding-bottom: 0;
}

a.jesus-single-article article .entry-header img.wp-post-image {
    margin-bottom: 16px;
}

a.jesus-single-article article .entry-header .entry-title {
    font-size: 10pt;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    margin: 0;
    margin-bottom: 10px;
}

a.jesus-single-article article .entry-header .entry-date,
a.jesus-single-article article .entry-header .entry-count {
    font-size: 9pt;
}

.site-content article {
    border: 0 none;
}

.nav-single {
    display: none;
}

#flipbook {
    width: 100%;
    height: 80vh;
    margin: 0 auto;
}

#pdf_viewer_container {
    width: 100%;
    height: calc(100vh - 80px);
}

#pdf_viewer_iframe {
    width: 100%;
    height: 100%;
}

.download-link {
    margin-top: 32px;
}


div.entry-visits {
	margin-top: 10px;
    font-size: 9pt;
}
