.sidebar .widget h3.widget-title:before {
    background-color: #FFD900;
    border-color: #FFD900;
}

.post .post-footer a.readmore {
    background-color: #FFD900;
    border-color: #FFD900;
    color: #25333F;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.5px;
}

.post .post-footer a.readmore:hover,
.post .post-footer a.readmore:focus {
    background-color: #E5C300;
    border-color: #E5C300;
    color: #25333F;
}

.post .post-footer a.readmore .icon {
    display: none;
}

.mf-input-file-upload-label.metform-btn,
.metform-btn,
.mf-input-file-upload-label.metform-btn:hover,
.mf-input-file-upload-label.metform-btn:focus,
.metform-btn:hover,
.metform-btn:focus {
    background-color: #FFD900;
}

.elementor-widget-mf-gdpr-consent .mf-input-label {
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden;
}

.metform-btn.disabled,
.metform-btn.mf-input-file-upload-label.disabled {
    cursor: not-allowed;
    user-select: none;
    opacity: 0.75;
    background-color: #999 !important;
}

.widget-posts .post-date {
    display: none;
}

.widget-post {
    margin-bottom: 13px;
}

.entry-content a,
.entry-content a:link {
    color: #007bff;
    text-decoration: underline;
}

.entry-content a:hover,
.entry-content a:visited,
.entry-content a:active,
.entry-content a:focus {
    color: #0052ab;
}

.entry-content .wp-block-image {
    margin-bottom: 3em;
}

.entry-content {
    font-size: 16px;
}

.entry-content > ul, .entry-content > ol {
    padding-bottom: 0;
}

.blog-single h1,
.blog-single h2,
.blog-single h3,
.blog-single h4 {
    font-weight: 500;
}

@media all and (max-width: 768px) {
    .blog .breadcrumb-title {
        text-align: center;
    }

    .xs-breadcrumb .breadcrumb-bg.banner-bg {
        background-position: left center;
    }
}