/*general*/

/*slide*/
.overlay {
	background: linear-gradient(0deg, black 0%, transparent 80%);
    position: absolute;
    width: 100%;
    height: 650px;
	z-index:0;
}
.slide a {
	z-index:9;
}
.slide {
	background-size: cover;
	min-height:500px;
	display: flex;
    align-items: center;
}
.slide h1 { 
	color: #fff;
}
.slide .section-title { 
	position: relative;
    z-index: 0;
}
/*Carousel circular*/

.virgolette {
	    font-size: 200px;
    font-family: "Bw Darius Bold";
    max-height: 75px;
    line-height: 150px;
}
.cit {
	    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cit p {
	font-weight: 600;
    padding: 13px 0;
    font-size: 1.5em;
}

/*Album*/
.card {
	position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 60px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    border-radius: 0.25rem;
    transition: .1s;
}
.slide-album .slide-img{
	background: #000;
	min-height:500px;
	background-image: url('https://mezzosangue.g2r.it/wp-content/uploads/2021/11/san-giuda-epk-scaled.jpg');
	  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	
}
.title-track {
	font-size:0.9rem;
	color: #000;
	text-transform:uppercase;
	font-weight:bold;
	margin-left:90px;
}
.card.box-shadow {
	box-shadow: 0 0 60px #e4e4e4;
	border-radius:60px;
}
.audio-player svg{
	width: 18px;
	fill: white;
}
.audio-player .play {
    transform: translateX(2px);
}
.svg-hide{
	display: none;
}
.audio-player{
	display: flex;
	padding: 0 10px 10px 10px;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
	margin-bottom: 35px;
}
.range{
		position: relative;
		width: 100%;
		display: flex;
		align-items: center;
}
		.range-covered{
			position: absolute;
			top: 50%;
			width:0%;
			transform: translateY(-50%);
			height: 3px;
			border-radius: 12px;
			background-color: #000;
			cursor: pointer;
			pointer-events: none;
		}
	
	.audio-player input {
	  -webkit-appearance: none;
	  appearance: none;
	  width: 100%;
	  height: 3px;
	  outline: none; 
	  background-color: #d7be69;
	  border-radius: 12px;
	  cursor: pointer;
	}
	input::-webkit-slider-thumb {
	  -webkit-appearance: none; 
	  appearance: none;
	  width: 1px; 
	  height: 10px;
	  border-radius: 50%;
	  background: black;
	  cursor: pointer;
		position: relative;
		z-index: 5;
	}
	input::-moz-range-thumb {
	  -webkit-appearance: none; 
	  appearance: none;
	  width: 1px; 
	  height: 10px;
	  border-radius: 50%;
	  background: black;
	  cursor: pointer; 
		position: relative;
		z-index: 5;
	}
	input::-ms-thumb{
	  -webkit-appearance: none; 
	  appearance: none;
	  width: 1px; 
	  height: 10px;
	  border-radius: 50%;
	  background: black;
	  cursor: pointer;
		position: relative;
		z-index: 5;
	}


	.play-button{
		max-width:50px;
	transition: .1s;
	margin-right:30px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex;
    align-content: center;
    background: #000;
    justify-content: center;
    border-radius: 100%;
	}
.play-button:hover {
	background: #D7BE69;
}
	.time{
		margin-right: 20px;
		display: flex;
		align-items: center;
}
.written-time{
			color: white;
			margin-left: 10px;
}
span{
				color: #7D8074;
			}
		
	
	.volume{
		display: flex;
		align-items: center;
}
.icon{
			cursor: pointer;
			margin-right: 10px;
		
	}
	.info{
		display: none;
		width: 100%;
		color: white;
		font-size: 0.85rem;
		font-family: "Arial";
	}
}



.circular-slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #222;
}
.circular-slider .wrapper .slides-holder {

}
.circular-slider .wrapper {
    transform: rotate(-90deg);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 20px 0px 20px;
}

.circular-slider .wrapper .controls__left, .circular-slider .wrapper .controls__right, .circular-slider .wrapper .controls__autoplay {
  position: absolute;
  z-index: 101;
  -webkit-transition: .6s all;
  -o-transition: .6s all;
  transition: .6s all;
}

.circular-slider .wrapper .controls__left:hover .icon-wrapper, .circular-slider .wrapper .controls__right:hover .icon-wrapper, .circular-slider .wrapper .controls__autoplay:hover .icon-wrapper {
  font-size: 1.7em;
  opacity: 1;
}

