/*
This file is responsible only for providing theme information that are displayed
in `Apperance > Themes`. Do not write in here any CSS declarations.
Theme Name: bethesdahall
Theme URI: https://github.com/ktcw/bethesdahall/
Description: Custom WordPress theme, designed and built with <3 by the &code team.
Version: 1.0
Text Domain: bethesdahall
Author: &code
Author URI: https://and-code.com/
Tags: wordpress
License: GPLv2 License
License URI: https://wordpress.org/about/gpl/
*/


/* Fixes for WordPress Admin Bar */
body.admin-bar div.head {
  /* Makes space for the admin-bar. Should automatically revert when the admin-bar is not displayed. */
  padding-top: 32px !important;
}

body.admin-bar div.sidebar img.exitsidebar {
  /* Makes space for the admin-bar. Should automatically revert when the admin-bar is not displayed. */
  padding-top: 32px !important;
}

#wpadminbar {
  position: fixed !important;
}
/* End Fixes for WordPress Admin Bar */

@import url('./assets/css/style.css');

.content-page .wpbc_container_booking_form p {
	font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 6px;
}