/*
Theme Name: u2srnr.com 2026
Description: CSS theme for <a href="http://www.suckingrockandroll.com">Sucking Rock And Roll</a>.
Version: 1
Author: Bertrand Perron

&copy; www.suckingrockandroll.com
*/


/* .popelevation, .sub {
	display: none !important;
}  */

 
/*
================================
	Reset CSS
================================
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*
================================
	Patch Sucking V1
================================
*/



.txt h3, .txt h4 {
	font-family: "Open Sans", sans-serif;
	letter-spacing: -0.03em;
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 25px;
}

.concert-content .txt h3, .concert-content .txt h4 {
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	font-size: 20px;
	background-color: rgb(230,230,230);
	margin-left: -20px;
	margin-right: -20px;
	padding: 5px 20px;
	text-transform: uppercase;
	color: rgb(90,90,90);
	letter-spacing: 0;
}


.txt .illustr {
	margin-bottom: 25px;
}

.txt .right {
	float: right;
	margin-left: 30px;
}

.txt .left {
	float: left;
	margin-right: 30px;
}

.txt .illustr img {
	display: block;
}

.txt .illustr span {
	background: #f2f2f2 url(images/article-txt-figure-back.png) left bottom no-repeat;
	padding: 15px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	display: block;
}



/*
================================
	General
================================
*/

/* Commons */

html {
	-webkit-text-size-adjust: none;
}

body {
	font-family: Arial, sans-serif;
	color: rgb(60,60,60);
	font-size: 16px;
}

a {
	color: rgb(202,0,0);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
} 

b {
	font-weight: bold;
}

.block header {
	border-top: 1px solid rgb(221,221,221);
	border-bottom: 1px solid rgb(115,115,115);
	height: 41px;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
}

.block header>h2 {
	border-bottom: 3px solid rgb(115,115,115);
	display: table-cell;
	vertical-align: middle;
	font-size: 22px;
	font-weight: 300;
	color: rgb(115,115,115);
	position: relative;
	height: 40px;
}

.block {
	margin-bottom: 50px;
}

.pagination ul {
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 15px;
	margin-top: 50px;
}

.category-2 .pagination ul {
	clear: both;
	margin-top: 10px;
}

.pagination li {
	display: inline-block;
	margin: 0 5px;
}

.pagination a, .pagination .current {
	padding: 15px 18px;
	display: block;
	border: 1px solid;
	border-radius: 3px;
}

.pagination .dots {
	padding: 15px 5px;
	display: block;
}

.pagination a {
	border-color: rgb(202,0,0);
}

.pagination .current, .pagination .dots {
	color: rgb(134,134,134);
}

.pagination .current {
	border-color: rgb(134,134,134);
}

.pagination li:hover a {
	color : rgb(250,250,250);
	text-decoration: none;
	background: rgb(202,0,0);
}


span.collection {
	display: inline-block;
	padding: 0.2em 0.4em 0.3em 0.4em;
/*	color: rgb(255,109,0); */
/* 	border: 1px solid rgb(255,109,0); */
	background: rgb(255,109,0);
	color: rgb(255,255,255);
	font-weight: 800;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	letter-spacing: normal;
}

span.button a {
    background: #f2f2f2;
    padding: 10px 15px;
    border-radius: 5px;
    display: inline-block;
    color: rgb(202,0,0);
}

span.button {
    display: block;
    margin-top: 25px;
}


/* Content headers */


.content-header {
	background: #f2f2f2;
	border-bottom: 1px solid rgb(202,0,0);
	padding: 20px;
	margin-bottom: 50px;
	position: relative;
}

.content-header:after {
	content:"";
	position: absolute;
	right: 0;
	bottom: -2px;
	width: 21.7%;
	height: 3px;
	background-color: rgb(202,0,0);
}


.content-header.photo {
	display: block;
}

.content-header.collection {
	border-bottom: 1px solid rgb(255,109,0);
}

.content-header.collection:after {
	background-color: rgb(255,109,0);
}


.content-header h1 {
	font-size: 40px;
	font-weight: bold;
	margin-left: 20px;
}

.content-header h1 time {
	color: #b3b3b3;
	font-size: 0.75em;
}

.content-header img {
	width: 100%;
	height: auto;
	display: block;
}

.content-header.photo div {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}

.content-header p {
	font-size: 14px;
	color: #939393;
	font-family: Arial, sans-serif;
	margin-top: 10px;
	line-height: 20px;
	margin-left: 30px;
}

.content-header.photo p {
	margin-left: 50px;
}


.comments-count {
	display: block;
	background: url(images/article-header-comments-icon.png) left 4px no-repeat;
	padding-left: 20px;
}

.comments-count a {
	color: inherit;
}

.share {
	position: absolute;
	right: 10px;
	bottom: 25px;
}

.share li {
	float: left;
	margin-right: 10px;
}

.photo .share {
	position: absolute;
	top: 322px;
	left: 30px;
	width: 30px;
}

.photo .share li {
	margin-bottom: 10px;
	float: none;
	margin-right: 0;
}

.share a {
	display: block;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
}

.share .fb {
	background: url(images/share-fb.png);
}

.share .tw {
	background: url(images/share-tw.png);
}

.share .gp {
	background: url(images/share-gp.png);
}




/* Layout */

.wrap {
	max-width: 1020px;
	padding: 0 30px;
	margin: 0 auto;
}

.reduced-padding {
	max-width: 1050px;
	padding: 0 15px;
}

.container {
	background: rgba(255,255,255,1);
	box-shadow: 0px 0 7px 3px rgba(0, 0, 0, 0.20);
	padding-top: 90px;
}

.main-content {
	display: table;
	width: 100%;
}


.col {
	display: table-cell;
	vertical-align: top;
}

.main {
	width: 55%;
}


.side {
	padding-left: 40px;
}

.infos {
	font-family: Arial, sans-serif;
	font-size: 15px;
	line-height: 22px;
}

.infos p {
	margin-bottom: 10px;
}

.infos h3 {
	font-weight: bold;
	padding-top: 15px;
}

.infos ul {
	margin-bottom: 10px;
}

.infos li {
	background: url(images/txt-li-back.png) left 12px no-repeat;
	padding-left: 20px;
	margin-left: 10px;
}

.infos li time {
	color: #939393;
}

.infos header {
	margin-bottom: 25px;
}

.infos section {
	margin-top: 45px;
}

.infos section:first-child {
	margin-top: 0;
} 



/*
================================
	Header
================================
*/

body>header {
	background: url(images/top-2023-sphere.jpg) rgb(33,20,22) center center no-repeat;
	height: 430px;
	z-index: 90;
}

.logo {
	background: rgba(255,255,255,1);
	width: 380px;
	margin : auto;
	margin-top: 287px;
	height: 103px;
	box-shadow: 0px 0 7px 3px rgba(0, 0, 0, 0.20);
}

.logo h1 a {
	background: rgba(255,255,255,1) url(images/sr&r-logo-300.png) center 31px no-repeat;
	width: 380px;
	height: 165px;
	text-indent: -9999px;
	display: block;
	position: absolute;

}

