body.calendar {
    
}

body.calendar #pageMenu,
body.calendar #pageMenuShow {
    /*position: relative;
    margin-bottom: 10vw;
    top: 5vw;*/
}

body.calendar #agenda h1 {
    font-size: 5em;
    line-height: 1;
	font-weight: 100;
	/*font-family: "Caprasimo", sans-serif;*/
	font-family: var(--header-font);
	margin: 0;
	padding-bottom: 0;
    color: #000000;
}

	@media (orientation: landscape) {
		body.calendar #agenda h1 {
			font-size: 3em;
		}
	}

body.calendar #agenda h2,
body.calendar #agenda h3,
#eventModal.details h2,
#calendar-wrapper h2 {
    font-size: 3em;
    line-height: 1;
	font-weight: 100;
	/*font-family: "Caprasimo", sans-serif;*/
	font-family: var(--header-font);
	margin: 0;
	padding-bottom: 0;
    color: #000000;
}

.tap-lock a,
.tap-lock button {
    pointer-events: none;
}

/*.vertical-align#agenda {
    margin-top: -16vw;
}*/

body.calendar #agenda {
    padding-left: 2.5vw;
}

body.calendar #agenda .event {
	width: 100%;
	display: block;
	clear: both;
}

body.calendar #agenda .day-header {
    line-height: 1;
	font-weight: 100;
	/*font-family: "Caprasimo", sans-serif;*/
	font-family: var(--header-font);
	margin: 0;
	padding-bottom: 0;
}

body.calendar #agenda .eventTime {
	float: left;
  	text-transform: lowercase;
	width: 20vw;
}

    body.calendar #agenda .eventTime .ampm {
        font-size: 0.75em;
        padding-left: 5px;
    }

body.calendar #agenda.today .eventTime,
body.calendar #agenda.tomorrow .eventTime {
    font-weight: 900;
	float: left;
  	text-transform: lowercase;
	width: 20vw;
    font-size: 1.25em;
    color: #000000;
}

body.calendar #agenda.today .eventTitle,
body.calendar #agenda.tomorrow .eventTitle {
  white-space: nowrap;
  display: block;
  font-weight: 700;
  margin: 0 0 0 25vw;
  padding-top: 0.5vw;
    color: #000000;
}

body.calendar #agenda.today  .eventLocation,
body.calendar #agenda.tomorrow  .eventLocation {
	font-size: 0.75em;
	font-weight: 200;
    margin: 0 0 3vw 25vw;
	display: block;
	overflow: hidden;
    white-space: nowrap;
} 

body.calendar.agenda #agenda  .eventLocation {
	font-size: 0.75em;
	font-weight: 200;
    margin: 0 0 3vw 0;
	display: block;
	overflow: hidden;
    white-space: nowrap;
	width: 98%;
} 

body.calendar.agenda #agenda #hasEvents {
	width: 97%;
}

body.calendar.agenda #agenda .eventTime {
  width: 100%;
  display: block;
  font-weight: bold;
}

body.calendar.agenda #agenda .event {
  border-left: 5px solid #252F57;
  padding-left: 15px;
}

body.calendar #agenda.today .date,
body.calendar #agenda.tomorrow .date {
    font-weight: 400;
}

#agenda.week .eventLocation {
	
}

/*body.calendar #agenda .event > span:first-child {
	font-size: 24pt;
	font-weight: 900;
	font-family: "Nunito", Arial, sans-serif; 
}

body.calendar #agenda .eventTime {
	font-family: "Limelight", Arial, sans-serif !important; 
	font-size: 30pt !important;
	font-weight: 900;
	float: left;
  	margin-bottom: 20px;
  	text-transform: lowercase;
	width: 180px;
	height: 100%;
}




body.calendar #agenda  .eventTitle {
  font-size: 14pt;
  white-space: nowrap;
  padding: 18px 0px 5px 0px;
  display: block;
  font-weight: 700;
}

body.calendar #agenda  .eventLocation {
	font-family: "Nunito", Arial, sans-serif !important; 
	font-size: 10pt !important;
	font-weight: 400 !important;
	display: block;
	 overflow: hidden;
} 

body.calendar #agenda  .eventPeriod {
	margin-left: -10px;
}*/




