/* Poster List Started  */
img {
    display: inline-block;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .title-section.cc-detail {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p_container {
    width: 100%;
    max-width: 1200px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: auto;
  }
  
  .p_container.cc-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  
  .p_container.cc-post-image {
    max-width: 1400px;
  }
  .p_h2 {
    margin-top: 15px;
    margin-bottom: 25px;
    font-family: 'Tenor Sans', sans-serif;
    color: #000;
    font-size: 36px;
    line-height: 42px;
    font-weight: 400;
    text-transform: uppercase;
  }
  
  .p_h2.cc-title-section {
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 30px;
  }
  
  .p_h2.cc-title-section.cc-push-text {
    margin-right: 15px;
  }
  .posts-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .posts-wrapper.cc-top-post {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .posts-collection-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: -25px -10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .posts-collection-list-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  ._3-collection-item {
    width: 33.33333333%;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .posts-image {
    margin-bottom: 20px;
  }
  .post-info-text {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
  }
  .category-link{
    color: rgba(0, 0, 0, .34);
    font-size: 13px;
    transition: .3s ease;
  }
  .category-link:hover{
    color: rgb(0, 188, 188);
  }
  .category-link:hover {
    text-decoration: underline;
  }
  .post-title {
    margin-top: 15px;
    margin-bottom: 15px;
    text-decoration: none;
  }
  .h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Tenor Sans', sans-serif;
    color: #000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
  }
  .post-author-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }
  
  .post-author-text.cc-small-thumbnail {
    margin-top: 0px;
  }
  
  .post-author-text.cc-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .post-author {
    font-family: 'Libre Franklin', sans-serif;
    color: rgba(0, 0, 0, .75);
    font-size: 10px;
    line-height: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    transition: .3s ease;
  }
  
  .post-author:hover {
    text-decoration: underline !important;
    color: rgb(2, 163, 163);
  }
  
  .post-author.cc-top-margin {
    margin-right: 5px;
  }
  @media (max-width : 991px){
    .title-section.cc-detail {
        padding-top: 50px;
      }
      .p_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 700px;
      }
      .h3{
        font-size: 1rem;
      }
      .p_h2.cc-title-section {
        margin-top: 0px;
      }
  }

@media (max-width:767px){
    .title-section {
        padding-top: 150px;
        padding-bottom: 60px;
      }
      .p_h2 {
        font-size: 20px;
        line-height: 24px;
      }
    
      .p_h2.cc-title-section.cc-push-text {
        margin-right: 10px;
      }
      ._3-collection-item {
        width: 100%;
      }
}

@media (max-width:479px){
    .title-section {
        padding-top: 135px;
      }
    
      .title-section.cc-detail {
        padding-top: 50px;
      }
      .p_h2.cc-title-section.cc-push-text {
        margin-bottom: 0px;
      }
      .p_container{
        padding: 0 1rem;
      }
}
  /* Poster List Ends  */
  