/* 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 {
	margin: 0 0 2em 0;
}

/* 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-calendar thead th {
	background-color: #666;
	color: #fff;
	font-weight: 700;
	padding: 1em 0;
	white-space: nowrap;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}

.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
    border-radius: 0;
	 border-width: 2px;
	 box-sizing: border-box;
}
.tribe-common-c-btn-border button.tribe-events-c-subscribe-dropdown__button-text {
    background-color: transparent;
}
.tribe-common .tribe-common-c-btn-border button,
.tribe-common a.tribe-common-c-btn-border button,
.tribe-common .tribe-common-c-btn-border:hover button,
.tribe-common a.tribe-common-c-btn-border:hover button,
.tribe-common-c-btn-border button.tribe-events-c-subscribe-dropdown__button-text:hover {
    color: inherit;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item {
    border-radius: 0;
}

.tribe-events .datepicker .day,
.tribe-events .datepicker .month,
.tribe-events .datepicker .year {
    border-radius: 0;
}

@media (max-width: 768px) {
	#tribe-events-content .tribe-events-calendar td {
		height: 45px;
		padding: 0;
	}

	.tribe-events-calendar td .tribe-events-viewmore,
	.tribe-events-calendar td .type-tribe_events {
		display: none;
	}

	.tribe-events-calendar .tribe-events-has-events:after {
		content: "";
		display: block;
		height: 8px;
		width: 8px;
		padding: 0;
		border-radius: 50%;
		background-color: #333;
		margin: 5px auto;
	}

	#tribe-mobile-container {
		display: block;
	}

	.tribe-mobile-day-heading {
		font-size: 16px;
		margin-bottom: 10px;
	}

	#tribe-mobile-container .type-tribe_events {
		padding: 20px 0 16px;
		margin-bottom: 0;
	}


	#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next,
	#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous {
		box-sizing: border-box;
		display: block;
		margin: 0;
		width: 50%;
	}

	.tribe-events-sub-nav li a {
		background: #666;
		color: #fff;
		display: block !important;
		padding: 10px 20px;
		position: relative;
		white-space: normal;
	}

	.tribe-events-calendar td.mobile-active {
		background-color: #21759b;
		color: #fff;
	}

	.tribe-events-calendar div[id*=tribe-events-daynum-],
	.tribe-events-calendar div[id*=tribe-events-daynum-] a {
		background: none;
	}

	.tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-] {
		color: #fff;
	}

	#tribe-events-footer~a.tribe-events-ical.tribe-events-button {
		border-radius: 0;
		display: block;
		float: none;
		font-size: 12px;
		font-weight: 400;
		height: 32px;
		line-height: 32px;
		margin: 0 auto 10px;
		padding: 0 10px;
		text-align: center;
	}

	.tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-] {
		background-color: inherit;
		color: #fff;
	}

	.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] {
		background-color: inherit;
		color: inherit;
	}
}

#tribe-events-content .tribe-events-tooltip h3 {
	margin: 0;
	background-color: transparent;
	font-size: 18px;
	padding: 0;
	letter-spacing: 0;
	font-weight: 700;
	color: #21759b;
}

.tribe-common .tribe-events-c-search__input-group {
	margin-right: 1em;
}
.tribe-events .tribe-events-c-search__button,
.tribe-events .tribe-events-c-search__button,
.tribe-common.tribe-events .tribe-events-c-search__button {
	padding: 1.4em 1.5em !important;
	margin: 0;
	font-size: 13px!important;
	font-weight: 700;
	font-style: normal;
	line-height: 1.8571em!important;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	border-radius: 2px!important;
	border: 2px solid #cc123f!important;
	box-sizing: border-box;
}


.tribe-common.tribe-events .tribe-events-c-nav__prev,
.tribe-common.tribe-events .tribe-events-c-nav__next {
	padding: 0.87em 2em;
	margin: 0;
	font-size: 16px;
	font-style: normal;
	line-height: 1.2857em;
	text-decoration: none;
	border-radius: 2px;
	border: 2px solid;
}

.tribe-common.tribe-events .tribe-events-c-ical__link,
.tribe-events-single a.tribe-events-ical,
.tribe-events-single a.tribe-events-gcal {
	padding: 0.87em 2em;
	margin: 0;
	font-size: .875em;
	font-style: normal;
	line-height: 1.2857em;
	text-decoration: none;
	border-radius: 2px;
	font-weight: 400;
	border: 2px solid;
}

.tribe-common.tribe-events .tribe-events-c-ical .tribe-events-c-ical__link,
.tribe-common.tribe-events .tribe-events-c-nav__list-item .tribe-events-c-nav__prev,
.tribe-common.tribe-events .tribe-events-c-nav__list-item .tribe-events-c-nav__next {
	font-size: 14px;
	text-transform: uppercase;
}

.tribe-common.tribe-events .tribe-events-calendar-month__multiday-event .tribe-common-h8 {
	font-size: 12px;
}

.tribe-common.tribe-events .tribe-events-header {
	background-color: transparent;
}

.tribe-common.tribe-events .tribe-events-calendar-month__day {
	height: 54px;
}

.tribe-events-single a.tribe-events-gcal {
	margin-right: 1em;
	margin-bottom: 0.5em;
}

.tribe-common.tribe-events .tribe-events-c-nav__next:after {
	content: '\e836';
	font-family: 'fontello';
	background-image: none;
	height: auto;
	margin-left: 10px;
}

.tribe-common.tribe-events .tribe-events-c-nav__prev:before {
	content: '\e837';
	font-family: 'fontello';
	background-image: none;
	height: auto;
	margin-right: 10px;
}

.tribe-common button.tribe-events-c-top-bar__datepicker-button,
.tribe-common.tribe-common--breakpoint-medium button.tribe-events-c-top-bar__datepicker-button,
.tribe-common.tribe-events .tribe-events-c-top-bar__datepicker-button {
	padding: .3em 1em .2em;
	font-size: 15px;
}

.tribe-common.tribe-events .tribe-events-c-top-bar__datepicker-button:after {
	display: none;
}

.tribe-common .tribe-events-c-top-bar__nav-link {
	padding: 5px 10px;
	background-color: transparent;
	display: inline-block;
}

.tribe-common.tribe-events button.tribe-events-c-top-bar__nav-link[disabled]:hover {
	background-color: transparent;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav-link:before {
	width: 6px;
	background-position: 50%;
	margin-right: 0;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar--border {
	border: none;
}

.tribe-common .tribe-events-calendar-list__event-title.tribe-common-h4--min-medium,
.tribe-common .tribe-events-calendar-day__event-title.tribe-common-h4--min-medium {
	font-size: 1em;
}

.tribe-common .tribe-events-calendar-list__event-title-link,
.tribe-common .tribe-events-calendar-list__event-title-link:hover,
.tribe-common .tribe-events-calendar-list__event-title-link:focus,
.tribe-common .tribe-events-calendar-list__event-title-link:active,
.tribe-common .tribe-events-calendar-day__event-title-link,
.tribe-common .tribe-events-calendar-day__event-title-link:hover,
.tribe-common .tribe-events-calendar-day__event-title-link:focus,
.tribe-common .tribe-events-calendar-day__event-title-link:active {
	border: none;
}

.tribe-common.tribe-events .tribe-events-c-ical__link::before {
	display: none;
}

.tribe-common .tribe-events-calendar-list__event-title a,
.tribe-common .tribe-events-calendar-day__event-title a {
	transition: .3s color;
}

.tribe-common .tribe-events-header__breadcrumbs {
	display: none;
}

.tribe-common .tribe-events-calendar-month__header-column .tribe-events-calendar-month__header-column-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 700;
}

.tribe-common.tribe-events .tribe-events-calendar-month__day-date {
	opacity: 1;
}

.tribe-common.tribe-events .tribe-events-calendar-month__day:after {
	display: none;
}

.tribe-common.tribe-events .tribe-events-c-top-bar__today-button {
	border-radius: 0;
}

.tribe-common.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-title-link,
.tribe-common.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-title-link:focus,
.tribe-common.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-title-link:active,
.tribe-common.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-title-link:hover {
	border: none;
}

.tribe-common.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-title-link {
	transition: .3s color;
}

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

.tribe-common.tribe-events .datepicker .datepicker-months .datepicker-switch {
	padding: 10px 5px 15px;
}

.tribe-common.tribe-events .datepicker .month,
.tribe-common.tribe-events .datepicker .year {
	font-size: 13px;
}

.tribe-common.tribe-events .datepicker {
	padding: 10px;
}

.tribe-common.tribe-events .tribe-common-l-container {
	padding-right: 0;
	padding-left: 0;
}

.tribe-common.tribe-events .tribe-events-c-nav__today {
	font-weight: 700;
	text-transform: uppercase;
}

.tribe-common .tribe-common-anchor:active,
.tribe-common .tribe-common-anchor:focus,
.tribe-common .tribe-common-anchor:hover,
.tribe-common .tribe-common-anchor {
	border: none;
}

.tribe-common.tribe-events .tribe-events-c-nav {
	border: none;
}

.tribe-common.tribe-events .tribe-events-c-day-marker:after {
	display: none;
}

.tribe-common.tribe-events .tribe-events-c-day-marker__date,
.tribe-common.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-datetime {
	font-weight: 700;
}

.tribe-common .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input,
.tribe-common .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus {
	background-image: none;
	border: 1px solid;
}

.tribe-common.tribe-events .tribe-events-calendar-list__month-separator-text,
.tribe-common.tribe-events .tribe-events-calendar-day__type-separator-text {
	font-weight: 400;
	text-transform: uppercase;
	padding: 0 1em;
}

.tribe-common.tribe-events .tribe-events-calendar-list__month-separator-text,
.tribe-common.tribe-events .tribe-events-calendar-day__type-separator-text {
	position: relative;
	z-index: 1;
}

.tribe-common .tribe-events-calendar-list__event-title-link,
.tribe-common .tribe-events-calendar-day__event-title-link {
	font-size: 25px;
}

.tribe-common.tribe-events .tribe-events-calendar-list__event-description,
.tribe-common.tribe-events .tribe-events-calendar-day__event-description {
	font-size: 16px;
}

.tribe-common .tribe-events-calendar-list__event-cost span,
.tribe-common .tribe-events-calendar-day__event-cost span,
.tribe-common .tribe-events-calendar-month__calendar-event-tooltip-cost span,
.tribe-events-single .tribe-events-cost {
	border: 1px solid #ddd;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	padding: 8px 12px;
	text-align: center;
	text-overflow: ellipsis;
	font-size: 16px;
}

.tribe-common.tribe-events .tribe-events-calendar-list__event-cost,
.tribe-common.tribe-events .tribe-events-calendar-day__event-cost {
	margin-top: 25px;
}

.tribe-common.tribe-events .datepicker .datepicker-switch,
.tribe-common.tribe-events .datepicker .day,
.tribe-common.tribe-events .datepicker .dow {
	font-size: 13px;
	padding: 5px;
	font-weight: 700;
}

.tribe-common.tribe-events .datepicker .day {
	min-width: 36px;
	font-weight: 400;
}

.tribe-common.tribe-events .datepicker .next,
.tribe-common.tribe-events .datepicker .prev {
	padding: 12px 15px;
}

.tribe-common.tribe-events .datepicker .next .tribe-common-svgicon,
.tribe-common.tribe-events .datepicker .prev .tribe-common-svgicon {
	height: 9px;
}

.tribe-common.tribe-events .tribe-events-calendar-month__header-column {
	padding: 4px 0;
}

.tribe-common.tribe-events .tribe-events-calendar-month__header-column-title {
	font-size: 12px;
	line-height: 1.5em;
}

.tribe-common.tribe-events .tribe-events-calendar-month__day-date,
.tribe-common.tribe-events .tribe-events-calendar-month__day-cell:hover,
.tribe-common.tribe-events .tribe-events-calendar-month__day-cell:focus,
.tribe-common .tribe-events-calendar-month__day-cell--mobile {
	background-color: #f7f7f7;
}

.tribe-common .tribe-events-calendar-month__day--past .tribe-events-calendar-month__mobile-events-icon--event {
	background-color: #141827;
}

.tribe-common.tribe-events .tribe-events-calendar-month__day-date {
	padding: 4px 9px 6px;
	font-size: 12px;
	font-weight: 700;
}

.tribe-common .tribe-events-calendar-month-mobile-events__mobile-event-title-link {
	font-size: 18px;
}

.tribe-common.tribe-events .tribe-events-c-nav__list-item--today {
	align-items: center;
}

.tribe-events .tribe-events-c-messages__message--notice:before {
	display: none;
}

.tribe-common.tribe-events .tribe-events-c-nav__list-item--today {
	align-items: center;
}

.tribe-common.tribe-events .tribe-events-c-events-bar,
.tribe-common.tribe-events .tribe-events-c-events-bar__search-filters-container,
.tribe-common.tribe-events .tribe-events-c-view-selector__content {
	background-color: transparent;
}

.single-tribe_events .tribe-events-cal-links {
	margin-top: 1em;
}


.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:after,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:before,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:after,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:before,
.tribe-common.tribe-events .tribe-events-c-nav__next svg,
.tribe-common.tribe-events .tribe-events-c-nav__prev svg,
.tribe-events .tribe-events-c-search__input-control-icon-svg {
	display: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__list-item:focus,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__list-item:focus-within,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__list-item:hover {
	background-color: inherit;
}

.tribe-common.tribe-events .tribe-events-c-top-bar__datepicker .tribe-events-c-top-bar__datepicker-button .tribe-common-c-svgicon__svg-fill{
	fill: #fff;
}

.tribe-common .tribe-events-calendar-month__calendar-event-tooltip-datetime,
.tribe-common .tribe-events-calendar-month__calendar-event-tooltip-description{
	font-size: 14px!important;
}

.tribe-common .tribe-events-calendar-month__calendar-event-tooltip-title{
	font-size: 16px!important;
}

.single-tribe_events .tribe-events-single .tribe-events-event-meta,
.tribe-events-content,
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime,
.tribe-common .tribe-common-b3,
.tribe-common .tribe-common-b2{
	color: inherit;
}

.tribe-common.tribe-events .tribe-events-c-ical .tribe-events-c-ical__link svg{
	display: none;
}

.tribe-events .tribe-events-calendar-month__multiday-event--end .tribe-events-calendar-month__multiday-event-bar,
.tribe-events .tribe-events-calendar-month__multiday-event--start .tribe-events-calendar-month__multiday-event-bar{
	border-radius: unset;
}

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

.tribe-events-meta-group .tribe-events-single-section-title,
.tribe-events-schedule h2{
	font-family: "Montserrat", sans-serif;
}
.tribe-events-schedule h2 {
	display: inline-block;
	margin-bottom: 0;
	font-size: 1.2em;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.tribe-events-single .tribe-events-sub-nav,
.tribe-events-content p{
	font-size: inherit;
	line-height: inherit;
}

.tribe-events-event-meta,
.tribe-events-content{
	font-family: inherit;
}

.tribe-events-single a.tribe-events-ical,
.tribe-events-single a.tribe-events-gcal{
	background-image: none;
}

.tribe-events-single .tribe-events-sub-nav{
	padding-left: 0;
	padding-right: 0;
}

.single-tribe_events .tribe-events-single .tribe-events-event-meta abbr{
	border-bottom: unset;
}

.tribe-events-meta-group .tribe-events-single-section-title{
	font-size: 1.214285714em;
	letter-spacing: inherit;
	text-transform: none;
}

#tribe-events-content nav a.sc_button{
	margin: 0;
}

#tribe-events-footer .tribe-events-sub-nav li{
	max-width: 48%;
}

.tribe-events .tribe-events-c-events-bar__search-button,
.tribe-events-c-view-selector__button{
	background-color: transparent!important;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button button{
	transition: none;
}

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

.single-tribe_events .tribe-events-single .tribe-events-event-meta{
	width: 50%;
}

/* LOADER */
.tribe-common .tribe-common-c-loader .tribe-common-c-loader__dot {
	background-color: #fff;
	display: inline-block;
	vertical-align: top;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
}

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

