.bold{
	font-weight: 700;
}

.black{
	font-weight: 900;
}

.fs-10{
	font-size: 10px;
}
.fs-12{
	font-size: 12px;
}
.fs-14{
	font-size: 14px;
}
.fs-16{
	font-size: 16px;
}
.fs-18{
	font-size: 18px;
}
.fs-20{
	font-size: 20px;
}
.fs-24{
	font-size: 24px;
}
.fs-28{
	font-size: 28px;
}
.fs-32{
	font-size: 32px;
}
.fs-36{
	font-size: 36px;
}
.fs-40{
	font-size: 40px;
}
.fs-48{
	font-size: 48px;
}
.fs-60{
	font-size: 60px;
}
.fs-70{
	font-size: 70px;
}

.event-details{
	background-color: #eff8f3;
	border-radius: 20px;
}

.rosati-event-tickets{
	background-color: #efefef;
	border-radius: 20px;
}

.event_icon{
	background-color: #ed1b24;
	font-size: 25px;
	width:70px;
	height:70px;
	border-radius: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
}

.tribe-link-view-attendee{
	display: none;
}

h2.tribe-tickets__tickets-title{
	font-weight: 700 !important;
	color: #ed1b24 !important;
}

.white{
	color: white;
}

.event-nutrition{
	padding:20px;
	border-radius: 20px;
}

.event_nutrition_icon{
	background-color: white;
	font-size: 50px;
	width:100px;
	height:100px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #00a652;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	position: relative;
}

.event_nutrition_icon>div.slash{
	position: absolute;
	left:0;
	top:47px;
	height:6px;
	width:100px;
	background-color: #00a652;
	z-index: 100;
	transform: rotate(45deg);
}

.nut-fact{
	border-radius: 10px;
	background-color: rgba(252,255,255,0.2);
}

.planner-cols{
	width:1400px;
	margin:0 auto;
	display: flex;
	flex-direction: row;
}
.planner-col-main{
	width:70%;
}
.planner-col-receipt{
	width:30%;
	padding-left:20px;
}

@media (max-width: 1399.98px) {
	.planner-cols{
		width:100%;
	}
}

@media (max-width: 1099.98px) {
	.planner-cols{
		width:100%;
		flex-direction: column;
	}
	.planner-col-main{
		width:100%;
	}
	.planner-col-receipt{
		width:100%;
		padding-left:0px;
	}
	
	.planner-faq{
		display: none;
	}
}

.zabuto-calendar__day{
	height:100px;
}

.event-text{
	font-size: 12px;
	font-weight: bold;
}

.event-red{
	color: red;
}
.event-orange{
	color: #da6300;
}
.event-brown{
	color: brown;
}
.event-green{
	color: green;
}
.event-purple{
	color: purple;
}
.event-blue{
	color: #0700a1;
}
.event-black{
	color: black;
}
.event-pink{
	color: #ff00b1;
}
.event-yellow{
	color: #b8b300;
}

.individual-row{
	padding-top:8px;
	padding-bottom:8px;
	align-items: center;
}

.individual-row:nth-child(even){
	background-color: #efefef;
}