*{
	margin: 0;
	padding: 0;
}
.golive-window .leftcol{ display: none; }

.full-screen-relative-video-wrapper{
	background: #555555;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
}
.main-fullscreen-video-wrap{
	background: #111;
	position: relative;
	width: 100%;
	height: auto;
	z-index: 2;
	overflow: hidden;
	flex: 1;
}


.main-fullscreen-video-wrap video{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	height: 100vh !important;
	right: 0;
	transform: scaleX(-1);
}

.multiple-videos-section-wrapper{
	position: relative;
	height: auto;
	background-color: #000;
	background-image: linear-gradient(69deg, rgb(32, 32, 32) 0%, rgb(31, 31, 31) 50%, rgb(49, 49, 49) 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	flex:auto 0 0;
}

.full-screen-relative-video-wrapper.single-show .multiple-videos-section-wrapper {
	display: none;
}

.golive-head-toggle .golive-top-fixed-header.golive-head-toggle {
	right: 0;
	border-radius: 0;
}
.multiple-videos-section-wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
}

.multiple-videos-section-wrap div.video-outter-wrap{
	width: 150px;
	background: #222222;
	height: 113px;
	border-radius: 5px;
	overflow: hidden;
	margin: 15px 5px;
}
.main-fullscreen-video-wrap .camera_wrap,
.main-fullscreen-video-wrap .camera_wrap video,
.multiple-videos-section-wrap div.video-outter-wrap .camera_wrap,
.multiple-videos-section-wrap div.video-outter-wrap .camera_wrap video {
	width: 100% !important;
	height: 100% !important;
	position: relative;
}

.multiple-videos-section-wrap div.video-outter-wrap .camera_wrap div video{
	position: relative !important;
}

.blur {
	/* All the background image supports */
	transform: translate(0px, 0px, 0px);
	background-image: -webkit-linear-gradient(bottom left, rgba(43, 40, 50, 0.8) 0%, rgba(83, 86, 99, 0.8) 45%, rgba(69, 77, 91, 0.6) 60%);
	background-image: -moz-linear-gradient(bottom left, rgba(43, 40, 50, 0.8) 0%, rgba(83, 86, 99, 0.8) 45%, rgba(69, 77, 91, 0.6) 60%);
	background-image: -o-linear-gradient(bottom left, rgba(43, 40, 50, 0.8) 0%, rgba(83, 86, 99, 0.8) 45%, rgba(69, 77, 91, 0.6) 60%);
	background-image: linear-gradient(to top right, rgba(43, 40, 50, 0.8) 0%, rgba(83, 86, 99, 0.8) 45%, rgba(69, 77, 91, 0.6) 60%);
	position: absolute;
	width: 100%;
	height: 100%;

	/* blur filters */
	-webkit-filter: blur(20px);
	-o-filter: blur(20px);
	filter: blur(20px);

	/* positioning and removing edges */
	top: -70px;
	right: -70px;
	left: -70px;
	padding: 70px;
}

.blur:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1001;

	/* Setting the gradient. Adds depth, and glass like effect. */
	background-image: -webkit-linear-gradient(289deg, rgba(43,40,50,0.8) 0%, rgba(43,40,50,0.4) 46%, rgba(0,0,0,0.05) 50%);
	background-image: -moz-linear-gradient(289deg, rgba(43,40,50,0.8) 0%, rgba(43,40,50,0.4) 46%, rgba(0,0,0,0.05) 50%);
	background-image: -o-linear-gradient(289deg, rgba(43,40,50,0.8) 0%, rgba(43,40,50,0.4) 46%, rgba(0,0,0,0.05) 50%);
	background-image: linear-gradient(-19deg, rgba(43,40,50,0.8) 0%, rgba(43,40,50,0.4) 46%, rgba(0,0,0,0.05) 50%);

	/* Blur to add depth. High to create smooth transition */
	-webkit-filter: blur(70px);
	-o-filter: blur(70px);
	filter: blur(70px);
}

.call-view__controls-container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	pointer-events: all;
	z-index: 2;
}

