@charset "UTF-8";
/**
 * Skeleton styles
 *
 * Adds skeleton styles for native WordPress features.
 * https://themosaurus.com/
 *
 */
/*------------------------------------*\
    #VARIABLES
\*------------------------------------*/
:root {
  --cera-inner-padding: 3%;
  --cera-page-padding-y: var(--grimlock-page-content-padding-y, 3%);
}

.grimlock-single {
  --cera-page-padding-y: var(--grimlock-single-content-padding-y, 3%);
}

.home,
.archive {
  --cera-page-padding-y: var(--grimlock-archive-content-padding-y, 3%);
}

.search-results {
  --cera-page-padding-y: var(--grimlock-search-content-padding-y, 3%);
}

.grimlock--archive_epkb_post_type {
  --cera-page-padding-y: var(--grimlock-archive-epkb-post-type-content-padding-y, 3%);
}

[class*="single_epkb_post_type"] {
  --cera-page-padding-y: var(--grimlock-single-epkb-post-type-content-padding-y, 3%);
}

.post-type-archive-tribe_events {
  --cera-page-padding-y: var(--grimlock-the-events-calendar-content-padding-y, 3%);
}

.single-tribe_events {
  --cera-page-padding-y: var(--grimlock-single-tribe-events-content-padding-y, 3%);
}

.single-tribe_organizer {
  --cera-page-padding-y: var(--grimlock-single-tribe-organizer-content-padding-y, 3%);
}

.single-tribe_venue {
  --cera-page-padding-y: var(--grimlock-single-tribe-venue-content-padding-y, 3%);
}

.bbpress {
  --cera-page-padding-y: var(--grimlock-archive-forum-content-padding-y, 3%);
}

:root {
  --grimlock-navigation-vertical-width: 275px;
}

#buddypress div.pagination div.pagination-links .page-numbers.prev, #buddypress div.pagination div.pagination-links .page-numbers.next,
#buddypress div.pagination div.bbp-pagination-links .page-numbers.prev,
#buddypress div.pagination div.bbp-pagination-links .page-numbers.next,
#buddypress div.bbp-pagination div.pagination-links .page-numbers.prev,
#buddypress div.bbp-pagination div.pagination-links .page-numbers.next,
#buddypress div.bbp-pagination div.bbp-pagination-links .page-numbers.prev,
#buddypress div.bbp-pagination div.bbp-pagination-links .page-numbers.next,
#buddypress div.bp-swap-pagination div.pagination-links .page-numbers.prev,
#buddypress div.bp-swap-pagination div.pagination-links .page-numbers.next,
#buddypress div.bp-swap-pagination div.bbp-pagination-links .page-numbers.prev,
#buddypress div.bp-swap-pagination div.bbp-pagination-links .page-numbers.next,
#bbpress-forums div.pagination div.pagination-links .page-numbers.prev,
#bbpress-forums div.pagination div.pagination-links .page-numbers.next,
#bbpress-forums div.pagination div.bbp-pagination-links .page-numbers.prev,
#bbpress-forums div.pagination div.bbp-pagination-links .page-numbers.next,
#bbpress-forums div.bbp-pagination div.pagination-links .page-numbers.prev,
#bbpress-forums div.bbp-pagination div.pagination-links .page-numbers.next,
#bbpress-forums div.bbp-pagination div.bbp-pagination-links .page-numbers.prev,
#bbpress-forums div.bbp-pagination div.bbp-pagination-links .page-numbers.next,
#bbpress-forums div.bp-swap-pagination div.pagination-links .page-numbers.prev,
#bbpress-forums div.bp-swap-pagination div.pagination-links .page-numbers.next,
#bbpress-forums div.bp-swap-pagination div.bbp-pagination-links .page-numbers.prev,
#bbpress-forums div.bp-swap-pagination div.bbp-pagination-links .page-numbers.next {
  font-size: 0;
}

.nav-links [class*="prev"] a, .page-links [class*="prev"] a,
.nav-links [class*="prev"] button,
.page-links [class*="prev"] button, #buddypress div.pagination div.pagination-links .page-numbers.prev,
#buddypress div.pagination div.bbp-pagination-links .page-numbers.prev,
#buddypress div.bbp-pagination div.pagination-links .page-numbers.prev,
#buddypress div.bbp-pagination div.bbp-pagination-links .page-numbers.prev,
#buddypress div.bp-swap-pagination div.pagination-links .page-numbers.prev,
#buddypress div.bp-swap-pagination div.bbp-pagination-links .page-numbers.prev,
#bbpress-forums div.pagination div.pagination-links .page-numbers.prev,
#bbpress-forums div.pagination div.bbp-pagination-links .page-numbers.prev,
#bbpress-forums div.bbp-pagination div.pagination-links .page-numbers.prev,
#bbpress-forums div.bbp-pagination div.bbp-pagination-links .page-numbers.prev,
#bbpress-forums div.bp-swap-pagination div.pagination-links .page-numbers.prev,
#bbpress-forums div.bp-swap-pagination div.bbp-pagination-links .page-numbers.prev {
  text-decoration: none !important;
}

.nav-links [class*="prev"] a:before, .page-links [class*="prev"] a:before,
.nav-links [class*="prev"] button:before,
.page-links [class*="prev"] button:before, #buddypress div.pagination div.pagination-links .page-numbers.prev:before,
#buddypress div.pagination div.bbp-pagination-links .page-numbers.prev:before,
#buddypress div.bbp-pagination div.pagination-links .page-numbers.prev:before,
#buddypress div.bbp-pagination div.bbp-pagination-links .page-numbers.prev:before,
#buddypress div.bp-swap-pagination div.pagination-links .page-numbers.prev:before,
#buddypress div.bp-swap-pagination div.bbp-pagination-links .page-numbers.prev:before,
#bbpress-forums div.pagination div.pagination-links .page-numbers.prev:before,
#bbpress-forums div.pagination div.bbp-pagination-links .page-numbers.prev:before,
#bbpress-forums div.bbp-pagination div.pagination-links .page-numbers.prev:before,
#bbpress-forums div.bbp-pagination div.bbp-pagination-links .page-numbers.prev:before,
#bbpress-forums div.bp-swap-pagination div.pagination-links .page-numbers.prev:before,
#bbpress-forums div.bp-swap-pagination div.bbp-pagination-links .page-numbers.prev:before {
  font-family: var(--grimlock-icon-pager-prev-font-family) !important;
  content: var(--grimlock-icon-pager-prev);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: inherit;
  opacity: 1;
  min-width: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: transform .2s ease-in-out;
  background-image: none;
}

html[dir="rtl"] .nav-links [class*="prev"] a:before, .nav-links [class*="prev"] html[dir="rtl"] a:before, html[dir="rtl"] .page-links [class*="prev"] a:before, .page-links [class*="prev"] html[dir="rtl"] a:before,
html[dir="rtl"] .nav-links [class*="prev"] button:before, .nav-links [class*="prev"] html[dir="rtl"] button:before,
html[dir="rtl"] .page-links [class*="prev"] button:before, .page-links [class*="prev"] html[dir="rtl"] button:before, html[dir="rtl"] #buddypress div.pagination div.pagination-links .page-numbers.prev:before, #buddypress div.pagination div.pagination-links html[dir="rtl"] .page-numbers.prev:before,
html[dir="rtl"] #buddypress div.pagination div.bbp-pagination-links .page-numbers.prev:before, #buddypress div.pagination div.bbp-pagination-links html[dir="rtl"] .page-numbers.prev:before,
html[dir="rtl"] #buddypress div.bbp-pagination div.pagination-links .page-numbers.prev:before, #buddypress div.bbp-pagination div.pagination-links html[dir="rtl"] .page-numbers.prev:before,
html[dir="rtl"] #buddypress div.bbp-pagination div.bbp-pagination-links .page-numbers.prev:before, #buddypress div.bbp-pagination div.bbp-pagination-links html[dir="rtl"] .page-numbers.prev:before,
html[dir="rtl"] #buddypress div.bp-swap-pagination div.pagination-links .page-numbers.prev:before, #buddypress div.bp-swap-pagination div.pagination-links html[dir="rtl"] .page-numbers.prev:before,
html[dir="rtl"] #buddypress div.bp-swap-pagination div.bbp-pagination-links .page-numbers.prev:before, #buddypress div.bp-swap-pagination div.bbp-pagination-links html[dir="rtl"] .page-numbers.prev:before,
html[dir="rtl"] #bbpress-forums div.pagination div.pagination-links .page-numbers.prev:before, #bbpress-forums div.pagination div.pagination-links html[dir="rtl"] .page-numbers.prev:before,
html[dir="rtl"] #bbpress-forums div.pagination div.bbp-pagination-links .page-numbers.prev:before, #bbpress-forums div.pagination div.bbp-pagination-links html[dir="rtl"] .page-numbers.prev:before,
html[dir="rtl"] #bbpress-forums div.bbp-pagination div.pagination-links .page-numbers.prev:before, #bbpress-forums div.bbp-pagination div.pagination-links html[dir="rtl"] .page-numbers.prev:before,
html[dir="rtl"] #bbpress-forums div.bbp-pagination div.bbp-pagination-links .page-numbers.prev:before, #bbpress-forums div.bbp-pagination div.bbp-pagination-links html[dir="rtl"] .page-numbers.prev:before,
html[dir="rtl"] #bbpress-forums div.bp-swap-pagination div.pagination-links .page-numbers.prev:before, #bbpress-forums div.bp-swap-pagination div.pagination-links html[dir="rtl"] .page-numbers.prev:before,
html[dir="rtl"] #bbpress-forums div.bp-swap-pagination div.bbp-pagination-links .page-numbers.prev:before, #bbpress-forums div.bp-swap-pagination div.bbp-pagination-links html[dir="rtl"] .page-numbers.prev:before {
  transform: scaleX(-1);
}

.nav-links [class*="next"] a, .page-links [class*="next"] a,
.nav-links [class*="next"] button,
.page-links [class*="next"] button, #buddypress div.pagination div.pagination-links .page-numbers.next,
#buddypress div.pagination div.bbp-pagination-links .page-numbers.next,
#buddypress div.bbp-pagination div.pagination-links .page-numbers.next,
#buddypress div.bbp-pagination div.bbp-pagination-links .page-numbers.next,
#buddypress div.bp-swap-pagination div.pagination-links .page-numbers.next,
#buddypress div.bp-swap-pagination div.bbp-pagination-links .page-numbers.next,
#bbpress-forums div.pagination div.pagination-links .page-numbers.next,
#bbpress-forums div.pagination div.bbp-pagination-links .page-numbers.next,
#bbpress-forums div.bbp-pagination div.pagination-links .page-numbers.next,
#bbpress-forums div.bbp-pagination div.bbp-pagination-links .page-numbers.next,
#bbpress-forums div.bp-swap-pagination div.pagination-links .page-numbers.next,
#bbpress-forums div.bp-swap-pagination div.bbp-pagination-links .page-numbers.next {
  text-decoration: none !important;
}

.nav-links [class*="next"] a:after, .page-links [class*="next"] a:after,
.nav-links [class*="next"] button:after,
.page-links [class*="next"] button:after, #buddypress div.pagination div.pagination-links .page-numbers.next:after,
#buddypress div.pagination div.bbp-pagination-links .page-numbers.next:after,
#buddypress div.bbp-pagination div.pagination-links .page-numbers.next:after,
#buddypress div.bbp-pagination div.bbp-pagination-links .page-numbers.next:after,
#buddypress div.bp-swap-pagination div.pagination-links .page-numbers.next:after,
#buddypress div.bp-swap-pagination div.bbp-pagination-links .page-numbers.next:after,
#bbpress-forums div.pagination div.pagination-links .page-numbers.next:after,
#bbpress-forums div.pagination div.bbp-pagination-links .page-numbers.next:after,
#bbpress-forums div.bbp-pagination div.pagination-links .page-numbers.next:after,
#bbpress-forums div.bbp-pagination div.bbp-pagination-links .page-numbers.next:after,
#bbpress-forums div.bp-swap-pagination div.pagination-links .page-numbers.next:after,
#bbpress-forums div.bp-swap-pagination div.bbp-pagination-links .page-numbers.next:after {
  font-family: var(--grimlock-icon-pager-next-font-family) !important;
  content: var(--grimlock-icon-pager-next);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: inherit;
  opacity: 1;
  min-width: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: transform .2s ease-in-out;
  background-image: none;
}

html[dir="rtl"] .nav-links [class*="next"] a:after, .nav-links [class*="next"] html[dir="rtl"] a:after, html[dir="rtl"] .page-links [class*="next"] a:after, .page-links [class*="next"] html[dir="rtl"] a:after,
html[dir="rtl"] .nav-links [class*="next"] button:after, .nav-links [class*="next"] html[dir="rtl"] button:after,
html[dir="rtl"] .page-links [class*="next"] button:after, .page-links [class*="next"] html[dir="rtl"] button:after, html[dir="rtl"] #buddypress div.pagination div.pagination-links .page-numbers.next:after, #buddypress div.pagination div.pagination-links html[dir="rtl"] .page-numbers.next:after,
html[dir="rtl"] #buddypress div.pagination div.bbp-pagination-links .page-numbers.next:after, #buddypress div.pagination div.bbp-pagination-links html[dir="rtl"] .page-numbers.next:after,
html[dir="rtl"] #buddypress div.bbp-pagination div.pagination-links .page-numbers.next:after, #buddypress div.bbp-pagination div.pagination-links html[dir="rtl"] .page-numbers.next:after,
html[dir="rtl"] #buddypress div.bbp-pagination div.bbp-pagination-links .page-numbers.next:after, #buddypress div.bbp-pagination div.bbp-pagination-links html[dir="rtl"] .page-numbers.next:after,
html[dir="rtl"] #buddypress div.bp-swap-pagination div.pagination-links .page-numbers.next:after, #buddypress div.bp-swap-pagination div.pagination-links html[dir="rtl"] .page-numbers.next:after,
html[dir="rtl"] #buddypress div.bp-swap-pagination div.bbp-pagination-links .page-numbers.next:after, #buddypress div.bp-swap-pagination div.bbp-pagination-links html[dir="rtl"] .page-numbers.next:after,
html[dir="rtl"] #bbpress-forums div.pagination div.pagination-links .page-numbers.next:after, #bbpress-forums div.pagination div.pagination-links html[dir="rtl"] .page-numbers.next:after,
html[dir="rtl"] #bbpress-forums div.pagination div.bbp-pagination-links .page-numbers.next:after, #bbpress-forums div.pagination div.bbp-pagination-links html[dir="rtl"] .page-numbers.next:after,
html[dir="rtl"] #bbpress-forums div.bbp-pagination div.pagination-links .page-numbers.next:after, #bbpress-forums div.bbp-pagination div.pagination-links html[dir="rtl"] .page-numbers.next:after,
html[dir="rtl"] #bbpress-forums div.bbp-pagination div.bbp-pagination-links .page-numbers.next:after, #bbpress-forums div.bbp-pagination div.bbp-pagination-links html[dir="rtl"] .page-numbers.next:after,
html[dir="rtl"] #bbpress-forums div.bp-swap-pagination div.pagination-links .page-numbers.next:after, #bbpress-forums div.bp-swap-pagination div.pagination-links html[dir="rtl"] .page-numbers.next:after,
html[dir="rtl"] #bbpress-forums div.bp-swap-pagination div.bbp-pagination-links .page-numbers.next:after, #bbpress-forums div.bp-swap-pagination div.bbp-pagination-links html[dir="rtl"] .page-numbers.next:after {
  transform: scaleX(-1);
}

.nav-links, .page-links, .wp-pagenavi, #buddypress div.pagination div.pagination-links,
#buddypress div.pagination div.bbp-pagination-links,
#buddypress div.bbp-pagination div.pagination-links,
#buddypress div.bbp-pagination div.bbp-pagination-links,
#buddypress div.bp-swap-pagination div.pagination-links,
#buddypress div.bp-swap-pagination div.bbp-pagination-links,
#bbpress-forums div.pagination div.pagination-links,
#bbpress-forums div.pagination div.bbp-pagination-links,
#bbpress-forums div.bbp-pagination div.pagination-links,
#bbpress-forums div.bbp-pagination div.bbp-pagination-links,
#bbpress-forums div.bp-swap-pagination div.pagination-links,
#bbpress-forums div.bp-swap-pagination div.bbp-pagination-links {
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0;
}