.time-left {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	color: rgb(255,255,255);
	font-size: 20px;
	position: relative;
	margin: 0 auto;
	margin-top: -165px;
	text-transform: uppercase;
	width: 230px;
}

.time-left span {
	font-weight: 300;
}

.time-left a {
	display: block;
	padding: 10px;
	padding-left: 40px;
	color: rgb(255,255,255);
	background: rgba(0,0,0,0.4) url(images/time-left-icon.png) 12px center no-repeat;
	border-radius: 3px;
}

.time-left a:hover {
	text-decoration: none;
	background-color: rgba(202,0,0,1);
}






/* Menu */

.menu {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 15px;
	text-transform: uppercase;
	background: rgba(4,0,1,0.3);
	overflow: hidden;
	max-height: 40px;
}


.menu ul {
	list-style: none;
	text-align: center;
}

.menu ul li {
	display: inline-block;
	margin-left: 35px;
}

.menu ul li:first-child {
	margin-left: 0;
}

.menu ul li a {
	display: block;
	line-height: 38px;
	color: rgb(250,250,250);
}

.menu .active, .menu li a.active:hover  {
	border-bottom: 2px solid rgb(250,250,250);
}

.menu li a:hover {
	border-bottom: 2px solid rgb(250,250,250);
	text-decoration: none;
}

.menu .button {
	display: none;
	background: url(images/menu.png) center center no-repeat; 
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	margin: 0 auto;
}

.menu li.search-button {
	margin-left: 20px;
	cursor: pointer;
}

.menu li.search-button span {
	line-height: 38px;	
	display: block;
	width: 28px;
	height: 38px;
	text-indent: -9999px;
	background: url(images/menu-search-icon.png) center center  no-repeat; 
	border: 0;
	cursor: pointer;
}

.menu li.search-button span:hover {
	border-bottom: 2px solid rgb(250,250,250);
}


.search-box {
	display: none;
	background: rgba(0,0,0,0.8);
	padding: 30px 0; 
	color: rgb(255,255,255);
	text-align: center;
	position: absolute;
	width: 100%;
	font-size: 15px;
	z-index: 1000;
}


.search-on .search-box {
	display: block;

}

#searchform div {
	margin :0 auto;
}



/*
================================
	Tweets list
================================
*/

.tweet-list {
	background: #f2f2f2;
	/*background: linear-gradient(#f2f2f2, #ffffff); */
	padding: 20px 30px;
	text-align: center;
}

.account-info {
	background: url(images/twitter-icon.png) top center no-repeat;
	padding-top: 38px; 
	font-size: 14px;
	font-weight: bold;
}

.account-info a {
	color: inherit;
}

.account-info span {
	font-weight: normal;
	color: rgba(60,60,60, 0.5);
}

.tweet-list article {
	font-family: "Raleway", sans-serif;
	font-size: 22px;
	line-height: 30px;
	font-weight: 300;
	color: rgb(40,40,40);
	font-style: italic;
	margin: 20px 0;

}


.tweet-list time {
	display: none;
}


/*
================================
	Comments list
================================
*/

.comments-infos {
	padding: 40px 0;
	font-size: 20px;
	font-family: "Open Sans", sans-serif;
	letter-spacing: -0.03em;
}


.comments-list article {
	padding-top: 25px;
	font-size: 15px;
	clear: both;
	overflow: hidden;
	line-height: 20px;
	padding-bottom: 30px;
	border-top: 1px solid #ddd;
}

.single .comments-list article {
	padding-top: 40px;
	padding-bottom: 40px;
}

.comments-list .meta {
	width: 185px;
	float: left;
	margin-right: 35px;
	text-align: right;
	padding-bottom: 20px;
	background: url(images/comments-meta-back.png) right bottom no-repeat;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: rgb(201,201,201);
}

.home .comments-list .meta {
	width: auto;
	float: none;
	margin: 0;
	text-align: left;
	padding: 5px 0;
	background: none;
}

.home .comments-list article {
	padding: 0;
	border: 0;
	margin-top: 27px;
	padding-bottom: 10px;
	position: relative;
}

.home .comments-list article:after {
	content:""; 
	background: rgb(202,0,0); 
	position: absolute; 
	bottom: 0; 
	left: 0; 
	width: 80px; 
	height: 1px;
}



.comments-list span {
	display: block;
	color: rgb(115,115,115);
	font-weight: bold;
	padding-right: 24px;
	background: url(images/comments-icon-author.png) right 4px no-repeat;
}

.home .comments-list time:before {
	content:"-"; 
	margin-right: 5px;
	margin-left: 5px;
}


.home .comments-list span {
	display: inline-block;
	padding-right: 0;
	padding-left: 24px;
	background: url(images/comments-icon-author.png) left 4px no-repeat;
}

.comments-list .comment-content {
	margin-left: 220px;
}

.home .comments-list .comment-content {
	margin-left: 0;
}



.comments-list article:nth-child(2) {
	border-top: 0;
}


.depth-2  {
	margin-left: 220px;
}

.depth-3 {
	margin-left: 300px;
}

.depth-4  {
	margin-left: 380px;
}

.depth-5, .depth-6, .depth-7, .depth-8, .depth-9  {
	margin-left: 460px;
}

.comments-list {
	border-bottom: 1px solid #ddd;
}

.home .comments-list {
	border-bottom: 0;
}

.comment-reply-link, .comment-edit-link  {
	margin-top: 20px;
	margin-right: 20px;
	display: inline-block;
	background: #f2f2f2;
	padding: 5px 10px;
	border-radius: 3px;
	font-family: Arial, sans-serif;
}

#cancel-comment-reply-link {
	position: absolute;
	right: 30px;
	top: 13px;
	font-family: Arial, sans-serif;
	text-transform: none;
	font-size: 15px;
}

.comment-awaiting-moderation {
	font-family: Arial, sans-serif;
	color: #2ac700;
	font-style: italic;
}

.comments-list .url {
	background: url(images/comments-icon-url.png) right 4px no-repeat;
	padding-right: 20px;
	color: #737373;
}

.url:hover {
	color: rgb(202,0,0);
}

.comment-content {
	line-height: 22px;
}

.comment-content p {
	margin-top: 25px;
}


.comment-content p:first-child {
	margin-top: 0;
}

.home .comments-list {

}


.home .comment-content a {
	color: rgb(60,60,60);
	font-style: italic;
}

.comments, .comment-form {
	margin-top: 50px;
}

.home .comment-content {
	line-height: 20px;
}

.nav-comments {
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 15px;
	margin-top: 40px;
}
.nav-comments div {
	display: inline-block;
}
.nav-comments a {
	padding: 15px 18px;
	display: block;
	margin: 0 10px;
	border: 1px solid rgb(202,0,0);
	border-radius: 3px;
}

.nav-comments a:hover {
	background: rgb(202,0,0);
	color: #fff;
	text-decoration: none;
}


/*
================================
	Forms
================================
*/


.form .info {
	background: #e2e2e2;
	padding: 30px;
	font-family: Arial, sans-serif;
	font-size: 15px;
	line-height: 20px;
}

.contact-form .info {
	padding-bottom: 10px;
}

