/* 
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
*/

/* Menu Color Changes */

/* Changes the menu color for The Admiral (KM 24-03-01) */
#admiralmenu.e-n-menu-title.elementor-animation-sink a.e-n-menu-title-text.e-link.e-focus {
color: #65B8BD!important;
}

/* Changes the menu color for Waiting Room (TP 24-03-01) */
#waitingroommenu.e-n-menu-title.elementor-animation-sink a.e-n-menu-title-text.e-link.e-focus {
color: #F5FF54!important;
}

/* Changes the menu color for Reverb (TP 24-03-01) */
#reverbmenu.e-n-menu-title.elementor-animation-sink a.e-n-menu-title-text.e-link.e-focus {
color: #F19F38!important;
}

/* Changes the menu color for Astro (TP 24-03-01) */
#astromenu.e-n-menu-title.elementor-animation-sink a.e-n-menu-title-text.e-link.e-focus {
color: #347D6F!important;
}

/* Changes the menu color for Bourbon (TP 24-03-01) */
#bourbonmenu.e-n-menu-title.elementor-animation-sink a.e-n-menu-title-text.e-link.e-focus {
color: #C9A466!important;
}



/* ////////////// EVENT PLUGIN //////////  */

/* changes event title for Admiral venue (KM 24-02-16) */
.admiral .eventTitleDiv #eventTitle h2 {
	color: #65b8bd!important;
}

/* changes more info button styling for Admiral venue (KM 24-02-16) */
.admiral .eventMoreInfo a {
    background-color: #65b8bd!important;
	border: #65b8bd 1px solid!important;
}

/* changes buy tickets button styling for Admiral venue (KM 24-02-16) */
.admiral .rhp-event-cta.on-sale .btn-primary {
	background-color: #65b8bd!important;
	border: 1px solid #65b8bd!important;
}

/* changes rsvp button styling for Admiral venue (KM 24-02-16)  */
.admiral .rhp-event-rsvp-cta-box a {
	background-color: #65b8bd!important;
}

/* changes event title for OnePercent venue (TP) */
.onepercent .eventTitleDiv #eventTitle h2 {
	color: #5BB76E!important;
}

/* changes more info button styling for OnePercent venue (TP) */
.onepercent .eventMoreInfo a {
    background-color: #5BB76E!important;
	border: #5BB76E 1px solid!important;
}

/* changes buy tickets button styling for OnePercent venue (TP) */
.onepercent .rhp-event-cta.on-sale .btn-primary {
	background-color: #5BB76E!important;
	border: 1px solid #5BB76E!important;
}

/* changes rsvp button styling for OnePercent venue (TP)  */
.onepercent .rhp-event-rsvp-cta-box a {
	background-color: #5BB76E!important;
}

/* changes event title for WaitingRoom venue (TP) */
.waitingroom .eventTitleDiv #eventTitle h2 {
	color: #F5FF54!important;
}

/* changes more info button styling for WaitingRoom venue (TP) */
.waitingroom .eventMoreInfo a {
    background-color: #F5FF54!important;
	border: #F5FF54 1px solid!important;
}

/* changes buy tickets button styling for WaitingRoom venue (TP) */
.waitingroom .rhp-event-cta.on-sale .btn-primary {
	background-color: #F5FF54!important;
	border: 1px solid #F5FF54!important;
}

/* changes rsvp button styling for WaitingRoom venue (TP)  */
.waitingroom .rhp-event-rsvp-cta-box a {
	background-color: #F5FF54!important;
}

/* changes event title for Sydney venue (TP) */
.sydney .eventTitleDiv #eventTitle h2 {
	color: #D54A30!important;
}

/* changes more info button styling for Sydney venue (TP) */
.sydney .eventMoreInfo a {
    background-color: #D54A30!important;
	border: #B99153 1px solid!important;
}

/* changes buy tickets button styling for Sydney venue (TP) */
.sydney .rhp-event-cta.on-sale .btn-primary {
	background-color: #D54A30!important;
	border: 1px solid #D54A30!important;
}

/* changes rsvp button styling for Sydney venue (TP)  */
.sydney .rhp-event-rsvp-cta-box a {
	background-color: #D54A30!important;
}

/* Changes border color on drop down filter on events page (KM) */
.dropDwonFilter {
	border: 2px solid #000000;
}

/* changes border color on week/month buttons on calendar view (KM) */

#eventCalender .btn-group [type=button], #eventCalender [type=submit], #eventCalender button, .fc-prev-button, .fc-next-button, .fc-today-button {
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

.fc-prev-button, .fc-next-button, .fc-today-button, .fc-toolbar-chunk .fc-dayGridMonth-button {
	border-right: 2px solid #000000 !important;
}

#eventCalender .btn-group [type=button], #eventCalender [type=submit], #eventCalender button, .fc-prev-button, .fc-next-button, .fc-today-button {
	border-left: 2px solid #000000;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	border-color: #000000;
}

/* Changes event title on calendar view (KM)  */
.fc-dayGridDay-view .fc-event-title a, .fc-dayGridMonth-view .fc-event-title a {
	color: #000000 !important;
}


/* Changes month button background color on calendar view (KM) */
#eventCalender .btn-primary:not(:disabled):not(.disabled).active {
	color: #ffffff!important;
	background-color: #000000!important;
}

/* Changes week button background color on calendar view (KM) */
#eventCalender .btn-group [type=button], #eventCalender [type=submit], #eventCalender button, .fc-prev-button, .fc-next-button, .fc-today-button {
	color: #000000!important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	border-color: #000000;
}

/* Deleting Upcoming Events Header Text (TP) */
.upComingWidget h5 {
	display: none;
}

/* Deleting Card Events Header Text (TP) */
.elementor-widget-container h5 {
	display: none;
}

/* Changing event calendar border color on dropdown lol (TP) */
.eventFilterBarHorixontal #rhp-bar-form .filterSublist {
    border: 1px solid #5BB76E!important;
}
.fc-event-cta {
    padding: 0 5px 5px;
}

.fc-scrollgrid .fc-event-title, .fc-scrollgrid .fc-event-cta, .fc-scrollgrid .fc-event-img img, .fc-list-table .fc-event-title, .fc-list-table .fc-event-cta, .fc-list-table .fc-event-img img, .fc-listYear-view .fc-event-title, .fc-listYear-view .fc-event-cta, .fc-listYear-view .fc-event-img img {
    max-width: 150px;
    width: 100%;
    font-size: 1em!important;
}




/* ////////////// SLIDER //////////  */

/* Forces slider wrapper to go full width (KM) */
#rhp-slideshow .rhp-slide-wrapper.fullWidthWrapper {
	padding: 0px;
}