/* use for community customizations */

/* footer */
.sm-icon.google-my-business svg path {
    fill: #ce7f3a;
}

#co_disclaimer * {
    box-shadow: none;
    margin: 0 auto;
    padding: 0;
    max-width: none;
    text-align: left;
}

footer .custom-section {
    margin: 0 auto;
    max-width: 1550px;
    padding-bottom: 25px;
    position: relative;
}

@media only screen and (min-width: 1025px) {
    footer .custom-section {
        width: 90%;
    }

    footer .custom-section::after {
        content: '';
        display:  block;
        position: absolute;
        bottom: 20px;
        background-color: var(--footer-text-color);
        height: 1px;
        width: 100%;
    }
}

footer #co_disclaimer.custom-section .custom-text-container {
    margin: var(--footer-spacing);
}

footer #co_disclaimer.custom-section .custom-text-container p {
    color: var(--footer-text-color);
}