.event-description{
    float:left;
    width: 100%;
    margin-top: 30px;
}
.event-header {
    width: 100%;
    max-width: 1170px;
    overflow: hidden;
    height: 360px;
    max-height: 360px;
    float: left;
    position: relative;
    margin-bottom: 30px;
}
.event-header .event-image-overlay {
    display: block;
    height: 360px;
    width: 100%;
    position: absolute;
    z-index: 1;
    max-width: 1170px;
    background: RGBA(96, 68, 115, 0.48);
}
.event-header img.event-image {
    position: absolute;
    z-index: 0;
    width: 100%;
    max-width: 1170px;
    margin: -25% 0;
}
.event-header.short img.event-image {
    height: auto;
    margin-top: -35%;
}
.event-header .event-information{
    position: absolute;
    margin-top: 160px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%,rgba(17, 8, 36, 0.36) 55%,rgba(11, 5, 20, 0.53) 75%,rgba(7, 2, 14, 0.74) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%,rgba(17, 8, 36, 0.36) 55%,rgba(11, 5, 20, 0.53) 75%,rgba(7, 2, 14, 0.74) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%,rgba(17, 8, 36, 0.36) 55%,rgba(11, 5, 20, 0.53) 75%,rgba(7, 2, 14, 0.74) 100%);
    width: 100%;
    padding-top: 23px;
    z-index: 1;
}
.event-header .event-information .event-name {
    padding-left: 20px;
    width: 100%;
    min-height: 70px;
}
.event-header .event-information h1 {
    color: #fff;
    font-weight: bold;
    font-size: 35px;
    display: inline-block;
    float: left;
    height: 40px;
    overflow: hidden;
    max-width: 85%;
}
.event-header .event-information .age-restrict {
    display: inline-block;
    background: #f1be0d;
    height: 32px;
    width: 32px;
    text-align: center;
    margin-top: 25px;
    float: left;
    margin-left: 20px;
    border-radius: 100%;
    transition: all ease 1s;
}
.event-header .event-information .age-restrict .text {
    font-size: 0;
    transition: all ease 1s;
}
.event-header .event-information .age-restrict span {
    line-height: 32px;
    font-weight: bold;
    color: #000;
    transition: all ease 1s;
    display: inline-block;
    text-transform: none;
}
.event-header .event-information .age-restrict:hover .text{
    font-size: 14px;
    transition: all ease 1s;
}
.event-header .event-information .organised {
    padding-left: 20px;
}
.event-header .event-information .organised span {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.event-header .event-information .organised span.name {
    font-size: 20px;
    font-weight: 600;
    color: #f1be0d;
}
.event-header .event-information .event-date,
.event-header .event-information .event-location {
    padding-left: 23px;
    font-size: 16px;
    color: #fff;
    line-height: 16px;
    margin-bottom: 0;
    margin-top: 10px;
    margin-left: 20px;
}
.event-header .event-information .event-location{
    background: url("../images/components/location-marker.png") no-repeat left center;
    margin-bottom: 20px;
}
.event-header .event-information .event-date{
    background: url("../images/components/date-marker.png") no-repeat left center;
}
.event-full-address {
    float: left;
    width: 100%;
    background: #1b1a1a;
    color: #e5e5e5;
    font-weight: 600;
    line-height: 55px;
    padding-left: 20px;
    margin-bottom: 10px;
}
.event-full-address .address {
    max-width: calc(100% - 140px);
}
.event-full-address div {
    display: inline-block;
}
.event-full-address .title{
    color: #acacac;
}
.event-full-address span:nth-child(2n) {
    margin-right: 40px;
}
.share-event {
    display: inline-block;
    float: right;
    margin-right: 20px;
    margin-top: 12px;
    height: 34px;
}
.organiser-name{
    color: #593f66;
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 5px;
}
.organiser-description{
    font-size: 13px;
    line-height: 20px;
    text-align: justify;
    margin-bottom: 20px;
}
.contact-organiser{
    border: 1px solid #5e5b60;
    color: #5e5b60;
    font-weight: 300;
    line-height: 33px;
}
.tag-view {
    color: #555157;
    border-radius: 10px;
    background: #ebebe8;
    padding: 5px 8px;
    margin: 0 5px 5px 0;
    display: inline-block;
}
.tag-view a {
    color: #555157;
}
div#step-five .event-header .event-information {
    margin-top: 170px;
}
/***** NEW STYLES *****/
.event-description .violet-block-heading{
    margin: 0;
    font-size: 16px;
    float: left;
    background-color: #ffffff;
    color: black;
    padding: 25px 5px 25px 20px;
    font-weight: bold;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    width: 100%;
    border-bottom: 4px solid #604473;
    text-transform: capitalize;
}
.event-description .yellow-block-heading{
    margin: 0;
    font-size: 16px;
    float: left;
    background-color: #ffffff;
    color: black;
    padding: 25px 5px 25px 12px;
    font-weight: bold;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    width: 100%;
    border-bottom: 4px solid #f1bc03;
    text-transform: capitalize;
}
.event-description .information-block {
    margin-bottom: 30px;
}
.event-description .violet-table > thead {
    background: #604473;
}
.event-description .violet-table > thead > tr > th {
    border-bottom: 0 solid #bbb;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    padding: 20px 0;
}
.event-description .violet-table > tbody > tr > td {
    color: #101010;
    padding: 20px 0;
}
.event-description .violet-table > tfoot > tr > td:first-child{
    text-align: right;
}
.event-description .button.yellow{
    color: #ffffff;
    padding:15px 0;
    text-transform: capitalize;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #f1bc03 50%, #604473 50%);
    -webkit-transition: background-position .5s;
    -moz-transition: background-position .5s;
    transition: background-position .5s;
    border: 0;
    min-width: 180px;
    line-height: 5px;
    border-radius: 3px;
    margin: 10px 0;
}

