.d0box {background-color: #47820C; margin: 1em 0; padding:30px; min-height:0px; display:block;}

@media only screen and (min-width: 800px) {
.d0greycoverright {background: linear-gradient(90deg,rgba(238, 238, 238, 0) 0%, rgba(238, 238, 238, 0) 50%, rgba(238, 238, 238, 1) 50%, rgba(238, 238, 238, 1) 100%);}
.d0greycoverleft {background: linear-gradient(270deg,rgba(238, 238, 238, 0) 0%, rgba(238, 238, 238, 0) 50%, rgba(238, 238, 238, 1) 50%, rgba(238, 238, 238, 1) 100%);}
.d0coverright2 {background: linear-gradient(90deg,rgba(238, 238, 238, 0) 0%, rgba(238, 238, 238, 0) 25%, rgba(238, 238, 238, 1) 25%, rgba(238, 238, 238, 1) 100%); margin: -15px 0;}
.d0coverleft2 {background: linear-gradient(270deg,rgba(238, 238, 238, 0) 0%, rgba(238, 238, 238, 0) 25%, rgba(238, 238, 238, 1) 25%, rgba(238, 238, 238, 1) 100%); margin: -15px 0;}
}

@media only screen and (max-width: 799px) {
.d0greycoverright {background: rgba(238, 238, 238, 1);}
.d0greycoverleft {background: rgba(238, 238, 238, 1);}
.d0coverright2 {background: rgba(238, 238, 238, 1);}
.d0coverleft2 {background: rgba(238, 238, 238, 1);}
}

@media only screen and (max-width: 799px) {.btn {display: block !important; white-space: normal !important;}}

@media (max-width : 799px) 
{
#body h1, 
#body h2, 
#body h3,
#body h4,
#body p
{text-align: center;}
}

#body h4 {font-family: Montserrat;}

/*CHANGE MOBILE MENU BACKGROUND AND TEXT*/

@media (max-width: 991px) {
    .mm-ismenu, .mm-ismenu.mm-light {
        background-color: #53920F;
        color: #fff;
    }}
/*CHANGE DIVIDERS BETWEEN MOBILE MENU ITEMS*/

@media (max-width: 991px) {
    .mm-menu.mm-light .mm-list>li:after, .mm-menu .mm-list>li:after, .mm-menu.mm-light .mm-header, .mm-menu.mm-light .mm-header {
        border-color: #53920F;
 }}

/*CHANGE MOBILE DROPDOWN ARROW COLOUR*/

@media (max-width: 991px) {
    .mm-menu .mm-list>li>a.mm-subopen:after, .mm-menu .mm-list>li>a.mm-subclose:before, .mm-menu.mm-light .mm-list>li>a.mm-subopen:after, .mm-menu.mm-light .mm-list>li>a.mm-subclose:before, .mm-menu.mm-light .mm-header a:before {
        border-color: #ffffff;
}}

#header a.mobile-menu-right {display: none;}
#header div.menu_container {border-bottom: none; box-shadow: none;}
