
/* newsletter */

#newsletter-container {
    display: flex;
    align-items: stretch;
    border: solid 1px lightgray;
    border-radius: 10px;
    min-height: 240px;
    max-width: 425px;
  }
  
  #newsletter-form {
    padding: 1rem 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
  }
  
  #newsletter-form h5 {
    font-weight: 600;
  }
  
  #newsletter-form {
    text-align: center;
  }
  
  #newsletter-form input {
    height: 2rem;
    border: solid 1px lightgray;
    border-radius: 5px;
    padding: 10px;
  }
  
  #newsletter-form input,
  #newsletter-form button {
    width: 100%;
  }
  
  /* related posts */
  
  #rel-posts-wrapper {
    max-width: 425px;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  
  #related-header {
    font-weight: 700;
    font-size: 18px;
    color: #393b40;
  }
  
  #rel-posts-wrapper .rel-post {
    display: flex;
    gap: 15px;
  }
  
  #rel-posts-wrapper .rel-posts-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  
  .rel-post .rel-post-info {
    max-width: 275px;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
  }
  
  #rel-posts-wrapper div.rel-post img {
    height: 140px;
    width: 140px;
  }
  
  #rel-posts-wrapper p.post-category {
    font-weight: 700;
    font-size: 13px;
  }
  
  #rel-posts-wrapper p.post-title {
    font-weight: 700;
    font-size: 15px;
    color: #393b40;
  }
  
  #rel-posts-wrapper p.post-author {
    font-weight: 500;
    color: #5c5f60;
    font-size: 13px;
  }
  
  #rel-posts-wrapper #company-category {
    color: #478161;
  }
  
  #rel-posts-wrapper #apt-hunting-category {
    color: #5f71bd;
  }
  
  /* author bio */
  
  body.single-post #entry-footer {
    max-width: 1028px;
    min-height: 150px;
    padding: 32px;
    background: #f1f4ff;
    border-radius: 8px;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  
  body.single-post #entry-footer #author-info-container {
    display: flex;
    gap: 1rem;
    align-items: center;
    min-height: 85px;
  }

  body.single-post #entry-footer #author-info-container img{
    width: 81px;
    height: 81px;
    border-radius: 50%;
  }
  
  body.single-post #author-info-container #author-info {
    font-weight: 400;
    font-size: 16px;
    color: #6b707b;
    max-width: 865px;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
  }
  
  body.single-post #author-info #author-name {
    font-weight: 600;
    font-size: 16px;
    color: #393b40;
  }
  
  /* navigation below single article */
  
  #nav-below-single {
    max-width: 1028px;
    min-height: 150px;
    display: flex;
    gap: 16px;
  }
  
  #nav-below-single .nav-post-container {
    min-height: 150px;
    border-radius: 8px;
    border: solid 1px #edebe6;
    padding: 32px 24px;
    cursor: pointer;
    text-decoration: none;
    flex: 1 1 0px;
  }
  
  #nav-below-single .nav-post-container .nav-header {
    font-weight: 600;
    font-size: 16px;
    color: #6b707b;
    margin-bottom: 1rem;
  }
  
  #nav-below-single .nav-post-container .nav-post-title {
    font-weight: 700;
    font-size: 25px;
    color: #393b40;
    line-height: 35px;
  }
  
  /* header/entry content */
  
  body.single-post #content h1.entry-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 5px;
  }
  
  body.single-post div.author-info-container {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 3rem;
  }
  
  body.single-post div.author-info-container div#author-img-fname {
    display: flex;
    gap: 1rem;
    align-items: center;
  }
  
  body.single-post div.author-info-container div#author-img-fname img {
    height: 38px;
    width: 38px;
    border-radius: 50%;
  }
  
  body.single-post div.author-info-container div#author-img-fname p {
    font-weight: 600;
    font-size: 16px;
    color: #393b40;
  }
  
  body.single-post div.author-info-container #published-update-info {
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem 1rem;
    font-weight: 400;
    font-size: 16px;
    color: #6b707b;
  }
  
  .breadcrumb-item {
    font-weight: 600;
    font-size: 14px;
    color: #6b707b;
    text-decoration: none;
  }
  
  .breadcrumb-active {
    font-weight: 700;
    color: #5f71bd;
  }
  
  #breadcrumb-arrow {
    height: 10px;
    width: 10px;
  }
  
  nav ul.breadcrumbs {
    display: flex;
    list-style: none;
    gap: 0.5rem;
    margin-top: 20px;
  }
  
  body.single-post a.author-anchor-name {
    color: #393b40;
    text-decoration-thickness: 1px;
  }
  
  /* single page content */
  
  body.single-post #container #content div.entry-content {
    font-size: 18px;
    line-height: 28px;
    color: #393b40;
  }
  
  body.single-post div.entry-content p,
  body.single-post div.entry-content div,
  body.single-post div.entry-content img {
    margin-bottom: 30px;
  }
  
  body.single-post div.entry-content img {
    display: block;
    margin-inline: auto;
    width: 100%;
    height: auto;
    max-width: 700px;
  }
  
  /* single page article */
  
  body.single-post div#container main#content {
    margin: 0;
    flex: 1;
    padding: 20px 35px;
  }
  
  body.single-post #wrapper div#container {
    display: flex;
    padding-left: 5rem;
    padding-right: 6rem;
    padding-bottom: 5rem;
    align-items: start;
  }
  
  body.single-post div#container aside#sidebar {
    flex: 0.5;
    margin-top: 15.3rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-bottom: 20px;
  }


  /* comments */

  body.single-post #comments {
    display: flex;
    flex-direction: column;
    row-gap: 36px;
    margin-bottom: 60px;
  }

  body.single-post #respond {
    color: #484848;
  }

  body.single-post #respond input[type=text],
  body.single-post #respond textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding: 8px 0px 6px 8px;
    border: 1px solid #DDDDDD;
    font-family: "Open Sans", "Droid Sans", Arial;
    color:#1d1d1d;
  }
   
  body.single-post #respond input[type=text]:focus,
  body.single-post #respond input[type=email]:focus,
  body.single-post #respond input[type=url]:focus,
  body.single-post #respond textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  outline: 2px solid rgba(81, 203, 238, 1);
  }

  body.single-post #respond .required {
    color: red;
  }

  body.single-post #respond #reply-title{
    font-size: 28px;
  }

  body.single-post #commentform{
    display: flex;
    flex-direction: column;
    row-gap: 24px;
  }

  body.single-post .comment-form-comment,
  body.single-post .comment-form-author,
  body.single-post .comment-form-email,
  body.single-post .comment-form-url
  {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
  }

  body.single-post #respond .form-submit{
    display: flex;
    justify-content: center;
    height: 36px;
  }

  body.single-post #respond .form-submit #submit{
    width: 100%;
    height: 100%;
    cursor: pointer;
    max-width: 200px;
    border-radius: 4px;
    background: var(--oxford-blue);
    font-weight: 600;
    color: #f1eeeefa;
    padding: 10px 20px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
  }

  body.single-post #respond .form-submit #submit:hover,
  body.single-post #respond .form-submit #submit:active{
    background: #f1eeeefa;
    color: var(--oxford-blue);
    outline: 1px solid var(--oxford-blue);
  }

  body.single-post #respond #cancel-comment-reply-link{
    margin-left: 8px;
    color: var(--oxford-blue);
    text-decoration: none;
  }

  body.single-post #comments-list {
    color: #484848;
  }

  body.single-post #comments-list .comments-title {
    font-size: 28px;
  }
  
  body.single-post #comments-list .comment-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
  }

  body.single-post #comments-list .comment-author-info {
    display: flex;
    column-gap: 12px;
  }

  body.single-post #comments-list .comment-author-info .avatar{
    border-radius: 50%;
  }

  body.single-post #comments-list .comment-author-info .author-meta{
    display: flex;
    align-items: center;
    column-gap: 8px;
  }

  body.single-post #comments-list .comment-author-info .author-name{
    font-weight: 500;
  }
  
  body.single-post #comments-list .comment-author-info .comment-date{
    font-size: 12px;
    color: #606060;
  }
  
  body.single-post #comments-list .comment-wrapper .reply-button{
    display: flex;
  }

  body.single-post #comments-list .comment-wrapper .comment-reply-link{
    text-decoration: none;
    color: #606060;
    padding: 4px 8px;
    border-radius: 16px;
    outline: 1px solid #a9a8a8;
    font-size: 12px;
    font-weight: 500;
  }

  body.single-post #comments-list .comment-wrapper .comment-reply-link:hover {
    background: rgba(0, 0, 0, 0.06);
  }

  body.single-post #comments-list #comments-ul {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    row-gap: 36px;
  }