/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* css/build/responsive.css alterado manualmente na linha 14: removido o important! que está dando bug com o select do plugin ARMember */

/* HEADER */

#header-secondary-outer, #header-outer #header-secondary-outer {
    background-color: transparent;
}

body #header-secondary-outer .nectar-center-text {
    max-width: 100%;
    text-align: right!important;
}

#header-outer .sf-menu li ul li a:before {
    content: '';
    background: url(img/mao.svg);
    background-size: cover;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -2px;
    width: 10px;
    height: 8px;
}

body.page-conteudos #header-outer[data-lhe="default"] #top nav .sf-menu > .current-menu-item > a {
    color: #fff!important;
}

/* SLIDER */

body .swiper-slide .content .buttons {
    text-align: center;
}

.nectar-slider-wrap[data-full-width="false"] .swiper-slide .content {
    top: 75%!important;
}

/* HOME */

#section01 .row-bg.viewport-desktop.using-image {
    background-size: 50%!important;
}


.home-info strong {
    font-size: 120%;
}

.home-info p {
    line-height: 1.5;
}

.home .categorias-educacao-continuada h3 {
    padding: 20px 20px 30px 20px;
}

/* POSTS RECENTES */

.row.blog-recent {
    margin-bottom: 0;
}

.blog-recent[data-style=default] .col .post-header h3, .masonry.classic .post.masonry-blog-item .post-header>h3 {
    margin-bottom: 50px;
}

.blog-recent .col, .material .post-area.masonry .post .post-content.classic .content-inner {
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    border-radius: 6px;
}

.masonry-blog-item .article-content-wrap {
    padding: 0;
}

.blog-recent .post-header, .blog-recent .excerpt, .blog-recent .post-meta-footer, .masonry-blog-item .article-content-wrap .post-header, .masonry-blog-item .article-content-wrap .excerpt, .masonry-blog-item .article-content-wrap .post-meta-footer{
    padding: 0 10%;
}

.masonry .post-content.classic .post-header {
    margin-top: 20px!important
}

.meta-date {
    display: block;
    border-bottom: solid 1px #EFEFEF;
    font-size: 17px;
    margin-bottom: 22px;
    padding-bottom: 13px;
}

.blog-recent[data-style=default] .col .post-header h3, .masonry.classic .post.masonry-blog-item .post-header>h3 {
    font-size: 23px;
    font-weight: 700;
    line-height: 32px;
}

.blog-recent[data-style=default] .col .excerpt {
    line-height: 1.5;
}

.post-meta-footer  {
    color: #adadad;
    font-size: 85%;
    padding: 15px 10% 30px 10%!important;
    margin-top: 30px;
}

/*.post-meta-footer a {
    color: #adadad;
}*/

.post-meta-footer .read-more a, .archive .read-more {
    background-color: #b776ff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #fff!important;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    padding: 10px 24px;
    text-align: center;
}
 

.post-meta-footer .read-more a:hover {
    background-color: #010366!important;
}

.read-more .icon-button-arrow {
    display: none;
}

.nectar-highlighted-text[data-style=half_text] em.animated {
    background-size: 100% 10%;
}

.nectar-split-heading[data-animation-type="line-reveal-by-space"] span .inner {
    padding-bottom: 6px
}

/* AGENDA */

#lista-eventos {
    border-top: solid 60px #1AADA8;
    border-radius: 15px;
}

#lista-eventos .mes-evento, #lista-eventos .datas-evento {
    padding: 0!important;
}

#lista-eventos h4, #lista-eventos h5 {
    padding-left: 60px;
}

#lista-eventos h4 {
    color: #1AADA8;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}

#lista-eventos h5 {
    margin-bottom: 15px;
}

.archive .searchandfilter {
    margin-bottom: 32px;
}

.masonry.material .post .post-content .link-inner .link-wrap {
    margin-top: 16px;
}

.masonry .post.link .n-post-bg {
    position: relative;
    min-height: 300px;
}

