#post-bg-image img{
  height: 350px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
#post-container{
  display: grid;
  grid-template-columns: 33% 67%;
  margin-top: 30px;
}
.post-writer{
  line-height: 16px;
}
.post-writer img,
.post-categories img{
  margin-right: 15px;
}
#post-moreread-box{
  border-right: 1px solid #D8D8D8;
}
#post-moreread-box>h6{
  text-transform: uppercase;
  color: #941420;
  font-weight: 400;
  font-size: 18.5px;
  margin-bottom: 15px;
}
#post-moreread-box ul{
  padding-left: 0;
  padding-right: 35px;
}
#post-moreread-box .card-main{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 25px;
}
#post-moreread-box .card-main .card-main-img{
  width: 90px;
  height: 90px;
  min-height: 90px;
  margin-right: 15px;
}
#post-moreread-box .card-main .card-main-title{
    font-size: 1.1rem;
    margin: 0;
}
/*
#post-moreread-box .card-main .card-main-title a{
  color: #36ADD1;
}
*/
.post-content{
  padding-left: 35px;
}
.post-summary{
  font-weight: 500;
  font-size: 18px;
}
.post-share-box,
.post-share-box>ul{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.post-share-box{
  width: 100%;
  justify-content: flex-end;
  text-transform: uppercase;
  color: #941420;
  font-weight: 400;
  margin-top: 35px;
  margin-bottom: 35px;
}
.post-share-box h6{
  font-size: 17px;
  margin-right: 25px;
  margin-bottom: 0;
  padding-top: 3px;
}
.post-share-box ul{
  margin-bottom: 0;
  padding-left: 0;
}
.post-share-box ul li:not(:last-of-type){
  margin-right: 15px;
}
.post-share-box svg{
  fill: #941420;
  width: 20px;
  height: 20px;
}
#blog-filter-box .post-share-box{
  margin-top: 0;
  margin-bottom: 0;
  justify-content: flex-end;
}
#post-related-box{
  padding-top: 50px;
  padding-bottom: 75px;
  border-top: 1px solid #D8D8D8;
}
#post-related-box .col-12+.col-12{
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}
#post-related-box .col-12>h6{
  text-transform: uppercase;
  color: #941420;
  font-weight: 400;
  font-size: 18.5px;
  margin-bottom: 35px;
}
#post-related-box .col-12>.card-main {
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#post-related-box .col-12>.card-main:first-of-type{
  padding-left: 15px;
}
#post-related-box .col-12>.card-main:last-of-type{
  padding-right: 15px;
}
#post-related-box .col-12>.card-main:nth-of-type(2){
  border-left: 1px solid #D8D8D8;
  border-right: 1px solid #D8D8D8;
}
#post-related-box .col-12>.card-main:nth-of-type(3){
  border-right: 1px solid #D8D8D8;
}
#post-related-box .col-12>.card-main .card-main-img{
  width: 90px;
  height: 90px;
  min-height: 90px;
}
#post-related-box .col-12>.card-main .card-main-title{
  font-size: 1.1rem;
  margin: 0;
  margin-left: 15px;
}
/*
#post-related-box .col-12>.card-main .card-main-title a{
  color: #36ADD1;
}*/
.readmode-box{
  background-color: #941420;
  width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    padding-left: 12px;
    padding-right: 12px;
    text-transform: uppercase;
        font-family: 'Oswald';
    font-weight: 400;
    font-style: normal;
    border: 0;
}
.readmode-box svg{
  width: 20px;
  height: 20px;
}
.btn-back{
  background-color: #941420;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-family: 'Oswald';
  font-weight: 400;
}
.btn-back svg{
  width: 16px;
  height: 16px;
}
.btn-back:hover{
  color: #fff;
  background-color: #89111c;;
}
#post-moreread-box .btn-back{
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 35px;
}

@media screen and (max-width: 1199.99px){
  .post-header .header-title {
    font-size: 38px;
    line-height: 56px;
  }
  #post-container {
    grid-template-columns: 100%;
  }
  #post-moreread-box{
    order: 2;
    border-right: 0;
    border-top: 1px solid #D8D8D8;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .post-content{
    order: 1;
    padding-left: 0;
  }
  #post-related-box{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #post-related-box .col-12>.card-main{
    padding-left: 20px;
    padding-right: 20px;
  }
  #post-related-box .col-12>.card-main .card-main-img {
    width: 80px;
    height: 80px;
    min-height: 80px;
  }
  #post-related-box .col-12>.card-main .card-main-title {
    margin-left: 10px;
  }
  .post-writer{
    padding-left: 12px;
  }
}
@media screen and (max-width: 991.99px){
  .post-header .header-title {
    font-size: 34px;
    line-height: 52px;
  }
  #post-related-box .col-12+.col-12 {
    grid-template-columns: 50% 50%;
  }
  #post-related-box .col-12>.card-main{
    margin-top: 20px;
  }
  #post-related-box .col-12>.card-main:nth-of-type(2){
    border-right: 0;
  }
  #post-related-box .col-12>.card-main:nth-of-type(3){
    padding-left: 15px;
  }
  #post-related-box .col-12>.card-main .card-main-img {
    width: 90px;
    height: 90px;
    min-height: 90px;
  }
}
@media screen and (max-width: 767.98px){
  .post-header .header-title {
    font-size: 30px;
    line-height: 48px;
  }
  #post-bg-image img{
    height: 300px;
  }
  #post-related-box {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #readmode-box-modal .modal-body>div{
    padding: 0px;
  }
}

@media screen and (max-width: 575.98px){
  #post-moreread-box .card-main{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #post-related-box .col-12>.card-main:nth-of-type(2){
    border-left: 0;
  }
}