.wf-active .site-title,
.wf-active h1,
.wf-active h2:not([class^="gr_custom_header"]),
.wf-active h3:not(.sd-title),
.wf-active h4,
.wf-active h5,
.wf-active h6 {
  font-family: 'Moria Citadel', serif;
  font-weight: 400;
  font-style: normal;
	color: #bd2c2c;
}


h1, .entry-title
 {
  color: #f5e6c8;
  text-shadow:
     1px  1px 0 #f06a24,  /* orange */
     2px  2px 0 #f4a62a,  /* golden orange */
     3px  3px 0 #f7d154,  /* yellow */
     4px  4px 0 #fff0a3;  /* pale yellow */
}

.widget-title, .wp-block-heading {
  color: #f5e6c8;
  text-shadow:
     1px  1px 0 #f4a62a  /* orange */
}

.widget::before,
.widget::after {
  content: none !important;
  display: none !important;
}

.wf-active .site-title a:hover,
.wf-active h1 a:hover,
.wf-active h2:not([class^="gr_custom_header"]) a:hover,
.wf-active h3:not(.sd-title) a:hover,
.wf-active h4 a:hover,
.wf-active h5 a:hover,
.wf-active h6 a:hover {
  color: inherit;
}

.wf-active body, .wf-active button, .wf-active input, .wf-active select, .wf-active textarea {
font-family: "IM Fell English",serif;
}

h1, h2, h3, h4, h5, h6, .site-title {
margin: 0 0 6px;
}

.wobble-link,
.wobble-link img {
  cursor: pointer;
}

.wobble-link {
  display: inline-block;
  transform-origin: top left;
}

.wobble-link:hover {
  animation: slow-tilt-return 1.2s ease-out;
}

@keyframes slow-tilt-return {
  0% {
    transform: rotate(0deg);
  }

  65% {
    transform: rotate(20deg);
  }

  82% {
    transform: rotate(-2deg);
  }

  90% {
    transform: rotate(1.5deg);
  }

  96% {
    transform: rotate(-0.75deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

body.custom-background {
  background: linear-gradient(to right, rgb(18, 33, 15), rgb(22, 39, 25) 26.72%, rgb(48, 59, 27));
}

.wp-block-image {margin-bottom: 24px}

.comment-content p {
	margin-bottom: 0px
}

.comment-list .comment, .comment-list .pingback, .comment-list .trackback {
border-top: 0px;
}

.comment-list .children {
	border-left: 0px
}

.comment-list {
	border-bottom: 0px
}

.reply a {
	border: 0px
}

.comment-body {
	padding-bottom: 24px;
}