.stec-builder-element {
    min-height: 1px;
    width: 100%;
    overflow: hidden;
}

/* Event Preview */

.stec-layout-single-preview {
    width: 100%;
    float: left;
    .flexbox(space-between, center);

    line-height: 1;

    .stec-layout-single-month-short {
        display: none;
    }

    .stec-layout-single-preview-separator {
        width: 100%;
        float: left;
        clear: both;
    }

    .stec-layout-single-preview-left {
        .flexbox(flex-start, center);
        float: left;
        width: 100%;
        z-index: 1;

        .stec-layout-single-preview-left-text-date { 
            i {
                margin-right: 5px;
            }
        }

        .stec-layout-single-preview-left-text-event-status {
            line-height: 1;
            float: left;
            span {
                display: block;
                color: #fff;
                padding: 3px 6px;
                border-radius: @borders-radius;
                text-transform: uppercase;
                margin-right: 5px;
                &.unapproved {
                    background: #ececec;
                    color: #333;
                }
                &.cancelled {
                    background-color: #f15e6e;
                }
                &.moved-online {
                    background-color: #32a852;
                }
                &.rescheduled,
                &.postponed {
                    background-color: #ff9933;
                }
            }
        }
        .stec-layout-single-preview-left-text-featured {
            line-height: 1;
            float: left;
            i {
                display: none;
                float: left;
                margin-right: 5px;
                line-height: inherit;
            }
            span {
                display: block;
                padding: 3px 6px;
                border-radius: @borders-radius;
                text-transform: uppercase;
                margin-right: 5px;
            }
        }
        .stec-layout-single-preview-left-icon {
            margin-right: 15px;
            min-width: 54px;
            .box(54px);
            border-radius: @borders-radius;
            overflow: hidden;
            &.stec-no-icon {
                min-width: 10px;
                max-width: 10px;
            }
        }

        .stec-layout-single-preview-left-icon-images {
            position: relative;
            width: 100%;
            height: 100%;
            .stec-layout-single-preview-left-icon-image {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                background-size: cover;
                background-position: 50% 50%;
                z-index: 0;
                opacity: 0;
                transition: opacity 1s ease;
                &.active {
                    z-index: 1;
                    opacity: 1;
                    transition: none;
                }
                &.transition {
                    z-index: 2;
                    opacity: 1;
                }
            }
        }

        .stec-layout-single-preview-left-icon-date {
            width: 100%;
            margin-top: 8px;
            float: left;
            text-align: center;
            .stec-layout-single-preview-left-icon-date-number {
                font-size: 28px;
                font-weight: bold;
            }
            .stec-layout-single-preview-left-icon-date-month {
                font-size: 10px;
                font-weight: normal;
                text-transform: uppercase;
            }
            span {
                width: 100%;
                float: left;
                line-height: 1;
                color: #fff;
            }
        }

        .stec-layout-single-preview-left-icon i {
            color: #fff;
            font-size: 25px;
            line-height: 54px;
            text-align: center;
            width: 100%;
        }

        .stec-layout-single-preview-left-text {
            width: 100%;
        }

        .stec-layout-single-preview-left-text-title {

            line-height: 1;

            a {
                font-size: 12px;
                position: relative;
                top: -2px;
                color: inherit;
                text-decoration: none;
            }
        }
        .stec-layout-single-preview-left-text-secondary {
            margin-top: 5px;
            clear: both;
            float: left;
            width: 100%;
            > span {
                &:not(:last-child) {
                    margin-right: 10px;
                }
                i {
                    margin-right: 5px;
                }
            }
        }
    }

    .stec-layout-single-preview-left-event-edit,
    .stec-layout-single-preview-left-reminder-toggle {
        display: none;
        margin-top: 10px;
        float: left;
        border-radius: 3px;
        padding: 0 10px;
        text-decoration: none;
        text-transform: capitalize;
        float: left;
    }
    .stec-layout-single-preview-right {
        .flexbox(center, center);
        z-index: 1;

        .stec-layout-single-preview-right-event-edit {
            min-width: 40px;
            .box(40px);
            border-radius: @borders-radius;
            cursor: pointer;
            i {
                font-size: 20px;
                line-height: 40px;
                width: 100%;
                text-align: center;
            }
            margin-right: 10px;
        }
        .stec-layout-single-preview-right-menu,
        .stec-layout-single-preview-right-event-toggle {
            min-width: 40px;
            .box(40px);
            border-radius: @borders-radius;
            cursor: pointer;
            &.active,
            &:hover {}
            i {
                font-size: 20px;
                line-height: 40px;
                width: 100%;
                text-align: center;
            }
        }
        .stec-layout-single-preview-right-event-toggle {
            &:not(.active) i:first-child {
                display: block;
            }
            i {
                display: none;
            }
            &.active i:last-child {
                display: block;
            }
        }
        .stec-layout-single-preview-right-menu {
            position: relative;
            z-index: 0;
            &.active {
                z-index: 1;
            }
        }
    }
}