#calendar-wrapper {
    position: fixed;
    top: 0;
    left: 5vw;
    width: 90vw;
    height: 100%;
    z-index: 1;
}

#calendar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0px;
}

#calendar .day {
    border: 1px solid #EBDBC2;
    height: 12vh;
    overflow: hidden;
    position: relative;
    margin-right: -1px;
    margin-bottom: -1px;
    background-color: #FFF9ED;
}

	#calendar .day.today {
		background-color: #EBDBC2;
	}

#calendar .day-number {
    position: relative;
    top: 0.5vw;
    left: 1vw;
    font-size: 1.25em;
    font-weight: bold;
}

#calendar .event {
    display: block;
    /*background: #000;
    color: #fff;
    padding: 4px 6px;
    margin-top: 28px;
    border-radius: 12px;
    font-size: 12px;
    cursor: pointer;*/
    width: 85%;
    margin: 0.75vw 0 0 1vw;
    font-size: 0.35em;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
}

/* Modal 

#eventModal.details {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 5vw;
    top: 5vw;
    right: 5vw;
    bottom: 5vw;
    width: 90%;
    background-color: #EBDBC2;
    box-shadow: 6px 6px 3px #828E82;
    overflow: hidden;
	line-height: 1.5
	transition: all 2s ease-in;
}

#eventModal.details .details-content {
    padding: 5vw;
    background-color: #EBDBC2;
}

#eventModal.details .close {
    cursor: pointer;
    position: absolute;
    top: 5vw;
    right: 5vw;
}

#eventModal.details .close img {
    width: 5vw;
    height: 5vw;
}

#eventModal.details p {
    width: 80vw;
}*/





/*

body.calendar #agenda ul {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	min-height: 50vh;
	width: 99%;
}

body.calendar #agenda li {
	padding: 5vw 5vw 5vw 11vw;
	margin: 0 0 50px 0;
	list-style-type: none;
	position: relative;
	background-color: rgba(0,0,0,0.4);
	border-radius: 50px;
}

body.calendar #agenda li:before {
    content: "• ";
	font-size: 10vh;
    opacity: 25%;
    position: absolute;
    left: 4vw;
	top: 2vh;
}

body.calendar #agenda .small {
	font-size: 2vh;
	opacity: 0.75;
}

body.calendar #agenda p.small {
	margin-top: -25px;
}

body.calendar #agenda.tomorrow h2 {
	padding-bottom: 10px;
}

body.guest .joke {
	font-weight: 900;
}

body.calendar #agenda .joke {
	text-transform: lowercase;
	font-size: 5vh;
	line-height: 6vh;
	font-family: "Caprasimo", Arial, Helvetica, sans-serif;
	padding: 50px 0 50px 0;
	width: 80%;
}

body.calendar #agenda .history-fact {
	font-size: 3vh;
	line-height: 4vh;
	font-family: "Nunito", Arial, Helvetica, sans-serif;
	padding: 50px 0 50px 0;
}

body.calendar #agenda.guestMode .history-fact  {
	padding-top: 0;
	margin-top: -50p
}

body.calendar #agenda.tomorrow a {
	color: #000000;
	text-decoration: none;
}

body.calendar #agenda .title {
	font-size: 3vh;
	font-weight: 700;
	padding-left: 5px;
	opacity: 50%;
	white-space: nowrap;
	color: #ffffff;
}

body.calendar #agenda .address {
	color: #ffffff;
	font-size: 1.5vh;
	font-weight: 100;
	opacity: 50%;
	display: inline;
	float: right;
	margin: 30px 0;
	white-space: nowrap;
	overflow: hidden;
}

body.calendar #agenda .link,
body.calendar #agenda .link a {
	color: rgba(255,255,255,0.5);
}

body.calendar #agenda .link.small {
	font-size: 0.7em;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.look {
	font-size: 16pt;
	font-family: "Caprasimo", sans-serif;
}

body.calendar #agenda  {
	margin-bottom: 30px;
}

*/