.call-view__controls-container .call-view__controls {
	width: 100%;
	/*display: flex;*/
	/*justify-content: space-between;*/
	/*align-items: center;*/
	padding-top: 120px;
	padding-bottom: 32px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.247) 8.1%, rgba(0, 0, 0, 0.238) 15.5%, rgba(0, 0, 0, 0.224) 22.5%, rgba(0, 0, 0, 0.206) 29%, rgba(0, 0, 0, 0.185) 35.3%, rgba(0, 0, 0, 0.162) 41.2%, rgba(0, 0, 0, 0.137) 47.1%, rgba(0, 0, 0, 0.113) 52.9%, rgba(0, 0, 0, 0.088) 58.8%, rgba(0, 0, 0, 0.065) 64.7%, rgba(0, 0, 0, 0.044) 71%, rgba(0, 0, 0, 0.026) 77.5%, rgba(0, 0, 0, 0.012) 84.5%, rgba(0, 0, 0, 0.003) 91.9%, rgba(0, 0, 0, 0) 100%);
}



/**
 * Call view controls section
 */

.call-view__controls-container .call-view__controls .call-view__controls__icon-btn {
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 8px;
	transform: scale(1);
	transition: transform 200ms cubic-bezier(0, 0, 0.2, 1);
	background-color: rgba(34, 34, 34, 0.80);
	border-radius: 50%;
	pointer-events: all;
	cursor: pointer;
	color: #ffffff;
}
.call-view__controls-container .call-view__controls .call-view__controls__icon-btn:hover {
	transform: scale(1.25);
}
.call-view__controls-container .call-view__controls .call-view__controls__icon-btn.golive-bg {
	background-color: #2ecc71;
	color: #ffffff;
}
.call-view__controls-container .call-view__controls .call-view__controls__icon-btn.golive-bg.active{
	background-color: #e74c3c;
	color: #ffffff;
}
#stopSharing{
	background-color: #e74c3c;
	color: #ffffff;
}
.call-view__controls-container .call-view__controls .call-view__controls__icon-btn > i {
	font-size: 20px;
}

.golive-voice-camera-btn-wrap{
	background: rgba(0, 0, 0,  0.75);
	align-items: center;
	display: flex;
	border-radius: 55px;
	justify-content: center;
	padding: 7px;
	margin-left: 15px;
}
.golive-voice-btn, .golive-camera-btn {
	background-color: #ffffff;
	width: 50px;
	height: 50px;
	justify-content: center;
	align-items: center;
	display: flex;
	margin-right: 10px;
	border-radius: 30px;
}
.golive-camera-btn{
	margin-right: 0px;
}

.golive-flat-btn {
	margin: 0 8px;
	transform: scale(1);
	transition: transform 200ms cubic-bezier(0, 0, 0.2, 1);
	border-radius: 20px;
	pointer-events: all;
	cursor: pointer;
	color: #000000;
	background: #ffffff;
	padding: 1rem 2rem .9rem;
	font-weight: 500;
	font-size: 13px;
	cursor: pointer;
}

.golive-white-btn{
	background: #ffffff;
	color:#04A3F5;
}

.golive-blue-btn{
	background: #04A3F5;
	color:#ffffff;
}

.go-live-functions-btn{
	background: rgba(0, 0, 0,  0.75);
	justify-content: center;
	align-items: center;
	display: flex;
	margin-right: 15px;
	border-radius: 50px;
	padding: 14px 12px;
}

.go-live-share-btn, .go-live-invite-btn, .go-live-setting-btn  {
	display: flex;
	flex-direction: column;
	cursor: pointer;
	text-align: center;
}
.go-live-share-btn, .go-live-invite-btn, .go-live-setting-btn{
	margin:0 15px;
}
.go-live-share-btn span, .go-live-invite-btn span, .go-live-setting-btn span {
	color: #ffffff;
	font-size: 12px;
}

.go-live-share-btn svg, .go-live-invite-btn svg, .go-live-setting-btn svg {
	width: 18px;
	height: 18px;
	margin: 0 auto 5px;
}

.golive-white-btn:hover, .golive-blue-btn:hover, .golive-voice-btn:hover, .golive-camera-btn:hover{
	background: #545454;
	color:#ffffff;
	cursor: pointer;
}