.nav-links::after, .page-links::after, .wp-pagenavi::after, #buddypress div.pagination div.pagination-links::after,
#buddypress div.pagination div.bbp-pagination-links::after,
#buddypress div.bbp-pagination div.pagination-links::after,
#buddypress div.bbp-pagination div.bbp-pagination-links::after,
#buddypress div.bp-swap-pagination div.pagination-links::after,
#buddypress div.bp-swap-pagination div.bbp-pagination-links::after,
#bbpress-forums div.pagination div.pagination-links::after,
#bbpress-forums div.pagination div.bbp-pagination-links::after,
#bbpress-forums div.bbp-pagination div.pagination-links::after,
#bbpress-forums div.bbp-pagination div.bbp-pagination-links::after,
#bbpress-forums div.bp-swap-pagination div.pagination-links::after,
#bbpress-forums div.bp-swap-pagination div.bbp-pagination-links::after {
  display: block;
  clear: both;
  content: "";
}

.nav-links > .page-numbers, .nav-links > div,
.nav-links > ul > li {
  display: inline-flex;
  vertical-align: middle;
}

.nav-links > .page-numbers *, .nav-links > div *, .nav-links > ul > li * {
  text-decoration: none !important;
}

.nav-links, .page-links {
  display: flex;
  justify-content: center;
}

.nav-links::after, .page-links::after {
  display: block;
  clear: both;
  content: "";
}

@media (min-width: 768px) {
  .nav-links, .page-links {
    justify-content: normal;
  }
}

.nav-links [class*="prev"]:not(:only-child), .page-links [class*="prev"]:not(:only-child),
.nav-links [class*="next"]:not(:only-child),
.page-links [class*="next"]:not(:only-child) {
  max-width: 500px;
}

@media (max-width: 767.98px) {
  .nav-links [class*="prev"] a, .page-links [class*="prev"] a,
  .nav-links [class*="prev"] button,
  .page-links [class*="prev"] button,
  .nav-links [class*="next"] a,
  .page-links [class*="next"] a,
  .nav-links [class*="next"] button,
  .page-links [class*="next"] button {
    font-size: 0;
    padding: 1rem;
    width: 55px;
    min-width: 55px;
    height: 55px;
    min-height: 55px;
    line-height: 1;
  }
}

@media (min-width: 768px) {
  .nav-links [class*="prev"], .page-links [class*="prev"] {
    padding-right: .5rem;
  }
}

.nav-links [class*="prev"] a, .page-links [class*="prev"] a,
.nav-links [class*="prev"] button,
.page-links [class*="prev"] button {
  float: left;
  text-align: left;
}

@media (min-width: 768px) {
  .nav-links [class*="prev"] a:before, .page-links [class*="prev"] a:before,
  .nav-links [class*="prev"] button:before,
  .page-links [class*="prev"] button:before {
    margin-right: .75em;
  }
}

@media (min-width: 768px) {
  .nav-links [class*="prev"] a:hover:before, .page-links [class*="prev"] a:hover:before, .nav-links [class*="prev"] a:focus:before, .page-links [class*="prev"] a:focus:before,
  .nav-links [class*="prev"] button:hover:before,
  .page-links [class*="prev"] button:hover:before,
  .nav-links [class*="prev"] button:focus:before,
  .page-links [class*="prev"] button:focus:before {
    transform: translate3d(-0.25em, 0, 0);
  }
  html[dir="rtl"] .nav-links [class*="prev"] a:hover:before, html[dir="rtl"] .page-links [class*="prev"] a:hover:before, html[dir="rtl"] .nav-links [class*="prev"] a:focus:before, html[dir="rtl"] .page-links [class*="prev"] a:focus:before, html[dir="rtl"] .nav-links [class*="prev"] button:hover:before, html[dir="rtl"] .page-links [class*="prev"] button:hover:before, html[dir="rtl"] .nav-links [class*="prev"] button:focus:before, html[dir="rtl"] .page-links [class*="prev"] button:focus:before {
    transform: scaleX(-1) translate3d(-0.25em, 0, 0);
  }
}

.nav-links [class*="next"], .page-links [class*="next"] {
  margin-left: 1rem;
}

@media (min-width: 768px) {
  .nav-links [class*="next"], .page-links [class*="next"] {
    margin-left: auto;
    padding-left: .5rem;
  }
}


.nav-links [class*="next"] a,
.page-links [class*="next"] a,
.nav-links [class*="next"] button,
.page-links [class*="next"] button {
  float: right;
  text-align: right;
}

@media (min-width: 768px) {
  .nav-links [class*="next"] a:after, .page-links [class*="next"] a:after,
  .nav-links [class*="next"] button:after,
  .page-links [class*="next"] button:after {
    margin-left: .75em;
  }
}

@media (min-width: 768px) {
  .nav-links [class*="next"] a:hover:after, .page-links [class*="next"] a:hover:after, .nav-links [class*="next"] a:focus:after, .page-links [class*="next"] a:focus:after,
  .nav-links [class*="next"] button:hover:after,
  .page-links [class*="next"] button:hover:after,
  .nav-links [class*="next"] button:focus:after,
  .page-links [class*="next"] button:focus:after {
    transform: translate3d(0.25em, 0, 0);
  }
  html[dir="rtl"] .nav-links [class*="next"] a:hover:after, html[dir="rtl"] .page-links [class*="next"] a:hover:after, html[dir="rtl"] .nav-links [class*="next"] a:focus:after, html[dir="rtl"] .page-links [class*="next"] a:focus:after, html[dir="rtl"] .nav-links [class*="next"] button:hover:after, html[dir="rtl"] .page-links [class*="next"] button:hover:after, html[dir="rtl"] .nav-links [class*="next"] button:focus:after, html[dir="rtl"] .page-links [class*="next"] button:focus:after {
    transform: scaleX(-1) translate3d(0.25em, 0, 0);
  }
}

.nav-links > .page-numbers:hover, .nav-links > div > a:hover,
.nav-links > ul > li > a:hover, .page-links .post-page-numbers:hover, .wp-pagenavi a:hover,
.wp-pagenavi span:hover, #buddypress div.pagination div.pagination-links .page-numbers:hover,
#buddypress div.pagination div.bbp-pagination-links .page-numbers:hover,
#buddypress div.bbp-pagination div.pagination-links .page-numbers:hover,
#buddypress div.bbp-pagination div.bbp-pagination-links .page-numbers:hover,
#buddypress div.bp-swap-pagination div.pagination-links .page-numbers:hover,
#buddypress div.bp-swap-pagination div.bbp-pagination-links .page-numbers:hover,
#bbpress-forums div.pagination div.pagination-links .page-numbers:hover,
#bbpress-forums div.pagination div.bbp-pagination-links .page-numbers:hover,
#bbpress-forums div.bbp-pagination div.pagination-links .page-numbers:hover,
#bbpress-forums div.bbp-pagination div.bbp-pagination-links .page-numbers:hover,
#bbpress-forums div.bp-swap-pagination div.pagination-links .page-numbers:hover,
#bbpress-forums div.bp-swap-pagination div.bbp-pagination-links .page-numbers:hover, .nav-links > .page-numbers:focus, .nav-links > div > a:focus,
.nav-links > ul > li > a:focus, .page-links .post-page-numbers:focus, .wp-pagenavi a:focus,
.wp-pagenavi span:focus, #buddypress div.pagination div.pagination-links .page-numbers:focus,
#buddypress div.pagination div.bbp-pagination-links .page-numbers:focus,
#buddypress div.bbp-pagination div.pagination-links .page-numbers:focus,
#buddypress div.bbp-pagination div.bbp-pagination-links .page-numbers:focus,
#buddypress div.bp-swap-pagination div.pagination-links .page-numbers:focus,
#buddypress div.bp-swap-pagination div.bbp-pagination-links .page-numbers:focus,
#bbpress-forums div.pagination div.pagination-links .page-numbers:focus,
#bbpress-forums div.pagination div.bbp-pagination-links .page-numbers:focus,
#bbpress-forums div.bbp-pagination div.pagination-links .page-numbers:focus,
#bbpress-forums div.bbp-pagination div.bbp-pagination-links .page-numbers:focus,
#bbpress-forums div.bp-swap-pagination div.pagination-links .page-numbers:focus,
#bbpress-forums div.bp-swap-pagination div.bbp-pagination-links .page-numbers:focus, .nav-links > .page-numbers.current, .page-links .post-page-numbers.current,
.page-links > span:not(.screen-reader-text):not([class]), .wp-pagenavi a.current,
.wp-pagenavi span.current, #buddypress div.pagination div.pagination-links .page-numbers.current,
#buddypress div.pagination div.bbp-pagination-links .page-numbers.current,
#buddypress div.bbp-pagination div.pagination-links .page-numbers.current,
#buddypress div.bbp-pagination div.bbp-pagination-links .page-numbers.current,
#buddypress div.bp-swap-pagination div.pagination-links .page-numbers.current,
#buddypress div.bp-swap-pagination div.bbp-pagination-links .page-numbers.current,
#bbpress-forums div.pagination div.pagination-links .page-numbers.current,
#bbpress-forums div.pagination div.bbp-pagination-links .page-numbers.current,
#bbpress-forums div.bbp-pagination div.pagination-links .page-numbers.current,
#bbpress-forums div.bbp-pagination div.bbp-pagination-links .page-numbers.current,
#bbpress-forums div.bp-swap-pagination div.pagination-links .page-numbers.current,
#bbpress-forums div.bp-swap-pagination div.bbp-pagination-links .page-numbers.current {
  color: var(--grimlock-pagination-hover-color);
  background-color: var(--grimlock-pagination-hover-background-color);
  border-color: var(--grimlock-pagination-hover-border-color);
}

.nav-links > .page-numbers, .nav-links > div > a,
.nav-links > ul > li > a, .page-links .post-page-numbers, .wp-pagenavi a,
.wp-pagenavi span, #buddypress div.pagination div.pagination-links .page-numbers,
#buddypress div.pagination div.bbp-pagination-links .page-numbers,
#buddypress div.bbp-pagination div.pagination-links .page-numbers,
#buddypress div.bbp-pagination div.bbp-pagination-links .page-numbers,
#buddypress div.bp-swap-pagination div.pagination-links .page-numbers,
#buddypress div.bp-swap-pagination div.bbp-pagination-links .page-numbers,
#bbpress-forums div.pagination div.pagination-links .page-numbers,
#bbpress-forums div.pagination div.bbp-pagination-links .page-numbers,
#bbpress-forums div.bbp-pagination div.pagination-links .page-numbers,
#bbpress-forums div.bbp-pagination div.bbp-pagination-links .page-numbers,
#bbpress-forums div.bp-swap-pagination div.pagination-links .page-numbers,
#bbpress-forums div.bp-swap-pagination div.bbp-pagination-links .page-numbers {
  position: relative;
  float: left;
  padding: var(--grimlock-pagination-padding-y) var(--grimlock-pagination-padding-x);
  background-color: var(--grimlock-pagination-background-color);
  border: var(--grimlock-pagination-border-width) solid var(--grimlock-pagination-border-color);
  border-radius: var(--grimlock-pagination-border-radius);
  color: var(--grimlock-pagination-color);
  text-decoration: none !important;
  font-size: var(--grimlock-pagination-font-size);
  font-weight: var(--grimlock-pagination-font-weight);
  text-transform: var(--grimlock-pagination-text-transform);
  letter-spacing: var(--grimlock-pagination-letter-spacing);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  word-break: break-word;
}

.nav-links > .page-numbers:hover, .nav-links > div > a:hover,
.nav-links > ul > li > a:hover, .page-links .post-page-numbers:hover, .wp-pagenavi a:hover,
.wp-pagenavi span:hover, #buddypress div.pagination div.pagination-links .page-numbers:hover,
#buddypress div.pagination div.bbp-pagination-links .page-numbers:hover,
#buddypress div.bbp-pagination div.pagination-links .page-numbers:hover,
#buddypress div.bbp-pagination div.bbp-pagination-links .page-numbers:hover,
#buddypress div.bp-swap-pagination div.pagination-links .page-numbers:hover,
#buddypress div.bp-swap-pagination div.bbp-pagination-links .page-numbers:hover,
#bbpress-forums div.pagination div.pagination-links .page-numbers:hover,
#bbpress-forums div.pagination div.bbp-pagination-links .page-numbers:hover,
#bbpress-forums div.bbp-pagination div.pagination-links .page-numbers:hover,
#bbpress-forums div.bbp-pagination div.bbp-pagination-links .page-numbers:hover,
#bbpress-forums div.bp-swap-pagination div.pagination-links .page-numbers:hover,
#bbpress-forums div.bp-swap-pagination div.bbp-pagination-links .page-numbers:hover, .nav-links > .page-numbers:focus, .nav-links > div > a:focus,
.nav-links > ul > li > a:focus, .page-links .post-page-numbers:focus, .wp-pagenavi a:focus,
.wp-pagenavi span:focus, #buddypress div.pagination div.pagination-links .page-numbers:focus,
#buddypress div.pagination div.bbp-pagination-links .page-numbers:focus,
#buddypress div.bbp-pagination div.pagination-links .page-numbers:focus,
#buddypress div.bbp-pagination div.bbp-pagination-links .page-numbers:focus,
#buddypress div.bp-swap-pagination div.pagination-links .page-numbers:focus,
#buddypress div.bp-swap-pagination div.bbp-pagination-links .page-numbers:focus,
#bbpress-forums div.pagination div.pagination-links .page-numbers:focus,
#bbpress-forums div.pagination div.bbp-pagination-links .page-numbers:focus,
#bbpress-forums div.bbp-pagination div.pagination-links .page-numbers:focus,
#bbpress-forums div.bbp-pagination div.bbp-pagination-links .page-numbers:focus,
#bbpress-forums div.bp-swap-pagination div.pagination-links .page-numbers:focus,
#bbpress-forums div.bp-swap-pagination div.bbp-pagination-links .page-numbers:focus {
  text-decoration: none !important;
}

#buddypress div.pagination div.pagination-links .page-numbers,
#buddypress div.pagination div.bbp-pagination-links .page-numbers,
#buddypress div.bbp-pagination div.pagination-links .page-numbers,
#buddypress div.bbp-pagination div.bbp-pagination-links .page-numbers,
#buddypress div.bp-swap-pagination div.pagination-links .page-numbers,
#buddypress div.bp-swap-pagination div.bbp-pagination-links .page-numbers,
#bbpress-forums div.pagination div.pagination-links .page-numbers,
#bbpress-forums div.pagination div.bbp-pagination-links .page-numbers,
#bbpress-forums div.bbp-pagination div.pagination-links .page-numbers,
#bbpress-forums div.bbp-pagination div.bbp-pagination-links .page-numbers,
#bbpress-forums div.bp-swap-pagination div.pagination-links .page-numbers,
#bbpress-forums div.bp-swap-pagination div.bbp-pagination-links .page-numbers {
  padding: calc(var(--grimlock-pagination-padding-y) * .75) calc(var(--grimlock-pagination-padding-x) * .75);
  min-width: 45px;
  min-height: 45px;
  line-height: 1;
}

.wp-clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.force-full-width {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  width: auto !important;
  max-width: 1000% !important;
}

.region--9-3-cols-left .force-full-width,
.region--3-9-cols-left .force-full-width,
.region--3-6-3-cols-left .force-full-width {
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
  background: none !important;
}

.region--9-3-cols-left .force-full-width > .container,
.region--3-9-cols-left .force-full-width > .container,
.region--3-6-3-cols-left .force-full-width > .container {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}

.rounded-card {
  border-radius: var(--grimlock-archive-post-border-radius);
}

