/* 
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
*/
#accordionFilter .panel-heading{
	border: none!important;
	padding: 0px 5px 0px 5px!important;
}
.rhp-events-icon::after {
	background-color: #FFF!important;
}

.singleEventDescription{
	padding-top: 20px;
}
.cardEventDate {
    background-color: rgb(0 0 0 / 83%)!important;
    border: 1px solid #232323!important;
}
.venueLink, .cardVenue{
	color: #FF8D8D!important;
}
.gridLayout{
	padding: 1em!important;
	box-shadow: 8px 8px black, 10px 10px 15px #E4252563;
}
.eventMoreInfo, .secondary, .btn-primary, .rsvp{
	width: 100%!important;
}
#RhpEventsSingle{
	border: none!important;
    margin-bottom: 50px!important;
    margin-top: 50px!important;
}
#rhp-events-pg-template table *, .fc-header-toolbar button, .fc-footer-toolbar button{
	background-color: black!important;
    color: white!important;
}
.fc-header-toolbar button, .fc-footer-toolbar button, .fc-DayGridMonth-button, .fc-button-group.btn-group.topButtons, .fc-dayGridMonth-button.fc-button.fc-button-primary.fc-button-active{
	border: none !important;
	border-radius: 0px !important;
}
.fc-theme-standard td, .fc-theme-standard th, .fc-theme-standard .fc-scrollgrid, .fc-theme-standard .fc-popover, .fc-theme-standard .fc-list{
	    border: 1px solid #3d3d3d!important;
}
.dropDownFilter{
	border: 1px solid var(--e-global-color-accent)!important;
}
/* Removes the yellow border on the drop down filter AA*/
.filterSublist{
	border: 2px solid var(--e-global-colors-primary)!important;
}
@media (max-width: 600px) {
  /* All code that is only applied to mobile devices does within this media query. AA */
	.belowLowTicketSection #evSubHead, .belowLowTicketSection .eventAgeRestriction, .belowLowTicketSection .eventDoorStartDate, .belowLowTicketSection .eventTitleDiv, .belowLowTicketSection .eventsVenueDiv {
		line-height: 2em!important;
		padding: 0px!important;
	}
	#rhp-events-pg-template{
		padding: 2em!important;
	}
}