
/* Events */

#tribe-events-content table.tribe-events-calendar {
	margin-bottom: 0;
}

#tribe-events-bar { margin: 0 -15px 60px; }

#tribe-bar-collapse-toggle { display: none; }

#tribe-events-bar .tribe-bar-full {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;

	justify-content: space-between;
}

.tribe-bar-full .tribe-bar-filters,
.tribe-bar-full #tribe-bar-views
{
	padding: 0 15px;
}

.flexboxlegacy .tribe-bar-full .tribe-bar-filters {
	flex-basis: 82%;
}

.no-flexboxlegacy .tribe-bar-full .tribe-bar-filters {
	width: 82%;
}

.ie10 .tribe-bar-full .tribe-bar-filters,
.gecko:not(.ff6) .tribe-bar-full .tribe-bar-filters {
	flex-basis: 77%;
	width: 77%;
}

.tribe-bar-full .tribe-bar-filters-inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
}

.tribe-bar-filters .tribe-bar-date-filter
{
	padding: 0 5px;
}

.flexboxlegacy .tribe-bar-filters .tribe-bar-date-filter {
	flex-basis: 35%;
}

.no-flexboxlegacy .tribe-bar-filters .tribe-bar-date-filter {
	width: 35%;
}

.tribe-bar-filters .tribe-bar-search-filter
{
	padding: 0 5px;
}

.flexboxlegacy .tribe-bar-filters .tribe-bar-search-filter {
	flex-basis: 47%;
}

.no-flexboxlegacy .tribe-bar-filters .tribe-bar-search-filter {
	width: 47%;
}

.tribe-bar-filters .tribe-bar-submit {
	margin-left: 5px;
}

.flexboxlegacy .tribe-bar-filters .tribe-bar-submit {
	flex-basis: 17%;
}

.no-flexboxlegacy .tribe-bar-filters .tribe-bar-submit {
	width: 17%;
}

.tribe-bar-filters .tribe-bar-submit .tribe-events-button {
	padding: 7px 30px;
	display: inline-block;
	font-size: 14px;
	border-radius: 3px;
	text-transform: uppercase;
	text-align: center;
	line-height: 26px;
	letter-spacing: 0.5px;
	background-color: #d96704;
	font-weight: 600;
	color: #fff;
	font-family: inherit;
}

.tribe-bar-submit .tribe-events-button:before {
	font-size: 1em;
	margin-right: 10px;
	font-family: 'Linearicons';
	display: inline-block;
	vertical-align: -2px;
	content: "\e922";
}

.tribe-bar-filters .tribe-bar-submit .tribe-events-button:hover {
	background-color: #b95803;
}

.tribe-bar-views-select { display: none; }

.flexboxlegacy .tribe-bar-full #tribe-bar-views {
	flex-basis: 18%;
}

.no-flexboxlegacy .tribe-bar-full #tribe-bar-views {
	width: 18%;
}

.safari.mac .tribe-bar-full #tribe-bar-views
{
	flex-basis: 17.7%;
	width: 17.7%;
}

.flexboxlegacy.safari.mac .tribe-bar-full #tribe-bar-views {
	flex-basis: 17.7%;
}

.no-flexboxlegacy.safari.mac .tribe-bar-full #tribe-bar-views {
	width: 17.7%;
}

.tribe-bar-views-inner .mad-custom-select .mad-selected-option,
.tribe-bar-views-inner .mad-custom-select .mad-options-list li {
	padding-left: 40px;
	padding-right: 20px;
	position: relative;
}

.tribe-bar-views-inner .mad-custom-select .mad-selected-option,
.tribe-bar-views-inner .mad-custom-select .mad-options-list li
{
	padding-left: 40px;
	padding-right: 20px;
	position: relative;
}

.tribe-bar-views-inner .mad-custom-select .mad-selected-option:before,
.tribe-bar-views-inner .mad-custom-select .mad-options-list li:before
{
	content: '';
	position: absolute;
	width: 15px;
	height: 16px;
	left: 18px;
	top: 50%;
	margin-top: -8px;
}

.tribe-bar-views-inner .mad-custom-select .mad-selected-option:before {
	background: url(../images/15x16_icon2.png) no-repeat;
}

.tribe-bar-views-inner .mad-custom-select .mad-selected-option:before {
	margin-top: -5px;
}

.tribe-bar-views-inner .mad-custom-select .mad-selected-option:before { font-size: 0; }

.tribe-bar-views-inner .mad-custom-select .mad-options-list li.list:before {
	background: url(../images/15x16_icon2.png) no-repeat;
	margin-top: -4px;
}

.tribe-bar-views-inner .mad-custom-select .mad-options-list li.month:before {
	background: url(../images/15x16_icon1.png) no-repeat;
}

.tribe-bar-views-inner .mad-custom-select .mad-options-list li.day:before {
	background: url(../images/15x16_icon4.png) no-repeat;
}


/* Notices */

.tribe-events-notices {
	padding: 28px 70px 28px;
	margin-bottom: 28px;
	margin-top: 0;
	position: relative;
	background: #fff;
	border: 1px solid #0648a2;
	color: #0648a2;
	border-radius: 0;
}

.tribe-events-notices:before {
	content: "\e965";
	font-family: 'linearicons';
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top: -13px;
	font-size: 26px;
}

/* Calendar */

.datepicker.dropdown-menu {
	padding: 0;
	border: none;
	box-shadow: none;
	border-radius: 2px;
}

	.datepicker.dropdown-menu table {
		background: #fff;
		border: none;
		margin-bottom: 0;
	}

	@media only screen and (min-width: 992px) {
		.datepicker.dropdown-menu table {
			min-width: 350px
		}
	}

		.datepicker.dropdown-menu table thead th {
			border-top: none;
			border-bottom: none;
			font-weight: 400;
			color: #262621;
			background: #f7f7f7;
		}

		.datepicker.dropdown-menu table thead th.prev,
		.datepicker.dropdown-menu table thead th.next
		{
			font-size: 0;
		}

		.datepicker.dropdown-menu table thead th.prev:after,
		.datepicker.dropdown-menu table thead th.next:after
		{
			position: relative;
			top: 5px;
			font-family: 'Linearicons';
			font-size: 20px;
		}

		.datepicker.dropdown-menu table thead th.prev:after
		{
			left: 0;
			content: '\e93b';
		}

		.datepicker.dropdown-menu table thead th.next:after
		{
			right: 0;
			content: '\e93c';
		}

		.datepicker.dropdown-menu table thead th,
		.datepicker.dropdown-menu table tr td
		{
			text-align: center;
			padding: 16px 5px;
			border: 1px solid #e0e0e0;
			font-size: 16px;
			border-radius: 0;
			line-height: 15px;
			color: #666;
		}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover,
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled]
{
	color: #fff;
	background: #d96704;
}