.rounded-button {
  border-radius: var(--grimlock-button-border-radius);
}

/**
 * Fonts
 *
 * Custom fonts.
 */
@font-face {
  font-family: 'cera';
  src: url("../fonts/cera//cera.ttf?foirwg") format("truetype"), url("../fonts/cera//cera.woff?foirwg") format("woff"), url("../fonts/cera//cera.svg?foirwg#cera") format("svg");
  font-weight: normal;
  font-style: normal;
}

.cera-icon {
  font-family: 'cera' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
}

.cera-menu-arrow:before {
  content: "\ea21";
}

.cera-quote:before {
  content: "\ea1e";
}

.cera-pushpin:before {
  content: "\ea1f";
}

.cera-swap:before {
  content: "\ea20";
}

.cera-alphabetical:before {
  content: "\ea18";
}

.cera-talk:before {
  content: "\ea19";
}

.cera-student:before {
  content: "\ea1a";
}

.cera-reply-all:before {
  content: "\ea1b";
}

.cera-star-on:before {
  content: "\ea1c";
}

.cera-heart-on:before {
  content: "\ea1d";
}

.cera-activity:before {
  content: "\e900";
}

.cera-airplay:before {
  content: "\e901";
}

.cera-alert-circle:before {
  content: "\e902";
}

.cera-alert-octagon:before {
  content: "\e903";
}

.cera-alert-triangle:before {
  content: "\e904";
}

.cera-align-center:before {
  content: "\e905";
}

.cera-align-justify:before {
  content: "\e906";
}

.cera-align-left:before {
  content: "\e907";
}

.cera-align-right:before {
  content: "\e908";
}

.cera-anchor:before {
  content: "\e909";
}

.cera-aperture:before {
  content: "\e90a";
}

.cera-archive:before {
  content: "\e90b";
}

.cera-arrow-down-circle:before {
  content: "\e90c";
}

.cera-arrow-down-left:before {
  content: "\e90d";
}

.cera-arrow-down-right:before {
  content: "\e90e";
}

.cera-arrow-down:before {
  content: "\e90f";
}

.cera-arrow-left-circle:before {
  content: "\e910";
}

.cera-arrow-left:before {
  content: "\e911";
}

.cera-arrow-right-circle:before {
  content: "\e912";
}

.cera-arrow-right:before {
  content: "\e913";
}

.cera-arrow-up-circle:before {
  content: "\e914";
}

.cera-arrow-up-left:before {
  content: "\e915";
}

.cera-arrow-up-right:before {
  content: "\e916";
}

.cera-arrow-up:before {
  content: "\e917";
}

.cera-at-sign:before {
  content: "\e918";
}

.cera-award:before {
  content: "\e919";
}

.cera-bar-chart-2:before {
  content: "\e91a";
}

.cera-bar-chart:before {
  content: "\e91b";
}

.cera-battery-charging:before {
  content: "\e91c";
}

.cera-battery:before {
  content: "\e91d";
}

.cera-bell-off:before {
  content: "\e91e";
}

.cera-bell:before {
  content: "\e91f";
}

.cera-bluetooth:before {
  content: "\e920";
}

.cera-bold:before {
  content: "\e921";
}

.cera-book-open:before {
  content: "\e922";
}

.cera-book:before {
  content: "\e923";
}

.cera-bookmark:before {
  content: "\e924";
}

.cera-box:before {
  content: "\e925";
}

.cera-briefcase:before {
  content: "\e926";
}

.cera-calendar:before {
  content: "\e927";
}

.cera-camera-off:before {
  content: "\e928";
}

.cera-camera:before {
  content: "\e929";
}

.cera-cast:before {
  content: "\e92a";
}

.cera-check-circle:before {
  content: "\e92b";
}

.cera-check-square:before {
  content: "\e92c";
}

.cera-check:before {
  content: "\e92d";
}

.cera-chevron-down:before {
  content: "\e92e";
}

.cera-chevron-left:before {
  content: "\e92f";
}

.cera-chevron-right:before {
  content: "\e930";
}

.cera-chevron-up:before {
  content: "\e931";
}

.cera-chevrons-down:before {
  content: "\e932";
}

.cera-chevrons-left:before {
  content: "\e933";
}

.cera-chevrons-right:before {
  content: "\e934";
}

.cera-chevrons-up:before {
  content: "\e935";
}

.cera-chrome:before {
  content: "\e936";
}

.cera-circle:before {
  content: "\e937";
}

.cera-clipboard:before {
  content: "\e938";
}

.cera-clock:before {
  content: "\e939";
}

.cera-cloud-drizzle:before {
  content: "\e93a";
}

.cera-cloud-lightning:before {
  content: "\e93b";
}

.cera-cloud-off:before {
  content: "\e93c";
}

.cera-cloud-rain:before {
  content: "\e93d";
}

.cera-cloud-snow:before {
  content: "\e93e";
}

.cera-cloud:before {
  content: "\e93f";
}

.cera-code:before {
  content: "\e940";
}

.cera-codepen:before {
  content: "\e941";
}

.cera-codesandbox:before {
  content: "\e942";
}

.cera-coffee:before {
  content: "\e943";
}

.cera-columns:before {
  content: "\e944";
}

.cera-command:before {
  content: "\e945";
}

.cera-compass:before {
  content: "\e946";
}

.cera-copy:before {
  content: "\e947";
}

.cera-corner-down-left:before {
  content: "\e948";
}

.cera-corner-down-right:before {
  content: "\e949";
}

.cera-corner-left-down:before {
  content: "\e94a";
}

.cera-corner-left-up:before {
  content: "\e94b";
}

.cera-corner-right-down:before {
  content: "\e94c";
}

.cera-corner-right-up:before {
  content: "\e94d";
}

.cera-corner-up-left:before {
  content: "\e94e";
}

.cera-corner-up-right:before {
  content: "\e94f";
}

.cera-cpu:before {
  content: "\e950";
}

.cera-credit-card:before {
  content: "\e951";
}

.cera-crop:before {
  content: "\e952";
}

.cera-crosshair:before {
  content: "\e953";
}

.cera-database:before {
  content: "\e954";
}

.cera-delete:before {
  content: "\e955";
}

.cera-disc:before {
  content: "\e956";
}

.cera-dollar-sign:before {
  content: "\e957";
}

.cera-download-cloud:before {
  content: "\e958";
}

.cera-download:before {
  content: "\e959";
}

.cera-droplet:before {
  content: "\e95a";
}

.cera-edit-2:before {
  content: "\e95b";
}

.cera-edit-3:before {
  content: "\e95c";
}

.cera-edit:before {
  content: "\e95d";
}

.cera-external-link:before {
  content: "\e95e";
}

.cera-eye-off:before {
  content: "\e95f";
}

.cera-eye:before {
  content: "\e960";
}

.cera-facebook:before {
  content: "\e961";
}

.cera-fast-forward:before {
  content: "\e962";
}

.cera-feather:before {
  content: "\e963";
}

.cera-figma:before {
  content: "\e964";
}

.cera-file-minus:before {
  content: "\e965";
}

.cera-file-plus:before {
  content: "\e966";
}

.cera-file-text:before {
  content: "\e967";
}

.cera-file:before {
  content: "\e968";
}

.cera-film:before {
  content: "\e969";
}

.cera-filter:before {
  content: "\e96a";
}

.cera-flag:before {
  content: "\e96b";
}

.cera-folder-minus:before {
  content: "\e96c";
}

.cera-folder-plus:before {
  content: "\e96d";
}

.cera-folder:before {
  content: "\e96e";
}

.cera-framer:before {
  content: "\e96f";
}

.cera-frown:before {
  content: "\e970";
}

.cera-gift:before {
  content: "\e971";
}

.cera-git-branch:before {
  content: "\e972";
}

.cera-git-commit:before {
  content: "\e973";
}

.cera-git-merge:before {
  content: "\e974";
}

.cera-git-pull-request:before {
  content: "\e975";
}

.cera-github:before {
  content: "\e976";
}

.cera-gitlab:before {
  content: "\e977";
}

.cera-globe:before {
  content: "\e978";
}

.cera-grid:before {
  content: "\e979";
}

.cera-hard-drive:before {
  content: "\e97a";
}

.cera-hash:before {
  content: "\e97b";
}

.cera-headphones:before {
  content: "\e97c";
}

.cera-heart:before {
  content: "\e97d";
}

.cera-help-circle:before {
  content: "\e97e";
}

.cera-hexagon:before {
  content: "\e97f";
}

.cera-home:before {
  content: "\e980";
}

.cera-image:before {
  content: "\e981";
}

.cera-inbox:before {
  content: "\e982";
}

.cera-info:before {
  content: "\e983";
}

.cera-instagram:before {
  content: "\e984";
}

.cera-italic:before {
  content: "\e985";
}

.cera-key:before {
  content: "\e986";
}

.cera-layers:before {
  content: "\e987";
}

.cera-layout:before {
  content: "\e988";
}

.cera-life-buoy:before {
  content: "\e989";
}

.cera-link-2:before {
  content: "\e98a";
}

.cera-link:before {
  content: "\e98b";
}

.cera-linkedin:before {
  content: "\e98c";
}

.cera-list:before {
  content: "\e98d";
}

.cera-loader:before {
  content: "\e98e";
}

.cera-lock:before {
  content: "\e98f";
}

.cera-log-in:before {
  content: "\e990";
}

.cera-log-out:before {
  content: "\e991";
}

.cera-mail:before {
  content: "\e992";
}

.cera-map-pin:before {
  content: "\e993";
}

.cera-map:before {
  content: "\e994";
}

.cera-maximize-2:before {
  content: "\e995";
}

.cera-maximize:before {
  content: "\e996";
}

.cera-meh:before {
  content: "\e997";
}

.cera-menu:before {
  content: "\e998";
}

.cera-message-circle:before {
  content: "\e999";
}

.cera-message-square:before {
  content: "\e99a";
}

.cera-mic-off:before {
  content: "\e99b";
}

.cera-mic:before {
  content: "\e99c";
}

.cera-minimize-2:before {
  content: "\e99d";
}

.cera-minimize:before {
  content: "\e99e";
}

.cera-minus-circle:before {
  content: "\e99f";
}

.cera-minus-square:before {
  content: "\e9a0";
}

.cera-minus:before {
  content: "\e9a1";
}

.cera-monitor:before {
  content: "\e9a2";
}

.cera-moon:before {
  content: "\e9a3";
}

.cera-more-horizontal:before {
  content: "\e9a4";
}

.cera-more-vertical:before {
  content: "\e9a5";
}

.cera-mouse-pointer:before {
  content: "\e9a6";
}

.cera-move:before {
  content: "\e9a7";
}

.cera-music:before {
  content: "\e9a8";
}

.cera-navigation-2:before {
  content: "\e9a9";
}

.cera-navigation:before {
  content: "\e9aa";
}

.cera-octagon:before {
  content: "\e9ab";
}

.cera-package:before {
  content: "\e9ac";
}

.cera-paperclip:before {
  content: "\e9ad";
}

.cera-pause-circle:before {
  content: "\e9ae";
}

.cera-pause:before {
  content: "\e9af";
}

.cera-pen-tool:before {
  content: "\e9b0";
}

.cera-percent:before {
  content: "\e9b1";
}

.cera-phone-call:before {
  content: "\e9b2";
}

.cera-phone-forwarded:before {
  content: "\e9b3";
}

.cera-phone-incoming:before {
  content: "\e9b4";
}

.cera-phone-missed:before {
  content: "\e9b5";
}

.cera-phone-off:before {
  content: "\e9b6";
}

.cera-phone-outgoing:before {
  content: "\e9b7";
}

.cera-phone:before {
  content: "\e9b8";
}

.cera-pie-chart:before {
  content: "\e9b9";
}

.cera-play-circle:before {
  content: "\e9ba";
}

.cera-play:before {
  content: "\e9bb";
}

.cera-plus-circle:before {
  content: "\e9bc";
}

.cera-plus-square:before {
  content: "\e9bd";
}

.cera-plus:before {
  content: "\e9be";
}

.cera-pocket:before {
  content: "\e9bf";
}

.cera-power:before {
  content: "\e9c0";
}

.cera-printer:before {
  content: "\e9c1";
}

.cera-radio:before {
  content: "\e9c2";
}

.cera-refresh-ccw:before {
  content: "\e9c3";
}

.cera-refresh-cw:before {
  content: "\e9c4";
}

.cera-repeat:before {
  content: "\e9c5";
}

.cera-rewind:before {
  content: "\e9c6";
}

.cera-rotate-ccw:before {
  content: "\e9c7";
}

.cera-rotate-cw:before {
  content: "\e9c8";
}

.cera-rss:before {
  content: "\e9c9";
}

.cera-save:before {
  content: "\e9ca";
}

.cera-scissors:before {
  content: "\e9cb";
}

.cera-search:before {
  content: "\e9cc";
}

.cera-send:before {
  content: "\e9cd";
}

.cera-server:before {
  content: "\e9ce";
}

.cera-settings:before {
  content: "\e9cf";
}

.cera-share-2:before {
  content: "\e9d0";
}

.cera-share:before {
  content: "\e9d1";
}

.cera-shield-off:before {
  content: "\e9d2";
}

.cera-shield:before {
  content: "\e9d3";
}

.cera-shopping-bag:before {
  content: "\e9d4";
}

.cera-shopping-cart:before {
  content: "\e9d5";
}

.cera-shuffle:before {
  content: "\e9d6";
}

.cera-sidebar:before {
  content: "\e9d7";
}

.cera-skip-back:before {
  content: "\e9d8";
}

.cera-skip-forward:before {
  content: "\e9d9";
}

.cera-slack:before {
  content: "\e9da";
}

.cera-slash:before {
  content: "\e9db";
}

.cera-sliders:before {
  content: "\e9dc";
}

.cera-smartphone:before {
  content: "\e9dd";
}

.cera-smile:before {
  content: "\e9de";
}

.cera-speaker:before {
  content: "\e9df";
}

.cera-square:before {
  content: "\e9e0";
}

.cera-star:before {
  content: "\e9e1";
}

.cera-stop-circle:before {
  content: "\e9e2";
}

.cera-sun:before {
  content: "\e9e3";
}

.cera-sunrise:before {
  content: "\e9e4";
}

.cera-sunset:before {
  content: "\e9e5";
}

.cera-tablet:before {
  content: "\e9e6";
}

.cera-tag:before {
  content: "\e9e7";
}

.cera-target:before {
  content: "\e9e8";
}

.cera-terminal:before {
  content: "\e9e9";
}

.cera-thermometer:before {
  content: "\e9ea";
}

.cera-thumbs-down:before {
  content: "\e9eb";
}

.cera-thumbs-up:before {
  content: "\e9ec";
}

.cera-toggle-left:before {
  content: "\e9ed";
}

.cera-toggle-right:before {
  content: "\e9ee";
}

.cera-trash-2:before {
  content: "\e9ef";
}

.cera-trash:before {
  content: "\e9f0";
}

.cera-trello:before {
  content: "\e9f1";
}

.cera-trending-down:before {
  content: "\e9f2";
}

.cera-trending-up:before {
  content: "\e9f3";
}

.cera-triangle:before {
  content: "\e9f4";
}

.cera-truck:before {
  content: "\e9f5";
}

.cera-tv:before {
  content: "\e9f6";
}

.cera-twitter:before {
  content: "\e9f7";
}

.cera-type:before {
  content: "\e9f8";
}

.cera-umbrella:before {
  content: "\e9f9";
}

.cera-underline:before {
  content: "\e9fa";
}

.cera-unlock:before {
  content: "\e9fb";
}

.cera-upload-cloud:before {
  content: "\e9fc";
}

.cera-upload:before {
  content: "\e9fd";
}

.cera-user-check:before {
  content: "\e9fe";
}

.cera-user-minus:before {
  content: "\e9ff";
}

.cera-user-plus:before {
  content: "\ea00";
}

.cera-user-x:before {
  content: "\ea01";
}

