/* Tribe Events
------------------------------------------------------------------------------------ */

/* Hide Tribe breadcrumbs - our more comfortable */
p.tribe-events-back { display:none; }

/* Main template */
#tribe-events-pg-template,
.events-list .tribe-events-loop, .tribe-events-day .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .single-tribe_organizer .tribe-events-loop { max-width:none; }
.tribe-events-day .tribe-events-day-time-slot .vevent { margin-left:0; }

/* Titles */
.tribe-events-meta-group .tribe-events-single-section-title { padding-bottom:0; }
h2.tribe-events-page-title, #tribe-geo-results h2.tribe-events-page-title { font-weight:400; padding-bottom:0; }
.tribe-events-list-separator-month { font-weight:400; }
#tribe-events-header { display:none; }
.tribe-events-list .type-tribe_events h2 { font-size: 3em; }

/* Buttons and fields */
#tribe-bar-form input[type="text"],
.tribe-events-button, #tribe-events .tribe-events-button { font-weight:400; }
ul.tribe-events-sub-nav a, .tribe-events-back a, .tribe-events-list-widget .tribe-events-widget-link a, .tribe-events-adv-list-widget .tribe-events-widget-link a {
	font-weight:400;
	font-size:inherit;
}
.single-tribe_events #tribe-events-header li, .single-tribe_events #tribe-events-footer li { width:auto; }

/* Featured image */
.single-tribe_events .tribe-events-event-image {
    float: right;
    margin: 0 0 2em 2em;
    max-width: 50%;
}

/* Event details */
.tribe-events-event-meta .author { margin-bottom:0; }
.tribe-events-venue-details .author:after { display:none; }
a.tribe-events-ical, a.tribe-events-gcal { margin-top:0; }
.tribe-events-loop .tribe-events-event-meta,
.tribe-events-tooltip .duration { font-weight:400; }

/* Event footer */
#tribe-events-footer h3 { display:none; margin-top:0; font-size:1.5em; }

/* Buttons */
a.tribe-events-read-more,
.tribe-events-button,
.tribe-events-nav-previous a,
.tribe-events-nav-next a,
.tribe-events-widget-link a,
.tribe-events-viewmore a {
	display:inline-block;
	text-align:center;
	padding:0.85em 1.15em;
	font-size:0.875em;
	line-height: 1.2857em;
	font-weight:700;
	margin:0 0 4px 4px;
	border:none;
}
a.tribe-events-read-more:hover,
.tribe-events-button:hover,
.tribe-events-nav-previous a:hover,
.tribe-events-nav-next a:hover,
.tribe-events-widget-link a:hover,
.tribe-events-viewmore a:hover {
	border:none;
}

/* Widgets */
.tribe-events-list-widget ol { margin:0; padding: 0; }
.tribe-events-list-widget ol li { margin-bottom:1.5em; }
.tribe-events-list-widget .entry-title { font-size: 1.15em; font-weight:400; margin:0; }
.tribe-events-list-widget .duration { font-weight:400; }


/*---------------------*/

.tribe-events .tribe-events-c-events-bar,
.tribe-events .tribe-events-header,
.tribe-common nav button:disabled,
.tribe-common  .tribe-events-c-top-bar button.tribe-common-h3{
	background: transparent!important;
}
.tribe-common nav.tribe-events-calendar-list-nav li > a{
	text-transform: uppercase;
}

body .tribe-events .tribe-events-c-top-bar__datepicker-button {
	font-size: 16px !important;
}

.tribe-events .datepicker .datepicker-months .datepicker-switch,
.tribe-events .datepicker .datepicker-months .next,
.tribe-events .datepicker .datepicker-months .prev,
.tribe-events .datepicker .datepicker-years .datepicker-switch,
.tribe-events .datepicker .datepicker-years .next,
.tribe-events .datepicker .datepicker-years .prev {
	padding: 15px 0;
}
.tribe-events .tribe-events-c-events-bar__search-button,
.tribe-events .tribe-events-c-view-selector__button,
.tribe-events .datepicker .datepicker-months .datepicker-switch,
.tribe-events .datepicker .datepicker-months .next,
.tribe-events .datepicker .datepicker-months .prev,
.tribe-events .datepicker .datepicker-years .datepicker-switch,
.tribe-events .datepicker .datepicker-years .next,
.tribe-events .datepicker .datepicker-years .prev,
body .tribe-events .tribe-events-c-top-bar__datepicker-button,
.tribe-events-calendar-month__day-cell, body button[disabled].tribe-common-c-btn-icon,
.tribe-events .tribe-events-c-nav__next:disabled, .tribe-events .tribe-events-c-nav__prev:disabled,
.tribe-events .datepicker th {
	background: transparent !important;
}

