#wpsp-27366 {
    padding-top: 2rem; 
  }

  #wpsp-27367 {
    padding-top: 2rem; 
  }

  #wpsp-27368 {
    padding-top: 2rem; 
  }
  
  #wpsp-27366
  .wp-show-posts-entry-header h2,
  #wpsp-27367
  .wp-show-posts-entry-header h2,
  #wpsp-27368
  .wp-show-posts-entry-header h2 {
    padding: 2rem 2rem 1rem 2rem ;
    font-size: 24px;
    line-height: 30px;
  }
  
  #wpsp-27366
  .wp-show-posts-inner,
  #wpsp-27367
  .wp-show-posts-inner,
  #wpsp-27368
  .wp-show-posts-inner {
    border-radius: 4px ;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2) ;
    transition: 0.3s ;
    padding-bottom: 2rem ;
    background: white ;
    position: relative;
  }
  
  #wpsp-27366
  .wp-show-posts-inner p,
  #wpsp-27367
  .wp-show-posts-inner p,
  #wpsp-27368
  .wp-show-posts-inner p {
    padding: 0 2rem 0 2rem ;
    font-size: 16px;
  }
  
  #wpsp-27366
  .wp-show-posts-image img,
  #wpsp-27367
  .wp-show-posts-image img
  #wpsp-27368
  .wp-show-posts-image img {
    object-fit: cover !important;
    max-height: 200px;
    min-height: 200px;
  }
  
  #wpsp-27366
  .wp-show-posts-inner:hover,
  #wpsp-27367
  .wp-show-posts-inner:hover,
  #wpsp-27368
  .wp-show-posts-inner:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  }
  
  #wpsp-27366
  .wpsp-read-more,
  #wpsp-27367
  .wpsp-read-more,
  #wpsp-27368
  .wpsp-read-more {
    padding-bottom: 2rem !important;
    font-size: 16px;
  }
  
  #wpsp-27366
  .wpsp-read-more a,
  #wpsp-27367
  .wpsp-read-more a,
  #wpsp-27368
  .wpsp-read-more a {
    border: none !important;
    padding: 0 2rem 0 2rem !important;
    color: #60c659 !important;
    font-weight: bold !important;
    text-decoration: none;
    margin-top: 1.5rem;
  }
  
  #wpsp-27366
  .wpsp-read-more a:hover,
  #wpsp-27367
  .wpsp-read-more a:hover,
  #wpsp-27368
  .wpsp-read-more a:hover {
    color: #6dafc7 !important;
    text-decoration: none;
    background: none !important;
    padding: 0 2rem 0 2rem !important;
    border: none !important;
  }
  
  #wpsp-27366
  .wpsp-read-more a:visited,
  #wpsp-27367
  .wpsp-read-more a:visited,
  #wpsp-27368
  .wpsp-read-more a:visited {
    text-decoration: none;
    background: none !important;
    padding: 0 2rem 0 2rem !important;
    border: none !important;
  }
  
  #wpsp-27366
  .wpsp-read-more a:focus,
  #wpsp-27367
  .wpsp-read-more a:focus,
  #wpsp-27368
  .wpsp-read-more a:focus {
    text-decoration: none;
    background: none !important;
    padding: 0 2rem 0 2rem !important;
    border: none !important;
  }
  
  #wpsp-27366
  .wp-show-posts-entry-date,
  #wpsp-27367
  .wp-show-posts-entry-date,
  #wpsp-27368
  .wp-show-posts-entry-date  {
    padding: 0 2rem 0 2rem;
  }
  
  #wpsp-27366
  .wp-show-posts-updated,
  #wpsp-27367
  .wp-show-posts-updated,
  #wpsp-27368
  .wp-show-posts-updated {
   padding: 0 2rem 0 2rem;
  }
  
  #wpsp-27366
  .wp-show-posts-entry-meta,
  #wpsp-27367
  .wp-show-posts-entry-meta,
  #wpsp-27368
  .wp-show-posts-entry-meta {
    position: absolute;
    bottom: 0;
    padding-bottom: .8rem;
    padding-top: .8rem;
    width: 100%;
    border-top: 1px solid lightgray;
    font-size: 12px;
  }

  .wpsp-load-more {
      text-align: center;
      height: 30px;
      padding: 4px;
      margin: 18px auto;
  }
  

  .thumb-link {
    display: block;
    position: relative;
  
  }
  

  .thumb-link::after {
    display: block;
    content: "";
    background-image: linear-gradient(0deg,rgba(0,0,0,.35),transparent 75%);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 1;
  }
  

  @media only screen and (max-width: 1024px) and (min-width:767px) {
    #wpsp-27366
    .wp-show-posts-single,
    #wpsp-27367
    .wp-show-posts-single,
    #wpsp-27368
    .wp-show-posts-single {
      width: 50%;
    }
  }