.cera-user:before {
  content: "\ea02";
}

.cera-users:before {
  content: "\ea03";
}

.cera-video-off:before {
  content: "\ea04";
}

.cera-video:before {
  content: "\ea05";
}

.cera-voicemail:before {
  content: "\ea06";
}

.cera-volume-1:before {
  content: "\ea07";
}

.cera-volume-2:before {
  content: "\ea08";
}

.cera-volume-x:before {
  content: "\ea09";
}

.cera-volume:before {
  content: "\ea0a";
}

.cera-watch:before {
  content: "\ea0b";
}

.cera-wifi-off:before {
  content: "\ea0c";
}

.cera-wifi:before {
  content: "\ea0d";
}

.cera-wind:before {
  content: "\ea0e";
}

.cera-x-circle:before {
  content: "\ea0f";
}

.cera-x-octagon:before {
  content: "\ea10";
}

.cera-x-square:before {
  content: "\ea11";
}

.cera-x:before {
  content: "\ea12";
}

.cera-youtube:before {
  content: "\ea13";
}

.cera-zap-off:before {
  content: "\ea14";
}

.cera-zap:before {
  content: "\ea15";
}

.cera-zoom-in:before {
  content: "\ea16";
}

.cera-zoom-out:before {
  content: "\ea17";
}

/* Override fonts */
:root {
  --grimlock-icon-times: "\ea12";
  --grimlock-icon-times-font-family: 'cera';
  --grimlock-icon-times-circle: "\ea0f";
  --grimlock-icon-times-circle-font-family: 'cera';
  --grimlock-icon-check: "\e92d";
  --grimlock-icon-check-font-family: 'cera';
  --grimlock-icon-edit: "\e95b";
  --grimlock-icon-edit-font-family: 'cera';
  --grimlock-icon-alert-circle: "\e902";
  --grimlock-icon-alert-circle-font-family: 'cera';
  --grimlock-icon-alert-triangle: "\e904";
  --grimlock-icon-alert-triangle-font-family: 'cera';
  --grimlock-icon-question: "\e97e";
  --grimlock-icon-question-font-family: 'cera';
  --grimlock-icon-question-circle: "\e97e";
  --grimlock-icon-question-circle-font-family: 'cera';
  --grimlock-icon-plus: "\e9be";
  --grimlock-icon-plus-font-family: 'cera';
  --grimlock-icon-plus-circle: "\e9bc";
  --grimlock-icon-plus-circle-font-family: 'cera';
  --grimlock-icon-minus: "\e9a1";
  --grimlock-icon-minus-font-family: 'cera';
  --grimlock-icon-minus-circle: "\e99f";
  --grimlock-icon-minus-circle-font-family: 'cera';
  --grimlock-icon-search: "\e9cc";
  --grimlock-icon-search-font-family: 'cera';
  --grimlock-icon-cog: "\e9cf";
  --grimlock-icon-cog-font-family: 'cera';
  --grimlock-icon-cogs: "\e9cf";
  --grimlock-icon-cogs-font-family: 'cera';
  --grimlock-icon-filter: "\e96a";
  --grimlock-icon-filter-font-family: 'cera';
  --grimlock-icon-sliders: "\e9dc";
  --grimlock-icon-sliders-font-family: 'cera';
  --grimlock-icon-upload: "\e9fd";
  --grimlock-icon-upload-font-family: 'cera';
  --grimlock-icon-download: "\e959";
  --grimlock-icon-download-font-family: 'cera';
  --grimlock-icon-lock: "\e98f";
  --grimlock-icon-lock-font-family: 'cera';
  --grimlock-icon-unlock: "\e9fb";
  --grimlock-icon-unlock-font-family: 'cera';
  --grimlock-icon-globe: "\e978";
  --grimlock-icon-globe-font-family: 'cera';
  --grimlock-icon-map: "\e994";
  --grimlock-icon-map-font-family: 'cera';
  --grimlock-icon-map-marker: "\e993";
  --grimlock-icon-map-marker-font-family: 'cera';
  --grimlock-icon-trash: "\e9ef";
  --grimlock-icon-trash-font-family: 'cera';
  --grimlock-icon-paperclip: "\e9ad";
  --grimlock-icon-paperclip-font-family: 'cera';
  --grimlock-icon-thumbs-up: "\e9ec";
  --grimlock-icon-thumbs-up-font-family: 'cera';
  --grimlock-icon-thumbs-down: "\e9eb";
  --grimlock-icon-thumbs-down-font-family: 'cera';
  --grimlock-icon-signal: "\e9c2";
  --grimlock-icon-signal-font-family: 'cera';
  --grimlock-icon-pin: "\ea1f";
  --grimlock-icon-pin-font-family: 'cera';
  --grimlock-icon-file: "\e968";
  --grimlock-icon-file-font-family: 'cera';
  --grimlock-icon-files: "\e987";
  --grimlock-icon-files-font-family: 'cera';
  --grimlock-icon-file-text: "\e967";
  --grimlock-icon-file-text-font-family: 'cera';
  --grimlock-icon-file-plus: "\e966";
  --grimlock-icon-file-plus-font-family: 'cera';
  --grimlock-icon-folder: "\e96e";
  --grimlock-icon-folder-font-family: 'cera';
  --grimlock-icon-angle-up: "\e931";
  --grimlock-icon-angle-up-font-family: 'cera';
  --grimlock-icon-angle-right: "\e930";
  --grimlock-icon-angle-right-font-family: 'cera';
  --grimlock-icon-angle-down: "\e92e";
  --grimlock-icon-angle-down-font-family: 'cera';
  --grimlock-icon-angle-left: "\e92f";
  --grimlock-icon-angle-left-font-family: 'cera';
  --grimlock-icon-angle-double-up: "\e935";
  --grimlock-icon-angle-double-up-font-family: 'cera';
  --grimlock-icon-angle-double-right: "\e934";
  --grimlock-icon-angle-double-right-font-family: 'cera';
  --grimlock-icon-angle-double-down: "\e932";
  --grimlock-icon-angle-double-down-font-family: 'cera';
  --grimlock-icon-angle-double-left: "\e933";
  --grimlock-icon-angle-double-left-font-family: 'cera';
  --grimlock-icon-pager-next: "\e930";
  --grimlock-icon-pager-next-font-family: 'cera';
  --grimlock-icon-pager-prev: "\e92f";
  --grimlock-icon-pager-prev-font-family: 'cera';
  --grimlock-icon-message: "\e99a";
  --grimlock-icon-message-font-family: 'cera';
  --grimlock-icon-messages: "\e99a";
  --grimlock-icon-messages-font-family: 'cera';
  --grimlock-icon-hourglass: "\e939";
  --grimlock-icon-hourglass-font-family: 'cera';
  --grimlock-icon-expand: "\e995";
  --grimlock-icon-expand-font-family: 'cera';
  --grimlock-icon-minimize: "\e99d";
  --grimlock-icon-minimize-font-family: 'cera';
  --grimlock-icon-loading: "\e9c4";
  --grimlock-icon-loading-font-family: 'cera';
  --grimlock-icon-grid: "\e979";
  --grimlock-icon-grid-font-family: 'cera';
  --grimlock-icon-eye: "\e960";
  --grimlock-icon-eye-font-family: 'cera';
  --grimlock-icon-eye-off: "\e95f";
  --grimlock-icon-eye-off-font-family: 'cera';
  --grimlock-icon-check-circle: "\e92b";
  --grimlock-icon-check-circle-font-family: 'cera';
  --grimlock-icon-arrow-up: "\e917";
  --grimlock-icon-arrow-up-font-family: 'cera';
  --grimlock-icon-arrow-right: "\e913";
  --grimlock-icon-arrow-right-font-family: 'cera';
  --grimlock-icon-arrow-down: "\e90f";
  --grimlock-icon-arrow-down-font-family: 'cera';
  --grimlock-icon-arrow-left: "\e911";
  --grimlock-icon-arrow-left-font-family: 'cera';
  --grimlock-icon-user: "\ea02";
  --grimlock-icon-user-font-family: 'cera';
  --grimlock-icon-users: "\ea03";
  --grimlock-icon-users-font-family: 'cera';
  --grimlock-icon-group: "\ea03";
  --grimlock-icon-group-font-family: 'cera';
  --grimlock-icon-groups: "\ea03";
  --grimlock-icon-groups-font-family: 'cera';
  --grimlock-icon-poke: "\e9e8";
  --grimlock-icon-poke-font-family: 'cera';
  --grimlock-icon-cubes: "\e925";
  --grimlock-icon-cubes-font-family: 'cera';
  --grimlock-icon-tasks: "\e900";
  --grimlock-icon-tasks-font-family: 'cera';
  --grimlock-icon-compass: "\e946";
  --grimlock-icon-compass-font-family: 'cera';
  --grimlock-icon-credit-card: "\e951";
  --grimlock-icon-credit-card-font-family: 'cera';
  --grimlock-icon-at: "\e918";
  --grimlock-icon-at-font-family: 'cera';
  --grimlock-icon-personal: "\ea02";
  --grimlock-icon-personal-font-family: 'cera';
  --grimlock-icon-trophy: "\e919";
  --grimlock-icon-trophy-font-family: 'cera';
  --grimlock-icon-profile-avatar: "\e952";
  --grimlock-icon-profile-avatar-font-family: 'cera';
  --grimlock-icon-image: "\e981";
  --grimlock-icon-image-font-family: 'cera';
  --grimlock-icon-inbox: "\e982";
  --grimlock-icon-inbox-font-family: 'cera';
  --grimlock-icon-quote: "\ea1e";
  --grimlock-icon-quote-font-family: 'cera';
  --grimlock-icon-quill: "\e963";
  --grimlock-icon-quill-font-family: 'cera';
  --grimlock-icon-share: "\e9d1";
  --grimlock-icon-share-font-family: 'cera';
  --grimlock-icon-check-square: "\e92c";
  --grimlock-icon-check-square-font-family: 'cera';
  --grimlock-icon-bell: "\e91f";
  --grimlock-icon-bell-font-family: 'cera';
  --grimlock-icon-envelope: "\e992";
  --grimlock-icon-envelope-font-family: 'cera';
  --grimlock-icon-data: "\e9fc";
  --grimlock-icon-data-font-family: 'cera';
  --grimlock-icon-cancel: "\e9db";
  --grimlock-icon-cancel-font-family: 'cera';
  --grimlock-icon-chat: "\e99a";
  --grimlock-icon-chat-font-family: 'cera';
  --grimlock-icon-topic: "\e999";
  --grimlock-icon-topic-font-family: 'cera';
  --grimlock-icon-album: "\e987";
  --grimlock-icon-album-font-family: 'cera';
  --grimlock-icon-video: "\ea05";
  --grimlock-icon-video-font-family: 'cera';
  --grimlock-icon-music: "\e9a8";
  --grimlock-icon-music-font-family: 'cera';
  --grimlock-icon-list: "\e98d";
  --grimlock-icon-list-font-family: 'cera';
  --grimlock-icon-spinner: "\e9c4";
  --grimlock-icon-spinner-font-family: 'cera';
  --grimlock-icon-calendar: "\e927";
  --grimlock-icon-calendar-font-family: 'cera';
  --grimlock-icon-asterisk: "\e978";
  --grimlock-icon-asterisk-font-family: 'cera';
  --grimlock-icon-bolt: "\ea15";
  --grimlock-icon-bolt-font-family: 'cera';
  --grimlock-icon-flag: "\e96b";
  --grimlock-icon-flag-font-family: 'cera';
  --grimlock-icon-clock: "\e939";
  --grimlock-icon-clock-font-family: 'cera';
  --grimlock-icon-stat: "\e900";
  --grimlock-icon-stat-font-family: 'cera';
  --grimlock-icon-refresh: "\e9c4";
  --grimlock-icon-refresh-font-family: 'cera';
  --grimlock-icon-dots-v: "\e9a5";
  --grimlock-icon-dots-v-font-family: 'cera';
  --grimlock-icon-dots-h: "\e9a4";
  --grimlock-icon-dots-h-font-family: 'cera';
  --grimlock-icon-switch: "\ea20";
  --grimlock-icon-switch-font-family: 'cera';
  --grimlock-icon-layers: "\e987";
  --grimlock-icon-layers-font-family: 'cera';
  --grimlock-icon-print: "\e9c1";
  --grimlock-icon-print-font-family: 'cera';
  --grimlock-icon-hamburger-menu: "\e998";
  --grimlock-icon-hamburger-menu-font-family: 'cera';
  --grimlock-icon-sun: "\e9e3";
  --grimlock-icon-sun-font-family: 'cera';
  --grimlock-icon-cart: "\e9d5";
  --grimlock-icon-cart-font-family: 'cera';
  --grimlock-icon-checkout: "\e92b";
  --grimlock-icon-checkout-font-family: 'cera';
  --grimlock-icon-external-link: "\e95e";
  --grimlock-icon-external-link-font-family: 'cera';
  --grimlock-icon-ticket: "\e938";
  --grimlock-icon-ticket-font-family: 'cera';
  --grimlock-icon-post-format-image: "\e981";
  --grimlock-icon-post-format-image-font-family: 'cera';
  --grimlock-icon-post-format-aside: "\e967";
  --grimlock-icon-post-format-aside-font-family: 'cera';
  --grimlock-icon-post-format-link: "\e98b";
  --grimlock-icon-post-format-link-font-family: 'cera';
  --grimlock-icon-post-format-quote: "\ea1e";
  --grimlock-icon-post-format-quote-font-family: 'cera';
  --grimlock-icon-post-format-video: "\ea05";
  --grimlock-icon-post-format-video-font-family: 'cera';
  --grimlock-icon-post-format-gallery: "\e979";
  --grimlock-icon-post-format-gallery-font-family: 'cera';
  --grimlock-icon-post-format-audio: "\e9a8";
  --grimlock-icon-post-format-audio-font-family: 'cera';
  --grimlock-icon-post-format-status: "\e924";
  --grimlock-icon-post-format-status-font-family: 'cera';
  --grimlock-icon-post-format-chat: "\e999";
  --grimlock-icon-post-format-chat-font-family: 'cera';
  --grimlock-icon-user-new: "\e9be";
  --grimlock-icon-user-new-font-family: 'cera';
  --grimlock-icon-group-request: "\e939";
  --grimlock-icon-group-request-font-family: 'cera';
  --grimlock-icon-my-groups: "\ea03";
  --grimlock-icon-my-groups-font-family: 'cera';
  --grimlock-icon-my-friends: "\e92d";
  --grimlock-icon-my-friends-font-family: 'cera';
  --grimlock-icon-bp-private-message: "\e99a";
  --grimlock-icon-bp-private-message-font-family: 'cera';
  --grimlock-icon-bp-friend-add: "\ea00";
  --grimlock-icon-bp-friend-add-font-family: 'cera';
  --grimlock-icon-bp-friend-requested: "\e9fe";
  --grimlock-icon-bp-friend-requested-font-family: 'cera';
  --grimlock-icon-bp-friend-approved: "\e9fe";
  --grimlock-icon-bp-friend-approved-font-family: 'cera';
  --grimlock-icon-bp-friend-remove: "\ea01";
  --grimlock-icon-bp-friend-remove-font-family: 'cera';
  --grimlock-icon-bp-match: "\e97e";
  --grimlock-icon-bp-match-font-family: 'cera';
  --grimlock-icon-wc-filters: "\e9dc";
  --grimlock-icon-wc-filters-font-family: 'cera';
  --grimlock-icon-wc-wishlist: "\e97d";
  --grimlock-icon-wc-wishlist-font-family: 'cera';
  --grimlock-icon-wc-wishlist-added: "\ea1d";
  --grimlock-icon-wc-wishlist-added-font-family: 'cera';
  --grimlock-icon-tec-list: "\e98d";
  --grimlock-icon-tec-list-font-family: 'cera';
  --grimlock-icon-tec-month: "\e927";
  --grimlock-icon-tec-month-font-family: 'cera';
  --grimlock-icon-tec-day: "\e939";
  --grimlock-icon-tec-day-font-family: 'cera';
  --grimlock-icon-tec-photo: "\e981";
  --grimlock-icon-tec-photo-font-family: 'cera';
  --grimlock-icon-tec-week: "\e9ce";
  --grimlock-icon-tec-week-font-family: 'cera';
  --grimlock-icon-tec-map: "\e994";
  --grimlock-icon-tec-map-font-family: 'cera';
  --grimlock-icon-lp-level: "\e91b";
  --grimlock-icon-lp-level-font-family: 'cera';
  --grimlock-icon-lp-settings: "\e9cf";
  --grimlock-icon-lp-settings-font-family: 'cera';
  --grimlock-icon-lp-logout: "\e991";
  --grimlock-icon-lp-logout-font-family: 'cera';
  --grimlock-icon-lp-status: "\e937";
  --grimlock-icon-lp-status-font-family: 'cera';
  --grimlock-icon-lp-status-completed: "\e92b";
  --grimlock-icon-lp-status-completed-font-family: 'cera';
  --grimlock-icon-lp-status-failed: "\ea0f";
  --grimlock-icon-lp-status-failed-font-family: 'cera';
  --grimlock-icon-gdm-light: "\e9e3";
  --grimlock-icon-gdm-light-font-family: 'cera';
  --grimlock-icon-gdm-dark: "\e9a3";
  --grimlock-icon-gdm-dark-font-family: 'cera';
}