[data-elementor-device-mode="mobile"],
.stec-layout-single-media-small {
    .stec-layout-single-preview {

        .stec-layout-single-preview-left-text-featured {
            span {
                display: none;
            }

            i {
                display: inline-block;
            }
        }

        .stec-layout-single-month-full {
            display: none !important
        }

        .stec-layout-single-month-short {
            display: inline;
        }

        .stec-layout-single-preview-left {
            overflow: hidden;
            margin-left: 10px;
            -webkit-align-items: stretch;
            align-items: stretch;
            .stec-layout-single-preview-left-text-title {
                font-size: 14px;
                line-height: 1.4;
            }
            .stec-layout-single-preview-left-icon {
                border-radius: @borders-radius;
                height: 38px;
                min-width: 38px;
                width: 38px;
                margin-right: 10px;
                &.stec-no-icon {
                    min-width: 10px;
                    width: 10px;
                }
                >i {
                    line-height: 38px;
                    font-size: 20px;
                }
                .stec-layout-single-preview-left-icon-date {
                    margin-top: 6px;
                }
                .stec-layout-single-preview-left-icon-date-number {
                    font-size: 16px;
                }
                .stec-layout-single-preview-left-icon-date-month {
                    font-size: 10px;
                }
            }

            .stec-layout-single-preview-left-text-date,
            .stec-layout-single-preview-left-text-location {
                font-size: 11px;
                margin-top: 5px;
            }
            .stec-layout-single-preview-separator {
                a {
                    margin-top: 10px;
                    margin-left: -13px;
                }
            }
            .stec-layout-single-preview-left-text-secondary {
                margin-top: 0;
                >span {
                    width: 100%;
                    float: left;
                    margin-top: 10px;
                }
            }
        }
        .stec-layout-single-preview-right {
            display: none;
        }
        .stec-layout-single-preview-left-awaiting-approval-cancel,
        .stec-layout-single-preview-left-event-edit,
        .stec-layout-single-preview-left-reminder-toggle {
            display: block;
            margin-top: 0;
        }
    }
}


/* Share and Export */

.stec-layout-single-share-and-export {
    width: 100%;
    .flexbox();
    .stec-layout-single-share {
        a {
            margin-right: 5px;
            float: left;
        }
        i {
            border-radius: @borders-radius;
            width: 35px;
            height: 35px;
            float: left;
            color: #fff;
            text-align: center;
            line-height: 35px;
            &.fa-facebook-messenger {
                background: @messenger;
                &:hover {
                    background: @messenger + #111;
                }
            }
            &.fa-viber {
                background: @viber;
                &:hover {
                    background: @viber + #111;
                }
            }
            &.fa-whatsapp {
                background: @whatsapp;
                &:hover {
                    background: @whatsapp + #111;
                }
            }
            &.fa-facebook {
                background: @facebook;
                &:hover {
                    background: #4368b5;
                }
            }
            &.fa-twitter {
                background: @twitter;
                &:hover {
                    background: #8acdff;
                }
            }
            &.fa-link {
                background: @copylink;
                &:hover {
                    background: #686a70
                }
            }
            &.fa-envelope {
                background: @envelope;
                &:hover {
                    background: #ffb351;
                }
            }
        }
    }
    .stec-layout-single-export {
        form,
        a {
            float: left;
        }
        a {
            margin-left: 10px;
        }
        button,
        a {}
    }
}
[data-elementor-device-mode="mobile"],
.stec-layout-single-media-small {
    .stec-layout-single-share-and-export {
        display: block;
        .stec-layout-single-share {
            width: 100%;
            text-align: center;
            float: left;
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
        }
        .stec-layout-single-export {
            float: left;
            width: 100%;
            form {
                width: 100%;
            }
            button {
                width: 100%;
                margin: 0;
                margin-top: 10px;
                float: left;
                text-align: center;
            }
            a {
                width: 100%;
                margin: 0;
                margin-top: 10px;
                float: left;
                text-align: center;
            }
        }
    }
}


/* Organizers */

.stec-layout-single-organizers {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    .stec-layout-single-organizers-organizer {
        border-top: 1px solid @border-color;
        padding-top: 30px;
        width: 100%;
        float: left;
        margin-top: 25px;
        margin-bottom: 0;
        padding: 0;
        &:first-child {
            border-top: none;
            margin-top: 0;
        }
    }
    .stec-layout-single-organizers-organizer-image {
        float: left;
        .box(100px);
        position: relative;
        .stec-layout-single-organizers-organizer-image-default {
            background-image: url(../../img/default_avatar.png);
            .box(inherit);
            float: left;
            position: absolute;
            top: 0;
            left: 0;
            background-size: cover;
            background-position: 50% 50%;
            border-radius: @borders-radius;
        }
        .stec-layout-single-organizers-organizer-image-photo {
            background-image: url(../../img/default_avatar.png);
            .box(inherit);
            float: left;
            border-radius: @borders-radius;
            position: absolute;
            top: 0;
            left: 0;
            background-size: cover;
            background-position: 50% 50%;
            border-radius: @borders-radius;
        }
    }
    .stec-layout-single-organizers-organizer-content {
        width: ~'calc(100% - 125px)';
        float: right;
    }
    .stec-layout-single-organizers-organizer-social,
    .stec-layout-single-organizers-organizer-description {
        margin-top: 10px;
        float: left;
        width: 100%;
    }
    .stec-layout-single-organizers-organizer-social a {
        float: left;
        width: 30px;
        height: 30px;
        line-height: 30px;
        background: #c9ccd3;
        color: #fff;
        text-align: center;
        margin-right: 5px;
        border-radius: @borders-radius;
        &:last-child {
            margin-right: 0;
        }
        &:hover {
            background: #a0a3ab;
        }
    }
}

