/* 
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
*/
/* Default Additional CSS - Not active */





@media only screen and (max-width: 633px) {
  .rhp-event-cta a.btn {
    background-color: #d1d1d1!important;
  }
}




/* Changes padding on buy now buttons (KM) */
.rhp-event-cta > *, .rhp-event-cta a {
	padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}


/* Changes active color on view all button (KM) */
#viewAllEventCTA:active {
	background-color: #9ca8ba;
	color: #020202;
}
.rhp-event-cta.on-sale .btn-primary:hover:active {
	background-color: #9d1e21;
	color: #d1d1d1;
	border: 4px solid #9d1e21;
}




/* Changes active color on purchase button (KM) */
.rhp-event-cta.on-sale .btn-primary:active {
	background-color: #9ca8ba;
	color: #9D1E21;
	border: 2px solid #9D1E21;
}



/* Changes hover color on view all button (KM) */
#viewAllEventCTA:hover {
	background-color: rgba(0,0,0,0.0)!important;
	color: #9ca8ba !important;
	border: 2px solid #9ca8ba !important;
}
/* Changes background color on search input field & field max width (KM) */
.elementor-search-form__input {
    background-color: #020202!important;
	max-width: 100px;
}



/* Changes padding on list view and not on grid view  */
.eventWrapper.rhpSingleEvent:not(.generalView.grid .eventWrapper.rhpSingleEvent, .rhp-widget-event-list.gridLayout .eventWrapper.rhpSingleEvent) {
	padding: 10px!important;
}

/* Turns off buy tickets button on calendar view only (KM) */
.fc-event-cta .btn.btn-primary {
	display: none;
}

/* Changes single event deescription font color (KM) */
.singleEventDescription  {
	color: #020202!important;
	font-family: garamond!important;
}
/* adds a margin below single event image and button (KM) */
.ctaBox .rhp-event-cta a.btn {
	margin-top: 20px!important;
}

.elementor-42 .elementor-element.elementor-element-7b44347 input[type="search"].elementor-search-form__input {
	color: #9ca8ba!important;
}

/* Turns off Upcoming Events title (KM) */
.upComingWidget h5 {
	display: none;
}

/* Turns off border around view as filter (KM) */
.dropDwonFilter {
	border: 0px;
}



/* Changes background color on event calendar view (KM) */
.fc .fc-daygrid-day-frame {
	background-color: #F2F3F4!important;
}

/* Changes button background color on calendar view (KM) */
.fc-event-cta .btn.btn-primary {
	background-color: #d7d7d8;
}

/* Changes cta text color on calendar view (KM) */
.rhp-event-cta.on-sale .btn-primary {
	color: #9D1E21;
}

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

#eventCalender .btn-primary:not(:disabled):not(.disabled).active {
	background-color: #d7d7d8;
}