.ellipsis-text {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.screen-reader-text {
  text-indent: -999999999999px;
  font-size: 0 !important;
  margin: 0 !important;
  height: 0;
}

.navigation.post-navigation {
  margin: 26px 0;
}

.nav-links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #adadad;
  border-bottom: 1px solid #adadad;
  padding: 6px 16px;
}
.nav-links .nav-previous a, .nav-links .nav-next a {
  text-decoration: none !important;
}
.nav-links .nav-previous a .pnb-txt, .nav-links .nav-next a .pnb-txt {
  display: flex;
  align-items: center;
  line-height: 1;
}
.nav-links .nav-previous a .pnb-txt span, .nav-links .nav-next a .pnb-txt span {
  max-width: 370px;
  padding: 12px 0;
  position: relative;
  font-weight: bold;
}
.nav-links .nav-previous a .pnb-txt i, .nav-links .nav-next a .pnb-txt i {
  background: gold;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.nav-links .nav-previous a:hover i, .nav-links .nav-next a:hover i {
  background: #f94128;
  color: white;
}
.nav-links .nav-previous i {
  margin-right: 10px;
}
.nav-links .nav-next i {
  margin-left: 10px;
}

@media screen and (max-width: 465px) {
  .nav-links {
    display: block;
  }
}

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