.go-live-ready-box{
	background: rgba(0, 0, 0,  0.75);
	padding: 2rem;
	border-radius: 20px;
	text-align: center;
}
.go-live-ready-box h3{ color: #ffffff; margin: 0 0 18px;font-size: 20px;font-weight: 400;}
.golive-flex-between-center{
	display: flex;
	justify-content: center;
	align-items: center;
}
.d-flex-between-center{
	display: flex;
	justify-content: center;
	align-items: center;
}

.d-flex {
	display: -ms-flexbox;
	display: flex;
}

.justify-content-start {
	-ms-flex-pack: start!important;
	justify-content: flex-start!important;
}


.justify-content-center {
	-ms-flex-pack: center!important;
	justify-content: center!important;
}

.justify-content-end {
	-ms-flex-pack: end!important;
	justify-content: flex-end!important;
}

.align-items-center {
	-ms-flex-align: center!important;
	align-items: center!important;
}

/*
.golive-bg .fa-times-circle{display: none;}
.golive-bg.active .fa-times-circle{display: block;}
.golive-bg.active .fa-circle{display: none;}
*/


.main-fullscreen-video-wrap{position: relative; }
.main-fullscreen-video-wrap:before {
	content: "";
	display: none;
	width: 100%;
	height: 100px;
	background: rgb(2,0,36);
	background: linear-gradient(180deg, rgba(2,0,36,0) 0%, rgba(0,0,0,1) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index:2;
}
.avatar-modal-status {
	position:relative;
}
.avatar-modal-status svg {
	position: absolute;
	bottom: 0;
	right: 7px;
}
.video-invite-btn {
	background: var(--active-btn-state);
	color: #ffffff !important;
	box-shadow: unset;
	border-radius: 8rem;
	padding: 9px 15px !important;
	font-size: 13px;
	display: block;
	text-decoration: none;
	margin: 0 0 0 5px;
	border: none;
	font-weight: 500;
	font-family: var(--font-roboto);
}
/*

.content-container {width: 100%;padding: 0;}
footer, footer .footer-wrapper, .second-footer, .chat-container.full, header, .messenger-shortcut-container {display: none}
.video-con wow_go_live_cont {z-index: 9999999 !important;}
.video-con.wow_go_live_cont .container {width: 100%;  z-index: 9999999;}
.video-con.wow_go_live_cont {border-radius:0 !important;margin-top: 0 !important;overflow: hidden;position: fixed;top: 0;left: 0;right: 0;height: 100vh}
.video-invite-btn {
	background: var(--active-btn-state);
	color: #ffffff !important;
	box-shadow: unset;
	border-radius: 8rem;
	padding: 9px 15px !important;
	font-size: 13px;
	display: block;
	text-decoration: none;
	margin: 0 0 0 5px;
	border: none;
	font-weight: 500;
	font-family: var(--font-roboto);
}
.avatar-modal-status {
	position:relative;
}
.avatar-modal-status svg {
	position: absolute;
	bottom: 0;
	right: 7px;
}*/


.post-file  .full-screen-relative-video-wrapper { height: 600px;}

.post-file .full-screen-relative-video-wrapper,
.post-file  .main-fullscreen-video-wrap video{
	position: relative !important;
}
/*.post-file .full-screen-relative-video-wrapper.single-show .main-fullscreen-video-wrap {
	height: 100%;
}*/

.golive-window .wow_liv_comments_feed { position: fixed;width: 280px;background: transparent; z-index: 3;}
.wow_liv_comments_feed {; z-index: 2;}
.post-file.resize-window-golive .full-screen-relative-video-wrapper {
	height: 100vh;
}

.golive-top-fixed-header{
	display: flex;
	align-items: center;
	background: rgba(0, 0, 0, 0.50);
	padding: 6px;
	border-radius: 50px;
	position: fixed;
	top: 5px;
	z-index: 3;
	-webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;-ms-transition: all 0.2s linear;  -o-transition: all 0.2s linear;transition: all 0.2s linear;
	max-width: 45px;
	min-width: 95%;
	margin-left:2.5%;
	height: 60px;
}

.users-chat-scroll{
	overflow: scroll !important;
	height: 400px !important;
}
.golive-video-avatar{margin:0 5px;cursor: pointer;}
.golive-video-avatar .avatar {
	width: 45px;
	height: 45px;
	margin: 0;
}
.golive-video-avatar .avatar img {
	border-radius: 50%;
	width: 100%;
	height: 100%;
}

#golive-header-hideshow-btn {
	display: flex;
	height: 25px;
	justify-content: center;
	align-items: center;
	flex: 0 0 auto;
	/*max-width: 45px;*/
	border-right: 1px solid #fff;
	padding: 0 15px 0 0;
	cursor: pointer;
}
#golive-header-hideshow-btn svg {
	color: #ffffff;
	width: 30px;
	height: 30px;
	margin-top: 0;
	padding: 0 3px;
	margin: 0 15px 0 17px;
}

