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

/* Hide Tribe breadcrumbs - our more comfortable */
.tribe-events .tribe-events-c-ical__link-icon-svg,
.tribe-events .tribe-events-c-nav__next-icon-svg,
.tribe-events .tribe-events-c-nav__prev-icon-svg,
.tribe-events .tribe-events-c-top-bar__datepicker-button-icon-svg,
.tribe-common .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg,
.tribe-common .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__datepicker-button-icon-svg,
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{
	width: auto;
}
.single-tribe_events #tribe-events-footer li {
	width: 48%;
}

/* Featured image */


/* 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;
}

/* 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;
}

.tribe-events-list-widget .duration {
	font-weight: 400;
}

.tribe-bar-views-inner {
	background-color: transparent;
	padding: 16px 15px 16px 0;
}

#tribe-bar-form label {
	margin-bottom: 1px;
}

/*Enable updated designs for all calendar views*/

.tribe-events-list-separator-month span,
time.tribe-events-calendar-list__event-datetime,
.tribe-common span.tribe-events-c-small-cta__price,
.tribe-common h3.tribe-events-calendar-list__event-title,
a.tribe-events-calendar-month__day-date-link,
.tribe-events .tribe-events-c-view-selector__list-item-text,
.tribe-common .tribe-events-calendar-list__event-description,
.tribe-common address.tribe-events-calendar-list__event-venue,
.tribe-common span.tribe-events-calendar-list__event-date-tag-daynum,
.tribe-common .tribe-common-form-control-text__input,
a.tribe-events-calendar-month-mobile-events__mobile-event-title-link.tribe-common-anchor,
.tribe-events-header__events-bar.tribe-events-c-events-bar.tribe-events-c-events-bar--border {
	font-family: "Roboto";
	color: #222222;
}

.tribe-events.tribe-common h3.tribe-events-calendar-day__event-title,
.tribe-events.tribe-common h3.tribe-events-calendar-list__event-title {
	font-weight: 300;
	border: none;
	display: inline-block;
	font-size: 1.6em;
	letter-spacing: 0;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
	text-transform: none;
}

.tribe-common h3.tribe-events-calendar-day__event-title>a,
.tribe-common h3.tribe-events-calendar-list__event-title>a {
	border: none;
}

.tribe-common h3.tribe-events-calendar-day__event-title a:hover,
.tribe-common h3.tribe-events-calendar-day__event-title a:focus,
.tribe-common h3.tribe-events-calendar-day__event-title a:active,
.tribe-common h3.tribe-events-calendar-day__event-title a:visited,
.tribe-common h3.tribe-events-calendar-list__event-title a:hover,
.tribe-common h3.tribe-events-calendar-list__event-title a:focus,
.tribe-common h3.tribe-events-calendar-list__event-title a:active,
.tribe-common h3.tribe-events-calendar-list__event-title a:visited {
	text-decoration: none;
	border: none;
	color: #007c9c;
}

time.tribe-events-calendar-day__event-datetime,
time.tribe-events-calendar-list__event-datetime {
	font-weight: 400;
	font-size: 13px;
	border: 0;
	clear: both;
	float: none;
	line-height: 1.5;
	overflow: visible;
	margin-top: 5px;
	margin-bottom: 1em;
}

.tribe-events .tribe-events-calendar-month__mobile-events-icon--event,
.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn,
.tribe-common.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button {
	background-color: #1eaace;
}

.tribe-common.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button{
	box-shadow: -4px 3px 0px 0px rgb(0 0 0 / 20%);
	border-radius: 4px;
	transition: .3s all;
	display: inline;
}
.tribe-common.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover{
	background-color: #ffb20e !important;
	color: #ffffff !important;
}

.tribe-common.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button .tribe-common-c-svgicon{
	color:#ffffff;
}

.tribe-common .tribe-events-calendar-day__event-description,
.tribe-common .tribe-events-calendar-list__event-description {
	color: #666666;
	font-size: 16px;
	line-height: 1.7;
	font-weight: 300;
	margin: 0 0 10px;
}