.masonry.material .post.link .post-content .link-inner:before, .masonry.material .post.quote .post-content .quote-inner:before, .masonry.material .post .post-content .link-inner .link-wrap .p2, .masonry.material .post .post-content .link-inner .link-wrap .p3, .post.link .post-content .destination {
    display: none;
}

.masonry.material .post.link .link-inner .title, .masonry.material .post.quote .quote-inner .title, .post.format-link .link-inner .title, .post.format-quote .quote-inner .title, .single .post.quote .quote-inner .title {
    color: #010766;
}


/* FOOTER */

#nav-footer .row-bg.viewport-desktop.using-bg-color{
    -webkit-border-top-left-radius: 100px;
    -moz-border-radius-topleft: 100px;
    border-top-left-radius: 100px;
}

#nav-footer ul li{
    list-style: none;
}

#nav-footer strong {
    font-size: 120%;
}

/* PÁGINAS */

.page-header-overlay-color:after {
    opacity: .9;
}

.swiper-slide[data-x-pos="centered"] .content {
    text-align: left!important;
}

.swiper-slide[data-x-pos="centered"] .content h2{
    color: #010766;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}

.swiper-slide[data-x-pos="centered"] .content p {
    color: #000000;
    font-size: 45px;
    font-weight: 700;
    line-height: 1!important;
}

.swiper-slide[data-x-pos="centered"] .content p > span{
    line-height: 1.1;
}

.swiper-slide[data-x-pos="centered"] .content .data-evento {
    color: #1C2362;
    font-size: 12px;
    font-weight: 300;
}

body[data-button-style*="slightly_rounded"] .swiper-slide .button a {
    border-radius: 50px!important;
    text-transform: none!important;
    margin-top: 0px;
}

#values h3 {
    font-size: 21px!important;
    line-height: 1.2;
}

.marcas .row_col_wrap_12_inner .wpb_column {
    border: solid 1px rgba(104,104,188, .25);
}

.page-diretoria-2020-2023 .nectar-button {
    background-color: transparent!important;
}

.page-diretoria-2020-2023 h3 {
    line-height: 1!important;
}

/* BLOG */

.post-content a {
    text-decoration: underline!important;
}

/* ELEMENTOS */

.span_12.light .wpb_text_column a:not(:hover) {
    opacity: 1
}

.nectar-inherit-border-radius, body[data-button-style*="slightly_rounded"] .nectar-cta:not([data-style="material"]) .link_wrap, body[data-button-style*="slightly_rounded"] .nectar-button.see-through, body[data-button-style*="slightly_rounded"] .nectar-button.see-through-2, body[data-button-style*="slightly_rounded"] .nectar-button.see-through-3, body[data-button-style*="slightly_rounded"] .portfolio-filters-inline .container ul li a, body[data-button-style*="slightly_rounded"] .slide-out-widget-area-toggle[data-custom-color="true"] a:before, body[data-button-style*="slightly_rounded"] #infscr-loading, body[data-button-style*="slightly_rounded"] .flex-direction-nav a, body[data-button-style*="slightly_rounded"] #pagination span, body[data-button-style*="slightly_rounded"] #pagination a, body[data-button-style*="slightly_rounded"] #pagination .next.inactive, body[data-button-style*="slightly_rounded"] #pagination .prev.inactive, body[data-button-style*="slightly_rounded"].woocommerce nav.woocommerce-pagination ul li a, body[data-button-style*="slightly_rounded"].woocommerce .container-wrap nav.woocommerce-pagination ul li span, body[data-button-style*="slightly_rounded"] .container-wrap nav.woocommerce-pagination ul li span, body[data-button-style*="slightly_rounded"].woocommerce-cart .wc-proceed-to-checkout a.checkout-button, body[data-button-style*="slightly_rounded"] input[type=submit], body[data-button-style*="slightly_rounded"] button[type=submit], body[data-button-style*="slightly_rounded"] input[type="button"], body[data-button-style*="slightly_rounded"] button, body[data-button-style*="slightly_rounded"] .nectar-button, body[data-button-style*="slightly_rounded"] .swiper-slide .button a, body[data-button-style*="slightly_rounded"] #top nav > ul > li[class*="button_solid_color"] > a:before, body[data-button-style*="slightly_rounded"] #top nav > ul > li[class*="button_bordered"] > a:before, body[data-button-style*="slightly_rounded"] #header-outer .widget_shopping_cart a.button, body[data-button-style*="slightly_rounded"] .comment-list .reply a, body[data-button-style*="slightly_rounded"].material #page-header-bg.fullscreen-header .inner-wrap >a, body[data-button-style*="slightly_rounded"] .sharing-default-minimal .nectar-social-inner >a, body[data-button-style*="slightly_rounded"] .sharing-default-minimal .nectar-love, body[data-button-style*="slightly_rounded"].single .heading-title[data-header-style="default_minimal"] .meta-category a, body[data-button-style*="slightly_rounded"] #page-header-bg[data-post-hs="default_minimal"] .inner-wrap > a, body[data-button-style*="slightly_rounded"] .masonry.classic_enhanced .posts-container article .meta-category a, body[data-button-style*="slightly_rounded"] .blog-recent[data-style*="classic_enhanced"] .meta-category a, body[data-button-style*="slightly_rounded"] .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart a.button, li[class*="menu-item-btn-style"] > a:before, li[class*="menu-item-btn-style"] > a:after {
    border-radius: 8px!important;
    -webkit-border-radius: 8px!important
}

