/*
Theme Name: Kadionne Boreland Paralegal Services
Theme URI: https://kadionneboreland.com/
Author: Boost Local Business
Author URI: https://boostlocalbusiness.ca/
Description: A classic WordPress theme converted from the Kadionne Boreland Paralegal Services static website.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kadionne-boreland
*/

[x-cloak] {
  display: none !important;
}

.kb-site-body {
  background: #fbfaf8;
  color: #2c2520;
}

.admin-bar .sticky.top-0 {
  top: 32px;
}

.kb-content > * + * {
  margin-top: 1.5rem;
}

.kb-content a {
  color: #a8907a;
  text-decoration: underline;
}

.kb-form-message {
  border: 1px solid #a8907a;
}

.kb-form-message--error {
  border-color: #b42318;
}

@media screen and (max-width: 782px) {
  .admin-bar .sticky.top-0 {
    top: 46px;
  }
}