.tribe-events .tribe-events-calendar-day__event-venue,
.tribe-common address.tribe-events-calendar-list__event-venue {
	font-size: 16px;
	color: #666666;
	font-weight: 400;
	font-style: italic;
	line-height: 1.2;
	margin: 15px 0;
	display: block;
}

a.tribe-events-calendar-month-mobile-events__mobile-event-title-link.tribe-common-anchor,
.tribe-events .tribe-events-calendar-day__event-venue span,
.tribe-common span.tribe-events-calendar-list__event-venue-title {
	font-weight: 400;
}

.tribe-common span.tribe-events-c-small-cta__price {
	border: 1px solid #ddd;
	display: inline-block;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	padding: 8px 12px;
	text-align: center;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #666666;
}

.tribe-common span.tribe-events-calendar-list__event-date-tag-daynum {
	font-weight: 400;
}

.tribe-events .tribe-events-calendar-day__type-separator,
.tribe-events .tribe-events-calendar-list__month-separator {
	text-transform: none;
	font-size: 24px;
	margin: 1.25em auto;
	text-align: center;
	position: relative;
	background-color: transparent;
	z-index: 1;
	display: block;
}

.tribe-events .tribe-events-calendar-day__type-separator .tribe-events-calendar-day__type-separator-text,
.tribe-events .tribe-events-calendar-list__month-separator .tribe-events-calendar-list__month-separator-text {
	background-color: #fff;
	padding: 0 7.5%;
	font-size: 24px;
}

.tribe-events .tribe-events-calendar-day__type-separator:after,
.tribe-events .tribe-events-calendar-list__month-separator:after {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	height: 1px;
	width: 100%;
	z-index: -1;
	margin-left: 0;
	display: block;
	background-color: transparent;
	border-bottom: 1px solid #c2c2c2;
}

.tribe-events .tribe-events-c-view-selector__button,
.tribe-events .tribe-events-c-top-bar__datepicker-button:after,
.tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input,
.tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus {
	background: none !important;
	content: none;
}

.single-tribe_events a.tribe-events-ical,
.single-tribe_events a.tribe-events-ical:hover,
.single-tribe_events a.tribe-events-gcal,
.single-tribe_events a.tribe-events-gcal:hover,
a.tribe-events-c-nav__today,
.tribe-events .tribe-events-c-ical__link,
.tribe-events .tribe-events-c-nav__prev,
.tribe-events .tribe-events-c-nav__next,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-ical__link,
button.tribe-common-h3.tribe-common-h--alt.tribe-events-c-top-bar__datepicker-button,
a.tribe-common-c-btn-icon.tribe-common-c-btn-icon--caret-right.tribe-events-c-top-bar__nav-link.tribe-events-c-top-bar__nav-link--next,
a.tribe-common-c-btn-icon.tribe-common-c-btn-icon--caret-left.tribe-events-c-top-bar__nav-link.tribe-events-c-top-bar__nav-link--prev,
button.tribe-common-c-btn-icon.tribe-common-c-btn-icon--caret-right.tribe-events-c-top-bar__nav-link.tribe-events-c-top-bar__nav-link--next,
button.tribe-common-c-btn-icon.tribe-common-c-btn-icon--caret-left.tribe-events-c-top-bar__nav-link.tribe-events-c-top-bar__nav-link--prev {
	display: inline-block;
	text-align: center;
	padding: 0.85em 1.15em;
	font-size: 0.875em;
	line-height: 1.3em;
	font-weight: 700;
	border: none;
	background-color: #1eaace;
	color: #ffffff !important;
	margin-bottom: 4px;
	cursor: pointer;
	overflow: visible;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
	box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
}


