/*
Theme Name:         Sage
Description:        Custom hybrid theme based on Sage 10 that works with ACF PRO and Greenshift Builder.
Version:            1.0.1
Sage Version:       10.8.2
Acorn Version:      4.3.1
Author:             Hamak
Author URI:         https://hamak.ca
License:            MIT License
License URI:        https://opensource.org/licenses/MIT
Requires PHP:       8.2 or higher
Requires at least:  5.9
Text Domain:        sage
Domain Path:        /resources/lang
*/

/*Temporary stylesheet for quick overrides without triggering full build.*/
/*Styles are written directly in /style.css and versioned using filemtime().*/
@media screen and (min-width: 768px) {
    .single-resource .post-content p:has(img.alignleft) {
        float: left;
        padding-right: 1em;
    }

    .single-resource .post-content p:has(img.alignright) {
        float: right;
        padding-left: 1em;
    }
}

.single-resource .top-header-height-intime {
    top: calc(var(--header-height-intime) * 1.5);
}

.page-template-resources .post-item .post-item-thumbnail {
    height: 200px;
    width: 100%;
}

.page-template-resources .post-item .post-item-thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}