#header-outer[data-lhe=animated_underline] #top nav>ul>li[class*=button_bordered]>a, #header-outer[data-lhe=default] #top nav>ul>li[class*=button_bordered]>a, #header-outer[data-lhe=default] #top nav>ul>li[class*=button_bordered]>a:hover, #header-outer[data-lhe=default] #top nav>ul>li[class*=button_solid_color]>a, #top nav>ul>li[class*=button_bordered]>a, body #header-outer.transparent #top nav>ul>li[class*=button_bordered]>a {
    padding-left: 18px;
    padding-right: 18px;
}

body[data-form-submit=regular] .container-wrap button[type=submit], body[data-form-submit=regular] .container-wrap input[type=submit], body[data-form-submit=see-through] .container-wrap button[type=submit]:not(.search-widget-btn), body[data-form-submit=see-through] .container-wrap input[type=submit] {
    padding: 12px 22px!important
}

.button_solid_color a, .button_solid_color_2 a {font-weight: 700!important;}

body.material[data-button-style^=rounded] .nectar-button.has-icon[data-color-override="#ffffff"].regular-button i {
    background-color: transparent;
}

#conselho .nectar-button.has-icon.large {
    background-color: #f9f9f9!important;
}

.white-bg-btn {
    background-color: #fff!important;
}

body.material .nectar-button.large {
    padding-left: 50px;
    padding-right: 50px;
}


/*#estatuto .nectar-button.large {
    font-size: 28px;
    font-weight: 900;
    padding: 20px 60px!important;
}*/

.toggles.accordion {
    background-color: #F8F8F8;
    border: solid 2px #E7E7E7;
    padding: 15px
}

.vc_column-inner ol li, .vc_column-inner ul li {
    padding: 6px 0;
}

label {
    color: #050666;
    font-weight: 600;
}

#nav-footer label {
    color: #D4CDEF;
    font-size: 12px;
    font-weight: 200;
}

#nav-footer input {
    background-color: #fff;
    border-radius: 8px!important;
    color: #010366;
}

.wpcf7 input, .wpcf7 textarea {
    border-radius: 0!important;
    color: #050666!important;
}

.material.woocommerce-page[data-form-style=default] input#coupon_code, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    background-color: white;
    color: #010766;
    border: solid 1px #707070;
}

body.material .nectar-button.jumbo {
    border-radius: 50px!important;
    font-size: 25px!important;
    text-transform: none!important;
}

body[data-button-style*="slightly_rounded"] input[type=submit] {
   border-radius: 50px!important;
}

