body div.grids-section:not(.alignfull):not(.alignwide),
body .container,
body .entry-content>.container,
body .entry-content>.container:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
div.grids-section.alignwide>div.grids-s-w_i,
div.grids-section.alignfull>div.grids-s-w_i {
    padding-left: 2rem;
    padding-right: 2rem;
}

.full-row {
    margin-left: -2rem;
    margin-right: -2rem;
}

body p.has-text-align-center,
body h2.has-text-align-center {
    text-align: left;
}

.wp-block-buttons {
    margin-bottom: 2.5rem;
}

.site-main>article>*,
.site-main>.not-found>*,
.entry-content>*,
[class*=inner-container]>*,
.wp-block-template-part>*,
.wp-block-post-template :where(li > *) {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

body div#page div.site-content .entry-content {
    max-width: 100vw;
    overflow-x: hidden;
}

/*
*   1.0 Header
*/

header#masthead.site-header,
header#masthead.site-header.sticky {
    padding: 0;
}

header#masthead.site-header .container {
    display: grid;
    justify-content: stretch;
    align-items: stretch;
    padding: 0;
}

header#masthead.site-header .site-branding {
    grid-row: 2;
    grid-column: 1 / 3;
    text-align: center;
}

header#masthead.site-header:not(.sticky) .site-branding {
    padding-top: 2rem;
}

header#masthead.site-header.sticky .site-branding {
    grid-row: 1;
    grid-column: 1;
}

header#masthead.site-header .site-branding .site-logo {
    padding: 0.5rem 2rem;
}

header#masthead.site-header .site-socials {
    grid-row: 1;
    grid-column: 1;
    margin: 0;
}

header#masthead.site-header.sticky .site-socials {
    display: none;
}

header#masthead.site-header .site-book {
    grid-row: 1;
    grid-column: 2;
}

header#masthead.site-header .site-book .wp-block-buttons {
    flex-flow: nowrap;
    -ms-flex-flow: nowrap;
    gap: 0;
    height: 100%;
    width: 100%;
    margin: 0;
}

header#masthead.site-header .site-book .wp-block-buttons .wp-block-button {
    height: 100%;
    width: 100%;
}

header#masthead.site-header .site-book .wp-block-buttons .wp-block-button a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

header#masthead.site-header .site-book .wp-block-buttons .wp-block-button.wp-block-button-call-us {
    display: none;
}

/*
*   2.0 Content
*/
#slider-home .container {
    bottom: 5rem;
}

#slider-home .container h1 {
    font-size: 4.5rem;
    line-height: 6rem;
}

/*
*   3.0 Footer
*/
footer.site-footer .site-info {
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    text-align: center;
    gap: 2rem;
}

footer.site-footer p.title {
    margin-bottom: 0.5rem;
}

footer.site-footer .site-info .site-socials .site-socials-list {
    justify-content: center;
}

/*
* 4.0 Slider reviews
*/
.slider-reviews .slider-reviews-content .swiper-slide {
    height: unset;
}

body.singular article header.entry-header {
    margin-top: 30rem;
}