/*
 Theme Name: Enfold Child
 Theme URI: https://expomeeting.it/endolf-child
 Description: Tema child per il tema principale "Enfold"
 Author: Expo Meeting
 Author URI: https://expomeeting.it
 Template: enfold
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: enfold-child
 Tags: custom, child-theme
*/

:root {
    --color-green: #8bbfad;
    --color-blue: #7797cd;
    --color-red: #cc231c;
    --color-dark-blue: #1e293b;
}

.main_menu, #menu-item-search {
    display: none !important;
}

.logo.avia-standard-logo {
    margin-left: -15px;
}

@media screen and (max-width: 767px) {
    .logo.avia-standard-logo {
        display: flex !important;
        justify-content: center;
    }

    .container.av-logo-container .inner-container {
        display: flex !important;
        justify-content: center;
    }
}

.modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    transition: opacity .3s ease;
    opacity: 0;
}

.modal-overlay.active {
    display: block;
    opacity: 1;
}

.slide-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 70%;
    max-width: 800px;
    height: 100%;
    background: white;
    box-shadow: 4px 0 15px rgba(0, 0, 0, 0.3);
    transform: translateX(-100%);
    transition: transform .3s ease;
    display: flex;
    flex-direction: column;
    z-index: 1001;
}

.admin-bar .slide-panel {
    height: calc(100% - 32px);
    top: 32px;
}

@media screen and (max-width: 767px) {
    .slide-panel {
        width: 90%;
    }
    .admin-bar .slide-panel {
        height: calc(100% - 46px);
        top: 46px;
    }
}

.slide-panel.active {
    transform: translateX(0);
}

.slide-header {
    background: #1e293b;
    color: white;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slide-header button {
    background: none;
    border: none;
    color: white;
    font-size: 1.3em;
    cursor: pointer;
}

iframe {
    flex: 1;
    width: 100%;
    border: none;
}

.dfa-sc-content {
    font-size: 24px;
    line-height: 32px;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    margin-top: 60px;
    margin-bottom: 45px;
}

.intestation-blue {
    color: var(--color-blue);
    font-weight: bold;
}

.blue-text {
    color: var(--color-blue);
}

.red-text {
    color: var(--color-red);
}

.green-text {
    color: var(--color-green);
}

.dfa-sc-speakers-list {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    font-size: 20px;
}

.dfa-sc-speakers-list-title {
    font-size: 30px;
    margin-bottom: 25px;
    font-weight: bold;
}

.font-bold {
    font-weight: bold;
}

#openModalBtn {
    position: fixed;
    top: 17%;
    left: 2%;
    z-index: 1000;
}

#openModalBtn > a {
    display: block;
    color: white;
    border-radius: 100%;
    width: 100px !important;
    height: 100px !important;
    max-width: 100px !important;
    min-width: 100px;

    box-shadow: 4px 0 8px rgba(0, 0, 0, 0.2);

    cursor: pointer;
}

#openModalBtn > a > span {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100%;
}