.event-description .button.yellow:hover,
.event-description .button.yellow:focus {
    background-position: 0 -100%;
    -webkit-transition: background-position .5s;
    -moz-transition: background-position .5s;
    transition: background-position .5s;
}
.event-description .organiser-name {
    color: #000000;
    margin: 25px 0;
}
.event-description span.by {
    font-size: 12px;
    font-weight: 400;
}
.event-description button.become-affiliate {
    border: 1px solid #cb443a;
    border-radius: 3px;
    color: #cb443a;
    background: #fff;
    padding: 10px 0;
    max-width: 165px;
    width: 100%;
    font-size: 13px;
    /*-webkit-box-shadow: inset 0 0 0 0 rgb(203, 68, 58);
    -moz-box-shadow: inset 0 0 0 0 rgb(203, 68, 58);
    box-shadow: inset 0 0 0 0 rgb(203, 68, 58);*/
    transition: all ease .5s;
}
.event-description button.become-affiliate:hover {
    /*-webkit-box-shadow: inset 0 0 5px 0 rgb(203, 68, 58);
    -moz-box-shadow: inset 0 0 5px 0 rgb(203, 68, 58);
    box-shadow: inset 0 0 5px 0 rgb(203, 68, 58);*/
    transition: all ease .5s;
}
.event-description .contact-organiser {
    border: 1px solid #7f7c80;
    border-radius: 3px;
    color: #7f7c80;
    background: #fff;
    padding: 10px 0;
    max-width: 165px;
    width: 100%;
    font-size: 13px;
    display: inline-block;
    line-height: 18px;
}
.event-description span.tag-view:hover{
    background: #cb443a;
}
.event-description span.tag-view:hover,
.event-description span.tag-view:hover a,
.event-description span.tag-view a:hover{
    color: #fff;
}
.event-description div#faqs h3 {
    color: #5b5b5b;
    font-size: 14px;
    font-style: italic;
    line-height: 24px;
    margin-bottom: 30px;
    padding: 0 15px 10px;
    border-bottom: 1px solid rgba(89,63,102,0.2);
    cursor: pointer;
    outline: none;
}
.event-description div#faqs h3.ui-accordion-header-active{
    border-bottom: 1px solid rgba(89,63,102,0);
    padding: 0 15px;
    margin-bottom: 15px;
    cursor: auto;
}

.event-description div#faqs h3:before {
    content: "";
    line-height: 30px;
    width: 4px;
    height: 4px;
    background-color: #593f66;
    margin: 0 7px 0 0;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
}
.event-description div#faqs h3 .arrow-down{
    background: url("../images/buttons/red-arrow-down.png") no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
    float: right;
}
.event-description div#faqs h3 .arrow-up{
    background: url("../images/buttons/violet-arrow-up.png") no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
    float: right;
}
.event-description div#faqs div{
    padding: 0 15px;
}