/*
Theme Name: Jinoz Child Theme
Theme URI: 
Author: Daan Boven
Author URI: https://bovenwebdesign.nl/contact/
Description: A child theme for the Twenty Twenty-Five theme tailor-made for Jinoz.
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: jinoz-child-theme
Tags: 
*/

footer {
    margin-block-start: 0;
}

.full-width-button {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
}

.read-more-button {
    outline-offset: -1px;
}

.read-more-button:hover {
    color: #fff !important;
    background-color: rgb(from var(--wp--preset--color--accent-1) r g b / 0.8) !important;
}

.wp-block-image :where(figcaption) {
    text-align: center;
}

.wp-block-navigation .current-menu-item > .wp-block-navigation-item__content,
.wp-block-navigation .current-menu-ancestor > .wp-block-navigation__submenu-icon,
.wp-block-navigation .current-menu-ancestor > .wp-block-navigation-item__content {
    color: var(--wp--preset--color--accent-1);
    font-weight: 500;
}

.home-slider.wp-block-cb-carousel-v2 .wp-block-cover {
    height: 550px;
    max-height: 50vh;
    min-height: 0;
}

.wp-block-post-excerpt__link {
    text-decoration: none;
}

.wp-block-post-excerpt__link:hover {
    text-decoration: underline;
}

@media (max-width: 781px) {
    .mobile-text-center {
        text-align: center;
    }

    .wp-block-buttons.mobile-content-justification-center {
        justify-content: center;
    }

    .wp-block-column.mobile-negative-margin-gform {
        margin-left: -5vw;
        margin-right: -5vw;
    }
}
