
/*---------------------------------------------------------------------
 *  LIVESTREAM PAGE 7-12-21
 *---------------------------------------------------------------------*/

    .page-template-template-livestream header.drop-in, .page-template-template-livestream header.scroll {
        position: static;
        top: 0;
        animation-name: none;
        animation-duration: 0s;
        box-shadow: none;
    }
    
    div.livestream {
        background: url(/wp-content/themes/lisi/assets/images/livestream_bg.jpg);
        background-size: inherit;
        background-repeat: no-repeat;
        background-color: #000;
        background-position: top center;
        top:0;
        position: relative;
    }
    .livestream .header {
        width: 100%;
        height: 100%;
        max-width: 1034px;
        max-height: 543px;
        margin: 0 auto;
        display: table;
    }
    .livestream .video {
        position: relative;
        padding-top: 25px;
        padding-bottom: 67.5%;
        height: 0;
    }
    .livestream .video iframe {
        box-sizing: border-box;

        background-size: contain;
        padding: 11.9% 15.5% 14.8%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .livestream .instructions {
        margin-top: -12%;
        padding-bottom: 5%;
    }
    .livestream .instructions p {
        font-size: 12px;
        color: white;
        text-align: center;
    }
    .livestream .footer {
        background: #000;
        width: 100%;
        max-width: 1000px;
        margin:0 auto;
        font-family: "proxima-nova-n3","proxima-nova",sans-serif;
        font-style: normal;
        font-weight: 300;
        color: #dadada;
        font-size: 17px;
        line-height: 28px;
    }
    .livestream .main {
        width: 100%;
    }
    .livestream .sidebar {
        width: 30%;
        display: block;
        float: right;
        text-align: center;
    }
    .livestream .sidebar a {
        display: block;
        vertical-align: middle;
    }
    .livestream .sidebar.right {
        display: inline-table;
        margin: 0 auto;
        text-align: center;
        padding-top: 100px;
    }
    .livestream .sidebar.right a {
        display: table-cell;
        vertical-align: middle;
    }
    .livestream .sidebar img {
        padding-bottom:40px;
        max-width: 170px;
    }
    .livestream .footer p {
        padding: 0 0 20px 0;
    }

    .livestream .title h1 {
        color: #fff;
        font-family: league-gothic, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 72px;
        line-height: 72px;
    }

@media only screen and (max-width: 1024px) {
    div.livestream {
        background: none;
        background-color: #000;
    }
    .livestream .header {
        background: url(/wp-content/themes/lisi/assets/images/livestream_bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        max-width: 1034px;
        max-height: 543px;
        margin: 0 auto;
        display: table;
    }
    .livestream .main {
        width: 70%;
        float: left;
    }
    .livestream .sidebar, .livestream .sidebar.right {
        float: none;
        width: 100%;
        display: table;
    }
    .livestream .sidebar a, .livestream .sidebar.right a {
        display: table-cell;
    }
    .livestream .sidebar img {
    }

}

@media only screen and (max-width: 1024px) {
    .livestream .main {
        width: 100%;
        float: none;
    }

}