/* EVENT LISTING PAGE */

#eventpage { 
	width: 100%; 
	padding: 0 0 20px 0; 
	vertical-align: top;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

#eventpage-eventcol {
	width: 75%;
	padding: 0 0 0 2%;
	margin: 0 0 0 0%;
	position: relative;
	float: left;
	display: flex;
	flex-wrap: wrap;
}

#eventpage-sortcol {
	width: 25%;
	padding: 2%;
	margin: 0 0 0 0%;
	position: relative;
	float: left;
	background: #dddddd;
}

#eventpage > #eventpage-eventcol > .event {
    width: 100%;
    margin: 0 0% 2% 0%;
    padding: 1% 5% 1% 5%;
    float: left;
    position: relative;
    background: rgb(135,16,185);
    background: -moz-linear-gradient(top,  rgba(135,16,185,1) 0%, rgba(77,0,140,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(135,16,185,1) 0%,rgba(77,0,140,1) 100%);
    background: linear-gradient(to bottom,  rgba(135,16,185,1) 0%,rgba(77,0,140,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8710b9', endColorstr='#4d008c',GradientType=0 );
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0);
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#eventpage > #eventpage-eventcol > .event:nth-child(odd) {
	background: rgb(147,62,183);
	background: -moz-linear-gradient(top,  rgba(147,62,183,1) 1%, rgba(89,30,137,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(147,62,183,1) 1%,rgba(89,30,137,1) 100%);
	background: linear-gradient(to bottom,  rgba(147,62,183,1) 1%,rgba(89,30,137,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#933eb7', endColorstr='#591e89',GradientType=0 );

}

#eventpage .event .eventlogo {
	width: 100%;
	padding: 10px;
	position: relative;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.0);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.0);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.0);
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#eventpage .event .eventlogo > a > img {
	width: 100%;
	height: auto;
	display: block;
}

#eventpage .event .eventlogo:hover {
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#eventpage .event .eventname {
	width: 100%;
	padding: 5px 0 0 0;
	position: relative;
	text-align: left;
	font-family: "interstate-condensed", sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 32px;
	color: #faf21a;
    letter-spacing: 1.5px;
	text-transform: uppercase;
	border: 1px solid transparent;
}

#eventpage .event .eventdate {
    padding: 10px 5% 0 15px;
    position: relative;
	display: inline-block;
	float: left;
    text-align: left;
	font-family: "interstate-condensed", sans-serif;
	font-weight: 700;
	font-style: normal;
    color: #ffffff;
	font-size: 26px;
    text-transform: uppercase;
    border: 1px solid transparent;
}

#eventpage .event .eventloc {
    padding: 10px 0% 0 15px;
    position: relative;
	display: inline-block;
	float: left;
	font-family: "interstate-condensed", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 26px;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid transparent;
}

#eventpage .event:hover .eventlogo {
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#eventpage .event .eventbuttons {
    width: 100%;
    padding: 35px 0% 0 3%;
    position: relative;
	clear:both;
    text-align: center;
}

.event .eventbtn-buy {
    width: 48%;
	margin: 0 1% 1% 1%;
    padding: 10px 5px 10px 5px;
    position: relative;
    display: inline-block;s
    border: 0px solid #ef239c !important;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0);
    background: #bf1111;
    font-family: var(--main-button-font);
    font-weight: var(--main-button-font-weight);
    font-style: var(--main-button-font-style);
    font-size: 20px;
    line-height: 1;
    text-align: center;
    color: #ffffff !important;
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none !important;
    -moz-transition: all 1.0s ease;
    -webkit-transition: all 1.0s ease;
    transition: all 1.0s ease;
}

