/*
Theme Name: Shhh! Yeah
Theme URI: http://www.shhhyeah.com/
Author: Shhh! Yeah
Author URI: http://www.shhhyeah.com/
Description: Local theme modifications for Shhh! Yeah.
Version: 1.0
Text Domain: shhh-yeah
Template: idyllic
License: ISC License
License URI: https://opensource.org/licenses/ISC

All files, unless otherwise stated, are released under the ISC License
(https://opensource.org/licenses/ISC).
*/
.type-book-review .syeah-post-image {
    max-width: 225px;
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
}
.type-post .syeah-post-image {
    clear: both;
    margin-right: 1em;
    margin-bottom: 1em;
}
.entry-header {
    padding-bottom: 0.5em;
}

.has-post-thumbnail .entry-header .entry-meta .posted-on,
.has-post-thumbnail .entry-header .entry-meta .entry-format {
    /* Otherwise, this is hidden via 'display: none' in the parent Idyllic theme CSS */
    display: inline-block;
}

.syeah-feature-box {
    padding-top: 20px;
    padding-bottom: 0;
    position: relative;
    text-align: center;
}

/* Disable those weird hover animations that the parent Idyllic theme puts on
 * the front page post images. */
.latest-blog-image .post-featured-image a:before {
    opacity: 0 !important;
    transition: none !important;
    transform: none !important;
}
.latest-blog-image .post-featured-image a:after {
    opacity: 0 !important;
    transition: none !important;
    transform: none !important;
}
.latest-blog-image .post-featured-image a:hover:before {
    opacity: 0 !important;
    transition: none !important;
    transform: none !important;
}
.latest-blog-image .post-featured-image a:hover:after {
    opacity: 0 !important;
    transition: none !important;
    transform: none !important;
}
.latest-blog-image .post-featured-image a img {
    transition: none !important;
    transform: none !important;
}
.latest-blog-image .post-featured-image a:hover img {
    transition: none !important;
    transform: none !important;
}
