/*
Theme Name: coldbox-child
Template: coldbox
*/
#main.home,
body.home #main {
  margin-top: 10px;
}
.title-box h1 {
  margin: 0;
  font-size: 35px;
  text-align: center;
  font-weight: 700;
}
.header-column .header-inner {
  flex-flow: unset;
}
.menu-container {
  justify-content: flex-end;
}
#header-nav {
  font-size: 16px;
  font-weight: 600;
}
.site-info img {
  max-width: 50px;
}
.title-box-inner {
  padding-top: 0;
  padding-bottom: 10px;
}
.entry .checked-list {
  list-style-image: url(/wp-content/uploads/2023/08/check-mark.png);
}
.entry .checked-list li:not(:last-child) {
  margin-bottom: 10px;
}
.copyright {
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .title-box h1 {
    font-size: 28px;
  }
}
