
.eventheaderdetailstext {
	display:none;
}


.eventtag {
    text-transform: uppercase;
    opacity: .8;
    margin-bottom: 5px;
}

.eventheaderdetailstext {
    opacity: .8;
margin: 0px 5px 5px 5px;
}

.bookingbutton {
    background-color: #041204;
    border-radius: 21px;
    box-shadow: 0px 3px 6px #00000029;
    color: #ffffff;
    cursor: pointer;
    height: 80px;
    opacity: 1;
    padding: 2px;
    text-align: center;
    width: 200px;
}

.bookingbutton a {
    color: #ffffff;
    cursor: pointer;
    opacity: 1;
    padding: 2px;
    text-align: center;
    width: 200px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 110%;
}

.costdiv:before {
    content: '£';
    }

.desc_cost {
    display: flex;
    gap: 20px;

}



.event_date:before {
    content: '';
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: inline-flex;
    height: 40px;
    width: 40px;
    margin-right: 5px;
    margin-left: 5px;
    align-items: center;
    background-image: url(/wp-content/themes/rockhopper/assets/images/date.svg);
}

.event_time {
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.event_time:before {
    content: '';
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: inline-flex;
    height: 40px;
    width: 40px;
    margin-right: 5px;
    margin-left: 5px;
    align-items: center;
    background-image: url(/wp-content/themes/rockhopper/assets/images/time.svg);
}

.event_date {
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.maprefdiv {
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.maprefdiv:before {
    align-items: center;
    background-image: url(/wp-content/themes/rockhopper/assets/images/orngpin.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-flex
;
    height: 40px;
    margin-left: 5px;
    margin-right: 5px;
    width: 40px;
}



.eventbuttons {
    align-items: flex-start;
    border-bottom: 1px solid #509E2F;
    border-top: 1px solid #509E2F;
    display: flex;
    flex-direction: row;
    gap: 55px;
    justify-content: space-evenly;
    margin-top: 40px;
    padding: 20px;
    transform: translateX(5%);
    width: 90%;
    flex-wrap: nowrap;
}
.mobileheader-event {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-around;
    position: relative;
    margin: 0px;
}

@media screen and (max-width: 768px) {
    .mobileheader-event {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 10px;
        justify-content: space-between;
        position: relative;
        margin: 20px 5px 5px 5px;
        align-items: flex-start;
    }
	
	.eventbuttons {
		display: none;
	}
}