
.post_title {
  font-weight: 700;
  color: var(--ss-primary-text);
  font-size: 38px;
  line-height: 1.2em;
  letter-spacing: -0.04em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}




.post-author-top > a {
  text-decoration: underline;
  margin-right: 0.3em;
}

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

/* 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 var(--ss-overlay-color);
  /* border-radius: 10px; */
  margin-bottom: 50px;
}

.comment-body {
  border-bottom: 1px solid var(--ss-overlay-color);
  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: underline;
}

.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;

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

.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;
}

.project-meta {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}

.project-meta h5 {
  font-weight: 700;
  color: var(--ss-secondary-text);
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: -0.02em;
  margin: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  margin-right: 1em;
}



.project-meta span {
  font-size: 16px;
  line-height: 1.6875em;
  font-weight: 400;
  color: var(--ss-secondary-text);
}

.project-meta span a:link,
.project-meta span a:visited,
.project-meta span a:active {
  color: var(--ss-secondary-text);
}

.work-sidebar-card {
  padding: 1em;
  margin: 1em auto;
  border-radius: 20px;
}

.sidebar-card-title {
  text-align: center;
  margin: 0.5em;
  font-size: large;
}

.sidebar-card-description {
  text-align: center;
  padding: 0.5em;
}

.work-gig:active,
.work-gig:link,
.work-gig:visited {
  display: block;
  text-align: center;
  text-decoration: none;
  background: #577997;
  border-radius: 100px;
  color: #fff;
  padding: 0.5em 2em;
  font-weight: bold;
  font-size: small;
  text-transform: uppercase;
  transition: all ease-in-out 200ms;
}

.work-gig:hover {
  background-color: #000000;
}

.shareholder {
  display: flex;
  justify-content: left;
  align-content: center;
  align-items: center;
  padding: 0.5em;
  font-size: 15pt;
  flex-wrap: wrap;
  flex-grow: 2px;
  flex-shrink: 10px;
  flex-basis: -moz-available;
  flex-direction: row;
}

.postholder {
  line-height: 2em;
}

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

blockquote {
  padding: 2em 3em 1em 3em;
  margin: 2em auto;
  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: absolute;
  right: 10px;
  bottom: -20px;
}

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