/* Events */
body.events {
    background: #fff;
}
body.events #footer {
    background: #e5e5e5;
}
#events {
    padding: 0 32.5px;
    margin-bottom: 15px;
}
#events > .title {
	display: none;
}


/* Events nav */
#events .nav {
    position: relative;
    margin-top: 15px;
}
#events .nav .prev {
    position: absolute;
    left: -20px;
    top: 30px;
}
#events .nav .next {
    position: absolute;
    right: -20px;
    top: 30px;
}
#events .nav ul li {
    float: left;
    width: 14.27%;
}
#events .nav ul li hr {
    width: 50px;
    border-top: 10px solid #000;
    margin-bottom: 10px;
}
#events .nav ul li a {
    height: 75px;
    margin: 0 7.5px;
    background: #e5e5e5;
    display: block;
    font-family: 'regular-black';
    font-size: 16px;
    text-transform: uppercase;
}


/* Events arrow */
#events .prev {
    background: url('../img/button_arrow_left.png') no-repeat;
    background-size: 100%;
    text-indent: -10000px;
    display: block;
    width: 16px;
    height: 16px;
}
#events .next {
    background: url('../img/button_arrow.png') no-repeat;
    background-size: 100%;
    text-indent: -10000px;
    display: block;
    width: 16px;
    height: 16px;
}


/* Events calendar */
#events aside {
    float: right;
    width: 42.5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 7.5px;
    margin-top: 50px;
}
#events aside .calendar {
    font-family: 'regular-bold';
    font-size: 22px;
    margin-bottom: 15px;
}
#events aside .calendar .month {
    position: relative;
    text-align: center;
    background: #e5e5e5;
    padding: 15px;
}
#events aside .calendar .month h3 {
    font-family: 'regular-black';
    font-size: 22px;
    text-transform: uppercase;
}
#events aside .calendar .month .prev {
    position: absolute;
    left: 15px;
    top: 15px;
}
#events aside .calendar .month .next {
    position: absolute;
    right: 15px;
    top: 15px;
}
#events aside .calendar table {
    width: 100%;
    background: #e5e5e5;
}
#events aside .calendar table .days {
    color: #989898;
}
#events aside .calendar table th,
#events aside .calendar table td {
    text-align: center;
    vertical-align: middle;
    width: 35px;
    height: 35px;
}
#events aside .calendar table td.selected span {
    background: url('../img/black_circle.png') no-repeat;
    background-size: 100%;
    color: #fff;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: auto;
}
#events aside .calendar table td a:hover {
    color: #000;
}
#events aside .display li {
    float: left;
    width: 33.3%;
}
#events aside .display li a {
    display: block;
    height: 55px;
    background: #e5e5e5;
    margin-right: 15px;
    font-family: 'regular-black';
    font-size: 16px;
    text-transform: uppercase;
}
#events aside .display li a.last {
    margin: 0;
}


/* Events results */
#events .results {
    float: left;
    width: 57.5%;
    margin-top: 50px;
}
#events .results header {
    padding-left: 7.5px;
    margin-bottom: 30px;
    width: 320px;
    font-family: 'regular-black';
    font-size: 18px;
    text-transform: uppercase;
}
#events .results header h2 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 10px;
}

/* Artist item */
article.item.artist h2 {
    margin-bottom: 15px;
}


/* Events item */
article.item.event {
    float: none;
    width: 100%;
    margin-bottom: 30px;
}
article.item.event h2 {
    margin-top: 0;
}
article.item.event .surtitle {
    font-family: 'regular-black';
    font-size: 12px;
    line-height: 18px;
}
article.item.event .date {
    font-family: 'regular-medium';
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 3px;
}
article.item.event .type {
    /*color: #eb0000;*/
    font-family: 'regular-bold';
    font-size: 16px;
    line-height: 20px;
    text-transform: none;
}
article.item.event .description {
    font-family: 'regular-regular';
    font-size: 16px;
    padding-top: 10px;
	width: 65%;
}
article.item.event.night .wrapper {
    background: #000;
}
article.item.event.night hr {
	
}
article.item.event.night a {
	color: #fff;
}
article.item.night .more {
	background: url('../img/button_arrow_white.png') no-repeat 0 5px !important;
	background-size: 10px !important;
}
article.item.event.night.important .date,
article.item.event.night.important .title,
article.item.event.night.important .surtitle {
    color: #fff;
    margin-left: 10px;
    margin-bottom: 5px;
}
article.item.event.night.important .title {
    margin-bottom: 20px;
}
article.item.event.night .type {
	/*margin-left: 10px;*/
}
article.item.event.night.important h6,
article.item.event.night.important .description {
    color: #fff;
}
#events article.item.event hr {
    width: 75px;
    border-top: 11px solid #000;
    margin-bottom: 10px;
}
#events article.item.event .places span.place {
    display: block;
	margin-bottom: 2px;
}
article.item.event.night {
    color: #fff;
}
#home article.item.event.night a,
#home article.item.event.night .date,
#home article.item.event.night .title,
#home article.item.event.night .surtitle,
#home article.item.event.night .description {
	color: #000 !important;
}
#home article.item.night .more {
	background: url('../img/button_arrow_.png') no-repeat 0 5px !important;
	background-size: 10px !important;
}
article.item.event.night hr {
    border-top: 11px solid #fff !important;
}
article.item.event.night .places {
	margin-left: 10px;
	padding-bottom: 10px;
}
article.item.event.night .places a {
    color: #fff;
}
@media only screen and (max-width: 1023px) {
    #events .nav .prev,
    #events .nav .next {
        top: 20px;
    }
    #events .nav ul li hr {
        width: 40px;
        border-top: 8px solid #000;
    }
    #events .nav ul li a {
        font-size: 12px;
        line-height: 15px;
        height: 60px;
    }
    #events aside .calendar .month h3 {
        font-size: 17px;
    }
    #events aside .calendar {
        font-size: 16px;
    }
    #events aside .calendar table th,
    #events aside .calendar table td {
        height: 25px;
    }
    #events aside .display li a {
        font-size: 12px;
        height: 40px;
    }
}
@media only screen and (max-width: 767px) {
    #events {
        padding: 20px 18.5px;
    }
	#events > .title {
		display: block;
		margin-left: 7.5px;
	}
    #events .nav {
        display: none;
    }
    #events aside {
        float: none;
        width: 100%;
        margin-top: 0;
    }
    #events aside .calendar,
    #events aside .display {
        padding-left: 7.5px;
    }
    #events .results header {
        width: 100%;
    }
    #events .results {
        width: 100%;
        margin-top: 30px;
    }
}