a {
    text-decoration: none !important;
}

.glossario_page :not(i),
.tax-alfabeto :not(i),
.page-template-template-page-glossario :not(i) {
    font-family: 'Open Sans', sans-serif, 'FontAwesome' !important;
}

/*ícones e sidebar WordPress*/
#wpadminbar .ab-icon,
#wpadminbar .ab-item:before,
#wpadminbar>#wp-toolbar>#wp-admin-bar-root-default .ab-icon,
.wp-admin-bar-arrow {
    font: normal 20px/1 dashicons !important;
}

#wpadminbar .ab-sub-wrapper,
#wpadminbar ul,
#wpadminbar ul li {
    margin: 0 !important;
}

.fusion-main-menu .fusion-main-menu-cart:not(.menu-item-type-custom)>a,
.fusion-social-links-header .fusion-social-networks a,
.fusion-main-menu .fusion-main-menu-search a {
    font-family: awb-icons !important;
}

/*icone woodmart*/
.wd-social-icons .wd-icon {
    font-family: "woodmart-font" !important;
}

/*ícone flatsome*/
div#wfspb-close {
    font-family: "woocommerce-free-shipping-bar" !important;
}

.theme-flatsome [class^=xoo-wsc-icon-],
.theme-flatsome [class*=" xoo-wsc-icon-"] {
    font-family: woo-side-cart !important;
}

/*Fim icones*/

/*Template glossario 09/08*/
@media (min-width: 0px) {

    /*Layout padrao centralizado*/
    .page-template-template-page-glossario .container,
    .tax-alfabeto .container {
        width: auto !important;
    }

    .enwp-container-m.container.m {
        width: 1222px !important;
        /* Ou defina a largura desejada para esta classe */
    }
}