[data-elementor-device-mode="mobile"],
.stec-layout-single-media-small {
    .stec-layout-single-organizers {
        .stec-layout-single-organizers-organizer {}
        .stec-layout-single-organizers-organizer-image {
            float: none;
            width: 150px;
            height: 150px;
            margin: 0 auto;
        }
        .stec-layout-single-organizers-organizer-content {
            width: 100%;
            float: left;
            text-align: center;
            margin-top: 20px;
        }
        .stec-layout-single-organizers-organizer-social {
            text-align: center;
            >a {
                float: none;
                display: inline-block;
            }
        }
    }
}


/* Counter */

.stec-layout-single-counter {
    clear:both;
    list-style: none;
    padding: 0;
    .flexbox(center, center);
    li {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center;
        width: 100px;
        &:not(:first-child) {
            border-left: 1px solid @border-color;
        }
    }
    .stec-layout-single-counter-label {
        text-transform: uppercase
    }
}
[data-elementor-device-mode="mobile"],
.stec-layout-single-media-small {
    .stec-layout-single-counter {
        li {
            width: 70px;
        }
        .stec-layout-single-counter-num {
            font-size: 20px;
            line-height: 1.6;
        }
        .stec-layout-single-counter-label {
            font-size: 10px;
        }
    }
}


/* Attachments */

.stec-layout-single-attachments {
    width: 100%;
    float: left;
    .stec-layout-single-attachments-top {
        .flexbox(space-between, center);
        float: left;
        width: 100%;
        p {
            float: left;
        }
        i {
            margin-right: 10px;
            font-size: 20px;
        }
    }
    .stec-layout-single-attachments-toggle {
        min-width: 40px;
        .box(40px);
        border-radius: @borders-radius;
        cursor: pointer;
    }
    .stec-layout-single-attachments-toggle i {
        display: none;
    }
    .stec-layout-single-attachments-toggle:not(.active) i:first-child {
        display: block;
    }
    .stec-layout-single-attachments-toggle.active i:last-child {
        display: block;
    }
    .stec-layout-single-attachments-toggle i {
        font-size: 20px;
        line-height: 40px;
        width: 100%;
        text-align: center;
    }
    .stec-layout-single-attachments-toggle i {}
    .stec-layout-single-attachments-toggle.active,
    .stec-layout-single-attachments-toggle:hover {}
    .stec-layout-single-attachments-toggle.active>i,
    .stec-layout-single-attachments-toggle:hover>i {}
}

.stec-layout-single-attachments-list {
    float: left;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    &:not(.active) {
        display: none;
    }
}

.stec-layout-single-attachment {
    .flexbox(space-between, center);
    float: left;
    width: 100%;
    &:last-of-type {
        padding-bottom: 0;
    }
    .stec-layout-single-attachment-title {
        text-align: left;
        line-height: 1.2;
    }
    .stec-layout-single-attachment-desc {
        margin-top: 10px;
    }
    a {
        &:hover {}
    }
    .stec-layout-single-attachment-size {
        margin-top: 10px;
    }
}


/* Categories */

.stec-layout-single-categories {
    width: 100%;
    float: left;
    .stec-layout-single-category {
        font-family: Arial;
        font-weight: 400;
        font-size: 10px;
        text-transform: uppercase;
        margin-right: 5px;
        margin-bottom: 5px;
        padding: 5px 10px;
        border-radius: 3px;
        display: inline-block;
        color: #fff;
        line-height: 1.2;
    }
}


/* Attendance buttons */

.stec-layout-single-attendance-buttons {
    .flexbox(center, center);
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    li {
        margin-left: 0;
        margin-right: 20px;
        line-height: 1;
        &:last-child {
            margin-right: 0;
        }
        span {
            line-height: inherit;
        }
    }
}


/* Location - Physical */

.stec-layout-single-location {
    width: 100%;
    float: left;
    .stec-builder-element-placeholder-map-container {
        border: 1px dotted #999;
        padding: 20px;
        position: relative;
        .flexbox(center, center);
        >span {
            text-align: center;
            >span {
                font-size: 10px;
                font-size: 10px;
                font-family: Arial;
                color: #999;
                letter-spacing: 5px;
                text-transform: uppercase;
                width: 100%;
            }
            >i {
                width: 100%;
                font-size: 30px;
                color: #999;
            }
        }
    }
    .stec-layout-single-location-map {
        width: 100%;
        height: 100%;
        min-height: 280px;
    }
    .stec-layout-single-location-left,
    .stec-layout-single-location-right {
        width: 50%;
    }
    .stec-layout-single-location-flex {
        &:nth-child(2) {
            margin-top: 15px;
        }
        .flexbox(space-between, flex-start);
        .stec-layout-single-location-left {
            p {
                float: left;
            }
            span {
                margin-top: 15px;
                float: left;
                clear: both;
            }
        }
        .stec-layout-single-location-right {
            margin-left: 45px;
            p {
                float: left;
            }
            input {
                border-radius: @borders-radius;
                box-shadow: none;
                width: 100%;
                height: 50px;
                float: left;
                margin-bottom: 15px;
                border: none;
                padding: 0 25px;
            }
        }
        .stec-layout-single-location-get-direction-btn {
            float: left;
        }
        .stec-layout-single-location-direction-error {
            float: left;
            clear: both;
            margin-top: 10px;
            color: #f15e6e;
            display: none;
        }
    }
    .stec-layout-single-location-details-title {
        margin-top: 45px;
    }
    .stec-layout-single-location-details {
        margin-top: 10px;
    }
    .stec-layout-single-location-directions-buttons {
        float: left;
        width: 100%;
        a {
            text-align: center;
            width: 100%;
            float: left;
            &:nth-child(2) {
                margin-left: 10px;
            }
        }
    }
}
[data-elementor-device-mode="mobile"],
.stec-layout-single-media-small {
    .stec-layout-single-location {
        .stec-layout-single-location-flex {
            display: block;
            float: left;
            &:nth-child(2) {
                margin-top: 10px;
            }
            .stec-layout-single-location-left {
                width: 100%;
                float: left;
                margin-left: 0;
                .stec-layout-single-location-address {
                    margin-top: 5px;
                }
            }
            .stec-layout-single-location-right {
                width: 100%;
                float: left;
                margin-left: 0;
                .stec-layout-single-location-address {
                    margin-top: 5px;
                }
                input {
                    &:first-child {
                        margin-top: 10px;
                    }
                    margin-bottom: 10px;
                }
            }
        }
        .stec-layout-single-location-directions-title {
            margin-top: 45px;
            margin-top: 20px;
        }
        .stec-layout-single-location-details {
            float: left;
            width: 100%;
            margin-top: 5px;
        }
        .stec-layout-single-location-details-title {
            float: left;
            width: 100%;
            margin-top: 20px;
        }
    }
}