.circular-slider .wrapper .controls__left .icon-wrapper, .circular-slider .wrapper .controls__right .icon-wrapper, .circular-slider .wrapper .controls__autoplay .icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #8EB8E5;
  font-size: 1.5em;
  opacity: .7;
}

.circular-slider .wrapper .controls__left, .circular-slider .wrapper .controls__right { top: 50%; }

.circular-slider .wrapper .controls__left {
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.circular-slider .wrapper .controls__left:hover { left: 0; }

.circular-slider .wrapper .controls__right {
  right: 0;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.circular-slider .wrapper .controls__autoplay {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.circular-slider .wrapper .controls__autoplay_running .pause { display: block; }

.circular-slider .wrapper .controls__autoplay_running .run { display: none; }

.circular-slider .wrapper .controls__autoplay_paused .pause { display: none; }

.circular-slider .wrapper .controls__autoplay_paused .run { display: block; }

.circular-slider .wrapper .slides-holder {
  border-radius: 50%;
  border: 1px solid #d7be69;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 100;
}

.circular-slider .wrapper .slides-holder__item {
  border-radius: 50%;
  border: 1px solid #d7be69;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  background-color: #d7be69;
  -webkit-transition: .3s linear all;
  -o-transition: .3s linear all;
  transition: .3s linear all;
	width: 15px !important;
	height:15px !important;
}
.circular-slider .wrapper .slides-holder__item img {
	display: none;
}
.circular-slider .wrapper .slides-holder__item.slides-holder__item_active {
	width:400px  !important;
	height:400px  !important;
}
.circular-slider .wrapper .slides-holder__item.slides-holder__item_active img {
	display:block;
	transform:rotate(90deg);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.circular-slider .wrapper .slides-holder__item_active {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

.circular-slider .wrapper .descriptions {
  position: absolute;
  bottom: 0%;
  z-index: 0;
}

.circular-slider .wrapper .descriptions__item {
  width: 100%;
  height: 0%;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 0s 0s linear;
  -o-transition: opacity 0s 0s linear;
  transition: opacity 0s 0s linear;
}

.circular-slider .wrapper .descriptions__item_visible {
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity .6s 0s linear;
  -o-transition: opacity .6s 0s linear;
  transition: opacity .6s 0s linear;
}

.circular-slider .wrapper .descriptions__item h1, .circular-slider .wrapper .descriptions__item .description {
  font-family: Helvetica, sans-serif;
  color: white;
  text-align: center;
}

.circular-slider .wrapper .descriptions__item h1 {
  font-size: 200%;
  padding-top: 5px;
}

.circular-slider .wrapper .descriptions__item .description {
  font-size: 100%;
  margin-top: 5px;
  padding: 0% 10%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow-y: hidden;
}

.slider {
  width: 50%;
  height: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 100px 20px 20px 20px; }


.croce {
	background: url('/wp-content/themes/adamans/inc/assets/svg/croce.svg');
	width: 62px;
	height: 70px;
	display:block;
	background-repeat: no-repeat;
	margin:0 auto;
}
.control-croce .col{
	padding: 10px 0.4rem;
}

.ballin{
	border:1px solid #d7be69;
	height:15px;
	width:15px;
	border-radius:20px;
	margin:0;
}

.control-croce .col.active .ballin {
	background: #d7be69;
}

.freccia-dx {
	background: url('/wp-content/themes/adamans/inc/assets/svg/freccia-dx.svg');
	width: 45px;
	height: 70px;
	display:block;
	background-repeat: no-repeat;
	background-position:center;
	cursor:pointer;
}

.freccia-sx {
	background: url('/wp-content/themes/adamans/inc/assets/svg/freccia-sx.svg');
	width: 45px;
	height: 70px;
	display:block;
	background-repeat: no-repeat;
	background-position:center;
	cursor:pointer;
}

.freccia-dx:hover {
	background-image: url('/wp-content/themes/adamans/inc/assets/svg/freccia-dx-oro.svg');
} 
.freccia-sx:hover {
	background-image: url('/wp-content/themes/adamans/inc/assets/svg/freccia-sx-oro.svg');
}
.writed-on-slide {
	position: absolute;
    top: 37%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    width: 100%;
    color: #fff;
}