
.secondary-nav__container{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 550px;
}



.todays-hours-widget{
    margin-right: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap:10px;
    background: #00ade5;
    border-radius: 0 0 20px 20px;
    padding: 0 14px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
    
    text-transform: uppercase;
    color: #fff;
    padding: 10px 20px;
    border-radius: 0 0 20px 20px;
    /* background: #e80070; */
    border: 2px solid #ffcc00;
    border-top: none;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    padding-top: 20px;
    position: relative;
    top: -10px;
    -webkit-transition: color 0.2s, -webkit-transform 0.2s;
    transition: color 0.2s, -webkit-transform 0.2s;
    transition: color 0.2s, transform 0.2s;
    transition: color 0.2s, transform 0.2s, -webkit-transform 0.2s;
    max-width: 50%;
}

.todays-hours-widget .title{
    display: block;
    font-size: 75%;
    line-height: 1;
    margin-bottom: .25em;
}

.todays-hours-widget .todays-hours{
    font-size: 16px;
    font-weight: bold;
    /*font-family: "Bowlby One", sans-serif;*/
}


@media (max-width: 960px){
    .secondary-nav__container{
    display:flex;
    flex-direction: column;
    flex-wrap: no-wrap;
    justify-content: flex-end;
    align-items: flex-end;
    max-width: 200px;
}

.todays-hours-widget{
    margin-right:0;
    white-space: nowrap;
    max-width: 100%;
    
}
    .tertiary-nav{
        transform: translateY(-10px);
    }

}






.tribe-events  .cat_park-hours .tribe-events-calendar-month__calendar-event-datetime::before{
    font-family: "icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
        content: "\e94f";
        font-size: 1em;
        color:#00ade5;
}
.tribe-events  .tribe-events-calendar-month__calendar-event.cat_park-hours .tribe-events-calendar-month__calendar-event-datetime{
    font-size:.9rem;
    line-height: 1;
}
.tribe-events  .tribe-events-calendar-month__calendar-event.cat_park-hours .tribe-events-calendar-month__calendar-event-datetime::before{
    font-family: "icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
        content: "\e94f";
        font-size: 120%;
        color:#00ade5;
        transform: translateY(.2em);
        display: inline-block;
        margin-left:-5px;
}

.tribe-events  .tribe-events-calendar-month__calendar-event.cat_park-hours .tribe-events-calendar-month__calendar-event-title{
    display:none !important;
}