/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 10 2025 | 18:32:07 */
/** tag: feature header **/

body.transparent-header .entry-header,
body.transparent-header .entry-footer,
body.transparent-header .post-navigation,
body.transparent-header .entry-related,
body.transparent-header .easy-footnote-title,
body.transparent-header .easy-footnotes-wrapper,
body.transparent-header footer.entry-footer {
max-width:800px;
margin: 20px auto;
}



/** screen over 1200px **/

@media only screen and (min-width: 1000px) {

.wp-site-blocks .post-thumbnail.article-post-thumbnail img {
aspect-ratio: 2 / 1;
object-fit: cover;
width:100%;
}

}

/** mobile under 767px **/

@media only screen and (max-width: 767px) {

body.transparent-header .wp-site-blocks .post-thumbnail.article-post-thumbnail img {
aspect-ratio: 3 / 2;
object-fit: cover;
}

figure.alignright {
max-width:60%;
}

}

/** mobile under 500px **/

@media only screen and (max-width:500px) {
figure.alignright {
max-width:100%;
width:100%;
}

}