﻿        .forum-warp {
            margin-top: 30px;
            margin-bottom: 30px;
        }
/*Forum Session List*/
        .sesseion-listing {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .sesseion-listing .sesseion-item {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 18%;
                flex: 0 0 18%;
                max-width: 18%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                justify-content: center;
                position: relative;
            }

                .sesseion-listing .sesseion-item a {
                    display: block;
                    background: #e7015e;
                    color: #fff;
                    font-size: 20px;
                    font-weight: 700;
                    text-decoration: none;
                    width:100%;
                    height:95%;
                display: flex;
                align-items: center;
                justify-content: center;
                }

            .sesseion-listing .sesseion-info {
                position: relative;
                padding: 15px;
                border: 1px dashed #e5e5e5;
                border-left: none;
                width: 100%;
            }

        @media (max-width: 768px) {
            .sesseion-listing .sesseion-item {
                -ms-flex: 0 0 25%;
                flex: 0 0 25%;
                max-width: 25%;
            }
        }

        @media (max-width: 480px) {
            .sesseion-listing {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
            }

                .sesseion-listing .sesseion-item {
                    -webkit-box-flex: 0;
                    -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
                    max-width: 100%;
                }
                 .sesseion-listing .sesseion-item a {
                    padding: 20px 35px;
                }
            .schedule-listing .schedule-slot-info {
                padding: 35px 40px 35px 35px;
                border-left: 1px dashed #e5e5e5;
            }
        }



/*Forum Day List*/
        .ForumDayHeader{
            font-size:40px;
            font-weight:bold;
            font-family: 'Hind', sans-serif;
            color:#e7015e;
        }
        .forum-day {
            margin-bottom: 50px;
        }
        .SchaduelDayImg {
            position: relative;
            display: block;
            margin-bottom: 30px;
        }

            .SchaduelDayImg img {
                filter: blur(0px) brightness(55%);
            }

        .mask-text {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-shadow: 2px 2px 5px #333;
        }

            .mask-text h1 {
            color: #fff;
                font-size: 2em;
                text-align:center;
            }
@media (max-width: 480px) {
    .mask-text h1 {
                font-size: 28px;
            }
}

/*Forum Session Detail*/
 .section-sub-header {
            font-family: 'Rubik', sans-serif;
            font-style: italic;
            font-weight: 700;
            border-bottom: 5px solid #333;
            padding-bottom: 5px;
        }

        .sessionDeatil .listbox {
            -webkit-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.1);
        }

        .sessionDeatil .thumbnail {
            border: 0;
            padding: 0;
        }

            .sessionDeatil .thumbnail a {
                text-decoration: none;
            }

            .sessionDeatil .thumbnail .img-container {
                max-height: 208px;
                overflow: hidden;
                position: relative;
                margin: 0;
            }

                .sessionDeatil .thumbnail .img-container img {
                    height: auto;
                    width: 100%;
                }
                .thumbnail .caption {
    padding: 0px 10px;
    color: #333;
}
            .sessionDeatil .thumbnail .caption h4 {
                font-size: 18px;
            }

        .sessionDeatil .ForumName {
            margin-top: 0;
            font-weight: 700;
            line-height: 1.5;
        }

        .sessionDeatil .thumbnail .caption .schedulename {
            font-size:18px;
            font-weight: 700;
        }
        .sessionDeatil .sesseion-company {
            font-weight:600;
           color:#002eb5;
           padding:0 0 5px 0;
           margin:0;
        }
       .sessionDeatil .sesseion-speaker {
           color:#002eb5;
       }
        .sessionDeatil .scheduleday {
            font-family: 'Rubik', sans-serif;
            font-weight: 400;
            color: #ff6a00;
            margin-bottom: 0;
        }

        .sessionDeatil .scheduletime {
            margin-left: 10px;
        }

            .sessionDeatil .icon {
                margin-right: 5px;
            }

        @media (min-width: 1280px) {
            .sessionDeatil .caption {
                min-height: 160px;
            }
        }

        @media (max-width: 1024px) {
            .sessionDeatil .thumbnail .img-container {
                max-height: inherit;
                overflow: hidden;
            }

            .sessionDeatil .caption {
                min-height: 220px;
            }

            .sessionDeatil .scheduletime {
                display: block;
                margin-left: 0;
            }
        }

        @media (max-width: 768px) {
            .sessionDeatil .thumbnail .img-container {
                max-height: inherit;
                overflow: hidden;
            }

            .sessionDeatil .caption {
                min-height: 200px;
            }
        }

        @media (max-width: 456px) {
            .sessionDeatil .thumbnail .img-container {
                max-height: inherit;
                overflow: hidden;
            }

            .sessionDeatil .caption {
                min-height: initial;
            }
        }
