#content.site-content .wrapper {
	padding: 0 15px
}

#primary {
	margin-left: 290px;
	max-width: 1150px;
}

#page:not(.mobile-menu) .mobile-info {
	display: none;
}

.sidebar-info {
	position: fixed;
	top: 60px;
	left: 65vw;
	height: 100vh;
	max-width: 250px;
}

.sidebar-info .meta-wrapper .artist-image {
	max-width: 250px;
	max-height: 250px;
	object-fit: cover;
}

@media screen and (max-width: 1170px) {
	.sidebar-info {
		right: 0;
		left: unset;
	}
}

.event-content {
	padding: 60px 260px 60px 60px;
	width: 68vw;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #F0EDE7;
}

.header-image {
	width: 100%;
	height: max-content;
}

.header-image img {
	width: 100%;
	height: 330px;
	object-fit: cover;
	object-position: top center;
}

.top-section {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 50px 0px;
}

.meta-wrapper {
	display: flex;
	flex-direction: column;
	padding: 30px 10px 10px 0px;
}

.event-meta {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 15px;
}
.event-meta div {
	margin: 0.8vh 0px;
	font-size: 14px;
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
	color: #F0EDE7;
}

.event-meta span {
	font-weight: 600;
	font-size: 16px;
	margin-right: 8px;
}

.event-meta div>img {
	height: 20px;
	width: 20px;
	margin: auto;
	margin-right: 12px;
}

.tickets {
	width: 100;
	margin-top: 10px;
	color: #F0EDE7;
}

.tickets a, .tickets span {
	font-family: 'Roca two';
	font-size: 16px;
	text-transform: uppercase;
	padding: 8% 28%;
	border-radius: 2%;
	display: block;
	text-align: center;
	width: 250px;
}

.tickets a {
	background-color: #288841;
}

.tickets span {
	background-color: #ED6C05;
}

.attachment-post-thumbnail {
	margin-bottom: 20px;
}

.event-content header {
	width: 100%;
	display: block;
}

.event-content header:hover {
	background: none;
}

header h1 {
	color: #F0EDE7;
	font-size: 32px;
	font-weight: 400;
	width: 70%;
	margin-bottom: 0;
}


header h3 {
	color: #E8A018;
	font-size: 24px;
	font-weight: 400;
	width: 70%;
	margin-top: 0;
}
.event-text {
	width: 80%

}

.event-text p {
	font-size: 16px;
}

.shortcode-container {
	margin-top: 20px;
}

/* aside, .event-meta {
	min-width: max-content;
	width: 20%;
	padding: 10px;
	border: 1px solid currentColor;
	height: max-content
} */

aside p, .event-meta p, aside a {
	margin: 7px
}

.archive-events ul {
	list-style: none;
	margin: 0;
}

.archive-events li {
	display: flex;
	flex-wrap: wrap;
	margin: 20px;
	transition: height 0.4s linear;
	justify-content: flex-start
}

.archive-events .month {
	font-size: 135%;
}

.accordion-content {
	width: 100%;
	padding-top: 20px;
	border-top: 0.5px solid currentColor;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	height: 0;
	overflow: hidden
}

.accordion-item.open .accordion-content {
	height: auto
}

.accordion-content .event-excerpt {
	width: 60%;
}

.accordion-content .wp-post-image {
	margin-bottom: 17px;
	display: block
}

.archive-events .event-info {
	margin-left: 40px
}

.archive-events li h2 {
	font-size: 110%;
	margin: 3px 0 0 0;
}

.archive-events .event-links {
	margin-left: auto;
	justify-self: flex-end
}

.archive-events .ticket-status {
	padding: 6px;
	display: inline-block;
	border-radius: 7px;
	margin-left:10px;
	margin-right:10px;
	color:white;
}


.archive-events .accordion-expand {
	margin:10px 5px;
	padding:10px;
	font-size: 18px;
	font-weight: 300;
}

.archive-events .event-tickets {
	margin-right: 10px;
}

.more-link{
	display: block;
	margin-bottom: 30px
}


.event-date{
	width:75px;
	
}

.short-code h2 {
	color: #F0EDE7;
	font-size: 32px;
	line-height: 45px;
	font-family: 'Roca two';
}

.content-row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 40px;
}

/* Small menu view  */

.mobile-menu #primary {
	margin: 0;
	padding: 20px;
	margin-bottom: 50px;
	margin-top: 55px;
}

.mobile-menu .event-content {
	padding: 0;
	width: 100%;
}

.mobile-menu .top-section {
	flex-direction: column;
	margin: 30px 0px;
}

.mobile-menu .top-section .meta-wrapper {
	width: 100%;
flex-direction: row;
}

.mobile-menu .top-section .meta-wrapper .event-meta {
	flex-direction: column;
	width: 50%;
}

.mobile-menu .top-section .meta-wrapper .event-meta span {
	font-size: 18px;
}

.mobile-menu .top-section .meta-wrapper .event-meta div {
	justify-content: flex-start;
	width: max-content;
	flex-wrap: wrap;
	max-width: 100%;
}

.mobile-menu .top-section .tickets {
	width: 100%;
	margin-top: 30px;
}

.mobile-menu .top-section .tickets a {
	width: 100%;
	text-align: center;
}

.mobile-menu header h1 {
	font-size: 42px;
	width: 90%;
}

.mobile-menu .content-row {
	flex-direction: column;
}

.mobile-menu .sidebar-info {
	display: none;
}

.mobile-menu .mobile-info {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
	width: 100%;
}

.mobile-menu .artist-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: top center;
}

.mobile-menu .artist-image {
	margin-bottom: 0;
}

.mobile-menu .mobile-info .event-meta {
	width: 45%;
}
.mobile-menu .mobile-info .event-meta div  {
	align-items: baseline;
}

.mobile-menu .mobile-info .tickets {
	width: 100%;
}

.mobile-menu .mobile-info .tickets a {
	width: 100%;
	padding: 5% 35%;
}


@media screen and (min-width: 800px) {
	.mobile-menu .event-content {
		margin-top: 50px;
	}
}



@media screen and (max-width:1150px) {
	.event-text {
		width: auto;
	}
}

@media screen and (max-width:670px) {
	.archive-events .event-date, .archive-events .event-info, .archive-events .event-links {
		width: max-content;
		max-width:80%;
		margin: 0;
	}.archive-events .event-date{
		margin-right: 15px
	}
	.event-meta p, aside p, aside a, .event-meta a {
		margin: 2px;
		line-height: 22px
	}
	.archive-events .event-links {
		margin: 10px 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		max-width:100%;
		flex-wrap:wrap;
	}
	
	.archive-events .event-tickets{
		margin-right:20px;
		flex-shrink:1;
	}
		
	
	.archive-events .ticket-status:first-child {
		margin-left:0;
	}
	
	.archive-events .accordion-expand {
		margin-left: auto;
		padding:8px
	}
	.accordion-content .event-excerpt {
		width: 100%;
	}

	.accordion-content .featured-image{
		width: 100%
	}
	
	.more-link{
		margin-bottom:5px;
		}
}