/*
Theme Name: Monitor
Theme URI: 
Author: 
Author URI: 
Description: 
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: monitor
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/


* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
  overflow: hidden;
  font-family: 'Helvetica LT Std';
}

.monitor-front-page-wrapper {
	background: url(./assets/images/background.jpg);
	background-size: contain;
	background-repeat: repeat;
	height: 100vh;
}

.monitor-front-page-content {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	padding: 0 50px;
	height: calc(100vh - 310px);
	/* overflow: hidden; */
}

.monitor-header {
	text-align: center;
	color: #fff;
	padding-top: 60px;
	height: 155px;
}

.monitor-video-title {
	font-size: 1.6vw;
	font-weight: normal;
}

p.playing-title {
	font-size: 1vw;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.monitor-front-page-content>div {
	max-width: 100vw;
	flex: 0 0 100vw;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
}

ul.playlist {
	list-style: none;
	color: #fff;
	padding-top: 12px;
	/* position: absolute;
  left: 60vw;
   */
}

.monitor-slider-wrapper {
	width: 22vw;
    align-items: center;
    display: flex !important;
}


ul.playlist li {
	background: #ffffff30;
    border-radius: 6px;
    border: 2px solid transparent;
    cursor: pointer;
    text-align: center;
    padding: 8px 20px;
    margin-bottom: 30px;
    transition: all .3s;
    font-size: 16px;
    max-width: 250px;
    overflow: hidden;
    margin: 0 auto 10px;
}

ul.playlist li.active,
ul.playlist li:hover {
	background: #ffffff4a;
	border-color: #fff;
}

.monitor-slider-items video {
	position: absolute;
	height: 95%;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 30px;
	z-index: -1;
}

.monitor-slider-items {
	position: relative;
	width: 100vw;
}

.monitor-slider-items>div {
	position: relative;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 68vh;
	/* max-width: 1000px; */
}

/*.monitor-slider-items img {  
  height: 100%;
}*/

.monitor-slider-items-mobile-bg img {
	position: absolute;
	height: 113%;
	overflow: hidden;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	height: 40px;
	width: 40px;
	background: #eee;
	border: none;
	border-radius: 50%;
	z-index: 9;
	cursor: pointer;
}

.slick-disabled {
	opacity: 0;
}

.slick-prev.slick-arrow {
	left: 20px;
}

.slick-next.slick-arrow {
	right: 20px;
}

ul.slick-dots {
	display: flex;
	position: fixed;
	top: 30px;
	z-index: 999;
	left: 0;
	right: 0;
	justify-content: center;
	list-style: none;
}

ul.slick-dots li button {
	font-size: 0;
	width: 6vw;
	height: 0.3vw;
	border-radius: 58px;
	background: #ffffff3d;
	border: none;
	margin: 0 7px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	
}

.video-progress {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: #fff;
	width: 0%;
	transition: all .1s
}

.slick-next,
.slick-prev {
	opacity: 0;
}

.monitor-footer {
	text-align: center;
	position: fixed;
	bottom: 0;
	padding: 20px;
	color: #fff;
	width: 100%;
	height: 100px;
}

.monitor-footer p {
	margin-bottom: 20px;
	font-size: 1vw;
}

.monitor-footer img {
	max-width: 5vw;
}


@media (min-width: 2000px) {
	.monitor-slider-wrapper {
		width: 20vw;
	}

	.monitor-slider-items video {
		border-radius: 40px;
	}

	.monitor-video-title {
		font-size: 1.8vw;
	}

	.monitor-footer p,
	ul.playlist li,
	p.playing-title {
		font-size: 0.6vw;
	}

	.monitor-footer p {
		margin-top: 15px;
	}
  .monitor-header {
   padding-top: 60px;
  }
}

@media (max-width: 1300px) {
	.monitor-slider-wrapper {
		width: 50vw;
	}
}

@media (min-width: 5500px) {

	.monitor-slider-items video {
		border-radius: 90px;
	}


}


@media screen and (device-height: 3840px) and (device-width: 2160px) {

	ul.slick-dots {
		top: 190px;
	}

	.monitor-slider-wrapper {
		width: 55vw;
	}

	.monitor-slider-items-mobile-bg img {
		height: 114%;
	}

	.monitor-slider-items video {
		height: 95%;
		border-radius: 120px;
	}

	.monitor-slider-items>div {
		height: 65vh;
	}

	/* ul.playlist {
		margin-left: 50px;
	} */

	.monitor-video-title {
		font-size: 3vw;
	}

	.monitor-footer p,
	ul.playlist li,
	p.playing-title {
		font-size: 1.7vw !important;
		font-weight: 600;
	}

	.monitor-footer {
		height: auto;
		bottom: 5vw;
	}

	

	.monitor-footer img {
		max-width: 25vw;
	}

	ul.slick-dots li button {
		height: 0.6vw;
		width: 6vw;
	}

	.monitor-header {
		padding-top: 30px;
        position: absolute;
        top: 12vw;
        left: 0;
        right: 0;
        margin: auto;
	}
	
	.full-width-page-wrapper .monitor-header {
        position: absolute !important;
        top: 14vw !important;       
        z-index: 9999 !important;
	}

	.monitor-front-page-content  {
		height: 74vh;
		align-items: flex-end;
	}
	

	.monitor-front-page-content>div {
		padding: 0 100px 0 100px;
	}

	ul.playlist li {
		border-radius: 100px;
        padding: 50px 30px;
        max-width: 600px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0 auto 20px !important;
        width: 100%;
        border: 6px solid transparent;
        font-size: 1vw;
	}

	
	p.playing-title {
        margin-bottom: 2vw;		
    }

	.monitor-footer p {
		margin-bottom: 2vw;
		margin-top: 2vw;
	}
	
	.playlist-section {
		max-width: 36vw;
        width: 100%;
	}
	
	.playlist-section p {
		font-size: 3vw !important;
	}
	
}

img.azure-logo {
    max-width: 7vw;
    margin-top: 40px;
}



.playlist-section p {
    margin-bottom: 2vh;
    font-size: 21px;
    display: block;
    text-align: center;
}

@media screen and (device-height: 2160px) and (device-width: 3840px) {

  .monitor-front-page-content {
    height: calc(50vh - 310px);
  }

  .monitor-slider-items>div {
    height: 35vw;
  }
  .monitor-header {
    padding-top: 100px;
  }
}


/* full width template */

.monitor-full-width-slider-wrapper {
	position: fixed !important;
    height: 100vh;
    top: 0;
}

.monitor-full-width-slider-wrapper video.video-item {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
}

.full-width-page-wrapper .monitor-header {
	position: relative;
    z-index: 99;
    top: 60px;
    padding-top: 0;
}

.template-full-width  .playlist-section {
	position: relative;
    z-index: 99;
    /* max-width: 600px; */
/*     height: 65vh; */
    /* width: 36vw; */
}

.full-width-page-wrapper p.playing-title,
.full-width-page-wrapper .monitor-video-title{
	color: #000;
}

.template-full-width .monitor-slider-items-mobile-bg img {
    display: none;
}

.template-full-width .monitor-front-page-content>div {
	justify-content: flex-end;
}

.template-full-width .monitor-slider-items>div {
	height: 100vh;
}

.template-full-width .monitor-slider-items video {
	height: 100%;
	border-radius: 0;
	width: 100%;
	object-fit: cover;
}

.template-full-width .monitor-slider-wrapper {
	width: 100vw;
	position: fixed !important;
	top: 0;
	left: 0;
}

.template-full-width .monitor-header {
	z-index: 99;
}