.tribe-events .tribe-events-c-nav__prev[disabled],
.tribe-events .tribe-events-c-nav__next[disabled],
button.tribe-common-c-btn-icon.tribe-common-c-btn-icon--caret-right.tribe-events-c-top-bar__nav-link.tribe-events-c-top-bar__nav-link--next[disabled],
button.tribe-common-c-btn-icon.tribe-common-c-btn-icon--caret-left.tribe-events-c-top-bar__nav-link.tribe-events-c-top-bar__nav-link--prev[disabled] {
	background-color: rgba(30, 170, 206, .5) !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__today-button.tribe-common-c-btn-border-small {
	padding-top: calc( 0.85em - 2px);
	padding-bottom: calc( 0.85em - 2px);
	padding-left: calc( 1.15em - 2px);
	padding-right: calc( 1.15em - 2px);
	font-size: 0.875em;
	line-height: 1.3em;
	font-weight: 700;
	margin-bottom: 4px;
	display: inline-block;
	text-align: center;
	-webkit-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
	box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	box-sizing: border-box;
}


.tribe-events .tribe-events-c-nav__prev:disabled,
.tribe-events .tribe-events-c-nav__next:disabled,
.tribe-events .datepicker .day.active:hover,
.tribe-events .datepicker .day.active:focus,
.tribe-events .datepicker .day.active.focused,
.tribe-events .datepicker .month.active:hover,
.tribe-events .datepicker .month.active:focus,
.tribe-events .datepicker .month.active.focused,
.tribe-events .datepicker .year.active:hover,
.tribe-events .datepicker .year.active:focus,
.tribe-events .datepicker .year.active.focused,
.tribe-events .tribe-events-c-ical__link:hover,
.tribe-events .tribe-events-c-nav__prev:hover,
.tribe-events .tribe-events-c-nav__next:hover,
.tribe-events .tribe-events-calendar-month__day-cell--selected,
button.tribe-common-h3.tribe-common-h--alt.tribe-events-c-top-bar__datepicker-button:hover,
a.tribe-common-c-btn-icon.tribe-common-c-btn-icon--caret-left.tribe-events-c-top-bar__nav-link.tribe-events-c-top-bar__nav-link--prev:hover,
a.tribe-common-c-btn-icon.tribe-common-c-btn-icon--caret-right.tribe-events-c-top-bar__nav-link.tribe-events-c-top-bar__nav-link--next:hover {
	background-color: #ffb20e;
	background-image: none;
}

a.tribe-common-c-btn-border.tribe-events-c-top-bar__today-button.tribe-common-a11y-hidden {
	font-family: "Roboto";
	padding: 0.85em 1.15em;
	font-size: 0.875em;
	line-height: 1.3em;
	font-weight: 700;
	box-sizing: border-box;
}

.tribe-events .tribe-events-c-top-bar__nav-link:before,
.tribe-events .tribe-events-c-top-bar__nav-link:after {
	margin-right: 0;
}

.tribe-events .tribe-events-c-top-bar__nav-link--prev:before,
.tribe-events .tribe-events-c-top-bar__nav-link--next:before {
	background: none !important;
}

.tribe-common .tribe-common-c-btn-icon--caret-left:before {
	content: '\e810';
	font-family: 'fontello';
}

.tribe-common .tribe-common-c-btn-icon--caret-right:before {
	content: '\e80f';
	font-family: 'fontello';
}

.tribe-events .tribe-events-c-ical__link:before,
.tribe-events .tribe-events-c-nav__next:after,
.tribe-events .tribe-events-c-nav__prev:before {
	content: none;
}

.tribe-common time {
	display: inline-block;
}

.tribe-events-view-loader__dots .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;
	background-color: #1eaace;
	color: #1eaace;
}


.tribe-common .tribe-common-c-svgicon,
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date,
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
	color: #1eaace;
}

.tribe-common .tribe-common-anchor-thin-alt:hover{
	color: #007c9c;
}

.tribe-common .tribe-common-anchor-thin-alt,
.tribe-common .tribe-common-anchor-thin-alt:hover {
	border-color: #1eaace;
}