/* Events month */

table.tribe-events-calendar {
	width: auto;
}

#tribe-events-content table.tribe-events-calendar {
	margin-bottom: 40px;
	font-size: 1em;
}

#tribe-events-content,
#tribe-events-footer {
	padding: 0;
	margin-bottom: 0;
}

#tribe-events-footer, #tribe-events-header {
	margin-bottom: 0;
	overflow: hidden;
}

#tribe-events-footer {
	margin-top: 26px;
}

.tribe-events-single #tribe-events-footer {
	margin-bottom: 80px;
}

.tribe-events-single #tribe-events-footer:last-of-type {
	margin-bottom: 0;
}

.tribe-events-type.table-type-1 {
	overflow: visible;
}

#tribe-events-content .tribe-events-calendar td,
#tribe-events-content table.tribe-events-calendar {
	border-color: #ddd;
}

#tribe-events-content .tribe-events-calendar td,
#tribe-events-content table.tribe-events-calendar
{
	border-top: none;
	border-bottom: none;
}

#tribe-events-content table.tribe-events-calendar {
	margin-bottom: 0;
	border: 1px solid #e0e0e0;
}

	.tribe-events-bar form > .row {
		margin: 0 -5px;
	}

		.tribe-events-bar form > .row > [class*="col"]{
			padding: 0 5px;
		}

.tribe-events-bar:not(:last-child){
	margin-bottom: 18px;
}

.tribe-events-bar form .btn.f-right{
	margin-left: 10px;
}

.tribe-events-bar .info-btn {
	color: #262621;
}

.tribe-events-filters {
	position: relative;
	z-index: 2;
}

.tribe-events-filters-content {
	display: none;
}

.tribe-events-filters-content .flex-row label{
	margin-bottom: 0;
	font-size: 14px;
	letter-spacing: 0.5px;
}

.tribe-events-filters-content label{
	text-transform: uppercase;
}

.tribe-events-filters.show-filter #tribe_events_filters_toggle{
	display: none;
}

.tribe-events-filters.show-filter .tribe-events-filters-content{
	display: block;
}

.tribe-filter-control{
	margin: 0 -15px;
}

.tribe-filter-control > *{
	margin: 0 15px;
	position: relative;
}

.tribe-filter-control > *:not(:last-child):after{
	content: '';
	height: 13px;
	width: 1px;
	background: #dadada;
	position: absolute;
	right: -16px;
	top: 50%;
	margin-top: -6px;
}

.tribe-events-filters-content > form{
	margin: 0 -20px 0;
	font-size: 0;
}

.tribe_events_filter_item{
	font-size: 16px;
	display: inline-block;
	position: relative;
	padding: 0 25px 0;
}

.tribe-events-filters-label{
	font-weight: 900;
	color: #666;
	text-transform: uppercase;
}

.tribe-events-filter-checkboxes{
	top: 100%;
	left: 50%;
	min-width: 185px;
	background: #630e1d;
	padding: 8px;
	margin-top: 5px;
	position: absolute;
	display: none;
	z-index: 2;

	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.tribe-events-filter-checkboxes:before{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #630e1d;
	border-top: none;
	bottom: 100%;
	left: calc(50% - 6px);
}

.tribe_events_filter_item.active .tribe-events-filter-checkboxes{
	display: block;
}

.tribe-events-filter-checkboxes .mad-custom-select .mad-selected-option{
	background: #fff;
	border-color: #fff;
	height: 39px;
	padding: 5px 20px;
	font-size: 15px;
}

.tribe-events-filter-checkboxes .mad-custom-select .mad-selected-option:before{
	font-size: 14px;
	line-height: 39px;
}

.tribe-events-filter-checkboxes .mad-custom-select .mad-options-list{
	font-size: 15px;
	background: #fff;
}

.tribe_events_filter_item .tribe-events-filters-group-heading{
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	color: #262621;
	font-style: normal;
	position: relative;
	cursor: pointer;
	padding-right: 12px;
	line-height: 26px;
}

.tribe_events_filter_item .tribe-events-filters-group-heading:not(:last-child){
	margin-bottom: 0;
}

.tribe_events_filter_item .tribe-events-filters-group-heading:after{
	position: absolute;
	top: 1px;
	right: 0;
	font-size: 12px;
	content: '\e85d';
	font-family: 'Fontello';
}

.tribe_events_filter_item.active .tribe-events-filters-group-heading:after{
	content: '\e85a';
}

table.tribe-events-calendar{
	border: 1px solid #e0e0e0;
}

table.tribe-events-calendar thead tr th{
	color: #262621;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	padding: 11px;
	letter-spacing: 0.5px;
	font-size: 16px;
}

table.tribe-events-calendar tr td {
	font-size: 14px;
	color: #666;
	font-weight: 300;
	text-align: center;
	vertical-align: middle;
}

table.tribe-events-calendar tr td.time {
	padding: 13px;
}

table.tribe-events-calendar tr td:not(:first-child),
table.tribe-events-calendar tr th:not(:first-child ){
	border-left: 1px solid #e0e0e0;
}

.tribe-events-calendar tr td .tribe-events-category-tech-events{
	padding: 40px 13px 26px;
	line-height: 22px;
	position: relative;
	transition: all .4s ease;
}

.tribe-events-calendar tr td .tribe-events-category-tech-events:hover{
	background: #d96704;
	color: #fff;
}

.tribe-events-calendar tr td .tribe-events-category-tech-events:hover .tribe-title{
	color: #fff;
}

.tribe-events-calendar tr td .tribe-events-category-tech-events .tribe-title:hover{
	text-decoration: underline;
}

.tribe-events-category-tech-events .tribe-events-tooltip{
	position: absolute;
	bottom: 100%;
	left: 0;
	margin-left: -2px;
	padding: 20px;
	background: #fff;
	color: #666;
	text-align: left;
	width: 420px;
	z-index: 2;
	opacity: 0;
	visibility: hidden;

	transition: all .4s ease;

	-webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0px 8px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow:         0px 8px 15px 0px rgba(0, 0, 0, 0.1);
}

.tribe-events-category-tech-events .tribe-events-tooltip:before{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-top: 10px solid #fff;
	border-right: 9px solid transparent;
	top: 100%;
	left: 30px;
	margin-left: -7px;
}


.tribe-events-category-tech-events:hover .tribe-events-tooltip{
	opacity: 1;
	visibility: visible;
}

.tribe-events-category-tech-events .tribe-events-tooltip header:not(:last-child){
	margin-bottom: 10px;
}

.tribe-events-category-tech-events .tribe-events-tooltip h6{
	font-size: 18px;
	font-weight: normal;
}

.tribe-events-category-tech-events .tribe-events-tooltip h6:not(:last-child){
	margin-bottom: 0;
}

.tribe-events-category-tech-events .tribe-events-tooltip time{
	color: #999;
	font-size: 12px;
	text-transform: uppercase;
}

.tribe-events-category-tech-events .tribe-events-tooltip,
.tribe-events-category-tech-events .tribe-events-tooltip p{
	font-size: 13px;
	line-height: 20px;
}

.tribe-events-category-tech-events .tribe-events-tooltip img.alignleft{
	margin-right: 15px;
	margin-bottom: 0;
}

.tribe-events-calendar tr td .tribe-events-daynum{
	padding: 0 10px;
	text-align: center;
	font-weight: normal;
	font-size: 15px;
	background: #f7f7f7;
	border-width: 1px 0 1px;
	border-style: solid;
	border-color: #e0e0e0;
}

.tribe-events-calendar tr td .tribe-events-daynum.next-month a{
	color: #999;
}

table.tribe-events-calendar.var2 tr td{
	vertical-align: top;
	text-align: left;
}

.tribe-events-calendar tr td .tribe-events-category-tech-events{
	padding: 0;
}

.tribe-events-calendar tr td .tribe-events-category-tech-events > a{
	font-size: 18px;
	color: #262621;
	font-weight: normal;
	font-style: italic;
	line-height: 22px;
	padding: 14px 20px;
	display: block;
}

.tribe-events-calendar tr td .tribe-events-category-tech-events:hover > a{
	color: #fff;
}

.tribe-events-calendar tr td .tribe-events-category-tech-events:hover > a{
	border-bottom-color: #75c1b2;
}

.tribe-events-calendar tr td .tribe-events-category-tech-events > a:hover{
	text-decoration: underline;
}

.tribe-events-calendar tr td .tribe-events-category-tech-events > a:not(:first-child){
	border-top: 1px solid #e4e4e4;
}

.tribe-events-calendar tr td .tribe-events-category-tech-events.next-month > a{
	opacity: .6;
}

#tribe-events-content .tribe-events-calendar td:last-child
{
	border-right: none;
}

#tribe-events-content .tribe-events-calendar td {
	font-size: 1em;
}