.event .eventbtn-buy:hover { 
	background: #ff0000;
	border: 0px solid #ef239c !important;
	color: #ffffff !important; 
	cursor: pointer; 
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.event .eventbtn-details { 
    width: 48%;
	margin: 0 1% 1% 1%;
    padding: 10px 5px 10px 5px;
	position: relative;
	display: inline-block;
	border: 0px solid #2567b3 !important;
	border-radius: 5px;
	background: #faa41a;
	font-family: var(--main-button-font);
	font-weight: var(--main-button-font-weight);
	font-style: var(--main-button-font-style);
	font-size: 20px;
	line-height: 1;
	text-align: center;
	color: #ffffff!important; 
	text-transform: uppercase;
	white-space: nowrap;
	text-decoration: none !important;
	-moz-transition: all 1.0s ease;
	-webkit-transition: all 1.0s ease;
	transition: all 1.0s ease;
}

.event .eventbtn-details:hover { 
	background: #facd1a !important;
	border: 0px solid #2567b3 !important;
	color: #ffffff !important; 
	cursor: pointer; 
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.event:hover .eventbtn-details { 
	background: #facd1a !important;
	border: 0px solid #2567b3 !important;
	color: #ffffff !important; 
	cursor: pointer; 
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.event:hover { 
	cursor: pointer; 
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75) !important;
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75) !important;
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75) !important;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.eventsort-viewing {
	width: 100%;
	padding: 0 0 35px 0;
	position: relative;
	font-family: "interstate-condensed", sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #8710b9;
	font-size: 20px;
	text-align: center;
}

.eventsort .eventsort-heading {
	width: 100%;
	padding: 0 0 2px 0;
	position: relative;
	font-family: "interstate-condensed", sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #0080f3;
	font-size: 18px;
}

.eventsort-filter {
    width: 100%;
    padding: 5px;
    margin: 0 0 15px 0;
    position: relative;
    display: none;
	font-family: "interstate-condensed", sans-serif;
	font-weight: 500;
	font-style: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    background: #00a6e5;
    border-radius: 5px;
}	

#filter-block {
	position: relative;
}

.eventsort {
	width: 100%;
	padding: 0 0 25px 0;
	position: relative;
}	

.eventsort .eventsort-btn { 
	width: 100%;
 	padding: 15px 5px 15px 5px; 
	position: relative;
	display: inline-block;
	background: #bf1111;
	border: 0px solid #ff007e !important;
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0);
	font-family: var(--main-button-font);
	font-weight: var(--main-button-font-weight);
	font-style: var(--main-button-font-style);
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	color: #ffffff !important; 
	text-transform: uppercase;
	white-space: normal;
	text-decoration: none !important;
	-moz-transition: all 1.0s ease;
	-webkit-transition: all 1.0s ease;
	transition: all 1.0s ease;
}

.eventsort .eventsort-btn:hover { 
	border: 0px solid #ff007e !important;
	background: #a61515;
	color: #ffffff !important; 
	cursor: pointer; 
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


/* Reset Select */
.eventsort select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	box-shadow: none;
	border: 0 !important;
	background: #c7c7c7;
	background-image: none;
}

/* Remove IE arrow */
.eventsort select::-ms-expand {
	display: none;
}

/* Custom Select */
.eventsort > .select-eventsort {
	position: relative;
	display: flex;
	width: 100%;
	height: 3em;
	line-height: 3;
	background: #c7c7c7;
	overflow: hidden;
	border-radius: 0;
}
.eventsort select {
	flex: 1;
	padding: 0 .5em;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-family: var(--main-form-font);
	font-weight: var(--main-form-font-weight);
	font-style: var(--main-form-font-style);
	text-transform: uppercase;
}

.select-eventsort select > option {
	flex: 1;
	padding: 130px 5px 10px 5px;
	color: #fff;
	background: #c1c1c1;
	cursor: pointer;
	font-size: 16px;
	font-family: var(--main-form-font);
	font-weight: var(--main-form-font-weight);
	font-style: var(--main-form-font-style);
	text-transform: uppercase;
	border-radius: 0 !important;
}
/* Arrow */
.eventsort > .select-eventsort::after {
	content: '\25BC';
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 1em;
	background: #c7c7c7;
	color: #ffffff;
	cursor: pointer;
	pointer-events: none;
	-webkit-transition: .25s all ease;
	-o-transition: .25s all ease;
	transition: .25s all ease;
}

