.stec-media-med {

    /* TOP */

    .stec-top-menu {
        li {
            &[data-action="today"] {

                p:not(.stec-top-menu-count) {
                    display: none;
                }

                i {
                    display: block;
                }
            }
        }
    }

    .stec-top-menu-layouts {
        display: none;
    }

    .stec-top-dropmenu-layouts {
        display: block;
    }

    /* MONTH LAYOUT */

    .stec-layout-month-daylabel p {
        display: block;
    }

    .stec-layout-month-daylabel p:first-child,
        .stec-layout-month-daylabel p:last-child {
        display: none;
    }


    .stec-layout-month-daycell {
        height: 100px;

        .stec-layout-month-daycell-wrap {
            .stec-layout-month-daycell-num {
                font-size: 12px;
                top: 7px;
                left: 7px;
                width: 16px;
                height: 15px;
                line-height: 15px;
            } 
        }
    }

    .stec-layout-month-daycell-today .stec-layout-month-daycell-num::before {
        left: ~"calc(50% - 10px)";
        padding: 10px;
        top: -3px;
    }

    .stec-layout-month-daycell-events {
        position: absolute;
        bottom: 0;
        left:0;
        height: 70px;
        width: 100%;
    }

    .stec-layout-month-daycell-event {
        height: 15px;
    }

    .stec-layout-month-daycell-event[data-pos="2"] {
        top: 18px;
    }

    .stec-layout-month-daycell-event[data-pos="3"] {
        top: 36px;
    }

    .stec-layout-month-daycell-event-start {
        width: ~"calc(100% - 3px)";
        margin-left: 2px;
    }

    .stec-layout-month-daycell-event-end {
        border-top-right-radius: @borders-radius;
        border-bottom-right-radius: @borders-radius;
        width: ~"calc(100% - 3px)";
        margin-right: 2px;
    }

    .stec-layout-month-daycell-event-start.stec-layout-month-daycell-event-end {
        width: ~"calc(100% - 5px)";
        margin-left: 2px;
        margin-right: 2px;
    }

    .stec-layout-month-daycell-events .stec-layout-month-daycell-event .stec-layout-month-daycell-event-name {
        line-height: 15px ;
        font-size: 10px ;
        padding:0 5px ;
        text-transform: none;
    }

    .stec-layout-month-daycell-eventmore {
        height: 9px;
        margin-left: 7px;

        .stec-layout-month-daycell-eventmore-count-dot {
            display: block;
        }

        .stec-layout-month-daycell-eventmore-count {
            display: none;
        }
    }


    /* WEEK LAYOUT */

    .stec-layout-week-daylabel p {
        display: block;
    }

    .stec-layout-week-daylabel p:first-child,
        .stec-layout-week-daylabel p:last-child {
        display: none;
    }

    /* EVENTS */

    .stec-layout-event-inner-top-tabs li span {
        display: none;
    }

    .stec-layout-event-inner-top-tabs li i {
        display: block;
    }

    /* INTRO */ 

    .stec-layout-event-inner-intro-share-and-export {

        display: block;

        .stec-layout-event-inner-intro-share {
            width: 100%;
            text-align: center;
            float: left;
            .flexbox(center);
        }

        .stec-layout-event-inner-intro-export {
            float: left;
            width: 100%;

            form {
                width: 100%;
            }

            button, a {
                width: 100%;
                margin:0;
                margin-top: 10px;
                float: left;
                text-align: center;
            }
        }
    }

    /* LOCATION TAB */
    .stec-layout-event-inner-location {
        .stec-layout-event-inner-location-left {
            width: 100%;
            clear:both;
            padding: 20px;
        }

        .stec-layout-event-inner-location-right {
            position: relative;
            width: 100%;
            clear:both;
            height: 275px;
        }

        .stec-layout-event-inner-location-address  {
            margin-bottom: 30px;
        }

        .stec-layout-event-inner-location-left:last-child  {
            margin-top: 10px;
        }
    }

    /* ATTENDANCE TAB */
    .stec-layout-event-inner-attendance {

        .stec-layout-event-inner-attendance-attendee {
            width: ~"calc(100% / 3)";
        }

    }

    /* FORECAST TAB */
    .stec-layout-event-inner-forecast {

        .stec-layout-event-inner-forecast-details {
            display: block;

            .stec-layout-event-inner-forecast-details-left {
                width: 100%;
                float: left;
            }

            .stec-layout-event-inner-forecast-details-right {
                margin-top: 25px;
                width: 100%;
                max-width: 100%;
                float: left;
            }
        }
    }

    .stec-layout-event {

        &.stec-event-featured {
            .stec-layout-event-preview-left-text-featured {
                span {
                    display: none;
                }

                i {
                    display: block;
                }
            }
        }
    }

    /* MAP LAYOUT */

    .stec-layout-map {
        .stec-layout-map-sidebar,
        .stec-layout-map-container {
            width: 100%;
            float: left;
        }

        .stec-layout-map-container {
            height: 400px !important;
        }

        .stec-layout-events {
            &.container-focused {
                .stec-layout-event:not(.event-focused) {
                    display: none;
                }
            }
        }

    }
}