.tribe-events-title-bar { display: none; }

h2.tribe-events-page-title {
	font-size: 36px;
	line-height: 42px;
	text-align: left;
}

.tribe-events-list h2.tribe-events-page-title {
	margin-bottom: 26px;
}

.events-list div#tribe-events-footer {
	margin-top: 1.65em;
}

.tribe-events-loop .type-tribe_events:not(:last-of-type) {
	margin-bottom: 42px;
}

.tribe-events-loop .tribe-events-day-time-slot:not(:last-child) {
    margin-bottom: 42px;
}

.tribe-events-loop .type-tribe_events {
	padding-left: 120px;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: -13px;
}

.tribe-events-day .tribe-events-day-time-slot .type-tribe_events {
	margin-left: 0;
}

.tribe-events-loop .tribe-events-date {
	position: absolute;
	left: 0;
	top: 13px;
	max-width: 100%;
	letter-spacing: 0.3px;
	width: 135px;
	padding: 12px 18px 18px;
	border-left: 3px solid #d96704;
	text-align: left;
	border-radius: 3px 0 0 3px;
}

	.tribe-events-loop .tribe-events-date .numb {
		margin-bottom: 0;
		color: #d96704;
		font-weight: bold;
		font-style: normal;
		font-size: 48px;
		line-height: 1em;
	}

	.tribe-events-loop .tribe-events-date .month {
		margin-bottom: 0;
		color: #d96704;
		font-size: 16px;
		line-height: 20px;
		font-weight: normal;
		font-family: inherit;
		text-transform: uppercase;
	}

	.tribe-events-loop .tribe-events-date .day {
		text-transform: uppercase;
		font-size: 14px;
		color: #666;
	}

.tribe-events-loop .tribe-events-event-image {
	float: left;
	min-width: 400px;
	max-width: 400px;
	flex-basis: 100%;
}

.tribe-events-loop .tribe-events-content {
	position: relative;
	overflow: hidden;
	padding-top: 11px;
}

.tribe-events-list .tribe-events-loop .type-tribe_events > * {
	padding: 13px 15px 0;
}

.tribe-events-list .tribe-events-loop .type-tribe_events > .tribe-events-date {
	padding: 12px 18px 18px;
}

.tribe-events-list .tribe-events-loop .tribe-events-content {
	width: auto;
	clear: none;
}

.tribe-events-list .tribe-events-loop .tribe-events-content > p {
	color: #666;
	font-size: 16px;
	line-height: 26px;
}

.tribe-events-list-separator-month { display: none; }

#tribe-events-content.tribe-events-list {
	margin-bottom: 0;
}

.tribe-events-list-event-title {
	position: relative;
	overflow: hidden;
	font-weight: 700;
}

.tribe-events-list-event-title:not(:last-child) { margin-bottom: 7px; }

.tribe-events-loop .tribe-events-event-cost {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 50;
	color: #d96704;
	font-size: 21px;
	font-weight: 600;
}

