/* Sentimi CSS */

.single-track {
	position: relative;
	display: flex;
	justify-content: center;
	transition: opacity 0.3s linear;
	opacity: 0;
}
/*
.single-track:hover {
	cursor: none;
}
*/
.visible {
	opacity: 1;
}

.single-track p, .single-track span {
	font-size: 5vw;
    line-height: normal;
    /* text-align: center; */
	margin-bottom: 0px;
	justify-content: center;
	font-family: 'istitutosvizzero';
}

.single-track .plyr {
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
}

.sentimi-tracks {
	padding-bottom: 30px;
}

.single-track .plyr .plyr__time {
	display: none;
}

.single-track .plyr .plyr__volume {
	display: none;
}

.single-track .plyr .plyr__menu {
	display: none;
}

.plyr--audio .plyr__controls {
	background-color: transparent;
}

.single-track .plyr .plyr__control[data-plyr=play] {
	height: 100%;
	width: 100%;
	z-index: 2;
	background-color: transparent;
	border-radius: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: none !important;
}
.single-track {
	cursor: none !important;
}

.single-track .plyr .plyr__control[data-plyr=play] svg {
	display: none;
}

.plyr__tooltip {
	display: none;
}

.plyr__progress__buffer {
	background-color: transparent;
	color: transparent;
}

.plyr__progress input[type=range] {
	color: rgb(240, 0, 30) !important;
}

.track-title {
	position: relative;
}

.track-title p {
	z-index: 0;
}

.track-title i {
	font-size: 5vw;
    font-weight: 600;
}

.track-title p::before {
	
}

@keyframes run-text {
	from { width: 0 }
	to { width: 100% }
  }

.word {
	position: relative;
	white-space: nowrap;
	color: #000;
  }

  .single-track[data-track='3'] .word::before {
	content: "";
    width: 35%;
    height: 2px;
    background-color: #000;
    position: absolute;
    bottom: 3vw;
    left: 0px;
  }

  .single-track[data-track='3'] .word::after {
	content: "";
    width: 33%;
    height: 2px;
    background-color: #000;
    position: absolute;
    bottom: 3vw;
    right: 0px;
  }

  
  .red-text {
	position: absolute;
	left: 0;
	top: 0;
	color: red;
	overflow: hidden;
	width: 0%;
	transition: width 1.5s linear;
	/* animation: run-text 5s infinite linear; */
  }

.red-mask {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 50%; /* da usare come variabile */
	/* background-color: rgb(240, 0, 30) !important; */
	z-index: 1;
}

.sentimi-player {
	position: fixed;
	top: 54px;
	left: 15px;
	height: auto;
	width: 336px;
	background-color: #EDEDED;
	color: rgb(240, 0, 30) !important;
	z-index: 10;
	transition: color 0.15s linear;
}

.sentimi-player.grey {
	color: #616161;
}

.sentimi-player.grey .track-progress {
	background-color: #616161;
}

.sentimi-player.grey .current-time {
	color: #616161;
}

.sentimi-player.grey .total-time {
	color: #616161;
}

.sentimi-player.grey .play-pause p {
	color: #616161;
}

.sentimi-player.grey .forward svg polygon{
	fill: #616161 !important;
}

.sentimi-player.grey .back svg polygon {
	fill: #616161 !important;
}

.sentimi-player.grey .forward svg path {
	fill: #616161 !important;
}

.sentimi-player.grey .back svg path  {
	fill: #616161 !important;
}

.sentimi-player.grey .play-pause svg polygon {
	fill: #616161 !important;
}

.sentimi-player.grey .play-pause svg path {
	fill: #616161 !important;
}

.plyr__control[data-plyr='airplay'] {
	display: none;
}

.sentimi-player-container {
	position: relative;
	padding: 10px 15px;
	display: none;
}

.sentimi-player-container.active-player {
	display: flex;
	justify-content: space-between;
}

.sentimi-player-container .track-progress {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 1px;
	width: 100%;
	background-color: rgb(240, 0, 30);
	transition: all 1.5s linear;
}

.sentimi-player .current-time {
	float: left;
	color: rgb(240, 0, 30);
	transition: color 0.15s linear;
}

.sentimi-player .back {
	float: left;
	margin: 0px 2vw;
	position: absolute;
    left: 60px;
}

