/* CP1 Theme - Checking Premises Custom Styles */

/* Superfish Navigation */
.region-header::before {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.region-header {
  float: none;
  margin-top: 0px !important;
  clear: both;
}

.region-header .block {
  float: none;
}

#superfish-1 {
  list-style: none;
  margin: 0;
  padding: 0;
}

#superfish-1 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#superfish-1 > ul {
  display: flex;
  gap: 3px;
}

#superfish-1 a,
#superfish-1 a:hover {
  text-decoration: none;
  line-height: 30px;
  height: 30px;
  padding: 0px 10px;
  color: #fff;
  display: block;
}

#superfish-1 a.sf-depth-1 {
  background: #0f7aff;
  border-radius: 5px 5px 0px 0px;
  margin-right: 3px;
  font-weight: bold;
  text-shadow: #ccc 1px 1px 1px;
}

#superfish-1 li.sf-depth-1:hover > a.sf-depth-1,
#superfish-1 li.sf-depth-1.sfHover > a.sf-depth-1 {
  background: #f00;
}

#superfish-1 a.sf-depth-1.active {
  background: #f00;
}

#superfish-1 li {
  position: relative;
}

#superfish-1 li.sf-depth-1 > ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #222;
  border: solid 1px #555;
  border-radius: 0px 0px 3px 3px;
  padding: 0 !important;
  min-width: 200px;
  z-index: 1000;
}

#superfish-1 li.sf-depth-1:hover > ul {
  display: block;
}

#superfish-1 ul ul {
  border-radius: 0px 3px 3px 3px;
}

#superfish-1 ul li {
  border-top: solid 1px #555;
}

#superfish-1 ul li:first-child {
  border-top: solid 0px;
}

#superfish-1 ul li:hover {
  background: #f00;
}

#superfish-1 ul li a {
  color: #fff;
}

#superfish-1 ul li a:hover {
  color: #fff;
}

/* Sidebar Blocks */
.sidebar .block {
  border-radius: 5px;
}

/* Content Styles */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.17em;
}

p {
  margin-bottom: 1em;
}

a {
  color: #0f7aff;
  text-decoration: underline;
}

a:hover {
  color: #f00;
}

blockquote {
  margin: 1em 2em;
  padding: 0.5em 1em;
  border-left: 3px solid #ccc;
  font-style: italic;
}

ul, ol {
  margin-left: 2em;
  margin-bottom: 1em;
}

li {
  margin-bottom: 0.5em;
}

