/*
 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
*/

/* Remove whitespace between content and footer */
.page .inside-article,
.page article,
.page article.post,
.page .entry-content {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.page #primary,
.page .content-area,
.page #content,
.page .site-content,
.page #main,
.page .site-main {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Target the grid container */
.page .grid-container {
    margin-bottom: 0 !important;
}

/* GenerateBlocks elements */
.page .gb-container,
.page [class*="gb-element"] {
    margin-bottom: 0 !important;
}

/* Last element in content */
.page .entry-content > *:last-child {
    margin-bottom: 0 !important;
}
