/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

html {
	background-color: black;
}

p a {
	font-weight: bold;
}


.online {
	background-color: lightblue;
	color: black;
}

.in-person-den {
	background-color: lightgreen;
	color: black;
}

.in-person-cos {
	background-color: lightgreen;
	color: black;
}

.special-link {
	background-color: yellow;
}

.special-link a {
	color: black !important;
}

div.elementor-location-header {
	position: sticky;
	top: 0px;
	z-index: 999;
}

.alignwide {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

nav.elementor-nav-menu--dropdown {
	top: 5px !important;
}

.elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--open, 
.elementor-menu-toggle:not(.elementor-active) .elementor-menu-toggle__icon--close,
.sb-item-author-date {
	display: none !important;
}

.event-header {
	background-color: lightgreen;
	color: black;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	display: -webkit-box;
	-webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 1.2em;
	padding: 5px !important;
	margin-bottom: 10px !important;
	border-radius: 10px;
	min-height: 4em;
	display: block !important;
}

.event-title-eo-events {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.event-header a {
	color: black;
}

.gfield_required_asterisk::before {
	content: "(req'd)";
}

.event-meta {
	font-family: Verdana, sans-serif;
	font-size: 1.2em;
}

a.fc-day-grid-event {
	margin: 5px 5px 5px 5px !important;
}

.event-info-header {
	font-weight: bold;
	text-decoration: underline;
}

.eo-eb-event-meta-event, .eo-eb-event-meta-class {
	font-size: 75%;
}

.event-date, .class-date, .event-datetime-eo-events {
	font-weight: bold;
}

.event-time, .class-time, .event-location-eo-events {
	font-style: italic;
}

.eo-eb-date-container {
	border: 1px solid grey;
	margin-left: 5px;
	margin-bottom: 5px;
}
.eo-eb-date-container span {
	color: black !important;
}

.eo-eb-event-box, .tribe-events-calendar-list__event-row {
	display: block !important;
	width: 48% !important;
	padding: 10px !important;
	background: #53537a;
	margin: 0 1% 30px 1% !important;
	border-radius: 10px;
	color: #fff;
	float: left;
	border: 1px solid black !important;
}

.elementor-text-editor ul li:last-child, .elementor-text-editor ol li:last-child {
	margin-bottom: 20px;
}

.eo-eb-event-meta-container {
	width: 68%;
	float: right;
}

.event-meta {
	margin-bottom: 10px;
	text-align: center;
}

.event-thumbnail {
	margin-right: 10px;
	width: 28%;
	height: 105px;
	float: left;
	text-align: center;
	padding: 0px;
	margin-bottom: 10px;
	display: flex;
  justify-content: center;
  align-items: center;
	background: radial-gradient(gray, black);
}

.event-thumbnail-img {
	position: absolute;
	transform: translate(0px, 3px);
}

picture.front-pg-show-img source, picture.front-pg-show-img img {
    max-width: 150px;
    max-height: 100px;
    width: auto;
    height: auto;
}

.rplg-box {
	box-shadow: 1px 1px 3px black;
}

.event-thumbnail-img img {
	max-height: 90px !important;
	max-width: 110px !important;
	object-fit: contain !important;
	box-shadow: none !important;
	margin: 0px;
	padding: 0px;
}

#event-details {
	font-family: Verdana, sans-serif;
	font-size: 1.1em;
}

.special-notes {
	border-radius: 10px;
	background-color: orange;
	padding: 10px;
}

div.online-class {
	clear: both;
	width: 100%;
	font-weight: bold;
	font-style: italic;
	background-color: lightblue;
	margin-bottom: 5px;
	margin-top: 5px;
	border: 1px solid grey;
	color: black;
}

div.on-site-class {
	clear: both;
	width: 100%;
	font-weight: bold;
	font-style: italic;
	background-color: lightgoldenrodyellow;
	margin-bottom: 5px;
	margin-top: 5px;
	border: 1px solid grey;
}


div.sold-out-event {
	width: 100%;
	font-weight: bold;
	font-style: italic;
	background-color: lightpink;
	margin-bottom: 5px;
	margin-top: 5px;
	border: 1px solid grey;
	color: black;
}

div.available-event {
	width: 100%;
	font-weight: bold;
	font-style: italic;
	background-color: lightgreen;
	margin-bottom: 5px;
	margin-top: 5px;
	border: 1px solid grey;
}

.free-class-button {
	background-color: pink;
	color: black !important;
}

div.event-meta hr {
	margin-top: 5px;
	margin-bottom: 5px;
}

th {
	line-height: 1em !important;
}

div#event-thumbnail {
	float: left; 
	max-width: 35%; 
	margin-bottom: 150px; 
	margin-right: 50px; 
	border: 1px solid black; 
	padding: 5px; 
	position: relative;
}

div#waitlist-form {
	margin: 50px 50px 50px 50px;
	padding: 20px 20px 20px 20px;
	background-color: lightblue;
	clear: both;
}

a#ticket-button img {
	margin-bottom: 20px;
}

.tix-button-pg, .tix-button-sched {
    padding: 5px 15px 5px 15px !important;
    text-transform: capitalize;
    font-size: 1.2em;
    text-align: center;
    clear: both;
    color: #fff;
	font-weight: bold;
	font-family: Arial, sans-serif;
	border-radius: 10px;
	border: 2px solid white !important;
	margin-top: 25px !important;
}

.sign-up-button, .get-tix-now-button {
	background-color: #b30f04;
}

.sign-up-button a, .get-tix-now-button a {
	color: white;
}

