/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .futuretheory-all-comments .comment-container {
    margin-bottom: 2em;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
    padding: 20px;
 }

/*  .futuretheory-all-comments .comment-container .comment-parent {
    border-bottom: 1px solid rgba(0,0,0,.05);
    padding: 8px 16px;
    font-size: 0.8em;
    margin: 1em 0;
    display: flex;
    flex-direction: row;
 }
 */

 .futuretheory-all-comments .comment-container .comment-header {
    display: flex;
    flex-direction: row;
    align-items: center;
 }

 .futuretheory-all-comments .comment-container .comment-header b {
   display: block;
   width: 100%;
 }

 .futuretheory-all-comments .comment-container .comment-header a time {
    color: #898989;
    font-size: 14px;
 }

 .futuretheory-all-comments .comment-container .author-profile-pic {
    max-width: 75px;
    max-height: 75px;
    border-radius: 75px;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    border: 5px solid #FFF;
    float: left;
    margin: 0 16px 0 0;
 }

 .futuretheory-all-comments .comment-container blockquote {
    font-size: 1em;
    font-family: 'Merriweather';
    font-weight: 400;
    margin: 1em 0px 1em 90px;
    white-space: break-spaces;
    word-wrap: break-word;
 }

 .futuretheory-all-comments .comment-container a.comment-link, .futuretheory-all-comments .pagination a {
    margin-left: 90px;
    border: 1px solid #d87a00;
    padding: 2px 10px;
    line-height: 18px;
    font-size: 12px;
    border-radius: 4px;
    text-decoration: none;
    transition: all .1s ease-in-out;
 }

 .futuretheory-all-comments .comment-container a.comment-link:hover, .futuretheory-all-comments .pagination a:hover {
    background-color: #d87a00;
    transition: all .1s ease-in-out;
    color: #fff;
    text-decoration: none;
 }

 .futuretheory-all-comments .pagination {
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin: 1em 0;
   color: #898989;
   font-size: 1.4rem;
 }

 .futuretheory-all-comments .pagination a {
    margin: 0;
 }