/* Upcoming Events */
.rhc-upcoming-events6 {
    width: 100%;
    font-family: 'Lato', sans-serif;
	box-sizing: border-box;
	position:relative;
}

.rhc-upcoming-events6 * {
	box-sizing: border-box
}

.rhc-upcoming-events6 .rhc-event-list {
    display: block;
}

.rhc-upcoming-events6 .rhc-event-item {
   	width: 99%;
	display: block;
	background-color: #FBFBFB;
	border: 1px solid #ecf0f1;
	border-radius: 2px;
	min-height: 0;
	padding: 0;
	margin: 0 0 -1px;
	opacity: 1;
}

.rhc-upcoming-events6.rhc-side-0 .rhc-event-item {
	width:100%;
}

.rhc-upcoming-events6 .rhc-event-item.supe-animate.supe-shown {
	margin: 0 0 -1px;
	opacity: 1;
	max-width: 100%;
}

.rhc-upcoming-events6 .rhc-event-item.supe-animate {
	margin: 20px;
	opacity:0;
	max-width: 90%;
	
	-webkit-transition: all 0.4s ease-out;
	   -moz-transition: all 0.4s ease-out;
		-ms-transition: all 0.4s ease-out;
		 -o-transition: all 0.4s ease-out;
			transition: all 0.4s ease-out; 	
}

.rhc-upcoming-events6 .rhc-event-item .rhc-widget-body {
	opacity:0;
	max-height:0;
	overflow:hidden;

	-webkit-transition: max-height 0.7s ease-out, opacity 0.4s ease-in 0.3s;
	   -moz-transition: max-height 0.7s ease-out, opacity 0.4s ease-in 0.3s;
		-ms-transition: max-height 0.7s ease-out, opacity 0.4s ease-in 0.3s;
		 -o-transition: max-height 0.7s ease-out, opacity 0.4s ease-in 0.3s;
			transition: max-height 0.7s ease-out, opacity 0.4s ease-in 0.3s; 	
		
}

.rhc-upcoming-events6 .rhc-event-item.open .rhc-widget-body {
	opacity:1;
	max-height:2048px;
	
	-webkit-transition: max-height 0.7s ease-out 0.2s, opacity 0.4s ease-in;
	   -moz-transition: max-height 0.7s ease-out 0.2s, opacity 0.4s ease-in;
		-ms-transition: max-height 0.7s ease-out 0.2s, opacity 0.4s ease-in;
		 -o-transition: max-height 0.7s ease-out 0.2s, opacity 0.4s ease-in;
			transition: max-height 0.7s ease-out 0.2s, opacity 0.4s ease-in; 
	
}

.rhc-upcoming-events6 .rhc-event-item a,
.rhc-upcoming-events6 .rhc-event-item a:hover {
	box-shadow:none;
}
/* 
 * Upcoming Header 
 */
.rhc-upcoming-events6 .rhc-widget-header { /* Left Border with Event Color */
    border-left: 5px solid #3498db;
    padding: 10px;
    color:#505050;
 	-webkit-transition: all ease 0.9s;
	-moz-transition: all ease 0.9s;
	transition: all ease 0.9s;
}

.rhc-upcoming-events6 .rhc-event-item .rhc-widget-header:hover {
	color:#fff;
}

.rhc-upcoming-events6 .rhc-date {
    width: 23%;
    /* display: inline-block; */
    /* vertical-align: top; */
}

.rhc-upcoming-events6 .rhc-title-info {
    width: 75%;
    /* display: inline-block; */
    /* vertical-align: top; */
    line-height: 14px;
}

.rhc-upcoming-events6 .rhc-widget-header a {
    text-decoration: none;
	-webkit-transition: all ease 0.9s;
	-moz-transition: all ease 0.9s;
	transition: all ease 0.9s;
	color:#505050;
}

.rhc-upcoming-events6 .rhc-widget-header:hover a,
.rhc-upcoming-events6 .rhc-widget-header:hover a:hover,
.rhc-upcoming-events6 .rhc-widget-header:hover a:visited,
.rhc-upcoming-events6 .rhc-widget-header:hover a:focus {
	color:#fff;
}

