/*
Theme Name: WML 2018
Author: P. Vesala
Description: Responsive basic theme for Warner Music Live
Version: 1.0
*/

* {box-sizing: border-box;}
body, html {margin: 0; padding: 0; width: 100%; height: 100%; background: #fff; color: #000;}
body, input, select, textarea {font-family: 'Nunito', 'Verdana', sans-serif;}
input, select, textarea {font-size: inherit;}
body {font-size: 1rem; line-height: 1.5; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; height: 100%;}
.hide {display: none;}
ul, li {list-style: none; display: block; padding: 0;}

a:link, a:visited, a:active, a:hover {color: #0063ad; text-decoration: none;}
a:active, a:hover {color: #000;}

h1,h2,h3,h4,h5,h6 {font-weight: 400; line-height: 1.3;}
h1,h2,h3,h4,h5,h6,p,ul,ol,dl {margin-top: 0; margin-bottom: 1rem;}
h1 {font-size: 3rem;}
h2 {font-size: 2.25rem;}
h3, .widgettitle {font-size: 1.875rem;}
h4, .widget_archive li.year {font-size: 1.5rem;}
small {font-size: 0.75rem;}
h2 .date, h3 .date {display: block; font-size: 1rem; margin-top: 0.3rem;}
h2 .arrow {color: #ccc; margin: 0 0.2rem;}
h2 strong {font-weight: 400;}


/* page sections and navigation */

.page-header, .page-footer, .page-body {width: 100%; position: relative;}
.page-header-inner, .page-footer-inner, .page-body-inner {margin: 0 auto; max-width: 1360px; width: 100%;}

.page-body {-webkit-box-flex: 1;-ms-flex: 1 0 auto;flex: 1 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;}
.page-body-inner {background: #fff; border: 1px solid #dbdbdb; position: relative; z-index: 1; -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;}
.page-body-inner .col + .col {border-left: 1px solid #dbdbdb;}
.page-body-inner .row {-webkit-box-flex: 1;-ms-flex: 1 0 auto;flex: 1 0 auto;}

.page-header-inner, .page-footer-inner {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
.logo {width: 180px; height: 86px; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; font-size: 0; white-space: nowrap; overflow: hidden; text-indent: -2000px;
  background: url(./images/warner_music_live_logo.png) no-repeat transparent; background-size: contain; margin-bottom: 0.5rem; position: relative;}
.logo a {display: block; width: 100%; height: 100%;}

.nav-main {-webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto;}
.nav-main-mobile-toggle {display: none;}
.nav-main-items {text-align: right; margin: 0 -1.2rem 0.2rem auto; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: flex-end;}
.nav-main-items a {font-size: 1.2rem; padding: 0.6rem 1.2rem; color: #000;}
.nav-main-items li + li a {border-left: 1px solid rgba(0,0,0,0.1);}
.nav-main-items a:hover, .nav-main-items a:active {color: #0063ad;}
.nav-main-items .active a, .nav-main-items .current_page_item a, .single-artist .menu-item-41 a, .post-type-archive-artist .menu-item-41 a {color: #0063ad;}

.page-footer {background: #eee; color: #888; padding-top: 24px; margin-top: -24px;}
.nav-footer ul {margin: 0 0 0 -1rem;}
.nav-footer li {display: inline-block;}
.nav-footer a {display: block; padding: 0.5rem 1rem; color: #888;}
.nav-footer li + li a {border-left: 1px solid rgba(0,0,0,0.1);}
.nav-footer a:hover, .nav-footer a:active {color: #000;}

.page-header-inner, .page-footer-inner, .c-header, .c-content {padding: 32px 40px;}
.c-header-bordered {border-bottom: 1px solid #dbdbdb;}
.c-header h2, .c-header h3 {margin: 0;}
.c-header {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline;}
.c-content + .c-content {border-top: 1px solid #dbdbdb;}


/* columns */

.row {display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch;}
.col, .col-1 {-webkit-box-flex: 1;-ms-flex: 1 0 0;flex: 1 0 0;}
.col-2 {-webkit-box-flex: 2;-ms-flex: 2 0 0;flex: 2 0 0;}
.col-3 {-webkit-box-flex: 3;-ms-flex: 3 0 0;flex: 3 0 0;}
.col-stretch-rows {display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;}
.col-stretch-rows > .row {-webkit-box-flex: 1;-ms-flex: 1 0 auto;flex: 1 0 auto;}
.w-20 {-ms-flex-preferred-size: 20%; flex-basis: 20%;}
.w-25 {-ms-flex-preferred-size: 25%; flex-basis: 25%;}
.w-33 {-ms-flex-preferred-size: 33.3333%; flex-basis: 33.3333%;}
.w-40 {-ms-flex-preferred-size: 40%; flex-basis: 40%;}
.w-50 {-ms-flex-preferred-size: 50%; flex-basis: 50%;}
.w-66 {-ms-flex-preferred-size: 66.6666%; flex-basis: 66.6666%;}
.w-75 {-ms-flex-preferred-size: 75%; flex-basis: 75%;}


/* hero images and headers */

.hero-image {background: #eee; width: 100%; padding-bottom: 56.25%; position: relative; overflow: hidden;}
.hero-image img {width: 100%; position: absolute; left: 0; top: 0;}
.hero-image a {font-size: 20rem; color: rgba(255,255,255,0.2); position: absolute; top: 50%; line-height: 1; -webkit-transform: translateY(-55%); transform: translateY(-55%);}
.hero-image a:hover, .hero-image a:focus {color: rgba(255,255,255,0.5);}
.hero-image a:active {color: rgba(255,255,255,0.75);}
.hero-image-prev {left: 40px;}
.hero-image-next {right: 40px;}

.hero-image-multiple {background: #eee; width: 100%; padding-bottom: 14.0625%; position: relative; overflow: hidden; margin-bottom: -24px;}
.hero-image-multiple img {width: 25%; position: absolute; top: 0; height: auto;}
.hero-image-multiple img:nth-child(1) {left: 0;}
.hero-image-multiple img:nth-child(2) {left: 25%;}
.hero-image-multiple img:nth-child(3) {left: 50%;}
.hero-image-multiple img:nth-child(4) {left: 75%;}
.hero-image-multiple:after {content: ''; display: block; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: -webkit-linear-gradient(top, rgba(0, 99, 173, 0) 50%, rgba(0, 99, 173, 0.1) 60%, rgba(0, 99, 173, 0.8) 100%); background: linear-gradient(to bottom, rgba(0, 99, 173, 0) 50%, rgba(0, 99, 173, 0.1) 60%, rgba(0, 99, 173, 0.8) 100%);}


/* front page */

.artist-index {-ms-flex: 1 0 auto; flex: 1 0 auto;}
.artist-index ul {margin: 0; -moz-columns: 8 10rem; -webkit-columns: 8 10rem; columns: 8 10rem;}
.artist-index li {padding-left: 1rem; text-indent: -1rem; display: block;}
.artist-index {border-bottom: 1px solid #dbdbdb; padding-bottom: 24px; margin-bottom: -24px;}
.front-news-image {position: relative; width: 100%; padding-bottom: 56.25%; background: rgba(0,0,0,0.03); overflow: hidden;}
.front-news-image img {width: 100%; position: absolute; left: 0; top: 0; height: auto;}
.front-news-text {padding: 24px 40px;}
.front-news ul {display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; margin: 0;}
.front-news li {-webkit-box-flex: 1;-ms-flex: 1 0 33.3333%;flex: 1 0 33.3333%; background: #f4f4f4;}
.front-news li + li {border-left: 1px solid #fff;}
.front-news h4 {margin: 0 0 4px;}

.front-page-gigs .date {font-size: 1rem; border: 1px solid #0063ad; color: #0063ad; display: inline-block; border-radius: 1.4rem; padding: 4px 8px; vertical-align: 0.3rem; margin-right: 0.2rem;}

.ticket-container {margin: -.8rem 0 0;}
.ticket a {display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start;}
.ticket a:hover .ticket-artist-venue, .ticket a:focus .ticket-artist-venue {color: #000;}
.ticket + .ticket {border-top: 1px solid #eee;}
.ticket-date-weekday {-webkit-box-flex: 0;-ms-flex: 0 0 0;flex: 0 0 0; color: #000; padding: .8rem .8rem .8rem 0; text-align: center;}
.ticket-artist-venue {-webkit-box-flex: 1;-ms-flex: 1 0 0;flex: 1 0 0; color: #0063ad; padding: .8rem 0 .8rem .8rem;}
.ticket-artist, .ticket-date {font-size: 1.5rem; line-height: 1.3;}
.ticket-weekday, .ticket-venue {font-size: 0.64rem; text-transform: uppercase; margin-top: 2px;}

.banner + .banner {margin-top: 32px;}
.banner-image {max-width: 100%; height: auto; display: block;}


/* news */

.sidebar > ul, .sidebar > ul > li {display: block; padding: 0; margin: 0;}
.sidebar > ul > li + li,
article + article {border-top: 1px solid #eee; margin-top: 32px; padding-top: 32px;}

.widget_recent_entries li + li {margin-top: 1rem;}
.widget_archive li {margin-left: 24px;}
.widget_archive li.year {margin: 0;}

.alignleft, .alignright, .aligncenter, .alignnone {max-width: 100%; height: auto;}
.alignleft {float: left; margin: 0 16px 10px 0; max-width: 50%;}
.alignright {float: right; margin: 0 0 10px 16px; max-width: 50%;}
.aligncenter {float: none; display: block; margin: 0 auto;}
article .alignleft {max-width: 45%; height: auto;}

.article-nav {display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}


/* company */

.page-id-33 .c-content > * {max-width: 40rem; margin-left: auto; margin-right: auto;}


/* forms */

fieldset {border: none; padding: 0; margin: 0; display: block;}
fieldset.event {margin-top: 1.55em;}
legend {display: block;}
fieldset ul {}
fieldset li {margin: 0 0 0.825em 0;}
fieldset li.missing {color: #aa0000;}
fieldset li.missing input {border-color: #aa0000;}
.form-artists li {margin: 0 -0.2rem 0.1rem; display: block; position: relative;}
.form-artists label {display: block; position: relative; padding: 0.2rem 0.2rem 0.2rem 1.7rem;}
.form-artists label.selected {color: #0063ad; background: rgba(0, 99, 173, 0.05);}
.form-artists input {position: absolute; left: 0.4rem; top: 0.5rem;}
.form-artists {display: -webkit-box;display: -ms-flexbox;display: flex;}
.form-artists ul:first-child {margin-right: 1rem;}
fieldset textarea {min-height: 9em;}
input[type=text], textarea {border: 1px solid #d0d0d0; display: block; padding: 4px; color: #0063ad; box-sizing: border-box; width: 100%;}
input[type=submit] {background: #0063ad; color: #ffffff; padding: 5px 16px; border: 1px outset #0063ad; margin-top: 0.825em;}
label input[type=text], label textarea {margin-top: 3px;}
p.error {color: #aa0000;}
p.error .fa {margin-right: 0.3rem;}

span.sp {display: block;}
span.sp span.sp-q {font-size: 1.3em;}
span.sp input.sp-a {width: 3em; display: inline;}

li.radio label {margin-right: 8px;}
li.radio input[type="radio"], li.radio input[type="checkbox"] {vertical-align: baseline; position: relative; top: 2px; margin-right: 3px;}


/* artist index */

.artist-grid {margin: 0; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; margin: 0;}
.artist-grid li {display: block; -webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; margin: 1rem 0; padding: 0;}
.artist-grid a {display: block; width: 100%; padding-top: 56.25%; position: relative; overflow: hidden;}
.artist-grid img {display: block; position: absolute; left: 0; top: 0; width: 100%; height: auto;}
.artist-grid-label {display: block; background: #fff; position: relative; padding: 8px;}


/* single artist */

#gigList h2 {font-size: 1.875rem;}
#gigList .info {font-size: 0.85rem; color: #999;}
#gigList .links {font-size: 0.85rem;}
#gigList .links a {margin-right: 0.5rem;}

.gig-container {margin: -.8rem 0 0;}
.gig {display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start;}
.gig + .gig {border-top: 1px solid #eee;}
.gig-date-weekday {-webkit-box-flex: 0;-ms-flex: 0 0 0;flex: 0 0 0; color: #000; padding: .8rem .8rem .8rem 0; white-space: nowrap;}
.gig-details {-webkit-box-flex: 1;-ms-flex: 1 0 0;flex: 1 0 0; color: #0063ad; padding: .8rem 0 .8rem .8rem;}
.gig-venue, .gig-date {font-size: 1.25rem; line-height: 1.3;}
.gig-weekday {font-size: 0.64rem; text-transform: uppercase; margin-top: 2px;}

.artist-main-image {-webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto;}
.artist-main-image img {width: 100%; height: auto; display: block;}
ul.sales {margin: 0;}
ul.sales img {width: 72px; height: 72px; margin: 0 1rem 0 0;}
ul.sales li {display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 0.825em;}
ul.sales + h4 {margin-top: 1.5rem;}
ul.files .fa {margin-right: 0.6rem;}
ul.videos {margin: -1rem 0 0;}
ul.videos li {display: block; margin: 0; padding: 0;}
ul.videos li + li {border-top: 1px solid #eee;}
ul.videos a {display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 1rem 0;}
ul.videos img {margin-right: 1rem; width: 100px;}
.social-links .fa {margin-right: 0.5rem;}

/* partners */

.partners-grid {display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: -.5rem;}
.partner {-webkit-box-flex: 0;-ms-flex: 0 0 calc(33.3333% - 1rem);flex: 0 0 calc(33.3333% - 1rem); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border: 1px solid #eee; padding: 1rem; margin: .5rem; background: #fff;}
.partner-image {max-width: 100%; display: block;}


/* contact page */

.staff-grid {display: -webkit-box;display: -ms-flexbox;display: flex; margin: 0 -0.5rem; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.staff ul {margin-left: 0; -webkit-box-flex: 1; -ms-flex: 1 0 50%; flex: 1 0 50%;}
.staff li {display: block; padding-left: 83px; margin: 0 0.5rem 1.55rem; position: relative; clear: both;}
.staff ul.artists {width: auto; position: absolute; background: #fff; z-index: 1; border: 1px solid #eee; box-shadow: 0 0 16px rgba(0,0,0,0.1); padding: 1rem 1.3rem; display: none;}
.staff ul.artists li {padding: 0; margin: 0;}
.staff ul.artists a {padding: 0; margin: 0;}
.staff span, .staff img {display: block; width: 70px; height: 70px; float: left; margin-left: -83px;}

.staff a.showArtists {margin-left: 2px; padding: 1px 4px; position: relative;}
.staff a.showArtists.open {background: #0063ad; color: #ffffff;}

#map {height: 240px; margin-bottom: 1.55em;}



@media (max-width: 1362px){
  .page-body-inner {border-width: 1px 0;}
  .hero-image-multiple {margin-bottom: 0;}
}
@media (max-width: 1140px){
  .logo {width: 167px; height: 79px;}
  .nav-main-items {max-width: 40rem;}
  .nav-main-items a {padding: 0.3rem 1.2rem;}
  .nav-main-items li {-ms-flex-preferred-size: 33.333%;flex-basis: 33.333%;}
  .nav-main-items li + li a {border: 0;}
}
@media (max-width: 920px){
  .front-news h4, .front-news .date{font-size:12px;}
  .front-news ul {margin: 0 10px;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column; border-left: 0;}
  .front-news li {padding: 0 10px; box-sizing: border-box; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 100%;}
  .front-news a {display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-bottom: 1px solid #fff;}
  .front-news-text {-ms-flex: 1 0 1px; flex 1 0 1px;}
  .front-news-image {padding: 0; -webkit-box-flex: 0; -ms-flex: 0 0 40%; flex: 0 0 40%;}
  .front-news-image img {position: static; display: block;}
  .page-body-inner .row.front-content {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column; border-left: 0;}
  .page-body-inner .row.front-content .col {border-left: 0; border-top: 1px solid #dbdbdb; -ms-flex-preferred-size: auto; flex-basis: auto;}
  .page-body-inner .row.front-content .col:nth-child(2) {-webkit-box-ordinal-group: 0;-ms-flex-order: -1;order: -1;}
  .row.form-content {-ms-flex-wrap: wrap;flex-wrap: wrap;}
  .row.form-content .col:first-child {-ms-flex-preferred-size: 100%;flex-basis: 100%; border-bottom: 1px solid #dbdbdb;}
  .form-artists {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
}
@media (max-width: 880px){
  .nav-main-items {max-width: 30rem;}
  .nav-main-items a {padding: 0.1rem 1.2rem;}
  .nav-main-items li {-ms-flex-preferred-size: 50%;flex-basis: 50%;}
  .artist-grid li {-ms-flex-preferred-size: 25%;flex-basis: 25%;}
  .staff ul {-ms-flex-preferred-size: 100%;flex-basis: 100%;}
}
@media (max-width: 767px){
  .nav-main-items {display: none; position: absolute; right: 0; left: 0; top: 100%; z-index: 2; background: #eee; margin: 0; padding: 1rem 0; border-top: 3px solid #0063ad; max-width: none;}
  .nav-main-items.show {display: block;}
  .nav-main-mobile-toggle.show {background: #0063ad;}
  .nav-main-mobile-toggle.show .hamburger i {background: #fff;}
  .nav-main-items a {display: block; padding: 0.2rem 1.2rem;}
  .nav-main a.nav-main-mobile-toggle {display: block; border: 1px solid #0063ad; padding: 0.8rem 0.75rem; border-radius: 50%; margin-bottom: 0.2rem; width: 44px; margin-left: auto;}
  .hamburger {display: block;}
  .hamburger i {display: block; width: 18px; height: 3px; background: #0063ad; border-radius: 3px;}
  .hamburger i + i {margin-top: 3px;}
  .logo {width: 110px; height: 53px; margin-bottom: 0.2rem;}
  .page-header-inner, .page-footer-inner, .c-header, .c-content {padding: 16px 20px;}
  .hero-image a {font-size: 10rem;}
  .hero-image-prev {left: 20px;}
  .hero-image-next {right: 20px;}
  .
  /* Todo: better intermediate layout */
  .front-news a {display: block;}
  .page-body-inner .row {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column; border-left: 0;}
  .w-20, .w-25, .w-33, .w-40, .w-50, .w-66, .w-75, .w-80 {-ms-flex-preferred-size: auto; flex-basis: auto;}
  .page-body-inner .col + .col {border-left: 0; border-top: 1px solid #dbdbdb;}
  .col-stretch-rows {display: block;}
  .row.form-content .col:first-child {border-bottom: 0;}
  .artist-grid li {-ms-flex-preferred-size: 33.3333%; flex-basis: 33.3333%;}
}
@media (max-width: 639px){
  .c-header {display: block;}
  .page-footer-inner {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
  .nav-footer {text-align: center;}
  .copyright {margin: 1rem 0 0.5rem;}
  .artist-grid li {-ms-flex-preferred-size: 50%;flex-basis: 50%;}
  .partner {-ms-flex-preferred-size: calc(50% - 1rem);flex-basis: calc(50% - 1rem);}
}
