/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* Global container */
.one-container .site-content {
    padding-top: 0;
    padding-bottom: 80px;
}

body .navigation-branding img {
    height: 140px;
}

body.home.one-container .site-content {
    padding-bottom: 0;
}

/* Pagina's */
.opt-home-header .is-layout-flex {
    margin-bottom: 0;
}

.opt-home-header .is-layout-flex h1 {
    margin-bottom: 0;
}

.opt-page-header {
    margin-bottom: 80px;
}

.opt-page-header :last-child {
    margin-bottom: 0;
}

.opt-three-cards .wp-block-button {
    margin-left: 40px;
    margin-right: 40px;
    max-width: calc(100% - 80xp);
}

ul.wp-block-list {
    margin-left: 25px;
}

.opt-cta-bottom .gb-element-e9eac26f a {
    margin-top: 0;
}

/* Footer */

.copyright-bar {
    display: none;
}

.footer-widgets h5 {
    font-size: 28px;
}

.site-footer .footer-widgets-container .inner-padding {
    margin-bottom: 20px;
}

.footer-widgets-container {
    padding-bottom: 20px;
}


/* Mobile specific */

@media (max-width: 992px) {
    body {
        padding-bottom: 64px;
    }

    body .navigation-branding img {
        height: 100px;
    }

    .opt-page-header {
        margin-bottom: 40px;
    }

    .opt-page-header h1 {
        font-size: 40px !important;
        line-height: 46px !important;
    }

    .one-container .site-content {
        padding-top: 0;
        padding-bottom: 40px;
    }

    .opt-header-button {
        position: fixed;
        bottom: 0;
        width: 100%;
        text-align: center;
        z-index: 9999;
        margin: 0;
        left: 0;
        right: 0;
    }

    .wp-block-spacer {
        height: 20px !important;
    }

    .wp-block-media-text figure {
        margin-bottom: 20px !important;
    }
}

@media (min-width: 1024px) {
    .main-nav {
        margin-right: 20px;
    }
}