/* header-date */
.rhc-upcoming-events6 .rhc-start-time {
    width: auto;
    display: inline-block;
    line-height: 1.7;
}

.rhc-upcoming-events6 .rhc-icon-dash {
    display: none;
}

.rhc-upcoming-events6 .rhc-end-time {
    display: none;
}

.rhc-upcoming-events6 .with-end-date .rhc-icon-dash {
    display: inline-block;
    width: auto;
    font-size: 12px;
}

.rhc-upcoming-events6 .with-end-date .rhc-end-time {
    width: auto;
    display: inline-block;
    font-size: 12px;
}

.rhc-upcoming-events6 .with-same-end-month-date .rhc-icon-dash {
    display: inline-block;
}

.rhc-upcoming-events6 .with-same-end-month-date .rhc-end-time {
    display: inline-block;
}

.rhc-upcoming-events6 .with-same-end-month-date .rhc-end-month {
    display:none;
}

.rhc-upcoming-events6 .rhc-start-month {
    font-size: 88%;
    text-transform: uppercase;
    text-align: center;
}

.rhc-upcoming-events6 .rhc-start-daynumber {
    font-size: 135%;
    font-weight: 600;
    text-align: center;
}

.rhc-upcoming-events6 .rhc-end-month {
    text-transform: uppercase;
    font-size: 70%;
    text-align: center;
}

.rhc-upcoming-events6 .rhc-end-daynumber {
    font-size: 100%;
    text-align: center;
}
/* end header-date */

/* header title */
.rhc-upcoming-events6 .rhc-widget-header .rhc-event-title {
    font-size: 14px;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
	text-decoration: none;
	-moz-transition: all ease 0.9s;
	-webkit-transition: all ease 0.9s;
    transition: all ease 0.9s;
}
.rhc-upcoming-events6 .rhc-widget-header:hover .rhc-event-title {
	color:#fff;
	text-decoration: none;
}

.rhc-upcoming-events6 .rhc-widget-header:hover .rhc-event-title:hover {
	color:rgba(255,255,255,0.5);
}
/* end header title */

/* header time-location */
.rhc-upcoming-events6 .rhc-widget-header .rhc-time-location {
    display: block;
    font-size: 12px;
    margin: 4px 0 0;
}

.rhc-upcoming-events6 .rhc-time-location [class*="rhc-icon-"] {
    margin-right: 4px;
}