[data-elementor-device-mode="tablet"],
.stec-layout-single-media-med {
    .stec-layout-single-location-flex {
        .stec-layout-single-location-right {
            margin-left: 20px;
        }
    }
}
/* Location - Virtual */


.stec-layout-single-location-virtual {

    .stec-layout-single-location-virtual-flex {
        width: 100%;
        float: left;
        .flexbox(flex-start, start);

        > div {
            margin-top: 20px;

            &:last-child {
                margin-left: 20px;
            }
        }

    }

    .stec-layout-single-location-virtual-tags {
        span { 
            display: inline-block;
            cursor: default;
            color: #fff;
            padding: 3px 6px;
            border-radius: 3px;
            text-transform: uppercase;
            margin-right: 5px;
            background-color: #2d8cff;
            font-size: 10px;
            text-transform: uppercase;
            i {
                margin-right: 5px;
            }
        }
    }

    .stec-layout-single-location-left-qr-code {}

    .stec-layout-single-location-left-virtual-link {
        a {
            color:inherit;
        }

        border:1px dotted rgba(0,0,0,0);

        &:hover {
            border-color: #333;
        }
    }

    .stec-layout-single-location-virtual-share {
        float: left;
        width: 100%;
        margin-top: 20px;

        a {
            display: inline-block;
            margin-right: 5px;
        }
        i {
            border-radius: @borders-radius;
            width: 35px;
            height: 35px;
            float: left;
            color: #fff;
            text-align: center;
            line-height: 35px;
            &.fa-facebook-messenger {
                background: @messenger;
                &:hover {
                    background: @messenger + #111;
                }
            }
            &.fa-viber {
                background: @viber;
                &:hover {
                    background: @viber + #111;
                }
            }
            &.fa-whatsapp {
                background: @whatsapp;
                &:hover {
                    background: @whatsapp + #111;
                }
            }
            &.fa-facebook {
                background: @facebook;
                &:hover {
                    background: #4368b5;
                }
            }
            &.fa-twitter {
                background: @twitter;
                &:hover {
                    background: #8acdff;
                }
            }
            &.fa-copy,
            &.fa-link {
                background: @copylink;
                &:hover {
                    background: #686a70
                }
            }
        }

    }

    .stec-layout-single-location-optional-details {
        float: left;
        width: 100%;
        margin-top: 20px;
    }
}

[data-elementor-device-mode="mobile"],
.stec-layout-single-media-small {
    .stec-layout-single-location {
        .stec-layout-single-location-virtual {

            .stec-layout-single-location-left-qr-code {
                text-align: center;
            }

            .stec-layout-single-location-virtual-flex {
                display: block;

                > div:last-child {
                    text-align: center;
                    margin-left: 0;
                }
            }

            .stec-layout-single-location-optional-details {
                margin-top: 20px;

                .stec-style-title2 {
                    font-size: 18px;
                }
            }
        }
    }
}

/* Media Slider */

.stec-layout-single-media {
    float: left;
    width: 100%;
}

.stec-layout-single-media-content {
    overflow: hidden;
    position: relative;
    float: left;
    width: 100%;
    /*height: 400px;*/
    >div {
        .trans(opacity, .25s, linear);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50%;
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        left: 0;
        top: 0;
        img {
            display: none;
            /* only for preload */
            width: 100%;
            height: auto;
        }
        div {
            background: rgba(0, 0, 0, 0.7);
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            padding: 20px;
            span,
            p {
                width: 100%;
                float: left;
                text-align: center;
            }
            p {
                color: #fff;
            }
            span {
                color: #999da2;
            }
            p+span {
                margin-top: 10px;
            }
        }
    }
    .fade-in {
        opacity: 1;
        z-index: 2;
    }
    .active-image {
        opacity: 1;
        z-index: 1;
    }
}