.tribe-events .datepicker .day.active,
.tribe-events .datepicker .month.active,
.tribe-events .datepicker .year.active,
.tribe-events .tribe-events-c-view-selector__button:before,
.tribe-events .tribe-events-calendar-month__day:hover:after,
.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner {
	background-color: #1eaace !important;
	background-image: none;
}

.tribe-common h3.tribe-events-calendar-month__multiday-event-bar-title,
.tribe-events-c-nav__list-item--today a.tribe-events-c-nav__today,
span.tribe-events-c-nav__prev-label,
.tribe-events .tribe-events-c-nav__prev:disabled,
.tribe-events .tribe-events-c-nav__next:disabled,
.tribe-common .tribe-common-h8,
.tribe-events-calendar-month__multiday-event-wrapper,
.tribe-events-calendar-month__multiday-event .tribe-events-calendar-month__multiday-event-hidden-link,
.tribe-events-calendar-month__multiday-event h3.tribe-events-calendar-month__multiday-event-hidden-title {
	color: #fff;
}

.tribe-events-calendar-month__multiday-event--past .tribe-events-calendar-month__multiday-event-bar-inner {
	background-color: #f0f0f0 !important;
}

.tribe-common .tribe-events-calendar-month__multiday-event--past .tribe-events-calendar-month__multiday-event-bar-inner{
	background-color: #1eaace !important;
}

.tribe-events-calendar-month__multiday-event--past .tribe-common-h8 {
	color: #222222;
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-featured-image-wrapper {
	width: 100%;
}

.admin-bar .tribe-events.tribe-common--breakpoint-medium .datepicker,
.admin-bar .tribe-events .datepicker {
	margin-top: 0;
}

.tribe-events .tribe-events-c-events-bar__search-button,
.tribe-events .tribe-events-c-view-selector__button {
	box-shadow: none;
}

.tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*=tribe-events-daynum-]>a {
	background-color: transparent;
}

@-webkit-keyframes tribe-common-c-loader-bounce-1 {
	50% {
		opacity: .5
	}
}

@keyframes tribe-common-c-loader-bounce-1 {
	50% {
		opacity: .5
	}
}

@media (max-width: 479px) {
	.tribe-events-calendar thead th {
		padding-right: 0;
		padding-left: 0;
	}
}

.tribe-common .tribe-common-h7,
.tribe-common .tribe-common-h8,
.tribe-common .tribe-common-h4,
.tribe-common .tribe-common-b3,
.tribe-common .tribe-common-h3,
.tribe-common .tribe-common-b2,
.tribe-events .datepicker .month,
.tribe-events .datepicker .year,
.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn,
.tribe-events .datepicker .day,
.tribe-events .datepicker .dow,
.tribe-events .datepicker .datepicker-switch,
.tribe-common .tribe-common-c-btn-border-small,
.tribe-common a.tribe-common-c-btn-border-small,
.tribe-common .tribe-common-form-control-text__input,
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime,
.tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input {
	font-family: 'Roboto', sans-serif;
}

