@charset "UTF-8";

/*
Theme Name: SOCAN Song Price
Requires PHP: 7.1
Version: 1.0
*/
.s-page-default {
	padding-top: 60px;
	padding-bottom: 100px;
}

.banner_404 {
	background-color: transparent;
}

.disable {
	pointer-events: none;
	opacity: .4 !important;
}

#loader-page {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

#ajax-content-insert {
	overflow: hidden;
}

.lds-ripple {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
	transform: scale(1.2);
}

.lds-ripple div {
	position: absolute;
	border: 4px solid #e11564;
	opacity: 1;
	border-radius: 50%;
	animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
	animation-delay: -0.5s;
}

@keyframes lds-ripple {
	
	0% {
		top: 36px;
		left: 36px;
		width: 0;
		height: 0;
		opacity: 1;
	}

	100% {
		top: 0px;
		left: 0px;
		width: 72px;
		height: 72px;
		opacity: 0;
	}
}

.nominee-item.winner .nominee .hover-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output {
	display: none !important;
}

.wpcf7-not-valid {
	border-bottom: 1px solid red;
}

.pointer {
	cursor: pointer;
}

.vote-popup__inner_content .b-content {
	padding: 100px 15px 30px;
}

.vote-popup__inner_content {
	position: relative;
	width: 100%;
	font-size: 1rem;
	min-height: 500px;
	color: #2D2484;
	text-align: left;
}

.vote-popup__inner{
	height: 530px;
}

.header.style-02 .header-contest-info .item,
.header.style-02 .lang-item,
.header.style-02 .header-contest-info {
	color: #2D2484;
}

.header.style-02 .lang-item:after,
.header.style-02 .open-menu:hover .hamburger span {
	background-color: #2D2484;
}

.header.style-02 .open-menu:hover {
	color: #2D2484;
}

.main-banner .subtitle {
	color: #9dede4;
}

.grecaptcha-badge {
	visibility: hidden !important;
}

.s-info .parallax-content {
	z-index: 0;
}

@media (min-width: 1199px) {
	
	.info-abs.style-01 {
		width: 400px;
		padding: 45px 10px 35px;
	}

	.info-abs .text {
		max-width: 235px;
		width: 100%;
	}
}

@media (min-width: 992px) {
	
	.nominee-left_single {
		height: calc(100vh - 106px);
	}

	.nominee-left_single__inner {
		height: 100%;
	}
	html:lang(fr-FR) .main-banner .title.h1 {
		line-height: 1.116;
		font-size: 3.5rem;
	}
}

@media (max-width: 992px) {
	
	.nominee .img:hover img {
		-webkit-filter: none;
		filter: none;
	}
	
	html:lang(fr-FR) .main-banner .title.h1 {
		line-height: 1.100;
	}
}

/* @media (max-height: 600px) {
	
	.nominee-left .audio-player {
		top: auto;
		bottom: 0px;
		margin-top: 0;
	}
} */

@media (max-width:1500px) {
	
	.nominee-left .b-center {
		max-width: 290px;
	}
}

@media (max-width: 575px) {
	
	.nominee-left .b-center {
		max-width: 280px;
	}
}

.btn.button-disabled {

	opacity: 0.5;
	
	pointer-events: none;

}