/* Ajuste para desktop */
/* Estilo para dispositivos maiores (min-width: 768px) */
@media (min-width: 768px) {
    .enwp-entry-content {
        margin-left: calc(-100vw / 2 + 500px / 2);
        margin-right: calc(-100vw / 2 + 500px / 2);
    }

    .theme-vdb-athena .enwp-entry-content,
    .theme-newscard .enwp-entry-content,
    .ath-pal-light.pagina_glossario .enwp-entry-content,
    .et_divi_theme .enwp-entry-content {
        margin-left: auto;
        margin-right: auto;
    }

    .tax-alfabeto.theme-newscard .site-content {
        padding-top: 0px;
    }

    .theme-hello-elementor .enwp-entry-content {
        margin-left: 0;
        margin-right: 0;
    }

    .glossario_page .enwp-container-banner {
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .glossario_page .enwp-row-banner {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        max-width: 1140px;
    }

    .tax-alfabeto .glossario_page .enwp-row-banner,
    .taxonomy-alfabeto .glossario_page .enwp-row-banner {
        min-width: 1140px;
    }

    .enwp-banner-header {
        padding: 100px 0 100px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .archive-glossario {
        padding: 100px 0 100px 0;
    }

    .enwp-titulo {
        font-size: 50px !important;
        font-weight: 600;
    }

    /*Single-glossario*/
    .single-glossario .row {
        margin-left: auto !important;
        margin-right: auto !important;
        width: 1222px !important;
    }

    .ath-pal-light.single-glossario .row {
        width: auto !important;
    }

    .theme-vdb-athena .row {
        margin-left: auto !important;
        margin-right: auto !important;
        width: auto !important;
    }

    /*Fim*/
}

/*Fim para desktop*/

/* Ajuste para mobile */
/* Estilo para dispositivos menores (até 767px) */
@media (max-width: 767px) {
    .enwp-content-area {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    /* Ajuste para .enwp-entry-content no celular */
    .enwp-entry-content {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        /* Defina a largura para 100% */
    }

    .glossario_page .enwp-container-banner {
        padding-left: 20px;
        padding-right: 20px;
        width: auto;
        /* Defina a largura para 100% */
    }

    .theme-betheme .glossario_page .enwp-container-banner,
    .theme-betheme .enwp-container-m.container.m,
    .single-glossario .container {
        width: auto !important;
    }

    .theme-betheme .enwp-container-m.container.m {
        padding-left: 20px !important;
    }

    .theme-betheme .enwp-row.row {
        margin-right: 0px !important;
    }

    .single-glossario.theme-vdb-athena .col-sm-10 {
        width: 100% !important;
    }

    .theme-vdb-athena .col-sm-2 {
        width: 80% !important;
    }

    section.ath-banner.article.has-absolute.thumb-full .container,
    section.ath-section.ath-home-cta.ath-cta-footer.push.bottom.top.medium.gray .container {
        width: auto !important;
    }

    .enwp-banner-header,
    .archive-glossario {
        padding: 50px 0;
    }

    .enwp-container-m.container.m {
        width: 350px !important;
    }

    .enwp-titulo {
        font-size: 40px !important;
        font-weight: 600;
    }

    /*Single-glossario*/
    .single-glossario .row {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .ath-cta.horizontal-2col-form.px-3.pr-4 {
        margin-left: 15px !important;
        /* margin-right: auto !important; */
    }

    /*Fim*/

}

/*Fim dispositivo mobile*/

/*Ajuste page Glossário 09/08*/
/*para remover o title*/
.page-template-template-page-glossario .page-title.page-title-default.title-size-default.title-design-centered.color-scheme-light {
    display: none !important;
}

.page-template-template-page-glossario .main-page-wrapper,
.tax-alfabeto .main-page-wrapper {
    padding-top: 0px !important;
}

.enwp-content-area .site-content .ast-container,
.enwp-content-area #content .ast-container

/*.site-content .ast-container*/
    {
    display: contents !important;
    /* Estilo para tornar o banner full width somente na seção do cabeçalho do seu plugin */
}

div#primary {
    margin-top: 0px !important;
}

.page-template-template-page-glossario .main-page-wrapper>div:first-of-type {
    display: contents !important;
}

.enwp-descricao {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5em;
}

input.form-control.enwp-search-glossario {
    padding: 15px 0 15px 10px;
    background: #ffffff !important;
    font-size: 16px;
    border-radius: 8px;
    height: 3em;
}

input.form-control.enwp-search-glossario input[type=text] {
    font-size: 16px !important;
}

.enwp-menu-letras-alfabeto {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    margin: 10px 20px;
}

.enwp-menu-letras-alfabeto li a {
    font-size: 100%;
    margin: 0px 8px !important;
}

ul.enwp-list-grid {
    margin: 0;
}

.enwp-lista-titulo {
    /* Estilo para remover o text decoration, a bolinha e adicionar espaçamento */
    list-style-type: none;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.enwp-lista-titulo:last-child {
    /* Estilo para remover a linha de baixo do último elemento */
    border-bottom: none;
}

.enwp-list-group {
    /* Estilo para equalizar a altura dos elementos internos */
    display: flex;
    flex-direction: column;
    height: 100%;
    /* Garante que a lista ocupe a altura completa da coluna */
    margin: 0;
    /* Remove margens para ajuste preciso */
    padding: 0;
    /* Remove preenchimentos para ajuste preciso */
    list-style: none;
    /* Remove marcadores de lista */
}

.enwp-list-group li {
    flex: 1;
    /* Distribui o espaço vertical igualmente entre os itens */
    border-bottom: 1px solid #ccc;
    /* Adiciona a linha abaixo de cada item */
    padding: 10px;
    /* Espaçamento interno */
}

.enwp-list-group li:last-child {
    border-bottom: none;
    /* Remove a linha abaixo do último item */
}

.enwp-glossario-buttom {
    color: #ffffff !important;
    border: 0px;
    padding: 10px 30px;
    border-radius: 8px;
    text-decoration: none !important;
    width: 250px;
    text-align: center;
}

/*Fim template glossario*/

/*Início taxonomia*/
.tax-alfabeto .ath-share {
    width: 65px !important;
}

.search-results-box {
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    padding: 10px;
}

.search-results-box ul {
    text-decoration: none;
    list-style: none;
    margin: 0px !important;
    padding: 0px 5px !important;
}

.search-results-box ul li {
    text-align: left;
    text-decoration: none;
}

.search-results-box ul li a {
    font-weight: 700 !important;
    color: #444 !important;
    font-size: 1em !important;
}

.theme-epico p.desc-results {
    margin: 0rem;
}

.theme-vdb-athena .search-results-box ul li a {
    font-weight: 700 !important;
    color: #444 !important;
    font-size: 1.2em !important;
}

.theme-vdb-athena .desc-results {
    padding-top: 15px;
}

.theme-vdb-athena .enwp-lista-titulo a {
    line-height: 1.5;
}

.theme-vdb-athena .enwp-card-mb-3 {
    padding-bottom: 1em !important;
}

.desc-results {
    font-size: 14px;
}

.titulo-results {
    font-weight: bold;
}

.search-results-box ul li {
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0;
}

.search-results-box .desc-results {
    font-weight: 400;
}

/*Fim taxonomia*/

/*Classes de outros temas*/
/* Estilo para dispositivos maiores (min-width: 768px) */
@media (min-width: 768px) {
    .theme-flatsome .flex-row.container {
        width: 1080px !important;
    }
}

.tax-alfabeto.theme-flatsome .header-bottom,
.tax-alfabeto.theme-flatsome .header-top,
.page-template-template-page-glossario.theme-flatsome .header-bottom,
.page-template-template-page-glossario.theme-flatsome .header-top {
    height: 0px !important;
}

.oceanwp-theme header.page-header,
.theme-betheme div#Subheader {
    display: none !important;
}

body:not(.template-slider) #Header {
    min-height: 0px !important;
}

.theme-betheme input.form-control.enwp-search-glossario {
    width: 100% !important;
}

.theme-epico input.form-control.enwp-search-glossario {
    max-width: 100rem !important;
}

.theme-epico section.enwp-banalphabet-bar.bg-white.shadow-sm.py-3.mb-5 {
    margin-bottom: 0rem !important;
}

.theme-epico .entry h2,
.theme-epico .entry h3,
.theme-epico .entry h4,
.theme-epico .entry h5,
.theme-epico .entry h6 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}

.theme-epico .row {
    margin-top: 3rem;
}

.theme-epico.taxonomy-alfabeto .row {
    margin-top: 0rem;
}

.page-template-template-page-glossario .goody-header-content .navbar-nav,
.tax-alfabeto .goody-header-content .navbar-nav {
    display: block !important;
}

.page-template-template-page-glossario .goody-header-content #na-menu-primary ul.mega-menu>li>a,
.tax-alfabeto .goody-header-content #na-menu-primary ul.mega-menu>li>a {
    line-height: 70px !important;
}

