/*
 Modern Tribe — The Events Calendar PRO
 Custom CSS overrides
*/


/** BEGIN STYLE OVERRIDES **
===============================================
*/

/* calendar button states */
.tribe-bar-filters .tribe-events-button,
.tribe-events-month .tribe-events-button,
.tribe-events-list .tribe-events-button,
.tribe-events-list .tribe-events-read-more,
.tribe-events-week-grid .tribe-events-button,
.tribe-events-cal-links .tribe-events-button {
	background-color: #fdc468 !important;
	border-radius: 4px !important;
	color: #fff !important;
	font-weight: normal !important;
	text-transform: none !important;
}

.tribe-bar-filters .tribe-events-button:hover,
.tribe-events-month .tribe-events-button:hover,
.tribe-events-list .tribe-events-button:hover,
.tribe-events-list .tribe-events-read-more:hover,
.tribe-events-week-grid .tribe-events-button:hover,
.tribe-events-cal-links .tribe-events-button:hover {
	background-color: #dd9f45 !important;
}


/* ----------------------------------------------
= EVENTS PAGE TEMPLATE
============================================== */

/* calendar headline */
.tribe-events-page-title {
	max-width: 55%;
}

/* link styles */
.tribe-events-month-event-title a,
#tribe-events-content .tribe-events-has-events a,
.tribe-events-sub-nav .tribe-events-nav-previous a,
.tribe-events-sub-nav .tribe-events-nav-next a {
	color: #828994 !important;
}

.tribe-events-month-event-title a:hover,
#tribe-events-content .tribe-events-has-events a:hover,
.tribe-events-sub-nav .tribe-events-nav-previous a:hover,
.tribe-events-sub-nav .tribe-events-nav-next a:hover {
	color: #fdc468 !important;
}


/* Menu Bar
--------------------------------------------*/

#tribe-bar-collapse-toggle {
	font-size: 14px;
	font-weight: normal;
	line-height: 1em;
}

#tribe-bar-form label,
.tribe-bar-filters input {
	font-family: inherit !important;
}

.tribe-bar-filters .tribe-events-button {
	font-size: 16px !important;
}

/* "view as" menu */
.tribe-bar-views-inner,
.tribe-bar-views-list .tribe-bar-views-option a,
.tribe-bar-views-list .tribe-bar-views-option a:hover {
	background: #fff !important;
}

.tribe-bar-views-list .tribe-bar-views-option span:hover {
	color: #dd9f45 !important;
}

/* remove the extra month icon from "view as" dropdown */
.tribe-bar-views-list li.tribe-bar-views-option-month::before {
	content: none;
}

/* "Find Events" button positioning */
.tribe-bar-submit {
	position: static;
}

/* menu date picker */
.datepicker .active {
	background: #dadada !important;
}
.datepicker .active:hover {
	background: #fdc468 !important;
}


/* Photo View
--------------------------------------------*/

/* photo view title */
.tribe-events-page-template .tribe-events-list-event-title {
	float: left !important;
	line-height: 1em !important;
	margin-top: 1em !important;
}

.tribe-events-page-template .tribe-events-list-event-title a { 
	color: #828994 !important;
	font-size: 18px !important;
}

.tribe-events-page-template .tribe-events-list-event-title a:hover {
	color: #fdc468 !important;
}

/* photo view description */
.tribe-events-page-template .tribe-events-list-photo-description { 
	font-size: 14px !important;
	line-height: 1.3em !important; 
}


/* Month View
--------------------------------------------*/

/* cell size */
#tribe-events-content .tribe-events-calendar td {
	height: 90px;
}

/* date headers */
.tribe-events-calendar th {
	font-weight: normal;
}

/* day cells */
.tribe-events-calendar div[id*="tribe-events-daynum-"],
.tribe-events-calendar div[id*="tribe-events-daynum-"] a {
	font-size: 12px;
	font-weight: normal;
}

.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
	background-color: #abd0f4;
}


/* List View
--------------------------------------------*/

/* layout */
.tribe-events-loop .hentry .tribe-events-event-image {
	float: left;
	margin-left: 0;
}


/* Week View
--------------------------------------------*/