.tribe-events-list-event-title a:hover { color: #b95803; }

.tribe-events-loop .tribe-events-event-meta {
	margin-bottom: 23px;
}

.tribe-events-day .tribe-events-day-time-slot h5 {
	margin-bottom: 1em;
}

.tribe-events-day .tribe-events-day-time-slot h5 {
	margin-top: 0;
}

.tribe-event-schedule-details,
.tribe-events-venue-details,
.time-details
{
	position: relative;
	display: block;
	padding-left: 21px;
	color: #262621;
	font-size: 14px;
	line-height: 22px;
}

.tribe-events-list .time-details,
.tribe-events-list .tribe-events-venue-details
{
	line-height: inherit;
}

.tribe-event-schedule-details:before,
.tribe-events-venue-details:before
{
	position: absolute;
	left: 0;
	top: 4px;
	margin-right: 4px;
	font-family: 'fontello';
	font-size: 14px;
	color: #acacac;
	line-height: 1em;
}

.tribe-events-venue-details:before {
	top: 2px;
}

.tribe-event-schedule-details:before { content: '\e8e6'; }
.tribe-events-venue-details:before   { content: '\e8c6'; font-size: 18px; }

.tribe-events-event-meta .author > *:not(:last-child) {
	margin-bottom: 0;
}

.tribe-events-list .time-details
{
	display: inline-block;
}

.tribe-common .tribe-tickets__buy.tribe-common-c-btn {
	padding: 7px 30px;
	display: inline-block;
	font-size: 14px;
	border-radius: 3px;
	text-transform: uppercase;
	color: #fff;
	background-color: #a0a603;
	text-align: center;
	line-height: inherit;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.tribe-common .tribe-tickets__buy.tribe-common-c-btn:not([disabled]):hover {
	background-color: #888d03;
}

.tribe-button {
	padding: 3px 14px;
	display: inline-block;
	font-size: 12px;
	border-radius: 3px;
	text-transform: uppercase;
	color: #fff;
	background-color: #a0a603;
	text-align: center;
	line-height: inherit;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.tribe-button:hover {
	background-color: #888d03;
}

.tribe-events-read-more
{
	margin-right: 7px;
	padding: 7px 30px;
	display: inline-block;
	font-size: 14px;
	border-radius: 3px;
	text-transform: uppercase;
	color: #fff !important;
	background-color: #a0a603;
	text-align: center;
	line-height: inherit;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.tribe-events-read-more:hover
{
	background-color: #888d03;
}

.entry-action a:not(:last-child) {
	margin-right: 7px;
}

/* Event Icons */

.event-icons {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin: 0 -1px;
}

	.event-icons a {
		display: inline-block;
		width: 42px;
		height: 42px;
		border: 2px solid #e3e3e3;
		border-radius: 3px;
		text-align: center;
	}

	.event-icons a:not(:last-child) {
		margin-right: 7px;
	}

	.event-icons a:hover {
		border-color: #a0a603;
		color: #a0a603;
	}

		.event-icons a i {
			font-size: 20px;
			line-height: 38px;
		}

.event-action > .event-action-button {
	margin: 0 8px 0 0;
}

/* Event Button */

.event-action-button {
	padding: 7px 30px;
	white-space: nowrap;
	display: inline-block;
	border-radius: 3px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	background-color: #a0a603;
	font-size: 14px;
	letter-spacing: .5px;
	line-height: 26px;
	text-align: center;
	transition: background-color .35s ease;
}

.event-action-button:hover {
	background-color: #888d03;
}

.event-action-button .event-action-icon:before {
	margin-left: 10px;
	font-style: normal;
	font-family: 'fontello';
	font-size: 14px;
	color: #fff;
	content: "\e8f9";
}

.event-more-button {
	display: inline-block;
	margin-top: 37px;
	font-size: 16px;
	letter-spacing: .5px;
	font-weight: 600;
	text-transform: uppercase;
	color: #d96704;
}

.event-more-button:hover {
	color: #b95803;
}

.event-more-button .event-more-icon:before {
	margin-left: 10px;
	font-style: normal;
	font-family: 'fontello';
	font-size: inherit;
	content: "\e8f9";
}

.tribe-events-ical.tribe-events-button,
.tribe-events-gcal.tribe-events-button
{
	font-weight: 900;
	font-size: 14px;
	background: none!important;
	padding: 0;
	border-radius: 0;
	border-bottom: 1px solid transparent;
	text-transform: uppercase;
	white-space: nowrap;
	text-align: center;
	line-height: 24px;
	letter-spacing: 0.5px;
	margin-left: 15px;
	display: none;
}

ul.tribe-events-sub-nav .tribe-events-ical.tribe-events-button,
.tribe-events-page-nav .tribe-events-gcal.tribe-events-button,
.single-tribe_events .tribe-events-page-nav .tribe-events-cal-links
{
	display: block;
}

.single-tribe_events .tribe-events-cal-links { display: none; }

.single-tribe_events .tribe-events-cal-links {
	margin: 0 10px 10px;
}

.single-tribe_events .tribe-events-single .tribe-events-cal-links {
	margin-bottom: 0;
}

.tribe-events-ical.tribe-events-button:hover,
.tribe-events-gcal.tribe-events-button:hover
{
	border-bottom-color: inherit;
}

.tribe-events-calendar thead tr th {
	font-weight: 500;
	color: #262621;
	padding: 11px;
	text-align: center;
	text-transform: none;
	font-size: 1em;
	letter-spacing: 0;
}

.tribe-events-calendar thead tr th:not(:last-child) {
	border-right: 1px solid #ddd;
}

#tribe-events-content .tribe-events-calendar td {
	height: 87px;
	padding: 0;
}

.tribe-events-calendar td div[id*=tribe-events-daynum-],
.tribe-events-calendar td div[id*=tribe-events-daynum-] a
{
	text-align: center;
	font-weight: normal;
	font-size: 15px;
	background: #f7f7f7;
	color: #999;
}

.tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-],
.tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-] a
{
	color: #fff;
}

.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
	position: relative;
	margin: 0;
	padding: 0;
	transition: all .4s ease;
}

#tribe-events-content table .type-tribe_events:hover {
	background: #d96704;
}

#tribe-events-content table .type-tribe_events:hover a {
	color: #fff;
	text-decoration: underline;
}

.tribe-events-month > h3.title {
	text-transform: capitalize;
}

.tribe-events-calendar .tribe-events-month-event-title {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	line-height: 24px;
	padding: 14px 20px;
	display: block;
}

.tribe-events-viewmore {
	margin: 0 5% 5% 5%;
	font-weight: 400;
	font-size: 14px;
}

.tribe-events-calendar td a {
	position: relative;
	font-size: 100%;
}

.tribe-events-tooltip .tribe-events-event-body {
	padding: 0;
}

.tribe-events-day .tribe-events-day-time-slot .tribe-events-day-time-slot-heading {
	margin-top: 0;
}

.tribe-events-list .type-tribe_events .tribe-events-list-event-title {
	margin-bottom: 7px;
}

/* Events navigation */

.events-list #tribe-events-footer,
.tribe-events-day #tribe-events-footer,
.tribe-events-map #tribe-events-footer
{
	margin-bottom: 0;
}

#tribe-events-content #tribe-events-footer ul.tribe-events-sub-nav {
	margin-bottom: 0;
	border-top: 1px solid #e0e0e0;
	padding-top: 15px;
	border-bottom: none;
	padding-bottom: 0;
}