:root {
  --grimlock-pagination-font-size: inherit;
  --grimlock-pagination-font-weight: 400;
  --grimlock-pagination-text-transform: none;
  --grimlock-pagination-letter-spacing: 0;
}

/* WP core post pagination */
.nav-links {
  padding-left: 0;
  padding-right: 0;
}

.nav-links > .page-numbers {
  min-width: 50px;
  min-height: 50px;
}

.nav-links > .page-numbers + .page-numbers {
  margin-left: .5rem;
}

.nav-links > .page-numbers.current {
  pointer-events: none;
}

.nav-links > .page-numbers.dots {
  pointer-events: none;
}

.nav-links > ul {
  margin: 0;
}

.nav-links .pager {
  margin: 0;
  display: flex;
  width: 100%;
  padding: 0;
}

.nav-links .pager li.pager-prev {
  padding-right: .5rem;
}

.nav-links .pager li.pager-next {
  padding-left: .5rem;
  margin-left: auto;
}

.nav-links .pager li + .nav-links .pager li {
  margin-left: .5rem;
}

.nav-links .pager li:empty {
  display: none;
}

.nav-links .pager li a {
  padding: .75rem 1rem;
}

@media (min-width: 768px) {
  .nav-links .pager li a {
    font-size: .9rem;
  }
}

/* WP core comment pagination */
/* WP core image/media pagination */
/* WP core single post page pagination */
.page-links {
  display: flex;
  justify-content: center;
  padding: 1.5rem 0;
  width: 100%;
  border-top: 2px solid var(--grimlock-color-faded);
  border-bottom: 2px solid var(--grimlock-color-faded);
}

.page-links .post-page-numbers {
  display: inline-flex;
  vertical-align: middle;
  padding: .5rem;
  min-width: 50px;
  min-height: 50px;
}

.page-links .post-page-numbers ~ .post-page-numbers {
  margin-left: .5rem;
}

.page-links .page-links-title {
  display: none !important;
}

/* Modern pagination */
/* Modern floating pagination */
@media (min-width: 768px) {
  [class*="layout-modern-floating"] #site-wrapper .post-navigation,
  [class*="layout-modern-floating"] #site-wrapper .posts-navigation,
  [class*="layout_modern-floating"] #site-wrapper .post-navigation,
  [class*="layout_modern-floating"] #site-wrapper .posts-navigation {
    margin: 0 !important;
  }
  [class*="layout-modern-floating"] #site-wrapper .post-navigation .nav-links,
  [class*="layout-modern-floating"] #site-wrapper .posts-navigation .nav-links,
  [class*="layout_modern-floating"] #site-wrapper .post-navigation .nav-links,
  [class*="layout_modern-floating"] #site-wrapper .posts-navigation .nav-links {
    padding: 0 !important;
    margin: 0 !important;
  }
  [class*="layout-modern-floating"] #site-wrapper .post-navigation .nav-links > *,
  [class*="layout-modern-floating"] #site-wrapper .posts-navigation .nav-links > *,
  [class*="layout_modern-floating"] #site-wrapper .post-navigation .nav-links > *,
  [class*="layout_modern-floating"] #site-wrapper .posts-navigation .nav-links > * {
    position: fixed;
    top: 50%;
    left: 0;
    width: 300px;
    margin-top: 0;
    font-size: 1em;
    z-index: 1000;
    padding: 0;
    min-height: 100px;
    transform: translate3d(-200px, 0, 0);
    border-radius: 0;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
    border-bottom: 4px solid rgba(0, 0, 0, 0.15);
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    transition: all ease-in-out .25s;
  }
  [class*="layout-modern-floating"] #site-wrapper .post-navigation .nav-links > * > a,
  [class*="layout-modern-floating"] #site-wrapper .posts-navigation .nav-links > * > a,
  [class*="layout_modern-floating"] #site-wrapper .post-navigation .nav-links > * > a,
  [class*="layout_modern-floating"] #site-wrapper .posts-navigation .nav-links > * > a {
    position: relative;
    z-index: 2;
    padding: 0.75rem calc(100px + .75rem) 0.75rem 0.75rem;
    min-height: 100px;
    text-align: left;
    border-radius: 0;
    border: 0;
    margin: 0;
    background: var(--grimlock-archive-post-background-color);
    width: 100%;
    color: var(--grimlock-archive-post-title-color) !important;
    font-family: var(--grimlock-heading-font-family);
    font-weight: var(--grimlock-heading-font-weight);
    font-size: .9em;
    line-height: 1.2em;
  }
  [class*="layout-modern-floating"] #site-wrapper .post-navigation .nav-links > * > a:before, [class*="layout-modern-floating"] #site-wrapper .post-navigation .nav-links > * > a:after,
  [class*="layout-modern-floating"] #site-wrapper .posts-navigation .nav-links > * > a:before,
  [class*="layout-modern-floating"] #site-wrapper .posts-navigation .nav-links > * > a:after,
  [class*="layout_modern-floating"] #site-wrapper .post-navigation .nav-links > * > a:before,
  [class*="layout_modern-floating"] #site-wrapper .post-navigation .nav-links > * > a:after,
  [class*="layout_modern-floating"] #site-wrapper .posts-navigation .nav-links > * > a:before,
  [class*="layout_modern-floating"] #site-wrapper .posts-navigation .nav-links > * > a:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    min-height: 100px;
    pointer-events: none;
    z-index: 3;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    opacity: 1;
    transform: none;
    font-size: 1.7rem;
    transition: inherit;
    transform: none !important;
  }
  html[dir="rtl"] [class*="layout-modern-floating"] #site-wrapper .post-navigation .nav-links > * > a:before, html[dir="rtl"] [class*="layout-modern-floating"] #site-wrapper .post-navigation .nav-links > * > a:after, html[dir="rtl"]
  [class*="layout-modern-floating"] #site-wrapper .posts-navigation .nav-links > * > a:before, html[dir="rtl"]
  [class*="layout-modern-floating"] #site-wrapper .posts-navigation .nav-links > * > a:after, html[dir="rtl"]
  [class*="layout_modern-floating"] #site-wrapper .post-navigation .nav-links > * > a:before, html[dir="rtl"]
  [class*="layout_modern-floating"] #site-wrapper .post-navigation .nav-links > * > a:after, html[dir="rtl"]
  [class*="layout_modern-floating"] #site-wrapper .posts-navigation .nav-links > * > a:before, html[dir="rtl"]
  [class*="layout_modern-floating"] #site-wrapper .posts-navigation .nav-links > * > a:after {
    transform: scaleX(-1) !important;
  }
  [class*="layout-modern-floating"] #site-wrapper .post-navigation .nav-links > * > a:after,
  [class*="layout-modern-floating"] #site-wrapper .posts-navigation .nav-links > * > a:after,
  [class*="layout_modern-floating"] #site-wrapper .post-navigation .nav-links > * > a:after,
  [class*="layout_modern-floating"] #site-wrapper .posts-navigation .nav-links > * > a:after {
    right: auto;
    left: 0;
  }
  [class*="layout-modern-floating"] #site-wrapper .post-navigation .nav-links > * > a img,
  [class*="layout-modern-floating"] #site-wrapper .posts-navigation .nav-links > * > a img,
  [class*="layout_modern-floating"] #site-wrapper .post-navigation .nav-links > * > a img,
  [class*="layout_modern-floating"] #site-wrapper .posts-navigation .nav-links > * > a img {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 100px;
    pointer-events: none;
    z-index: 1;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    opacity: 1 !important;
  }
  [class*="layout-modern-floating"] #site-wrapper .post-navigation .nav-links > *.nav-next,
  [class*="layout-modern-floating"] #site-wrapper .posts-navigation .nav-links > *.nav-next,
  [class*="layout_modern-floating"] #site-wrapper .post-navigation .nav-links > *.nav-next,
  [class*="layout_modern-floating"] #site-wrapper .posts-navigation .nav-links > *.nav-next {
    left: auto;
    right: 0;
    transform: translate3d(200px, 0, 0);
  }
  [class*="layout-modern-floating"] #site-wrapper .post-navigation .nav-links > *.nav-next > a,
  [class*="layout-modern-floating"] #site-wrapper .posts-navigation .nav-links > *.nav-next > a,
  [class*="layout_modern-floating"] #site-wrapper .post-navigation .nav-links > *.nav-next > a,
  [class*="layout_modern-floating"] #site-wrapper .posts-navigation .nav-links > *.nav-next > a {
    padding: 0.75rem 0.75rem 0.75rem calc(100px + .75rem);
  }
  [class*="layout-modern-floating"] #site-wrapper .post-navigation .nav-links > *.nav-next > a img,
  [class*="layout-modern-floating"] #site-wrapper .posts-navigation .nav-links > *.nav-next > a img,
  [class*="layout_modern-floating"] #site-wrapper .post-navigation .nav-links > *.nav-next > a img,
  [class*="layout_modern-floating"] #site-wrapper .posts-navigation .nav-links > *.nav-next > a img {
    right: auto;
    left: 0;
  }
  [class*="layout-modern-floating"] #site-wrapper .post-navigation .nav-links > *.nav-previous > a,
  [class*="layout-modern-floating"] #site-wrapper .posts-navigation .nav-links > *.nav-previous > a,
  [class*="layout_modern-floating"] #site-wrapper .post-navigation .nav-links > *.nav-previous > a,
  [class*="layout_modern-floating"] #site-wrapper .posts-navigation .nav-links > *.nav-previous > a {
    text-align: right;
  }
  [class*="layout-modern-floating"] #site-wrapper .post-navigation .nav-links > *:hover,
  [class*="layout-modern-floating"] #site-wrapper .posts-navigation .nav-links > *:hover,
  [class*="layout_modern-floating"] #site-wrapper .post-navigation .nav-links > *:hover,
  [class*="layout_modern-floating"] #site-wrapper .posts-navigation .nav-links > *:hover {
    transform: translate3d(0, 0, 0);
    border-bottom-color: var(--grimlock-button-primary-background-color);
  }
  [class*="layout-modern-floating"] #site-wrapper .post-navigation .nav-links > *:hover a > img,
  [class*="layout-modern-floating"] #site-wrapper .posts-navigation .nav-links > *:hover a > img,
  [class*="layout_modern-floating"] #site-wrapper .post-navigation .nav-links > *:hover a > img,
  [class*="layout_modern-floating"] #site-wrapper .posts-navigation .nav-links > *:hover a > img {
    z-index: 99;
  }
}

@media (max-width: 767.98px) {
  [class*="layout-modern-floating"] #site-wrapper .post-navigation img,
  [class*="layout-modern-floating"] #site-wrapper .posts-navigation img,
  [class*="layout_modern-floating"] #site-wrapper .post-navigation img,
  [class*="layout_modern-floating"] #site-wrapper .posts-navigation img {
    display: none !important;
  }
}

/* Page-Navi */
.wp-pagenavi a + a,
.wp-pagenavi a + span,
.wp-pagenavi span + a,
.wp-pagenavi span + span {
  margin-left: 0.25rem;
}

.wp-pagenavi .pages,
.wp-pagenavi .extend {
  pointer-events: none;
}

/* BuddyPress & BBPress pagination */
#buddypress div.pagination,
#buddypress div.bbp-pagination,
#buddypress div.bp-swap-pagination,
#bbpress-forums div.pagination,
#bbpress-forums div.bbp-pagination,
#bbpress-forums div.bp-swap-pagination {
  display: flex;
  align-items: center;
  float: none;
  color: inherit;
  padding: 1rem 0;
}

#buddypress div.pagination div.pagination-links,
#buddypress div.pagination div.bbp-pagination-links,
#buddypress div.bbp-pagination div.pagination-links,
#buddypress div.bbp-pagination div.bbp-pagination-links,
#buddypress div.bp-swap-pagination div.pagination-links,
#buddypress div.bp-swap-pagination div.bbp-pagination-links,
#bbpress-forums div.pagination div.pagination-links,
#bbpress-forums div.pagination div.bbp-pagination-links,
#bbpress-forums div.bbp-pagination div.pagination-links,
#bbpress-forums div.bbp-pagination div.bbp-pagination-links,
#bbpress-forums div.bp-swap-pagination div.pagination-links,
#bbpress-forums div.bp-swap-pagination div.bbp-pagination-links {
  float: none;
  padding: 0;
  margin: 0;
}

#buddypress div.pagination div.pagination-links .page-numbers,
#buddypress div.pagination div.bbp-pagination-links .page-numbers,
#buddypress div.bbp-pagination div.pagination-links .page-numbers,
#buddypress div.bbp-pagination div.bbp-pagination-links .page-numbers,
#buddypress div.bp-swap-pagination div.pagination-links .page-numbers,
#buddypress div.bp-swap-pagination div.bbp-pagination-links .page-numbers,
#bbpress-forums div.pagination div.pagination-links .page-numbers,
#bbpress-forums div.pagination div.bbp-pagination-links .page-numbers,
#bbpress-forums div.bbp-pagination div.pagination-links .page-numbers,
#bbpress-forums div.bbp-pagination div.bbp-pagination-links .page-numbers,
#bbpress-forums div.bp-swap-pagination div.pagination-links .page-numbers,
#bbpress-forums div.bp-swap-pagination div.bbp-pagination-links .page-numbers {
  font-size: 1rem;
  opacity: 1;
}

#buddypress div.pagination div.pagination-links .page-numbers + a,
#buddypress div.pagination div.pagination-links .page-numbers + span,
#buddypress div.pagination div.bbp-pagination-links .page-numbers + a,
#buddypress div.pagination div.bbp-pagination-links .page-numbers + span,
#buddypress div.bbp-pagination div.pagination-links .page-numbers + a,
#buddypress div.bbp-pagination div.pagination-links .page-numbers + span,
#buddypress div.bbp-pagination div.bbp-pagination-links .page-numbers + a,
#buddypress div.bbp-pagination div.bbp-pagination-links .page-numbers + span,
#buddypress div.bp-swap-pagination div.pagination-links .page-numbers + a,
#buddypress div.bp-swap-pagination div.pagination-links .page-numbers + span,
#buddypress div.bp-swap-pagination div.bbp-pagination-links .page-numbers + a,
#buddypress div.bp-swap-pagination div.bbp-pagination-links .page-numbers + span,
#bbpress-forums div.pagination div.pagination-links .page-numbers + a,
#bbpress-forums div.pagination div.pagination-links .page-numbers + span,
#bbpress-forums div.pagination div.bbp-pagination-links .page-numbers + a,
#bbpress-forums div.pagination div.bbp-pagination-links .page-numbers + span,
#bbpress-forums div.bbp-pagination div.pagination-links .page-numbers + a,
#bbpress-forums div.bbp-pagination div.pagination-links .page-numbers + span,
#bbpress-forums div.bbp-pagination div.bbp-pagination-links .page-numbers + a,
#bbpress-forums div.bbp-pagination div.bbp-pagination-links .page-numbers + span,
#bbpress-forums div.bp-swap-pagination div.pagination-links .page-numbers + a,
#bbpress-forums div.bp-swap-pagination div.pagination-links .page-numbers + span,
#bbpress-forums div.bp-swap-pagination div.bbp-pagination-links .page-numbers + a,
#bbpress-forums div.bp-swap-pagination div.bbp-pagination-links .page-numbers + span {
  margin-left: .5rem;
}