/* Transition */
.eventsort > .select-eventsort:hover::after {
	color: #ee1f9a;
}



/* MEDIA QUERIES ON LIST PAGE */

@media (max-width: 1200px) {

}

@media (max-width: 768px) {

	#eventpage-eventcol {
		width: 65%;
	}

	#eventpage-sortcol {
		width: 35%;
	}

}

@media (max-width: 650px) {

	#eventpage-eventcol {
		width: 100%;
	}

	#eventpage-sortcol {
		width: 100%;
	}

	.eventsort-filter {
		display: block;
	}
	#filter-block {
		display: none;
	}

	#eventpage > #eventpage-eventcol > .event {
		margin: 5% 0% 5% 0%;
		padding: 1% 5% 5% 5%;
	}

	#eventpage .event .eventname, #eventpage .event .eventdate, #eventpage .event .eventloc {
		text-align: center !important;
	}

	#eventpage .event .eventdate {
		width: 100%;
		padding: 10px 0% 0 15px;
		font-size: 24px;
	}

	#eventpage .event .eventloc {
		width: 100%;
		padding: 5px 0% 0 15px;
		font-size: 24px;
	}

	.eventsort .eventsort-heading {
		font-size: 16px;
	}

	#eventpage .event .eventbuttons {
		padding: 35px 0% 0 0%;
	}
}

@media (max-width: 480px) {

	.eventsort-viewing {
		padding: 0 0 25px 0;
		color: #1e589a;
		font-size: 18px;
	}
}

/* EVENT DETAILS */

#eventbox-wrapper { 
	width: 100%;
	position: relative; 
	background: transparent; 
}

#eventbox-topbox { 
	width: 100%;
	padding: 0% 0% 10px 0%;
	margin: 0 auto;
	margin-bottom: 35px;
	position: relative;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

#eventbox-topbox-wrapper {
	width: 100%;
	padding: 2%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	color: #fff;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(175,86,221,1) 49%, rgba(131,33,243,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(175,86,221,1) 49%,rgba(131,33,243,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(175,86,221,1) 49%,rgba(131,33,243,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#8321f3',GradientType=0 );
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

#eventbox-logocol {
	width: 25%;
	padding: 25px 1% 25px 1%;
	margin: 0;
	float: left;
	position: relative;
	text-align: center;
	background: #fff;
}

#eventbox-logocol  img {
	width: 100%;
	height: auto;
	display: block;
}

#eventbox-eventcol {
	width: 75%;
	padding: 0 0% 22% 1%;
	margin: 0;
	float: left;
	position: relative;
}

#eventbox-eventinfo {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 50;

}

#eventbox-eventname {
    width: 100%;
    padding: 25px 2% 0px 2%;
    position: relative;
    text-align: left;
    font-family: var(--main-heading-font);
    font-weight: var(--main-heading-font-weight);
    font-style: var(--main-heading-font-style);
    color: #f9e447;
    font-size: 52px;
    letter-spacing: 1.5px;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.9);
}

#eventbox-eventdate {
	width: 100%;
	padding: 0px 2% 0px 2%;
	position: relative;
	text-align: left;
	font-family: var(--main-heading2-font);
	font-weight: var(--main-heading2-font-weight);
	font-style: var(--main-heading2-font-style);
	color: #ffffff;
	font-size: 36px;
	text-shadow: 1px 1px 2px rgba(7, 0, 0, 0.9);
	text-transform: uppercase;
}

.eventbox-bar {
	width: 100%;
	padding: 7px 2% 0px 2%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 50;
}

.eventbox-bar-mobile {
	display: none;
}

.eventbox-bar-desktop {
	display: block;
}

