/*
 Theme Name:     Creactivitat RockNRock
 Theme URI:      http://www.creactivitat.com
 Description:    Téma a medida
 Author:         Wim Jellema
 Author URI:     http://www.bforsoft.com
 Template:       unsigned
 Version:        1.0.0
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../unsigned/style.css');


/* =Theme customization starts here
-------------------------------------------------------------- */
body {
	background-attachment:fixed;
	color:#ffffff;
} 

a {
  color: #FF0000;
}

a:hover {
  color: #FFFFFF;
}

#mobile-menu{display:none;}

.nav li a{padding: 7px 12px}

.nav li:hover > a,
.nav li a:hover {
  color: #FF0000;
}

.nav li.current_page_item a,
.nav li.current_page_parent a,
.nav li.current-menu-item a,
.nav li.current-menu-ancestor a,
.nav li.current-cat a,
.nav li.li.current-menu-item a {
  color: #FF0000;
}


#tabs ul.wooTabs li a.selected,
#tabs ul.wooTabs li a:hover {
  color: #FF0000;
}

.post .post-meta a:link:hover,
.type-page .post-meta a:link:hover,
.type-band_member .post-meta a:link:hover,
.type-video .post-meta a:link:hover,
.type-product .post-meta a:link:hover,
.type-gallery .post-meta a:link:hover,
.type-album .post-meta a:link:hover,
.type-event .post-meta a:link:hover,
#contact-page .post-meta a:link:hover,
.type-press .post-meta a:link:hover,
.post .post-more a:link:hover,
.type-page .post-more a:link:hover,
.type-band_member .post-more a:link:hover,
.type-video .post-more a:link:hover,
.type-product .post-more a:link:hover,
.type-gallery .post-more a:link:hover,
.type-album .post-more a:link:hover,
.type-event .post-more a:link:hover,
#contact-page .post-more a:link:hover,
.type-press .post-more a:link:hover,
.post p.tags a:link:hover,
.type-page p.tags a:link:hover,
.type-band_member p.tags a:link:hover,
.type-video p.tags a:link:hover,
.type-product p.tags a:link:hover,
.type-gallery p.tags a:link:hover,
.type-album p.tags a:link:hover,
.type-event p.tags a:link:hover,
#contact-page p.tags a:link:hover,
.type-press p.tags a:link:hover,
.post .post-meta a:visited:hover,
.type-page .post-meta a:visited:hover,
.type-band_member .post-meta a:visited:hover,
.type-video .post-meta a:visited:hover,
.type-product .post-meta a:visited:hover,
.type-gallery .post-meta a:visited:hover,
.type-album .post-meta a:visited:hover,
.type-event .post-meta a:visited:hover,
#contact-page .post-meta a:visited:hover,
.type-press .post-meta a:visited:hover,
.post .post-more a:visited:hover,
.type-page .post-more a:visited:hover,
.type-band_member .post-more a:visited:hover,
.type-video .post-more a:visited:hover,
.type-product .post-more a:visited:hover,
.type-gallery .post-more a:visited:hover,
.type-album .post-more a:visited:hover,
.type-event .post-more a:visited:hover,
#contact-page .post-more a:visited:hover,
.type-press .post-more a:visited:hover,
.post p.tags a:visited:hover,
.type-page p.tags a:visited:hover,
.type-band_member p.tags a:visited:hover,
.type-video p.tags a:visited:hover,
.type-product p.tags a:visited:hover,
.type-gallery p.tags a:visited:hover,
.type-album p.tags a:visited:hover,
.type-event p.tags a:visited:hover,
#contact-page p.tags a:visited:hover,
.type-press p.tags a:visited:hover {
  color: #FFFFFF;
}

/* HOMEPAGE
-------------------------------------------------------------- */
#main .widget.widget_recent_concerts li,
#main .widget.widget_recent_news li{
	min-height: 280px;
	margin: 0 10px 20px;
	width: 43.3%;
}

.widget.widget_recent_concerts ul{
  background: rgba(0, 0, 0, 0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#00000000", GradientType=0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.widget.widget_recent_concerts ul li{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #201f1f;
  box-shadow: 0px -1px 0px 0px #3b3a3a;
  -webkit-box-shadow: 0px -1px 0px 0px #3b3a3a;
  -moz-box-shadow: 0px -1px 0px 0px #3b3a3a;
  -o-box-shadow: 0px -1px 0px 0px #3b3a3a;
  float: left;
  margin: 0 0 20px;
  overflow: hidden;
  width: 89%;
  background-color: rgba(0, 0, 0, 0.8 );
}
.widget.widget_recent_concerts ul h4{
  margin-bottom: 5px;
  height:40px;
}
.widget.widget_recent_concerts ul img{
  margin-bottom: 10px;
}
#main .widget.widget_recent_concerts li{
  margin: 0 10px 20px;
  width: 43.3%;
}
#main .widget.widget_recent_concerts li:nth-child(2n+1){
  clear: both;
  margin-left: 0;
}
#main .widget.widget_recent_concerts li:nth-child(2n+2){
  margin-right: 0;
}