#buddypress div.pagination div.pagination-links .page-numbers.current,
#buddypress div.pagination div.bbp-pagination-links .page-numbers.current,
#buddypress div.bbp-pagination div.pagination-links .page-numbers.current,
#buddypress div.bbp-pagination div.bbp-pagination-links .page-numbers.current,
#buddypress div.bp-swap-pagination div.pagination-links .page-numbers.current,
#buddypress div.bp-swap-pagination div.bbp-pagination-links .page-numbers.current,
#bbpress-forums div.pagination div.pagination-links .page-numbers.current,
#bbpress-forums div.pagination div.bbp-pagination-links .page-numbers.current,
#bbpress-forums div.bbp-pagination div.pagination-links .page-numbers.current,
#bbpress-forums div.bbp-pagination div.bbp-pagination-links .page-numbers.current,
#bbpress-forums div.bp-swap-pagination div.pagination-links .page-numbers.current,
#bbpress-forums div.bp-swap-pagination div.bbp-pagination-links .page-numbers.current {
  pointer-events: none;
}

#buddypress div.pagination div.pagination-links .page-numbers.dots,
#buddypress div.pagination div.bbp-pagination-links .page-numbers.dots,
#buddypress div.bbp-pagination div.pagination-links .page-numbers.dots,
#buddypress div.bbp-pagination div.bbp-pagination-links .page-numbers.dots,
#buddypress div.bp-swap-pagination div.pagination-links .page-numbers.dots,
#buddypress div.bp-swap-pagination div.bbp-pagination-links .page-numbers.dots,
#bbpress-forums div.pagination div.pagination-links .page-numbers.dots,
#bbpress-forums div.pagination div.bbp-pagination-links .page-numbers.dots,
#bbpress-forums div.bbp-pagination div.pagination-links .page-numbers.dots,
#bbpress-forums div.bbp-pagination div.bbp-pagination-links .page-numbers.dots,
#bbpress-forums div.bp-swap-pagination div.pagination-links .page-numbers.dots,
#bbpress-forums div.bp-swap-pagination div.bbp-pagination-links .page-numbers.dots {
  pointer-events: none;
}

#buddypress div.pagination div.pag-count,
#buddypress div.pagination div.bbp-pagination-count,
#buddypress div.bbp-pagination div.pag-count,
#buddypress div.bbp-pagination div.bbp-pagination-count,
#buddypress div.bp-swap-pagination div.pag-count,
#buddypress div.bp-swap-pagination div.bbp-pagination-count,
#bbpress-forums div.pagination div.pag-count,
#bbpress-forums div.pagination div.bbp-pagination-count,
#bbpress-forums div.bbp-pagination div.pag-count,
#bbpress-forums div.bbp-pagination div.bbp-pagination-count,
#bbpress-forums div.bp-swap-pagination div.pag-count,
#bbpress-forums div.bp-swap-pagination div.bbp-pagination-count {
  opacity: .7;
  font-style: italic;
  float: none;
  margin-left: auto;
}

/**
 * Pagination
 *
 * Post navigation, Pager & Pagination
*/
/* Buttons */
.wp-block-buttons .wp-block-button:not(:last-child) {
  margin-right: 0;
}

@media (min-width: 768px) {
  .wp-block-buttons .wp-block-button:not(:last-child) {
    margin-right: 1rem;
  }
}

@media (max-width: 767.98px) {
  .wp-block-buttons {
    width: 100%;
  }
  .wp-block-buttons .wp-block-button:not([class*="style-link"]) {
    width: 100%;
    margin-top: .5rem;
    margin-bottom: 0;
  }
  .wp-block-buttons .wp-block-button:not([class*="style-link"]) .wp-block-button__link {
    width: 100%;
  }
}

.wp-block-button .wp-block-button__link {
  white-space: normal;
}

.wp-block-button:not([class*="is-style-"]) .wp-block-button__link {
  font-family: var(--grimlock-button-font-family);
  display: inline-block;
  font-weight: var(--grimlock-button-font-weight);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: var(--grimlock-button-border-width) solid transparent;
  padding: var(--grimlock-button-padding-y) var(--grimlock-button-padding-x);
  font-size: var(--grimlock-button-font-size);
  line-height: var(--grimlock-button-line-height);
  border-radius: var(--grimlock-button-border-radius);
  transition: all 0.2s ease-in-out;
  text-transform: var(--grimlock-button-text-transform);
  letter-spacing: var(--grimlock-button-letter-spacing);
  text-decoration: none;
  color: var(--grimlock-button-primary-color);
  background-color: var(--grimlock-button-primary-background-color);
  border-color: var(--grimlock-button-primary-border-color);
}

.wp-block-button:not([class*="is-style-"]) .wp-block-button__link:hover, .wp-block-button:not([class*="is-style-"]) .wp-block-button__link:active, .wp-block-button:not([class*="is-style-"]) .wp-block-button__link:focus {
  color: var(--grimlock-button-primary-hover-color);
  background-color: var(--grimlock-button-primary-hover-background-color);
  border-color: var(--grimlock-button-primary-hover-border-color);
}

.wp-block-button.is-style-primary .wp-block-button__link {
  font-family: var(--grimlock-button-font-family);
  display: inline-block;
  font-weight: var(--grimlock-button-font-weight);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: var(--grimlock-button-border-width) solid transparent;
  padding: var(--grimlock-button-padding-y) var(--grimlock-button-padding-x);
  font-size: var(--grimlock-button-font-size);
  line-height: var(--grimlock-button-line-height);
  border-radius: var(--grimlock-button-border-radius);
  transition: all 0.2s ease-in-out;
  text-transform: var(--grimlock-button-text-transform);
  letter-spacing: var(--grimlock-button-letter-spacing);
  text-decoration: none;
  color: var(--grimlock-button-primary-color);
  background-color: var(--grimlock-button-primary-background-color);
  border-color: var(--grimlock-button-primary-border-color);
}

.wp-block-button.is-style-primary .wp-block-button__link:hover, .wp-block-button.is-style-primary .wp-block-button__link:active, .wp-block-button.is-style-primary .wp-block-button__link:focus {
  color: var(--grimlock-button-primary-hover-color);
  background-color: var(--grimlock-button-primary-hover-background-color);
  border-color: var(--grimlock-button-primary-hover-border-color);
}

.wp-block-button.is-style-outline-primary .wp-block-button__link, .wp-block-button.is-style-primary-outline .wp-block-button__link, .wp-block-button.is-style-outline .wp-block-button__link {
  font-family: var(--grimlock-button-font-family);
  display: inline-block;
  font-weight: var(--grimlock-button-font-weight);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: var(--grimlock-button-border-width) solid transparent;
  padding: var(--grimlock-button-padding-y) var(--grimlock-button-padding-x);
  font-size: var(--grimlock-button-font-size);
  line-height: var(--grimlock-button-line-height);
  border-radius: var(--grimlock-button-border-radius);
  transition: all 0.2s ease-in-out;
  text-transform: var(--grimlock-button-text-transform);
  letter-spacing: var(--grimlock-button-letter-spacing);
  text-decoration: none;
  background-color: transparent;
  color: var(--grimlock-button-primary-background-color);
  border-color: var(--grimlock-button-primary-background-color);
  border-width: clamp(0.1em, var(--grimlock-button-border-width), var(--grimlock-button-border-width)) !important;
}

.wp-block-button.is-style-outline-primary .wp-block-button__link:hover, .wp-block-button.is-style-outline-primary .wp-block-button__link:active, .wp-block-button.is-style-outline-primary .wp-block-button__link:focus, .wp-block-button.is-style-primary-outline .wp-block-button__link:hover, .wp-block-button.is-style-primary-outline .wp-block-button__link:active, .wp-block-button.is-style-primary-outline .wp-block-button__link:focus, .wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:active, .wp-block-button.is-style-outline .wp-block-button__link:focus {
  color: var(--grimlock-button-primary-hover-color);
  background-color: var(--grimlock-button-primary-hover-background-color);
  border-color: var(--grimlock-button-primary-hover-border-color);
}

.wp-block-button.is-style-outline-primary .wp-block-button__link.has-background, .wp-block-button.is-style-primary-outline .wp-block-button__link.has-background, .wp-block-button.is-style-outline .wp-block-button__link.has-background {
  border-color: transparent !important;
}

.wp-block-button.is-style-outline-current .wp-block-button__link, .wp-block-button.is-style-current-outline .wp-block-button__link {
  font-family: var(--grimlock-button-font-family);
  display: inline-block;
  font-weight: var(--grimlock-button-font-weight);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: var(--grimlock-button-border-width) solid transparent;
  padding: var(--grimlock-button-padding-y) var(--grimlock-button-padding-x);
  font-size: var(--grimlock-button-font-size);
  line-height: var(--grimlock-button-line-height);
  border-radius: var(--grimlock-button-border-radius);
  transition: all 0.2s ease-in-out;
  text-transform: var(--grimlock-button-text-transform);
  letter-spacing: var(--grimlock-button-letter-spacing);
  text-decoration: none;
}

.wp-block-button.is-style-outline-current .wp-block-button__link, .wp-block-button.is-style-outline-current .wp-block-button__link:hover, .wp-block-button.is-style-outline-current .wp-block-button__link:active, .wp-block-button.is-style-outline-current .wp-block-button__link:focus, .wp-block-button.is-style-current-outline .wp-block-button__link, .wp-block-button.is-style-current-outline .wp-block-button__link:hover, .wp-block-button.is-style-current-outline .wp-block-button__link:active, .wp-block-button.is-style-current-outline .wp-block-button__link:focus {
  background-color: transparent;
  color: inherit;
  border-color: currentColor;
  border-width: clamp(0.1em, var(--grimlock-button-border-width), var(--grimlock-button-border-width)) !important;
}

.wp-block-button.is-style-outline-current .wp-block-button__link:hover, .wp-block-button.is-style-outline-current .wp-block-button__link:active, .wp-block-button.is-style-outline-current .wp-block-button__link:focus, .wp-block-button.is-style-current-outline .wp-block-button__link:hover, .wp-block-button.is-style-current-outline .wp-block-button__link:active, .wp-block-button.is-style-current-outline .wp-block-button__link:focus {
  opacity: .7;
}

.wp-block-button.is-style-outline-current .wp-block-button__link.has-background, .wp-block-button.is-style-current-outline .wp-block-button__link.has-background {
  border-color: transparent !important;
}

.wp-block-button.is-style-inverse-primary .wp-block-button__link, .wp-block-button.is-style-primary-inverse .wp-block-button__link {
  font-family: var(--grimlock-button-font-family);
  display: inline-block;
  font-weight: var(--grimlock-button-font-weight);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: var(--grimlock-button-border-width) solid transparent;
  padding: var(--grimlock-button-padding-y) var(--grimlock-button-padding-x);
  font-size: var(--grimlock-button-font-size);
  line-height: var(--grimlock-button-line-height);
  border-radius: var(--grimlock-button-border-radius);
  transition: all 0.2s ease-in-out;
  text-transform: var(--grimlock-button-text-transform);
  letter-spacing: var(--grimlock-button-letter-spacing);
  text-decoration: none;
  background-color: var(--grimlock-button-primary-color);
  color: var(--grimlock-button-primary-background-color);
  border-color: var(--grimlock-button-primary-color);
}

.wp-block-button.is-style-inverse-primary .wp-block-button__link:hover, .wp-block-button.is-style-inverse-primary .wp-block-button__link:active, .wp-block-button.is-style-inverse-primary .wp-block-button__link:focus, .wp-block-button.is-style-primary-inverse .wp-block-button__link:hover, .wp-block-button.is-style-primary-inverse .wp-block-button__link:active, .wp-block-button.is-style-primary-inverse .wp-block-button__link:focus {
  color: var(--grimlock-button-primary-hover-color);
  background-color: var(--grimlock-button-primary-hover-background-color);
  border-color: var(--grimlock-button-primary-hover-border-color);
}

.wp-block-button.is-style-secondary .wp-block-button__link {
  font-family: var(--grimlock-button-font-family);
  display: inline-block;
  font-weight: var(--grimlock-button-font-weight);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: var(--grimlock-button-border-width) solid transparent;
  padding: var(--grimlock-button-padding-y) var(--grimlock-button-padding-x);
  font-size: var(--grimlock-button-font-size);
  line-height: var(--grimlock-button-line-height);
  border-radius: var(--grimlock-button-border-radius);
  transition: all 0.2s ease-in-out;
  text-transform: var(--grimlock-button-text-transform);
  letter-spacing: var(--grimlock-button-letter-spacing);
  text-decoration: none;
  color: var(--grimlock-button-secondary-color);
  background-color: var(--grimlock-button-secondary-background-color);
  border-color: var(--grimlock-button-secondary-border-color);
}

.wp-block-button.is-style-secondary .wp-block-button__link:hover, .wp-block-button.is-style-secondary .wp-block-button__link:active, .wp-block-button.is-style-secondary .wp-block-button__link:focus {
  color: var(--grimlock-button-secondary-hover-color);
  background-color: var(--grimlock-button-secondary-hover-background-color);
  border-color: var(--grimlock-button-secondary-hover-border-color);
}

.wp-block-button.is-style-outline-secondary .wp-block-button__link, .wp-block-button.is-style-secondary-outline .wp-block-button__link {
  font-family: var(--grimlock-button-font-family);
  display: inline-block;
  font-weight: var(--grimlock-button-font-weight);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: var(--grimlock-button-border-width) solid transparent;
  padding: var(--grimlock-button-padding-y) var(--grimlock-button-padding-x);
  font-size: var(--grimlock-button-font-size);
  line-height: var(--grimlock-button-line-height);
  border-radius: var(--grimlock-button-border-radius);
  transition: all 0.2s ease-in-out;
  text-transform: var(--grimlock-button-text-transform);
  letter-spacing: var(--grimlock-button-letter-spacing);
  text-decoration: none;
  background-color: transparent;
  color: var(--grimlock-button-secondary-background-color);
  border-color: var(--grimlock-button-secondary-background-color);
  border-width: clamp(0.1em, var(--grimlock-button-border-width), var(--grimlock-button-border-width)) !important;
}

.wp-block-button.is-style-outline-secondary .wp-block-button__link:hover, .wp-block-button.is-style-outline-secondary .wp-block-button__link:active, .wp-block-button.is-style-outline-secondary .wp-block-button__link:focus, .wp-block-button.is-style-secondary-outline .wp-block-button__link:hover, .wp-block-button.is-style-secondary-outline .wp-block-button__link:active, .wp-block-button.is-style-secondary-outline .wp-block-button__link:focus {
  color: var(--grimlock-button-secondary-hover-color);
  background-color: var(--grimlock-button-secondary-hover-background-color);
  border-color: var(--grimlock-button-secondary-hover-border-color);
}

.wp-block-button.is-style-outline-secondary .wp-block-button__link.has-background, .wp-block-button.is-style-secondary-outline .wp-block-button__link.has-background {
  border-color: transparent !important;
}

