/*
Theme Name:   Beyond Theming
Description:  Beyond Talking custom child theme for Hello Elementor
Author:       Tecknet
Template:     hello-elementor
Version:      1.0.41
*/


/* Center the popup */
.elementor-popup-modal {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.elementor-popup-modal .dialog-widget-content {
    margin: auto !important;
}

/* Resize close button */
.elementor-popup-modal .dialog-close-button {
    width: 40px !important;
    height: 40px !important;
    font-size: 20px !important;
}

.elementor-popup-modal .dialog-close-button i {
    font-size: 20px !important;
}

/* Or if you want it even smaller */
.elementor-popup-modal .dialog-close-button {
    width: 25px !important;
    height: 25px !important;
    align-items: center;
    justify-content: center;
    font-size: 16px !important;
}

.elementor-shortcode {
    display: flex;
    gap: 1.5em;
    flex-direction: column;
    align-items: flex-start;
}
@media (min-width: 768px) {
    .elementor-shortcode {
        flex-direction: row;
    }
}

.elementor-popup-modal .elementor-shortcode .elementor-widget-button {
    display: inline-block;
    margin-bottom: 1em; 
    padding-inline: 0;
}
.elementor-popup-modal a {
    padding-left: 0;
}
.elementor-popup-modal a svg path {
    fill: currentColor;
}

.elementor-popup-modal a {
    background-color: transparent !important;
    color: inherit !important;
}

.event-speaker-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.event-speakers-title {
    /* font-weight: normal !important; */
}

.speaker-linkedin a {
    display: flex;
    gap: 0.5em;
}

.event-speaker {
    display: flex;
    flex-direction: column;
    gap: 1em;
    align-items: flex-start;

    @media (min-width: 700px) {
        flex-direction: row;
    }
}

.speaker-info {
    @media (min-width: 700px) {
        padding: 1em;
    }
}

.event-speaker .speaker-name {
    display: block;
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 0.25em;
}

.event-speaker img {
    width: 200px;
    aspect-ratio: 1/1;
    object-fit: cover;
}




.bt-post-content, #tinymce {

    ol, ul, .info-box-out {
        margin-bottom: 1em;
    }
    ol > li::marker {
        font-weight: bold;
    }

    .info-box-out figure {
       margin: 0;
    }

    @media (max-width: 781px) {
        .info-box-out {
            margin-block: 1.5em;
        }
    }

    @media (min-width: 782px) {
        .info-box-out {
            margin-left: 1.5em;
        }
    }

    

    .space-above {
        margin-top: 2em;
    }

    .line-above-and-below {
        padding-block: 1em;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        margin-block: 2em;
    }

    .quote {
        display: block;
        font-style: italic;
        font-weight: bold;
        font-size: 1.6em;
        margin-block: 1.2em;
        max-width: 600px;
        line-height: 1.4;
        width: 100%;
        color: var(--e-global-color-secondary)
    }

    .subline-and-title {
        display: inline-block;
        border-top: 1px solid #000;
        padding-top: 1em;
        padding-right: 2.3em;
        margin-top: 1em;
        margin-bottom: 1em;

        > p {text-transform: uppercase; margin-bottom: 0em; font-size: 90%;}
        > h2,h3 { margin-top: 0em}
    }
}