.calendar{
	display: flex;
	flex-direction: column;
	padding: 10px;
	width:calc(100% - 20px);
	max-width: 700px;
	backgroun: #f00;
	margin: auto;
}
.month{
	width:auto;
	padding: 5px 20px;
	padding-top:0px;
	font-size: 1rem;
	display: flex;
	flex-direction: column;
	position: relative;
	color:#333;
	/*border: 5px dashed red;
	border-radius: 10px;*/
}
.month .day_container{
	width:auto;
	display: flex;
	padding-top: 5px;
	padding-bottom: 10px;
}
.month_name{
	display: block;
	position: relative;
	width: auto;
	padding: 5px 20px;
	margin-bottom: 0px;
	margin-top: 20px;
	font-size: 1.5rem;
	background: linear-gradient(#666, #000);
	border-radius: 5px;
	color: #fff;
	text-align: right;
}
.month_name i{
	color: transparent /*#1AA7EC*/;
	font-size: 2rem;
	margin-left: 5px;
	background: linear-gradient(#1aa7ec,#0c6793);
	background-clip: text;
}
.day{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	text-align: center;
	padding: 0px 6px 8px 6px;
	background: linear-gradient(#0c6793,#1aa7ec);
	color: white;
	line-height: 1rem;
	border-radius: 10px;
	text-shadow: 2px 2px 2px #000;
	box-shadow: inset -2px -2px 6px #333;
}
.day_name{
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 600;
	padding-bottom: 5px;
}

.day_num{
	text-transform: uppercase;
	font-size: 1.85rem;
	font-weight: 600;
	text-align: center;
}
.event_list{
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 0px;
	margin-left:10px;
	width: 100%;
}
.event{
	display: flex;
	position: relative;
	flex-direction: row;
	width: auto;
	padding: 10px;
	margin-bottom: 5px;
		background: linear-gradient(#fff, #ddd) border-box;
	/*background: linear-gradient(#fff, #ccc);
	background: rgba(200, 200, 200, 0.25);*/
	border-radius: 10px;
	border: 3px solid  transparent;;
	color: #000;
	box-shadow: 2px 2px 4px #666;
	transition: 0.25s;
	line-height: 1.2rem;
	transition: 0.5s;
	overflow: hidden;
}
.event .event_info{
	display: flex;
	flex-direction: column;
	width: 100%;
	/*border: 2px solid black;*/
}
.event .event_info span{
	/*border: 1px red solid;*/
}
/*.event:hover{
	background: linear-gradient( #fff, #ddd) padding-box, linear-gradient(45deg, #6ff5fe, #2bc1ca) border-box;
	cursor: pointer;
}*/
.event_date_time{
	font-size: 0.85rem;
	text-align: right;
}
.event_name{
	font-size: 1.1rem;
	font-weight: 400;
	margin-top: 5px;
	text-transform: capitalize;
	text-shadow: 1px 1px 2px #333;
}
.canceled{
	text-decoration: line-through;
	color: #ccc;
}
.canceled .event_name{
	text-shadow: 0px 0px 0px #333;
}
/*.canceled::after{
	content: "";
	display: block;
	position: absolute;
	height: 50px;
	width: 50px;
	right: 5px;
	bottom: 0px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('gfx/misc/cancel.png');
}*/
.event_location{
	font-size: 0.85rem;
	font-weight:normal;
	text-transform: capitalize;
}
.event_location::before{
	content:"Venue: ";
}
.event_details{
	font-size: 0.85rem;
	/*text-transform: capitalize;*/
	color: #999;
}


.cal_date{
	display: block;
	width: calc(100% - 20px);
	text-align: right;
	font-weight: bold;
	padding: 5px 10px;
}
.cal_spacer{
	display: block;
	width: 100%;
	height: 30px;
/*	border: 1px dashed red;*/
	padding: 0px;
	margin:0;
}
.cal_spacer:first-of-type{
	display:none;
}

/*====== Event Types ======*/
.flight{ /*#1 Sky*/
	background: linear-gradient(#00a8e8,#e0fbfc) border-box;
	color:#fff;
}

.flight::after{
	content: "";
	display: block;
	position: absolute;
	height: 20px;
	width: 60px;
	right: 5px;
	top: 60%;
	transform: translateY(-50%);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('gfx/misc/airplane.png');
}


.flight_away{ /*#1 Sky*/
	background: linear-gradient(#00a8e8,#e0fbfc) border-box;
	color:#fff;
}
.flight_away::after{
	content: "";
	display: block;
	position: absolute;
	height: 20px;
	width: 60px;
	right: 5px;
	top: 60%;
	transform: translateY(-50%);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('gfx/misc/airplaneaway.png');
}


.tasting { /*#2 Orange*/
/*	background: linear-gradient(#ff6600, #ff2e00) border-box;*/
	background: linear-gradient(#fff2cc, #f1c232) border-box;
}
.tasting::after{
	content: "";
	display: block;
	position: absolute;
	height: 50px;
	width: 60px;
	right: 5px;
	bottom: 0px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('gfx/misc/wineglass.png');
}
.birthday { /*#3 Blue*/
	background: linear-gradient(#999, #666/*#1aa7ec,#0c6793*/) border-box;
	color: #fff;
}
.birthday::after{
	content: "";
	display: block;
	position: absolute;
	height: 80px;
	width:60px;
	right: 5px;
	top:35%;
	transform: translateY(-50%);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('gfx/misc/birthday.png');
}
.roadtrip { /*#4 Blue_gray*/
	background: linear-gradient(#7f8e9e,#333333) border-box;
	color: #fff;
}
.roadtrip::after{
	content: "";
	display: block;
	position: absolute;
	height: 70px;
	width: 70px;
	right: -5px;
	bottom: -23px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('gfx/misc/road.png');
}
.meal { /*#5 Yellow*/
	background: linear-gradient(#fbdfbb, #e3cca4) border-box;
}
.meal::after{
	content: "";
	display: block;
	position: absolute;
	height: 50px;
	width: 50px;
	right: 0px;
	bottom: 0px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('gfx/misc/meal.png');
}
.beach { /*#6 Light Blue*/
	/*background: linear-gradient(#c30101,#560d0d) border-box;*/
	background: linear-gradient(#2a9df4,#e1bf92) border-box;
}
.beach::after{
	content: "";
	display: block;
	position: absolute;
	height: 50px;
	width: 100px;
	right: -5px;
	bottom: -5px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('gfx/misc/wave.png');
}
.famvisit { /*#7 Green*/
	background: linear-gradient(#abc32f,#607c3c) border-box;
}
.famvisit::after{
	content: "";
	display: block;
	position: absolute;
	height: 50px;
	width: 80px;
	right: 0px;
	bottom: 0px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('gfx/misc/family.png');
}

/*====== ====== ====== ======*/


@media only screen and (max-width:678px){
	.event{
		flex-direction: column;
	}
}