/* grid styles */
.tribe-events-grid,
.tribe-grid-header,
.tribe-events-grid .tribe-grid-content-wrap .column {
	border-color: #eaeaea;
}

/* calendar header */
.tribe-grid-header {
	background-color: #f7f7f7;
}

.tribe-grid-header .column a {
	font-weight: normal;
	text-transform: uppercase;
}

/* hours column */
.tribe-grid-allday .column.first,
.tribe-week-grid-hours div {
	font-size: 11px;
	font-weight: normal;
	padding: 0 5px;
}


/* event item */
.tribe-grid-allday .type-tribe_events > div,
.tribe-grid-body .type-tribe_events .tribe-events-week-hourly-single {
	background-color: rgba(253, 196, 104, 0.75);
}

.tribe-events-week-hourly-single a,
.tribe-events-week-hourly-single a:hover {
	color: #fff !important;
}



/* Event Summary Tooltip
--------------------------------------------*/

.tribe-events-tooltip h4 {
	background: #828994 !important;
	color: #fff !important;
	font-size: 16px !important;
	padding: 5px 10px !important;
	text-transform: none;
}

.tribe-events-tooltip .tribe-events-abbr {
	color: #999999;
}

.recurring-info-tooltip,
.tribe-events-calendar .tribe-events-tooltip,
.tribe-events-week .tribe-events-tooltip {
	border: 1px solid #cccccc;
	color: #828994;
}



/* ----------------------------------------------
= SINGLE EVENT PAGE TEMPLATE
============================================== */

/* main content layout */
.single-tribe_events #tribe-events-content {
	margin-top: 3%;
}

/* side bar: set event listing thumbnail size */
.single-tribe_events .tribe-events-event-image {
	max-width: 100%;
}



/* ----------------------------------------------
= EVENT LISTING WIDGET
============================================== */


/* hide calendar icon from Event Listing widget view */
.tribe-mini-calendar-event .list-date {
	display: none;
}

/* event listing title styles */
.tribe-mini-calendar-event .list-info .entry-title a {
	color: #828994 !important;
	font-size: 18px !important;
}

.tribe-mini-calendar-event .list-info .entry-title a:hover {
	color: #f5b14b !important;
}

/* "View More" button styles */
.tribe-events-widget-link {
	clear: both;
	margin: 10% 0 auto;
	text-align: center;
}

.tribe-events-widget-link a {
	background: #fdc468;
	border-radius: 4px;
	color: #fff !important;
	font-size: 18px !important;
	min-width: 20%;
	padding: 0.7em !important;
}

.tribe-events-widget-link a:hover { 
	background: #dd9f45 !important;
	color: #fff !important;
}

/* button size when event listing is in the page side bar */
.right-aside .tribe-events-widget-link a {
	font-size: 14px !important;
}


/* event listing widget layout on SCCC Home Page */
.home .tribe-mini-calendar-event {
	border-style: none;
}

/* remove calendar date icon from Home Page widget */
.home .tribe-mini-calendar-event .list-date {
	display: none;
}

/* event listing widget layout in page side bar */
.tribe-mini-calendar-event {
	border-color: #cccccc;
}


/* ----------------------------------------------
= CALENDAR WIDGET
============================================== */

/* widget typography styles */
.tribe-mini-calendar-nav #tribe-mini-calendar-month,
.tribe-mini-calendar-nav-link > span,
.tribe-mini-calendar-dayofweek,
.tribe-mini-calendar-no-event,
.tribe-events-present {
	font-weight: normal;
}

.tribe-mini-calendar-nav #tribe-mini-calendar-month,
.tribe-mini-calendar-nav-link > span,
.tribe-mini-calendar-no-event {
	color: #828994;
}

.tribe-mini-calendar-nav #tribe-mini-calendar-month,
.tribe-events-present {
	font-family: 'CabritoSans-NorBol', Helvetica, Arial, sans-serif;
}


/* widget cell background color */
.tribe-mini-calendar tbody.vcalendar td {
	background: #f4f4f4;
}

/* widget headers background color */
.tribe-mini-calendar .tribe-mini-calendar-nav td,
.tribe-mini-calendar-dayofweek {
	background: #f7f7f7 !important;
}