.page-template-template-page-glossario .goody-header-content #na-menu-primary ul>li>a,
.tax-alfabeto .goody-header-content #na-menu-primary ul>li>a {
    font-size: 15px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    color: #282828 !important;
    padding: 0 !important;
    position: relative !important;
    font-family: "Roboto" !important;
    letter-spacing: 1px !important;
    padding: 0 20px !important;
}

.page-template-template-page-glossario .goody-header-content #na-menu-primary ul>li>ul>li a,
.tax-alfabeto .goody-header-content #na-menu-primary ul>li>ul>li a {
    padding: 15px 25px !important;
    text-transform: capitalize !important;
    font-size: 14px !important;
    line-height: 20px !important;
}

.single-glossario .container.single-post-container {
    max-width: fit-content !important;
}

@media (min-width: 960px) {
    .single-glossario .neve-main>.single-post-container .nv-single-post-wrap.col {
        max-width: 80% !important;
    }
}

/* Resolve Main Menu Display When Using Boostrap */
#site-navigation-wrap .dropdown-menu {
    display: block !important;
    float: none !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    border: none !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.navbar {
    display: block !important;
}


#content.main-content {
    display: block !important;
}

li.enwp-lista-titulo a {
    font-size: 14px;
}

.single-glossario .cs-container {
    max-width: 100vw;
    padding: 0;
}

.dwf-post-content {
    max-width: 1200px;
    margin: auto;
}

footer {
    max-width: 1200px;
    margin: auto;
}

.glossario_page {
    margin-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.entry-header-inner .entry-title {
    text-align: center !important;
    max-width: 100% !important;
}

.code-block a {
    color: #324e8a;
    text-decoration: none;
    font-size: 30px;
}

@media screen and (min-width: 1020px) {

    .sidebar-right .content-area,
    .sidebar-left .content-area {
        max-width: 100% !important;
    }

    .sidebar-right .content-area {
        padding-right: 0 !important;
    }
}

@media (max-width: 767px) {
    .dwf-post-content {
        padding: 0 10px !important;
    }

    section.entry-header.entry-header-standard {
        padding: 0 10px !important;
    }
}


.offcanvas {
    visibility: visible !important;
}

@media screen and (min-width: 1020px) {
    .navbar-primary .navbar-nav {
        display: flex;
        flex-direction: row;
    }
}