.nf-error.field-wrap .nf-field-element:after{
	  background: #e80000;
    color: #fff;
    font-family: FontAwesome;
    font-size: 16px!important;
    content: "\f12a";
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    height: 25px!important;
    width: 25px!important;
    line-height: 25px!important;
    text-align: center;
    transition: all .5s;
}
.nf-pass.field-wrap .nf-field-element:after{
    color: green;
    font-family: FontAwesome;
    font-size: 16px!important;
    content: "\f058";
    position: absolute;
    top: 0;
    right: 16px;
    height: 25px!important;
    line-height: 25px!important;
    transition: all .5s;
}

#nf-form-1-cont .nf-error-field-errors{
	    background: #e80000;
    color: #fff;
    font-family: FontAwesome;
    font-size: 12px!important;
    content: "\f12a";
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    height: 25px!important;
    line-height: 25px;
    text-align: center;
    transition: all .5s;
}

.entry-meta, .post-meta, .meta-wrapper, .author-bio, .entry-header .post-meta-wrapper {
    display: none !important;
}
	
.single-post .banner-text,
.single-post .page-banner,
.single-post .banner {
    display: none !important;
}

.single-post .search-form, 
.single-post .widget_search,
.single-post .input-group:has(.form-control) {
    display: none !important;
}

.single-post .widget_text, 
.single-post .widget_block,
.single-post .sidebar .widget {
    display: none !important;
}

.single-post .col-lg-8, 
.single-post .content-area, 
.single-post #primary {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    width: 100% !important;
}

.single-post .col-lg-4, 
.single-post .sidebar, 
.single-post #secondary {
    display: none !important;
}

.navbar-nav a, 
.main-navigation a, 
.nav-link, 
#main-menu a {
    font-size: 16px !important; /* Mude o 18px para o tamanho que você preferir */
    font-weight: 400 !important; /* Opcional: Deixa a fonte levemente mais grossa/negrito. Use 400 para normal */
}