.wp-block-button.is-style-inverse-secondary .wp-block-button__link, .wp-block-button.is-style-secondary-inverse .wp-block-button__link {
  font-family: var(--grimlock-button-font-family);
  display: inline-block;
  font-weight: var(--grimlock-button-font-weight);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: var(--grimlock-button-border-width) solid transparent;
  padding: var(--grimlock-button-padding-y) var(--grimlock-button-padding-x);
  font-size: var(--grimlock-button-font-size);
  line-height: var(--grimlock-button-line-height);
  border-radius: var(--grimlock-button-border-radius);
  transition: all 0.2s ease-in-out;
  text-transform: var(--grimlock-button-text-transform);
  letter-spacing: var(--grimlock-button-letter-spacing);
  text-decoration: none;
  background-color: var(--grimlock-button-secondary-color);
  color: var(--grimlock-button-secondary-background-color);
  border-color: var(--grimlock-button-secondary-color);
}

.wp-block-button.is-style-inverse-secondary .wp-block-button__link:hover, .wp-block-button.is-style-inverse-secondary .wp-block-button__link:active, .wp-block-button.is-style-inverse-secondary .wp-block-button__link:focus, .wp-block-button.is-style-secondary-inverse .wp-block-button__link:hover, .wp-block-button.is-style-secondary-inverse .wp-block-button__link:active, .wp-block-button.is-style-secondary-inverse .wp-block-button__link:focus {
  color: var(--grimlock-button-secondary-hover-color);
  background-color: var(--grimlock-button-secondary-hover-background-color);
  border-color: var(--grimlock-button-secondary-hover-border-color);
}

.wp-block-button.is-style-link .wp-block-button__link {
  font-family: var(--grimlock-button-font-family);
  display: inline-block;
  font-weight: var(--grimlock-button-font-weight);
  text-align: inherit;
  white-space: normal;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0;
  padding: 0;
  line-height: var(--grimlock-button-line-height);
  transition: all 0.2s ease-in-out;
  text-transform: var(--grimlock-button-text-transform);
  letter-spacing: var(--grimlock-button-letter-spacing);
  text-decoration: none !important;
  color: inherit;
  font-size: calc(var(--grimlock-button-font-size) * .9);
  background: none;
  border-radius: 0;
  box-shadow: none;
}

.wp-block-button.is-style-link .wp-block-button__link:hover {
  color: var(--grimlock-link-hover-color);
}

.wp-block-button .wp-block-button__link.has-background {
  border-color: transparent;
}

.wp-block-button.is-style-square .wp-block-button__link, .wp-block-button.is-style-squared .wp-block-button__link {
  font-family: var(--grimlock-button-font-family);
  display: inline-block;
  font-weight: var(--grimlock-button-font-weight);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: var(--grimlock-button-border-width) solid transparent;
  padding: var(--grimlock-button-padding-y) var(--grimlock-button-padding-x);
  font-size: var(--grimlock-button-font-size);
  line-height: var(--grimlock-button-line-height);
  border-radius: var(--grimlock-button-border-radius);
  transition: all 0.2s ease-in-out;
  text-transform: var(--grimlock-button-text-transform);
  letter-spacing: var(--grimlock-button-letter-spacing);
  text-decoration: none;
  color: var(--grimlock-button-primary-color);
  background-color: var(--grimlock-button-primary-background-color);
  border-color: var(--grimlock-button-primary-border-color);
  border-radius: 0 !important;
}

.wp-block-button.is-style-square .wp-block-button__link:hover, .wp-block-button.is-style-square .wp-block-button__link:active, .wp-block-button.is-style-square .wp-block-button__link:focus, .wp-block-button.is-style-squared .wp-block-button__link:hover, .wp-block-button.is-style-squared .wp-block-button__link:active, .wp-block-button.is-style-squared .wp-block-button__link:focus {
  color: var(--grimlock-button-primary-hover-color);
  background-color: var(--grimlock-button-primary-hover-background-color);
  border-color: var(--grimlock-button-primary-hover-border-color);
}

/* Buttons */
.grimlock-section .grimlock-section__btn + .section__btn,
.grimlock-section .grimlock-section__btn + .grimlock-section__btn,
.grimlock-section .section__btn + .section__btn,
.grimlock-section .section__btn + .grimlock-section__btn {
  margin-left: 1rem;
}

.grimlock-section .grimlock-section__btn.btn-primary,
.grimlock-section .section__btn.btn-primary {
  font-family: var(--grimlock-button-font-family);
  display: inline-block;
  font-weight: var(--grimlock-button-font-weight);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: var(--grimlock-button-border-width) solid transparent;
  padding: var(--grimlock-button-padding-y) var(--grimlock-button-padding-x);
  font-size: var(--grimlock-button-font-size);
  line-height: var(--grimlock-button-line-height);
  border-radius: var(--grimlock-button-border-radius);
  transition: all 0.2s ease-in-out;
  text-transform: var(--grimlock-button-text-transform);
  letter-spacing: var(--grimlock-button-letter-spacing);
  text-decoration: none;
  color: var(--grimlock-button-primary-color);
  background-color: var(--grimlock-button-primary-background-color);
  border-color: var(--grimlock-button-primary-border-color);
}

.grimlock-section .grimlock-section__btn.btn-primary:hover, .grimlock-section .grimlock-section__btn.btn-primary:active, .grimlock-section .grimlock-section__btn.btn-primary:focus,
.grimlock-section .section__btn.btn-primary:hover,
.grimlock-section .section__btn.btn-primary:active,
.grimlock-section .section__btn.btn-primary:focus {
  color: var(--grimlock-button-primary-hover-color);
  background-color: var(--grimlock-button-primary-hover-background-color);
  border-color: var(--grimlock-button-primary-hover-border-color);
}

.grimlock-section .grimlock-section__btn.btn-secondary,
.grimlock-section .section__btn.btn-secondary {
  font-family: var(--grimlock-button-font-family);
  display: inline-block;
  font-weight: var(--grimlock-button-font-weight);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: var(--grimlock-button-border-width) solid transparent;
  padding: var(--grimlock-button-padding-y) var(--grimlock-button-padding-x);
  font-size: var(--grimlock-button-font-size);
  line-height: var(--grimlock-button-line-height);
  border-radius: var(--grimlock-button-border-radius);
  transition: all 0.2s ease-in-out;
  text-transform: var(--grimlock-button-text-transform);
  letter-spacing: var(--grimlock-button-letter-spacing);
  text-decoration: none;
  color: var(--grimlock-button-secondary-color);
  background-color: var(--grimlock-button-secondary-background-color);
  border-color: var(--grimlock-button-secondary-border-color);
}

.grimlock-section .grimlock-section__btn.btn-secondary:hover, .grimlock-section .grimlock-section__btn.btn-secondary:active, .grimlock-section .grimlock-section__btn.btn-secondary:focus,
.grimlock-section .section__btn.btn-secondary:hover,
.grimlock-section .section__btn.btn-secondary:active,
.grimlock-section .section__btn.btn-secondary:focus {
  color: var(--grimlock-button-secondary-hover-color);
  background-color: var(--grimlock-button-secondary-hover-background-color);
  border-color: var(--grimlock-button-secondary-hover-border-color);
}

.grimlock-section .grimlock-section__btn.btn-outline-primary, .grimlock-section .grimlock-section__btn.btn-primary-outline,
.grimlock-section .section__btn.btn-outline-primary,
.grimlock-section .section__btn.btn-primary-outline {
  font-family: var(--grimlock-button-font-family);
  display: inline-block;
  font-weight: var(--grimlock-button-font-weight);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: var(--grimlock-button-border-width) solid transparent;
  padding: var(--grimlock-button-padding-y) var(--grimlock-button-padding-x);
  font-size: var(--grimlock-button-font-size);
  line-height: var(--grimlock-button-line-height);
  border-radius: var(--grimlock-button-border-radius);
  transition: all 0.2s ease-in-out;
  text-transform: var(--grimlock-button-text-transform);
  letter-spacing: var(--grimlock-button-letter-spacing);
  text-decoration: none;
  background-color: transparent;
  color: var(--grimlock-button-primary-background-color);
  border-color: var(--grimlock-button-primary-background-color);
  border-width: clamp(0.1em, var(--grimlock-button-border-width), var(--grimlock-button-border-width)) !important;
}

.grimlock-section .grimlock-section__btn.btn-outline-primary:hover, .grimlock-section .grimlock-section__btn.btn-outline-primary:active, .grimlock-section .grimlock-section__btn.btn-outline-primary:focus, .grimlock-section .grimlock-section__btn.btn-primary-outline:hover, .grimlock-section .grimlock-section__btn.btn-primary-outline:active, .grimlock-section .grimlock-section__btn.btn-primary-outline:focus,
.grimlock-section .section__btn.btn-outline-primary:hover,
.grimlock-section .section__btn.btn-outline-primary:active,
.grimlock-section .section__btn.btn-outline-primary:focus,
.grimlock-section .section__btn.btn-primary-outline:hover,
.grimlock-section .section__btn.btn-primary-outline:active,
.grimlock-section .section__btn.btn-primary-outline:focus {
  color: var(--grimlock-button-primary-hover-color);
  background-color: var(--grimlock-button-primary-hover-background-color);
  border-color: var(--grimlock-button-primary-hover-border-color);
}

.grimlock-section .grimlock-section__btn.btn-outline-primary.has-background, .grimlock-section .grimlock-section__btn.btn-primary-outline.has-background,
.grimlock-section .section__btn.btn-outline-primary.has-background,
.grimlock-section .section__btn.btn-primary-outline.has-background {
  border-color: transparent !important;
}

.grimlock-section .grimlock-section__btn.btn-outline-secondary, .grimlock-section .grimlock-section__btn.btn-secondary-outline,
.grimlock-section .section__btn.btn-outline-secondary,
.grimlock-section .section__btn.btn-secondary-outline {
  font-family: var(--grimlock-button-font-family);
  display: inline-block;
  font-weight: var(--grimlock-button-font-weight);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: var(--grimlock-button-border-width) solid transparent;
  padding: var(--grimlock-button-padding-y) var(--grimlock-button-padding-x);
  font-size: var(--grimlock-button-font-size);
  line-height: var(--grimlock-button-line-height);
  border-radius: var(--grimlock-button-border-radius);
  transition: all 0.2s ease-in-out;
  text-transform: var(--grimlock-button-text-transform);
  letter-spacing: var(--grimlock-button-letter-spacing);
  text-decoration: none;
  background-color: transparent;
  color: var(--grimlock-button-secondary-background-color);
  border-color: var(--grimlock-button-secondary-background-color);
  border-width: clamp(0.1em, var(--grimlock-button-border-width), var(--grimlock-button-border-width)) !important;
}

.grimlock-section .grimlock-section__btn.btn-outline-secondary:hover, .grimlock-section .grimlock-section__btn.btn-outline-secondary:active, .grimlock-section .grimlock-section__btn.btn-outline-secondary:focus, .grimlock-section .grimlock-section__btn.btn-secondary-outline:hover, .grimlock-section .grimlock-section__btn.btn-secondary-outline:active, .grimlock-section .grimlock-section__btn.btn-secondary-outline:focus,
.grimlock-section .section__btn.btn-outline-secondary:hover,
.grimlock-section .section__btn.btn-outline-secondary:active,
.grimlock-section .section__btn.btn-outline-secondary:focus,
.grimlock-section .section__btn.btn-secondary-outline:hover,
.grimlock-section .section__btn.btn-secondary-outline:active,
.grimlock-section .section__btn.btn-secondary-outline:focus {
  color: var(--grimlock-button-secondary-hover-color);
  background-color: var(--grimlock-button-secondary-hover-background-color);
  border-color: var(--grimlock-button-secondary-hover-border-color);
}

.grimlock-section .grimlock-section__btn.btn-outline-secondary.has-background, .grimlock-section .grimlock-section__btn.btn-secondary-outline.has-background,
.grimlock-section .section__btn.btn-outline-secondary.has-background,
.grimlock-section .section__btn.btn-secondary-outline.has-background {
  border-color: transparent !important;
}

.grimlock-section .grimlock-section__btn.btn-outline-current, .grimlock-section .grimlock-section__btn.btn-current-outline,
.grimlock-section .section__btn.btn-outline-current,
.grimlock-section .section__btn.btn-current-outline {
  font-family: var(--grimlock-button-font-family);
  display: inline-block;
  font-weight: var(--grimlock-button-font-weight);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: var(--grimlock-button-border-width) solid transparent;
  padding: var(--grimlock-button-padding-y) var(--grimlock-button-padding-x);
  font-size: var(--grimlock-button-font-size);
  line-height: var(--grimlock-button-line-height);
  border-radius: var(--grimlock-button-border-radius);
  transition: all 0.2s ease-in-out;
  text-transform: var(--grimlock-button-text-transform);
  letter-spacing: var(--grimlock-button-letter-spacing);
  text-decoration: none;
}

.grimlock-section .grimlock-section__btn.btn-outline-current, .grimlock-section .grimlock-section__btn.btn-outline-current:hover, .grimlock-section .grimlock-section__btn.btn-outline-current:active, .grimlock-section .grimlock-section__btn.btn-outline-current:focus, .grimlock-section .grimlock-section__btn.btn-current-outline, .grimlock-section .grimlock-section__btn.btn-current-outline:hover, .grimlock-section .grimlock-section__btn.btn-current-outline:active, .grimlock-section .grimlock-section__btn.btn-current-outline:focus,
.grimlock-section .section__btn.btn-outline-current,
.grimlock-section .section__btn.btn-outline-current:hover,
.grimlock-section .section__btn.btn-outline-current:active,
.grimlock-section .section__btn.btn-outline-current:focus,
.grimlock-section .section__btn.btn-current-outline,
.grimlock-section .section__btn.btn-current-outline:hover,
.grimlock-section .section__btn.btn-current-outline:active,
.grimlock-section .section__btn.btn-current-outline:focus {
  background-color: transparent;
  color: inherit;
  border-color: currentColor;
  border-width: clamp(0.1em, var(--grimlock-button-border-width), var(--grimlock-button-border-width)) !important;
}

.grimlock-section .grimlock-section__btn.btn-outline-current:hover, .grimlock-section .grimlock-section__btn.btn-outline-current:active, .grimlock-section .grimlock-section__btn.btn-outline-current:focus, .grimlock-section .grimlock-section__btn.btn-current-outline:hover, .grimlock-section .grimlock-section__btn.btn-current-outline:active, .grimlock-section .grimlock-section__btn.btn-current-outline:focus,
.grimlock-section .section__btn.btn-outline-current:hover,
.grimlock-section .section__btn.btn-outline-current:active,
.grimlock-section .section__btn.btn-outline-current:focus,
.grimlock-section .section__btn.btn-current-outline:hover,
.grimlock-section .section__btn.btn-current-outline:active,
.grimlock-section .section__btn.btn-current-outline:focus {
  opacity: .7;
}

.grimlock-section .grimlock-section__btn.btn-outline-current.has-background, .grimlock-section .grimlock-section__btn.btn-current-outline.has-background,
.grimlock-section .section__btn.btn-outline-current.has-background,
.grimlock-section .section__btn.btn-current-outline.has-background {
  border-color: transparent !important;
}

.grimlock-section .grimlock-section__btn.btn-inverse-primary, .grimlock-section .grimlock-section__btn.btn-primary-inverse,
.grimlock-section .section__btn.btn-inverse-primary,
.grimlock-section .section__btn.btn-primary-inverse {
  font-family: var(--grimlock-button-font-family);
  display: inline-block;
  font-weight: var(--grimlock-button-font-weight);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: var(--grimlock-button-border-width) solid transparent;
  padding: var(--grimlock-button-padding-y) var(--grimlock-button-padding-x);
  font-size: var(--grimlock-button-font-size);
  line-height: var(--grimlock-button-line-height);
  border-radius: var(--grimlock-button-border-radius);
  transition: all 0.2s ease-in-out;
  text-transform: var(--grimlock-button-text-transform);
  letter-spacing: var(--grimlock-button-letter-spacing);
  text-decoration: none;
  background-color: var(--grimlock-button-primary-color);
  color: var(--grimlock-button-primary-background-color);
  border-color: var(--grimlock-button-primary-color);
}

