
.post__title {
  margin-bottom: 0.5em;
  margin-top: 0;

}


.thumbnail-holder {
  max-width: 1300px;
  margin: auto;
  position: relative;
  margin-bottom: 2em;
  background-color: rgba(255, 255, 255, 1);
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}

.post-thumbnail {
  width: 100%;
  height: auto;
}

.post-author-top > a {
  color: var(--ss-primary-text);
  text-decoration: underline;
}

.post-author-top > a::before {
  content: "  -  ";
  text-decoration: none;
}

.single-post-header-author-avatar {
  border: 1px solid #ebebeb;
  border-radius: 100%;
  padding: 1px;
  width: 25px;
  height: 25px;
}

.post-date {
  font-size: small;
  opacity: 0.5;
}

/* comments */

.comments {
  /* border-top: 1px solid #DEDEDE; */
  padding-top: 36px;
  margin-top: 2em;
  padding-left: 1em;
  padding-right: 1em;
}

#respond {
  padding: 1em;
}

.comment-reply-title {
  font-size: larger;
  text-align: center;
  color: var(--ss-secondary-text);
  margin: 1em;
  font-weight: bold;
}

.comments-header {
  text-align: center;
  margin-bottom: 20px;
}

.comments-inner {
  list-style: none;
}

.comments-inner > li {
  border-left: 1px solid #c0c0c0;
  /* border-radius: 10px; */
  margin-bottom: 50px;
}

.comment-body {
  border-bottom: 1px solid #dedede;
  margin: 10px;
}

.comment-author-avatar-image {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin: 10px;
}

.comment-headpart {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "avatar name";
}

.comment-author-avatar-area {
  grid-area: avatar;
  padding: 0px;
  justify-self: center;
  align-self: center;
}

.comment-author-name-area {
  grid-area: name;
  padding: 10px;
  vertical-align: middle;
}

.comment-author-name {
  margin: 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.comment-author-name > a {
  text-decoration: none;
}

.comment-date {
  margin: 0px;
  font-size: small;
}

.children {
  list-style: none;
}

.comment-text {
  padding: 0 10px 0 10px;
}

.comment-reply > a:link,
.comment-reply > a:visited,
.comment-reply > a:active,
.comment-edit-link:link,
.comment-edit-link:visited,
.comment-edit-link:active {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.7em;
  margin: 5px;
  padding: 7px;
  border: 1px solid var(--ss-accent-color);
  color: var(--ss-accent-color);
  border-radius: 4px;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
}

.comment-reply > a:hover,
.comment-edit-link:hover {
  background-color: #222;
  color: #fff;
  border:1px solid #222;
}

.comment-action {
  text-align: right;
  padding: 0px 0 10px 0;
  margin-bottom: 10px;
}

.comment-form-comment > label {
  display: none;
}

.comment-form-comment {
  text-align: center;
}

.logged-in-as {
  padding: 1em;
  margin-left: 2em;
}

.logged-in-as a:link,
.logged-in-as a:active,
.logged-in-as a:visited {
}

.comment-form-comment > textarea {
  background: var(--ss-overlay-color-lighter);
  border: 1px solid transparent;
  border: 1px solid rgba(0, 0, 0, 0);
  width: 90%;
  max-width: 100%;
  margin: auto;
  border-radius: 30px;
  /* border: 1px solid #2584bd; */
  text-align: start;
  padding: 40px;

  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;

  color: var(--wp--preset--color--black);
  outline: 0px !important;
  box-shadow: none !important;
  font-size: inherit;
}

.comment-form-comment > textarea:active,
.comment-form-comment > textarea:focus {
  border: 1px solid #12496a50;
}

.comment-form-comment > textarea:hover {
  border: 1px solid #12496a30;
}

.form-submit {
  text-align: right;
}

.form-submit > .submit {
  border-radius: 28px;
  border: 2px solid transparent;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 10px 40px 10px 10px;
  padding: 10px 40px;
  background-color: var(--ss-accent-color);
  color: #fff;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  cursor: pointer;
}

.form-submit > .submit:hover {
  background-color: #111;
  color: #fff;
}

#author,
#email {
  width: 100%;
  text-align: start;
  padding: 1em;
  font-size: medium;

  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;

  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;

  /* border: 1px solid #2584bd; */
  background: rgba(0, 0, 0, 0.035);
  border: 1px solid transparent;
  border-radius: 10px;
}

#author:active,
#email:active,
#author:focus,
#email:focus {
  border-bottom: 1px solid #12496a50;
}

#author:hover,
#email:hover {
  border-bottom: 1px solid #12496a50;
}

.comment-form-email > label,
.comment-form-author > label {
  margin: 10px;
}

.comment-awaiting-approval {
  display: block;
  font-weight: bold;
  font-style: normal;
  color: #d28015;
  background: #f0f0f0;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
}



.postholder {
  line-height: 2em;
}

.postholder a {
  color: var(--ss-link-color);
}


blockquote {
  padding: 2em 3em 1em 3em;
  margin: 0;
  position: relative;
}

blockquote::before {
  font-family: Arial;
  content: "\201C";
  color: #78c0a8;
  font-size: 4em;
  position: absolute;
  left: 10px;
  top: 20px;
}

blockquote::after {
  font-family: Arial;
  content: "\201D";
  color: #78c0a8;
  font-size: 4em;
  position: relative;
  left: 20px;
  bottom: -50px;
}


@media (min-width: 576px){
  .postholder{
    padding: 2em;
  }
}