#tribe-events-content ul.tribe-events-sub-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: auto;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 26px;
	padding-bottom: 13px;
	border-bottom: 1px solid #e0e0e0;
}

	#tribe-events-content ul.tribe-events-sub-nav > * {
		margin: 0 10px 10px;
	}

	.tribe-events-sub-nav .tribe-events-nav-previous { text-align: left; }
	.tribe-events-sub-nav .tribe-events-nav-next     { text-align: right; }

	.tribe-events-sub-nav .tribe-events-nav-previous a,
	.tribe-events-sub-nav .tribe-events-nav-next a
	{
		display: inline-block;
		text-transform: uppercase;
		font-weight: 900;
		font-size: 14px;
		background: none!important;
		padding: 0;
		border-radius: 0;
		position: relative;
		border-bottom: 1px solid transparent;
		white-space: nowrap;
		text-align: center;
		line-height: 24px;
		letter-spacing: 0.5px;
	}

	.tribe-events-sub-nav .tribe-events-nav-previous a
	{
		margin-left: 32px;
	}

	.tribe-events-sub-nav .tribe-events-nav-next a
	{
		margin-right: 32px;
	}

	.tribe-events-sub-nav .tribe-events-nav-previous a:hover,
	.tribe-events-sub-nav .tribe-events-nav-next a:hover
	{
		border-bottom-color: inherit;
	}

	.tribe-events-sub-nav .tribe-events-nav-previous a:before,
	.tribe-events-sub-nav .tribe-events-nav-next a:before
	{
		position: absolute;
		font-weight: normal;
		left: 0;
		top: 0;
		font-family: 'Linearicons';
		content: '\e964';
		font-size: 20px;
		color: #262621;
		margin-top: -2px;
	}

	.tribe-events-sub-nav .tribe-events-nav-previous a:before {
		margin-left: -30px;
	}

	.tribe-events-sub-nav .tribe-events-nav-next a:before {
		margin-right: -30px;
		left: auto;
		right: 0;
		content: '\e965';
	}

	.tribe-events-sub-nav .tribe-events-nav-previous a span,
	.tribe-events-sub-nav .tribe-events-nav-next a span
	{
		display: none;
	}

.tribe-events-back a {
	display: inline-block;
	font-weight: 900;
	font-size: 14px;
	background: none!important;
	padding: 0;
	border-radius: 0;
	border-bottom: 1px solid transparent;
	white-space: nowrap;
	text-align: center;
	line-height: 24px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-left: 30px;
	position: relative;
}

.tribe-events-back a:hover { border-bottom-color: inherit; }

.tribe-events-back a:before {
	font-family: 'Linearicons';
	content: '\e964';
	font-size: 20px;
	color: #262621;
	position: absolute;
	font-weight: normal;
	left: 0;
	top: 0;
	margin-top: -1px;
	margin-left: -30px;
}

/* Events tooltip */

.tribe-events-category-tech-events .tribe-events-tooltip {
	font-size: 0.813em;
}

.recurring-info-tooltip,
.tribe-events-calendar .tribe-events-tooltip,
.tribe-events-shortcode.view-week .tribe-events-tooltip,
.tribe-events-week .tribe-events-tooltip
{
	position: absolute;
	bottom: 100%;
	left: 0;
	margin-left: -2px;
	padding: 20px;
	background: #fff;
	color: #666;
	text-align: left;
	width: 420px;
	z-index: 2;
	border: none;
	transition: all .4s ease;
	-webkit-box-shadow: 0 8px 15px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 8px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0 8px 15px 0px rgba(0, 0, 0, 0.1);
	font-size: 13px;
	line-height: 20px;
}

#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.entry-title {
	font-size: 18px;
	font-weight: normal;
}

#tribe-events-content .tribe-events-tooltip h4.entry-title {
	font-size: 1.125em;
	font-weight: normal;
}

#tribe-events-content .tribe-events-tooltip .tribe-event-duration
{
	margin-bottom: 10px;
	color: #262621;
	letter-spacing: 0.5px;
	font-size: 14px;
}

#tribe-events-content .tribe-events-event-thumb {
	float: left;
	max-width: 190px;
	margin-right: 15px;
	margin-bottom: 0;
}

#tribe-events-content .tribe-event-description {
	overflow: hidden;
}

#tribe-events-content .tribe-event-description p {
	font-size: 13px;
	line-height: 20px;
}

.tribe-events-tooltip .tribe-events-arrow {
	height: 12px;
	background-image: url(../images/tribe-tooltips.png);
}

@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {


	.tribe-events-tooltip .tribe-events-arrow {
		height: 12px;
		background-image: url(../images/tribe-tooltips@2x.png);
	}

}

/* Single event */

.single-tribe_events .tribe-events-event-image {
	margin-bottom: 26px;
}

.event-box .event .event-title:not(:last-child){
	margin-bottom: 10px;
}

.event .price {
	color: #d96704;
	font-size: 24px;
	font-weight: normal;
}

.tribe-events-single-section-title {
	font-size: 24px;
	line-height: 26px;
	font-weight: 700;
}

.single-tribe_events .tribe-events-event-meta {
	margin: 0;
	border: none;
	background: none;
}

.tribe-events-event-meta:first-child { border-top: none; }

.single-tribe_events .tribe-events-single-event-description {
	margin-bottom: 0;
}


.tribe-events-venue-map {
	margin-bottom: 26px;
}

/*[id*="tribe-events-gmap"] {*/
	/*height: 560px !important;*/
/*}*/

.tribe-events-meta-group .tribe-events-single-section-title {
	margin-top: 0;
}

.tribe-events-event-meta .column,
.tribe-events-event-meta .tribe-events-meta-group
{
	width: 100%;
	float: none;
	padding: 0 4%;
	margin: 0 0 10px;
}

.single-tribe_events .tribe-events-venue-map {
	background: transparent;
	border: none;
	margin-bottom: 26px;
	border-radius: 3px;
	display: block;
	float: none;
	padding: 0;
	width: 100%;
	zoom: 1;
}

.tribe-events-meta-group {
	font-size: 18px;
	line-height: 26px;
	color: #666;
}

	.tribe-events-meta-group dl dt {
		display: inline-block;
		padding: 5px 0;
		float: left;
		font-weight: 400;
		margin-right: 5px;
	}

	.tribe-events-meta-group dl dd {
		margin: 2px 0;
		padding: 5px 0;
	}

.tribe-events-meta-group-venue dl dt.tribe-venue-address {
	display: block;
	float: none;
}

.tribe-events-event-meta address.tribe-events-address {
	display: block;
	margin-bottom: 0;
	font-style: normal;
}

.tribe-event-tags a {
	display: inline-block;
	color: #262621;
	font-size: 11px !important;
	line-height: 16px;
	padding: 4px 10px 4px;
	text-transform: uppercase;
	letter-spacing: .5px;
	border: 2px solid #e3e3e3;
	border-radius: 3px;
	margin: 2px 2.5px 2px;
	font-weight: 600;
	vertical-align: middle;
}

