/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 21 2025 | 13:48:05 */
body.home .full-height--padded-container {
    position: relative;
}

body.home .full-height--padded-container:after {
    content: "";
    background: #f5f0ed;
    height: 12px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0;
    z-index: 9999999999;
}
body.home .full-height--padded-container:before {
    content: "";
    background: #f5f0ed;
    height: 12px;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 9999999999;
}