/* cells with events */
.tribe-mini-calendar .tribe-events-has-events,
.tribe-mini-calendar .tribe-events-has-events a {
	background: #fdc468 !important;
	color: #828994 !important;
	opacity: 1 !important;
}

/* cells with events hover states */
.tribe-mini-calendar .tribe-events-has-events:hover,
.tribe-mini-calendar .tribe-events-has-events:hover a,
.tribe-mini-calendar .tribe-events-has-events:hover a:hover {
	background: #f5b14b !important;
}

.tribe-mini-calendar-nav-link > span:hover {
	color: #fdc468 !important;
}

/* hide the event listings below the month view */
.tribe_mini_calendar_widget .tribe-mini-calendar-list-wrapper {
	display: none;
}

/* add padding before "recurring event" text */
.event-is-recurring {
  padding-left: 15px;
}

/* changes positioning of the prev-next buttons */

.tribe-events-single #tribe-events-header {
  position: relative;
  top: -325px;
}

/* changes background color of price */

.tribe-events-list .tribe-events-event-cost span {
  background-color: #98be77 !important;
  padding: .6em 0 0 0 !important; 
}
  
/* adds space above event pages */

#tribe-events-pg-template {
  padding-top: 60px !important;
}
#tribe-events-adv-list-widget-4 {
  padding-top: 80px !important;
}
#tribe-bar-form {
  margin-top: 50px !important;
}

/* fixes font on addresses */

.venue-address {
  margin-top: 20px !important;
}
.venue-address span {
  font-family: 'CabritoSans-NorMed', Helvetica, Arial, sans-serif !important;
  font-weight: normal;
}
.venue-address .url {
  margin-top: 20px !important;
}

/* custom events list style */

.vc_column_container .tribe-events-adv-list-widget .type-tribe_events, .vc_column_container .tribe-mini-calendar-list-wrapper .type-tribe_events {
	width: 22%;
	float: left;
	text-align: center;
	margin: 0 1.5%;
}
.vc_column_container .tribe-mini-calendar-event .list-info {
	font-size: 13px !important;
	font-family: 'CabritoSans-NorMed', Helvetica, Arial, sans-serif;
	color: #828994;
	width: 100%;
}
.vc_column_container .tribe-mini-calendar-event {
	border-bottom: none;
}
.vc_column_container .tribe-events-widget-link {
	padding-top: 50px
}
.vc_column_container .tribe-mini-calendar-event .list-info {
	background-color: #f4f4f4;
	padding-bottom: 20px;
}
.vc_column_container .tribe-events-event-image img {
	width: 100%;
}
.vc_column_container .tribe-mini-calendar-event .list-info .entry-title a {
	font-size: 20px;
	font-family: 'CabritoSans-NorMed', Helvetica, Arial, sans-serif;
}
.right-aside .tribe-events-widget-link {
  padding-bottom: 20px;
}

@media only screen and (max-width: 768px) {
	.vc_column_container .tribe-events-adv-list-widget .type-tribe_events {
		float: left;
		width: 45%;
		margin: 0 1.25%;
	}
	.vc_column_container .tribe-mini-calendar-event .list-info .entry-title a {
		font-size: 24px !important;
	}
	.vc_column_container .tribe-events-adv-list-widget .duration, .tribe-events-adv-list-widget .tribe-events-event-cost {
		font-size: 16px !important;
	}
}

@media only screen and (max-width: 480px) {
	.vc_column_container .tribe-events-adv-list-widget .type-tribe_events {
		float: none;
		width: 90%;
		margin: 0 auto;
	}	
}

#message-recipients > .highlight {
	padding: 0 5px 0 5px !important;
}

.send-message, #message-recipients > .highlight > a, #message-recipients > a{
	color: #fff !important
}

.friend-tab span img {
	width: 20px;
	margin: 0 5px 0 5px !important;
}

.wp-editor-tabs button {
	margin: 0 !important;
}

.mce-widget{
	border-color: transparent !important;
}

.mce-widget button{
	margin: 0 0 0 0 !important;
}

.mce-btn .mce-txt{
	margin-right: 10px !important;
}