/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.site-content {
    min-height: calc(100vh - 182.5px);
}
	
.inside-header {
    padding: 0;
}

/* This code makes the GeneratePress Menu sticky. */

.site-header {
    position: sticky;        /*make it stick */
    top: 0;                      /* stick it to the top of the window */
    z-index: 999;           /* draw it over other elements */
}

.admin-bar .main-navigation {
    top: 32px;     /* fix the offset for admin bar when logged in */
}

select {
	font-family: Roboto;
}

.wpbc_container.wpbc_form input.wpbc_button_light, .wpbc_container.wpbc_form input.wpbc_button_light:focus, .wpbc_container.wpbc_form input.wpbc_button_light:hover, .wpbc_container .wpbc_button_light, .wpbc_container .wpbc_button_light:focus, .wpbc_container .wpbc_button_light:hover, .wpbc_container.wpbc_container_booking_form .wpbc_button_light, .wpbc_container.wpbc_container_booking_form .wpbc_button_light:focus, .wpbc_container.wpbc_container_booking_form .wpbc_button_light:hover, .wpbc_times_selector div.wpbc_time_selected {
	background: #9a7a8c!important;
    color: #e4cdd3!important;
	border-color: #e4cdd3!important;
}

:root {
	--wpbc_cal-selected-day-color: #9a7a8c!important;
    --wpbc_cal-selected-text-color: #e4cdd3!important;
	--wpbc_cal-hover-day-color: #e4cdd3!important;
    --wpbc_cal-hover-text-color: #e4cdd3!important;
}