﻿/*
Theme Name: Bono Child
Theme URI: https://wpshop.ru/themes/bono
Author: WPShop.ru
Author URI: http://wpshop.ru/
Template: bono
Version: 1.0.0
*/

/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */

/* Fix for homepage constructor gaps */
.page-template-template-homepage-construct .block-after-site:empty,
.home .block-after-site:empty,
.front-page .block-after-site:empty {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
}

.page-template-template-homepage-construct #content.site-content,
.home #content.site-content,
.front-page #content.site-content {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.page-template-template-homepage-construct .site-footer-container,
.home .site-footer-container,
.front-page .site-footer-container {
    margin-top: 0 !important;
}

.page-template-template-homepage-construct .site-main .section-block:last-of-type,
.home .site-main .section-block:last-of-type,
.front-page .site-main .section-block:last-of-type {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.page-template-template-homepage-construct .site-main .section-block:last-of-type .section-html__body > :last-child,
.home .site-main .section-block:last-of-type .section-html__body > :last-child,
.front-page .site-main .section-block:last-of-type .section-html__body > :last-child {
    margin-bottom: 0 !important;
}