/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.testing {
  max-height: 110px;
}

.em-item-title a {
  color: red;

}

.elementor a {
  text-decoration: underline !important;
}

.journal .cover {
  border: solid 1px #AB823D !important;
  margin-bottom: 20px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.journal #journal-information {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}


.journal .download-button-jade small {
  font-size: 0.8em;
  opacity: 0.8;
  display: block;
}

.journal-box {
  text-align: center;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
  /* text-align: center;
  display: block; */
  height: 100%;
  padding: 5px;

}
.journal-box h2 {
      padding: 7px 0;
      /* font-size: 25px; */
}
.journal-box img {
      border: solid 1px #AB823D!important;
      margin-bottom: 20px;
      width: 90%;
}

.journal-button {
  text-align: center;
  text-decoration: none !important;
  padding: 0.75em 1em;
  margin-top: 1em;
  color: #fff;
  display: block;
  font-size: 1.2em;
  line-height: 1.5em;
  background-color: #AB823D;
  /* background-image: -webkit-linear-gradient(#dd5a55, #AD403D, #6d2926);
  background-image: -moz-linear-gradient(#dd5a55, #AD403D, #6d2926); */
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  border: 1px solid #6d2926;
  cursor: pointer;
}
.past-journal-button {
  text-align: center;
  text-decoration: none !important;
  padding: 0.5em;
  margin-top: 1em;
  color: #fff;
  display: block;
  font-size: 1em;
  line-height: 1em;
  background-color: #AB823D;
  /* background-image: -webkit-linear-gradient(#dd5a55, #AD403D, #6d2926);
  background-image: -moz-linear-gradient(#dd5a55, #AD403D, #6d2926); */
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  border: 1px solid #7a5d2b;
  cursor: pointer;
}
span.tmp {
  font-family: "Monotype Corsiva", sans-serif;
}
span.volume{
  margin-bottom: 1rem;
}

.latest {
  margin-left: auto;
  margin-right: auto;
}

.past-journal small {
  font-size: small!important;
}


.posts-navigation {
  padding: 1rem;
}

.posts-navigation .nav-links .meta-nav {
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  padding: 3px 0 8px;
  text-align: center;
  width: 40px;
  height: 40px;
}

.posts-navigation .nav-links a:hover .meta-nav {
  background-color: pink;
}

.posts-navigation li a,
.posts-navigation li a:hover,
.posts-navigation li.active a,
.posts-navigation li.disabled {
  color: #fff;
  text-decoration: none;
}

.posts-navigation li {
  display: inline;
  margin: 0.2rem;

}

.posts-navigation li a,
.posts-navigation li a:hover,
.posts-navigation li.active a,
.posts-navigation li.disabled {
  background-color: #ab823d;
  /* background-image: -webkit-linear-gradient(#dd5a55, #AD403D, #6d2926);
  background-image: -moz-linear-gradient(#dd5a55, #AD403D, #6d2926); */
  border-radius: 3px;
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem;
}

.posts-navigation li a:hover {
  background-color: #7a5d2b;
  /* background-image: -webkit-linear-gradient(#dd5a55, #AD403D, #6d2926);
  background-image: -moz-linear-gradient(#dd5a55, #AD403D, #6d2926); */
  color: black;
}

.posts-navigation li.active a {
  background-color: #7a5d2b;
  /* background-image: -webkit-linear-gradient(#dd5a55, #AD403D, #6d2926);
  background-image: -moz-linear-gradient(#dd5a55, #AD403D, #6d2926); */
  font-weight: bold;
  text-decoration: underline;
}