/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 25 2022 | 10:22:19 */
.menu_footer {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.menu_footer a {
    border: none;
    text-transform: uppercase;
    padding: 10px;
    text-align: center;
    background: #bfd109;
    margin: 20px;
    border-radius: 20px;
    color: #2c353d;
    font-weight: 700;
}

.custom-post-created-date-block span.custom-post-date-column {
    width: 33%;
    float: left;
    margin-top: 20px;
}