/* 
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
*/
.sub-menu {
    background-color: #cccccc00!important;
}

/* Changes to font-family for all of the Calendar*/
#eventCalendar div.showtitle.rhp-event__title--month{
	    padding-bottom: 15px!important;
 	padding-bottom: 15px !important;
    transform: skewY(164deg);
	
}
.btn{
	border-radius: 10px!important;
}
.rhp-event-cta.on-sale .btn-primary {
    border: 1px solid #121a09!important;
    border-radius: 10px!important;
	padding: 5px!important;
	color: white!important;
	
}
.tooltip-inner, .monthOuter tbody *, .monthOuter > div * {
    font-family: "Rye"!important;
	color: black!important;
	font-size: medium!important;
}
#eventCalendar .eventTitleOuter, .fc-scrollgrid .fc-event-cta {
	 background-color: #e5d3bc !important;
    border: none !important;
}
.monthOuter .fc-event-title {
    line-height: 20px;
    background-color: #e5d3bc !important;
    border: none !important;
	padding: 15px 10px 5px 10px!important;

}
.monthOuter .fc .fc-daygrid-day-number {
    color: #D7AE7A !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 #d7ae7a!important;
	 border-radius: 10px!important;
}
.fc .fc-toolbar.fc-header-toolbar {
    background: #D7AE7A!important;
    border-radius: 10px!important;
}
#eventCalendar .btn-group [type=button], #eventCalendar [type=submit], #eventCalendar button, .fc-prev-button, .fc-next-button, .fc-today-button{
	color: black!important;
	background-color: #d7ae7a!important;
	border-color: #D7AE7A!important;
}
.fc-event-selected .fc-event-resizer, .fc-theme-standard .fc-popover, .fc .fc-list-sticky .fc-list-day>*, .fc .fc-scrollgrid-section-sticky>* {
    background: #D7AE7A;
}
.fc .fc-daygrid-event-harness {
    display: flex;
    justify-content: center;
}