.free-show-button {
	background-color: green;
}

.join-waitlist-button {
	background-color: lightyellow;
	color: black;
}

.gform_next_button, .gform_button {
	float: right;
}

.gform_previous_button {
	float: left;
}

.gform_previous_button, .gform_next_button, .gform_button {
	width: 45% !important;
	background-color: red !important;
	color: white;
	font-weight: bold;
	border-radius: 10px !important;
}

.gform_page_footer, .gform_footer {
	min-height: 50px;
}

.bio {
	background-color: aliceblue;
	border-radius: 10px;
	padding: 20px;
	font-size: 12px !important;
}

.sb-item-text .sb-fs {
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}


/* begin Tribe Events Calendar styling */

#tribe-events-pg-template {
	max-width: 100% !important;
	padding: 0 0 40px 0 !important;
}

.tribe-common-l-container, .tribe-events-l-container {
	padding: 0px !important;
	min-height: 0px !important;
}

.tribe-events-widget-events-list__view-more {
	display: none;
}

em.tribe-events-calendar-month__calendar-event-datetime-featured-icon,
.tribe-events .tribe-events-calendar-month__calendar-event--featured:before,
.tribe-events-calendar-month__day--past article, .tribe-events-calendar-series-archive__container {
	display: none !important;
}

.tribe-events-calendar-month__day {
	background-image: linear-gradient( white, lightgrey );
}

.cat_hit-and-run-musical-improv {
	background: rgb(251,248,168);
	background: linear-gradient(180deg, rgba(251,248,168,1) 0%, rgba(239,212,255,1) 100%);
	border: 2px solid black !important;
}

.cat_main-stage {
	background-color: #f5f0ff;
}

.cat_hideaway-rise-comedy {
	background-color: #fff9f2;
}

.cat_annex-green-room {
	background-color: green;
}

.cat_holidays-private-events, .cat_special-events {
	background-color: lightgray;
}

.tribe-events-calendar-month__day--current {
	background-color: lightyellow;
	background-image: none;
}

.tribe-events-calendar-month__day--past {
	background-color: lightgray;
	background-image: none;
}

.tribe-events-calendar-month__events .tribe-events-calendar-month__calendar-event {
	margin: 10px !important;
	border-radius: 5px;
	padding: 10px !important;
	border: 1px solid lightgray;
	text-align: center;
}

.upcoming-events div div .tribe-compatibility-container .tribe-events .tribe-events-widget-events-list .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event-row {
	background-color: aliceblue;
    padding: 10px;
    border-radius: 5px;
}

.upcoming-events div div .tribe-compatibility-container .tribe-events .tribe-events-widget-events-list .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event-row .tribe-events-widget-events-list__event-date-tag {
    background-color: lightgreen;
    border-radius: 5px;
    padding: 5px 0 5px 0;
    margin-right: 10px;
    max-width: 75px;
}

.tribe-events-widget-events-list__events:empty {
	content: 'No events to show in this section, please check our full calendar below!';
}

h3.tribe-events-widget-events-list__event-title {
	font-size: 20px;
}

h3.tribe-events-widget-events-list__event-title a {
	color: black;
}

time.tribe-events-widget-events-list__event-datetime {
	font-family: "Arial", sans-serif;
	font-size: 14px;
}

time.tribe-events-widget-events-list__event-date-tag-datetime {
	font-family: "Arial", sans-serif;
	font-weight: bold;
}

.tribe-common-c-svgicon--recurring, .tribe-common-c-svgicon--featured {
	display: none !important;
}

.tribe-events-calendar-month__calendar-event-featured-image, 
.tribe-events-calendar-month__calendar-event-featured-image source, 
.tribe-events-calendar-month__calendar-event-featured-image img {
	max-height: 75px;
	width: auto;
}

.tribe-events-calendar-month__calendar-event-featured-image {
	text-align: center !important;
	margin: auto !important;
}

.tribe-events-calendar-month__calendar-event-title {
	font-weight: bold !important;
}

.tribe-events-calendar-month__calendar-event-datetime {
	font-style: italic;
}

@media only screen and (max-width: 768px) {

	#tribe-events-content {
		padding: 0 20px 20px 20px;
	}
	
	#event-info-left-column, #event-info-right-column {
		width: 100% !important;
		float: none !important;
		clear: both !important;
		margin: 0 0 20px 0 !important;
	}
	
}

.event-thumbnail {
	margin-bottom: 10px !important;
}

.tribe-events-calendar-list {
	overflow: auto !important;
}

.tribe-events-view-loader__dots svg, .tribe-common-c-svgicon {
	max-width: 12px !important;
}

.tribe-events-widget-events-list__event-wrapper {
	max-width: 75%;
}


/* end Tribe Events Calendar styling */


@media only screen and (max-width: 768px) {

	.event-thumbnail {
		width: 100% !important;
	}
	
	.eo-eb-event-box, .tribe-events-calendar-list__event-row {
		width: 95% !important;
		clear: both;
		position: initial !important;
	}
	
	.eo-eb-event-meta-container {
	width: 100% !important;
}
	
	.eventorganiser-event-meta {
		text-align: center;
	}
	
	.gform_button {
		width: 100% !important;
	}
	
	.gform_page_footer, .gform_footer {
		min-height: 100px;
	}
	
	.event-header {
		font-size: 1em;
	}
	
	#event-details {
		font-size: .8em;
	}
	
	.tribe-events-widget-events-list__events {
		flex-direction: column !important;
	}
	
}