/*
Theme Name: Wolf Theme
Theme URI: https://bonterlandscaping.com/
Template: greenshift
Author: Wolf
Author URI: https://bonterlandscaping.com/
Description: Wolf Theme
Tags: Wolf Theme
Version: 1.0.0.1784752053
Updated: 2026-07-22 16:27:33

*/

body {
    /*background-color: #505b00;*/
    background-color: #5e8524;
   background-image: url(/wp-content/uploads/2026/07/grass-green-lawn-56011_wo-scaled-1.webp);
    /* background-image: url(/wp-content/uploads/2026/07/grass-green-lawn-56011_wo-scaled-1.webp), linear-gradient(180deg, #5e8524, #fff);*/
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed;
    background-position: 50% 85%;
}
.wp-site-blocks {
    max-width: 982px;
    border: 1px solid #000026 !important;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px;
    background-color: #f8f8f8;
    margin: 40px auto;
    box-shadow: 0px 0px 24px 0px #00000075;
}
.gspb_filter_panel {
    max-width: fit-content;
    justify-content: center;
    margin: 0 auto 10px !important;
}
.wp-block-navigation__container>.wp-block-navigation-item:not(.has-child)>a:after {
    height: 3px;
    background-color: #687d31;
    bottom: 0;
}
@media (max-width: 780px) {
.wp-site-blocks {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin: 0;
}
}
