﻿.lgx-single-presenter {
    background: #ffffff;
    padding: 1.6rem;
    border-radius: 16px;
    margin-bottom: 2.6rem;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    overflow: hidden;
    position: relative;
    -moz-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.1);
    -webkit-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.1);
    box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.1);
    min-height: 275px !important;
    max-height: 275px !important;

}

    .lgx-single-presenter:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -136%;
        height: 150%;
        width: 150%;
        background: url(images/dots2.png) 0 0 repeat;
        background: #1b273d;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
        transform: translateX(-98%) translateY(-25%) rotate(45deg);
        -moz-transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        z-index: 0;
        opacity: 0;
    }

    .lgx-single-presenter .figure {
        /*position: relative;*/
    }

        .lgx-single-presenter .figure a.profile-img img {
            -moz-transition-duration: 0.3s;
            -webkit-transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
        }

        .lgx-single-presenter .figure .figcaption {
            background: rgba(0, 105, 92, 0.9);
            position: absolute;
            bottom: 14px;
            left: 14px;
            width: 90%;
            height: 90%;
            text-align: center;
            border-radius: 8px;
            opacity: 0;
            padding: .8rem 0;
            -webkit-transition: all 0.3s ease-in-out 0.3s;
            -moz-transition: all 0.3s ease-in-out 0.3s;
            -o-transition: all 0.3s ease-in-out 0.3s;
            transition: all 0.3s ease-in-out 0.3s;
            z-index: 3;
        }

            .lgx-single-presenter .figure .figcaption a {
                font-size: 26px;
                line-height: 39px;
                font-size: 2.6rem;
                line-height: 3.9000000000000004rem;
                color: #efa506;
                padding: 0 .3rem;
            }

    .lgx-single-presenter .social-group {
        text-align: right;
        padding: 1rem 2rem;
    }

        .lgx-single-presenter .social-group a {
            color: #fff;
        }

    .lgx-single-presenter .presenter-info {
        position: absolute;
        bottom: 5px;
        z-index: 99;
        width: 100%;
        text-align: left;
        padding: 1.5rem 2rem;
    }

        .lgx-single-presenter .presenter-info .title {
            font-size: 26px;
            line-height: 39px;
            font-size: 2.6rem;
            line-height: 3.9000000000000004rem;
            font-weight: 700;
            margin: 0;
            color: #efa506;
        }

            .lgx-single-presenter .presenter-info .title a {
                font-size: inherit;
                color: inherit;
            }

        .lgx-single-presenter .presenter-info .subtitle {
            font-family: 'Poppins', sans-serif;
            font-size: 14px;
            line-height: 21px;
            font-size: 1.4rem;
            line-height: 2.0999999999999996rem;
            font-weight: 400;
            text-transform: uppercase;
            margin: 0;
            color: #fff;
            opacity: .7;
        }

    .lgx-single-presenter:hover {
        background: white;
        overflow: hidden;
    }

        .lgx-single-presenter:hover:after {
            left: 42%;
            opacity: .7;
        }

        .lgx-single-presenter:hover .figure a.profile-img img {
            /*-ms-transform: scale(1.2);
            -moz-transform: scale(1.2);
            -webkit-transform: scale(1.2);
            -o-transform: scale(1.2);
            transform: scale(1.2);*/
        }

        .lgx-single-presenter:hover .figure .figcaption {
            opacity: .98;
            /*width: 100%;
            height: 100%;*/
        }

.session-detail > blockquote {
    text-align: left;
    font-weight: 400;
    display: block;
    padding-left: 25px;
        }
.session-detail > blockquote::before {
    content: "";
}
.session-detail > blockquote::after {
    content: "";
}