#main .widget.widget_recent_concerts li .excerpt {
    max-height: 150px;
    height: 150px;
}
#main .widget.widget_recent_concerts li .entradas {
    padding: 5px;
}


/* CONCERT
-------------------------------------------------------------- */
body.single-concert_type #main article header{
	text-align: center;
}
body.single-concert_type #main article header img{
	height:auto;
	margin-bottom: 15px;
}
body.single-concert_type #main article #entradas > a {
    margin-right: 15px;
}
body.single-concert_type #main article #entradas h2 {
    margin-bottom: 15px;
}
#widget_recent_concerts-2 > ul > li > section > span{margin: 0 5px;}

body.single-concert_type a.back.button {
    float: right;
}

/* CONCERT Ticket
-------------------------------------------------------------- */
body.page-template-template-entradas-php section#main h1,
body.tax-event_tour section#main h1{
	margin-bottom: 15px;
}

body.page-template-template-entradas-php section#main .concert-ticket,
body.tax-event_tour section#main .concert-ticket {
    width: 100%;
    float: left;
    background-color: rgba(0,0,0,0.7);
}

body.page-template-template-entradas-php section#main .concert-ticket .cell,
body.tax-event_tour section#main .concert-ticket .cell {
    float: left;
    width: 20%;
    text-align: center;
    padding: 10px 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    color: #ffffff;
}

body.page-template-template-entradas-php section#main header.concert-ticket,
body.tax-event_tour section#main header.concert-ticket {
    font-size: 1.2em;
    color: #ffffff;
    font-weight: 700;
}

body.page-template-template-entradas-php section#main .concert-ticket .cell.double,
body.tax-event_tour section#main .concert-ticket .cell.double {
    width: 30%;
}

body.page-template-template-entradas-php section#main .concert-ticket .cell.half,
body.tax-event_tour section#main .concert-ticket .cell.half {
    width: 15%;
}

body.page-template-template-entradas-php section#main article.concert-ticket,
body.tax-event_tour section#main article.concert-ticket {
    border-top: 1px solid;
}

body.page-template-template-entradas-php section#main article.concert-ticket .full,
body.tax-event_tour section#main article.concert-ticket .full{
	float: left;
	width: 100%;
	padding: 10px;
}

div.more_info.full {
    text-align: center;
}

div.url_compra.cell > a{
	width: 100%;
	text-align:center;
	float:left;
	margin-bottom: 5px;
}

#main > article > section.entry.event-details > ul {
    width: 100%;
    float: left;
}



/* CONTENT
-------------------------------------------------------------- */
.type-concert_type{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #201f1f;
  box-shadow: 0px -1px 0px 0px #3b3a3a;
  -webkit-box-shadow: 0px -1px 0px 0px #3b3a3a;
  -moz-box-shadow: 0px -1px 0px 0px #3b3a3a;
  -o-box-shadow: 0px -1px 0px 0px #3b3a3a;
  margin: 0 0 2em;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.8 );
}

.type-concert_type .alignleft{
  float: left;
  margin: 0 15px 15px 0;
}
.widget_recent_concerts ul li a.woo-recentnews-thumb-anchor {
	float:left;
    width: 270px;
	text-align: center;
	margin-bottom: 10px;
}

.widget ul li a img.woo-recentnews-thumb {
	margin: 0 auto;
}


.widget_recent_concerts ul li {
	/*text-align: center;*/
}

.widget_recent_concerts ul li a.woo-recentnews-thumb-anchor {
	float:left;
    width: 270px;
	text-align: center;
	margin-bottom: 10px;
}

.widget ul li a img.woo-recentnews-thumb {
	margin: 0 auto;
}

.widget.widget_wysija {
    background-color: rgba(0,0,0,0.8);
    border-radius: 4px;
    padding: 10px;
}

.widget_wysija_cont .allmsgs li {
    color: #ffffff;
}
body .widget_wysija .widget_wysija_cont .updated, body .widget_wysija .widget_wysija_cont .login .message {
    background: transparent;
    border-color: #ffffff;
}

#main > article > section.entry > div.addthis_toolbox {
    margin: 15px 0;
}

/* FOOTER
-------------------------------------------------------------- */
#foot-nav {
	width: auto;
	float: right;
}

#foot-nav li {
	float: left;
	margin-left: 10px;
}

#foot-nav li a {
	color: #fff;
	font-size: 16px;
	text-shadow: 
	-1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;;
}

#creditos{color:#FFFFFF; opacity: 0.1;}
#creditos > a{color:#FFFFFF;}

/***************VIP TICKET******************************************/
.checkout ul.payment_methods .payment_box p {
    color: black;
}

/*******FORMULARIOS*********/
span.wpcf7-not-valid-tip{
	background: rgba(0, 0, 0, 0.8)!important;
}

header.historic-header {
    display: table;
    width: 100%;
    margin-top:20px;
}

header.historic-header > .cell {
    display: table-cell;
    width: 20%;
    border: 1px solid;
    text-align: center;
    padding:10px 0px;
}
header.historic-header > div.cell.half{
	width:20%;
}

header.historic-header > div.cell.double{
	width:40%;
}

