/*=======================
Event-box
===========================*/
.kidsjoy_style-event .page-numbers{
    padding: 0 1em;
    justify-content: center;
}
.kidsjoy_style-event-box .image{
    overflow: hidden;
    width: 100%;
}

.kidsjoy_style-event-box .image img{
    object-fit: cover;
    width: 100%;
}

.kidsjoy_style-event-box .kidsjoy_style-event-title a:hover .title{
    color: var(--color-theme-primary);
}

.kidsjoy_style-event-box .kidsjoy_style-event-list ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.kidsjoy_style-event-box .kidsjoy_style-event-list ul li{
    margin-bottom: 0.9375em;
}

.kidsjoy_style-event-box .kidsjoy_style-event-list ul li:last-child{
    margin-bottom: 0;
}

.kidsjoy_style-event-box ul li>span{
    display: flex;
    align-items: center;
}

.kidsjoy_style-event-box ul li .icon{
    color: var(--color-theme-primary);
    vertical-align: middle;
    margin-right: 1em;
}

.kidsjoy_style-event-box ul li .icon i{
    font-size: 1em;
}

.kidsjoy_style-event-box ul li .icon svg{
    min-height: 1em;
    min-width: 1em;
}

.kidsjoy_style-event-box ul li .kidsjoy_style-event-time .text{
    text-transform: uppercase;
}

/*=======================
Event-box-style-1
===========================*/
.kidsjoy_style-event-box-style-1{
    border-radius: var(--border-radius-box);
    -webkit-border-radius: var(--border-radius-box);
    -moz-border-radius: var(--border-radius-box);
    overflow: hidden;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    margin-bottom: 3.125em;
}

.kidsjoy_style-event-box-style-1 .kidsjoy_style-event-image{
    position: relative;
}

.kidsjoy_style-event-box-style-1 .image img{
    min-height: 18.75em;
}

.kidsjoy_style-event-box-style-1 .kidsjoy_style-event-date{
    display: inline-block;
    font-family: var(--subtitle-font-family);
    letter-spacing: var(--letter-spacing-one);
    color: var(--global-font-title);
    text-transform: uppercase;
    background-color: var(--color-theme-white);
    padding: 0.625em 1.0625em;
    text-align: center;
    position: absolute;
    right: 1.875em;
    top: 1.875em;
    border-radius: var(--border-radius-ten);
    -webkit-border-radius: var(--border-radius-ten);
    -moz-border-radius: var(--border-radius-ten);
}

.kidsjoy_style-event-box-style-1 .kidsjoy_style-event-date span{
    display: block;
}

.kidsjoy_style-event-box-style-1 .kidsjoy_style-event-details{
    padding: 2.5em;
    background: var(--color-theme-tertiary);
}

.kidsjoy_style-event-box-style-1 .kidsjoy_style-event-title{
    margin-bottom: 1.875em;
    padding-right: 5em;
}

/*============================
responsive
===============================*/
@media (max-width: 1599px){
    .kidsjoy_style-event-box-style-1 .kidsjoy_style-event-title{
        padding-right: 0;
    }
}

@media (max-width: 1366px){
    .kidsjoy_style-event-box-style-1 .image img{
        min-height: unset;
    }
}

/*=======================
Event-box-style-2
===========================*/
.kidsjoy_style-event-box-style-2{
    display: flex;
    align-items: center;
    padding: 1.875em;
    position: relative;
    border-radius: var(--border-radius-box);
    -webkit-border-radius: var(--border-radius-box);
    -moz-border-radius: var(--border-radius-box);
    overflow: hidden;
    -webkit-box-shadow: 0 24px 84px 0 rgba(0,0,0,0.05);
    box-shadow: 0 24px 84px 0 rgba(0,0,0,0.05);
    margin-bottom: 4.375em;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.kidsjoy_style-event-box-style-2 .kidsjoy_style-event-date{
    font-weight: var(--font-weight-medium);
    font-size: var(--font-size-18);
    color: var(--color-theme-primary);
    text-transform: uppercase;
}

.kidsjoy_style-event-box-style-2 .kidsjoy_style-event-image{
    min-width: 15.75em;
    width: 15.75em;
    border-radius: var(--border-radius-ten);
    -webkit-border-radius: var(--border-radius-ten);
    -moz-border-radius: var(--border-radius-ten);
    overflow: hidden;
}

.kidsjoy_style-event-box-style-2 .image{
    width: 100%;
}

.kidsjoy_style-event-box-style-2 .image img{
    height: 14em;
    width: 100%;
    object-fit: cover;
}

.kidsjoy_style-event-box-style-2 .kidsjoy_style-event-title{
    padding-right: 2em;
    margin-top: 1em;
    margin-bottom: 2.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.kidsjoy_style-event-box-style-2 .kidsjoy_style-event-details{
    margin-left: 2.8125em;
}

@media (max-width: 1599px){
    .kidsjoy_style-event-box-style-2 .kidsjoy_style-event-title{
        padding-right: 0;
    }
}

@media (max-width: 1300px){
    .kidsjoy_style-event-box-style-2 .kidsjoy_style-event-image{
        min-width: 14em;
        width: 14em;
    }

    .kidsjoy_style-event-box-style-2 .kidsjoy_style-event-details{
        margin-left: 2em;
    }
}

@media (max-width: 1150px){
    .kidsjoy_style-event-box-style-2{
        display: block;
    }

    .kidsjoy_style-event-box-style-2 .kidsjoy_style-event-image{
        min-width: 100%;
        width: 100%;
    }

    .kidsjoy_style-event-box-style-2 .image img{
        height: auto;
    }

    .kidsjoy_style-event-box-style-2 .kidsjoy_style-event-details{
        margin-left: 0;
        margin-top: 2em;
    }
}

@media (max-width: 767px){
    .kidsjoy_style-event-box-style-2{
        margin-bottom: 3.125em;
    }
}