.stec-layout-single-media-controls {
    width: 100%;
    height: 100px;
    float: left;
    margin-top: 10px;
    .flexbox(center, center);
    .stec-layout-single-media-controls-next,
    .stec-layout-single-media-controls-prev {
        min-width: 50px;
        height: 100px;
        cursor: pointer;
        i {
            font-size: 30px;
            line-height: 95px;
            text-align: center;
            width: 100%;
            .trans(color, .2s, ease);
        }
        &:hover {
            i {}
        }
    }
    .stec-layout-single-media-controls-prev {
        margin-right: 10px;
    }
    .stec-layout-single-media-controls-next {
        margin-left: 10px;
    }
    .stec-layout-single-media-controls-list-wrap {
        height: 100px;
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    .stec-layout-single-media-controls-list {
        position: absolute;
        top: 0;
        left: 0;
        height: 100px;
        width: 100%;
        padding: 0 !important;
        margin: 0 !important;
        .trans(opacity, .2s, ease);
        li {
            cursor: pointer;
            height: 100px;
            width: ~'calc( (100% - 2*10px) / 3 )';
            float: left;
            overflow: hidden;
            padding: 0;
            margin: 0 5px;
            &:first-child {
                margin-left: 0;
            }
            &:last-child {
                margin-right: 0;
            }
            background-size: cover;
            position: relative;
            &:before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: #202020;
                z-index: 1;
                opacity: 0.3;
                .trans(opacity, .2s, ease);
            }
            &:hover:before {
                opacity: 0;
            }
        }
        .active-thumb:before {
            opacity: 0;
        }
    }
}

.stec-layout-single-media-controls.no-side-controls {
    .stec-layout-single-media-controls-next,
    .stec-layout-single-media-controls-prev {
        display: none;
    }
}

.stec-layout-single-media-content-subs {
    width: 100%;
    float: left;
    background: #000;
    display: none;
    height: 0;
    overflow: hidden;
    span,
    p {
        width: 100%;
        float: left;
        text-align: center;
    }
    p {
        color: #fff;
    }
    span {
        color: #999da2;
    }
}
[data-elementor-device-mode="mobile"],
.stec-layout-single-media-small {
    .stec-layout-single-media-content {
        margin-top: 20px;
        >div {
            >div {
                display: none;
            }
        }
    }
    .stec-layout-single-media-controls {
        height: 50px;
        .stec-layout-single-media-controls-prev {
            height: 50px;
            i {
                line-height: 50px;
            }
        }
        .stec-layout-single-media-controls-next {
            height: 50px;
            i {
                line-height: 50px;
            }
        }
    }
    .stec-layout-single-media-controls-list-wrap {
        height: 50px;
    }
    .stec-layout-single-media-controls-list {
        height: 50px;
        li {
            height: 50px;
        }
    }
    .stec-layout-single-media-content-subs {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        p {
            font-size: 14px;
        }
        span {
            font-size: 12px;
        }
    }
}


/* Schedule */

