/* 
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 Animation (AA)*/

/*NOTE: To use the header animation, add the class 'header' to the outer most container that you want the effect to appear on. Make sure the container is sticky.*/
.header {
  transition: transform 0.3s ease;
  will-change: transform;
}

.header--hidden {
  transform: translateY(-100%);
}


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

/* Adds box shadow to event listing (TP) */
#RhpEventsSingle, .borderBox, .widget.rhp-events-list-widget .eventWrapper, .gridLayout {
	box-shadow: 10px 10px 15px -5px rgba(0,0,0,0.3);
}

/* Adds spacing between 'divider' and next event */
.rhp-events-list-separator-month {
margin-bottom: 20px;
}

#RhpEventsSingle, .eventWrapper, .widget.rhp-events-list-widget .eventWrapper, #RhpEventsSingle, .borderBox, .widget.rhp-events-list-widget .eventWrapper, .gridLayout {
padding: 1em!important;
}

/* Changes border color on drop down filter on events page (KM) */
.dropDownFilter {
	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;
}

/* Adds radius to buttons on the event plugin (TP) */
.eventWrapper .btn.btn-primary, .eventWrapper .on-sale .btn.btn-primary, .eventWrapper .free .btn.btn-primary, .eventWrapper .sold-out .btn.btn-primary, .eventWrapper .Canceled .btn.btn-primary, .eventWrapper .coming-soon .btn.btn-primary, .eventWrapper .off-sale .btn.btn-primary, .ctaBox .multiple_ctas .btn, .ctaBox .rhp-event-cta a.btn, .rhp-event-series-dates-cta .rhp-event-cta on-sale a, .rhp-event-cta > *, .rhp-event-cta a, .eventWrapper .eventMoreInfo a, #rhp-bar-form input, .rhp-event-more-info-cta-box a, .rhp-event-rsvp-cta-box a, .cardeventMoreInfo a {
	border-radius: 5px 15px 5px 15px;
}

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