/*----------Calendar Feed-------*/

.hosted_CalendarInsert {
	/* background: #dedede; */
	margin: -1px;
	padding: 1px;
	max-height: 450px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	margin-bottom: 2rem;
}
.hosted_CalendarInsert .cal_event {
	list-style: none;
	background: #fff;
	padding: 0px;
	margin: 0 0 0.5rem 0 !important;
	display: block;
	border: solid 1px #ddd;
	box-shadow: 0px 3px 3px -3px #000;
}
.hosted_CalendarInsert .cal_event:hover {
	background: rgb(255, 251, 220);
}
.hosted_CalendarInsert .cal_event a {
    display: block;
    padding: 1rem;
}
.hosted_CalendarInsert .date_cal,.hosted_CalendarInsert .date_until {
	display: inline-block;
	list-style: none;
	font-size: 1.3rem;
	line-height: 1.3rem;
}
.hosted_CalendarInsert .event_title {
	font-size: 1.5rem;
	margin: 0.5rem 0 0;
	line-height: 2rem;
	color: #000;
	letter-spacing: -0.03ex;
}
.hosted_CalendarInsert ul {
	list-style: none !important;
	padding: 0px;
	margin: 0px;
}
.hosted_CalendarInsert div.event_date {
	text-align: left;
	line-height: 100%;
}
.hosted_CalendarInsert div.event_date div{
	/* display:inline-block; */
}
.hosted_CalendarInsert .event_copy {
	margin: 5px 0px;
	line-height: 120%;
	font-size: 1.4rem;
}
.hosted_CalendarInsert .event_description {
	padding-top: 0.5rem;
}
.hosted_CalendarInsert .event_description p {
    font-size: 1.3rem;
    margin: 0px;
    color: #777;
    line-height: 2rem;
}

.hosted_CalendarInsert .cal_event:last-child {
    /* border-bottom: solid 1px #ccc; */
}
.hosted_CalendarInsert .event_image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}
/*---------MAIN CONTENT CALENDAR INSERT----------*/
/*--------ADD 'main' CLASS TO INSERT DIV---------*/
.hosted_CalendarInsert.main {
	background: none;
	border-bottom: solid 2px #ccc;
	border-top: solid 2px #CCC;
}
.hosted_CalendarInsert.main .event_description {
	border-top: none;
	padding: 0px;
}
.hosted_CalendarInsert.main div.event_date {
	display: inline-block;
}
.hosted_CalendarInsert.main .event_title {
	display: inline-block;
}
.hosted_CalendarInsert.main .event_title:before {
	content: ": ";
}
.hosted_CalendarInsert.main .date_cal {
	font-size: 16px !important;
}
.hosted_CalendarInsert.main .cal_event {
	border-top: solid 1px #ccc;
	box-shadow: none!important;
}
.hosted_CalendarInsert.main .cal_event:first-child {
	border: none;
}
