/* @import url("https://fonts.googleapis.com/css2?family=Gentium+Basic:ital,wght@0,400;0,700;1,400&display=swap"); */

body {
  font-family: "Gentium Basic", serif;
  font-size: 18px;
  color: #3c3c3c;
}

.container {
  max-width: 768px;
  padding: 10px;
}
.blur {
  filter: blur(10px);
  transition: all ease-in-out 1s;
}
.noBlur {
  transition: all ease-in-out 1s;
}
.dark {
  background-color: #121212;
  color: white;
}
.dark input,
textarea {
  color: #3c3c3c;
}
.simple-title a {
  color: #3c3c3c;
}
.dark .simple-title a {
  color: white;
}
a {
  color: #5b5bff;
}
a:hover,
a:active,
a:focus {
  color: #2828ff;
  text-decoration: underline;
}
/* .pagination-wrapper .nav-links {
  display: flex;
} */
time.updated {
  display: none;
}
.individual_posts .entry-content {
  font-size: 19px;
  line-height: 1.6em;
  letter-spacing: 0.3px;
}
.individual_posts h2,
h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.25;
  padding-top: 10px;
  padding-bottom: 10px;
}
.individual_posts em {
  font-weight: 600;
}
.individual_posts p {
  padding-top: 10px;
  padding-bottom: 10px;
}
ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.comment_submit {
  width: 200px !important;
  padding: 10px;
  margin-top: 10px;
  background-color: #5b5bff !important;
  border: 0;
  cursor: pointer;
  color: #fff;
}
.comment_submit:hover {
  background-color: #2828ff !important;
}
.dark .comment_submit {
  color: #fff;
}
p.comment-form-cookies-consent {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.navigation .nav-links {
  display: flex;
  justify-content: space-between;
  flex-basis: 50%;
}
.nav-previous {
  width: 50%;
}
body {
  min-height: 100%;
}
#comments .comment .comment-body,
#comments .pingback .comment-body {
  display: flex;
  flex-direction: column;
  padding: 10px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

#comments .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

#comments ol.comment-list .children:before {
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  line-height: 100%;
  content: "\21AA";
  position: absolute;
  top: 45px;
  left: 0;
  width: auto;
}

#comments .children {
  position: relative;
  list-style: none;
  margin: 0;
  padding-left: 30px;
}

.comment-author.vcard {
  display: flex;
  font-size: 18px;
}

b.fn {
  margin-left: 15px;
}

span.says {
  display: none;
}

.comment-metadata {
  margin-left: 47px;
  margin-top: -8px;
  font-size: 15px;
}
.image-bg-gray {
  background-color: #f1f1f1;
  padding: 20px;
  margin: 20px 0 20px 0px !important;
}
.dark .image-bg-gray {
  background-color: #424242;
}
figcaption {
  font-size: 16px;
  font-style: italic;
  color: blue;
  margin-top: 10px;
}
.dark figcaption {
  color: #fff !important;
}
.image-bg-gray img {
  width: 100% !important;
}

code {
  background-color: #e4e4e4;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 5px;
}
.dark code {
  background-color: #757575;
}
.cp_embed_wrapper {
  margin-bottom: 20px;
  margin-top: 20px;
}
.mb-4 {
  margin-bottom: 20px;
}
input.wpcf7-form-control {
  width: 100%;
  padding: 0.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-width: 1px;
  border-radius: 0.25rem;
  border-color: rgba(45, 55, 72, var(--border-opacity));
}
textarea.wpcf7-form-control {
  width: 100%;
  padding: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-width: 1px;
  border-radius: 0.25rem;
  border-color: rgba(45, 55, 72, var(--border-opacity));
}
.wpcf7-submit {
  background-color: #484848;
  color: white;
  font-size: 22px;
  border: 0px;
  padding: 10px !important;
  cursor: pointer;
}
.dark .wpcf7-submit {
  color: white;
}