article.historic-event {
    display: table;
    width: 100%;
}
article.historic-event > div.cell {
    display: table-cell;
    width: 20%;
    border: 1px solid;
    text-align: center;
    vertical-align: middle;
    padding:10px;
}

article.historic-event > div.cell.half {
	width:20%;
}

article.historic-event > div.cell.double {
	width:40%;
}

@media only screen and (max-width: 1080px) {
	
}

@media only screen and (max-width: 767px){
	
	#header #logo{width: 100%;text-align:center;margin-bottom:20px;}
	
	#mobile-menu{display:block; text-decoration:none;cursor: pointer;}
	
	ul#main-nav {max-height: 0px; overflow:hidden; transition: all 1s ease;-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-ms-transition: all 1s ease;-o-transition: all 1s ease;}
	ul#main-nav.open{max-height:inherit;}
	
	#main .widget.widget_recent_concerts ul.fix li {
	    width: 100%;
	    box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    -o-box-sizing: border-box;
	    margin: 20px 0px;
	    clear: none;
	}
	
	.widget_video iframe {
	    width: 100%;
	    height: auto;
	}
	
	#main .widget.widget_recent_concerts ul.fix li{
		min-height: 100px;
	}
	
	#main .widget.widget_recent_concerts ul.fix li > a,
	#main .widget.widget_recent_concerts ul.fix li > h4 {
	    width: 100%;
	    margin: 0 auto;
	    text-align: center;
	    float: left;
	}
	
	#main .widget.widget_recent_concerts ul.fix li > p.excerpt{
		float:left;
		width:100%;
		margin: 10px 0;
		height: auto;
	}
	
/******************SINGLE VIDEO**********************************************/
	article.video .video iframe {
	    width: 100%;
	    height: auto;
	}
	
/*************LISTADO CONCIERTOS*******************************/
	header.concert-ticket {
	    display: none;
	}
	body.page-template-template-entradas-php section#main .concert-ticket .cell, body.tax-event_tour section#main .concert-ticket .cell {
	    width: 50%;
	}
	body.page-template-template-entradas-php section#main .concert-ticket .cell.double, body.tax-event_tour section#main .concert-ticket .cell.double {
	    width: 50%;
	}
	body.page-template-template-entradas-php section#main .concert-ticket .cell.half, body.tax-event_tour section#main .concert-ticket .cell.half {
	    width: 50%;
	}
	body.page-template-template-entradas-php section#main .concert-ticket .cell, body.tax-event_tour section#main .concert-ticket div.url_compra.cell {
	    width: 100%;
	}
	body.page-template-template-entradas-php section#main article.concert-ticket .full, body.tax-event_tour section#main article.concert-ticket .full {
	    box-sizing: border-box;
	}

/************FORMULARIO**********************************/
	input, textarea {
	    width: 100%;
	}
	form span.wpcf7-not-valid-tip {
	    left: 0px;
	    width: 100%;
	}
	.terms{
		width: 70%;
	}
	input#terms{ width:17px; height:17px;}
}


/*****************CONCIERTOS HISTORICOS*****************/

table td{
font-family: "Droid Serif", sans-serif;
font-size: 1em;
border: 1px solid #ffffff;	
}

body.page-template-template-historicos-anteriores-php #content{
	max-width: 1147px;
}
body.page-template-template-historicos-anteriores-php section#main header, body.page-template-template-historicos-anteriores-php section#main article{
	border: 0px !important;
	-webkit-box-shadow: 0px 0px 0px 0px #3b3a3a;
	-moz-box-shadow: 0px 0px 0px 0px #3b3a3a;
	-o-box-shadow: 0px 0px 0px 0px #3b3a3a;

}


body.page-template-template-historicos-anteriores-php section#main header h1{
	width: 50%;
	float: left;
	font-family: "Kreon", serif;
	margin-top: 20px;
	margin-bottom: 30px;
}

body.page-template-template-historicos-anteriores-php section#main header .btn-group{
	width: 30%;
	float: right;
	margin-bottom: 15px;
	margin-right: 4px;
	margin-top:5px;
}

body.page-template-template-historicos-anteriores-php section#main header .btn-group .btn-default{
	padding: 5px;
	font-size: 17px;
	border-radius: 4px;
	color: #ffffff;
	background-color: #000000;
	font-family: "Kreon", serif;
}
body.page-template-template-historicos-anteriores-php section#main header .btn-group .btn-default .caret{
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px solid !important;
border-right: 4px solid transparent !important;
border-left: 4px solid transparent !important;
}
body.page-template-template-historicos-anteriores-php section#main header .btn-group:hover ul.dropdown-menu{
display:block;
}
ul.dropdown-menu{
	text-align: center;
	font-size: 1.3em;
	display: none;
	position: absolute;
	background-color: black;
	width: 207px;
	border: 2px solid #ffffff;
}
	
ul.dropdown-menu li a{
	color:#ffffff;	
}
ul.dropdown-menu li a:hover{
	background-color: black;
	opacity: 0.4;
	text-decoration: none;
}

body.page-template-template-historicos-anteriores-php section#main article .entry p{
	margin-bottom:0px;
}