/*
 Theme Name:   My Listing Child
 Theme URI:    http://mylisting.27collective.net/my-city/
 Description:  MyListing Child Theme
 Author:       27collective
 Author URI:   https://27collective.net/
 Template:     my-listing
 Version:      1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  my-listing-child
*/
/* #calendar-container {
    width: 80%;
} */
.fc-hover-image {
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    z-index: 9999;
}

.fc-hover-image img {
    width:100px;
    display: block;
    border-radius: 5px;
}

/* #c27-explore-listings{
    height: 100vh !important;
} */

/* Previous button */
.fc .fc-prev-button {
    background-color: #7b223e !important;
    border-color: #7b223e !important;
    color: #fff !important;
}

/* Next button */
.fc .fc-next-button {
    background-color: #7b223e !important;
    border-color: #7b223e !important;
    color: #fff !important;
}

/* Hover effect */
.fc .fc-prev-button:hover,
.fc .fc-next-button:hover {
    background-color: #7b223eb6 !important;
    border-color: #7b223eb6 !important;
}

.fc-today-button{
    text-transform: capitalize !important;
}

@media(max-width:575px){
    .fc .fc-toolbar-title {
        font-size: 1em;
    }
    .fc .fc-button {
        padding: 0.2em 0.5em;
    }
}
