/*
 Theme Name:   Memberlab Theme Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Memberlab Theme Child
 Author:       Memberlab
 Author URI:   http://example.com
 Template:     memberlab-theme
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Custom styles go here */

input[type=text], input[type=button] {
-webkit-appearance: none;
-webkit-border-radius: 0;
color: #fff;
}

.testimonial-img-box{
	border-radius: 10px;
}



.live-overlay-container{
    width:100%;
    height: 100vh;
    position: fixed;
    top:0;
    left:0;
    background: #00000057;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.live-overlay{
    width:80%;
    max-width: 600px;
    min-height: 80vh;
    background: #fff;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ads-banner{
    background: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.live-stream{
    background: lightgreen;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    width: 60%;
    margin-right:40px;
    min-height: 400px;
}

.ll-body.ll-live-status .ll-details{
    width: 40%;
    margin-left: 0;
}
.polling-questions{
    width:100%;
    background:lightcoral;
    padding:40px;
    min-height: 200px;
}

.other-relevant-events{
    margin:40px 0;
}