.tribe-events-calendar-month__calendar-event-tooltip-description > p{
	text-transform: none!important;
}
.tribe-common button{
	box-shadow: unset!important;
}

.tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input{
	background-image: none!important;
}

.tribe-events .tribe-events-c-ical__link:before{
	background-image: none!important;
	content: '\e890';
	font-family: 'fontello';
	line-height: 1;
}

.tribe-common .tribe-common-c-loader__dot {
	-webkit-animation-name: tribe-common-c-loader-bounce-1;
	animation-name: tribe-common-c-loader-bounce-1;
	-webkit-animation-duration: 2.24s;
	animation-duration: 2.24s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	animation-direction: normal;
}

@-webkit-keyframes tribe-common-c-loader-bounce-1 {
	0% {}

	50% { opacity: 50%; }

	100% {}
}

@keyframes tribe-common-c-loader-bounce-1 {
	0% {}

	50% { opacity: 50%; }

	100% {}
}




.tribe-common .tribe-events-c-search .tribe-common-form-control-text__input{
	background-color: transparent!important;
}
.tribe-common .tribe-events-c-ical__link,
.tribe-common .tribe-events-c-search .tribe-events-c-search__button{
	border-radius: unset;
}

.tribe-common .tribe-events-c-search .tribe-events-c-search__button{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.tribe-events-cal-links > .tribe-events-button{
	padding: 0.2em 0.5em!important;
}

.tribe-events .tribe-events-c-messages__message--notice:before{
	content: '';
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 23'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23141827' d='M.5 2.5h20v20H.5z'/%3E%3Cpath stroke='%23141827' stroke-linecap='round' d='M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834'/%3E%3Cpath stroke='%23141827' stroke-linecap='round' d='M4.5.5v4m12-4v4'/%3E%3Cpath stroke='%23141827' stroke-linecap='square' d='M.5 7.5h20'/%3E%3C/g%3E%3C/svg%3E");
}
.tribe-events .tribe-events-l-container,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
	padding-top: 0;
}
.tribe-common .tribe-events-calendar-day__event-description p,
.tribe-common .tribe-events-calendar-month__calendar-event-tooltip-description p,
.tribe-common .tribe-events-calendar-list .tribe-events-calendar-list__event-description p{
	font-size: 1rem!important;
	font-weight: 300!important;
	font-style: normal;
	line-height: 1.2857em;
}
.tribe-common .tribe-common-h5,
.tribe-common .tribe-common-h6{
	font-size: 1.3125em;
	font-weight: 500;
}

.tribe-common .tribe-common-anchor-thin{
	border: none!important;
}
.tribe-events-calendar-day__event-datetime-wrapper.tribe-common-b2,
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime,
.tribe-common .tribe-events-calendar-list__event-datetime-wrapper.tribe-common-b2{
	font-size: 0.8125rem!important;
	line-height: 1.2857em;
	font-weight: 600;
}

.tribe-common .tribe-events-c-top-bar button.tribe-common-h3{
	font-weight: 600;
}
.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn{
	line-height: 1.62;
	font-weight: 700;
	font-size: 0.875rem!important;
}
.tribe-events .tribe-events-c-view-selector__list-item-text{
	line-height: 1.62;
	font-weight: 400;
	font-size: 0.875rem!important;
}
.tribe-common .tribe-common-h4{
	font-weight: 700;
}
.tribe-events-calendar-month__calendar-event-tooltip-title.tribe-common-h7{
	font-size: 1.125rem!important;
	font-weight: 600;
}
.tribe-events-calendar-month__calendar-event-tooltip-featured-image-wrapper{
	width: 100%!important;
}