.post-content {
    margin-top: 20px;
}

.post-area .container {
    max-width:1150px;
    padding-bottom:20px;
    font-size:1.3em;
    color: #0b0b0b;
    line-height:35px;
}

.post-area > h1 {
    text-align: center;
    text-shadow: 1px 1px 3px #7b7b7b;
    margin-top:15px;
}

.post-area img {
    max-width:100%;
}

section.post-header {
    padding-top:40px;
}

.post-area h2 {
    margin-top: 40px;
    margin-bottom: 20px;
}

div.post-time {
    text-align: center;
    color:#e2e1e6;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

h1.post-title {
    font-size:3.2em;
    text-shadow: 1px 1px 3px #7b7b7b;
    color: white;
    text-align:center;
}

.blog-main-image {
    /* Set a specific height */
    height: 350px;

    /* Create the parallax scrolling effect */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog-parallax {
    background-attachment: fixed;
}

.related-post:hover a {
    text-decoration: none;
}

.related-post {
    background: #f1f1f1;
    color:black;
    border-radius:10px;
    overflow: hidden;
    display:flex;
    flex-flow: column;
    height:100%;
}

.related-post-body h3 {
    color: #111111;
    padding:5px;
}
.related-post-body {
    text-align: center;
}

.related-post > .related-post-image {
    width:100%;
    height:250px;
    margin-bottom:10px;
}

.related-post > .related-post-image img {
    object-fit: cover;
    height:100%;
    width:100%;
}

.post-content {
    margin-top: 20px;
}

.post-header {
    border-bottom: 1px dashed lightgray;
    padding-bottom: 10px;
    margin-bottom: 40px;
}

.addthis_inline_share_toolbox {
    margin-top: 5px;
}

.share-bar {

}

.fb-like {
    margin-top: 5px;
    margin-left: 5px;
}

.post-comments {

}

#comment-modal .alerts .alert {
    display: none;
}

.comment-container {
    border: 1px solid;
    border-radius: 5px;
    padding: 5px;
    background-color: white;
    margin-bottom: 15px;
}

.comment-container .comment-header-container {
    border-bottom: 1px dotted lightgrey;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.sub-comments-container {
    margin-top: 10px;
}

.sub-comment-header {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #e0e0e0;
}

.sub-comment-container {
    background-color: #f5f5f5;
    padding: 10px;
    width: 95%;
    margin: 5px auto;
    border-radius: 5px;
}

.profile-icon-container {
    padding-left: 1rem;
}

.profile-icon-background {
    text-align: center;
    height: 100%;
    display: flex;
}

.profile-icon-background i {
    border-radius: 50%;
    height: 70px;
    width: 70px;
    font-size: 40px;
    line-height: 70px;
    padding: 3px 10px 3px 10px;
    color: #e7e5ca;
    display: block;
    margin-top: auto;
    margin-bottom: auto;

    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.profile-icon-container.sub {

}

.profile-icon-background.sub i {
    height: 50px;
    width: 50px;
    font-size: 30px;
    line-height: 42px;
}