.form a.action {
	margin-top: 10px;
	margin-right: 10px;
	display: inline-block;
	background: #fff;
	padding: 5px 10px;
	border-radius: 3px;
}

.form a.alt {
	background: #ccc;
}

.form form {
	background: #f2f2f2;
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding: 30px;
	color: #737373;
}

.form p {
	padding-bottom: 20px;
}

.form i {
	color: #a8a8a8;
}

.form label {
	float: left;
	width: 200px;
}

.form label span {
	display: table-cell;
	vertical-align: middle;
	height: 40px;
}

.form input, .form textarea {
	font-size: 18px;
	font-family: Arial, sans-serif;
	border: 1px solid #b2b2b2;
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
	color: #3c3c3c;
	border-radius: 3px;
}

.form input {
	width: 300px;
	height: 30px;
}

.comment-form textarea, .contact-form textarea {
	width: 70%;
	height: 240px;
	resize: vertical;
}

#s {
	width: 480px;
	height: 45px;
	display: block;
	background: rgba(0,0,0,0.5);
	border: 1px solid rgb(106,106,106);
	border-radius: 3px;
	margin: 20px auto;
	color: rgb(139,139,139);
	font-size: 25px;
	padding: 0 10px;
}

.form #submit, .contact-form .submit input, #searchsubmit {
	margin-left: 200px;
	background: rgb(202,0,0);
	border: 0;
	color: #fff;
	width: auto;
	cursor: pointer;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	height: 40px;
	padding: 5px 15px;
    -webkit-appearance: none;
}

#searchsubmit {
	font-size: 18px;
	border-radius: 3px;
	margin: 0;
	display: inline-block;
}

.search-close {
	display: inline-block;
	background: rgb(62,62,62);
	padding: 0 15px;
	border-radius: 3px;
	height: 40px;
	line-height: 40px;
	margin-left: 15px;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	cursor: pointer;
}



.form small {
	color: rgb(202,0,0);
}

.contact-form .wpcf7-not-valid-tip {
	font-size: 12px;
	margin-left: 210px;
	margin-top: 10px;
}

.contact-form .wpcf7-response-output {
	padding: 20px;
	border: 0;
	background: #fff;
	font-size: 12px;
}

.contact-form .wpcf7-validation-errors {
	border-left: 3px solid red;
	color: red;
}

.contact-form .wpcf7-mail-sent-ok {
	border-left: 3px solid #559700;
	color: #559700;
}


/*
================================
	Photos list
================================
*/



.photos-list header {
	margin-bottom: 30px;
}

.si_feed_list li.si_item {
	float: left;
	width: 33%;
	margin-right: 1px;
	margin-bottom: 1px;
	line-height: 0;
}

.si_item a {
	display: block;

}

.si_item a:hover  {
	background: rgb(202,0,0);

}

.si_item a:hover img {
	opacity: 0.7;

}

.si_item img {
	width: 100%;
}

.photos-list footer {
	clear: both;
	background: rgb(247,247,247);
	position: relative;
	margin-right: 3px;
}


.photos-list footer a, .photos-list footer a:hover  {
	color: rgb(60,60,60);
}


.photos-list footer p {
	display: block;
	height: 45px;
	background: url(images/twitter-avatar.png) left top no-repeat;
	padding-left: 70px;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	padding-top: 10px;
}

.photos-list footer span {
	display: block;
	font-weight: normal;
	color: rgb(118,118,118);
}

.photos-list footer i {
	color: rgb(180,180,180);
}