.grimlock-section .grimlock-section__btn.btn-inverse-primary:hover, .grimlock-section .grimlock-section__btn.btn-inverse-primary:active, .grimlock-section .grimlock-section__btn.btn-inverse-primary:focus, .grimlock-section .grimlock-section__btn.btn-primary-inverse:hover, .grimlock-section .grimlock-section__btn.btn-primary-inverse:active, .grimlock-section .grimlock-section__btn.btn-primary-inverse:focus,
.grimlock-section .section__btn.btn-inverse-primary:hover,
.grimlock-section .section__btn.btn-inverse-primary:active,
.grimlock-section .section__btn.btn-inverse-primary:focus,
.grimlock-section .section__btn.btn-primary-inverse:hover,
.grimlock-section .section__btn.btn-primary-inverse:active,
.grimlock-section .section__btn.btn-primary-inverse:focus {
  color: var(--grimlock-button-primary-hover-color);
  background-color: var(--grimlock-button-primary-hover-background-color);
  border-color: var(--grimlock-button-primary-hover-border-color);
}

.grimlock-section .grimlock-section__btn.btn-inverse-secondary, .grimlock-section .grimlock-section__btn.btn-secondary-inverse,
.grimlock-section .section__btn.btn-inverse-secondary,
.grimlock-section .section__btn.btn-secondary-inverse {
  font-family: var(--grimlock-button-font-family);
  display: inline-block;
  font-weight: var(--grimlock-button-font-weight);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: var(--grimlock-button-border-width) solid transparent;
  padding: var(--grimlock-button-padding-y) var(--grimlock-button-padding-x);
  font-size: var(--grimlock-button-font-size);
  line-height: var(--grimlock-button-line-height);
  border-radius: var(--grimlock-button-border-radius);
  transition: all 0.2s ease-in-out;
  text-transform: var(--grimlock-button-text-transform);
  letter-spacing: var(--grimlock-button-letter-spacing);
  text-decoration: none;
  background-color: var(--grimlock-button-secondary-color);
  color: var(--grimlock-button-secondary-background-color);
  border-color: var(--grimlock-button-secondary-color);
}

.grimlock-section .grimlock-section__btn.btn-inverse-secondary:hover, .grimlock-section .grimlock-section__btn.btn-inverse-secondary:active, .grimlock-section .grimlock-section__btn.btn-inverse-secondary:focus, .grimlock-section .grimlock-section__btn.btn-secondary-inverse:hover, .grimlock-section .grimlock-section__btn.btn-secondary-inverse:active, .grimlock-section .grimlock-section__btn.btn-secondary-inverse:focus,
.grimlock-section .section__btn.btn-inverse-secondary:hover,
.grimlock-section .section__btn.btn-inverse-secondary:active,
.grimlock-section .section__btn.btn-inverse-secondary:focus,
.grimlock-section .section__btn.btn-secondary-inverse:hover,
.grimlock-section .section__btn.btn-secondary-inverse:active,
.grimlock-section .section__btn.btn-secondary-inverse:focus {
  color: var(--grimlock-button-secondary-hover-color);
  background-color: var(--grimlock-button-secondary-hover-background-color);
  border-color: var(--grimlock-button-secondary-hover-border-color);
}

.grimlock-section .grimlock-section__btn.btn-link,
.grimlock-section .section__btn.btn-link {
  font-family: var(--grimlock-button-font-family);
  display: inline-block;
  font-weight: var(--grimlock-button-font-weight);
  text-align: inherit;
  white-space: normal;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0;
  padding: 0;
  line-height: var(--grimlock-button-line-height);
  transition: all 0.2s ease-in-out;
  text-transform: var(--grimlock-button-text-transform);
  letter-spacing: var(--grimlock-button-letter-spacing);
  text-decoration: none !important;
  color: inherit;
  font-size: calc(var(--grimlock-button-font-size) * .9);
  background: none;
  border-radius: 0;
  box-shadow: none;
}

.grimlock-section .grimlock-section__btn.btn-link:hover,
.grimlock-section .section__btn.btn-link:hover {
  color: var(--grimlock-link-hover-color);
}

:root {
  --grimlock-pagination-border-radius:0.3rem;
  --grimlock-pagination-border-width:1px;
  --grimlock-pagination-padding-y:0.75rem;
  --grimlock-pagination-padding-x:1.15rem;
  --grimlock-pagination-background-color:#ffffff;
  --grimlock-pagination-color:#48465b;
  --grimlock-pagination-border-color:#e9eff3;
  --grimlock-pagination-hover-background-color:#4e64dd;
  --grimlock-pagination-hover-color:#FFFFFF;
  --grimlock-pagination-hover-border-color:#4e64dd;
  --grimlock-button-font-family: Poppins, system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  --grimlock-button-font-weight: 700;
  --grimlock-button-font-size: 15px;
  --grimlock-button-line-height: 1.25rem;
  --grimlock-button-letter-spacing: 0;
  --grimlock-button-text-transform: none;
  --grimlock-button-primary-background-color: #4E64DD;
  --grimlock-button-primary-color: #ffffff;
  --grimlock-button-primary-border-color: #4E64DD;
  --grimlock-button-primary-hover-background-color: #2C56C6;
  --grimlock-button-primary-hover-color: #ffffff;
  --grimlock-button-primary-hover-border-color: rgba(0, 0, 20, 0.05);
}

body {
  background-color: #f0f3f4;
}

body::-moz-selection {
  background-color: rgba(78, 100, 221, 0.1) !important;
}

body::-moz-selection, body::selection {
  background-color: rgba(78, 100, 221, 0.1) !important;
}

.site-header {
  position: static;
}

.site-header > .region__inner {
  position: relative;
}

.main-navigation ul.navbar-nav > li:not(.menu-item--profile):not(.menu-item--login):not(.menu-item--register) > a:not(.btn) {
  color: white;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0;
  line-height: 1.25;
}

.main-navigation ul.navbar-nav > li:not(.menu-item--profile):not(.menu-item--login):not(.menu-item--register).current-menu-item > a,
.main-navigation ul.navbar-nav > li:not(.menu-item--profile):not(.menu-item--login):not(.menu-item--register).current-menu-parent > a,
.main-navigation ul.navbar-nav > li:not(.menu-item--profile):not(.menu-item--login):not(.menu-item--register).current-menu-ancestor > a,
.main-navigation ul.navbar-nav > li:not(.menu-item--profile):not(.menu-item--login):not(.menu-item--register).menu-item.is-toggled > a,
.main-navigation ul.navbar-nav > li:not(.menu-item--profile):not(.menu-item--login):not(.menu-item--register).menu-item > a:hover,
.main-navigation ul.navbar-nav > li:not(.menu-item--profile):not(.menu-item--login):not(.menu-item--register).menu-item > a:active,
.main-navigation ul.navbar-nav > li:not(.menu-item--profile):not(.menu-item--login):not(.menu-item--register).menu-item > a:focus {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.15);
}

.main-navigation ul.navbar-nav .menu-item--profile .avatar-round-ratio {
  width: 32px;
}

.main-navigation ul.navbar-nav .menu-item--profile a {
  color: #6c7293 !important;
}

.main-navigation ul.navbar-nav .menu-item ul.sub-menu {
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

.main-navigation ul.navbar-nav .menu-item ul.sub-menu .menu-item a {
  border-radius: 0.3rem;
  color: rgba(255, 255, 255, 0.7);
}

.main-navigation ul.navbar-nav .menu-item ul.sub-menu .menu-item a:hover {
  color: #ffffff;
}

@media (max-width: 992px) {
  .main-navigation .navbar-collapse {
    max-height: 65vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.main-navigation .navbar-search form.search-form input.search-field::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.main-navigation .navbar-search form.search-form input.search-field:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.main-navigation .navbar-search form.search-form input.search-field::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

#custom_header {
  background-size: cover;
  background-position: center center;
  color: #fff;
  background-color: #3d404a;
}

#custom_header > .region__inner {
  padding-top: 6%;
  padding-bottom: 6%;
  background-color: rgba(61, 64, 74, 0.8);
}

#custom_header > .region__inner > .region__container {
  margin-top: calc(1.5rem * 2);
}

#custom_header h1, #custom_header h2, #custom_header h3, #custom_header h4, #custom_header h5, #custom_header h6, #custom_header .lead {
  color: inherit;
}

@media (max-width: 992px) {
  #custom_header .section__title {
    font-size: 2.2rem;
  }
}

#secondary-left .widget,
#secondary-right .widget,
.page-template-template-dashboard #main .widget-area .widget,
#learn-press-course .course-summary-sidebar .widget,
div.lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar .course-summary-sidebar__inner .widget {
  border-width: 1px;
  border-color: transparent;
}

.site-prefooter .region__inner {
  background-color: #3D404A;
  color: #f0f3f4;
}

.site-prefooter .widget-area {
  padding-top: 4%;
  padding-bottom: 4%;
}

.site-prefooter a:not(.btn):not(.button) {
  color: #f0f3f4;
}

.site-prefooter a:not(.btn):not(.button):hover {
  color: #77888F;
}

.site-prefooter .widget-title {
  color: #fff;
}

.site-footer .region__inner {
  padding-top: 3%;
  padding-bottom: 3%;
  color: #fff;
  background-color: #48465b;
}

.site-footer .widget_search {
  display: none;
}

.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6, .site-footer .widget-title {
  color: #fff !important;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.8);
}

.site-footer a:hover, .site-footer a:focus, .site-footer a:active {
  color: #fff;
}

.site-footer .widget + .widget {
  padding-top: 2rem;
}

.site-footer .menu {
  display: block;
}

.site-footer .menu .menu-item {
  margin-left: 0;
  margin-right: 0;
}

.widget_rss .widget-title a {
  color: inherit !important;
}

article.post_format-post-format-link .card .entry-content a:not(.more-link):not(button):not(.badge) {
  color: #fff !important;
}

.blog-posts > [id*="post"] {
  margin-bottom: 30px;
}

.post-password-form {
  margin-bottom: 1rem;
}

.single #secondary-right {
  display: none !important;
}

.single .grimlock--single-content {
  background-color: #fff;
  border-radius: .3rem;
  box-shadow: 0px 0px 15px 0px rgba(82, 63, 105, 0.05);
  padding: 1.5rem;
  color: #6c7293;
  padding: 3rem;
}

.single #custom_header .cat-links,
.single #custom_header .posted-on,
.single #custom_header .byline {
  display: block !important;
}

.single #custom_header .cat-links a,
.single #custom_header .posted-on a,
.single #custom_header .byline a {
  color: inherit !important;
}

.single #custom_header .author-avatar {
  display: block;
  margin-bottom: .5rem;
  margin-top: 1.5rem;
}

.single #custom_header .byline-label {
  display: none;
}

.single #custom_header img.avatar {
  width: 45px !important;
  height: 45px !important;
  border: 4px solid #fff !important;
  background-color: #fff;
}

.single article .grimlock--page-header {
  display: none !important;
}

.wp-block-media-text__media img, .wp-block-media-text__media video {
  height: auto;
}

.single.single-post .site-main > article.type-post > .entry-header {
  display: block;
  font-weight: 600;
  margin-bottom: 1rem;
}

.single.single-post .site-main > article.type-post > .entry-header .entry-meta {
  display: flex;
  align-items: center;
}

.single.single-post .site-main > article.type-post > .entry-header .entry-meta .author {
  display: flex;
  align-items: center;
  margin-left: .5rem;
}

.single.single-post .site-main > article.type-post > .entry-header .entry-meta .author span + span {
  margin-left: .3rem;
}

.single.single-post .site-main > article.type-post > .entry-header .entry-meta .author .avatar-round-ratio.medium {
  width: 35px;
  height: 35px;
}

.avatar-round-ratio {
  border-radius: 500px !important;
}

.avatar-round-ratio img.avatar {
  border-radius: 500px !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  border: 0 !important;
  box-shadow: none !important;
  margin: 0;
  padding: 0;
  transform: translate3d(0, 0, 0);
  will-change: opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.card {
  box-shadow: 0px 0px 15px 0px rgba(82, 63, 105, 0.05);
}

.card .entry-title,
.card .entry-title a:not(.btn):not(button):not(.badge) {
  color: #3D404A;
}

.card .card-body {
  background-color: #ffffff;
}

.card .card-body:after, .card .card-body:before {
  background-color: #ffffff !important;
}

.card .entry-footer {
  position: relative;
  display: flex;
  align-items: center;
  width: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: none;
  z-index: 1;
  font-size: .9rem;
  padding: calc(1.3rem / 1.5) 1.3rem;
}

.card .btn.btn-link {
  padding: .3rem 0 !important;
  color: inherit;
  position: relative;
  text-transform: uppercase;
  font-size: .8em;
  letter-spacing: 1px;
  font-weight: 600;
}

.card .entry-labels .badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.card .entry-labels .badge__name {
  display: none;
}

.post-sticky:before {
  font-family: var(--grimlock-icon-pin-font-family) !important;
  content: var(--grimlock-icon-pin);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.post-format--aside:before {
  font-family: var(--grimlock-icon-post-format-aside-font-family) !important;
  content: var(--grimlock-icon-post-format-aside);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.post-format--gallery:before {
  font-family: var(--grimlock-icon-post-format-gallery-font-family) !important;
  content: var(--grimlock-icon-post-format-gallery);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.post-format--link:before {
  font-family: var(--grimlock-icon-post-format-link-font-family) !important;
  content: var(--grimlock-icon-post-format-link);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.post-format--image:before {
  font-family: var(--grimlock-icon-post-format-image-font-family) !important;
  content: var(--grimlock-icon-post-format-image);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.post-format--quote:before {
  font-family: var(--grimlock-icon-post-format-quote-font-family) !important;
  content: var(--grimlock-icon-post-format-quote);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.post-format--status:before {
  font-family: var(--grimlock-icon-post-format-status-font-family) !important;
  content: var(--grimlock-icon-post-format-status);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.post-format--video:before {
  font-family: var(--grimlock-icon-post-format-video-font-family) !important;
  content: var(--grimlock-icon-post-format-video);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.post-format--audio:before {
  font-family: var(--grimlock-icon-post-format-audio-font-family) !important;
  content: var(--grimlock-icon-post-format-audio);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.post-format--chat:before {
  font-family: var(--grimlock-icon-post-format-chat-font-family) !important;
  content: var(--grimlock-icon-post-format-chat);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.posts .card {
  color: #77888F;
}

.posts .card a:not(:hover):not(.badge):not(.more-link) {
  color: inherit !important;
}

.posts .card a:not(:hover):not(.badge):not(.more-link):hover {
  color: #4E64DD;
}

.btn {
  letter-spacing: -0.35px;
  font-size: 14px;
  border-width: 2px !important;
}

.no-results.not-found .search-form {
  display: inline-block;
  width: 100%;
  max-width: 390px;
}

.site-preheader .search-form button[type="submit"],
.site-prefooter .search-form button[type="submit"],
.site-footer .search-form button[type="submit"] {
  color: #48465b;
}

.site-prefooter .widget select,
.site-footer .widget select {
  max-width: 300px;
  display: inline-block;
  max-height: 45px;
}

.vertical-navbar .site-title a.site-title-link,
.hamburger-navbar .site-title a.site-title-link {
  color: #ffffff;
}

@media (max-width: 768px) {
  .site-content > .region__container {
    margin-top: 6% !important;
    padding-top: 0 !important;
  }
}

@media (max-width: 991.98px) {
  body.grimlock--navigation-fixed-left .hamburger-navbar, body.grimlock--navigation-fixed-right .hamburger-navbar {
    background-color: #252537;
    border-bottom-color: rgba(255, 255, 255, 0.08);
    color: white;
  }
}

@media (min-width: 992px) {
  body.slideout-mini.grimlock--navigation-fixed-left .vertical-navbar a, body.slideout-mini.grimlock--navigation-fixed-right .vertical-navbar a {
    color: transparent !important;
  }
}

/**
 * Do not add your customizations here, this file will be overridden in future release of the plugin.
 * Make your CSS changes in the Custom CSS panel of the WordPress Customizer or create a child theme : https://codex.wordpress.org/Child_Themes
 */