.stec-layout-single-schedule-tab {
    float: left;
    width: 100%;
    &.open {
        .stec-layout-single-schedule-tab-toggle {
            i:first-child {
                display: none;
            }
            i:last-child {
                display: block;
            }
        }
        .stec-layout-single-schedule-tab-desc {
            display: block;
        }
    }
    &.stec-layout-single-schedule-tab-no-desc {
        .stec-layout-single-schedule-tab-desc {
            display: none;
        }
        .stec-layout-single-schedule-tab-toggle {
            display: none;
        }
        .stec-layout-single-schedule-tab-preview {
            cursor: default;
        }
    }
    &.stec-layout-single-schedule-tab-no-icon {
        .stec-layout-single-schedule-tab-right-title i {
            display: none;
        }
    }
    border-bottom: 1px solid @border-color;
    margin-bottom: 10px;
    padding-bottom: 10px;
    &:last-of-type {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .stec-layout-single-schedule-tab-toggle {
        border-radius: 3px;
        cursor: pointer;
        height: 40px;
        min-width: 40px;
        width: 40px;
        i {
            font-size: 20px;
            line-height: 40px;
            width: 40px;
            text-align: center;
        }
        i:first-child {
            display: block;
        }
        i:last-child {
            display: none;
        }
        &:hover {}
    }
    .stec-layout-single-schedule-tab-preview {
        .flexbox(start);
        cursor: pointer;
    }
    .stec-layout-single-schedule-tab-right {
        .flexbox(space-between);
        span {
            padding: 0 20px 0 0;
        }
        min-height: 40px;
    }
    .stec-layout-single-schedule-tab-left {
        margin-right: 15px;
        width: 120px;
        span {}
    }
    .stec-layout-single-schedule-tab-right {
        width: ~'calc(100% - 115px)';
        min-width: 110px;
        .stec-layout-single-schedule-tab-right-title {
            .flexbox;
            line-height: 1.2;
            span {}
            i {
                margin-right: 10px;
                font-size: 25px;
                float: left;
            }
        }
    }
    .stec-layout-single-schedule-tab-desc {
        margin-top: 20px;
        display: none;
    }
}

.stec-layout-single-schedule-isempty {
    float: left;
    width: 100%;
    text-align: center;
}
[data-elementor-device-mode="mobile"],
.stec-layout-single-media-small {
    .stec-layout-single-schedule-tab-preview {
        display: block;
        .stec-layout-single-schedule-tab-left {
            width: 100%;
            float: left;
            span {
                font-size: 12px;
            }
        }
        .stec-layout-single-schedule-tab-right {
            width: 100%;
            float: left;
        }
        .stec-layout-single-schedule-tab-right-title {
            span {
                font-size: 16px;
            }
            i {
                font-size: 20px;
            }
        }
    }
}


/* Forecast */

.stec-layout-single-forecast {
    .stec-layout-single-forecast-content {
        display: none;
    }
    .errorna {
        width: 100%;
        float: left;
        text-align: center;
        display: none;
    }
    .stec-layout-single-forecast-credits {
        text-align: center;
        color: #bdc1c8;
        font-family: Arial;
        font-size: 12px;
        font-weight: 400;
        margin-top: 5px;
    }
    .stec-layout-single-forecast-top {
        .stec-layout-single-forecast-top-title {
            text-align: left;
            line-height: 1.2;
        }
        .stec-layout-single-forecast-top-date {
            text-align: left;
            line-height: 1.2;
            margin-top: 5px;
        }
        p:last-child {
            /*text-transform: uppercase;*/
        }
        border-bottom: 1px solid @border-color;
        padding-bottom: 20px;
    }
    .stec-layout-single-forecast-today {
        border-bottom: 1px solid @border-color;
        padding: 25px 0;
        .flexbox;
        .stec-layout-single-forecast-today-left {
            .flexbox;
            margin-right: 20px;
            min-width: 320px;
            p {
                text-align: left;
                line-height: 1.2;
            }
            >div {
                &:last-of-type {
                    float: left;
                    width: 100%;
                }
            }
            .stec-layout-single-forecast-today-left-icon {
                .box(68px);
                padding: 10px;
                background: #3e3e3e;
                border-radius: @borders-radius;
                margin-right: 15px;
                >div {
                    .box(48px);
                }
            }
        }
        .stec-layout-single-forecast-today-right {
            p {
                line-height: 1.5;
                width: 100%;
                float: left;
                text-align: left;
                span {
                    float: right;
                }
            }
        }
    }
    .stec-layout-single-forecast-details {
        padding: 25px 0;
        .flexbox(space-between, flex-start);
        >div>p {
            margin-bottom: 25px;
        }
        .stec-layout-single-forecast-details-left {
            min-width: 320px;
            width: 30%;
            margin-right: 25px;
            p {
                text-align: left;
            }
            .stec-layout-single-forecast-details-left-forecast {
                .stec-layout-single-forecast-details-left-forecast-top {
                    .flexbox;
                    padding: 20px 0;
                    border-top: 1px solid @border-color;
                    border-bottom: 1px solid @border-color;
                    background: inherit;
                    p {
                        width: ~'calc(100% / 3)';
                        text-align: center;
                        text-transform: uppercase;
                    }
                }
                .stec-layout-single-forecast-details-left-forecast-day {
                    .flexbox;
                    padding: 15px 0;
                    border-bottom: 1px solid @border-color;
                    >div,
                    p {
                        width: ~'calc(100% / 3)';
                        text-align: center;
                    }
                    >div {
                        .box(30px);
                    }
                }
            }
        }
        .stec-layout-single-forecast-details-right {
            width: 70%;
            max-width: ~'calc(100% - 345px)';
            .stec-layout-single-forecast-details-chart {
                float: left;
                width: 100%;
                height: 398px;
                position: relative;
                top: -11px;
                canvas {
                    width: 100%;
                    height: 100%;
                    float: left;
                }
            }
        }
    }
}
[data-elementor-device-mode="mobile"],
.stec-layout-single-media-small {
    .stec-layout-single-forecast {
        padding: 20px 0;
        .stec-layout-single-forecast-today {
            display: block;
            width: 100%;
            float: left;
            .stec-layout-single-forecast-today-left {
                width: 100%;
                float: left;
                .stec-layout-single-forecast-today-left-current-text {
                    font-size: 16px;
                }
                .stec-layout-single-forecast-today-left-current-temp {
                    font-size: 32px;
                }
            }
            .stec-layout-single-forecast-today-right {
                width: 100%;
                float: left;
                margin-top: 20px;
                p {
                    font-size: 16px;
                }
            }
        }
        .stec-layout-single-forecast-details {
            display: block;
            width: 100%;
            float: left;
            .stec-layout-single-forecast-details-left {
                display: block;
                width: 100%;
                float: left;
                min-width: 0;
                .stec-layout-single-forecast-details-left-forecast-top {
                    background: inherit;
                    p {
                        font-size: 12px;
                    }
                }
                .stec-layout-single-forecast-details-left-forecast-day {
                    p {
                        font-size: 16px;
                    }
                }
            }
            .stec-layout-single-forecast-details-right {
                display: block;
                width: 100%;
                float: left;
                margin-top: 20px;
                max-width: 100%;
            }
            >div {
                >p {
                    font-size: 16px;
                }
            }
        }
        .stec-layout-single-forecast-top-title {
            font-size: 16px;
        }
        .stec-layout-single-forecast-top-date {
            font-size: 12px;
            margin-top: 3px;
        }
    }
}


/* Attendance */

.stec-layout-single-attendance {
    width: 100%;
    float: left;
    .stec-layout-single-attendance-invited {
        padding-bottom: 20px;
        width: 100%;
        float: left;
        border-bottom: 1px solid @border-color;
        .flexbox(space-between, center);
        >p>span {
            color: #f15e6e;
            font-size: 12px;
        }
    }
    .stec-layout-single-attendance-invited-buttons {
        padding: 0 !important;
    }
    .stec-layout-single-attendance-invited-buttons li {
        height: 40px;
        padding: 0 20px;
        border-radius: @borders-radius;
        float: left;
        cursor: pointer;
        margin-left: 10px;
        .flexbox(center, center);
    }
    .stec-layout-single-attendance-invited-buttons li p {}
    .stec-layout-single-attendance-invited-buttons-decline.active {}
    .stec-layout-single-attendance-invited-buttons-decline:hover {}
    .stec-layout-single-attendance-attendees {
        list-style: none;
        padding: 0;
        float: left;
        width: 100%;
    }
    .stec-layout-single-attendance-attendee {
        float: left;
        width: ~"calc(100% / 5)";
        height: 250px;
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .stec-layout-single-attendance-attendee-avatar {
        height: 100px;
        position: relative;
        width: 100px;
        margin: 14px auto 0;
    }
    .stec-layout-single-attendance-attendee-avatar img {
        border-radius: 100%;
        float: left;
        .box(100px);
    }
    .stec-layout-single-attendance-attendee-avatar ul {
        list-style: none;
        margin: 0;
        padding: 0;
        height: 100px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100px;
    }
    .stec-layout-single-attendance-attendee-avatar li {
        list-style: none;
        height: 30px;
        position: absolute;
        width: 30px;
        left: ~"calc(50% - 15px)";
        top: ~"calc(0% - 15px)";
        margin: 0;
        padding: 0;
    }
    .stec-layout-single-attendance-attendee-avatar li i {
        border-radius: 100%;
        font-size: 12px;
        float: left;
        line-height: 25px;
        .box(30px);
        left: ~"calc(50% - 15px)";
        top: -15px;
        text-align: center;
        border: 2px solid #fff;
        color: #ffffff;
    }
    .stec-layout-single-attendance-attendee-avatar li .fa-question {
        background: #bdc1c8;
    }
    .stec-layout-single-attendance-attendee-avatar li .fa-times {
        background: #f15e6e;
    }
    .stec-layout-single-attendance-attendee-avatar li .fa-check {
        background: #92bc00;
    }
    .stec-layout-single-attendance-attendee p {
        width: 100%;
        text-align: center;
        float: left;
        margin-top: 20px;
        word-wrap: break-word;
    }
    .stec-layout-single-attendance-attendee-persons {
        width: auto;
        display: inline-block;
        color: #fff;
        padding: 2px 5px;
        font-size: 14px;
        border-radius: 3px;
        font-weight: bold;
        margin-top: 5px;
        background: #248ffb;
        display: none;
        i {
            font-size: 10px;
            margin-left: 5px;
            position: relative;
            top: -1px;
        }
    }
}
[data-elementor-device-mode="mobile"],
.stec-layout-single-media-small {
    .stec-layout-single-attendance {
        .stec-layout-single-attendance-attendee {
            width: calc(100% / 2);
            height: 200px;
            p {
                font-size: 14px;
                max-width: 150px;
                float: none;
                margin: 20px auto 0;
            }
        }
        .stec-layout-single-attendance-invited {
            display: block;
            p {
                text-align: center;
            }
        }
        .stec-layout-single-attendance-invited-buttons {
            width: 100%;
            float: left;
            margin-top: 20px;
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
        }
    }
}


/* Tabs */

.stec-layout-event-single-tabs-content>div {
    display: none;
    &.active {
        display: block;
    }
}

.stec-layout-single-tabs {
    float: left;
    width: 100%;
}

.stec-layout-single-tabs-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid @border-color;
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
    width: 100%;
    float: left;
    >li {
        list-style: none;
        margin: 0;
        padding: 0;
        float: left;
        &:not(:first-child) {
            margin-left: 45px;
        }
        &:not(.active) {
            color: #999da2;
        }
        cursor: pointer;
        i {
            display: none;
            font-size: 20px;
        }
    }
}


/* Guests */

.stec-layout-single-guests {
    width: 100%;
    float: left;
    .stec-layout-single-guests-guest {
        width: 100%;
        float: left;
        border-bottom: 1px solid @border-color;
        &:not(:last-child) {
            margin-bottom: 20px;
            padding-bottom: 20px;
        }
    }
    .stec-layout-single-guests-guest:last-child {
        border: none;
    }
    .stec-layout-single-guests-guest-left {
        width: 100px;
        float: left;
        margin-top: 14px;
    }
    .stec-layout-single-guests-guest-right {
        width: ~"calc(100% - 150px)";
        float: right;
    }
    .stec-layout-single-guests-guest-left-avatar {
        .box(100px);
        float: left;
        position: relative;
        ul,
        li {
            list-style: none;
            margin: 0;
            padding: 0;
        }
    }
    .stec-layout-single-guests-guest-left-avatar img {
        .box(100px);
        float: left;
        border-radius: 100%;
    }
    .stec-layout-single-guests-guest-left-avatar-default {
        .box(100px);
        float: left;
        border-radius: 100%;
        background-image: url('../../img/default_avatar.png');
    }
    .stec-layout-single-guests-guest-left-avatar ul {
        .box(100px);
        position: absolute;
        top: 0;
        left: 0;
    }
    .stec-layout-single-guests-guest-left-avatar li {
        .box(28px);
        position: absolute;
        top: 0;
        left: 0;
    }
    li.stec-layout-single-guests-guest-left-avatar-icon-position-1 {
        top: ~"calc(0% - 14px)";
        left: ~"calc(50% - 14px)";
    }
    li.stec-layout-single-guests-guest-left-avatar-icon-position-2 {
        left: ~"calc(85% - 14px)";
        top: ~"calc(15% - 14px)";
    }
    li.stec-layout-single-guests-guest-left-avatar-icon-position-3 {
        left: ~"calc(100% - 14px)";
        top: ~"calc(50% - 14px)";
    }
    li.stec-layout-single-guests-guest-left-avatar-icon-position-4 {
        left: ~"calc(85% - 14px)";
        top: ~"calc(85% - 14px)";
    }
    li.stec-layout-single-guests-guest-left-avatar-icon-position-5 {
        left: ~"calc(50% - 14px)";
        top: ~"calc(100% - 14px)";
    }
    li.stec-layout-single-guests-guest-left-avatar-icon-position-6 {
        left: ~"calc(15% - 14px)";
        top: ~"calc(85% - 14px)";
    }
    li.stec-layout-single-guests-guest-left-avatar-icon-position-7 {
        left: ~"calc(0% - 14px)";
        top: ~"calc(50% - 14px)";
    }
    .stec-layout-single-guests-guest-left-avatar li i {
        .box(28px);
        border-radius: 100%;
        float: left;
        line-height: 28px;
        color: #fff;
        font-size: 12px;
    }
    .stec-layout-single-guests-guest-left-avatar li a {
        text-align: center;
    }
    .stec-layout-single-guests-guest-left-avatar {
        i:hover {
            background: #fff;
        }
        .fa-facebook {
            background: @facebook;
            &:hover {
                color: @facebook;
            }
        }
        .fa-twitter {
            background: @twitter;
            &:hover {
                color: @twitter;
            }
        }
        .fa-behance {
            background: @behance;
            &:hover {
                color: @behance;
            }
        }
        .fa-deviantart {
            background: @devianart;
            &:hover {
                color: @devianart;
            }
        }
        .fa-github {
            background: @github;
            &:hover {
                color: @github;
            }
        }
        .fa-lastfm {
            background: @lastfm;
            &:hover {
                color: @lastfm;
            }
        }
        .fa-linkedin {
            background: @linkedin;
            &:hover {
                color: @linkedin;
            }
        }
        .fa-reddit {
            background: @reddit;
            &:hover {
                color: @reddit;
            }
        }
        .fa-soundcloud {
            background: @soundcloud;
            &:hover {
                color: @soundcloud;
            }
        }
        .fa-tumblr {
            background: @tumblr;
            &:hover {
                color: @tumblr;
            }
        }
        .fa-vimeo {
            background: @vimeo;
            &:hover {
                color: @vimeo;
            }
        }
        .fa-youtube {
            background: @youtube;
            &:hover {
                color: @youtube;
            }
        }
        .fa-twitch {
            background: @twitch;
            &:hover {
                color: @twitch;
            }
        }
        .fa-steam {
            background: @steam;
            &:hover {
                color: @steam;
            }
        }
        .fa-phone {
            background: @phone;
            &:hover {
                color: @phone;
            }
        }
        .fa-instagram {
            background: @instagram;
            &:hover {
                color: @instagram;
            }
        }
        .fa-pinterest {
            background: @pinterest;
            &:hover {
                color: @pinterest;
            }
        }
        .fa-skype {
            background: @skype;
            &:hover {
                color: @skype;
            }
        }
        .fa-envelope {
            background: @envelope;
            &:hover {
                color: @envelope;
            }
        }
        .fa-dribbble {
            background: @dribbble;
            &:hover {
                color: @dribbble;
            }
        }
        .fa-flickr {
            background: @flickr;
            &:hover {
                color: @flickr;
            }
        }
    }
    .stec-layout-single-guests-guest-right-title {
        float: left;
    }
    .stec-layout-single-guests-guest-right-desc {
        float: left;
        width: 100%;
        margin-top: 20px;
    }
    .stec-layout-single-guests-guest-right-desc p {
        text-align: left;
        float: left;
    }
}
[data-elementor-device-mode="mobile"],
.stec-layout-single-media-small {
    .stec-layout-single-guests {
        .stec-layout-single-guests-guest-left {
            width: 100%;
            float: left;
        }
        .stec-layout-single-guests-guest-left-avatar {
            float: none;
            margin: 0 auto;
        }
        .stec-layout-single-guests-guest-right {
            width: 100%;
            margin-top: 20px;
        }
        .stec-layout-single-guests-guest-right-title {
            text-align: center;
            width: 100%;
            font-size: 18px;
        }
        .stec-layout-single-guests-guest-right-desc {
            p {
                font-size: 13px;
            }
        }
        .stec-layout-single-guests-guest:not(:last-child) {
            margin-bottom: 10px;
            padding-bottom: 10px;
        }
    }
}


/* Shop */

.stec-layout-single-shop {
    width: 100%;
    float: left;
    height: auto;
}


/* Comments */

.stec-builder-element-placeholder {
    border: 1px dotted #999;
    padding: 20px;
    position: relative;
    .flexbox(center,
    center);
    >span {
        text-align: center;
        >span {
            font-size: 10px;
            font-size: 10px;
            font-family: Arial;
            color: #999;
            letter-spacing: 5px;
            text-transform: uppercase;
            width: 100%;
        }
        >i {
            width: 100%;
            font-size: 30px;
            color: #999;
        }
    }
}

.stec-layout-single-comments {
    width: 100%;
}


/* Placeholder */

.stec-builder-element-placeholder {
    border: 1px dotted #999;
    padding: 20px;
    position: relative;
    .flexbox(center,
    center);
    >span {
        text-align: center;
        >span {
            font-size: 10px;
            font-size: 10px;
            font-family: Arial;
            color: #999;
            letter-spacing: 5px;
            text-transform: uppercase;
            width: 100%;
        }
        >i {
            width: 100%;
            font-size: 30px;
            color: #999;
        }
    }
}