.tribe-common .tribe-common-h7 {
	font-size: 2em;
	font-weight: 300;
	line-height: 1.1em;
	margin-top: 0.625em;
	margin-bottom: 0.375em;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day-date {
	font-size: 1em;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__header-column-title {
	font-weight: 700;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-b3--min-medium {
	font-size: 16px;
}

.tribe-events .tribe-events-calendar-day__event-featured-image-link,
.tribe-events .tribe-events-calendar-list__event-featured-image {
	border-radius: 6px;
}


.tribe-common img {
	border-radius: 6px;
}

#tribe-events-content .tribe-events-tooltip h3 {
	margin: 0;
	font-size: 1.5em;
	padding: 0;
	letter-spacing: 0;
	font-weight: 700;
}



.tribe-common .tribe-events-c-view-selector__list a {
	font-weight: 700;
}

.tribe-common .tribe-events-calendar-day__type-separator-text,
.tribe-common time.tribe-events-calendar-list__month-separator-text {
	font-weight: 400;
}

.tribe-common h3.tribe-events-calendar-month__multiday-event-bar-title,
.tribe-common h3.tribe-events-calendar-month__header-column-title {
	font-size: 1em;
}

.tribe-common .tribe-events-calendar-month__calendar-event-tooltip {
	font-size: 0.875em;
}

.tribe-common h3.tribe-events-calendar-month__calendar-event-tooltip-title {
	font-size: 1.142857143em;
}


.tribe-common.tribe-events .datepicker .month,
.tribe-common.tribe-events .datepicker .year {
	padding-top: 0;
	padding-bottom: 0;
}

.tribe-common button.tribe-common-h3.tribe-common-h--alt.tribe-events-c-top-bar__datepicker-button {
	display: flex;
}

.tribe-common .datepicker .next:hover,
.tribe-common .datepicker .prev:hover,
.tribe-common .datepicker .datepicker-switch:hover {
	background: none;
}



.tribe-events-tooltip-theme.tooltipster-sidetip .tooltipster-box {
	padding: 5px;
}

.tribe-common .tribe-events-header--has-event-search .tribe-events-header__events-bar {
	border: 2px solid #1eaace;
	border-radius: 4px;
}

div.tribe-events-notices>ul,
div.tribe-events-notices>ul>li {
	list-style: none;
}

.single-tribe_events .tribe-events-notices {
	background: #d9edf7;
	border-radius: 4px;
	border: 1px solid #bce8f1;
	color: #3a87ad;
	margin: 10px 0 18px;
	padding: 8px 35px 8px 14px;
	text-shadow: 0 1px 0 #fff;
}

.single-tribe_events .tribe-events-single-event-title {
	font-size: 1.7em;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.single-tribe_events .tribe-events-schedule h2 {
	display: inline-block;
	margin-bottom: 0;
	font-size: 1.2em;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.single-tribe_events .tribe-events-meta-group .tribe-events-single-section-title {
	font-size: 17px;
	font-weight: 700;
	margin: 20px 0 10px;
}

.single-tribe_events abbr {
	border-bottom: unset;
}

.single-tribe_events .tribe-events-single-section {
	clear: none;
	float: left;
	width: 50%;
	margin: 0;
	padding: 3em 0 0;
	border: none;
	background-color: transparent;
}

.tribe-events-venue-map iframe {
	height: 100% !important;
}

.tribe-events-single .tribe-events-sub-nav {
	list-style: none;
	padding-left: 0;
}

.tribe-common button.tribe-events-c-events-bar__search-button,
.tribe-common button.tribe-events-calendar-month__day-cell--mobile {
	background-color: transparent !important;
}

.tribe-common button.tribe-events-calendar-month__day-cell--mobile {
	border-radius: unset;
}

.single-tribe_events #tribe-events-footer li.tribe-events-nav-next{
	text-align: right;
}

.single-tribe_events .tribe-events-meta-group .tribe-events-single-section-title {
	margin-top: 0;
}
.tribe-common .tribe-common-c-svgicon--messages-not-found{
	margin-right: 0.5em;
}

.tribe-common .tribe-events-header--has-event-search ul.tribe-events-c-messages__message-list{
 	max-width: 100%;
}

/*-----Color-----*/


.tribe-common #tribe-events-content .tribe-events-tooltip h3 {
	color: #21759b;
}

.tribe-common .tribe-events-c-view-selector__list a .tribe-events-c-view-selector__list-item-text {
	color: #1eaace;
}

.tribe-common .tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item--active a .tribe-events-c-view-selector__list-item-text,
.tribe-common .tribe-events-c-view-selector__list a:hover .tribe-events-c-view-selector__list-item-text {
	color: #007c9c;
}

.tribe-events .tribe-events-calendar-list__event-title-link,
.tribe-common .tribe-events-calendar-day__type-separator-text,
.tribe-common time.tribe-events-calendar-list__month-separator-text {
	color: #222222;
}

.tribe-common .tribe-events-c-events-bar__search-button:hover .tribe-common-c-svgicon,
.tribe-common .tribe-events-c-view-selector__button:hover .tribe-common-c-svgicon,
.tribe-common button.tribe-events-calendar-month__day-cell--mobile.tribe-events-calendar-month__day-cell--selected h3,
.tribe-common button.tribe-events-calendar-month__day-cell--mobile:hover h3 {
	color: #007c9c !important;
}

.tribe-common .datepicker .datepicker-switch:hover,
.tribe-common .datepicker .prev:hover .tribe-common-c-svgicon,
.tribe-common .datepicker .next:hover .tribe-common-c-svgicon {
	color: #007c9c;
}

.tribe-events-tooltip-theme.tooltipster-sidetip .tooltipster-box {
	background-color: #fff;
	border-color: #1eaace;
}

.tribe-events-tooltip-theme.tooltipster-sidetip .tooltipster-content {
	color: #666666;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day{
	border-color: #e4e4e4;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__week {
	border-left: 1px solid #e4e4e4;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__body {
	border-top: 1px solid #e4e4e4;
}

.tribe-common.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button .tribe-events-c-subscribe-dropdown__button-text{
	background: transparent !important;
	box-shadow: none;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list{
	padding-left: 0;
	padding-right: 0;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__export-icon{
	display: none;
}

/* LOADER */
.tribe-common .tribe-common-c-loader .tribe-common-c-loader__dot {
	background-color: #fff;
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.tribe-common .tribe-common-c-loader .tribe-common-c-loader__dot + .tribe-common-c-loader__dot {
	margin-left: 20px;
}

.tribe-common .tribe-common-c-loader .tribe-common-c-loader__dot--first {
	-webkit-animation: preloader_dot_one 1.5s infinite;
	-ms-animation: preloader_dot_one 1.5s infinite;
	animation: preloader_dot_one 1.5s infinite;
}

.tribe-common .tribe-common-c-loader .tribe-common-c-loader__dot--second {
	-webkit-animation: preloader_dot_two 1.5s infinite;
	-ms-animation: preloader_dot_two 1.5s infinite;
	animation: preloader_dot_two 1.5s infinite;
	-webkit-animation-delay: 0.25s;
	-ms-animation-delay: 0.25s;
	animation-delay: 0.25s;
}

.tribe-common .tribe-common-c-loader .tribe-common-c-loader__dot--third {
	-webkit-animation: preloader_dot_three 1.5s infinite;
	-ms-animation: preloader_dot_three 1.5s infinite;
	animation: preloader_dot_three 1.5s infinite;
	-webkit-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

@-webkit-keyframes preloader_dot_one {
	75% {
		 -webkit-transform: scale(0);
	}
}

@keyframes preloader_dot_one {
	75% {
		 transform: scale(0);
		 -webkit-transform: scale(0);
	}
}

@-webkit-keyframes preloader_dot_two {
	75% {
		 -webkit-transform: scale(0);
	}
}

@keyframes preloader_dot_two {
	75% {
		 transform: scale(0);
		 -webkit-transform: scale(0);
	}
}

@-webkit-keyframes preloader_dot_three {
	75% {
		 -webkit-transform: scale(0);
	}
}

@keyframes preloader_dot_three {
	75% {
		 transform: scale(0);
		 -webkit-transform: scale(0);
	}
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container{
	padding-top: 5em;
	padding-bottom: 5em;
}

.tribe-events .tribe-events-c-top-bar__datepicker-container .dropdown-menu {
	width: auto;
	min-width: auto;
}

.tribe-events .datepicker .past{
	color: #b4babf;
}

.tribe-events .tribe-events-c-top-bar__today-button{
	border: 2px solid #1dbb90;
	background-color: #1dbb90;
	color: #ffffff;
}

.tribe-events .tribe-events-c-top-bar__today-button:hover{
	background-color: transparent;
	color: #1dbb90;
}

.tribe-events .tribe-events-l-container{
	padding-top: 0!important;
	padding-bottom: 0!important;
}