.single-post .navigation {
    background: #02214C;
}

.blog-breadcrumb-heading {
    font-size: 54px;
    line-height: 65px;
}

@media (min-width: 1024px) {
  .blog-breadcrumb-heading {
    margin-right: 50px;
  }
}

.blog-breadcrumb-path a, .blog-breadcrumb-path span {
    line-height: 24px;
    text-transform: uppercase;
}

#blog-breadcrumb {
    background: #F4F4F4;
    padding-top: 207px;
    padding-bottom: 95px;
}

#blog-breadcrumb .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-breadcrumb-path {
    flex: 0 0 24%;
}

.blog-main-heading {
    font-size: 36px;
    line-height: 42px;
}

.blog-main-subheading {
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
    padding-bottom: 32px;
    position: relative;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.blog-main-subheading:before {
    position: absolute;
    content: '';
    width: 160px;
    height: 5px;
    background: #FF0248;
    bottom: 0;
    left: 0;
}

.blog-main-image {
    margin-bottom: 30px;
    width: 100%;
}

#blog-main {
    color: #3C3C3C;
}

#blog-main h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
    margin-top: 60px;
}

.author-avatar img {
    border-radius: 50%;
}

.author-box {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.author-avatar {
    margin-right: 14px;
}

#post-author {
    padding: 0;
}

.default-heading {
    font-size: 36px;
    line-height: 1.6;
    padding-bottom: 30px;
}

.default-heading:after {
    width: 160px;
}

.author-name {
    font-size: 20px;
    text-transform: uppercase;
    color: #3D3D3D;
    margin-bottom: 6px;
}

#reply-title {
    font-size: 36px;
    line-height: 1.6;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

#reply-title:after {
    left: 0;
    content: '';
    position: absolute;
    bottom: 0;
    width: 160px;
    height: 5px;
    background: #FF0248;
}

label[for="comment"] {
    display: none;
}

#comment {
    width: 100%;
    height: 340px;
}

.comment-form-comment {
    margin-bottom: 20px;
}

#submit {
    font-size: 18px;
    line-height: 22px;
    padding: 13px 55px;
    text-transform: uppercase;
}

.comment-meta {
    background: transparent;
    color: black;
}

.comment-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.comment-details {
    display: flex;
    justify-content: start;
}

.avatar.photo {
    border-radius: 50%;
    margin-right: 26px;
    width: 127px;
}

.comment-box {
    max-width: 750px;
    width: 100%;
}

.comment-author {
    font-weight: bold;
}

.comment-content p {
    margin-bottom: 0;
}

.comments-title {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 50px;
    margin-top: 80px;
}

.comment-meta-box {
    display: flex;
    justify-content: space-between;
}

.comment:not(:last-child) {
    margin-bottom: 50px;
}

@media (min-width: 992px) {
  #post-comments {
    padding-top: 105px;
  }
  #blog-main {
    padding-bottom: 35px;
  }
}

input[type="submit"]:focus {
  outline: 0;
}

#respond {
    max-width: 900px;
    min-width: 290px;
}

.comment-form-box {
    display: flex;
    justify-content: space-between;
}

.comment-form-box input {
    flex: 0 0 calc(50% - 10px);
    margin-bottom: 30px;
}

.post-categories {
    display: inline;
    margin-right: 3px;
}

@media (max-width: 480px) {
  .blog-related-posts {
    padding-bottom: 50px;
  }
}

@media (min-width: 481px) and (max-width: 991px) {
  .blog-related-posts {
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .blog-related-posts {
    padding-bottom: 120px;
  }
}

.related-blog-items {
    margin-top: 49px;
}

.blog-post-item-image {
    height: 260px;
    overflow: hidden;
    display: block;
}

.blog-post-item-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform 400ms ease;
}

.blog-featured-details {
    opacity: 0.6;
    font-size: 16px;
    line-height: 27px;
    text-transform: uppercase;
}

a.read-more-btn {
    color: white;
    padding: 12px 36px;
    background: #FF0248;
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    margin-top: 12px;
    -webkit-box-shadow: 0px 30px 15px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 30px 15px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 30px 15px 0px rgba(0,0,0,0.16);
}

a.read-more-btn:hover {
    background: #292929;
}

.blog-post-item-image img:hover {
    transform: scale(1.1);
}

.blog-post-item-title {
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    margin-top: 12px;
    display: inline-block;
}

.author-description {
    color: #3D3D3D;
}

@media (max-width: 768px) {
  #blog-breadcrumb .container {
    display: block;
    text-align: center;
  }
  .blog-breadcrumb-heading {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .default-heading, #reply-title {
    text-align: center;
  }
  .default-heading.heading-left:after, #reply-title:after {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .author-box {
    display: block;
    text-align: center;
  }
  .author-name {
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  #commentform {
    text-align: center;
  }
  .comment-meta-box {
    display: block;
  }
  .comment-author {
    display: block;
  }
  .comments-title {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .comment-form-box {
    display: block;
  }
  .comment-form-box input {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .related-blog-items .col-md-4:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 360px) {
  .comment-details {
    display: block;
    text-align: center;
  }
  .avatar.photo {
    margin-right: 0;
  }
}

@media (min-width: 991px) {
  .col-md-9 {
    padding-right: 110px;
  }
}

.blog-post-item-image {
    display: none;
}