.event-sharebox {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

.event-sharebox-addthis {
	width: 60%;
	position: relative;
	display: inline;
	float: left;
	position: relative;
	text-align: left;
}

.event-sharebox > .fb-like {
	width: 40%;
	padding: 0 0 0 1%;
	display: inline;
	float: left;
	position: relative;
	text-align: right;
}

.event-description {
    width: 100%;
    padding: 3% 2% 3% 2%;
    position: relative;
    color: #404040;
}

.event-description a{
	text-decoration: underline;
	color: #0080f3;
}

.event-description a:hover{
	text-decoration: overline;
	color: #0056a4;
}

.location-col1 {
	width: 45%;
	padding: 5px 1% 5px 1%;
	float: left;
	position: relative;
}

.location-col2 {
	width: 55%;
	padding: 5px 1% 5px 1%;
	float: left;
	position: relative;
}


#event-url {
	width: 100%;
	text-align: center;
	position: relative;
	font-size: 14px;
}

#event-url a{
	color: #b60000;
	text-decoration: underline;
}

#event-url a:hover{
	color: #ff0e0e;
	text-decoration: none;
}

.mapwrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.mapwrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.directions-btn {
    min-width: 280px;
    padding: 10px 20px 10px 20px;
    margin: 10px 0 10px 0!important;
    position: relative;
    display: inline-block;
    -webkit-appearance: none;
    border: 0px solid #000000 !important;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.6);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.6);
    background: #bf1111;
    font-family: var(--main-button-font);
    font-weight: var(--main-button-font-weight);
    font-style: var(--main-button-font-style);
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    color: #fff !important;
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none !important;
    -moz-transition: all 1.0s ease;
    -webkit-transition: all 1.0s ease;
    transition: all 1.0s ease;
}

.directions-btn:hover { 
	background: #ff0000;
	color: #fff000 !important; 
	cursor: pointer; 
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,1);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,1);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,1);
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#eventbox-info {
	width: 100%;
	padding: 2% 0% 2% 0%;
	position: relative; 
	overflow-x: hidden;
}

.eventbox-blockhead {
    width: 100%;
    padding: .5% 2% .5% 2%;
    margin: 10% 0 0 0;
    position: relative;
    text-align: left;
    font-family: var(--main-heading2-font);
    font-weight: var(--main-heading2-font-weight);
    font-style: var(--main-heading2-font-style);
    font-size: 32px;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0,0,0, 1);
    background: rgb(133 20 187);
    border-bottom: 3px solid #5c0487;
    border-radius: 5px 5px 0 0;
}

.eventbox-blockhead:first-child {
    margin: 5% 0 0 0 !important;
}

.eventbox-block h1, .eventbox-block h2, .eventbox-block h3, .eventbox-block h4 {
	font-size: 135%;
}


.hiddenblock {
	margin-bottom: 6px;
}

.hiddenblock:hover {
	cursor: zoom-in !important;
}

.eventbox-block {
	width: 100%;
	padding: 1% 2% 0px 2%;
	margin: 0 auto;
	margin-bottom: 35px;
	position: relative;
	overflow: auto;
	color: #000000;
}

.eventbox-block img {
	max-width:100%; 
	max-height:auto;
}

.eventbox-block-hidden {
    display: none;
    width: 100%;
    padding: 1% 2% 0px 2%;
    margin: 0 auto;
    margin-bottom: 35px;
    position: relative;
    overflow: auto;
    color: #000000;
}

.eventbox-block-hidden img {
	max-width:100%; 
	height:auto; 
	min-height:100%;
}

.eventbox-block-hidden ul li { 
	margin-left: 15px; 
	padding-left: 0px;
}

.eventbox-action-img {
	float: left; 
	margin-right: 10px; 
	cursor: pointer;
}

.eventbox-ridetitle {
	width: 100%;
	padding: 0 0 3px 0;
	position: relative;
}

.eventbox-ridecol1 {
	width:35%; float:left; display: inline-block;
	padding: 0 0.5% 0 0.5%;
}

.eventbox-ridecol1 .imgborder {
	border: 0px solid transparent !important;
}