.wpcf7 input[type=submit] {
    background-color: #370372!important;
    color: white!important;
    font-family: Montserrat;
    font-size: 16px;
    display: block;
    font-weight: 700;
    width: auto;
    min-width: 250px;
}

.wpcf7 input[type=submit]:hover {
	background-color:#b776ff!important;
}

.nectar-global-section.before-footer .wpcf7 input[type=submit]{margin-top: 20px;}


.wpcf7 form.sent .wpcf7-response-output {
    border-color: #050666;
    background-color: #050666;
    color: white;
    font-weight: 700;
    padding: 10px 15px;
}

/* POSTS */

.comments-section {display:none!important}

.featured-media-under-header__featured-media:not([data-format="video"]):not([data-format="audio"]):not([data-has-img="false"]) {
	min-height:720px!important;
}

/* TIPOGRAFIA */

small {
    font-size: 80%;
}

.black-text * {
    color: #707070!important;
}

.blue, .blue *, .meta-date, .blog-recent[data-style=default] .col .post-header h3 a, .blog-recent[data-style=default] .col .excerpt, .masonry.classic .post.masonry-blog-item .excerpt, .masonry.classic .post.masonry-blog-item .post-header>h3 {
    color: #010366!important;
}

input[type=submit].blue {
    background-color: #1C2362!important;
}

.gray * {
    color: #707070!important;
}

.green *, .green-link a{
    color: #1AACA8!important;
}

.dia02 .green, .dia02 .green p > strong, .home .categorias-educacao-continuada a:hover {
    color: #F8D22F!important;
}

.light h2, .home .categorias-educacao-continuada a {
    color: white!important;
}

.green, .green * {
    color: #1AACA8!important;
}

div[data-style="minimal"] .toggle.open h3 a, div[data-style="minimal"] .toggle h3 a, div[data-style="minimal"] .toggle.default.open i, .toggle h3 a i {
    color: #001158!important;
}

div[data-style="minimal"] .toggle.default i, div[data-style="minimal"] .toggle.default.open i {
    border-color: #001158!important;
}

div[data-style="minimal"] .toggle.open h3 i:before, div[data-style="minimal"] .toggle.open h3 i:after, div[data-style=minimal] .toggle h3 i:before, div[data-style=minimal] .toggle h3 i:after {
    background-color: #001158;
}

.inner-toggle-wrap p {
    color: #9A9A9A;
}

.medium, .medium *{
    font-weight: 500!important;
}

.nectar-button > span{
    font-weight: 700!important;
}

.light-typo, .light-typo * {
    font-weight: 300!important;
}

/* RODAPÉ */

#footer-widgets {
    display: none;
}

#rodape h6{
    font-size: 20px!important;
    letter-spacing: 0!important;
    font-weight: 500!important;
}

#rodape p, #rodape li  {
    font-size: 16px!important;
}

#copyright p {
    font-size: 14px!important;
}

#rodape ul {
    margin-left: 0;
}

#rodape li {
    list-style: none;
}

#rodape li a {
    opacity: 1;
}

#rodape li a:hover {
    opacity: .7;
}

#rodape .nectar_icon:first-child {
    padding-left: 0!important;
}

#footer-outer .col.span_5 {
    width: 100%;
    text-align: center;
}

/* RESPONSIVE */
@media screen and (max-width:999px) {

    .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.next {
        right: -30px;
    }

    .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.previous {
        left: -30px;
    }

    #conselho .nectar-button.large {
        margin-top: 0!important;
    }

    .swiper-slide {
        height: 210px!important;
    }
    
    .swiper-slide .content {
        width: 70%;
        left: 15%;
    }

    .nectar-slider-wrap[data-full-width="true"][data-fullscreen="false"] .swiper-slide .content p {
        line-height: 1!important;
        padding-bottom: 5px!important;
    }

    .swiper-slide .button {
        padding: 0!important;
    }

    .data-evento {
        line-height: 1;
    }

    body.material .nectar-button.jumbo {
        font-size: 14px!important;
        padding: 15px 30px!important;
    }

    .horario {
        margin-bottom: 0!important;
    }

    .palavra-presidente {
        padding: 0 30px!important;
    }

    .vc_custom_1654611463594 {
        padding-left: 30px!important;
    }

    .img-with-aniamtion-wrap.custom-width-phone-200px .inner {
        display: block;
        margin: 0 auto!important;
    }

    .center-mobile {
        text-align: center!important;
    }

    #nav-footer ul {
        margin-left: 0;
    }

}

