/*
Theme Name: Suga Child (ZooReviews)
Theme URI: https://zooreviews.org
Description: Child theme of Suga for ZooReviews.org. All ZooReviews customizations live here so the parent theme stays untouched and upgradeable.
Author: ZooReviews Editorial
Template: suga
Version: 1.0.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: suga-child
*/

/* ZooReviews custom styles below this line. */

/* Facility hub footer link on single posts */
.zr-facility-footer {
    margin: 2em 0 0;
    padding: 1em 1.25em;
    border-left: 4px solid #2e7d4f;
    background: #f6f9f7;
    font-size: 1.02em;
}
.zr-facility-footer a { font-weight: 600; text-decoration: none; }
.zr-facility-footer a:hover { text-decoration: underline; }

/* Image credit captions */
.zr-photo-credit {
    display: block;
    font-size: 0.85em;
    color: #666;
    font-style: italic;
    margin-top: .35em;
}

/* Facility hub pages (/zoo/<facility>/) */
.zr-hub-intro {
    max-width: 760px;
    margin: 0 auto 1.5em;
    text-align: center;
}
.zr-hub-meta {
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .78em;
    color: #8a8a8a;
    margin: 0 0 .4em;
}
.zr-hub-blurb {
    font-size: 1.02em;
    color: #555;
    margin: 0;
}
.zr-hub-site { white-space: nowrap; font-weight: 600; }