.sentimi-player .back svg {
	height: 11px;
	margin-top: 2px;
	cursor: pointer;
}

.sentimi-player .play-pause {
	float: left;
}

.sentimi-player .forward {
	float: left;
	margin: 0px 2vw;
	position: absolute;
    right: 60px;
}

.sentimi-player .forward svg {
	height: 11px;
	margin-top: 2px;
	cursor: pointer;
}

.sentimi-player .total-time {
	float: left;
	color: rgb(240, 0, 30);
	transition: color 0.15s linear;
}

.play-pause:not(.playing-button) .play-active {
	float: left;
	display: block;
	cursor: pointer;
}

.play-pause:not(.playing-button) .pause-active {
	float: left;
	display: none;
}

.play-pause.playing-button .play-active {
	display: none;
}

.play-pause.playing-button .pause-active {
	display: block;
	cursor: pointer;
}

.play-pause svg {
	float: left;
	height: 11px;
	margin-top: 2px;
	margin-right: 3px;
}

.play-pause p {
	float: left;
	color: rgb(240, 0, 30);
	margin-bottom: 0px;
	transition: color 0.15s linear;
}

.about-down {
	display: flex;
}

.sentimi-about .about-up-mobile {
	display: none;
}

.sentimi-about .about-up-desktop {
	display: flex;
}

.sentimi-about {
	background-color: rgb(240, 0, 30);
	margin: 0px -15px;
	padding: 30px 15px;
	min-height: calc(100vh - 102px);
}

.sentimi-about p {
	color: #fff;
}

.sentimi-about a {
	color: #fff;
}

.sentimi-about em {
	color: #fff;
}

.sentimi-about .row {
	margin: 0px -15px;
}

.sentimi-about .col-3 {
	width: 25%;
	padding: 0px 15px;
}

.page-template-sentimi-page div#content {
	padding-bottom: 34px;
}

.plyr__progress__container {
	display: none;
}



/* .playlist--list {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
	font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: .95;
	color: #565D64;
}

.playlist--list li {
	margin: 0;
	padding: 0;
	cursor: pointer;
	padding: 15px 10px;
	background: #ffffff;
	border: 1px solid #dbe3e8;
	border-top: none;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.playlist--list li:first-child {
	border-top: 1px solid #dbe3e8;
}

.playlist--list li:hover {
	background-color: #3498db;
	color: #ffffff;
}

.playlist--list li:active {
	background-color: #CCDADE;
	color: #565D64;
} */

/* CURSOR */

.c-cursor {
	/*display: none;
	*/
	display: block;
	pointer-events: none;
    position: fixed;
}

.c-cursor .cursor-play {
	display: none;
}

.c-cursor .cursor-pause {
	display: none;
}

.c-cursor.paused .cursor-play {
	display: block;
	color: rgb(240, 0, 30);
}

.c-cursor.paused .cursor-pause {
	display: none;
	color: rgb(240, 0, 30);
}

.c-cursor p {
	font-size: 16px;
    line-height: 17px;
	margin-bottom: 0px;
	color: rgb(240, 0, 30);
}

.c-cursor.playing .cursor-play {
	display: none;
	color: rgb(240, 0, 30);
}

.c-cursor.playing .cursor-pause {
	display: block;
	color: rgb(240, 0, 30);
}


.move-mouse {
	font-size: 16px;
    line-height: 17px;
	margin-bottom: 0px;
	color: rgb(240, 0, 30);
    position: absolute;
    display: none;
    pointer-events: none;
}
.move-mouse .mousetext {
	color: rgb(240, 0, 30);
}
.move-mouse .redcircle {
	height: 30px;
	width: 30px;
	border-radius: 100px;
	background-color: rgb(240, 0, 30);
	opacity: 0;
    position: absolute;
    top: -8px;
    left: 5px;
}

/* 
.plyr--paused + .move-mouse .mousetext::after {
	content: 'PLAY';
	font-size: 18px;
}
.plyr--playing + .move-mouse .mousetext::after {
	content: 'PAUSE';
	font-size: 18px;
}
*/

.move-mouse .circle {
	height: 30px;
	width: 30px;
	border-radius: 100px;
	background-color: rgb(240, 0, 30);
	position: absolute;
    top: -8px;
    left: 5px;
	opacity: 1;
	transform: scale(0);
}