@media screen and (min-width:1000px) {

    body .swiper-slide .content .buttons {
        float: none;
        text-align: center;
    }

    .text-lg-right {
        text-align: right;
    }
    .flex {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        gap: 15px;
        margin-bottom: 15px;
        
    }

    .column {
        flex: calc(50% - 30px);  
    }

    .swiper-slide[data-x-pos="centered"] .content .data-evento {
        font-size: 20px;
        margin-top: 50px;
    }

    .data-evento {
        width: 50%;
        float: left;
    }

    .swiper-slide .content .buttons {
        float: right;
    }

    body[data-button-style*="slightly_rounded"] .swiper-slide .button a {
        margin-top: 10px;
    }

    /*#page-header-bg[data-bg-pos=center] .page-header-bg-image {
        background-position: center -65px!important;
    }*/

    .marcas .row_col_wrap_12_inner .wpb_column {
        border-top: none;
    }
    
    .marcas.last .row_col_wrap_12_inner .wpb_column {
        border-bottom: none;
    }
    
    .marcas .row_col_wrap_12_inner .wpb_column:first-child, .marcas .row_col_wrap_12_inner .wpb_column:nth-child(even), .marcas .row_col_wrap_12_inner .wpb_column:nth-child(odd){
        border-left: none;
    }
    
    .marcas .row_col_wrap_12_inner .wpb_column:last-child{
        border-right: none;
    }

    .page-contato .wpcf7 input[type=submit] {
        float: none
    }

    /* PROGRAMA */

        .page-programa p {
            padding-bottom: .5em;
        }

        .info {
            border-left: solid 4px #1AACA8;
            padding-bottom: 30px;
        }

        .dia02 .info {
            border-left-color: #F8D22F;
        }

        .horario p {
            /*padding: 30px 0 90px 0!important;*/
            text-align: right;
        }

        .horario.intro p {
            padding-bottom: 0px!important;
        }

        .page-programa h3 {
            margin-top: -5px;
        }
}

/* EDUCAÇÃO CONTINUADA */

/*#header-outer #top nav>ul>li[class*=button_solid_color]>a {
    color: #1AACA9!important;
}

#menu-item-276:before {
    content: '';
    display: inline-block;
    background: url(img/icone-user.svg) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 32px;
    position: relative;
    left: 20px;
}*/

#header-secondary-outer a{
    margin-right: 30px;
}

.logged-in #header-secondary-outer, .logged-in .secondary-header-text, .logged-in .nao-logado, .logado {display: none;}

.logged-in .logado {display: block;}

.arm_form_101 md-input-container.md-input-invalid.md-input-focused label, .arm_form_101 md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused label, .arm_form_101 md-input-container.md-default-theme.md-input-invalid.md-input-focused label, .arm_form_101 md-input-container:not(.md-input-invalid).md-input-focused label, .arm_form_101 .arm_form_field_label_text, .arm_form_101 .arm_member_form_field_label .arm_form_field_label_text, .arm_form_101 .arm_member_form_field_description .arm_form_field_description_text, .arm_form_101 .arm_form_label_wrapper .required_tag, .arm_form_101 .arm_form_input_container label, .arm_form_101 md-input-container:not(.md-input-invalid) md-select .md-select-value.md-select-placeholder, .arm_form_101 md-input-container:not(.md-input-invalid).md-input-has-value label {
    font-family: Montserrat, sans-serif!important;
}

.arm_form_heading_container .arm_form_field_label_wrapper_text {
    color: #1AACA8!important;
}

.arm_member_form_field_label .arm_form_field_label_text {
    font-size: 0.95em!important;
    font-weight: 700;
    letter-spacing: -0.015em;
}

