/*
Theme Name: VIP-RADIOS.FM
Theme URI: 
Author: VIP-RADIOS.FM
Author URI: 
Description: 
Version: 1
Text Domain: vipradios
*/

/*
 fonts.com : 

*/

@import 'normalize.css';

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	
}


div, p, a, li, td, span { -webkit-text-size-adjust:none; }

img{
	max-width: 100%;
	display: block;
	image-rendering: -webkit-optimize-contrast; /* rendu flou sur chrome */
}

body{

	/* fix for text too bold in OSX */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	font-size: 15px;

	font-family: "Copperplate Gothic";	
	color: white;
	
	line-height: 1;
}
.content-page.apps{
	font-family: "Copperplate Gothic";
}



a, 
input[type="button"],
input[type="submit"],
input[type="checkbox"],
button
{
	cursor: pointer;
}
ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
fieldset{
	border: none;
	margin: 0;
	padding: 0;
}
input:focus, textarea:focus {
  outline-style: none;
  _outline-width: 2px;
}
.button{
	cursor: pointer;
}
h1, h2, h3{
	margin: 0;
}

p{

	margin: 0 0 10px 0;
}

/*
.site-nav-content,
.site-header-content,
.site-main,
.site-footer-nav-content,
.site-footer-content,
.site-footer-credits{
	max-width: 1120px;
	margin: auto;
}
*/



/* Header */
.site-header{
	background-color: black;
	height: 70px;
	position: relative;
}
.site-header  a{
	text-decoration: none;
}

.site-title{
	
	color: white;
	left: 52%;
	top: 50%;
	position: absolute;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	white-space: nowrap;
}
.site-title a{
	color: inherit;
	text-decoration: none;
}
.site-title-1{
	font-family: "Britannic Bold";
	font-size: 36px;
	margin: 0;
	-webkit-transform: scaleX(1.53);
	transform: scaleX(1.53);
	-webkit-transform-origin: 100 50%;
	transform-origin: 100% 50%;
	display: inline-block;
	vertical-align: middle;
}
.site-title-2{
	font-size: 25px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	margin-left: 132px;
	color: #f7f7f7;
}


.site-header-logo{
	position: absolute;
	width: 58px;
	left: 40px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}


.site-header-partners{
	position: absolute;
	right: 43px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}
.site-header-partners a{
	background-color: #989898;
	color: white;
	display: block;
	padding: 7px 25px;	
	border-radius: 12px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	
	-webkit-transform: scaleX(0.8);
	transform: scaleX(0.8);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}




/* */

