/**
Theme Name: ETB
Author: Moio
Author URI: https://moio.io/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: etb
Template: astra
*/

.ast-theme-transparent-header [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal {
    filter: drop-shadow(2px 1px 0px #fff);
}

.desplegable a.desplegable-btn {
    justify-content: center;
}

.desplegable {
    .sub-menu-nav {
        li {
            .menu_title {
                font-size: 30px;
                padding: 0;
                width: 65%;
                font-family: 'Allan', display;
                font-weight: 700;
                color: #FFF;
                text-transform: uppercase;
            }

            ul {
                padding-left: 2em;
            }
        }
    }
}


.logos__gallery .gallery {
    /* display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 160px));
    align-items: center;
    gap: 2rem;
    justify-content: center; */
}

.logos__gallery .gallery>.gallery-item {
    max-width: 100% !important;
}

/* Flex */
.logos__gallery .gallery {
    display: flex;
    grid-template-columns: repeat(auto-fit, minmax(100px, 160px));
    align-items: center;
    gap: 2rem;
    justify-content: center;
    flex-flow: wrap;
}

.logos__gallery .gallery>.gallery-item {
    flex: 0 1 auto;
    width: auto;
}

.logos__gallery .gallery>.gallery-item img {
    margin: 0 auto;
    width: auto !important;
    display: inline-flex;
    max-height: 6rem;
    max-width: 8rem;
}

@media screen and (max-width: 767px) {
    .logos__gallery .gallery>.gallery-item {
        flex: 0 1 calc(50% - 1rem) !important;
    }
}

.ast-builder-grid-row-4-rheavy .ast-builder-grid-row {
    grid-template-columns: max(240px, 25%) 1fr 1fr 2fr;
}

@media (max-width: 599px) {

    body h1,
    body .entry-content h1 {
        font-size: 66px !important;
    }
}


.logos__gallery .uael-img-gallery-wrap {
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: center;
    flex-flow: wrap;
}

.logos__gallery .uael-img-gallery-wrap::before {
    display: none !important;
}

.logos__gallery .uael-img-gallery-wrap .uael-grid-img-thumbnail {
    text-align: center;
}

.logos__gallery .uael-img-gallery-wrap .uael-grid-item {
    flex: 0 1 auto !important;
    width: auto !important;
    padding: 0 !important;
}

.logos__gallery .uael-img-gallery-wrap .uael-grid-item .uael-grid-item-content {
    margin: 0 !important;
    padding: 10px;
}

.logos__gallery .uael-img-gallery-wrap .uael-grid-item img {
    margin: 0 auto;
    width: auto !important;
    display: inline-flex;
    max-height: 6rem;
    max-width: 8rem;
}

@media screen and (max-width: 767px) {
    .logos__gallery .uael-img-gallery-wrap .uael-grid-item {
        flex: 0 1 calc(50% - 1rem) !important;
    }
}



/* FORMULARIO DE INSCRIPCION JORNADAS INTERNACIONALES */

div#gform_wrapper_1, div#gform_wrapper_2 {

    p.gform_required_legend{
        display: none;
    }

    form#gform_1, form#gform_2 {

        input {
            outline: none;

            &:focus {
                border-color: var(--ast-global-color-1);
            }
        }


        /* Boton */

        div.gform-footer {
            input#gform_submit_button_1, input#gform_submit_button_2 {
                background-color: var(--ast-global-color-1);
                font-family: 'Allan', display;
                font-weight: 700;
                font-size: 1rem;
                line-height: 1em;
                text-transform: uppercase;
                padding-top: 18px;
                padding-right: 30px;
                padding-bottom: 14px;
                padding-left: 30px;
                border-radius: 10px;
                transition: all 0.3s;
                margin: 40px auto;
                text-transform: uppercase;

                &:hover {
                    background-color: var(--ast-global-color-0);
                }
            }
        }


        @media (max-width: 700px) {

            /* Nombre */
            div#field_1_1, div#field_2_1 {
                grid-column: 1 / 6;
                grid-row: 1;
            }

            /* Apellidos */
            div#field_1_7, div#field_2_7 {
                grid-column: 7 / 13;
                grid-row: 1;
            }

            /* DNI */
            div#field_1_3, div#field_2_3{
                grid-column: 1 / 6;
                grid-row: 2;
            }

            /* Correo electronico */
            div#field_1_5, div#field_2_5  {
                grid-column: 7 / 13;
                grid-row: 2;
            }

            /* Telefono */
            div#field_1_8, div#field_2_8 {
                grid-column: 1 / 6;
                grid-row: 3;
            }

            /* Fecha de nacimiento */
            div#field_1_6, div#field_2_6 {
                grid-column: 7 / 13;
                grid-row: 3;

                input {
                    width: 100%;
                }
            }

        }

        @media (max-width: 520px) {

            /* Nombre */
            div#field_1_1, div#field_2_1 {
                grid-column: 1 / 13;
                grid-row: 1;
            }

            /* Apellidos */
            div#field_1_7, div#field_2_7 {
                grid-column: 1 / 13;
                grid-row: 2;
            }

            /* DNI */
            div#field_1_3, div#field_2_3 {
                grid-column: 1 / 13;
                grid-row: 3;
            }

            /* Correo electronico */
            div#field_1_5, div#field_2_5 {
                grid-column: 1 / 13;
                grid-row: 4;
            }

            /* Telefono */
            div#field_1_8, div#field_2_8 {
                grid-column: 1 / 13;
                grid-row: 5;
            }

            /* Fecha de nacimiento */
            div#field_1_6, div#field_2_6{
                grid-column: 1 / 13;
                grid-row: 6;
            }

        }

    }

}



/* Centrado de selectores en Formularios */

.gform-theme--foundation.ui-datepicker .ui-datepicker-title select{
    line-height: normal !important;
}

/* Texto de confirmacion centrado */
.gform_confirmation_message{
    text-align: center;
}