div#calendar {
	text-align: center !important;
	clear: both;
	position: relative;
	width: 95%;
}
#calendar:after {
width: 2px;
height: 50px;
display: block;
background-color: #7A6E4D;
margin: auto;
}
#calendar:before {
width: 100px;
height: 2px;
position: absolute;
bottom: 50px;
display: block;
background-color: #7A6E4D;
margin: auto;
left: 0;
right: 0;
}
.bottomtext {
	color: #486793;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 10px 0;
	float: left;
	font-size: 9px;
	font-weight: 600;
}
.bottomtext > span {
	display: block;
}
.calendar {
	max-width: 90% !important;
	margin: auto;
	font-size: 450% !important;
	color: #EE9A31 !important;
	text-transform: uppercase;
	letter-spacing: 4px;
}
.calendarMonth {
	width: 100%;
	position: relative;
	height: auto;
	font-size: 150% !important;
	border-bottom: none;
	text-align: center;
}
.calendarWeek {
	width: 100%;
	position: relative;
	height: auto;
	font-size: 12px !important;
}
.calendarMonth .month, .calendarWeek .weeks {
	opacity: 0;
	transition: all .2s;
	position: absolute;
	top: 0;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	color: #EE9A31;
	font-size: 130% !important;
}
.calendarMonth .active-month + .month, .calendarWeek .weeksActive + .weeks {
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
}
.calendarWeek, .calendarMonth {
	overflow: hidden;
	position: relative;
}
.calendarMonth .month {
	padding: 20px 0 0;
}
.active-month, .weeksActive {
	display: block !important;
	width: 100% !important;
	opacity: 1 !important;
	height: auto !important;
	position: relative !important;
	transform: none !important;
}
.monthnav, .weeknav {
	position: absolute;
	top: 15px;
	margin: 0;
	height: auto;
	font-size: 300%;
	cursor: pointer;
	transform: translateX(-50%);
	transform: translateY(-25%);
}
.prevweek-nav {
	position: absolute;
	top: 150px;
	left: -35px;
	cursor: pointer;
	font-weight: bold;
	color: #EE9A31;
	font-size: 150%;
}
.prevweek-nav:hover {
	color: #E8DDC5;
	font-size: 160%;
}
.nextweek-nav{
	position: absolute;
	top: 150px;
	right: -35px;
	cursor: pointer;
	color: #EE9A31;
	font-size: 150%;
}
.nextweek-nav:hover {
	color: #E8DDC5;
	font-size: 160%;
}
.prevmonth-nav, .prev.week-nav {
	left: -60px;
	position: absolute;
	top: 15px;
	left: 0px;
	cursor: pointer;
	color: #EE9A31;
	font-size: 200%;
	margin-top: 25px;
}
.prevmonth-nav:hover, .prev.week-nav {
	color: #E8DDC5;
	font-size: 240%;
}

.calendarMonthWrap, .weekWrap {
	position: relative;
}
.weekWrap {
	border-top: 2px solid #E8DDC5;
}
.nextmonth-nav, .next.week-nav {
	position: absolute;
	top: 15px;
	right: 0px;
	cursor: pointer;
	color: #EE9A31;
	font-size: 200%;
	margin-top: 25px;
}
.nextmonth-nav:hover, .next-week-nav {
	color: #E8DDC5;
	font-size: 240%;
}
.calendar table {
	width: 100%;
	table-layout: fixed;
}
.weeks td {
	border-bottom: 2px solid;
	height: 70px;
}
.day td{
	cursor: pointer;
	font-size: 40px !important;
}
.day td.current {
	font-weight: 800;
	color: #E8DDC5;
	border-bottom-color: #EE9A31;
}
.week-nav {
	margin: initial;
	top: 40px;
}
h3 {
	text-align: center;
	color: #EE9A31;
	font-size: 60px;
	padding-bottom: 30px;
}
table td, table th, .wp-block-table td, .wp-block-table th {
			border: none;
		}
table.database {
	color: white;
	display: none;
	font-size: 15px;
	text-align: center;
	border: 1px solid orange;
}

.row {
	color: white;
	font-size: 15px;
}
.column-left {
	color: white; 
	font-size: 15px;
	float: left;
  width: 100%;
  padding: 5px;
}
div.side {
	float: left;
	color: white;
	font-size: 150%;
	left: 0;
	top: -55px;
	margin-left: -50px;
	margin-top: -150px;
}
.availability {
    font-weight: bold;
    text-align: center;
    padding: 4px 6px;
    border-radius: 6px;
    margin: 3px auto;
    width: 90%;
    font-size: 14px;
}

.availability.available {
    background-color: #d7f9d7;
    color: #2b7a2b;
    border: 1px solid #9fd39f;
}

.availability.low-availability {
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
}

.availability.full {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}
@media only screen and (max-width: 525px){
  .calendar{
    position:relative;
    width:90%;
	height: 100%;
	font-size: 15px;
  }
}
@media only screen and (max-width: 525px){
  .calendarMonth{
	 width: 100%;
	position: relative;
	height: auto;
	font-size: 150% !important;
	border-bottom: none;
	text-align: center;
	}
}
@media only screen and (max-width: 525px){
  .prevmonth-nav, .prev.week-nav{
	position: absolute;
	top: 25px;
	margin: 0;
	font-size: 150%;
	cursor: pointer;
	}
}
@media only screen and (max-width: 525px){
.nextmonth-nav, .next.week-nav {
	position: absolute;
	top: 25px;
	right: 0px;
	margin: 0;
	cursor: pointer;
	color: #EE9A31;
	font-size: 150%;
}
}
@media only screen and (max-width: 525px) {
	.day td {
		font-size: 90% !important;
	}
}
@media only screen and (max-width: 525px){
  .column-left{
    font-size: 85% !important;
  }
}
@media only screen and (max-width: 525px){
.nextweek-nav{
	position: absolute;
	top: 130px;
	right: -25px;
	font-size: 100%;
}
}
@media only screen and (max-width: 525px){
.prevweek-nav {
	position: absolute;
	top: 130px;
	left: -20px;
	font-size: 100%;
}
}
@media only screen and (max-width: 525px) {
	.nextmonth-nav:hover, .next-week-nav {
	color: #E8DDC5;
	font-size: 150%;
}
}
@media only screen and (max-width: 525px) {
	.prevweek-nav:hover {
	color: #E8DDC5;
	font-size: 150%;
}
}
@media only screen and (max-width: 525px) {
	.nextweek-nav:hover  {
	color: #E8DDC5;
	font-size: 150%;
}
}
@media only screen and (max-width: 525px) {
	.prevmonth-nav:hover, .prev.week-nav  {
	color: #E8DDC5;
	font-size: 150%;
}
}