.arm_form_101 .arm_form_input_container input, .arm_form_101 .arm_form_input_container textarea, .arm_form_101 .arm_form_input_container select, .arm_form_101 .arm_form_input_container md-select md-select-value{
    border-color: #010766!important;
}

.arm_form_101 .arm_form_field_submit_button.md-button, .arm_form_101 .arm_form_field_submit_button, .arm_form_field_submit_button.arm_btn_style_border, body[data-form-submit="regular"] button[type=submit] {
    background-color: #060D64!important;
    border: none!important;
    color: white!important
}

body[data-form-submit="regular"] button[type=submit]:hover {
    background-color:#1AACA8!important;
    border: none!important
}



.arm_form_101 .arm_form_input_container input {
    height: 39px!important;
}

.arm_form_field_submit_button.arm_btn_style_border {
    background-color: red!important;
}

.arm_form_field_container_forgot_link, .arm_registration_link, .arm_setup_form_title, .sf-field-category {
    display: none!important;
}

.searchandfilter ul {
    margin-left:0 ;
}

.searchandfilter ul li.sf-field-search > label:after {
    content: '';
    background: url(img/icone-busca.svg) center center no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    right: 10px;
    bottom: 8%;
    width: 20px;
    height: 20px;
}

@media screen and (max-width:999px) {
    .searchandfilter label {
        width: 100%;
    }
}

@media screen and (min-width:1000px) {

    .home .arm_form_101 .arm_form_field_container {
        float: left;
        width: 49%;
    }

    .home .arm_form_101 .arm_form_field_container:nth-child(odd){
        margin-left: 2%;
    }

    .home .arm_form_101 .arm_form_field_container:nth-child(8) {
        margin-right: 50%;
    }

    .home .arm_form_101 .arm_form_field_container:nth-child(9) {
        margin-left: 0%;
    }

    .home .md-select-value.md-select-placeholder {
        position: relative;
        top: -2px!important
    }

    .searchandfilter ul {
        display: flex;
    }

    .searchandfilter ul li {
        width: 150px;
        margin-right: 90px;
    }

    .searchandfilter ul li.sf-field-search > label:after {
        bottom: 25%
    }

    .searchandfilter ul li.sf-field-search, .searchandfilter ul li.sf-field-search > label {
        width: 100%;
        position: relative;
    }

    .searchandfilter select.sf-input-select {
        min-width: 150px;
    }

    .searchandfilter h4, .searchandfilter ul li li {
        margin: 0!important;
        padding: 0;
    }

    .sf-input-select {
        height: 46px;
    }

    .post-meta-footer .read-more a {
        width: 250px!important;
    }

    #nav-footer .row-bg.viewport-desktop.using-bg-color{
        -webkit-border-top-left-radius: 200px;
        -moz-border-radius-topleft: 200px;
        border-top-left-radius: 200px;
    }

    #nav-footer .fa.fa-facebook-square {margin-left: 20px;}

    .float-left, #nav-footer .custom-width-40px {
        float: left;
        height: 50px;
        width: 80px;
    }

    #nav-footer .img-with-aniamtion-wrap:last-child .hover-wrap {
        margin-bottom: 15px!important;
    }

}
.link_text svg path{fill:#fff!important}

.nectar-cta[data-style=curved-arrow-animation] .link_text {
	background-color: #370372!important;
	color:#fff!important;
	padding: 12px 32px;
}

@media only screen and (min-width: 1px) and (max-width: 999px) {
  /* Fechado por padrão, sobrepondo o display:block!important do tema pai */
  .col.centered-text .arm-df__dropdown-control .arm__dc--items,
  .wpb_column.centered-text .arm-df__dropdown-control .arm__dc--items {
    display: none !important;
  }

  /* Aberto quando o ARMember adiciona a classe arm-is-active no dropdown */
  .col.centered-text .arm-df__dropdown-control.arm-is-active .arm__dc--items,
  .wpb_column.centered-text .arm-df__dropdown-control.arm-is-active .arm__dc--items {
    display: block !important;
  }
}
