
			/*-----------------------------------------------*/
/*  "Boeken guesthouse" Page                     */
/*-----------------------------------------------*/
body.page-id-956 h2 {
    display: none;
}

body.page-id-956 .wpbs-calendar-header-navigation select {
    color: #000000;
    text-align: center;
}

body.page-id-956 .wpbs-calendar-header-navigation {
    display: flex;
    justify-content: center;
}

body.page-id-956 .wpbs-calendar-header-navigation a {
    margin: 0 10px;
    color: #000000;
}

body.page-id-956 .wpbs-calendar-header-navigation button {
    background-color: #241f0c;
    border: none;
}

body.page-id-956 .wpbs-legend {
    background-color: transparent;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: none;
}

body.page-id-956 .wpbs-calendar {
    width: 100%;
}

body.page-id-956 .wpbs-legend-item {
    background-color: transparent;
    border: none;
}

/*-----------------------------------------------*/
/*  Custom Font Definitions                      */
/*-----------------------------------------------*/
@font-face {
    font-family: 'Gill Sans';
    src: url('/wp-content/uploads/fonts/gill_sans-webfont.woff2') format('woff2'),
         url('/wp-content/uploads/fonts/gill_sans-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gill Sans Light';
    src: url('/wp-content/uploads/fonts/gill_sans_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Gill Sans', sans-serif;
}

.light-text {
    font-family: 'Gill Sans Light', sans-serif;
}
		