.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.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button button{
   font-size: 14px;
}

.tribe-common.tribe-events .tribe-common-l-container,
#tribe-events-pg-template{
	padding: 0;
}

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

.tribe-events .datepicker .month, 
.tribe-events .datepicker .year{
	font-family: inherit;
}

.tribe-events .tribe-events-c-top-bar__nav-list{
	align-items: center;
}

.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown__container,
.tribe-block__events-link .tribe-events .tribe-events-c-subscribe-dropdown__container,
.single-tribe_events .tribe-events-c-subscribe-dropdown__button,
.tribe-block__events-link .tribe-events-c-subscribe-dropdown__button {
	width: max-content;
	max-width: 100%;
}

.tribe-events-event-meta .tribe-events-address .tribe-events-gmap{
	display: inline-block;
}

.tribe-events-event-image > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button, 
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button{
	padding: 1.05em 1.25em 1.15em;
	box-sizing: border-box;
}

.tribe-events .tribe-events-c-view-selector__list-item-text{
	color: inherit!important;
}


/* LOADER */
.tribe-common .tribe-common-c-loader .tribe-common-c-loader__dot {
	background-color: #fff;
	display: inline-block;
	vertical-align: top;
	width: 15px;
	height: 15px;
	line-height: 15px;
	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);
	}
}