.tribe-event-tags a:hover {
	border-color: #a0a603;
	color: #a0a603;
}

.event-box.single-post .event-body {
	margin-bottom: 34px;
}

.tribe-events-event-meta dt { font-weight: 400; }

.tribe-events-meta-group dd abbr {
	text-decoration: none;
}

.tribe-events-meta-group .tribe-events-event-cost {
	color: #d96704;
}

.tribe-events-meta-group dd a { color: #262621; }

.tribe-events-meta-group dd.tribe-events-event-categories a:hover,
.tribe-events-meta-group dd.tribe-events-event-url a:hover,
.tribe-events-meta-group dd.tribe-organizer-url a:hover,
.tribe-events-meta-group dd.tribe-venue-url a:hover,
.tribe-events-meta-group dd.tribe-venue-location a:hover
{
	color: #d96704;
}

.tribe-events-page-nav:not(:last-child) {
	margin-bottom: 20px;
}

.tribe-events-page-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
}

.tribe-events-page-nav > * { margin: 0 10px 0; }

.tribe-events-page-nav > *:first-child { margin-left: 0; }
.tribe-events-page-nav > *:last-child { margin-right: 0; }

.tribe-events-page-nav > .align-left {
	flex-basis: 35%;
	width: 35%;
}

.tribe-events-page-nav > .align-right {
	flex-basis: 35%;
	width: 35%;
}

/* Events day */

.tribe-bar-views-inner .churhius-options-list li a:before {
	content: '';
	position: absolute;
	width: 15px;
	height: 16px;
	left: 20px;
	top: 12px;

}

.tribe-bar-views-inner .churhius-options-list li.list a:before {
	background: url(../images/15x16_icon2.png) no-repeat;
}

.tribe-bar-views-inner .churhius-options-list li.month a:before {
	background: url(../images/15x16_icon3.png) no-repeat;
}
.tribe-bar-views-inner .churhius-options-list li.day a:before {
	background: url(../images/15x16_icon4.png) no-repeat;
}

/* Events widget */

.tribe-events-list-widget .tribe-list-widget { margin-bottom: 14px; }

.tribe-events-list-widget .tribe-list-widget li {
	padding-bottom: 17px;
	margin-bottom: 18px;
}

.tribe-events-list-widget .tribe-list-widget li:not(:last-child) {
	border-bottom: 1px solid #e0e0e0;
}

.tribe-events-list-widget .tribe-list-widget li:last-child {
	margin-bottom: 0;
}

.tribe-events-list-widget .tribe-event-date-start,
.tribe-events-list-widget .tribe-event-date-end
{
	color: #262621;
	font-size: 14px;
	line-height: 22px;
}

.tribe-list-widget h4.tribe-event-title {
	margin-bottom: 7px;
	font-size: 1.125em;
}

.tribe-list-widget h4.tribe-event-title a:hover {
	color: #d96704;
}

.tribe-list-widget .tribe-event-duration:before {
	content: "\e8e8";
	font-weight: normal;
	color: #1b3f94;
	margin-right: 5px;
	padding-left: 1px;
	display: inline-block;
	vertical-align: middle;
	font-size: 0.875em;
	font-family: 'Linearicons';
}

.tribe-events-list-widget .tribe-events-widget-link {
	margin-bottom: 0;
}

.tribe-events-list-widget .tribe-events-widget-link a {
	font-size: 16px;
	letter-spacing: .5px;
	font-weight: 600;
	text-transform: uppercase;
	color: #d96704;
}

.tribe-events-list-widget .tribe-events-widget-link a:after {
	margin-left: 10px;
	font-style: normal;
	font-family: 'fontello';
	font-size: inherit;
	content: "\e8f9";
}

.tribe-events-list-widget .tribe-events-widget-link a:hover {
	color: #b95803;
}

.tribe-events-related-events-title {
	margin-bottom: 26px;
}

