/**
* Theme Name: Zaan Child
* Description: This is a child theme of Zaan.
* Author: <a href="https://neuronthemes.com">NeuronThemes</a>
* Template: zaan
* Version: 1.0.0
*/


body.single-post p {
	font-size: 20px;
}
body.single-post h5 {
    font-size: 28px;
}

.zozo-event-description .entry-content p {
	font-size: 18px;
}
a.zozo-book-now-btn {
    display: inline-flex;
    align-items: center;
    max-height: 48px;
    line-height: 1;
    padding: 14px 22px;
    background: var(--zozo-primary);
    color: rgb(255, 255, 255);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
}

.zozo-calendar-wrapper .fc .fc-listMonth-view .fc-event, 
.zozo-calendar-wrapper .fc .fc-listMonth-view .fc-event:hover td {
	font-size: 16px;
}

.neuron-swiper--overflow-hidden {
	overflow: hidden;
}
.m-neuron-post__inner .zeb-book-now {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    background-color: #6EC1E4;
    padding: 8px 14px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.m-neuron-post__inner .zeb-book-now:hover {
    background-color: #54595F;
}

@media (max-width: 1279px) {
    .m-neuron-posts-tablet--thumbnail-top .m-neuron-post__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}