.rhc-upcoming-events6 [class*="rhc-icon-"]:before {
    font-family: 'Calendarize-it';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.rhc-upcoming-events6 .rhc-icon-time:before {
    content: "\e322";
}

.rhc-upcoming-events6 .rhc-icon-location:before {
    content: "\e39f";
}

.rhc-upcoming-events6 .rhc-widget-header .rhc-time-location > div {
    margin: 0 0 4px;
}

/* end header time-location */


/* 
 * end Upcoming Header
 */
 
/*
 * Upcoming Body
 */
 
.rhc-upcoming-events6 .rhc-widget-body > div {
	border-top:1px solid #ecf0f1;
	font-size: 12px;
}

.rhc-upcoming-events6 .rhc-widget-body div > h3 {
	font-size: 17px;
	font-weight: bold;
	margin: 0 0 5px;
}

.rhc-upcoming-events6 .rhc-widget-body h4 {
    font-size: 15px;
	font-weight: bold;
    margin: 0;
}


.rhc-upcoming-events6 .rhc-widget-body div {
	line-height:13px;
}

.rhc-upcoming-events6 .rhc-widget-body div p {
    margin: 0 0 5px;
    font-size:12px;
	line-height: 13px;
}

.rhc-upcoming-events6 .rhc-widget-body div span {
	line-height: 13px;
}

.rhc-upcoming-events6 .rhc-widget-body div strong {
    font-size: 12px;
}

.rhc-upcoming-events6 .rhc-widget-body .rhc-event-date-time .rhc-icon-time {
	margin-right: 4px;
}

.rhc-upcoming-events6 .rhc-widget-body div.rhc-organizer-body strong {
	font-weight: normal;
}

.rhc-upcoming-events6 .rhc-widget-body a {
    text-decoration: none;
}

.rhc-upcoming-events6 a,
.rhc-upcoming-events6 a:hover,
.rhc-upcoming-events6 a:focus,
.rhc-upcoming-events6 a:visited {
	outline: 0;
}
/* event image */
.rhc-upcoming-events6 .rhc-widget-body .rhc-event-image {
    width: 100%;
    overflow: hidden;
	margin-bottom: 0px;
}

.rhc-upcoming-events6 .rhc-widget-body .rhc-event-image img {
    width: 100%;
    height: auto;
	padding:0;
    border:none;
    border-radius:0;
	margin-bottom: -1px;
	transition:.4s ease;
	-webkit-transition:.4s ease;
	-moz-transition:.4s ease;
	transform:scale(1.5,1.5);
}

.rhc-upcoming-events6 .rhc-widget-body .rhc-event-image:hover img {
	transform:scale(1,1)
}
/* end event image */

/* event details */

.rhc-upcoming-events6 .rhc-widget-body .rhc-event-details {
    padding: 10px;
}

.rhc-upcoming-events6 .rhc-widget-body .btn-cta .btn-cta-hold {
    background-color: #3498db;
    color: #fff;
    text-align: center;
    font-size: 20px;
    position:relative;
       
}

.rhc-upcoming-events6 .rhc-widget-body .btn-cta .btn-cta-hold a {
	text-decoration:none;
	color:inherit;
	border:none;
	display: block;
	padding: 20px;
	width:100%;
	height:100%;
	outline:none;
	transition:.25s linear;
	-moz-transition:.25s linear;
	-webkit-transition:.25s linear;
	z-index: 2;
}

.rhc-upcoming-events6 .rhc-widget-body .btn-cta .btn-cta-hold a:hover,
.rhc-upcoming-events6 .rhc-widget-body .btn-cta .btn-cta-hold a:visited,
.rhc-upcoming-events6 .rhc-widget-body .btn-cta .btn-cta-hold a:focus {
	color:inherit;
}

.rhc-upcoming-events6 .rhc-widget-body .btn-cta .btn-cta-hold a:before {
    content:" ";
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    box-shadow:inset 0px 0 0 rgba(255,255,255,.15);
    transition:.9s linear;
    -moz-transition:.9s linear;
    -webkit-transition:.9s linear;
    z-index: 0;
}

.rhc-upcoming-events6 .rhc-widget-body .btn-cta .btn-cta-hold a:hover::before {
    box-shadow:inset -1200px 0 0 rgba(255,255,255,.25);
}

.rhc-upcoming-events6 .rhc-widget-body .rhc-event-date-time {
	padding: 10px;
}

.rhc-upcoming-events6 .rhc-widget-body .rhc-event-date-time .rhc-start-event,
.rhc-upcoming-events6 .rhc-widget-body .rhc-event-date-time .rhc-end-event {
    width: 100%;
    display: block;
    margin:0 0 10px;
}

.rhc-upcoming-events6 .rhc-widget-body .rhc-event-date-time .rhc-day {
    width: auto;
    display: inline-block;
}

.rhc-upcoming-events6 .rhc-widget-body .rhc-event-date-time .rhc-hour {
    width: auto;
    display: inline-block;
    text-align: right;
	margin-left: 10px;
}

.rhc-upcoming-events6 .rhc-widget-body .rhc-tax-group > div {
    padding: 10px;
    border-top: 1px solid #ecf0f1;
}

.rhc-upcoming-events6 .rhc-widget-body .rhc-tax-group > div:first-child {
	padding: 10px;
	border-top:none;
}

.rhc-upcoming-events6 .rhc-widget-body .rhc-tax-group > div > div {
	margin: 0 0 10px;
}

.rhc-upcoming-events6 .rhc-widget-body .rhc-tax-group > div > div:only-child {
	margin: 0;
}

.rhc-upcoming-events6 .rhc-widget-body .rhc-tax-group > div > div:last-child {
	margin: 0;
}

.rhc-upcoming-events6 .rhc-widget-body .rhc-map-social-buttons {
	padding: 8px;
	position: relative;
	height: 45px;
}

.rhc-upcoming-events6 .rhc-widget-body .rhc-map-social-buttons .rhc-left-buttons {
	display: inline-block;
	width: 31%;
}

.rhc-upcoming-events6 .rhc-widget-body .rhc-map-social-buttons .rhc-right-buttons {
	display: inline-block;
	width: 60%;
	text-align: right;
	position: absolute;
	right: 10px;
	top: 9px;
}
.rhc-upcoming-events6 .rhc-widget-body div span.rhc-icon-location {
	margin-right: 4px;
}

/* event icons */
.rhc-right-buttons > a {
    margin-left: 3px;
}

.rhc-left-buttons > a {
    margin-right: 3px;
}

a.rhc-icon-map,
a.rhc-icon-ical,
a.rhc-icon-facebook,
a.rhc-icon-twitter,
a.rhc-icon-linkedin,
a.rhc-icon-googleplus {
	font-family: 'Calendarize-it';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.rhc-upcoming-events6 .rhc-widget-body a.rhc-icon-map:before,
.rhc-upcoming-events6 .rhc-widget-body a.rhc-icon-ical:before,
.rhc-upcoming-events6 .rhc-widget-body a.rhc-icon-facebook:before,
.rhc-upcoming-events6 .rhc-widget-body a.rhc-icon-twitter:before,
.rhc-upcoming-events6 .rhc-widget-body a.rhc-icon-linkedin:before,
.rhc-upcoming-events6 .rhc-widget-body a.rhc-icon-googleplus:before {
	font-size: 30px;
	color: #bdc3c7;
}

a.rhc-icon-map:before {
	content: "\e398";
}

a.rhc-icon-map:before {
	content: "\e398";
}

a.rhc-icon-ical:before {
	content: "\e606";
}

a.rhc-icon-facebook:before {
	content: "\e605";
}

a.rhc-icon-twitter:before {
	content: "\e608";
}

a.rhc-icon-linkedin:before {
	content: "\e607";
}

a.rhc-icon-googleplus:before {
	content: "\e604";
}

.rhc-upcoming-events6 .rhc-allday-hidden.fc-is-allday,
.rhc-upcoming-events6 .rhc-widget-body .rhc-event-date-time .rhc-allday-hidden.fc-is-allday,
.rhc-upcoming-events6 .rhc-description-empty-1 {
	display:none;
}

.rhc-upcoming-events6 .rhc-widget-body div.venue-address span {
	display: block;
}


/* hide element that should only show on different dates */
.rhc-upcoming-events6 .if-different-date.is-same-date,
.rhc-upcoming-events6 .if-different-month.is-same-month,
.rhc-upcoming-events6 .if-different-year.is-same-year {
	display:none;
}

/* Widget in content area */
.rhc-upcoming-events6 .rhc-event-item .rhc-widget-header {
	-webkit-transition: all ease 2.9s;
	-moz-transition: all ease 2.9s;
	transition: all ease 0.9s;
	position: relative;
	z-index: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.rhc-upcoming-events6 .rhc-event-item .rhc-widget-header .rhc-acco-bg {
    background: #3498db;
    width: 0%;
    top: 0;
    display: block;
    position: absolute;
    z-index: -1;
    bottom: 0;
    margin: 0 0 0 -10px;
    transition:.9s ease-in-out;
}

.rhc-upcoming-events6 .rhc-event-item .rhc-widget-header:hover .rhc-acco-bg {
    width:100%;
}

.rhc-upcoming-events6.rhc-side-0 .rhc-event-item .rhc-widget-header .venue-loop a {
	-webkit-transition: all ease 2.9s;
	-moz-transition: all ease 2.9s;
	transition: all ease 2.9s;
}

.rhc-upcoming-events6.rhc-side-0 .rhc-date {
    max-width: 60px;
    min-width: 60px;
    flex: 0 1 auto;
}

.rhc-upcoming-events6.rhc-side-0 .rhc-title-info {
    /* width: 86%; */
    flex: 1 1 auto;
}

.rhc-upcoming-events6.rhc-side-0 .rhc-widget-body .rhc-event-date-time .rhc-start-event {
    width: 45%;
    display: inline-block;
    margin-right: 5%;
}
.rhc-upcoming-events6.rhc-side-0 .rhc-widget-body .rhc-end-event {
    width: 49%;
    display: inline-block;
}

.rhc-upcoming-events6.rhc-side-0 .rhc-start-daynumber {
    margin-top: -10px;
}

.rhc-upcoming-events6.rhc-side-0 .rhc-tax-group {
    width:100%;
    display: table;
}
.rhc-upcoming-events6.rhc-side-0 .rhc-tax-group > div {
    display: table-cell;
    width: 50%; 
}

.rhc-upcoming-events6.rhc-side-0 .rhc-widget-body .rhc-tax-group > div {
    border-top: none;
}

.rhc-upcoming-events6.rhc-side-0 .rhc-tax-group > div:first-child {
    border-right: 1px solid #ECF0F1;
}

.rhc-upcoming-events6.rhc-side-0 .rhc-tax-group > div:only-child {
    border-top:none;
    border-right:none;
    width:100%;
    
}

.rhc-upcoming-events6.auw_200 .rhc-date {
    max-width: none;
    min-width: 40px;
}

.rhc-upcoming-events6.auw_200 .with-end-date .rhc-icon-dash {
    display: none;
}

.rhc-upcoming-events6.auw_200 .with-end-date .rhc-end-time {
    display: none;
}


/* loading */
.supe-body {
    position: relative;
}

.rhc-upcoming-events6 .uew-loading {
	opacity:0;
	margin-bottom:40px;
	position: absolute;
    width: 100%;
    text-align: center;	
	min-height:100px;
  	top: 30px;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	/*background: rgba(0, 0, 0, 0.1);*/

    
	-webkit-transition: opacity 0.2s ease-in-out;
	   -moz-transition: opacity 0.2s ease-in-out;
		-ms-transition: opacity 0.2s ease-in-out;
		 -o-transition: opacity 0.2s ease-in-out;
			transition: opacity 0.2s ease-in-out; 
}
.rhc-upcoming-events6.rhc-supe-loading .uew-loading {
	opacity:1;
}

.rhc-upcoming-events6.rhc-supe-loading .supe-item-holder {
	opacity: 0;
	-webkit-transition: opacity 0.7s ease-in-out;
	   -moz-transition: opacity 0.7s ease-in-out;
		-ms-transition: opacity 0.7s ease-in-out;
		 -o-transition: opacity 0.7s ease-in-out;
			transition: opacity 0.7s ease-in-out; 
}

/* holder loading transition */

.rhc-accordion-widget-item {
	-webkit-transition: opacity 0.5s ease-in-out;
	   -moz-transition: opacity 0.5s ease-in-out;
		-ms-transition: opacity 0.5s ease-in-out;
		 -o-transition: opacity 0.5s ease-in-out;
			transition: opacity 0.5s ease-in-out; 
}

/* end loading */

/* disable title link option */
.rhc-title-is-not-link .rhc-title-link,
.rhc-title-is-link .rhc-title {
	display:none;
}

/* Span4 or less */
.rhcol.span4 .rhc-upcoming-events6.rhc-side-0 .rhc-date,
.rhcol.span3 .rhc-upcoming-events6.rhc-side-0 .rhc-date,
.rhcol.span2 .rhc-upcoming-events6.rhc-side-0 .rhc-date {
    width: 15%;
}

.rhcol.span4 .rhc-upcoming-events6.rhc-side-0 .rhc-title-info,
.rhcol.span3 .rhc-upcoming-events6.rhc-side-0 .rhc-title-info,
.rhcol.span2 .rhc-upcoming-events6.rhc-side-0 .rhc-title-info {
    width: 69%;
}

.rhcol.span4 .rhc-upcoming-events6.rhc-side-0 .rhc-widget-body .rhc-event-date-time .rhc-start-event,
.rhcol.span3 .rhc-upcoming-events6.rhc-side-0 .rhc-widget-body .rhc-event-date-time .rhc-start-event
.rhcol.span2 .rhc-upcoming-events6.rhc-side-0 .rhc-widget-body .rhc-event-date-time .rhc-start-event {
    width: 100%;
    display: block;
}

.rhcol.span4 .rhc-upcoming-events6.rhc-side-0 .rhc-widget-body .rhc-end-event,
.rhcol.span3 .rhc-upcoming-events6.rhc-side-0 .rhc-widget-body .rhc-end-event,
.rhcol.span2 .rhc-upcoming-events6.rhc-side-0 .rhc-widget-body .rhc-end-event {
    width: 100%;
    display: block;
}

.rhcol.span4 .rhc-upcoming-events6.rhc-side-0 .rhc-tax-group,
.rhcol.span3 .rhc-upcoming-events6.rhc-side-0 .rhc-tax-group,
.rhcol.span2 .rhc-upcoming-events6.rhc-side-0 .rhc-tax-group {
    display: block;
}

.rhcol.span4 .rhc-upcoming-events6.rhc-side-0 .rhc-tax-group > div,
.rhcol.span3 .rhc-upcoming-events6.rhc-side-0 .rhc-tax-group > div,
.rhcol.span2 .rhc-upcoming-events6.rhc-side-0 .rhc-tax-group > div {
    display: block;
    width: 100%;
    border-top: 1px solid #ecf0f1;
}

.rhcol.span4 .rhc-upcoming-events6.rhc-side-0 .rhc-tax-group > div:first-child,
.rhcol.span3 .rhc-upcoming-events6.rhc-side-0 .rhc-tax-group > div:first-child,
.rhcol.span2 .rhc-upcoming-events6.rhc-side-0 .rhc-tax-group > div:first-child {
    border-top: none;
    border-right: none;
}

.rhcol.span3 .rhc-upcoming-events6.rhc-side-0 .rhc-widget-body .rhc-map-social-buttons,
.rhcol.span2 .rhc-upcoming-events6.rhc-side-0 .rhc-widget-body .rhc-map-social-buttons {
    height: auto;
}

.rhcol.span3 .rhc-upcoming-events6.rhc-side-0 .rhc-widget-body .rhc-map-social-buttons .rhc-left-buttons,
.rhcol.span2 .rhc-upcoming-events6.rhc-side-0 .rhc-widget-body .rhc-map-social-buttons .rhc-left-buttons {
    display: block;
    width: 100%;
    text-align: center;
}

.rhcol.span3 .rhc-upcoming-events6.rhc-side-0 .rhc-widget-body .rhc-map-social-buttons .rhc-right-buttons,
.rhcol.span2 .rhc-upcoming-events6.rhc-side-0 .rhc-widget-body .rhc-map-social-buttons .rhc-right-buttons {
    width: 100%;
    display: block;
    position: relative;
    top: 0;
    right: 0;
    text-align: center;
    margin-top: 5px;
}

.rhcol.span2 .rhc-right-buttons > a {
    margin: 0px 6px 6px;
    line-height: 1.7;
}

/* end Span4 or less */

.rhc-upcoming-events6 .supe-footer .supe-simple-nav {
    margin-top: 25px;
	margin-bottom:25px;
}

.date-tilts-b .calendar-loop-holder{
	float:right;
}

.date-tilts-b .calendar-loop-holder .venue-loop {
    float: left;
    margin-right: 5px;
}

.rhc-hide-ical .rhc-icon-ical {
	display:none;
}

/* Accordion Cursor - link cursor */
.rhc-supe .rhc-event-item.supe-animate.supe-shown {
    cursor: pointer;
}
/* end Accordion Cursor - link cursor */