/*
Theme Name: Hello Elementor – Thomas Jay Oord Child
Theme URI: https://thomasjayoord.com/
Description: Child theme for Hello Elementor used during the Elementor migration.
Author: Thomas Jay Oord
Template: hello-elementor
Version: 1.1.0
Text Domain: hello-elementor-tjo-child
*/

/*
Add the CSS class "tjo-contained" to any Elementor section/container that
must not exceed the site's 1318px content width.
*/
.tjo-contained {
    width: calc(100% - 40px);
    max-width: 1318px;
    margin-left: auto;
    margin-right: auto;
}

/* Prevent images in migrated cards from overflowing their containers. */
.tjo-card img {
    display: block;
    max-width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .tjo-contained {
        width: calc(100% - 24px);
    }
}