.instagram-button {
	position: absolute;
	top: 13px;
	right: 15px;
	height: 26px;
	background-image: -webkit-linear-gradient(#fff,#dedede);
	background-image: linear-gradient(#fff,#dedede);
	background-color: #eee;
	border: #ccc solid 1px;
	border-radius: 4px;
	line-height: 26px;
}

.instagram-button:hover {
	border: #bbb solid 1px;
	background-image: -webkit-linear-gradient(#f7f7f7,#d9d9d9);
	background-image: linear-gradient(#f7f7f7,#d9d9d9);
}

.instagram-button a {
	display: block;
	background: url(images/instagram-btn-logo.png) left center no-repeat;
	color: #333;
	font-weight: bold;
	font-size: 13px;
	padding: 0 7px 0 33px;
}

.instagram-button a:hover {
	text-decoration: none;
}







/*
================================
	Articles list
================================
*/


/* Common */

.list-article a {
	color: rgb(60,60,60);
}

.list-article a:hover p {
	text-decoration: none;
}

.list-article img {
	float: left;
}


.list-article h2, .list-article h3 {
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	letter-spacing: -0.03em;
	line-height: 1.1em;
}


.list-article h3 {
	font-size: 20px;
	display: table-cell;
	height: 60px;
	vertical-align: middle;
	padding: 0 10px 0 20px;
}

.list-article a:hover  {
	background-color: #ffeaea;
}

/*.list-article a:hover h3, .list-article a:hover h2,  .list-article a:hover p {
	color: rgb(202,0,0);
}*/


.list-article span.collection {
	margin-left: 5px;
	line-height: 13px;
	font-size: 13px;
	z-index: 20;
}

.top-story span.collection {
	line-height: 18px;
	font-size: 18px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.top-story h3 a:hover {
	background-color: transparent;
}



/* Standard */


.std a {
	padding: 30px;
 	border-bottom: 1px solid rgb(221,221,221);
 	display: block;
}

.std article {
 	background: url(images/list-more.png) right center no-repeat;
 	padding-right: 30px;
}

.std section a:nth-child(2) {
 	border-top: 1px solid rgb(221,221,221);
}

.std div {
	display: table-cell;
	height: 74px;
	vertical-align: middle;
	padding-left: 30px;
}

div.no-photo {
	padding-left: 0px;
}

a.alt {
	background-color : rgb(242,242,242);
}

/*.list-article .alt div {
	height: 135px;
}*/

.list-article h2 {
	font-size: 22px;
	line-height: 1.1em;
}

/*.list-article .alt h2 {
	font-size: 26px;
	line-height: 1.1em;
}*/

.list-article .alt img {
	max-width: 160px;
	height: auto;
}

.std time {
	color: rgb(202,0,0);
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	display: inline-block;
}

.std h2 time {
	color: #b3b3b3;
	font-size: 0.75em;
	text-transform: none;
	font-family: inherit;
	margin-top: 0;
	display: inline;
}

.default time {
	display: inline;
}

.default p {
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 10px;
}

.default span {
	border: 1px solid #ddd;
	padding: 2px 5px;
	margin-right: 10px;
	border-radius: 3px;
	color: #737373;
	background: #f2f2f2;
}

/* Grid */


.grid {
	overflow: hidden;
}

.grid .item {
	width: 33.33%;
	float: left;
}

.grid a {
	margin: 0 15px;
	margin-bottom: 40px;
	display: block;
}

.grid article {
	height: 280px;
	background: #f2f2f2;
	border-bottom: 1px solid rgb(202,0,0);
	position: relative;
}

.grid article:after {
	content:""; 
	background: rgb(202,0,0);
	position: absolute; 
	bottom: -2px; 
	left: 0; 
	width: 28.2%; 
	height: 3px;
}



.grid a:hover article {
	background-color: #ffeaea;
}

.grid time {
	display: none;
}

.grid img {
	float: none;
	width: 100%;
	height: auto;
}

.grid article div {
	padding: 15px 20px;
}

/* Discography */

.discography {
	overflow: hidden;
}

.discography .item {
	width: 33.33%;
}

.discography article {
	padding: 1px;
	height: 410px;
	background: #f2f2f2;
}


.discography time {
	display: block;
	color: #b3b3b3;
	font-size: 18px;
	margin-top: 4px;
}


.discography .top img {
	float: left;
	border-bottom: 0;
}

.discography a.top {
	height: 671px;
	width: 1020px;
	background: #f2f2f2 url(images/list-grid-article-top-back-right.png) left bottom no-repeat;
}

.discography section a:nth-child(3n+3) article  {
	margin-right: 30px;
}

.discography section a:nth-child(3n+4) article {
	margin-right: 0;
}

.discography .top div {
	padding: 500px 20px 0 700px;
}

.discography .top h2 {
	font-size: 33px;
	line-height: 37px;
}

.discography .top time {
	font-size: 27px;
}


/* Promo */


.list-promo {
	margin-left: -15px;
	margin-right: -15px;
}

.list-promo a {
	color: rgb(60,60,60);
}

.list-promo a:hover {
	text-decoration: none;
}

.list-promo p {
	font-size: 15px;
	line-height : 18px;
	margin-top: 15px; 
}

.list-promo h2 {
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	letter-spacing: -0.03em;
	line-height: 1.1em;
	font-size: 22px;
}

.list-promo a:hover  {
	background-color: #ffeaea;
}

.home .grid article {
	border : 0;
	height: 320px;
}

.home .grid article:after {
	bottom: 0px; 
	height: 1px;
}



/*
================================
	Home
================================
*/

.alert {
	padding: 10px;
	margin-top: -20px;
	margin-bottom: 15px;
}

.alert span {
	color: rgb(202,0,0);
	padding-left: 25px;
	display: inline-block;
	background: url(images/alert.png) 0 0 no-repeat;
}

.alert p {
	padding: 0;
	line-height: 22px;
}


/* Headline */

.home .list-article {
	position: relative;
}


.top-story img {
	display: block;
	max-width: 100%;
	width: 100%;
  -moz-transition: all 	0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.top-story .img {
	position: relative;
	overflow: hidden;
}

.top-story h2 {
	display:none;
	color: #fff;
	/*background: rgb(199,0,0);*/
	background: rgb(202,0,0);
	font-weight: 200;
	padding: 10px 18px;
	border : 0;
	height: auto;
	position: absolute;
	bottom: 0;
	left:0; 
	text-transform: uppercase;
	font-family: "Raleway", sans-serif;
}


a:hover .top-story h2 {
	color: #fff;
}

a:hover .top-story img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}



.home .main section>header {
	display: none;
}

.home .list-article h2 i {
	font-weight: 500;
}

.home .list-article h3 {
	font-weight: 700;
	display: inline-block;
	vertical-align: inherit;
	padding: 0;
	height: auto;

}

.home .list-article .top-story h3 {
	font-size: 40px;
	padding: 0;
	margin-top: 20px;
	width: auto;
	height: auto;
	display: block;
}

.home .list-article time {
	color: rgb(202,0,0);
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	display: block;
	letter-spacing: 2px;
	font-size: 10px;
	margin-bottom: 5px;
}

.home .list-article .top-story time {
	margin-top: 30px;
	font-size: 12px;
	margin-bottom: 0;
}


h3 time {
	color: #b3b3b3;
	font-size: 0.75em;
}

.top-story img {
	float: none;
	width: 100%;
	height: auto;
}

.top-story p {
	line-height: 25px;
	padding: 0;
	margin-top: 20px;
}



.home .list-article article {
	padding: 25px;
	margin-bottom: 30px;
	background-color: rgb(255,255,255);
 	background: url(images/list-more.png) right 25px center no-repeat;
 	padding-right: 50px;
 	box-shadow: 1px 1px 12px #ccc;
}





.home article.top-story {
	background: rgb(255,255,255);
	padding: 25px;
	padding-bottom: 40px;
	box-shadow: 1px 1px 12px #ccc;
}

.home .list-article footer .button {
	text-align: center;
}


.home .list-article div.meta {
	display: table-cell;
	height: 60px;
	vertical-align: middle;
	padding-left: 20px;
}

.home .list-article a:hover h3 {
	background-color: white;
	text-decoration: underline;
}



/* Concerts */

.top-concerts {
	border-bottom: 1px solid rgb(202,0,0);
}

.top-concerts a {
	display: block;
	background: rgb(242,242,242);
	color: rgb(40,40,40);
	text-transform: uppercase;
}

.top-concerts a:hover {
	background-color: #ffeaea;
	text-decoration: none;
}

.top-concerts article {
	margin-bottom: 1px;
}

.top-concerts header {
	display: none;
}

.top-concerts img {
	max-width: 100%;
	width: 100%;
	display: block;
}

.top-concerts .img {
	position: relative;
}

.top-concerts .img:before {
	content:""; 
	background: url(images/concert-top-arrow.png) top left no-repeat; 
	position: absolute; 
	top: 0; 
	left: 30px; 
	width: 23px; 
	height: 12px;
}

.top-concerts a:hover .img:before {
	background-position: top right;
}

.top-concerts .img span {
	display: block;
	font-size: 16px;
	color: rgb(255,255,255);
	background: rgb(202,0,0);
	padding: 10px;
	position: absolute;
	bottom: 30px;
	left: 30px;
	border-radius: 3px;
}


.top-concerts article .meta {
	padding: 16px 20px;
	position: relative;
}

.top-concerts time {
	position: absolute;
	top: 7px;
	right: 15px;
	text-align: center;
}

.top-concerts .day {
	font-size: 33px;
	color: rgb(61,61,61);
}

.top-concerts .month {
	font-size: 12px;
	font-weight: bold;
	display: block;
	background: rgb(202,0,0);
	color: rgb(255,255,255);
	padding: 2px 0;
	border-radius: 3px;
}

.top-concerts p {
	color: rgb(142,142,142);
	font-size: 14px;
	margin-top: 3px;
}

.top-concerts footer {
	background: rgb(236,236,236);
	text-align: center;
	padding: 22px;
}

.top-concerts footer a {
	display: inline;
	color: rgb(202,0,0);
	font-size: 14px;
	padding: 5px;
	padding-left: 25px;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	border-radius: 3px;
	background: url(images/link-more.png) 6px 6px no-repeat;
}

.top-concerts footer a:hover {
	background-color: rgb(255,255,255);
}

/* Shortcuts */

.shortcuts {
	line-height: 20px;
	padding-top: 20px;
}

.shortcuts header {
	display: none;
	margin-bottom: 30px;
}

.shortcuts  strong {
	font-weight: bold;
}

.shortcuts a {
	color: inherit;
}

.shortcuts article {
	color: inherit;
	margin-bottom: 10px;
	background: url(images/shortcut-icon-link.png) 0 0 no-repeat;
	padding-left: 30px;
}

.shortcuts article.icon-concert {
	background: url(images/shortcut-icon-concert.png) 0 0 no-repeat;
}

.shortcuts article.icon-article {
	background: url(images/shortcut-icon-article.png) 0 0 no-repeat;
}

.shortcuts article.icon-multimedia {
	background: url(images/shortcut-icon-multimedia.png) 0 0 no-repeat;
}

.shortcuts .sep article {
	margin-bottom: 30px;
}



/* Album */

.top-album a {
	color: inherit;
}

.top-album a:hover {
	text-decoration: none;
}

.top-album a:hover article {
	background: #ffeaea;
}

.top-album a:hover img {
	background: #f7dada;
}

.top-album {
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
}

.top-album img {
	background: rgb(242,242,242);
	padding: 10px;
	float: left;
} 

.top-album div {
	display: table-cell;
	vertical-align: middle;
	height: 115px;
	padding-left: 20px;
}

.top-album h2 {
	font-size: 25px;
	text-transform: none;
	padding: 6px 0;
	color: rgb(202,0,0);
}

.top-album .subtitle {
	line-height: 18px;
}

.top-album .catchline {
	padding-top: 7px;
	font-size: 12px;
	color: rgb(183,183,183);
}


/*
================================
	Article
================================
*/


.article-content {
	position: relative;
}

.article-content .meta p:first-letter {
	text-transform: capitalize;
}

.article-content h1 {
	font-family: "Open Sans", sans-serif;
	letter-spacing: -0.03em;
	font-weight: 700;
}


.article-content span.collection {
	margin-top: 15px;
	line-height: 18px;
	font-size: 18px;
}

.txt {
	line-height: 25px;
}

.article-content .txt {
	margin: 0 89px 0 90px;
	border-left: 1px solid #ddd;
	padding : 0 50px;
	padding-bottom: 20px;
}

.txt p {
	margin-bottom: 25px;
	font-size: 17px;
}

.lead {
	font-weight: bold;
} 

.txt hr {
	height: 0;
	margin-top: 40px;
	margin-bottom: 30px;
	border: 0;
	padding: 0;
}

.txt hr:before {
	content: "";
	height: 1px;
	display: block;
	border-top: 1px dotted #bbb;
}

.txt h2 {
	font-family: "Open Sans", sans-serif;
	letter-spacing: -0.03em;
	font-weight: 700;
	font-size: 22px;
	padding-top: 10px;
	margin-bottom: 40px;
}

.concert-before.txt h2 {
	padding-top: 0px;
	margin-bottom: 25px;
}

.concert-before img {
	max-width: 100%;
	height: auto;
}

.concert-after .txt h2 {
	margin-bottom: 25px;
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	font-size: 20px;
	background-color: rgb(230,230,230);
	margin-left: -20px;
	margin-right: -20px;
	padding: 5px 20px;
	text-transform: uppercase;
	letter-spacing: 0;
	color: rgb(90,90,90);
}

.txt em {
	font-style: italic;
}

.txt strong {
	font-weight: bold;
}

.txt figure {
	margin-bottom: 25px;
}

.txt figure.alignright {
	float: right;
	margin-left: 30px;
}

.txt figure.alignleft {
	float: left;
	margin-right: 30px;
}

.txt figure img {
	display: block;
	max-width: 100%;
	height: auto;
}

.txt figcaption {
	background: #f2f2f2 url(images/article-txt-figure-back.png) left bottom no-repeat;
	padding: 15px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.txt small {
	font-size: 11px;
}

.txt figcaption small {
	display: block;
	color: #939393;
	font-size: 12px;
}

.shortcut-date {
	margin-left: 30px;
	margin-top: -20px;
	margin-bottom: 30px;
}

.shortcut-date li {
	background: url(images/article-txt-shortcut-date-icon.png) left 5px no-repeat;
	padding-left: 25px;

}



.collection-about {
	margin-bottom: 25px;
	font-style: italic;
	background: #f2f2f2;
	/*border-left: 3px solid rgb(255,109,0);*/
	padding: 20px;
}

.collection-about a {
	color: rgb(60,60,60);
	font-weight: bold;
}

.txt p iframe {
	display: block;
	margin: 0 auto;
}

.single-post blockquote {
	margin-bottom: 25px;
	text-indent: 35px;
}


.single-post blockquote p {
	font-style: italic;
	position: relative;
	display: inline;
}


.single-post blockquote p:after {
	display: none;
	content: "";
	width: 12px;
	height: 10px;
	background: url(images/txt-blockquote-close-icon.png) left top no-repeat;
	position: absolute;
	right: -20px;
	bottom: 0;
}

.single-post blockquote p:before {
	content: "";
	width: 26px;
	height: 22px;
	background: url(images/txt-blockquote-open-icon.png) left top no-repeat;
	position: absolute;
	left: -35px;
	top: -10px;
}


.wallpaper ul {
	overflow: hidden;
	font-size: 14px;
	padding-left: 110px;
}

.wallpaper li {
	float: left;
	font-family: "Open Sans", sans-serif;
	margin-left: 10px;
	margin-bottom: 10px;

}

.wallpaper li.label {
	clear: left;
	margin-left: -110px;
}

.wallpaper li a {
	display: block;
	background: rgb(202,0,0);
	color: #fff;
	padding: 5px 10px;
	border-radius: 3px;
}

.wallpaper li span {
	display: block;
	background: #e2e2e2;
	padding: 5px;
	border-radius: 3px;
	width: 100px;
	text-align: center;
	font-weight: 700;
}






/* Navigation */

.article-content footer {
	z-index: 80;
	position: relative;
}

.article-nav h2 {
	font-family: "Open Sans", sans-serif;
	letter-spacing: -0.03em;
	line-height: 1.1em;
	width: 280px;
	height: 120px;
	background: rgba(202,0,0,.7);
	color: #fff;
	font-size: 18px;
	padding: 0 25px;
	display: table-cell;
	vertical-align: middle;
	border-radius: 3px;

}

.article-nav div {
	display: none;
}

.article-nav span {
	display: block;
	background-color: ;
	text-indent: -9999px;
	width: 45px;
	height: 120px;

}

.article-nav .next span {
	position: fixed;
	bottom: 45%;
	left: 0px;
	border-radius: 0 3px 3px 0;
	background: rgb(202,0,0) url(images/article-nav-arrow-left.png) 15px center no-repeat;
}

.article-nav .next div {
	position: fixed;
	bottom: 45%;
	left: 45px;
	margin-left: -5px;
}

.article-nav .previous span {
	position: fixed;
	bottom: 45%;
	right: 0px;
	background: rgb(202,0,0) url(images/article-nav-arrow-right.png) 20px center no-repeat;
	border-radius: 3px 0 0 3px;
}

.article-nav .previous div {
	position: fixed;
	bottom: 45%;
	right: 45px;
	margin-right: -5px;
}

.article-nav .next a:hover div, .article-nav .previous a:hover div  {
	display: block;

}




/* Concert */

.concert-content {
	position: relative;
}

.concert-content h1 {
	font-family: "Open Sans", sans-serif;
	letter-spacing: -0.03em;
	font-weight: 700;
}

.content-header-inner {
	overflow: hidden;
}

.concert-header-title {
	padding-left: 125px;
	padding-top: 10px;
}

.concert-content h1 span {
	font-size: 32px;
	color: #b3b3b3;
}

.concert-content header p {
	font-family: "Open Sans", sans-serif;
	letter-spacing: -0.03em;
	font-weight: 600;
	font-size: 30px;
	color: #737373;
	padding-left: 32px;
	margin-top: 7px;
	position: relative;
}


.concert-content header p:before  {
	content:""; 
	background: rgb(202,0,0); 
	position: absolute; 
	top: 15px; 
	left: 0; 
	width: 21px; 
	height: 1px;
}

.concert-content .side {
	padding-left: 40px;
}

.concert-content .main {
	width: 57%;
}

.concert-content .side img {
	width: 100%;
	height: auto;
}

.concert-content .infos h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

.technical {
	text-transform: uppercase;
	color: #737373;
}

p.technical {
	margin-bottom: 15px;
}

.technical time {
	font-weight: bold;
}

.technical i {
	font-style: italic;
	text-transform: none;
}

.location a {
	color: inherit;
}

.historic {
	margin-bottom: 0;
}

.concert-date {
	background: rgb(202,0,0);
	font-family: Arial, sans-serif;
	border-radius: 3px;
	color: #fff;
	padding: 10px;
	width: 75px;
	display: table-cell;
	vertical-align: middle;
	float: left;
}

.concert-date span {
	display: block;
	text-align: center;
} 

.concert-date .month {
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	color: rgb(202,0,0);
	background: #fff;
	margin: 0 5px;
	line-height: 19px;
}

.concert-date .day {
	font-size: 45px;
	font-weight: bold;
}

.concert-date .year {
	font-size: 21px;
	line-height: 14px;
}

.concert-tickets {
	background: #f2f2f2;
	font-family: Arial, sans-serif;
	font-size: 15px;
	padding: 20px;
	margin-bottom: 25px;
}

.article .concert-content .txt p:first-child {
	font-weight: normal;
}

.concert-tickets p {
	font-weight: normal;
	margin: 0;
}

.sub {
	color: #acacac;
	font-size: 14px;
	font-family: Arial, sans-serif;
	line-height: 18px;
	display: block;
	margin-bottom: 15px;
	font-style: italic;
	margin-top: -20px;
}


.popelevation span {
	float: left;
	margin-right: 20px;
	position: relative;
}

.popelevation blockquote {
	text-indent: 15px;
	font-style: italic;
	margin-bottom: 25px;
}

.popelevation p {
	display: inline;
	position: relative;
}

.popelevation p:after {
	display: none;
	content: "";
	width: 12px;
	height: 10px;
	background: url(images/txt-blockquote-close-icon.png) left top no-repeat;
	position: absolute;
	right: -20px;
	bottom: 0;
}

.popelevation span:after {
	content: "";
	width: 26px;
	height: 22px;
	background: url(images/txt-blockquote-open-icon.png) left top no-repeat;
	position: absolute;
	right: -25px;
	top: -3px;
}


.concert-before {
	display: none;
}

.concert-after {
	background: #f2f2f2;
	display: none;
}

.concert-content .active {
	display: block;
}


.tabs {
	border-top: 1px solid rgb(221,221,221);
	border-bottom: 1px solid rgb(221,221,221);
	height: 41px;
	margin-bottom: 21px;
	line-height: 25px;
}

.tabs h2 {
	font-weight: 300;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
}

.tab {
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	font-weight: 300;
	color: rgb(115,115,115);
	margin-left: 20px;
	padding: 8px 0 7px 0;
	border-bottom: 3px solid rgb(221,221,221);
}

.tab.active, .tab:hover {
	border-bottom: 3px solid rgb(202,0,0);
	color: rgb(202,0,0);
	display: inline-block;
	cursor: pointer;
}

.tab:first-child {
	margin-left: 0;
}

.concert-after .txt {
	padding : 0 20px 20px;
}

.concert-after .report + .txt {
   padding-top: 20px;
}

.report article {
	position: relative;
	background: #e5e5e5;
	padding-bottom: 40px;
}

.report a {
	color: inherit;
	display: block;
	border-bottom: 1px solid rgb(202,0,0);
}

.report a:hover  {
	color: rgb(202,0,0);
	text-decoration: none;
}

.report a:hover article {
	background-color: #ffeaea;
}

.report h2 {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 32px;
	margin-top: 18px;
	padding: 0 30px;
	margin-bottom: 20px;
	letter-spacing: -0.03em;
	line-height: 1.1em;
}

.report img {
	width: 100%;
	height: auto;
}

.report p {
	line-height: 25px;
	padding: 0 30px;
	margin-top: 20px;
}


.setlist {
	padding-left: 20px;
	padding-bottom: 10px;
	margin: 20px 0 20px 20px;
}

.setlist span {
	color: rgb(202,0,0);
	margin-right: 10px;
}

.rappel {
	padding-top: 12px;
	margin-top: 12px;
	position: relative;
}

.super {
	font-weight: bold;
}


.rappel:before {
	content:""; 
	background: rgb(202,0,0); 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 50px; 
	height: 1px;
}

span.more {
	display: block;
	width: 35px;
	height: 35px;
	background: rgb(202,0,0) url(images/link-plus.png) no-repeat;
	text-indent: -9999px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.single-concert .txt figure img {
	width: 100%;
}

/*
================================
	Page
================================
*/

.page .main {
	width: auto;
}

.page .side {
	width: 35%;
}

.page .side img {
	width: 100%;
	height: auto;
}

.page .txt {
	padding: 0 20px;
}

.page-content .txt {
	padding: 0 40px;
}

.page-id-609 .comments {
	display: none;
}

.timeline article {
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
}

.timeline article:first-child {
	border-top: 1px solid #ddd;
}

.timeline time {
	display: table-cell;
	padding: 40px 0;
	width: 120px;
	text-align: center;
	vertical-align: middle;
	background: #f2f2f2;
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: rgb(202,0,0);
	border-radius: 3px;
}

.timeline div {
	display: table-cell;
	padding: 20px;
}

.timeline span {
	font-size: 14px;
	font-style: italic;
	display: block;
	padding-left: 5px;
}


.discography-content {
	position: relative;
}

.discography-content h1 {
	font-family: "Open Sans", sans-serif;
	letter-spacing: -0.03em;
	font-weight: 700;
}


.content-header-std {
	background: #f2f2f2;
	border-bottom: 1px solid rgb(202,0,0);
	padding: 30px;
	margin-bottom: 50px;
	position: relative;
}

.content-header-std:after {
	content:""; 
	background: rgb(202,0,0);
	position: absolute; 
	bottom: -2px; 
	right: 0; 
	width: 21.7%; 
	height: 3px;
}


.content-header-std h1 {
	font-size: 40px;
	font-weight: bold;
}

.discography-content header p {
	font-size: 14px;
	color: #939393;
	font-family: Arial, sans-serif;
	margin-top: 10px;
	line-height: 20px;
}


.discography-content header span {
	display: block;
	background: url(images/article-header-comments-icon.png) left 4px no-repeat;
	padding-left: 20px;
}

.discography-content header time {
	color: #b3b3b3;
	font-size: 30px;
}

.discography-content .infos header {
	display: none;
}

.discography-content .infos img {
	margin-bottom: 30px;
	border: 1px solid #f2f2f2;
}

.discography-content .infos div {
	background: url(images/page-side-back.png) left bottom no-repeat;
	padding-bottom: 40px;
}

.collection-main {
	min-height: 400px;
	padding-top: 220px;
	padding-bottom: 50px;
	margin-bottom: 50px;
	background: rgb(19,19,20) url(images/collection-back.jpg) center top no-repeat;
	overflow: hidden;
}

.collection-main header {
	text-align: center;
}

.collection-main h2 {
	color: rgb(255,109,0);
	border: 1px solid rgb(255,109,0);
/*	padding: 15px 20px; */
	padding: 0.2em 0.4em 0.3em 0.4em;
	font-size: 25px;
	font-weight: 800;
	font-family: "Open Sans", sans-serif;
	letter-spacing: normal;
	display: inline-block;
	text-transform: uppercase;
	margin-left: 15px;
	margin-bottom: 30px;
}


.collection-main .item {
	width: 33.33%;
	float: left;
}

.collection-main a {
	margin: 0 15px;
	margin-bottom: 40px;
	display: block;
	color: rgb(255,255,255);
	font-family: "Open Sans", sans-serif;
	letter-spacing: -0.03em;
	font-weight: 700;
}

.collection-main a:hover  {
	background: rgb(255,109,0);
	text-decoration: none;
}

.collection-main a:hover img {
	opacity: 0.6;
}

.collection-main article {
	border-bottom: 1px solid rgb(255,109,0);
	position: relative;
}


.collection-main article img {
	width: 100%;
	height: auto;
	display: block;
}

.collection-main article div {
	background: rgba(0,0,0,0.75);
	bottom: 0;
	left: 0;
	height: 45px;
	padding: 10px 0 5px 0;
	position: absolute;
	width: 100%;
	bottom: 0;
}

.collection-main a:hover article div {
	background: rgb(255,109,0);
}


.collection-main article h3 {
	font-size: 18px;
	font-weight: 600;
	padding: 0 20px;
}

.collection-main time {
	color: rgb(167,167,167);
	font-size: 0.75em;
	font-weight: 500;
}

.collection-main a:hover time {
	color: rgb(255,255,255);
}




/*
================================
	Concerts
================================
*/


.concerts h1 {
	margin-bottom: 50px;
}

.concerts img {
	width: 100%;
	height: auto;
}

.concerts h1 span {
	display: none;
}

.concerts .u2-vertigo {
	background: url(images/concerts/u2-vertigo-tour.jpg) no-repeat;
}


.list-concerts {
	font-family: Arial, sans-serif;
}

.concerts-archive {
	margin: 0 auto;
}

.list-concerts a {
	border-bottom: 1px solid #ddd;
	padding-right: 20px;
	display: block;
}

.list-concerts a:nth-child(2) {
	border-top: 1px solid #ddd;
}

.list-concerts article {
	padding-right: 15px;
 	background: transparent url(images/list-more.png) right center no-repeat;
}

.list-concerts article time, .list-concerts article div, .list-concerts article p {
	display: table-cell;
	vertical-align: middle;
	height: 70px;
}

.list-concerts article time {
	width: 70px;
}

.list-concerts article h2 {
	display: block;
    width: 275px;
	padding-right: 30px;
	padding-left: 10px;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow : ellipsis;
	white-space: nowrap;
}

.list-concerts a:hover {
	text-decoration: none;
}

.list-concerts a:hover {
	background-color: #ffeaea;
}

.list-concerts a h2, .list-concerts a p {
	color: #3c3c3c;
} 

.list-concerts span {
	display: block;
	text-align: center;
}

.list-concerts .month, .list-concerts .year {
	font-size: 12px;
	text-transform: uppercase;
}

.list-concerts .day {
	font-size: 25px;
	font-weight: bold;
}

.nav-concerts {
	width: 270px;
	font-family: Arial, sans-serif;
	color: #737373;
	line-height: 26px;
	padding-left: 40px;
}

.nav-tour {
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.nav-tour b {
	margin-right: 5px;
}

.nav-tour a {
	display: block;
	color: #737373;
	padding: 6px 20px;
}

.nav-tour a:hover {
	background: #ffeaea;
	text-decoration: none;
}

.nav-tour li {
	background: #f2f2f2;
	margin-bottom: 1px;

}

.nav-tour li.active a {
	background: rgb(202,0,0);
	color: #fff;
}

.nav-concerts h2, .list-tours {
	margin-left: 20px;
}

.list-tours li {
	background: url(images/txt-li-back-alt.png) left 12px no-repeat;
	padding-left: 20px;
}





/*
================================
	Ranking
================================
*/




.page-template-page-classement body>header, .page-template-page-classement-en body>header {
	background: none;
}



header.hero {
	background: #090c0e url(images/top-rankings.jpg) center 30% no-repeat;
	background-size: 100% auto;
	height: 700px;
}

.home header.hero {
	height: 800px;
	border-bottom: 5px solid red;
}



.hero {
	position: relative;
}


.lang {
	position: absolute;
	top: 60px;
	left: 20px;
	font-size: 14px;

}

.lang li {
	margin-right: 5px;
	display: inline-block;
}

.lang i, .lang a {
	display: block;
	padding: 10px;
	color: white;
	border-radius: 3px;
	background: rgba(0,0,0,.4);
}

.lang i {
	border-bottom: 3px solid red;

}


.lang a:hover {
	background: red;
	color: white;
	text-decoration: none;
}


.hero .logo {
	margin-top: 10px;
	width: 205px;
	height: 105px;
	background: transparent;
	box-shadow: none;
}


.hero .logo h1 a {
	background: transparent url(images/sr&r-logo-white-300.png) center 31px no-repeat;
	background-size: auto 60px;
	width: 205px;
	height: 105px;
}


.page-template-page-classement .container, .page-template-page-classement-en .container  {
	padding-top: 0;
}

.ranking .main-content {
	padding-top: 60px;
}

.title-ranks {
	padding-top: 250px;
	font-family:  "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 120px;
	margin:	-40px 20px 50px 20px;
	text-align: center;
	text-transform: uppercase;
	color:	#fff;

}

.title-ranks b {
	color: red;
}

.title-ranks span {
	display: block;
	text-align: center;
	font-size: 22px;
	font-weight: 300;
    text-transform: none;
    margin-top: 8px;
}



@media screen and (max-width: 1150px) {
	header.hero  {
		background-size: auto 110% ;
	}

	.title-ranks {
	font-size: 110px;

}

}


.big {
	font-size: 18px;
	font-family:  "Open Sans", sans-serif;
}





.nav-ranks ul {
	line-height: 90px;
	font-size: 15px;
	text-align: center;
	margin: 0;
	background-color: #f2f2f2;
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.15);
	display: flex;
	justify-content: center;
	border-top: 3px solid red;
}

.nav-ranks li {
	font-family:  "Open Sans", sans-serif;
	font-weight: 700;
	border-right: 1px solid #ddd;
	position: relative;
}

.nav-ranks li:first-child {
	border-left: 1px solid #ddd;
}

.nav-ranks li.active {
	background-color: #fff;
}


.nav-ranks li a {
	color: #000;
}

.nav-ranks li a:hover {
	text-decoration: none;
	color: red;
	background: #fdeae9;
}

.nav-ranks li.active a:hover {
	color: #000;
	background: #fff;
}

.nav-ranks li.active a::after {
    content: '';
    position: absolute;
    width: 145px;
    left: 0;
    bottom: 0;
    border-bottom: 5px solid red;
}


.nav-ranks li a, .nav-ranks li i {
	width: 145px;
	display: block;
	text-align: center;
}

.nav-ranks li i {
	color: #000;
	opacity: 0.2;
	position: relative;
}


.nav-ranks li i:after {
	position: absolute;
	bottom: 5px;
	right: 3px;
	font-size: 10px;
	color: #fff;
	background: #000;
	line-height: 14px;
	border-radius: 2px;
	padding: 0 10px 2px 10px;
}

.page-template-page-classement .nav-ranks li i.dec7:after {
	content: "7 déc.";
}
.page-template-page-classement .nav-ranks li i.dec14:after {
	content: "14 déc.";
}
.page-template-page-classement .nav-ranks li i.dec20:after {
	content: "20 déc.";
}

.page-template-page-classement-en .nav-ranks li i.dec7:after {
	content: "DEC. 7";
}
.page-template-page-classement-en .nav-ranks li i.dec14:after {
	content: "DEC. 14";
}
.page-template-page-classement-en .nav-ranks li i.dec20:after {
	content: "DEC. 20";
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.sticky	ul {
	line-height: 60px;
}

.admin-bar .sticky {
	top: 32px;
}

.sticky + .wrap {
  padding-top: 90px;
}

.sticky li i:after {
	display: none;
}


@media screen and (max-width: 700px) {

	.nav-ranks ul {
		justify-content: flex-start;
		overflow: auto;
	}

	.nav-ranks {
		position: relative;
	}


	.sticky {
	  position: fixed;
	  top: 0;
	  width: 100%;
	}

	.nav-ranks:after {
		content: "";
		position: absolute;
		right: 0;
		top: 3px;
		height: 90px;
		width: 40px;
		background-image: linear-gradient(-90deg,#f2f2f2,hsla(0,0%,100%,0));
	}

	.nav-ranks.sticky:after {
		height: 60px;
	}

	.admin-bar .sticky {
		top: 0px;
	}


}

.list-ranks {
	font-family: Arial, sans-serif;
	padding-top: 30px;
	clear: both;
}



.list-ranks article {
    padding: 50px 30px 30px 30px;
 	border-bottom:	1px solid #ddd;
}

.list-ranks article:nth-child(2)  {
	border-top: 1px solid #ddd;
}

.list-ranks .meta {
	padding-left: 135px;
}


.list-ranks article span {
	font-family:  "Open Sans", sans-serif;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-radius: 3px;
    border: 1px solid rgb(202,0,0);
    width: 90px;
    font-size: 32px;
    font-weight: 700;
    color: rgb(202,0,0);
    padding: 15px 0;
    margin-left: -115px;
    float: left;
}

.list-ranks .meta h2 {
	font-size: 30px;
	font-family:  "Open Sans", sans-serif;
	font-weight: 800;
	margin-bottom: 5px;
	padding-top: 5px;
}

.list-ranks .meta p {
	font-size: 15px;
    color: #939393;
    font-style: italic;
  	font-family:  "Open Sans", sans-serif;
}

.list-ranks .meta b {
	font-weight: normal;
}

.list-ranks .meta b:after {
	content: ", ";
}

.list-ranks .txt {
	clear:	both;
	padding-top: 25px;
	overflow: hidden;
}

.post-edit-link {
	background: #f2f2f2;
	padding: 10px;
	border-radius: 3px;
}

.list-ranks .has-post-thumbnail .txt {
	padding-top: 45px;
}


.list-ranks .txt img {
	float: left;
	width: 150px;
	height: auto;
	margin-right: 20px;
	margin-bottom: 20px;
    margin-top: -10px;
	border: 1px solid #ddd;
	padding: 3px;
}

.list-ranks .tag-featured span {
    background: rgb(202,0,0);
    border: 1px solid rgb(202,0,0);
    color: #fff;
}

.list-ranks .tag-featured   {
	background: #f2f2f2;
}

.list-ranks  .tag-featured .txt img {
	width: 280px;
}

.tag-featured .post-edit-link {
	background: #fff;
}


.more-ranks {
	margin: 50px 0;
	text-align: center;
	font-family:  "Open Sans", sans-serif;
}

.more-ranks a {
	line-height: 50px;
	display: inline-block;
	background: rgb(202,0,0);
	color: #fff;
	border-radius: 3px;
	padding: 0 20px;
	border: 1px solid rgb(202,0,0);
}


.hero .more-ranks a {
	background-color: red;
	margin-top: 50px;
	border: 1px solid red;
}


.more-ranks a:hover {
	text-decoration: none;
	background: rgba(202,0,0,0.15);
	color: rgba(202,0,0,1);
	border-color: rgb(202,0,0);
}

.hero .more-ranks a:hover {
	background-color: rgba(234,51,25,0.3);
	color: red;
	border-color: red;
}

.toggle {
	color: rgb(60,60,60);
	text-decoration: underline;
	cursor: pointer;
}

.target {
	display: none;
    font-size: 16px;
    border-left: 1px solid rgb(202,0,0);
    margin-left: 40px;
    padding-left: 20px;
    margin-bottom: 20px;
    padding-right: 60px;
    position: relative;
}

.hide {
	cursor: pointer;
	font-size: 13px;
}

.soon {
	background-color: #f2f2f2;
	font-style: italic;
	margin-top: 70px;
	padding: 20px;
}


.error-ranks h2 {
	font-size: 45px;
	font-weight: 800;
}

.error-ranks p {

}




/*
================================
	404
================================
*/

.error-404 {
	text-align: center;
}

.error-404 h1 {
	font-size: 22px;
	font-weight: bold;
}

.error-404 small {
	font-size: 100px;
	line-height: 100px;
	color: #ddd;
}


/*
================================
	Footer
================================
*/

.main-footer {
	clear: both;
	background: url(images/sr&r-logo-alt.png) top center no-repeat;	
	padding-top: 90px;
	padding-bottom: 90px;
	margin-top: 110px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: rgb(182,182,182);
	text-align: center;
}

.home .main-footer {
	margin-top: 60px;
}

.main-footer a {
	color: rgb(182,182,182);
	text-decoration: underline;
}

.main-footer p {
	line-height: 18px;
}

.main-footer ul {
	margin: 0 auto;
	margin-top: 10px;
}

.main-footer li {
	display: inline;
}

.main-footer ul li:first-child {
	border-right: 1px solid rgb(182,182,182);
	padding-right: 10px;
	margin-right: 7px;
}



/*
================================
	Contact Form
================================
*/