/*
.c-cursor .circle.visible-circle {
	height: 30px;
	width: 30px;
	border-radius: 100px;
	background-color: rgb(240, 0, 30);
	opacity: 0;
	transition: all 0.15s linear;
	scale: 0;
	
}*/

.move-mouse .circle.animate-circle {
	opacity: 0;
	transform: scale(1.5);
	transition: all 0.5s linear;
}


.plyr__controls {
	height: 55px;
}


/*
.single-track .plyr.plyr--paused .plyr__control[data-plyr=play] {
	cursor: none !important;
	cursor: url("../img/cursor-scroll.svg") 27.5 18, pointer !important;
	cursor: -webkit-image-set(url("../img/cursor-scroll.png") 1x, url("../img/cursor-scroll@2x.png") 2x) 27.5 18, pointer !important;
	cursor: image-set(url("../img/cursor-scroll.png") 1x, url("../img/cursor-scroll@2x.png") 2x) 27.5 18, pointer !important;
}
.single-track .plyr.plyr--stopped .plyr__control[data-plyr=play] {
	cursor: none !important;
	cursor: url("../img/cursor-scroll.svg") 27.5 18, pointer !important;
	cursor: -webkit-image-set(url("../img/cursor-scroll.png") 1x, url("../img/cursor-scroll@2x.png") 2x) 27.5 18, pointer !important;
	cursor: image-set(url("../img/cursor-scroll.png") 1x, url("../img/cursor-scroll@2x.png") 2x) 27.5 18, pointer !important;
}
.single-track .plyr.plyr--playing .plyr__control[data-plyr=play] {
	cursor: none !important;
	cursor: url("../img/cursor-scroll.svg") 27.5 18, pointer !important;
	cursor: -webkit-image-set(url("../img/cursor-scroll.png") 1x, url("../img/cursor-scroll@2x.png") 2x) 27.5 18, pointer !important;
	cursor: image-set(url("../img/cursor-scroll.png") 1x, url("../img/cursor-scroll@2x.png") 2x) 27.5 18, pointer !important;
}*/

@keyframes playing {
	from { opacity: 1; }
	to { opacity: 0; }
}

#menu-item-10591.playing-status a {
	animation-name: playing;
	animation-iteration-count: infinite;
	animation-duration: 1.5s;
	animation-direction: alternate;
	color: rgb(240, 0, 30);
}

.full-button {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: transparent;
	top: 0px;
	left: 0px;
	z-index: 1;
	cursor: none;
}

.full-button.paused-track + .move-mouse .mousetext::after {
	content: 'PLAY';
	font-size: 18px;
}
.full-button.playing-track + .move-mouse .mousetext::after {
	content: 'PAUSE';
	font-size: 18px;
}

@media screen and (max-width: 900px) {
	.sentimi-about {
		padding: 30px 15px 100px 15px;
	}
	.sentimi-player .back {
		margin: 0px 10vw;
	}
	.sentimi-player .forward {
		margin: 0px 10vw;
	}
	.sentimi-about .col-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% - 30px);
		flex: 0 0 calc(100% - 30px);
		max-width: calc(100% - 30px);
	}
	.sentimi-about .about-down .col-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% - 30px);
		flex: 0 0 calc(100% - 30px);
		max-width: calc(100% - 30px);
	}
	.sentimi-about .row {
		display: flex;
		flex-wrap: wrap;
	}
	.sentimi-player {
		top: unset;
		bottom: 80px;
		left: 15px;
		width: calc(100% - 30px);
	}
	.sentimi-player-container {
		justify-content: space-between;
	}
	.sentimi-about .about-up-mobile {
		display: flex;
	}
	.sentimi-about .about-up-desktop {
		display: none;
	}
	.sentimi-about p {
		margin-bottom: 15px;
	}
	.sentimi-tracks {
		padding-bottom: 15px;
	}
	.single-track {
		margin: 20px 0px;
	}
}

@media (hover: none) and (pointer: coarse) { 
	.plyr--paused + .move-mouse .mousetext::after {
		content: '';
	}
	.plyr--playing + .move-mouse .mousetext::after {
		content: '';
	}
}