/* 
Theme Name: NY Boulders
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: Hello Elementor Child is a child theme of Hello Elementor, created by David Prayoga
Author: BMG Indonesia
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Template: hello-elementor
Version: 3.1.1
Stable tag: 3.1.1
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
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: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/

/**
 * Loading first in the style.scss & classic-editor.scss
 */
/**
* Document basic styling
* Inspired by Normalize.css, HTML5 Boilerplate & Bootstrap Reboot Projects under MIT License
 */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`. */

/* Add your custom styles here */

.eael-event-calendar-wrapper .fc .fc-daygrid-day-events {
    position: absolute;
    width: 100%;
    margin-top: -22px;
}

.fc .fc-daygrid-day-number {
    position: relative;
    z-index: 99;
    padding: 4px;
}

.eael-event-calendar-wrapper .fc-event {
    padding: 5px 10px;
    height: calc(100% - 4px);
    background-color: #ededed !important;
    color: #0155A5 !important;
}