.site-main{

	position: absolute;
	left: 0;
	width: 100%;
	top: 70px;
	bottom: 200px;

	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #5b2666),
		color-stop(1, #943ca0)
	);
	background-image: -o-linear-gradient(bottom, #5b2666 0%, #943ca0 100%);
	background-image: -moz-linear-gradient(bottom, #5b2666 0%, #943ca0 100%);
	background-image: -webkit-linear-gradient(bottom, #5b2666 0%, #943ca0 100%);
	background-image: -ms-linear-gradient(bottom, #5b2666 0%, #943ca0 100%);
	background-image: linear-gradient(to bottom, #5b2666 0%, #943ca0 100%);

}
.admin-bar .site-main{
	top: 102px;
}

.site-left{
	width: 143px;
	background-color: black;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	padding-top: 31px;
}
.left-subs{
	padding-left: 20px;
}

.left-subs div{
	margin-bottom: 21px;
}
.left-subs div a{
	display: inline-block;
	border-bottom: 7px solid transparent;
	padding: 0 6px 5px 6px;
	font-weight: bold;
	font-size: 16px;
	white-space: nowrap;
	-webkit-transform: scaleX(0.85);
	transform: scaleX(0.85);
	-webkit-transform-origin: 0% 50%;	
	transform-origin: 0% 50%;
}
.left-subs div a.active{
	border-bottom: 7px solid #943ca0;	
}

.left-search{
	padding: 0 0 0 10px;
	margin-bottom: 44px;
}
.left-search input{
	border: none;
	background-color: #ededed;
	border-radius: 14px;
	width: 120px;
	height: 28px;
	background-image: url(images/left-search.png);
	background-position: left 8px center;
	background-repeat: no-repeat;
	background-size: 14px;
	padding-left: 26px;
}

/* content */
.site-content{


	overflow: hidden;

	position: absolute;
	left: 143px;
	top: 0;
	bottom: 0;
	right: 0;
	
	padding: 36px;
}

.content-header{
	border-bottom: 3px solid #943ca0;
	margin-bottom: 21px;
	line-height: 1;
	font-weight: bold;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.content-header.page{
	margin-right: 300px;
}
.content-header-title{
	font-size: 27px;
	padding-bottom: 11px;
	text-transform: uppercase;
	-webkit-transform: scaleX(0.8);
	transform: scaleX(0.8);
	-webkit-transform-origin: 0% 50%;	
	transform-origin: 0% 50%;
}
.content-header-subs{
	font-size:18px;
	margin-left: 102px;
	-webkit-transform: scaleX(0.8);
	transform: scaleX(0.8);
	-webkit-transform-origin: 0% 50%;	
	transform-origin: 0% 50%;
}
.content-header-subs a{
	padding: 0 15px;
	padding-bottom: 13px;	
	margin-right: 15px;
	display: inline-block;
	position: relative;

}
.content-header-subs a.active:after{
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 7px solid #943ca0;
}

.stations-filter{
	margin-bottom: 43px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.stations-filter a{
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 8px;
	background-color: #943ca0;
	line-height: 27px;
	border-radius: 9px;
	margin-bottom: 5px;
	
	width: 82px;
	text-align: center;
}

.stations-filter a.active{
	background-color: #e4e4e4;
	color: black;
	font-weight: bold;
}
.stations-filter a span{
	-webkit-transform: scaleX(0.8);
	transform: scaleX(0.8);
	-webkit-transform-origin: 50% 50%;	
	transform-origin: 50% 50%;
	display: block;
}

.pub{
	position: absolute;
	right: 36px;
}
.pub-2{
	margin-top: 16px;
}

.stations-list{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 270px;
}
.content-stations .station{
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 41px;
	width: 157px;
	margin-bottom: 55px;
}
.content-stations .station a{
	display: block;
}
.content-stations .station-img{
	position: relative;
	display: block;
}
.content-stations .station-img img{
	width: 157px;
	height: 154px;
	margin-bottom: 13px;
}
.content-stations .station-img:after{
	content: '';
	display: block;
	background-color: rgba(0, 0, 0, 0.6);
	width: 50px;
	height: 50px;
	border-radius: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3D(-50%, -50%, 0);
	transform: translate3D(-50%, -50%, 0);
	z-index: 1;
	background-image: url(images/cover-play.png);
	background-position: center;
	background-repeat: no-repeat;
	
	opacity: 0.8;
	transition: opacity 0.1s;
}
.content-stations .station:hover .station-img:after{
	opacity: 1;
}

.content-stations .station-name{
	text-align: center;
	font-weight: bold;
	-webkit-transform: scaleX(0.8);
	transform: scaleX(0.8);
	-webkit-transform-origin: 50% 50%;	
	transform-origin: 50% 50%;
	margin-bottom: 11px;
	
	height: 30px; /* max 2 lines */
}
.content-stations .station-excerpt{
	line-height: 1.4;
	-webkit-transform: scaleX(0.8);
	transform: scaleX(0.8);
	-webkit-transform-origin: 0 50%;	
	transform-origin: 0 50%;
	font-size: 15px;
	text-align: left;
	width: 125%;
	
}

/* pages */
.content-page{
	margin-right: 300px;
	margin-top: 40px;
	font-family: "Libre Franklin";
	line-height: 1.2;
	font-size: 20px;
}
.content-page h2{
	margin-bottom: 20px;
	font-size: 24px;
}
.content-page p{
	margin-bottom: 25px;
}
.content-page a{
	color: white;
}

/* page : apps */
.content-header.apps{
	margin-bottom: 40px;
}
.apps-list{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	_margin-right: 270px;
	margin-top: -2px;
	margin-left: 60px;
}
.apps-list .app{
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	_margin-right: 41px;
	width: 50%;
	min-width: 500px;
	margin-bottom: 53px;
	
	display: -webkit-flex;
	display: flex;
}
.apps-list .app > div.gauche{
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 252px;
}
.apps-list .app > div.gauche img{
	margin-left: 50%;
	transform: translate3D(-50%, 0, 0);
}

.apps-list .app div.droite{
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	padding-left: 26px;
	text-align: left;
	padding-top: 43px;	
}
.apps-list .app div.droite div{
	-webkit-transform: scaleX(0.8);
	transform: scaleX(0.8);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
}
.apps-list .app > div.droite .titre{
	margin-bottom: 22px;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
}
.apps-list .app > div.droite .description{
	line-height: 1.63;
	font-size: 15px;	
}
.apps-list .app > div.droite img{
	margin-left: -12px;
	margin-top: 22px;
}

/* station page */
.content-station-page{
	margin-top: 29px;
	padding-bottom: 55px;
	margin-right: 300px;
}
.content-station-page:after{
	clear: both;
	content: '';
	display: table;
}

.content-station-page .description{
	border-bottom: 3px solid #943ca0;
	padding-bottom: 28px;
	margin-bottom: 26px;
}

.content-station-page .description-left{
	float: left;
}
.content-station-page .description-left img{
	width: 291px;
	height: 276px;
}
.description-left-icons{
	display: -webkit-flex;
	display: flex;
	margin-top: 15px;
	width: 100%;
}
.description-left-icons a{
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	align-self: center;
	text-align: center;
}
.description-left-icons span{
	vertical-align: middle;

}
.description-left-icons span.icon{
	display: inline-block;
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
	margin-right: 5px;
}
.station-play .icon{
	background-image: url(images/player-play.png);
	width: 32px;
	height: 32px;
}
.station-favorite .icon{
	background-image: url(images/player-favorite.png);
	width: 32px;
	height: 27px;
}
.station-favorite.active .icon{
	background-image: url(images/player-favorite-active.png);
}

.content-station-page .description-right{
	margin-left: 333px;

}
.content-station-page .description-right:after{
	clear: left;
	content: '';
	display: table;
}
.content-station-page h2{
	margin-bottom: 15px;
	font-size: 27px;
}
.content-station-page .description-text{
	-webkit-transform: scaleX(0.8);
	transform: scaleX(0.8);
	-webkit-transform-origin: 0 50%;	
	transform-origin: 0 50%;
	letter-spacing: 1.2px;
	line-height: 1.8;
	font-size: 17px;
	width: 125%;
	position: relative;
	padding-right: 20px;
}
.content-station-page .description-text{
	height: 235px;
}
.content-station-page a{
	color: white;
}
.content-station-page .description-site{
	text-align: right;
	font-size: 17px;
	font-weight: bold;
	margin-top: 16px;
	-webkit-transform: scaleX(0.8);
	transform: scaleX(0.8);
	-webkit-transform-origin: 100% 50%;	
	transform-origin: 100% 50%;

}
.content-station-page .description-site a{
	text-decoration: none;
}
.content-station-page .description-site span{
	font-size: 27px;
}

.content-station-page .recently h2{
	-webkit-transform: scaleX(0.8);
	transform: scaleX(0.8);
	-webkit-transform-origin: 0 50%;	
	transform-origin: 0 50%;	
	margin-bottom: 41px;
}


.content-station-page .recently-list .track{
	display: -webkit-flex;
	display: flex;
	margin-bottom: 16px;
	padding-left: 8px;
}
.content-station-page .recently-list .track > div{
	flex: 0 0 auto;
	align-self: center;
}
.content-station-page .recently-list .track span{
	display: block;
}
.content-station-page .recently-list .track-title{
	-webkit-transform: scaleX(0.8);
	transform: scaleX(0.8);
	-webkit-transform-origin: 0% 50%;	
	transform-origin: 0% 50%;
}
.content-station-page .recently-list .track .artist{
	font-weight: bold;
	margin-bottom: 8px;
}
.content-station-page .recently-list img{
	width: 56px;
	float: left;
	margin-right: 21px;
	height: auto;
}


/* page contact */
div.wpcf7{
	width: 302px;
	margin: 65px auto;
}
div.wpcf7 p{
	margin-bottom: 27px;
}
label{
	font-size: 17px;
	margin-bottom: 6px;
	display: block;
	padding-left: 4px;
}
input[type=text],
input[type=email],
textarea{
	max-width: 100%;
	border: none;
	background-color: white;
	border-radius: 5px;
	padding: 0 10px;
}
textarea{
	padding: 10px;
}
input[type=text],
input[type=email]{
	height: 37px;
}
input[type="submit"]{
	border: none;
	background-color: #d556e4;
	color: white;
	height: 40px;
	border-radius: 5px;
	padding: 0 32px;
	font-weight: normal;
	margin-top: 28px;
}
div.wpcf7-response-output {
    margin: 0 0 0 0;
    padding: 10px;
}
div.wpcf7-validation-errors{
	border: 1px solid red;
}

/* player */
.site-player{
	background-color: rgba(114, 47, 128, 0.8);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 79px;
	z-index: 1;
	
	opacity: 0.5;	
	bottom: -79px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.site-player > div{
	-webkit-flex: 1;
	flex: 1;
}

div.player-cover{
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 83px;
	cursor: pointer;
}
.player-cover img{
	width: 83px;
	height: 79px;
}
div.player-button {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 88px;
	padding-left: 20px;
}
.player-button button{	
	border: none;
	background-image: url(images/player-pause.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40px;
	width: 55px;
	height: 51px;
	background-color: transparent
}
.stopped .player-button button{	
	background-image: url(images/player-play.png);
}
div.player-track{
	-webkit-transform: scaleX(0.78);
	transform: scaleX(0.78);
	-webkit-transform-origin: 0 50%;	
	transform-origin: 0 50%;
	font-size: 17px;
}
div.player-track .title{
	margin-bottom: 12px;
	font-weight: bold;
}

div.player-icons{
	text-align: right;
	padding-right: 198px;
}
div.player-icons span{
	display: inline-block;
	vertical-align: middle;
}
div.player-icons a{
	display: block;
	width: 32px;
	height: 40px;
	margin-left: 44px;
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
}
.player-icons-like{
	background-image: url(images/player-like.png);
}
.player-icons-like.active{
	background-image: url(images/player-like-active.png);
}
div.player-icons a.player-icons-dislike{
	background-image: url(images/player-dislike.png);
	margin-left: 25px;
}
div.player-icons a.player-icons-dislike.active{
	background-image: url(images/player-dislike-active.png);
}
.player-icons-favorite{
	background-image: url(images/player-favorite.png);
}
.player-icons-favorite.active{
	background-image: url(images/player-favorite-active.png);
}
.player-icons-vol{
	background-image: url(images/player-vol.png);
}
.mute .player-icons-vol{
	background-image: url(images/player-vol-mute.png);
}
div.player-icons a.player-icons-page{
	background-image: url(images/player-page.png);
	margin-left: 25px;
}
.player-icons-playing{
	background-image: url(images/audio.svg);
	width: 20px;
	height: 15px;
	background-size: 100% 100%;
}
.stopped .player-icons-playing{
	display: none;
}

.tip{
	background-color: rgba(0, 0, 0, 0.8);
	display: block;
	position: absolute;
	left: 50%;
	bottom: 50px;
	transform: translate3d(-50%, 0, 0);
	padding: 5px;
	color: white;
	font-size: 11px;
	text-align: center;
	font-family: "Libre Franklin";
	padding: 8px 16px;
	width: 100px;
	line-height: 1.2;
	border-radius: 3px;
	transition: all 0.1s;
	opacity: 0;
	z-index: -9;
}
a:hover .tip{
	z-index: auto;
	opacity: 1;
	_display: block;
}

.player-volume{
	position: absolute;
	right: 50px;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	margin-top: -5px;
}

.ui-slider-horizontal{
	height: 2px;
	width: 110px;
	background-color: white;
}
.ui-slider-horizontal .ui-slider-handle{
	width: 20px;
	height: 26px;
	cursor: pointer;
	left: -10px;
	top: -12px;
}
.ui-slider-horizontal .ui-slider-handle:after{
	content: '';
	background-color: white;
	display: block;
	position: absolute;
	height: 26px;
	top: 0;
	left: 6px;
	width: 7px;
}
.player-volume-val:after{
	content: attr(data-level)'%';
	display: block;
	position: absolute;
	top: 0;
	right: 0;

	top: 34px;
	display: none;
}





/* footer */
.site-footer{
	height: 200px;
	background-color: black;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 22px 0 0 0;
	color: white;
}

.site-footer-cols{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.site-footer-cols > div{
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	margin-left: 150px;
}
.site-footer-cols > div:nth-of-type(1){
	margin-left: 0;
}

.site-footer-cols > div{
	-webkit-transform: scaleX(0.8);
	transform: scaleX(0.8);
	-webkit-transform-origin: 0 50%;	
	transform-origin: 0 50%;
}
.site-footer-cols h3{
	font-size: 15px;
	text-transform: uppercase;

	margin-bottom: 10px;
}
.site-footer-cols ul li{
	padding: 4px 0 5px 0;
	font-size: 15px;
}
.site-footer-cols a{
	color: #963da3;
	text-decoration: none;
}
.site-footer-cols li.partners a{
	color: #989898;
}

.site-footer-credits{
	position: absolute;
	top: 20px;
	right: 43px;
	font-size: 14px;
	color: #aeaeae;
	-webkit-transform: scaleX(0.8);
	transform: scaleX(0.8);
	-webkit-transform-origin: 100% 50%;	
	transform-origin: 100% 50%;
}


.grecaptcha-badge{
	visibility: hidden;
}