/* mobile first approach */
/* utilities */
.transition{
	transition: all 300ms ease !important;
    -webkit-transition: all 300ms ease !important;
}
.mfn_shortcode {
    padding: 40px 0;
}
.mfn_shortcode label {
    cursor: default;
}
.mfn_shortcode .inner {
    display: flex;
    flex-wrap: wrap;
}
/* .mfn_shortcode .mfn-other .inner {
    flex-wrap: nowrap;
} */

.inner span {
    flex: 1 1 0px;
    text-align: center;
}
.mfn_shortcode .data a {
    flex: 1 1 0px;
    text-align: center;
}

.talks-before {
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
    align-items: center;
}
.talks-pagination {
    display: flex;
    justify-content: center;
}
.talks-pagination a{
    background: #efefef;
    text-decoration: none;
    border-radius: 3px;
}
.talks-pagination a, .talks-pagination span.current{
    padding: 2px 10px;
    margin: 0 1px;
}

.talk-search .input-wrap {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.talk-search .input-wrap input {
    margin: 0;
    flex: 0 1 0px;
}
.mfn-other {
    display: flex;
    justify-content: space-between;
}

.mfn-desktop{
    display: none !important;
}

.single-talk .data {
    display: flex;
}

.talk-h {
    flex: .25 0 100px;
    background: #dddddd;
    border-color: #888888 !important;
}

.inner {
    flex: .75 0 180px;
}

.single-talk {
    border: 1px solid #e8e8e8
}

.single-talk .data .talk-h, 
.single-talk .data .inner {
    padding: 8px;
    border-bottom: 1px solid #e8e8e8;
    box-sizing: border-box;
}

.single-talk .data:last-child div {
    border-bottom: none;
}

.single-talk {
    margin-bottom: 20px;
}

/* desktop */
@media screen and (min-width: 1081px) {
    .inner span {
        flex: 1 0 80px;
    }

    .mfn-mobile {
        display: none !important;
    }

    .mfn-desktop {
        display: flex !important;
    }

    .mfn_shortcode .single-talk.fields {
        background: #dddddd;
        text-transform: uppercase;
        font-weight: 600;
    }

    .mfn_shortcode .single-talk {
        display: flex;
        flex-wrap: nowrap;
        border: 1px solid #dddddd;
        margin: 0 0 15px;
    }

    .mfn_shortcode .single-talk .data:last-child {
        border-right: none;
    }

    .mfn_shortcode .single-talk .data {
        flex: 1 1 0px;
        padding: 10px;
        border-right: 1px solid #dddddd;
    }

    .mfn_shortcode .sorting-div {
        display: flex;
        justify-content: space-between;
    }

    .mfn_shortcode .sorting-div svg {
        width: 20px;
    }

    .mfn_shortcode .sorting-div .sorting {
        display: flex;
    }

    .mfn_shortcode .sorting-div .sorting a {
        text-align: center;
    }

    .mfn_shortcode .single-talk .data.sorting-div {
        border-right: 1px solid #ffffff;
    }

    .mfn_shortcode .single-talk .data.sorting-div:last-child {
        border-right: none;
    }

    .active svg path {
        fill: #ffffff !important;
    }

    .sorting .active {
        background: #cccccc;
    }

    .mfn_shortcode .sorting-div .sorting a svg {
        vertical-align: text-bottom;
    }

    .inner {
        flex: auto;
    }

    .single-talk .data .talk-h,
    .single-talk .data .inner {
        padding: 0;
        border-bottom: none;
    }


}

@media screen and (max-width: 480px) {
    .talk-search {
        width: 100%;
        box-sizing: border-box;
    }

    .talk-search .input-wrap {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .talk-search .input-wrap input[type=text] {
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 10px;
    }
    
    .single-talk .data .talk-h, .single-talk .data .inner{
        box-sizing: border-box;
    }
        
    
}