.eventbox-ridecol2 {
	width:35%; float:left; display: inline-block;
	padding: 0 0.5% 0 0.5%;
}

.eventbox-ridecol3 {
	width:30%; float:left; display: inline-block;
	padding: 0 0.5% 0 0.5%;
}


/* MEDIA QUERIES FOR DETAIL PAGE */

@media (max-width: 1400px) {
	.eventlist-container { 
		width:45%; 
		margin: 10px 2.5% 10px 2.5%;
		padding: 0 0 50px 0;
	}
}

@media (max-width: 1050px) {

	#eventbox-eventcol {
		padding: 0 0% 25% 1%;
	}

	#eventbox-eventname {
		font-size: 4.5vw;
	}

	#eventbox-eventdate {
		font-size: 3.5vw;
	}

	.eventlist-container { 
		width:47%; 
		margin: 10px 1.5% 10px 1.5%;
	}

}

@media (max-width: 700px) {
	.eventlist-container { 
		width:95%; 
		margin: 10px 2.5% 10px 2.5%;
	}
}

@media (max-width: 650px) {

	#eventbox-eventcol {
		padding: 0 0% 0px 1%;
	}

	.eventbox-bar-desktop {
		display: none;
	}

	.eventbox-bar-mobile {
		display: block;
	}

	.eventbox-bar {
		padding: 7px 2% 0px 2%;
		position: relative;
	}

	.event-sharebox {
		overflow: auto;
	}

	.eventbox-ridecol1 {
		width:50%; float:left; display: inline-block;
	}

	.eventbox-ridecol2 {
		width:50%; float:left; display: inline-block;
	}

	.eventbox-ridecol3 {
		width:100%; float:left; display: inline-block;
	}

}

@media (max-width: 600px) {

	.eventbox-col50 {
		width: 100%;
		padding: 0 0% 15px 0%;
	}

	#eventbox-eventinfo {
		width: 100%;
		position: relative;
	}

	#eventbox-eventname {
		font-size: 5.5vw;
		line-height: 5.5vw;
		padding: 5px 2% 0px 2%;
	}

	#eventbox-eventdate {
		font-size: 4.5vw;
		line-height: 4.5vw;
		padding: 5px 2% 0px 2%;
	}

	.eventbox-blockhead {
		font-size: 5vw;
	}

	#eventbox-logocol {
		width: 35%;
		padding: 2%;
	}

	#eventbox-eventcol {
		width: 65%;
		padding: 0 3% 5% 3%;
		text-align: center;
		background-image: none;
	}

	#eventbox-eventname {
		font-size: 7.5vw;
		line-height: 1.2;
		padding: 20px 2% 0px 2%;
		text-align: center;
	}

	#eventbox-eventdate {
		font-size: 6.5vw;
		line-height: 6.5vw;
		padding: 5px 2% 0px 2%;
		text-align: center;
	}

	.eventbox-bar {
		padding: 25px 2% 0px 2%;
		position: relative;
		text-align: center;
	}

	#eventbox-topbox-wrapper {
	/*	background: transparent; */
	}


}

@media (max-width: 500px) {

	.event-sharebox {
		text-align: center !important;
	}

	.event-sharebox-addthis {
		width: 100%;
		max-width: 260px;
		margin: 0 auto;
		text-align: center;
	}

	.event-sharebox > .fb-like {
		display: none;
	}
	.location-col1 {
		width: 98%;
		padding: 5px 1% 0px 1%;
		text-align: center;
	}

	.location-col2 {
		width: 98%;
		padding: 0px 1% 5px 1%;
		text-align: center;
	}

	.mapwrapper {
		padding-top: 0px;
	}
}

@media (max-width: 400px) {
	.eventbox-ridecol1 {
		width:100%;
	}

	.eventbox-ridecol2 {
		width:100%; padding: 5px 0 5px 0;
	}

	.eventbox-ridecol3 {
		width:100%;
	}
}