.calendar-image {
	padding:5px;
}
.event-title {
	margin-top:20px;
	background-color:#dd821d;
	padding:5px 0px 5px 10px;
	margin-bottom:10px;
	border-radius:5px;
	font-size:26px;
	width:1140px;
	word-wrap:break-word;
}
.event-title a {
	color: #FFFFFF;
	font-weight:bold;
}
.event-photo {
	float:left;
	padding-right:15px;
	padding-bottom:5px;
	margin-left:130px;
	border-radius:5px;
}
.event-photo img {
	border-radius:5px;
	border:3px #dd821d solid;
}
.event-photo div {
	display:inline-block;
}
.event-photo-link {
	float:left;
	border-radius:5px;
	margin-left:-145px;
	margin-right:15px;
	width:200px;
	height:200px;
	object-fit:none;
}
.event-photo-link img {
	border-radius:5px;
	border:3px #dd821d solid;
}
.event-photo-link div {
	display:inline-block;
}
.event-date {
	position:absolute;
	width:120px;
	background-color:#dd821d;
	height:200px;
	padding-left:20px;
	border-radius:5px;
}
.event-date-month {
	color:#FFFFFF;
	font-size:26px;
	text-transform:uppercase;
	line-height:1;
}
.event-date-day {
	color:#FFFFFF;
	font-size:40px;
	font-weight:bold;
	line-height:1.2;
	padding-top:10px;
}
.event-date-year {
	color:#FFFFFF;
	font-size:30px;
	font-weight:bold;
}
.event-date-time {
	color:#dd821d;
	font-size:18px;
	font-weight:bold;
	margin-top:15px;
	padding-top:2px;
	padding-left:20px;
	height:35px;
	background-color:#ffffff;
	border-radius: 5px 0px 0px 5px;
}
.event-date-month div, .event-date-day div, .event-date-year div {
}
.event-date-month-repeat ul, .event-date-day-repeat ul, .event-date-year-repeat ul, .event-date-time-repeat ul {
	all:unset;
}
.event-date-month-repeat {
	color:#FFFFFF;
	font-size:26px;
	text-transform:uppercase;
	line-height:1;
}
.event-date-day-repeat {
	color:#FFFFFF;
	font-size:40px;
	font-weight:bold;
	line-height:1.2;
	padding-top:10px;
}
.event-date-year-repeat {
	color:#FFFFFF;
	font-size:30px;
	font-weight:bold;
}
.event-date-time-repeat {
	color:#dd821d;
	font-size:18px;
	font-weight:bold;
	margin-top:-39px;
	padding-top:6px;
	padding-left:20px;
	height:35px;
	background-color:#ffffff;
	border-radius: 5px 0px 0px 5px;
}
.event-date-month-repeat div, .event-date-day-repeat div, .event-date-year-repeat div {
}
.event-date-month-repeat ul, .event-date-day-repeat ul, .event-date-year-repeat ul, .event-date-time-repeat ul {
	list-style-type: none;
}
.event-body {
	border-bottom:solid #dd821d 2px;
	min-height:220px;
}
.main-calendar-photo {
	float:left;
}
.main-calendar-photo img {
	border:2px solid #dd821d;
	border-radius:4px;
	margin-right:5px;
}
.main-calendar-photo div{
	float:left
}
.main-calendar-photo-week img {
	border:2px solid #dd821d;
	border-radius:4px;
	margin-left:auto;
	margin-right:auto;
}
.main-calendar-photo-week div{
}
.main-calendar-photo-link {
	margin-right:10px;
	float:left;
	width:35px;
	height:35px;
	object-fit:none;
}
.main-calendar-photo-link img {
	border:solid #ffffcc 5px;
	width:35px;
	height:35px;
	object-fit:none;
}
.main-calendar-title a, .main-calendar-title-week a {
	font-size:1em;
}
.views-field-title div {
	width:100%;
}