/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*
Theme Name: Evently
Theme URI: http://evently.mikado-themes.com
Description: A Modern Multi-Concept Event and Conference Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Text Domain: evently
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.1
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/



@media screen and ( min-width: 768px ) { .mobile-only { display: none !important } }
@media screen and ( max-width: 767px ) { .desktop-only { display: none !important } }
@font-face {
    src: url(/fonts/Akkurat-Bold.otf);
    font-family: "Akkurat";
    font-weight: 700
}
@font-face {
    src:url(/fonts/Akkurat-Mono.otf);
    font-family: "Akkurat"
}

::-moz-selection {
    background-color:#9D73FF;
    color:#000;
}

::selection {
    background-color:#9D73FF;
    color:#000;
}

* { -webkit-box-sizing: border-box; box-sizing: border-box; }
a { text-decoration: underline !important }
.mkdf-mobile-nav a { text-decoration: none !important }

@media ( max-width: 1160px ) and ( min-width: 1024px ) {
    .mkdf-main-menu>ul>li>a { padding: 0 9px }
}

.hidden-section { display: none !important }

.centered-text { text-align: center }
.right-text { text-align: right }
.sans-serif-text { font-family: 'Roboto', sans-serif }
.white-text, .white-text * { color:#fff !important }
.dark-gray-text, .dark-gray-text * { color:#868686 !important }
.green-text, .green-text * { color:#00FF00 !important; }
.black-text, .black-text * { color:#000 !important }
.purple-text, .purple-text * { color:#FF00FF !important }
.yellow-text, .yellow-text * { color:#FFFF00 } 
.black-background { background-color:#000 !important }
.green-background { background-color:#00FF00 }
.purple-background { background-color:#FF00FF }
.yellow-background { background-color:#FFFF00 }
.light-gray-background { background-color:#F2F2F2 }
.dark-gray-background { background-color: #868686 !important }
.bold-text, .bold-text * { font-weight: bold }
.bold-titles, .bold-titles * {
    font-size: 50px;
    line-height: 56px;
    font-weight: bold
}
.bold-titles-program, .bold-titles-program * {
    font-size: 45px;
    line-height: 50px;
    font-weight: bold
}
@media screen and ( max-width: 767px ) {
    .bold-titles-program, .bold-titles-program * {
        font-size: 30px;
        line-height: 37px;
    }
}
.underlined-text { text-decoration: underline }
.text-uppercase { text-transform: uppercase }
.sans-serif, .sans-serif * { font-family: 'Roboto', sans-serif }
h2.mkdf-st-title { line-height: 48px !important; margin-top: 8px !important; }
p.no-margin { margin:0 !important }
.empty-space-50 { height: 50px }
.max-width-800 {
    max-width: 800px;
    margin: 0 auto !important;
}
.max-width-1200 {
    max-width: 1200px;
    margin: 0 auto !important;
    padding: 0 50px
}

.max-width-1400 {
    max-width: 1400px;
    margin: 0 auto !important;
    padding: 0 50px
}

@media screen and ( max-width: 767px ) {
    .max-width-1400, .max-width-1200 { padding-right: 15px !important; padding-left: 15px !important }
}

.max-width-1600 {
    max-width: 1600px;
    margin: 0 auto !important;
}
.bk-full-width-section {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 0
}
.bk-full-width-section > .wpb_column {
    max-width: 1200px !important;
    padding: 0 50px
}
.padding-50 { padding: 0 50px }
@media screen and ( max-width: 767px ) { .padding-50 { padding: 0 15px } }
.padding-tb-50 { padding: 50px 0 }

.row-no-padding-bottom { padding-bottom: 0 !important }

.generic-container {
    max-width: 1000px;
    padding: 50px;
    margin: 0 auto !important;
}

@media screen and ( max-width: 425px ) {
    .generic-container { padding: 25px }
}

.generic-discover-program {
    margin: 50px 0 0
}

.home-program {
    padding-top: 50px;
    border-top: 1px #868686 solid

}

/* @media screen and ( min-width: 1024px ) and ( max-width: 1260px ) {
    header.mkdf-page-header .mkdf-grid {

    }
} */

.mkdf-page-header .mkdf-menu-area { background-color: rgba(255, 255, 255, 1); }

.mkdf-st-tagline { font-style: normal !important}

@media screen and ( max-width: 480px ) {
    .mkdf-row-grid-section {
        width: 100% !important;
        padding: 0 15px !important;
    }
    .tt_responsive .tt_timetable.small .tt_items_list div.event_container {
        width: 230px;
    }
}

.mkdf-vertical-align-containers {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 65px !important
}

.mkdf-grid .mkdf-vertical-align-containers { 
    padding: 0 !important
}

span.item_text { text-decoration: none !important }

/* ---- PAGE CANVAS ---- */

.title-canvas {
    background-image: url('/img/ts_home_canvas.jpg');
    background-size: cover;
    padding: 150px 0 30px
}

.title-canvas h1 {
    max-width: 1100px;
    margin: 0 auto
}

@media only screen and (min-width: 1400px) {
    .title-canvas h1 { max-width: 1300px; }
}

@media only screen and (max-width: 1200px) {
    .title-canvas h1 { max-width: 950px; }
}

@media screen and ( max-width: 1024px ) {
    .title-canvas h1 { max-width: 768px; }
    .title-canvas { padding: 30px 50px }
}

@media screen and ( max-width: 768px ) {
    .title-canvas h1 { max-width: 600px; }
}

@media screen and ( max-width: 680px ) {
    .mkdf-container-inner { width: 100% !important; padding: 0 15px !important }
    .title-canvas h1 { font-size: 36px }
}



/* ---- LOOP SINGLE SPEAKER ---- */

.speaker-inner-container {
    max-width: 1400px;
    padding: 50px;
    margin: 0 auto !important
}

@media screen and ( max-width: 485px ) {
    .speaker-inner-container { padding: 50px 15px }
}

#speaker-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

#speaker-left-section { width: 30% }
#speaker-right-section { width: 60% }

@media screen and ( min-width: 770px ) {
    .speaker-section-mobile { display: none !important; }
}

@media screen and ( max-width: 769px ) {
    #speaker-left-section { width: 100% }
    #speaker-right-section { display: none !important }
}

.speaker-city, .speaker-nation {
    font-size: 40px;
    margin-bottom: 10px;
}

.speaker-pic { width: 100% }

.speaker-pic-credit {
    font-size: 11px;
    margin-bottom: 25px;
}

.speaker-left-title::after {
    content:'';
    background-color:#9D73FF;
    width:100%;
    height: 1px;
    display: block;
    margin-bottom: 20px;
}

.speaker-nation { font-style: italic;
    font-weight: normal;
    margin-bottom: 50px
}

.speaker-website {
    display: block;
    position: relative;
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    -o-transition: transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms
}

.speaker-website:hover { -webkit-transform: translateX(15px); -ms-transform: translateX(15px); transform: translateX(15px); }

.speaker-website::before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 0px;
    height: 1px;
    border-bottom: 2px solid #FFFFFF;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms
}

.speaker-website:hover::before { width: 10px; left: -15px; }

.speaker-name {
    font-size: 50px
}

.speaker-job-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.speaker-job-title h3, h3.speaker-job-title {
    font-size: 14px;
    /* font-weight: 400; */
    margin: 0;
    white-space: nowrap; }

.speaker-job-title-bar {
    content:'';
    background-color:#FFFFFF;
    width:100%;
    height: 1px;
    margin-left: 10px;
}

.speaker-bio p {
    font-size: 18px;
    line-height: 24px
}

#speaker-event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
    /* justify-content: space-between */
}

@media screen and ( max-width: 485px ) {
    #speaker-event { padding: 50px 15px }
}

#speaker-event p.no-margin { font-size: 12px }

@media screen and ( max-width: 920px ) {
    #speaker-event { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
}

#speaker-event h3 {
    width: 100% ;
}

.speaker-single-event {
    width: 31%;
    margin: 0 1%;
}

@media screen and ( max-width: 800px ) {
    .speaker-single-event {
        width: 48%;
        margin: 0 1%;
    }
}

@media screen and ( max-width: 600px ) {
    .speaker-single-event {
        width: 100%;
        margin: 0;
    }
}



p.speaker-section-mobile { margin-bottom: 30px }

.complete-program a {
    color:#000;
    text-decoration: underline
}

#speaker-complete-program { padding-bottom: 50px }


.ese-has-slot.Opening { background-color:#feed04 }
.ese-has-slot.slot-1 { background-color:#feed04 }
.ese-has-slot.slot-2 { background-color:#feed04 }
.ese-has-slot.slot-3 { background-color:#feed04 }
.ese-has-slot.slot-4 { background-color: #feed04 }

.speaker-single-event .white-ticket,
.ticket-mtop { margin-top: 5px }

.home-program-ticket {
    position: absolute;
    top: 48px;
    left: 18px;
    z-index: 100;
    pointer-events: none;
}

/* ---- LOOP SINGLE EVENT ---- */

@media screen and ( max-width: 1200px ) {
    .event-related-events .bold-titles {
        font-size: 40px !important;
        line-height: 44px !important
    }
}

@media screen and ( max-width: 1002px ) {
    #event-speakers-section { 
        padding: 0 20px;
        /* max-width: 710px; */
        margin: 0 auto;
    }
}

.tt_event_page {
    max-width: 1400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 50px;
    margin: 0 auto
}

.tt_event_page_left {
    width: 70%;
    /* max-width: 1110px; */
    /* padding-right: 50px; */
}

.tt_event_page_right {
    width: 20%;
    /* max-width: 250px */
}

.event-sidebar-block .event-hashtag {
    text-decoration: none !important;
    border-radius: 5px;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms
}

.event-sidebar-block .event-hashtag:hover {
    background-color:#000 !important;
    color:#ff00ff !important;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms
}

.event-sidebar-block .event-hashtag { margin-top: 15px }

.event-single-speaker-job {
    font-size: 14px;
    line-height: 20px
}

@media screen and ( max-width: 900px ) {
    .tt_event_page { display: block }
    .tt_event_page_left, .tt_event_page_right { width: 100% !important; max-width: 1200px !important }
    .event_mobile-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .event_mobile-flex .event-sidebar-block {
        width: 31%
    }

    .event-mobile-hashtags {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .event-mobile-hashtags h6 { width: 100% }
    .event-hashtag { width: 48% }

    .event-single-speaker-row { -ms-flex-wrap: wrap; flex-wrap: wrap }
    .event-single-speaker-left-col, .event-single-speaker-right-col {
        width: 100% !important;
        margin-left: 0 !important }

    .event-single-speaker-right-col { margin-top: 50px } 
    .event-single-speaker-line { display: none !important }
    .event-single-speaker-info { -ms-flex-wrap: wrap; flex-wrap: wrap }
    .event-single-speaker-info div { width: 100% }
    .event-single-speaker-job { font-weight: 900 }

    #event-related-events {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap
    }

    #event-related-events .event-related-event { width: 100%;
        -webkit-box-flex: inherit;
            -ms-flex: inherit;
                flex: inherit;
        margin: 25px 0 }

    .complete-program { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3 }
    .next-event { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2 }
    .event-related-prev-claim, .event-related-next-claim { display: none }
    .event-element-wrapper { margin: 0 auto }
}

@media screen and ( max-width: 600px ) {
    .tt_event_page { padding: 50px 15px }
    .tt_event_page_left { padding-right: 0 }
    .event_mobile-flex { display: block; }
    .event_mobile-flex .event-sidebar-block { width: 100% }
}

@media screen and ( min-width: 901px ) {
    .event-related-next-claim-mobile, .event-related-prev-claim-mobile { display: none }
}

.event-related-event .event-element-wrapper { margin: 0 auto !important }

/* .event_mobile_flex {
    display: flex;
} */

.tt_event_page_left .attachment-event-post-thumb { margin-bottom: 0 !important }
.tt_event_page_left h1.event-title { margin-top: 20px }
@media screen and ( max-width: 767px ) {
    .tt_event_page_left h1.bold-titles {
        font-size: 42px !important;
        line-height: 48px !important
    }
}

.event-photo-credit {
    font-size: 10px;
    font-family: 'Roboto', sans-serif;
    text-align: right;
}

.event-excerpt {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 30px;
    padding: 48px 0 36px;
}

.event-content p {
    font-family: 'Merriweather', serif;
    line-height: 20px
}

.event-invitation {
    margin-top: 30px;
    font-weight: 700
}

.event-sidebar-block {
    margin-bottom: 30px;
}

.event-sidebar-block h6 {
    font-style: normal;
    font-size: 14px;
    margin-bottom: 4px;
}

.event-sidebar-block h6::after {
    content:'';
    width: 100%;
    height: 1px;
    display: block;
    background-color:#868686
}

.event-day, .event-hour, .event-workshop-link {
    font-size: 26px !important;
    margin-bottom: 10px !important;
    font-family: Merriweather !important;
    color: #868686 !important;
    line-height: 32px;
}

.event-hour, .event-workshop-link { font-style: italic }

/* - Fix - date numbers - */
.year-2020 .event-day .day-18::after,
.date-2020-18::after { content: ' 23' }
.year-2020 .event-day .day-19::after,
.date-2020-19::after { content: ' 24' }
.year-2020 .event-day .day-20::after,
.date-2020-20::after { content: ' 25' }

.year-2019 .event-day .day-18::after,
.date-2019-18::after { content: '18' }
.year-2019 .event-day .day-19::after,
.date-2019-19::after { content: '19' }
.year-2019 .event-day .day-20::after,
.date-2019-20::after { content: '20' }

.event-type {
    text-transform: capitalize;
    font-size: 20px !important;
    margin-bottom: 10px !important;
    font-family: Merriweather !important;
}

.event-hashtag {
    display: block;
    text-align: center;
    background-color:#FF00FF;
    padding: 10px 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px
}

.event-partner-logo { width: 100% }

@media screen and (max-width: 600px) {
    #event-speakers-section { padding: 0 }
    .event-speakers-row, #event-related-wrapper { padding: 0 15px !important }
}

.event-workshop-link a {
    color:#000 !important;
    text-decoration: underline
}

.event-speakers-row {
    max-width: 1400px;
    padding: 0 50px;
    margin: 0 auto
}

.event-featuring {
    font-family: 'Merriweather', serif;
    color:#FFFFFF;
    font-style: normal;
    padding: 50px 0;
    font-size: 50px;
    font-weight: bold;
}

.event-single-speaker-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 50px;
}

.event-single-speaker-left-col {
    width: 25%;
}

.event-single-speaker-left-col img {
    width: 100%
}

.event-single-speaker-right-col {
    width: 70%;
    margin-left: 50px;
}

.event-single-speaker-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Roboto', sans-serif
}

.event-single-speaker-line {
    /* width: 100%; */
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    height: 1px;
    background-color:#FFFFFF;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin: 0 10px;
}

.event-single-speaker-row a {
    font-family: 'Roboto', sans-serif;
    background-color: #FFFFFF;
    margin-top: 20px;
    width: 250px;
    padding:5px 0;
    display: block;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none !important;
    border-radius: 5px;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms
}

.event-single-speaker-row a:hover {
    background-color:#fff !important;
    color:#000 !important;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms
}

#event-related-events {
    background-color:#E8E8E8;
    /* padding:0 50px
    align-items: center */
}

#event-related-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1400px;
    padding: 0 50px;
    margin: 0 auto
}

.event-related-event .bold-titles-program {
    padding: 0 20px
}

@media screen and ( max-width: 900px ) {
    #event-related-wrapper { -ms-flex-wrap: wrap; flex-wrap: wrap; }
}

.event-related-event {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    margin: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.event-single-speaker-short-bio {
    font-size: 14px;
    line-height: 20px
}

.event-related-event.complete-program {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    position: relative;
}

.event-related-event.complete-program p { width: 100% }

    /* .event-related-prev-claim-mobile */
.event-related-prev-claim {
    text-align: left;
    margin: 0;
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px)
}
/* , .event-related-next-claim-mobile */
.event-related-next-claim {
    text-align: right;
    margin: 0;
    -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
            transform: translateX(-10px)
}

.event-related-prev-claim, .event-related-next-claim, .event-related-prev-claim-mobile, .event-related-next-claim-mobile {
    font-family: 'Roboto',sans-serif;
}

.event-related-prev-claim::before, .event-related-next-claim::after {
    content:'';
    width: 30%;
    background-color:#000;
    height:1px;
    display: block;
    position: absolute;
}

.event-related-prev-claim-mobile::after, .event-related-next-claim-mobile::after {
    content:'';
    width: 100%;
    background-color:#000;
    height:1px;
    display: block;
    margin-bottom: 30px;
}

.event-related-next-claim::after { right: 0; }

/* ---- SINGLE EVENT ELEMENT / for program ---- */
.event-element-wrapper {
    max-width: 400px;
    width: 100%;
    margin: 0 auto 50px
}

.event-element-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 10;
    position: relative !important;
    padding: 5px 25px;
    /* background-color: #000; */
}

.event-element-title {
    cursor: pointer;
    pointer-events: none;
    position: absolute;
    z-index: 10;
    /* position: relative; */
    font-size: 24px;
    line-height: 27px;
    /* bottom: 20px; */
    bottom: 0;
    padding: 0 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: 700;
}

/* .event-element-title:hover { color:#FF00FF  !important} */

@media screen and ( max-width: 990px ) {
    .event-element-title {
        font-size: 30px;
        line-height: 30px;
    }
}

.event-element-header h6 {
    text-transform: uppercase;
    text-decoration: underline;
    font-family: 'Roboto', sans-serif;
    margin:0;
    /* padding: 5px 10px; */
    font-style: normal;
    font-size: 11px
}

.slick-dots { bottom: -50px !important }
.slick-prev:before, .slick-next:before { color:#868686 !important }
.slick-next { right: -16px !important }
.slick-prev { left: -16px !important }

@media screen and ( max-width: 600px ) {
    .slick-dots { display: none !important }
}

.event-element-type, .event-element-duration { text-decoration: underline }

.event-element-body {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 180px;
    position: relative;
    display: block;
    cursor: pointer;
}

.event-element-summary {
    /* padding: 25px; */
    padding: 20px 25px;
    min-height: 130px;
}

.event-element-summary p {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 20px;
}

.home-event-container .event-element-summary p { height: 80px; }

.event-element-footer {
    padding: 10px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 25px;
}

.event-element-footer p {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    line-height: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.event-element-footer a.workshop {
    font-family: 'Roboto', sans-serif;
    text-decoration: none !important;
    text-align: center;
    border: 1px solid #fff;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px
}

.event-element-footer a.workshop:hover {
    background-color:#fff !important;
    text-decoration: none !important;
    color:#000 !important
}

.event-element-footer a.talk, .timetable-footer a.talk {
    font-weight: 700 !important;
    display: inline;
    font-size: 12px !important;
}

.timetable-footer a.talk:hover { color:#fff !important }
.event-element-footer a.talk:hover { color:#00FF00 !important }

/* ---- SINGLE EVENT ELEMENT / for homepage ---- */

/* .home-event-scroller {
    white-space: nowrap;
    max-width: 1300px;
    overflow-x: scroll;
    margin: 0 auto;
    padding: 0 50px
}

.event-element-wrapper-home {
    max-width: 21%;
    margin: 0 2%;
    display: inline-block;
    white-space: normal;
}

.event-home-wrapper {
    overflow-x: scroll;
} */

.slick-slide { padding: 0 10px !important }
.home-event-container {
    background-color:#F2F2F2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.home-event-container > .wpb_column {
    max-width: 1400px;
    padding: 50px;
}

.home-event-container .vc_column_container > .vc_column-inner {
    padding-left: 0px !important;
    padding-right: 0px !important
}

.home-premiere-section-title { margin-top: 100px }

.home-premiere-section-title::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #868686;
    margin: 20px 0;
    display: block;
}

.event-element-wrapper-home { display: none; }
.home-event-scroller { opacity: 0;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms }

/* ---- PROGRAMMA ---- */

@media screen and ( max-width: 680px ) { #program-filters-section { display: none } }
@media screen and ( min-width: 681px ) { #program-filters-section-mobile { display: none } }

#program-filters-section-mobile {
    border: 2px #868686 solid;
    padding: 10px;
    border-radius: 5px;
}

#program-filters-section-mobile h4 { margin: 0 !important }

#program-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /* justify-content: space-between */
    margin-right: -1rem;
    margin-left: -1rem;
}

#program-filters-title-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between
}

#program-filters-section-mobile { cursor: pointer; }

.program-filters-title {
    width: 100%
}

#open-filters {
    cursor: pointer;
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    -o-transition: transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    display: block;
    height: 24px;
    margin-top: 5px;
}

#open-filters.active {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg)
}

@media screen and ( min-width: 680px ) { #open-filters { display: none } }

.event-hashtag-filters {
    width: calc(23.5% - 1rem);
    text-align: center;
    background-color:#FF00FF;
    padding: 10px 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    border-radius: 5px;
    margin: 5px 1rem;
    cursor: pointer;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms
}
.event-hashtag-filters:hover {
    opacity: 1 !important;
    background-color:#000;
    color:#FF00FF;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms
}

.event-hashtag-filters.non-active { opacity: .7 ; }
.event-hashtag-filters.dark-gray-background { opacity: 1 !important }



.program-row-title {
    margin-top: 50px;
}

/* .program-row-title::after {
    width: 33%;
    height: 1px;
    content: ' ';
    background-color: #868686;
    display: block;
    margin-top:20px
} */

.program-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
        justify-content: space-evenly

}

.program-single-event-wrapper {
    width: 24%;
    margin-right: 1%;
    margin-bottom: 50px
}
.program-single-event-wrapper:nth-child(5n) {
    margin-right: 1%;
}
.program-single-event-wrapper footer p { font-size: 12px }

@media screen and ( max-width: 1200px ) {
    .program-single-event-wrapper {
        width: 32.6667%;
    }
    .program-single-event-wrapper:nth-child(3n) {
        margin-right: 0;
    }
    .program-single-event-wrapper:nth-child(5n) {
        margin-right: 1%;
    }
    .event-hashtag-filters { 
        width: calc(47% - 1rem);
     }
}

@media ( max-width: 767px ) {
    .program-single-event-wrapper { width: 49.5%; }
    .program-single-event-wrapper:nth-child(3n),
    .program-single-event-wrapper:nth-child(5n) {
        margin-right: 1%;
    }
    .program-single-event-wrapper:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and ( max-width: 680px ) {
    .program-single-event-wrapper {
        width: 100%;
        margin-right: 0 !important
    }
    .event-hashtag-filters { width: 100%; display: block }
    #program-filters-mobile { display: none }
}



.event-element-program-body {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /* height: 300px; */
    height: 180px;
    position: relative;
}

.event-overlay {
    background-color:#000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .4;
    -webkit-transition: opacity 125ms ease-in-out;
    -o-transition: opacity 125ms ease-in-out;
    transition: opacity 125ms ease-in-out;
}

.event-overlay:hover {
    opacity: .7;
    -webkit-transition: opacity 125ms ease-in-out;
    -o-transition: opacity 125ms ease-in-out;
    transition: opacity 125ms ease-in-out
}

/* ---- TIME TABLE ---- */

table.tt_timetable tbody td { padding: 0 !important }

.tt_header_fixed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1300px;
    position: fixed;
    top: 70px;
    z-index: 100;
    -webkit-transform: translateY(-300%);
        -ms-transform: translateY(-300%);
            transform: translateY(-300%);
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    -o-transition: transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms
}

@media screen and ( max-width: 1400px ) { .tt_header_fixed { width: 1100px } }
@media screen and ( max-width: 1200px ) { .tt_header_fixed { width: 950px } }
@media screen and ( max-width: 1024px ) { .tt_header_fixed { width: 768px; top: 0 } }
@media screen and ( max-width: 768px ) { .tt_header_fixed { display: none } }

.tt_header_fixed.toggle-menu {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    -o-transition: transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms
}

.tt_header_fixed .tt_hf_white  {
    background: #fff;
    width: 28.5%;
    display: inline-block;
    padding: 10px 20px;
    font-weight: 900;
    font-size: 18px;
}

.tt_header_fixed .tt_hf_transp {
    display: inline-block;
    width: 16%;
    background: transparent
}

/* @media screen and ( max-width: 1400px ) {
    .tt_header_fixed .tt_hf_transp  { width: 13% }
    .tt_header_fixed .tt_hf_white  { width: 24%  }
} */

.aperture {
    display: block;
    font-size: 14px;
}

.tt_navigation_wrapper  { display: none !important ; }

.tt_tabs .tt_timetable .event {
    background-size: cover !important;
    background-clip: padding-box !important;
    /* background-position: center center !important; */
    background-position: center -35px !important;
    vertical-align: bottom !important;
    border: 5px #fff solid !important;
}

.tt_timetable tr { height: 100px; }

table.tt_timetable .event .event_container { padding: 0 }
table.tt_timetable .event .after_hour_text {
    margin: 0 !important; 
    line-height: 20px !important }
table.tt_timetable .event .after_hour_text a { display: none }
.timetable-header {
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    text-decoration: underline;
    color: #fff !important;
    pointer-events: none;
    padding: 6px 18px 0;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
}

.timetable-header span { display: block; }

.tt_single_event .event_header {
    color:#fff !important;
    text-align: left
}

.after_hour_text_wrapper {
    /* padding: 10px 0; */
    padding: 18px 0
}
.after_hour_text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color:#000 !important;
    text-align: left
}

/* .event_header_custom {
    pointer-events: none
} */

/* .event_container.id-10362 .after_hour_text_wrapper, */
.event_container.id-10522 .after_hour_text_wrapper { display: none }

.event_header_custom {
    display: none !important
}

.tt-event-title {
    pointer-events: none;
    z-index: 100;
    position: relative;
    padding: 18px;
    font-weight: 700;
}
.event_header_custom,table.tt_timetable .event a {
    text-align: left;
    color:#fff !important;
    text-decoration: none !important;
}
.event_header_custom:hover,table.tt_timetable .event a:hover {
    color:#fff !important;
}

/* .timetable-header-type {
    margin: 6px 0 0 10px
}

.timetable-header-duration {
    margin: 6px 10px 0 0
} */

.event_header_custom, .timetable-footer {
    padding: 0 10px !important;
}

.after_hour_text {
    padding: 0 18px !important
}


.timetable-footer {
    background-color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    display: -webkit-box;
    /* -webkit-line-clamp: 1; */
    /* -webkit-box-orient: vertical; */
    overflow: hidden;
    padding: 10px 18px !important;
    min-height: 18px;
}
table.tt_timetable .event .timetable-footer a:hover { color:#9d73ff !important }
.timetable-footer a.workshop {
    text-align: center !important;
    font-size: 12px !important; 
    display: block;
    text-transform: uppercase;
    text-decoration: none !important;
    font-weight: bold;
    border: 1px #fff solid !important;
    width: 100%;
    border-radius: 3px;
}

.timetable-footer a.workshop:hover {
    background-color:#fff;
    text-decoration: none !important;
    color:#000 !important
}

a.event_header_custom {
    text-decoration: none !important;
    /* padding-bottom: 10px !important; */
    padding: 0 20px 25px !important;
    font-weight: bolder !important;
}



table.tt_timetable thead th {
    background-color: #fff;
    border: none !important;
    text-align: left;
    color: #868686;
    font-weight: 900;
}

.tt_tabs .tt_timetable tr .empty-element { border-right-color:#fff !important }

table.tt_timetable, table.tt_timetable thead tr, table tbody tr { border: none !important }

.tt_tabs .tt_timetable .tt_hours_column {
    text-align: left !important;
    padding: 0 0 40px; /* - 110 - */
    color: #868686;
    font-size: 18px;
    font-weight: 900 !important;
    border-right: none !important;
    vertical-align: top;
}

.tt_tabs .tt_timetable .tt_hours_column span { margin-left: 7px; }

.tt_tabs .tt_timetable .tt_hours_column::before {
    content: '';
    width: 90%;
    background-color: #868686;
    height: 1px;
    display: block;
    margin-top: 1px;
    margin-bottom: 10px;
}

.tt_timetable tr:nth-child(even) .tt_hours_column { visibility: hidden !important }

/* ---- TIME TABLE MOBILE ---- */

/* .event_container {
    pointer-events: none;
} */

.event_container {
    cursor: default
}

.box_header-custom {
    text-transform: none;
    font-size: 18px;
    text-align: left;
    border-bottom: 1px #d8d8d8 solid
}

.homepage-mobile-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between
}

.homepage-mobile-wrapper .event_container a {
    /* text-decoration: none !important; */
    font-weight: 700;
    font-size: 18px !important;
    line-height: 22px;
}

.homepage-mobile-pic {
    height: 50vw;
    background-size: cover;
    margin-bottom: 20px;
}

.homepage-mobile-day-title {
    margin-bottom: 0 !important
}

.event-mobile-day {
    display: block;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif !important;
    font-size: 13px;
    color: #868686 !important;
    margin-bottom: 10px;
}

.tt_responsive .tt_timetable.small .tt_items_list div.value {
    width: auto !important;
    font-family: 'Roboto', sans-serif;
    float: none;
    text-align: center;
}

.homepage-event-type-mobile-talk, .homepage-event-type-mobile-workshop, .homepage-event-type-mobile-event {
    text-transform: uppercase;
    text-decoration: underline;
    color:#000;
    font-family: 'Roboto', sans-serif;
}

.homepage-event-type-mobile-workshop, .homepage-event-type-mobile-talk, .homepage-event-type-mobile-event {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 7px 0;
}

.homepage-mobile-excerpt {
    /* display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; */
    overflow: hidden;
    color:#000;
    margin-top: 15px;
    text-align: left
}

.homepage-event-type-mobile-workshop {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='181' height='176.46' viewBox='0 0 181 176.46'%3E%3Cpath id='Tracciato_14' data-name='Tracciato 14' d='M75.1,1.374,9.167,33.13l-3.32,1.595-.823,3.594-16.282,71.349-.823,3.594,2.3,2.88L35.849,173.36l2.3,2.88H118.7l2.3-2.88,45.627-57.218,2.3-2.88-.816-3.594L151.815,38.319,151,34.725l-3.32-1.595L81.744,1.374l-3.32-1.6Z' transform='translate(12.08 0.221)' fill='%23D6D6D6'/%3E%3C/svg%3E%0A");
}

.homepage-event-type-mobile-talk {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='181' height='176.46' viewBox='0 0 181 176.46'%3E%3Cpath id='Tracciato_14' data-name='Tracciato 14' d='M75.1,1.374,9.167,33.13l-3.32,1.595-.823,3.594-16.282,71.349-.823,3.594,2.3,2.88L35.849,173.36l2.3,2.88H118.7l2.3-2.88,45.627-57.218,2.3-2.88-.816-3.594L151.815,38.319,151,34.725l-3.32-1.595L81.744,1.374l-3.32-1.6Z' transform='translate(12.08 0.221)' fill='%23ff0'/%3E%3C/svg%3E%0A");
}

.homepage-event-type-mobile-event {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='181' height='176.46' viewBox='0 0 181 176.46'%3E%3Cpath id='Tracciato_14' data-name='Tracciato 14' d='M75.1,1.374,9.167,33.13l-3.32,1.595-.823,3.594-16.282,71.349-.823,3.594,2.3,2.88L35.849,173.36l2.3,2.88H118.7l2.3-2.88,45.627-57.218,2.3-2.88-.816-3.594L151.815,38.319,151,34.725l-3.32-1.595L81.744,1.374l-3.32-1.6Z' transform='translate(12.08 0.221)' fill='%23E8E8E8'/%3E%3C/svg%3E%0A");
}


.homepage-mobile-speakers {
    text-align: left;
    margin-top: 20px;
    font-family: 'Roboto', sans-serif;
}

.homepage-mobile-speakers a.talk { font-family: 'Roboto', sans-serif !important; }
.homepage-mobile-speakers a.workshop { 
    font-family: 'Roboto', sans-serif !important;
    text-decoration: none !important;
    text-align: center;
    /* border: 1px solid #000; */
    padding: 10px;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 20px !important;
    background-color: #0f0;
 }

.homepage-event-type-wrapper-mobile {
    width: 100px;
}

.homepage-event-type-wrapper-mobile a {
    display: inline-block;
    font-family: 'Roboto', sans-serif !important;
    text-transform: uppercase;
    border: 1px #000 solid !important;
    width: 100%;
    padding: 5px 0 3px;
    border-radius: 5px;
    margin-top: 20px;
}

/* ---- HOME PAGE / UTOPIAN HOURS ---- */

.mkdf-team * { text-decoration: none !important;
color: #000 !important }

.mkdf-team.info-hover .mkdf-team-info-tb {
    background-color:rgba(188, 188, 188, .8) !important
}

.mkdf-team-position {
    line-height: 18px !important;
    text-decoration: none !important;

}

@media screen and ( min-width: 1201px ) {
    .mkdf-team-list-holder .mkdf-team {
        float: none !important;
        width: 14.285% !important;
    }

    .mkdf-team.info-hover .mkdf-team-info-tc { padding: 17px 13px !important }
}

@media only screen and (max-width: 1200px) {
    .mkdf-team-list-holder.mkdf-tl-five-columns .mkdf-team { width: 20%;
    float: none !important; }
    .mkdf-team.info-hover .mkdf-team-info-tc {
        padding: 16px
    }
}

@media only screen and (max-width: 680px) {
    .mkdf-team-list-holder .mkdf-tl-inner .mkdf-team { width: 50%; }
    .mkdf-team-info-tc { padding: 15px !important; }

    .mkdf-team-name { line-height: 28px !important }
    .mkdf-team-position { line-height: 18px !important }
}

/* .mkdf-team-name a:hover { color:#fff !important } */

.mkdf-team-title-holder {
    position: absolute;
    bottom: 15px;   
}

.mkdf-team-info-place {
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: right;
    text-decoration: underline;
    font-family: 'Roboto', sans-serif;
    max-width: 70%;
    line-height: 18px;
}

.mkdf-team-position {
    font-style: normal;
    text-decoration: underline;
    font-family: 'Roboto', sans-serif
}

.mkdf-blog-list-holder .mkdf-post-image .mkdf-post-info-category {
    font-style: normal !important;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: underline
}

.mkdf-post-read-more-button .mkdf-btn.mkdf-btn-simple {
    display: block;
    text-align: center;
    border: 1px #868686 solid;
    color:#868686 !important;
    width: 220px;
    margin: 0 auto;
    padding: 5px 0 !important;
    font-family: 'Roboto', sans-serif;
    border-radius: 3px
}

.mkdf-btn.mkdf-btn-simple:not(.mkdf-btn-custom-hover-color):hover {
    color:#fff !important;
    background-color:#000 !important
}

.mkdf-btn.mkdf-btn-simple:hover .mkdf-btn-text { padding: 0 !important }

.mkdf-post-read-more-button  .mkdf-btn-text::before {
    display: none !important
}

@media screen and ( max-width: 800px ) {
    .homepage-blog-section-desktop {
        display: none !important;
    }
}

@media screen and ( min-width: 801px ) {
    .homepage-blog-section-mobile {
        display: none !important;
    }
}

.homepage-blog-section-mobile .mkdf-btn.mkdf-btn-large.mkdf-btn-solid { background-color:#fff !important; padding: 0 !important }

.homepage-blog-section-mobile .mkdf-btn.mkdf-btn-solid {
    border: none !important
}

.homepage-blog-section-mobile .mkdf-btn.mkdf-btn-solid .mkdf-btn-text {
    display: block;
    text-align: center;
    border: 1px #868686 solid;
    color: #868686 !important;
    width: 220px;
    margin: 0 auto;
    padding: 5px 0 !important;
    font-family: 'Roboto', sans-serif;
    border-radius: 3px;
    background-color:#fff !important;
}

.homepage-blog-section-mobile .mkdf-btn.mkdf-btn-solid .mkdf-btn-text:hover {
    color:#fff !important;
    background-color:#000 !important
}

.homepage-blog-section-mobile .mkdf-blog-pag-load-more { margin-top: 0 !important}

.homepage-hashtag-wrapper {
    background:#000
    /* url('/img/ts_written_background.png');
    background-repeat: repeat */
}

.homepage-hashtag-wrapper .wpb_wrapper > .max-width-1400, .super-home-canvas-wrapper .wpb_wrapper > .max-width-1400 {
    padding: 50px 0
}

@media screen and ( max-width: 767px ) {
    .homepage-hashtag-wrapper { padding-top: 50px; padding-bottom: 50px }
}

.homepage-hashtags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /* max-width: 900px; */
    margin: 50px auto 0;
    padding: 0 50px;
}

@media screen and ( max-width: 425px ) {
    .homepage-hashtags { padding: 0 }
}

.homepage-hashtags a {
    width: 19%;
    display: block;
    background-color: #FF00FF;
    color: #fff;
    text-align: center;
    margin: .5%;
    font-size: 12px;
    padding: 5px 0;
    font-family: 'Roboto', sans-serif;
    border-radius: 3px;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms
}

@media ( max-width: 990px ) and ( min-width: 768px ) {
    .homepage-hashtags a {
        width: 49%;
    }
    .homepage-hashtags { max-width: 700px }
}

@media screen and ( max-width: 767px ) {
    .homepage-hashtags a { width: 100% }
}

.homepage-hashtags a:hover { 
    background-color: #fff;
    color: #000 !important;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms
 }

.homepage-map-section > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.homepage-map-section > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_row .wpb_text_column.wpb_content_element p {
    text-align: left;
    margin-bottom: 3rem;
}


.homepage-map-section {
    background: url('/img/ts_lavazza_background.jpg');
    background-size: cover;
}
.homepage-map-section.homepage--to-section {
    background-image: none !important;
    background-color: #000;
}
.homepage-map-section h2.mkdf-st-title {
    font-size: 50px !important;
    line-height: 58px !important;
}
.home--to-pic .vc_figure,
.home--to-pic .vc_figure .vc_single_image-wrapper
,
.home--to-pic .vc_figure img { width: 100% }
/* 
.home--to-pic figure {
    position: relative;
    display: block;
}
.home--to-pic figure::after {
    content: ' ';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='145.854' viewBox='0 0 260 145.854'%3E%3Cpath id='Tracciato_22' data-name='Tracciato 22' d='M9,27V68.22h3.171a31.707,31.707,0,1,1,0,63.415H9v41.22H269v-41.22h-3.171a31.707,31.707,0,1,1,0-63.415H269V27H9Zm6.341,6.341H183.39v22.2h6.341v-22.2h72.927V62.474c-19.421,1.693-34.878,17.6-34.878,37.453s15.464,35.652,34.878,37.354v29.231H189.732v-22.2H183.39v22.2H15.341V137.281c19.414-1.7,34.878-17.506,34.878-37.354S34.762,64.167,15.341,62.474ZM183.39,68.22V93.585h6.341V68.22Zm0,38.049v25.366h6.341V106.268Z' transform='translate(-9 -27)' fill='%23ff0'/%3E%3C/svg%3E%0A");
    background-size: contain;
    width: 45%;
    padding-bottom: 21%;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    transform: translate(50%, -50%);
} */

/* .homepage-map-section .max-width-1400 {
    display: flex;
    justify-content: space-between;
} */

.homepage-map-section .max-width-1400 .wpb_column { width: 46% }
.homepage-map-section .max-width-1400 .wpb_column:first-child { margin-right: 4% }
.homepage-map-section .max-width-1400 .vc_column_container>.vc_column-inner { padding-right: 0; padding-left: 0 }

@media screen and ( max-width: 768px ) {
    .homepage-map-section { padding-top: 0 !important; padding-bottom: 0 !important }
    .homepage-map-section .max-width-1400 { -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 25px }
    .homepage-map-section .max-width-1400 .wpb_column { width: 100% }
    .homepage-map-section .max-width-1400 .wpb_column:first-child {
        margin-bottom: 50px;
        margin-right: 0;
    }
    
}

.homepage-map-link {
    font-family: 'Roboto', sans-serif;
    background-color:#FFFF00;
    border-radius: 3px;
    margin-top: 20px;
    width: 250px;
    padding: 5px 0;
    display: block;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color:#000 !important;
    text-decoration: none !important
}

.homepage-map-separator {
    padding: 20px 0
}

.homepage-past-link {
    width: 150px;
    height: 150px;
    border: 1px #fff solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.homepage-past-link span {
    font-size: 36px;
    background-color: #ff00ff;
    padding: 10px;
}

.homepage-past-link:hover {
    border-color: #000;
    background-color:#000;
    color:#fff
}

.homepage-past-link:hover span {
    color:#fff;
    background: none;
}

.city-lover-text p {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

/* ---- BLOG ARTICLE ---- */

.blog-single-article {
    max-width: 1100px;
    padding: 50px;
    margin: 0 auto;
}

@media screen and ( max-width: 425px ) {
    .blog-single-article { padding: 50px 15px; }
}

.blog-single-img-credit h6 {
    font-family: 'Roboto', sans-serif;
    margin-top: 0px;
    text-align: right;
    font-style: normal;
    font-size: 12px;
}

.blog-single-complete-program {
    border-top: 1px #868686 solid;
    padding-top: 50px;
}

.home-three-years-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.homepage-past-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
}

.homepage-past-section > .wpb_column { max-width: 1300px }

@media screen and ( max-width: 768px ) {
    .home-three-years-row { -ms-flex-wrap: wrap; flex-wrap: wrap }
    .three-years-order-1 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1 }
    .three-years-order-2 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; margin: 50px 0 }
    .three-years-order-3 { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3 }
    .homepage-past-section { padding-top: 50px !important; padding-bottom: 50px !important }
}

.home-three-years {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
}

.home-three-years p {
    background-color:#FF00FF;
    position: relative;
}

.home-three-years::before {
    content: '';
    width: 140%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: -20%;
}

@media screen and ( max-width: 768px ) {
    .home-three-years::before { display: none }
    .footer-partner > .wpb_column { padding: 0 50px }
}

@media screen and ( max-width: 425px ) {
    .home-three-years p { padding: 0 15px; font-size: 26px; line-height: 32px; }
}

/* ---- PAST EDITION ---- */
.past-edition-content {
    max-width: 1100px;
    padding: 0 50px 40px;
    margin: 0 auto;
}

@media screen and ( max-width: 425px ) {
    .past-edition-content { padding-right: 15px; padding-left: 15px }
}

/* ---- SUPER HOME ---- */
.single-logo {
    width: 220px !important;
    /* width: 100% !important; */
}

@media screen and ( max-width: 768px ) {
    .single-logo {
        width: 180px !important;
    }
}

.super-home-canvas-wrapper, .super-home-canvas-wrapper .max-width-1200 {
    min-height: 106vh;

}

.super-home-canvas-wrapper .max-width-1200 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}

.super-home-canvas-wrapper {
    background:#FFFF00;
    margin: auto !important;
    padding-top: 90px
    /* url('/img/ts_written_background.png');
    background-repeat: repeat */
}

/* @media screen and ( max-width: 769px ) {
    .super-home-canvas-wrapper { background-image: url(/img/ts_written_background.png); }
} */

.super-home-canvas-wrapper .vc_inner .vc_column-inner  > .wpb_wrapper {
    height: 65vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
}

@media only screen and (max-width: 768px) {
    .super-home-canvas-wrapper .sh-logo-title { min-height: auto !important }
    /* .super-home-canvas-wrapper { padding-top: 0 } */
    .super-home-logo { display: -webkit-box; display: -ms-flexbox; display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; 
        -webkit-box-pack: center; 
            -ms-flex-pack: center; 
                justify-content: center
    }
}

.super-home-canvas-wrapper .height-30 .vc_column-inner > .wpb_wrapper { height: 30vh }

.super-home-title h1 {
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(50%, #fff), color-stop(50%, rgba(0,0,0,0)), to(rgba(0,0,0,0)));
    background: -o-linear-gradient(bottom, #fff 0%, #fff 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to top, #fff 0%, #fff 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
    font-size: 36px;
    display: inline;
}

.super-home-title {
    text-align: center;
    padding: 0 25px;
}

.super-home-subtitle {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    font-size: 32px;
    line-height: 46px;
    /* padding: 50px 0; */
}

.super-home-subtitle strong {
    margin-bottom: 50px;
    display: block;
}

.super-home-canvas-subsection .max-width-1400 {
    padding: 50px
}

.sh-subtitle-section {
    max-width: 1200px;
    margin: 0 auto !important;
    background-image: url(/img/ts_sh_ss_background.svg);
    background-repeat: no-repeat;
    background-size: 55%;
    background-position: center left 50px;
}

.sh-subtitle-section .wpb_wrapper, .max-width-400 { max-width: 475px }

.super-home-section .vc_single_image-wrapper img {
    max-width: 80%;
    float: right;
}

.super-home-section p { font-size: 18px; line-height: 26px }

@media screen and ( max-width: 767px ) {
    .super-home-section .vc_single_image-wrapper img { max-width: 100%; float: none }
}


.super-home-canvas-wrapper .wpb_single_image {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.super-home-canvas-wrapper .wpb_text_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.super-home-logo img {
    width: 600px;
    max-width: 100% !important;
}

.uh-logo-400 img { width: 475px }

.short-separator.vc_separator {
    width: 200px
}

.sh-slider-title {
    position: absolute;
    z-index: 100
}

.sh-slider-title p {
    font-size: 22px;
    line-height: 28px;
}

.sh-slider-title::before {
    display: block;
    content: '';
    height: 2px;
    width: 200px;
    background-color: #fff;
    margin-top: 100px
}

@media screen and ( max-width: 767px ) {
    .sh-slider-title::before { margin-top: 50px }
}

.sh-slider-caption {
    max-width: 800px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px 
}

@media screen and ( max-width: 768px ) {
    .super-home-disclaimer h2 {
        line-height: 48px
    }
}

.sh-properties {
    /* display: flex;
    flex-wrap: wrap;
    align-items: center */
    max-width: 600px;
    float: right;
    margin-top: -50px;
    z-index: 100;
    position: relative;
    margin-right: 50px;
}

@media screen and ( max-width: 900px ) {
    .sh-properties {
        max-width: 600px;
        float: right;
        margin-top: 50px;
        margin-right: 0px;
        z-index: 100;
        position: relative;
    }
}

.sh-property {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 25px;
}

/* .sh-property div {
    width: 50%
} */

.sh-purple-title {
    text-transform: uppercase;
    margin-bottom: 30px !important
}

.sh-purple-title::before {
    display: block;
    content: '';
    height: 2px;
    width: 200px;
    background-color: #FF00FF
}

.super-home-weapon, .super-home-section { padding: 75px 0 }

.super-home-weapon .vc_column_container>.vc_column-inner { padding-left: 50px !important; padding-right: 50px !important }

@media screen and ( max-width: 425px ) { .super-home-weapon .vc_column_container>.vc_column-inner { padding-left: 20px !important; padding-right: 20px !important } } 

.super-home-weapon .wpb_column .wpb_wrapper, .super-home-weapon .wpb_column .wpb_wrapper .wpb_raw_code, .sh-properties { height: 100% }

.super-home-section .super-home-section-col .vc_column-inner > .wpb_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%
}

.super-home-section-col .mobile-only img { margin-bottom: 30px }

.sh-col-left {
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    font-family: 'Roboto', sans-serif
}

.sh-col-left::before {
    content:'';
    display: block;
    background-color:#FF00FF;
    width: 90%;
    height: 2px
}

.sh-col-left {
    width: 40%
}

.sh-col-right {
    font-size: 30px;
    line-height: 36px;
    width: 60%;
    color:#ff00ff !important
}
.sh-col-right * { color:#ff00ff !important }

@media screen and ( max-width: 425px ) {
    .sh-col-left { display: none }
    .sh-property div { width: 100% }
    .sh-col-right { border-top: 2px #FF00FF solid;
        margin-top: 8px;
        padding-top: 15px;
        font-size: 20px;
        line-height: 26px
    }
}

.super-home-description {
    background-image:url('/img/ts_sh_description_background.jpg');
    background-size: cover;
    background-repeat: no-repeat
}

.sh-description-title h2 {
    max-width: 700px;
    margin-bottom: 50px !important;
}

.super-home-description p {
    font-size: 24px;
    line-height: 32px;
    margin: 0 !important
}

.uh-link-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}

.uh-link-section p {
    font-size: 18px;
    line-height: 26px
}

.uh-logo img {
    width: 475px;
    max-width: 80% !important;
}

.width-66 img {
    width: 50%
}

@media screen and ( max-width: 767px ) {
    .uh-link-section { display: block }
    .uh-link-section-text { margin-top: 50px }
}


/* .uh-link-section-text {
    position: absolute !important;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
} */


.mkdf-team.info-hover .mkdf-team-info-tb{
    background: rgba(254, 237, 0, 0.8); 
}

.mkdf-main-menu ul li a>span.item_outer:before {
border-bottom: 2px solid #00ff00;
}

.uh-wrapper.mkdf-logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.mkdf-logo-wrapper a {
    display: block;
    /* width: 450px !important; */
    width: 223px !important;
}
.uh-logo {
    width: 223px !important;
    height: 37px !important;
    position: absolute;
}
.ts-logo {
    width: 90px !important;
    height: 27px !important;
    position: absolute;
}
.mkdf-logo-wrapper a img.mkdf-light-logo { transform: none !important; }
.uh-width-50 {
    width: 50%;
    float: right;
    margin-top: 50px; }

@media screen and ( max-width:600px ) {
    .uh-logo {
        position: relative;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        width: 100%;
    }
    .width-66 img {
        width: 100%;
        margin-top: 50px;
    }
}

.column-overflow {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

@media screen and ( max-width: 800px ) {
    .column-overflow {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

.bk-full-width-section.sh-visions { padding: 0 }

.sh-visions .vc_inner > .vc_column_container {
    padding-left: 40px;
    padding-right: 40px;
    border-left: 1px #fff solid;
    min-height: 50vh;
    padding: 50px 0
}

.sh-visions-img {
    padding: 25px;
    max-width: 200px;
    margin: 15px auto 0;
}

.sh-visions .vc_inner > .vc_column_container:last-child { border-right: 1px #fff solid; }

@media screen and ( max-width: 767px ) {
    .sh-visions .vc_inner > .vc_column_container { border: none !important }
}

/* .super-home-new-edition {
    background-image:url('/img/ts_sh_new_edition.jpg');
    background-size: cover;
    background-repeat: no-repeat
} */

.super-home-new-edition.bk-full-width-section { padding: 0;
    overflow: hidden; }

.sh-background-slider {
    position: absolute;
    top: 0
}

.super-home-new-edition > .wpb_column, .super-home-description > .wpb_column {
    min-height: 50vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.sh-urban-explorer h2 {
    padding-bottom: 30px;
}

.sh-urban-explorer h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400
}

.sh-urban-explorer h3::after {
    content:'';
    display: block;
    width: 100%;
    height: 1px;
    background-color:#868686;
    margin-bottom: 15px;
}

.sh-urban-explorer-video-row {
    margin-bottom: 75px !important
}

.sh-urban-explorer-video-row > .wpb_column {
    padding-right: 15px;
    padding-left: 15px
}

.sh-ac-wrapper {
    background:#F2F2F2 url('/img/ts_written_background.png');
    background-repeat: repeat
}

.sh-ac-wrapper .wpb_wrapper {
    max-width: 1200px;
    margin: 0 auto;
    background:#F2F2F2
}

.sh-ac-wrapper .max-width-1200 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px;
}

.sh-ac-wrapper .max-width-800 {
    max-width: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 50px;
    margin: 0 auto;
}

/* .sh-ac-wrapper {
 padding: 50px 0
} */

.sh-ac-wrapper ul {
    list-style: none;
    margin: 0 !important;
}

.sh-ac-wrapper ul li {
    font-family: 'Roboto', sans-serif
}

.sh-ac-ul-title::before, .sh-ac-wrapper::before {
    content: url('/img/sh_list_before.png');
    display: block;
    border-bottom: 1px #ff00ff solid;
}

.sh-ac-ul-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700 !important;
    font-size: 12px;
    border-bottom: 1px #ff00ff solid;
    margin-bottom: 20px
}

.sh-buttons {
    width: 100%
}


.sh-buttons .wpb_wrapper {
    /* display: flex;
    justify-content: center; */
    padding: 25px 0;
}

.sh-button {
    display: block;
    max-width: 250px;
    width: 100%;
    /* margin: 0 20px; */
    border: 2px #000 solid;
    text-align: center;
    padding: 6px 0;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    text-decoration: none !important
}

.sh-button.sh-yellow-button {
    background-color: #00FF00;
    border-color:#00FF00;
    margin: 50px 0 0 !important   
}

.sh-button.sh-white-transp-button {
    background-color: rgba(0,0,0,0);
    border-color:#fff;
    color:#fff !important;
}

.sh-button.sh-black-transp-button {
    background-color: rgba(0,0,0,0);
    border-color:#000;
    color:#000 !important;
}

.sh-button:hover {
    background-color:#000 !important;
    color:#fff !important;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms
}

.sh-button.sh-green-button:hover {
    background-color: #12DC4C !important;
    color:#000 !important
}

.sh-button.sh-purple-button:hover {
    background-color: #B233F7 !important;
    color:#000 !important;

}

@media screen and ( max-width: 600px ) {
    .sh-buttons .wpb_wrapper { -ms-flex-wrap: wrap; flex-wrap: wrap }
    .sh-button { margin: 10px 0 }
    .super-home-subtitle p { font-size: 16px;
        line-height: 24px ;}
}

.sh-banner-carousel .vc_images_carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse
}
.sh-banner-carousel .vc_images_carousel ol.vc_carousel-indicators {
    position: relative;
    margin: 20px 0 0;
    width: auto;
    left: 0
}

.sh-banner-carousel .vc_images_carousel .vc_carousel-indicators .vc_active {
    margin: 0 10px;
    width: 8px;
    height: 8px;
    background-color: white;
    border: 1px solid white;
}

.sh-banner-carousel .vc_images_carousel .vc_carousel-indicators li {
    display: inline-block;
    margin: 0 10px !important;
    width: 8px;
    height: 8px;
    margin: 1px;
    text-indent: -999px;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid white;
    background-color: transparent;
}

.sh-bottom-banner-col .wpb_wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: justify;
        align-content: space-between;
}

.sh-bottom-banner-col p {
    font-size: 18px;
    line-height: 26px
}

.sh-bottom-banner-col strong {
    display: block;
    margin-bottom: 30px !important
}

.sh-bottom-banner-col .sh-button { margin: 0 }

/* ---- BLOG SINGLE EVENT ---- */
.blog-post-title {
    font-size: 36px;
    line-height: 48px;
    width: 70%;
    margin: 50px 0;
}

.blog-single-content {
    margin-bottom: 50px
}

/* ---- */

.ts-talk .after_hour_text_wrapper { background-color:#FFFF00 !important }
.ts-event .after_hour_text_wrapper { background-color:#E8E8E8 !important }
table.tt_timetable .ts-workshop.event a:not(.workshop) { color:#000 !important }
table.tt_timetable .ts-workshop.event a:hover { color:#000 !important; -webkit-transition: all 500ms !important; -o-transition: all 500ms !important; transition: all 500ms !important }

.ere-talk.talk-slot-Opening .event-element-summary { background-color:#97f !important }
.ere-talk.talk-slot-slot-1 .event-element-summary { background-color:#97f !important }
.ere-talk.talk-slot-slot-2 .event-element-summary { background-color:#97f !important }

.ere-workshop .event-element-summary { background-color:#D6D6D6 !important }
.ere-event .event-element-summary { background-color:#E8E8E8 !important }

.mkdf-footer-bottom-inner a { text-decoration: none !important }


@media only screen and (max-width: 680px) {
    .ts-custom-page .mkdf-row-grid-section { width: 600px }
}

/* --- EDIZIONE 2020 --- */
/* - SINGLE EVENT - */

.white-ticket {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.652' height='20' viewBox='0 0 35.652 20'%3E%3Cg id='Raggruppa_421' data-name='Raggruppa 421' transform='translate(-9 -27)'%3E%3Cpath id='Tracciato_16' data-name='Tracciato 16' d='M9,27v5.652h.435a4.348,4.348,0,1,1,0,8.7H9V47H44.652V41.348h-.435a4.348,4.348,0,0,1,0-8.7h.435V27H9Zm.87.87H32.913v3.043h.87V27.87h10v3.995a5.141,5.141,0,0,0,0,10.258V46.13h-10V43.087h-.87V46.13H9.87V42.122a5.141,5.141,0,0,0,0-10.258Zm23.043,4.783V36.13h.87V32.652Zm0,5.217v3.478h.87V37.87Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.black-ticket {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.652' height='20' viewBox='0 0 35.652 20'%3E%3Cg id='Raggruppa_421' data-name='Raggruppa 421' transform='translate(-9 -27)'%3E%3Cpath id='Tracciato_16' data-name='Tracciato 16' d='M9,27v5.652h.435a4.348,4.348,0,1,1,0,8.7H9V47H44.652V41.348h-.435a4.348,4.348,0,0,1,0-8.7h.435V27H9Zm.87.87H32.913v3.043h.87V27.87h10v3.995a5.141,5.141,0,0,0,0,10.258V46.13h-10V43.087h-.87V46.13H9.87V42.122a5.141,5.141,0,0,0,0-10.258Zm23.043,4.783V36.13h.87V32.652Zm0,5.217v3.478h.87V37.87Z' fill='%23000'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.small-ticket {
    width: 35px;
    height: 20px;
}
.ere-talk .small-ticket { margin-top: 10px }

.ere-talk.has-slot .event-element-wrapper > .event-element-header h6,
.program-single-event-wrapper.ere-talk.has-slot > .event-element-header h6,
.event-element-wrapper-home.has-slot .event-element-header.black-background h6 { color:#000 !important }

.ere-talk.talk-Opening .event-element-wrapper > .event-element-header,
.program-single-event-wrapper.ere-talk.has-slot.talk-slot-Opening > .event-element-header,
.program-single-event-wrapper.ere-talk.has-slot.talk-slot-Opening > .event-element-summary,
.ere-talk.talk-Opening .event-element-summary,
.event-element-wrapper-home.has-slot.eewh-slot-Opening .event-element-header.black-background,
.event-element-wrapper-home.has-slot.eewh-slot-Opening .event-element-summary { background-color:#feed04 !important }

.ere-talk.talk-slot-1 .event-element-wrapper > .event-element-header,
.program-single-event-wrapper.ere-talk.has-slot.talk-slot-1 > .event-element-header,
.program-single-event-wrapper.ere-talk.has-slot.talk-slot-1 > .event-element-summary,
.ere-talk.talk-slot-1 .event-element-summary,
.event-element-wrapper-home.has-slot.eewh-slot-1 .event-element-header.black-background,
.event-element-wrapper-home.has-slot.eewh-slot-1 .event-element-summary { background-color:#feed04 !important }

.ere-talk.talk-slot-2 .event-element-wrapper > .event-element-header,
.program-single-event-wrapper.ere-talk.has-slot.talk-slot-2 > .event-element-header,
.program-single-event-wrapper.ere-talk.has-slot.talk-slot-2 > .event-element-summary,
.ere-talk.talk-slot-2 .event-element-summary,
.event-element-wrapper-home.has-slot.eewh-slot-2 .event-element-header.black-background,
.event-element-wrapper-home.has-slot.eewh-slot-2 .event-element-summary { background-color:#feed04 !important }
.ere-talk.talk-slot-3 .event-element-wrapper > .event-element-header,
.program-single-event-wrapper.ere-talk.has-slot.talk-slot-3 > .event-element-header,
.program-single-event-wrapper.ere-talk.has-slot.talk-slot-3 > .event-element-summary,
.ere-talk.talk-slot-3 .event-element-summary,
.event-element-wrapper-home.has-slot.eewh-slot-3 .event-element-header.black-background,
.event-element-wrapper-home.has-slot.eewh-slot-3 .event-element-summary { background-color:#feed04 !important }
.ere-talk.talk-slot-4 .event-element-wrapper > .event-element-header,
.program-single-event-wrapper.ere-talk.has-slot.talk-slot-4 > .event-element-header,
.program-single-event-wrapper.ere-talk.has-slot.talk-slot-4 > .event-element-summary,
.ere-talk.talk-slot-4 .event-element-summary,
.event-element-wrapper-home.has-slot.eewh-slot-4 .event-element-header.black-background,
.event-element-wrapper-home.has-slot.eewh-slot-4 .event-element-summary { background-color:#feed04 !important }


/* --- SINGLE EVENT --- */
.event-slot-title {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-size: 16px;
    margin-bottom: 96px;
    padding-bottom: 4px;
    width: 40%;
    border-bottom: 1px solid #868686;
}

#event-slot-wrapper {
    max-width: 1400px;
    padding: 0 50px 50px;
    margin: 0 auto;
}
.event-slot-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 6em;
}

.event-slot-cost {
    position: relative;
    width: 20%;
    margin-right: 10%;
}
.event-slot-cost img {
    width: 100%;
}
/* .esw-1 .event-slot-cost {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='181' height='216.391' viewBox='0 0 181 216.391'%3E%3Cg id='Raggruppa_661' data-name='Raggruppa 661' transform='translate(-495 -2844.609)'%3E%3Cpath id='Tracciato_14' data-name='Tracciato 14' d='M75.1,1.374,9.167,33.13l-3.32,1.595-.823,3.594-16.282,71.349-.823,3.594,2.3,2.88L35.849,173.36l2.3,2.88H118.7l2.3-2.88,45.627-57.218,2.3-2.88-.816-3.594L151.815,38.319,151,34.725l-3.32-1.595L81.744,1.374l-3.32-1.6Z' transform='translate(507.08 2844.83)' fill='%23ff0'/%3E%3Cpath id='Tracciato_24' data-name='Tracciato 24' d='M5076.008,468.776V455.764L5023,402.755v26.153l53.009,53.009Z' transform='translate(-4400.009 2579.083)'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
}
.esw-2 .event-slot-cost {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='181' height='216.391' viewBox='0 0 181 216.391'%3E%3Cg id='Raggruppa_661' data-name='Raggruppa 661' transform='translate(-495 -2844.609)'%3E%3Cpath id='Tracciato_14' data-name='Tracciato 14' d='M75.1,1.374,9.167,33.13l-3.32,1.595-.823,3.594-16.282,71.349-.823,3.594,2.3,2.88L35.849,173.36l2.3,2.88H118.7l2.3-2.88,45.627-57.218,2.3-2.88-.816-3.594L151.815,38.319,151,34.725l-3.32-1.595L81.744,1.374l-3.32-1.6Z' transform='translate(507.08 2844.83)' fill='%2300FFFF'/%3E%3Cpath id='Tracciato_24' data-name='Tracciato 24' d='M5076.008,468.776V455.764L5023,402.755v26.153l53.009,53.009Z' transform='translate(-4400.009 2579.083)'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
}
.esw-3 .event-slot-cost {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='181' height='216.391' viewBox='0 0 181 216.391'%3E%3Cg id='Raggruppa_661' data-name='Raggruppa 661' transform='translate(-495 -2844.609)'%3E%3Cpath id='Tracciato_14' data-name='Tracciato 14' d='M75.1,1.374,9.167,33.13l-3.32,1.595-.823,3.594-16.282,71.349-.823,3.594,2.3,2.88L35.849,173.36l2.3,2.88H118.7l2.3-2.88,45.627-57.218,2.3-2.88-.816-3.594L151.815,38.319,151,34.725l-3.32-1.595L81.744,1.374l-3.32-1.6Z' transform='translate(507.08 2844.83)' fill='%2300FF00'/%3E%3Cpath id='Tracciato_24' data-name='Tracciato 24' d='M5076.008,468.776V455.764L5023,402.755v26.153l53.009,53.009Z' transform='translate(-4400.009 2579.083)'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
}
.esw-4 .event-slot-cost {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='181' height='216.391' viewBox='0 0 181 216.391'%3E%3Cg id='Raggruppa_661' data-name='Raggruppa 661' transform='translate(-495 -2844.609)'%3E%3Cpath id='Tracciato_14' data-name='Tracciato 14' d='M75.1,1.374,9.167,33.13l-3.32,1.595-.823,3.594-16.282,71.349-.823,3.594,2.3,2.88L35.849,173.36l2.3,2.88H118.7l2.3-2.88,45.627-57.218,2.3-2.88-.816-3.594L151.815,38.319,151,34.725l-3.32-1.595L81.744,1.374l-3.32-1.6Z' transform='translate(507.08 2844.83)' fill='%23FF00FF'/%3E%3Cpath id='Tracciato_24' data-name='Tracciato 24' d='M5076.008,468.776V455.764L5023,402.755v26.153l53.009,53.009Z' transform='translate(-4400.009 2579.083)'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
} */

.event-slot-cost .esc-uh2020 {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 0;
}
.event-slot-cost span {
    display: inline-block;
    color: #000;
    line-height: 105px;
}
.event-slot-cost div span {
    font-family: 'Akkurat', 'Helvetica', 'Arial', sans-serif;
    font-weight: 700;
}
.esc-number {
    font-size: 140px
}
.esc-euro {
    font-size: 90px
}
.esc-ticket {
    margin-top: 36px;
    width: 50%;
    padding-bottom: 30%;
}


.event-slot-description {
    width: 40%;
    margin-right: 10%;
}
.event-slot-description h3 { margin-bottom: 48px }
.event-slot-description p { font-style: italic }

.event-slot-link {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.event-slot-link a {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: 700;
    padding: .5rem 0;
}

.event-slot-link a:hover { color:#000 !important }
.esw-Opening .event-slot-link a { background-color:#feed04 }
.esw-1 .event-slot-link a { background-color:#feed04 }
.esw-2 .event-slot-link a { background-color:#feed04 }
.esw-3 .event-slot-link a { background-color:#feed04 }
.esw-4 .event-slot-link a { background-color:#feed04 }

/* --- PROGRAMMA --- */
.program-single-event-wrapper.ere-talk.has-slot .event-element-type {
    width: 100%;
    position: relative;
}
.program-single-event-wrapper.ere-talk.has-slot .event-element-type::after { 
    content: ' ';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 35px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.652' height='20' viewBox='0 0 35.652 20'%3E%3Cg id='Raggruppa_421' data-name='Raggruppa 421' transform='translate(-9 -27)'%3E%3Cpath id='Tracciato_16' data-name='Tracciato 16' d='M9,27v5.652h.435a4.348,4.348,0,1,1,0,8.7H9V47H44.652V41.348h-.435a4.348,4.348,0,0,1,0-8.7h.435V27H9Zm.87.87H32.913v3.043h.87V27.87h10v3.995a5.141,5.141,0,0,0,0,10.258V46.13h-10V43.087h-.87V46.13H9.87V42.122a5.141,5.141,0,0,0,0-10.258Zm23.043,4.783V36.13h.87V32.652Zm0,5.217v3.478h.87V37.87Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media ( max-width: 990px ) {
    .event-slot-container { -ms-flex-wrap: wrap; flex-wrap: wrap }
    .event-slot-description {
        width: 60%
    }
    .event-slot-link {
        margin-left: 30%;
        margin-top: 3em;
    }
}

@media ( max-width: 767px ) {
    .event-slot-cost {
        margin-right: 0;
        width: 100%;
        margin-bottom: 3em;
    }
    .event-slot-description {
        width: 100%;
        margin-right: 0;
    }
    #event-slot-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    .event-slot-link {
        margin-left: 0;
        width: 100%;
    }
}

/* --- HOMEPAGE --- */
.tt_single_event.has-slot.talk-slot-Opening .timetable-header,
.tt_single_event.has-slot.talk-slot-Opening .after_hour_text_wrapper { background-color: #feed04 !important }
.tt_single_event.has-slot.talk-slot-1 .timetable-header,
.tt_single_event.has-slot.talk-slot-1 .after_hour_text_wrapper { background-color: #feed04 !important }
.tt_single_event.has-slot.talk-slot-2 .timetable-header,
.tt_single_event.has-slot.talk-slot-2 .after_hour_text_wrapper { background-color: #feed04 !important }
.tt_single_event.has-slot.talk-slot-3 .timetable-header,
.tt_single_event.has-slot.talk-slot-3 .after_hour_text_wrapper { background-color: #feed04 !important }
.tt_single_event.has-slot.talk-slot-4 .timetable-header,
.tt_single_event.has-slot.talk-slot-4 .after_hour_text_wrapper { background-color: #feed04 !important }
.tt_single_event.has-slot .timetable-header {
    padding-bottom: 6px;
    color:#000 !important
}

.homepage-event-type-mobile-slot-Opening,
.homepage-event-type-mobile-slot-1,
.homepage-event-type-mobile-slot-2,
.homepage-event-type-mobile-slot-3, 
.homepage-event-type-mobile-slot-4 {
    text-transform: uppercase;
    text-decoration: underline;
    color: #000;
    font-family: 'Roboto', sans-serif;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 7px 0;
}


.homepage-event-type-mobile-slot-Opening {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='181' height='176.46' viewBox='0 0 181 176.46'%3E%3Cpath id='Tracciato_14' data-name='Tracciato 14' d='M75.1,1.374,9.167,33.13l-3.32,1.595-.823,3.594-16.282,71.349-.823,3.594,2.3,2.88L35.849,173.36l2.3,2.88H118.7l2.3-2.88,45.627-57.218,2.3-2.88-.816-3.594L151.815,38.319,151,34.725l-3.32-1.595L81.744,1.374l-3.32-1.6Z' transform='translate(12.08 0.221)' fill='%2300ffff'/%3E%3C/svg%3E%0A");
}
.homepage-event-type-mobile-slot-1 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='181' height='176.46' viewBox='0 0 181 176.46'%3E%3Cpath id='Tracciato_14' data-name='Tracciato 14' d='M75.1,1.374,9.167,33.13l-3.32,1.595-.823,3.594-16.282,71.349-.823,3.594,2.3,2.88L35.849,173.36l2.3,2.88H118.7l2.3-2.88,45.627-57.218,2.3-2.88-.816-3.594L151.815,38.319,151,34.725l-3.32-1.595L81.744,1.374l-3.32-1.6Z' transform='translate(12.08 0.221)' fill='%2300ffff'/%3E%3C/svg%3E%0A");
}
.homepage-event-type-mobile-slot-2 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='181' height='176.46' viewBox='0 0 181 176.46'%3E%3Cpath id='Tracciato_14' data-name='Tracciato 14' d='M75.1,1.374,9.167,33.13l-3.32,1.595-.823,3.594-16.282,71.349-.823,3.594,2.3,2.88L35.849,173.36l2.3,2.88H118.7l2.3-2.88,45.627-57.218,2.3-2.88-.816-3.594L151.815,38.319,151,34.725l-3.32-1.595L81.744,1.374l-3.32-1.6Z' transform='translate(12.08 0.221)' fill='%23ff00ff'/%3E%3C/svg%3E%0A");
}
.homepage-event-type-mobile-slot-3 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='181' height='176.46' viewBox='0 0 181 176.46'%3E%3Cpath id='Tracciato_14' data-name='Tracciato 14' d='M75.1,1.374,9.167,33.13l-3.32,1.595-.823,3.594-16.282,71.349-.823,3.594,2.3,2.88L35.849,173.36l2.3,2.88H118.7l2.3-2.88,45.627-57.218,2.3-2.88-.816-3.594L151.815,38.319,151,34.725l-3.32-1.595L81.744,1.374l-3.32-1.6Z' transform='translate(12.08 0.221)' fill='%2300FF00'/%3E%3C/svg%3E%0A");
}
.homepage-event-type-mobile-slot-4 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='181' height='176.46' viewBox='0 0 181 176.46'%3E%3Cpath id='Tracciato_14' data-name='Tracciato 14' d='M75.1,1.374,9.167,33.13l-3.32,1.595-.823,3.594-16.282,71.349-.823,3.594,2.3,2.88L35.849,173.36l2.3,2.88H118.7l2.3-2.88,45.627-57.218,2.3-2.88-.816-3.594L151.815,38.319,151,34.725l-3.32-1.595L81.744,1.374l-3.32-1.6Z' transform='translate(12.08 0.221)' fill='%23FF00FF'/%3E%3C/svg%3E%0A");

}


/* --- PROGRAMMA 2020 --- */
.program-coming-soon {
    color:#000;
    text-align: center;
    font-size: 5em;
    line-height: 1em;
    font-weight: 700;
    /* text-transform: uppercase; */
    padding: 3em 0
}

@media ( max-width: 767px ) {
    .program-coming-soon {
        padding: 2em 0;
        font-size: 3em;
    }
}

/* --- BIGLIETTERIA --- */
.to--description {
    width: 50%;
    margin-left: 25% !important; 
    padding: 6em 0;
}
.to--description p {
    font-size: 12px;
    line-height: 20px;
}
.to--slot-name {
    position: relative;
    width: 8.3333%;
}
.to--slot-name p {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 0;
    -webkit-transform: translate(-50%, -50%) rotateZ(-90deg);
        -ms-transform: translate(-50%, -50%) rotate(-90deg);
            transform: translate(-50%, -50%) rotateZ(-90deg);
    width: 250px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
}

.to--row-one {
    margin: 0;
    padding: 3em 0;
    border-top: 1px #D6D6D6 solid;
}

.to--row-one > .vc_column_container > .vc_column-inner > .wpb_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.to--row-one .vc_column-inner .wpb_wrapper .to--slot-icon {
    margin-right: 8.3333%;
    width: 16.6666%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.to--row-one .vc_column-inner .wpb_wrapper .to--slot-featuring {
    width: 16.6666%;
    margin-right: 5%;
    position: relative;
}

.to--row-one .vc_column-inner .wpb_wrapper .to--slot-featuring .vc_column_container {
    position: static;
}
.to--slot-icon .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

.to--slot-description p:nth-child(1) {
    margin-top: 0;
    margin-bottom: 1em;
    line-height: 18px;
}

.to--slot-description p:nth-child(2) {
    margin-bottom: 0;

}
.to--slot-description ul {
    margin-top: 0;
    list-style-position: outside;
    padding-left: 16px;
}

.to--slot-description p:nth-child(2),
.to--slot-description ul li {
    font-size: 12px;
    line-height: 18px;
}

.to--description-slot-name { font-family: 'Roboto', sans-serif }

.to--slot-featuring > .wpb_column.vc_column_container.vc_col-sm-12 > .vc_column-inner  {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 8em;
}

.to--button {
    font-family: 'Roboto', sans-serif;
    text-decoration: none !important;
    border: none !important;
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: .5em 0;
    font-size: 12px;
    width: 100%;
    border-radius: 5px;
}

.to--button.to--button-1 {
    color:#000;
    background-color:#9d73ff;
}
.to--button.to--button-2 {
    color:#000;
    background-color:#9d73ff;
}
.to--button.to--button-3 {
    color:#000;
    background-color:#9d73ff
}
.to--button.to--button-4 {
    color:#000;
    background-color:#FF00FF
}
.to--button.to--button-5 {
    color:#00FF00;
    background-color:#000
}
.to--button.to--button-6 {
    color:#000;
    background-color:#E8E8E8
}

.to--row-one.to--row-two .vc_column-inner .wpb_wrapper .to--slot-featuring {
    width: 38.3333%;
}
.to--row-one.to--row-two .to--button { width: 43% }

@media ( min-width: 769px ) and ( max-width: 1024px ) {
    .to--description {
        margin-left: 12.5% !important;
        width: 75%;
    }
    .to--row-one > .vc_column_container > .vc_column-inner > .wpb_wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 8.3333% 1rem 25% 1rem auto;
        grid-template-columns: 8.3333% 25% auto;  
        -ms-grid-rows: auto 0 auto 0 auto;  
        grid-template-rows: auto auto auto;
            grid-template-areas: "a1 a2 a3"
                             "a1 a2 a4"
                             "a1 a2 a5";
        gap: 0 1rem;
    }
    .to--slot-name {
        grid-area: a1;
        width: 100%;
        margin-right: 0;
    }
    .to--row-one .vc_column-inner .wpb_wrapper .to--slot-icon {
        grid-area: a2;
        width: 100%;
        margin-right: 0;
    }
    .to--row-one > .vc_column_container > .vc_column-inner > .wpb_wrapper .to--slot-featuring {
        width: 100%;
        margin-right: 0
    }
    .to--row-one > .vc_column_container > .vc_column-inner > .wpb_wrapper .to--slot-featuring:nth-child(3) { grid-area: a3 }
    .to--row-one > .vc_column_container > .vc_column-inner > .wpb_wrapper .to--slot-featuring:nth-child(4) { grid-area: a4 }
    .to--row-one > .vc_column_container > .vc_column-inner > .wpb_wrapper .to--slot-featuring:nth-child(5) { grid-area: a5 }

    .to--slot-featuring > .wpb_column.vc_column_container.vc_col-sm-12 > .vc_column-inner { padding-bottom: 0;}
    .to--button {
        position: relative;
        margin-bottom: 1rem;
        max-width: 250px;
    }
    .to--slot-featuring > .wpb_column > .vc_column_inner > .wpb_wrapper,
    .to--slot-description .wpb_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .to--slot-description p:nth-child(2) { display: none; }
    .to--slot-description p:nth-child(1) { margin-right: 5%; }

}

@media ( min-width: 769px ) and ( max-width: 1024px ) {
    .to--slot-name { -ms-grid-row: 1; -ms-grid-row-span: 5; -ms-grid-column: 1;
    }
    .to--row-one .vc_column-inner .wpb_wrapper .to--slot-icon { -ms-grid-row: 1; -ms-grid-row-span: 5; -ms-grid-column: 3;
    }
    .to--row-one > .vc_column_container > .vc_column-inner > .wpb_wrapper .to--slot-featuring:nth-child(3) { -ms-grid-row: 1; -ms-grid-column: 5;
    }
    .to--row-one > .vc_column_container > .vc_column-inner > .wpb_wrapper .to--slot-featuring:nth-child(4) { -ms-grid-row: 3; -ms-grid-column: 5;
    }
    .to--row-one > .vc_column_container > .vc_column-inner > .wpb_wrapper .to--slot-featuring:nth-child(5) { -ms-grid-row: 5; -ms-grid-column: 5;
    } }
@media ( max-width: 768px ) {
    .to--description {
        padding-top: 0;
        margin-left: 0 !important;
        width: 100%;
    }
    .to--row-one {
        width: 85%;
        margin: 0 auto !important;
    }
    .to--row-one > .vc_column_container > .vc_column-inner > .wpb_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .to--slot-name { position: relative; width: 100% }
    .to--slot-name p {
        position: static;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        width: 100%;
        text-align: center
    }
    .to--row-one .vc_column-inner .wpb_wrapper .to--slot-icon {
        margin: 3rem 0 !important;
        width: 100%;
    }
    .to--row-one .vc_column-inner .wpb_wrapper .to--slot-featuring {
        margin-top: 3rem;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .to--row-one.to--row-two .vc_column-inner .wpb_wrapper .to--slot-featuring,
    .to--row-one.to--row-two .to--button {
        margin-right: 0;
        width: 100%
    }
    .to--slot-description p:nth-child(1) {
        font-size: 18px;
        line-height: 24px;
    }
    .to--slot-description p:nth-child(2), .to--slot-description ul li {
        font-size: 15px;
        line-height: 21px;
    }
    .to--button { font-size: 16px; }
}

#mobile-menu-item-wpml-ls-291-it .sub_menu,
#mobile-menu-item-wpml-ls-291-en .sub_menu,
#mobile-menu-item-wpml-ls-305-it .sub_menu,
#mobile-menu-item-wpml-ls-305-en .sub_menu {
    display: block;
}

/* .pfl-workshop {
    font-family: 'Roboto', sans-serif;
    width: 100%;
} */

.pfl {
    min-height: 48px;
}

.pfl a {
    font-family: 'Roboto', sans-serif;
    text-decoration: none !important;
    text-align: center;
    border: 1px solid #000;
    /* padding: 5px 0px; */
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px
}

.pfl a:hover {
    background-color:#000 !important;
    text-decoration: none !important;
    color:#fff !important;
    border-color:#fff
}

.pfl { padding: 10px; }
.pfl.slot-Opening { background-color:#9d73ff }
.pfl.slot-1 { background-color:#9d73ff }
.pfl.slot-2 { background-color:#9d73ff }
.pfl.slot-3 { background-color:#9d73ff }
.pfl.slot-4 { background-color:#FF00FF }
.pfl.pfl-workshop { background-color: #d6d6d6; }

.eventbrite-container {
    max-width: 1400px;
    padding: 0 50px 50px;
    margin: 0 auto;
}

/* html { overflow: visible!important; } */

body { overflow-x: visible!important; }
.home .mkdf-wrapper .mkdf-wrapper-inner { overflow: visible; }
.home .tt_timetable thead {
    position: sticky;
    top: 70px;
    z-index: 200;
    /* background-color: #ffffff; */
}
.home table.tt_timetable thead th:first-child { background-color: transparent!important; }
.home table.tt_timetable thead tr.row_gray {
    background-color: transparent!important;
    position: relative;

}
.home table.tt_timetable { background-color: #fff }

.program--row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 25px;
}
.program--row a {
    font-family: 'Roboto', sans-serif;
    text-decoration: none !important;
    text-align: center;
    border: 1px solid #000;
    padding: 5px 0px;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
    background: rgba(255, 255, 0, 1);
    letter-spacing: 2px;
    width: 400px;
}
.program--row a:hover {
    color:#fff;
    background-color:#000
}
.program-row-title {
    margin-top: 25px;
    margin-bottom: 0;
}
.program--row::after {
    content: ' ';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: ' ';
    background-color: #868686;
    display: block;
    margin-top: 20px;
}

@media ( max-width: 989.9px ) {
    .program--row {
        flex-direction: column;
        margin-bottom: 25px;
        padding-bottom: 25px;
        align-items: flex-start;
    }
    .program--row a {
        margin-top: -2px;
    }
    .program-row-title {
        margin-bottom: 25px;
        /* margin-bottom: 50px; */
        font-size: 40px !important;
        line-height: 46px !important;
    }
}

#program-filters-section,
#program-filters-section-mobile { display: none !important; }
@media ( max-width: 500px ) {
    .program--row a {
        width: 285px;
        margin: 0 auto;
        padding: 0 1rem;
    }
}