/**
 * Theme Name: Sherburn in Elmet
 * Author: Creative Shed Agency
 * Template: blocksy
 * Text Domain: blocksy
 */ 

.mb-0{
    margin-bottom: 0px!important;
}
.mb-1{
    margin-bottom: 0.25rem!important;
}
.mb-4{
    margin-bottom: 2rem!important;
}
.mt-4{
    margin-top: 2rem!important;
}
.ct-button.w-100 {
    width: 100%!important;
    align-items: flex-start;
    flex-direction: column;
}
.w-100, .w-100 a{
     width: 100%!important;
}
.ct-sidebar [data-block]{
    background: none;
}

.fc .fc-toolbar{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-column-gap: 6px;
    grid-row-gap: 6px;
}
.fc-h-event .fc-event-main-frame {
    display: flex;
    flex-direction: column;
    line-height: 100%;
    padding: 3px;
}
.fc-daygrid-day-number{
    font-weight: bold;
}
.fc .fc-toolbar .fc-toolbar-chunk:last-child{
    display: flex;
    justify-content: flex-end;
}
.fc-daygrid-event{
    white-space: normal!important;
}
.fc .fc-button-primary {
    color: #fff;
    background-color: #74808c;
    border-color: #74808c;
}
.fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active {
    color: #fff;
    background-color: #264890;
    border-color: #264890;
}
@media (min-width: 999.99px) { 
    .d-lg-none {
        display: none!important;
    }
    [data-header*="type-1"] .ct-header [data-id="menu"] > ul > li:first-child > a{
        margin-left: calc((var(--menu-items-spacing) / 2)*-1)!important;
    }
    [data-header*="type-1"] .ct-header [data-id="menu-secondary"] > ul > li:last-child > a {
        margin-right: calc((var(--menu-items-spacing) / 2)*-1)!important;
    }

}
ul.list-custom-taxonomy-widget li{
	margin-bottom: 10px;
}