.one-line,
.two-lines,
.content-style-one-large .wp-block-post-excerpt,
.content-list .wp-block-post-title,
.search-results .wp-block-query .wp-block-post-excerpt,
.archive .wp-block-query .wp-block-post-excerpt,
.wp-block-post-excerpt,
.three-lines,
.content-style-one-small .wp-block-post-title,
.post-cover .wp-block-post .wp-block-post-title,
.four-lines {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.one-line {
  -webkit-line-clamp: 1; }

.two-lines, .content-style-one-large .wp-block-post-excerpt, .content-list .wp-block-post-title, .search-results .wp-block-query .wp-block-post-excerpt,
.archive .wp-block-query .wp-block-post-excerpt, .wp-block-post-excerpt {
  -webkit-line-clamp: 2; }

.three-lines, .content-style-one-small .wp-block-post-title, .post-cover .wp-block-post .wp-block-post-title {
  -webkit-line-clamp: 3; }

.four-lines {
  -webkit-line-clamp: 4; }

.wp-block-post-featured-image:has(.default-thumbnail),
.wp-block-latest-posts__featured-image:has(.default-thumbnail),
.wp-block-latest-posts__featured-image.alignleft:has(.default-thumbnail),
.default-thumbnail {
  display: none; }

.featured-content .wp-block-post {
  line-height: 0.5;
  position: relative; }
  .featured-content .wp-block-post .entry-header {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 0 20px 20px 20px; }
  .featured-content .wp-block-post .wp-block-post-title a {
    color: #fff; }
  .featured-content .wp-block-post figure {
    margin: 0; }
  .featured-content .wp-block-post .taxonomy-category a {
    background-color: #0099e5;
    color: #fff;
    display: none;
    font-size: 11px !important;
    height: 20px;
    line-height: 20px;
    padding: 0 6px;
    text-transform: uppercase; }
    .featured-content .wp-block-post .taxonomy-category a:first-child {
      display: inline-block; }
    .featured-content .wp-block-post .taxonomy-category a:hover {
      background-color: rgba(0, 0, 0, 0.5) !important; }
.featured-content .wp-block-post-featured-image:has(.default-thumbnail),
.featured-content .default-thumbnail {
  display: block; }

.featured-large .wp-block-post-featured-image {
  max-height: 384px;
  overflow: hidden; }

.featured-small .wp-block-post-featured-image {
  max-height: 188px;
  overflow: hidden; }
.featured-small .wp-block-post-template.is-flex-container {
  gap: 0.5rem; }
.featured-small .wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li {
  width: calc(50% - 0.25rem); }
.featured-small .wp-block-post:nth-of-type(1) .taxonomy-category a {
  background-color: #34bf49; }
.featured-small .wp-block-post:nth-of-type(2) .taxonomy-category a {
  background-color: #ff9900; }
.featured-small .wp-block-post:nth-of-type(3) .taxonomy-category a {
  background-color: #1cc7d0; }
.featured-small .wp-block-post:nth-of-type(4) .taxonomy-category a {
  background-color: #ff4f81; }

/* Content Block */
.content-style-one-large .wp-block-post-excerpt {
  margin: 10px 0 0 0; }
.content-style-one-large .wp-block-post-excerpt__excerpt {
  margin: 0; }

.content-style-one-small .wp-block-post {
  margin: 0 0 1.5rem 0; }
  .content-style-one-small .wp-block-post:last-child {
    margin: 0; }
  .content-style-one-small .wp-block-post:after {
    clear: both;
    content: " ";
    display: block; }
.content-style-one-small figure {
  float: left;
  margin: 0 15px 0 0;
  width: 120px; }
.content-style-one-small .wp-block-post-title a {
  display: inherit; }

.content-list .wp-block-post {
  margin-bottom: 2rem; }
  .content-list .wp-block-post:last-child {
    margin: 0; }
  .content-list .wp-block-post:after {
    clear: both;
    content: " ";
    display: block; }
.content-list figure {
  float: left;
  margin: 0 1.25em 0 0;
  width: 240px; }
.content-list .wp-block-post-title a {
  display: inherit; }
.content-list .wp-block-post-excerpt {
  margin: 10px 0 0 0; }
.content-list .wp-block-post-excerpt__excerpt {
  margin: 0; }

.section-header {
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  height: 40px;
  line-height: 40px !important; }
  .section-header strong,
  .section-header span,
  .section-header a {
    border-bottom: 2px solid #0099e5;
    display: inline-block;
    position: absolute;
    bottom: -1px; }

.content-block-full .wp-block-post {
  line-height: 0.5;
  position: relative; }
  .content-block-full .wp-block-post:nth-of-type(2) .taxonomy-category a {
    background-color: #34bf49; }
  .content-block-full .wp-block-post:nth-of-type(3) .taxonomy-category a {
    background-color: #f47721; }
  .content-block-full .wp-block-post .wp-block-post-title {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 0 20px 20px 20px; }
    .content-block-full .wp-block-post .wp-block-post-title a {
      color: #fff; }
  .content-block-full .wp-block-post figure {
    margin: 0; }
  .content-block-full .wp-block-post .taxonomy-category {
    position: absolute;
    top: 0;
    left: 0; }
    .content-block-full .wp-block-post .taxonomy-category a {
      background-color: #0099e5;
      color: #fff;
      display: none;
      font-size: 11px !important;
      height: 20px;
      line-height: 20px;
      padding: 0 6px;
      text-transform: uppercase; }
      .content-block-full .wp-block-post .taxonomy-category a:first-child {
        display: inline-block; }
      .content-block-full .wp-block-post .taxonomy-category a:hover {
        background-color: rgba(0, 0, 0, 0.5) !important; }
.content-block-full .wp-block-post-featured-image:has(.default-thumbnail),
.content-block-full .default-thumbnail {
  display: block; }

.post-cover .wp-block-post {
  line-height: 0.5;
  position: relative; }
  .post-cover .wp-block-post .wp-block-post-title {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 0 20px 20px 20px; }
    .post-cover .wp-block-post .wp-block-post-title a {
      color: #fff; }
  .post-cover .wp-block-post figure {
    margin: 0; }
.post-cover .wp-block-post-featured-image:has(.default-thumbnail),
.post-cover .default-thumbnail {
  display: block; }

.post-list-no-thumbnail .wp-block-post {
  margin: 1em 0 0 0; }

/* Site Header */
.wp-block-site-title a {
  background: none;
  padding: 0; }

/* Navigation */
@media only screen and (min-width: 1180px) {
  .wp-block-navigation__container {
    gap: 1.5em; }

  .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    border: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; }

  .wp-block-navigation .wp-block-navigation-item__content {
    padding-top: 10px;
    padding-bottom: 10px; }

  .wp-block-navigation .wp-block-navigation__submenu-container {
    z-index: 20 !important;
    padding: 0 15px; }
    .wp-block-navigation .wp-block-navigation__submenu-container li {
      border-bottom: 1px dotted #f0f0f0;
      padding: 0; }
      .wp-block-navigation .wp-block-navigation__submenu-container li:last-child {
        border-bottom: none; }
      .wp-block-navigation .wp-block-navigation__submenu-container li a {
        padding: 10px 0; } }
.wp-block-search__button, .wp-block-file .wp-block-file__button {
  margin-left: 0; }

header.wp-block-template-part {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 0 0 1.5em; }
  header.wp-block-template-part .wp-block-search {
    width: 200px; }

.wp-site-blocks .wp-block-search .wp-block-search__inside-wrapper,
.editor-styles-wrapper .wp-block-search .wp-block-search__inside-wrapper {
  background-color: #f0f0f0; }

.editor-styles-wrapper .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input,
.wp-site-blocks .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
  background-color: #f0f0f0;
  color: #333;
  font-size: 14px;
  padding: 5px 0 5px 10px; }

.wp-site-blocks .wp-block-search.wp-block-search__icon-button .wp-block-search__button,
.editor-styles-wrapper .wp-block-search.wp-block-search__icon-button .wp-block-search__button {
  margin-left: 0;
  padding: 5px 7px; }

.wp-block-query-pagination .page-numbers,
.wp-block-query-pagination a,
.wp-block-query-pagination .wp-block-query-pagination-next,
.wp-block-query-pagination .wp-block-query-pagination-previous {
  background-color: #f0f0f0;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 12px;
  border-radius: 0;
  box-shadow: none;
  text-transform: uppercase;
  font-size: 14px; }
  .wp-block-query-pagination .page-numbers:hover,
  .wp-block-query-pagination a:hover,
  .wp-block-query-pagination .wp-block-query-pagination-next:hover,
  .wp-block-query-pagination .wp-block-query-pagination-previous:hover {
    background-color: #0099e5;
    color: #fff; }
.wp-block-query-pagination .page-numbers:active,
.wp-block-query-pagination .page-numbers.current {
  background-color: #0099e5;
  color: #fff; }

.archive-header {
  border-bottom: 1px solid #e9e9e9; }
  .archive-header .wp-block-term-description p {
    margin: 10px 0 0 0; }

.wp-block-tag-cloud a {
  background-color: #f0f0f0;
  border: none;
  color: #555 !important;
  font-size: 13px !important;
  line-height: 1.4;
  margin: 0 0 5px 0;
  padding: 4px 8px;
  text-transform: lowercase;
  text-decoration: none !important; }
  .wp-block-tag-cloud a:hover {
    background-color: #222;
    color: #fff !important; }

.wp-block-latest-posts__list li {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 15px;
  padding-bottom: 15px; }
  .wp-block-latest-posts__list li:after {
    clear: both;
    content: " ";
    display: block; }
  .wp-block-latest-posts__list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }
.wp-block-latest-posts__list .wp-block-latest-posts__post-date {
  margin-top: 5px; }

.wp-block-categories-list {
  padding: 0; }
  .wp-block-categories-list li {
    border-bottom: 1px solid #f5f5f5;
    list-style: none;
    margin-bottom: 12px;
    padding-bottom: 12px; }
    .wp-block-categories-list li:last-child {
      margin-bottom: 0; }
    .wp-block-categories-list li:hover .post-count {
      background-color: #e9e9e9;
      color: #666; }
  .wp-block-categories-list .post-count {
    float: right;
    background: #f0f0f0;
    color: #999;
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    min-width: 24px;
    height: 24px;
    line-height: 24px;
    position: relative;
    top: 1px; }

.search-results .wp-block-query .wp-block-post,
.archive .wp-block-query .wp-block-post {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 2rem; }
.search-results .wp-block-query .wp-block-post-excerpt,
.archive .wp-block-query .wp-block-post-excerpt {
  margin: 10px 0 0 0; }
.search-results .wp-block-query .wp-block-post-excerpt__excerpt,
.archive .wp-block-query .wp-block-post-excerpt__excerpt {
  margin: 0; }

.wp-block-post-author {
  height: 24px;
  line-height: 24px; }
  .wp-block-post-author .wp-block-post-author__avatar img {
    border-radius: 50%;
    width: 24px;
    height: auto; }

.wp-block-post-date {
  height: 24px;
  line-height: 24px; }

.wp-block-post-excerpt {
  line-height: 1.8;
  margin: 0; }

.wp-block-post-excerpt__excerpt {
  margin: 0; }

.wp-block-latest-posts__list .wp-block-latest-posts__post-date {
  color: #999; }

.footer-list {
  padding: 0; }
  .footer-list li {
    list-style: none;
    margin-bottom: 5px; }

.bottom-contact figure {
  line-height: 1.3; }

.single .wp-block-post-terms.taxonomy-category {
  margin: 0 0 1.5rem 0; }
  .single .wp-block-post-terms.taxonomy-category a {
    background-color: #0099e5;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin: 0 5px 5px 0;
    padding: 4px 10px;
    text-transform: uppercase; }
    .single .wp-block-post-terms.taxonomy-category a:hover {
      background-color: #222 !important;
      color: #fff; }
    .single .wp-block-post-terms.taxonomy-category a:nth-of-type(1) {
      background-color: #0099e5; }
    .single .wp-block-post-terms.taxonomy-category a:nth-of-type(2) {
      background-color: #00c16e; }
    .single .wp-block-post-terms.taxonomy-category a:nth-of-type(3) {
      background-color: #8e43e7; }
    .single .wp-block-post-terms.taxonomy-category a:nth-of-type(4) {
      background-color: #b84592; }
    .single .wp-block-post-terms.taxonomy-category a:nth-of-type(5) {
      background-color: #ff4f81; }
    .single .wp-block-post-terms.taxonomy-category a:nth-of-type(6) {
      background-color: #ff6c5f; }
    .single .wp-block-post-terms.taxonomy-category a:nth-of-type(7) {
      background-color: #ff9900; }
    .single .wp-block-post-terms.taxonomy-category a:nth-of-type(8) {
      background-color: #4298b5; }
    .single .wp-block-post-terms.taxonomy-category a:nth-of-type(9) {
      background-color: #1cc7d0; }
    .single .wp-block-post-terms.taxonomy-category a:nth-of-type(10) {
      background-color: #84bd00; }
    .single .wp-block-post-terms.taxonomy-category a:nth-of-type(11) {
      background-color: #b4a996; }
  .single .wp-block-post-terms.taxonomy-category .wp-block-post-terms__separator {
    display: none; }
.single .wp-block-post-terms.taxonomy-post_tag a {
  background-color: #f0f0f0;
  color: #333;
  display: inline-block;
  font-size: 11px;
  margin-right: 5px;
  padding: 4px 10px;
  text-transform: uppercase; }
  .single .wp-block-post-terms.taxonomy-post_tag a:hover {
    background-color: #222;
    color: #fff; }
.single .wp-block-post-terms.taxonomy-post_tag .wp-block-post-terms__separator {
  display: none; }

.page .wp-block-post-content p a,
.single .wp-block-post-content p a {
  color: #0099e5;
  text-decoration: underline; }
  .page .wp-block-post-content p a:hover,
  .single .wp-block-post-content p a:hover {
    text-decoration: none; }

.wp-block-comment-template {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 2rem; }
  .wp-block-comment-template .comment {
    border-top: 1px solid #e9e9e9;
    padding: 2rem 0 0 0; }
    .wp-block-comment-template .comment p {
      margin: 0 0 20px 0; }
      .wp-block-comment-template .comment p:last-child {
        margin-bottom: 0; }
    .wp-block-comment-template .comment .wp-block-comment-author-name {
      font-weight: bold; }
    .wp-block-comment-template .comment time a:hover,
    .wp-block-comment-template .comment .wp-block-comment-edit-link a:hover,
    .wp-block-comment-template .comment .wp-block-comment-reply-link a:hover {
      color: #222; }

.logged-in-as {
  font-size: 14px; }
  .logged-in-as a {
    color: #0099e5; }

.author-box {
  border: 1px solid #e9e9e9;
  padding: 1.5rem; }
  .author-box:after {
    clear: both;
    content: " ";
    display: block; }
  .author-box .wp-block-post-author__avatar {
    margin-right: 10px; }
  .author-box .wp-block-post-author__name {
    color: #222;
    font-weight: bold; }
  .author-box .wp-block-post-author-biography {
    font-size: 0.95em; }
    .author-box .wp-block-post-author-biography a {
      color: #0099e5;
      text-decoration: underline; }
      .author-box .wp-block-post-author-biography a:hover {
        text-decoration: none; }

.wp-block-post-comments-form input:not([type=submit]),
.wp-block-post-comments-form textarea {
  border-color: #e9e9e9; }

.footer-menu .wp-block-navigation__container,
footer.wp-block-template-part .wp-block-navigation .wp-block-navigation__container {
  gap: 10px 20px; }
.footer-menu .wp-block-navigation__submenu-container,
footer.wp-block-template-part .wp-block-navigation .wp-block-navigation__submenu-container {
  display: none !important; }

/*# sourceMappingURL=design.css.map */
