/**
 * Theme Name: UTBF
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */


#upload_form button{
    color:#141414;
    border:1px solid #DCDCDC;
    border-radius: 8px;
    min-height:44px;
    padding:0 35.5px;
}

#upload_form button:hover{
    background-color: #DCDCDC;
    color:#fff;
}

.fc-col-header {
    background-color: #F9F6F0;
}

.fc-toolbar-chunk .fc-button-group button{
    background-color: transparent;
    color:#141414;
    margin-right:10px;
    border-radius: 8px!important;
}

.fc-toolbar-chunk .fc-button-group button:hover{
    color:#141414;
    background-color: #F9F6F0!important;
}

.fc-toolbar-chunk .fc-button-group button.fc-button-active{
    background-color: transparent!important;
    color:#141414!important;
    border-radius: 8px;
}

.fc-toolbar-chunk .fc-button-group button.fc-button-active:hover{
    background-color: #F9F6F0!important;
}

.fc .fc-daygrid-day.fc-day-today{
    background-color:#F9F6F0;
    /* background-color:transparent; */
    border:none;
}

.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-frame {
    border:1px solid #141414;
}

.fc-h-event {
    /* background-color: #F9F6F0; */
    background-color:transparent;
    border:none;
} 

.fc-h-event .fc-event-title{
    font-size: 18px;
    color:#141414;
}

.fc-h-event .special_date{
    font-size: 18px;
    color:#141414;
}

.fc-h-event .calendar_title{
    font-size: 18px;
    color:#141414;
}

.fc .fc-list-event-dot{
    border-color:#DE355C;
}

/* List view */
.fc-list-day-cushion{
    background-color: #F9F6F0!important;
}


/* Donate */
.ks_container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
    margin-bottom: 16px;
}

.noshow{
    display: none;
}

.directions{
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
}

.directions p{
    text-align: center;
}

@media (max-width: 640px){
    .ks_container{
        grid-template-columns: 1fr;
    }
}