.tribe-related-events {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: 0 -15px 0;

	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

.tribe-related-events > li
{
	padding: 0 15px;
	list-style: none;
	max-width: 33.2%;
	-webkit-flex-basis: 33.2%;
			flex-basis: 33.2%;
	width: 33.2%;
}

.tribe-related-events .tribe-related-entry { }

.tribe-related-events-thumbnail { margin-bottom: 26px; }

.tribe-related-event-schedule-details {
	margin-bottom: 13px;
	padding-bottom: 0;
	border: none;
	font-size: 14px;
	line-height: 22px;
}

.tribe-related-events-title { font-weight: 700; }

.tribe-related-events-title:not(:last-child) { margin-bottom: 7px; }

	.tribe-related-events-title a:hover { color: #d96704; }

	.tribe-related-event-info p {
		color: #666;
		font-size: 16px;
		line-height: 26px;
	}

/* Shortcode Events */

.event-box:not(:last-child) { margin-bottom: 35px }

.event-box.style-2 .event .event-title { font-weight: 700; }

.event-box.style-2 .event .event-title:not(:last-child) {
	margin-bottom: 7px;
}

.event-box.style-2 .event .event-title a:hover {
	color: #d96704;
}

.event-box.style-2 .event .e-info:not(:last-child) {
	margin-bottom: 13px;
}

.event-box.style-2 {
	margin-bottom: 0;

}

.cssgrid .event-box.style-2 {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(3, 1fr);
}

.no-cssgrid .event-box.style-2 {
	display: flex;
	display: -ms-flex;
}

	.no-cssgrid .event-box.style-2 .event {
		padding: 42px 15px 0;
		width: 33.3333%;
	}

	.event-box.style-2 .event .event-cell {
		position: relative;
		display: flex;
		display: -ms-flex;
		justify-content: space-between;
		align-items: flex-start;
	}

		.event-box.style-2 .event .event-inner { margin-bottom: 25px; }

		.event-box.style-2 .tribe-events-event-image { margin-bottom: 20px; }

		.event-box.style-2 .event .event-action {
			display: flex;
			display: -ms-flex;
			align-items: center;
		}

.tribe-events-list-widget .tribe-events-list-widget-events {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

	.tribe-events-list-widget .event-date {
		position: relative;
		left: 0;
		top: 0;
		max-width: 110px;
		border-left: 3px solid #d96704;
		text-align: left;
		border-radius: 3px 0 0 3px;
		letter-spacing: 0.3px;
		padding: 13px 15px 13px;
	}

		.tribe-events-list-widget .event-date .numb {
			color: #d96704;
			font-weight: bold;
			margin-bottom: 0;
			font-style: normal;
			line-height: 1em;
			font-size: 36px;
		}

		.tribe-events-list-widget .event-date .month {
			margin-bottom: 0;
			color: #d96704;
			font-size: 14px;
			line-height: 20px;
			text-transform: uppercase;
		}

		.tribe-events-list-widget .event-date .day {
			text-transform: uppercase;
			font-size: 12px;
			line-height: 20px;
			color: #666;
		}

	.tribe-events-list-widget .event-body {
		padding: 13px 15px 0;
	}

		.tribe-events-list-widget .event-body .tribe-event-duration {
			font-size: 13px;
			line-height: 20px;
			color: #999;
		}

		.tribe-events-list-widget .event-body .tribe-event-duration:before {
			display: none;
		}

.event-box.style-2 .event .event-date {
	padding: 6px 18px 10px 20px;
	border-left: 3px solid #d96704;
	text-align: left;
	border-radius: 3px 0 0 3px;
}

.event-box.style-2 .event .event-body {
	padding: 0 0 0 12px;
}

.event-box.style-2:not(.grid-type) .event .event-img {
	min-width: 400px;
	flex-basis: 100%;
}

.event-box.style-2 .event .event-img img {
	width: 100%;
}

.event-box.style-2 .event-date > *:not(:last-child) {
	margin-bottom: 0;
}

.event-box.style-2 .event-date .numb {
	color: #d96704;
	font-weight: bold;
	font-style: normal;
	font-size: 48px;
	line-height: 1em;
}

.event-box.style-2 .event-date .month {
	color: #d96704;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}

.event-box.style-2.list-type .event .event-date {
	width: 135px;
	max-width: 100%;
}

.event-box.style-2.list-type .event:not(:last-child) {
	margin-bottom: 42px;
}

.event-box.style-2 .event .event-title {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.event-box.style-2.grid-type .event-img:not(:last-child) {
	margin-bottom: 26px;
}

.single-post .entry-meta.clearfix .tribe-event-date-start,
.single-post .entry-meta.clearfix .tribe-event-date-end
{
	color: #262621;
	font-size: 18px;
}

/* Style 3 */

.event-box.style-3 .event .event-title {
	font-weight: 700;
}

.event-box.style-3 .event .event-title:not(:last-child) {
	margin-bottom: 7px;
}

.event-box.style-3 .event .event-title a:hover {
	color: #d96704;
}

.event-box.style-3 .owl-carousel .owl-stage-outer
{
	margin-right: 1px;
}

.event-box.style-3 .event
{
	padding: 0 35px 50px;
	border-left: 1px solid #e0e0e0;
	height: 100%;
	margin-left: -1px;
}

	.event-box.style-3 .event .event-date {
		font-family: 'PT Serif';
		padding: 13px 20px;
		background-color: #d96704;
		color: #fff;
		letter-spacing: 0.3px;
		font-weight: bold;
		font-size: 18px;
		display: inline-block;
		border-radius: 0 0 3px 3px;
	}

	.event-box.style-3 .event .event-date:not(:last-child){
		margin-bottom: 26px;
	}

	.event-box.style-3 .event .event-date span{
		font-size: 24px;
	}

	.event-box.style-3 .event .event-body:not(:last-child){
		margin-bottom: 26px;
	}

	.event-box.style-3 .event .event-body p {
		border-bottom: none;
		padding-bottom: 0;
		color: #262621;
		font-size: 14px;
		line-height: 22px;
	}

/* Next Event */

.event-holder {
	margin-left: -25px;
	margin-right: -25px;
}

.event-holder,
.event-countdown,
.event-box-container
{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.event-countdown,
.event-box-container
{
	padding: 0 25px;
}

.event-countdown {
	flex-basis: 50%;
	width: 50%;
}

.event-box-container {
	flex-basis: 50%;
	width: 50%;
}

	.event-title {
		margin-bottom: 0;
		font-weight: 400;
	}

	.event-body-title {
		margin-bottom: 16px;
	}

		/* Mod Countdown */

		.event-holder .countdown.style-2 { margin-bottom: 0; }

			.event-holder .countdown.style-2 .countdown_row > .countdown_section {
				width: 96px;
				padding: 28px 15px 24px;
				background-color: #fff;
			}

					.event-holder .countdown_section .countdown_amount {
						font-size: 36px;
						line-height: 1em;
					}

				.event-holder .event-action > .event-action-button
				{
					margin: 0 0 8px 0;
				}


@media (max-width: 1480px) {

	.cssgrid .event-box.style-2 {
		grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	}

		.event-box.style-2 .event .event-body {
			padding: 0 0 0 10px;
		}

	.event-countdown {
		flex-basis: 53%;
		width: 53%;
	}

	.event-box-container {
		flex-basis: 47%;
		width: 47%;
	}


	.event-holder .countdown.style-2 .countdown_row > .countdown_section
		{
			width: 82px;
		}

	.tribe-bar-filters .tribe-bar-search-filter {
		padding: 0 5px;
		flex-basis: 45%;
		width: 45%;
	}

	[id*="tribe-events-gmap"] {
		height: 459px !important;
	}

	.tribe-bar-filters .tribe-bar-search-filter {
		flex-basis: 40%;
		width: 40%;
	}

}

@media (min-width: 1280px) and (max-width: 1480px) {

	.event-cell .event-action {
		justify-content: flex-end;
	}

		.event-cell .event-action > .event-action-button {
			position: absolute;
			bottom: 0;
			left: 0;
		}

}

@media (min-width: 993px) and (max-width: 1480px) {

	.event-box.style-2 .tribe-events-event-image img { width: 100%; }

	.tribe-bar-filters .tribe-bar-submit {
		flex-basis: 23%;
		width: 23%;
	}

}

@media (min-width: 993px) and (max-width: 1280px) {

	[id*="tribe-events-gmap"] {
		height: 385px !important;
	}

	.project-title { font-size: 20px; }

}

@media (max-width: 1280px) {

	.event-holder {
		flex-direction: column;
		justify-content: flex-start;
	}

		.event-title { margin-right: 40px; }

		.event-countdown { margin-bottom: 25px; }

		.event-countdown,
		.event-box-container
		{
			flex-basis: 100%;
		}

			.event-box-container .event-body,
			.event-box-container .event-action
			{
				padding: 0 20px;
			}

	.tribe-events-loop .type-tribe_events {
		display: block;
	}

		.tribe-events-loop .tribe-events-event-image {
			float: none;
		}

}

@media (max-width: 992px) {

	.cssgrid .event-box.style-2 {
		grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	}

	.event-cell .event-action {
		justify-content: flex-end;
	}

	.event-cell .event-action > .event-action-button {
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.event-box.style-2 .event .event-cell {
		flex-direction: column;
	}

	.event-box.style-2 .event .event-date {
		margin-bottom: 15px;
	}

	.event-box.style-2 .event .event-body {
		padding: 0;
	}

		.event-countdown,
		.event-box-container
		{
			padding-left: 0;
			padding-right: 0;
		}

	.event-holder { margin: 0; }

	.tribe-events-calendar {
		width: 100%;
		table-layout: fixed;
		border-collapse: collapse;
	}

	.tribe-events-calendar td {
		position: relative;
		padding-left: 50% !important;
		border-left: 1px solid #eaeaea;
	}

	.tribe-events-calendar td:before {
		content: attr(data-day-week);
		position: absolute;
		top: 50%;
		left: 15px;
		width: 45%;
		font-size: 13px;
		padding-right: 10px;
		text-transform: uppercase;
		color: #262621;
		-webkit-transform: translateY(-50%) translateZ(0);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.tribe-events-calendar td:not([colspan]):after {
		content: "";
		display: block;
		border-left: 1px solid #eaeaea;
		position: absolute;
		left: 50%;
		top: 0;
		height: 100%;
	}

	#tribe-events-content .tribe-events-calendar td {
		width: auto;
	}

	.tribe-events-calendar th {
		width: auto;
	}

	.tribe-events-calendar thead { display: none; }

	.tribe-events-calendar,
	.tribe-events-calendar-table tbody,
	.tribe-events-calendar tbody,
	.tribe-events-calendar tfoot,
	.tribe-events-calendartable th,
	.tribe-events-calendar tr,
	.tribe-events-calendar td
	{
		display: block;
		width: 100%;
	}

	#tribe-events-content .tribe-events-calendar td {
		height: auto;
		text-align: left;
	}

	.tribe-bar-filters {
		margin-bottom: 35px;
	}

	.tribe-bar-filters .tribe-bar-date-filter {
		margin-bottom: 15px;
	}

	#tribe-bar-views {
		margin-left: 5px;
		margin-right: 5px;
	}

	.single-tribe_events .tribe-events-single-event-description {
		margin-bottom: 20px;
	}

}

@media (min-width: 735px) and (max-width: 815px) {

	.carousel-type-2.event-box.style-3 .event-action > .event-action-button {
		margin: 0 0 8px 0;
	}

}

@media (max-width: 767px) {

	.tribe-events-list .tribe-events-loop .type-tribe_events > .tribe-events-date
	{
		margin-bottom: 20px;
	}

	.tribe-events-loop .type-tribe_events {
		padding-left: 0;
		display: block;
	}

	.tribe-events-loop .tribe-events-date {
		position: relative;
		padding: 0;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
	}

	#tribe-bar-views {
		margin-left: 0;
		margin-right: 0;
	}

	.tribe-bar-filters .tribe-bar-submit { margin-left: 0; }

	.tribe-events-loop .tribe-events-date > *:not(:first-child) { margin-left: 10px; }

	.tribe-events-loop .tribe-events-event-image {
		float: none;
		min-width: inherit;
	}

	.tribe-events-list .tribe-events-loop .type-tribe_events > * {
		padding-left: 0;
		padding-right: 0;
	}

		.tribe-bar-filters .tribe-bar-date-filter,
		.tribe-bar-filters .tribe-bar-search-filter,
		.tribe-bar-filters .tribe-bar-submit
		{
			padding: 0 15px;
			flex-basis: 100%;
		}

		#tribe-bar-views {
			padding: 0 15px;
		}

	#tribe-events-content table.tribe-events-calendar
	{
		border-right: none;
	}

	.tribe-events-calendar thead {
		display: none;
	}

	#tribe-events-content .tribe-events-calendar td:first-child {
		border-top: none;
		border-left: none;
	}

	.tribe-events-calendar td div[id*=tribe-events-daynum-] {
		border-bottom: none;
		padding-left: 0;
		padding-right: 0;
	}

	.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-] {
		background: #f7f7f7;
	}

	.tribe-events-calendar td.tribe-events-past:first-child div[id*=tribe-events-daynum-] {
		border-top: none;
	}

	#tribe-events-content .tribe-events-calendar td {
		border-left: none;
	}

	.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a {
		background: #f7f7f7;
		color: #999;
		display: block;
		border: none;
	}

	#tribe-events-content .tribe-events-calendar .mobile-active:hover,
	#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active,
	#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active div[id*=tribe-events-daynum-],
	#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active div[id*=tribe-events-daynum-] a,
	.tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-],
	.tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-] a,
	.tribe-events-calendar td.mobile-active
	{
		background-color: #d96704;
	}

	#tribe-events-content .tribe-events-calendar .mobile-active:hover a,
	#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active a {
		color: #fff;
	}

	#tribe-mobile-container { display: none; }

	.tribe-events-calendar td.mobile-active:before
	{
		color: #fff;
	}

	.tribe-events-calendar .tribe-events-tooltip {
		width: 360px;
	}

		.tribe-events-calendar .tribe-events-tooltip .tribe-event-description p {
			margin-bottom: 0;
		}

	/* Single Event */
	.tribe-events-meta-group {
		margin-bottom: 30px;
	}


	.tribe-related-events > li {
		max-width: 100%;
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
	}

	.tribe-events-sub-nav .tribe-events-nav-previous a, .tribe-events-sub-nav .tribe-events-nav-next a
	{
		font-size: 12px;
	}

	.event .price
	{
		margin-top: 1em;
		float: none;
		display: block;
	}

	.tribe_events .content-element2:not(:last-child) { margin-bottom: 0; }

}

@media only screen and (max-width:480px){

	.event-box.style-2 .event .event-date {
		padding: 12px 15px 15px 14px;
	}

	.event-title { margin-right: 0; }

	.event-box.style-2 .event .event-cell
	{
		 flex-direction: row;
	}

	.event-holder,
	.event-countdown,
	.event-box-container
	{
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.event-countdown {
		margin-bottom: 2em;
	}

	.event-box-container .event-action {
		display: flex
	}

		.event-holder .event-action > .event-action-button
		{
			margin: 0 8px 0 0;
		}

		.event-title { margin-bottom: .5em; }
		.event-info  { margin-bottom: 1em; }

	.event-box-container .event-body,
	.event-box-container .event-action
	{
		padding: 0;
	}

}

@media only screen and (max-width:340px){

	.event-holder .countdown.style-2 .countdown_row > .countdown_section {
		padding: 24px 10px 20px;
	}

}