.golive-top-fixed-header.golive-head-toggle {
    width: 100%;
	max-width: 145px;
	left: auto;
	min-width: auto;
	right: 10px;
}

.golive-slickslider-wrap {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 95%;
}

.golive-slickslider-wrap button.slick-arrow {
	background: transparent;
	width: 45px;
	height: 45px;
}

.golive-slickslider-wrap button.slick-arrow svg {
	color: #ffffff;
	width: 30px;
	height: 30px;
}

.golive-slickslider-wrap button.slick-arrow.slick-prev {
	left: -45px;
}
.golive-slickslider-wrap button.slick-arrow.slick-next {
	right: -45px;
}

.golive-top-fixed-header.golive-head-toggle .golive-slickslider-wrap {
	flex: 0;
	max-width: 0;
	margin-left: 0;
	overflow: hidden;
}
.golive-top-fixed-header { display:none; }
.golive-top-fixed-header.golive-head-toggle #golive-header-hideshow-btn{ border: none; }
.golive-top-fixed-header.golive-head-toggle #golive-header-hideshow-btn svg {transform: rotate(-180deg);color: #fff; }

.golive-top-fixed-header .slick-slider{ margin-left: 15px; }

.d-flex-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.d-flex-col {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.vt-container{ display: flex; flex-wrap: wrap; position: relative; min-height:364px; }
.vt-counter-wrap{ min-height: 200px;position: relative;display: flex; justify-content: center; align-items: center;
	width: 100%;
	overflow: hidden;
	background: #1d1d1d;
	flex: 33.333%;
}
.vt-user-avatar-title {margin-top: 10px;}
.vt-counter-avatar{ text-align: center; color: #ffffff; }
.vt-user-avatar {
	overflow: hidden;
	width: 100px;
	border-radius: 50%;
	height: 100px;
}
.vt-user-avatar img {
	max-width: 100%;
}
.vt-avatar-center {
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	height: 100vh;
	justify-content: center;
	align-items: center;
	z-index: 2;
}
.play-icon-wrap{
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	justify-content: center;
	align-items: center;
	z-index: 2;
}

.play-icon-wrap i{
	color: #fff;
	font-size: 50px;
}

.vt-container:hover .play-icon-wrap {
	display: flex;
	text-decoration: none;
	background-color: rgba(0, 0, 0, .5);
}

.live-badge {
	position: absolute;
	top:15px;
	left:15px;
	z-index: 1;
	background: red;
	padding: 7px 22px 7px 15px;
	color: #fff;
	border-radius:5px;
}
.live-badge i {
	margin-right:5px;
	font-size: 12px;
}
.blink {
	animation: blinker 1s linear infinite;
}
@keyframes blinker {
	50% {
		opacity: 0;
	}
}
.go-live-ready-box.end-live-wrapper {
	background: transparent;
}
.go-live-ready-box.end-live-wrapper h3, .go-live-ready-box.end-live-wrapper #inviteHostBtn {
	display:none;
}
.go-live-ready-box.end-live-wrapper #publishBtn {
	background: red;
}
.live-viewers-wrap .live-viewer-counter {
	position: relative;
	top: 0;
	left:0;
}
.live-viewers-wrap .live-viewer-counter {
	color: #fff;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.golive-window .btn{ border-radius: 20px;padding: 1rem 2rem .9rem;font-weight: 500;font-size: 13px;line-height: 1.22857143; border:0; margin: 0 8px;}

.btn-danger {
	color: #fff;
	background-color: #FF1717;
	border-color: #FF1717;
}
.btn-danger:hover {
	color: #000000;
	background-color: #ffffff;
	border-color: #ffffff;
}
.btn-blue {
	background: #04A3F5;
	color: #ffffff;
}
.btn-blue:hover {
	background: #545454;
	color: #ffffff;
}

#endPopup {
	display: none;
}

h3#waitheading {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	color: #fff;
	font-size: 60px;
	transform: translate(-50%, -50%);
}

body.golive-window .live_comments, .wow_liv_comments_feed .live_comments  {
	display: flex;
	align-items: center;
}

.live_comments .comment-heading * {
	text-shadow: 1px 1px 6px #000;
}