/* 
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
*/
.header { transition: margin-top 0.3s ease!important; }
.ctaBox {
	padding-top: 15px!important;
}
.eventsColor.eventCost, .rhpcard .eventCost {
    padding-top: 2% !important;
    padding-bottom: 2%;
}
#venueContainer, #roomContainer, #RhpEventsSingle {
    margin-bottom:3vh!important;
	margin-top:5vh!important;

}
.rhp-events-event-image img{
	height: 100%!important;
	
}
.eventWrapper{
	align-items:center!important;
}
.eventFilterBarHorixontal #filterbody {
    background-color: #F9EEDE!important;
}
.eventWrapper, #RhpEventsSingle{
	border: 5px solid #3e3c42 !important;
	border-radius: 20px;
    box-shadow: 5px 5px #3e3c42!important;
}
.eventFilterBarHorixontal #filterbody input, .dropDownFilter{
	border-radius: 5px!important;
}
.justAnnouncedIndicate {
    color: var(--e-global-color-4d5ac21);
    font-family: var(--e-a-bg-active);
    font-weight: 900;
    font-size: 1em !important;
}


.rhp-events-event-image img{
	object-fit: contain!important;
    background: #101010!important;
}

.rhp-events-event-image{
	height: 250px!important;
    font-size: 16px!important;
}
/* ////////////// EVENT PLUGIN //////////  */


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

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

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