.post-title-meta{
    position: absolute;
    top: 80px;
    left: 100px;
    z-index: 3;
    width: 100%;
    max-width: 75%;
    cursor: default;
}

.post-title-meta .desc{
    width: 100%;
    background: rgba(255, 255, 255, .8);
    padding: 3%;
}

.featured:hover .post-title-meta .desc{
    background: rgba(255, 255, 255, 1);
}

.post-title-meta .post-place-date{
    top:-25.8px;
    left: 0;
}

.post-title-meta a{
  text-decoration:none;
}

.post-title-meta h2{
    font-weight: 600;
    font-size: 22px;
    margin: 0;
    color: #003e7e;
    cursor: pointer;
}

.featured:hover h2{
    color: #ee3124;
}

.grid-sizer {
    width: 25%; /* Adjust to match the width of one column in your grid */
  }


  #filter-nav{
    text-align: center;
  }

  #filters{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 45px;
    border-bottom: solid 1px #d9ddde;
    max-width: 800px;
    margin: auto;
    padding-bottom: 20px;
  }

  #filters span{
    cursor: pointer;
    font-size: 14px;
  }

  #filters span:hover{
    opacity: .7;
  }

  .item{
    float: left;
    width: calc(25% - 20px);
    transition: all .3s ease-in-out;
    margin:10px
  }

  @media (max-width: 600px) {
    .item, .grid-sizer{ width: 100%; margin: 0; }
  }

  .item:hover{
    box-shadow: 0 0 40px rgba(0, 0, 0, .2);
  }

  .item h2{
    font-size: 22px;
    line-height: 120%;
    font-weight: 600;
  }

  .post-place-date{
    font-size: 13px;
    position: absolute;
    z-index: 10;
    top: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    line-height: normal;
  }
  .no-image .post-place-date{
    display: none;
  }
  .place{
    background: #EE3124;
    color: #fff;
    padding: 5px 12px 5px 8px;
  }
  .place img{
    height: 15px;
    margin-right: 4px;
    vertical-align: middle;
    margin-top: -3px;;
  }
  .date{
    background: #fff;
    padding: 5px 8px;
  }
  .date img{
    height: 15px;
    margin-top: -3px;;
  }

  .post-image-links{
    background: rgba(0, 62, 126, 0.8);
    width: 120px;
    opacity: 0;
    height: 60px;
    bottom: auto;
    top: 50%;
    left: 0;
    right: 0;
    margin: -30px auto 0 auto;
    z-index: 10;
    position: absolute;
    line-height: 60px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .related-thumb .post-image-links{
    margin-top:-60px;
  }
  .post-image:hover .post-image-links,
  .related-thumb:hover .post-image-links{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .post-image-links img{
    width: 25px;
  }
  .post-image-links a{
    width: 50%;
    float: left;
    height: 100%;
    text-align: center;
  }
  .post-image-links a:first-child{
    -webkit-box-shadow: inset -1px 0 0 0 rgba(255,255,255,.2);
    box-shadow: inset -1px 0 0 0 rgba(255,255,255,.2);
  }
  .post-image-links a:hover{
    background: #fff;
  }
  .post-image-links a .show-on-hover{
    visibility: hidden;
    opacity: 0;
    width: 0;
  }
  .post-image-links a:hover > img{
    visibility: hidden;
    opacity: 0;
    width: 0;
  }
  .post-image-links a:hover img.show-on-hover{
    visibility: visible;
    opacity: 1;
    width: 25px;
  }
  .post-image{
    position: relative;
    overflow:hidden;
    min-height: 254px;
  }



  .post-image .post-img{
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    object-fit: cover;
    min-height: 254px;
  }

  .related-thumb .post-thumb{
    position: relative;
    overflow:hidden;
  }

  .related-thumb .post-thumb .wp-post-image{
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    object-fit: cover;
  }

  .post-image a,   .related-thumb .post-thumb a{display: block;}

  .post-image:hover .post-img,   .related-thumb .post-thumb:hover .wp-post-image{
    position: relative;
    top: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  .post-image .mask{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-box-shadow: inset 0 0 5px 2px rgba(0,0,0,.07);
    box-shadow: inset 0 0 5px 2px rgba(0,0,0,.07);
  }

  .post-image .mask:after{
    content:'';
    opacity: 0;
    background: rgba(0, 0, 0, .35);
    height: 100%;
    display: block;
  }

  .post-image:hover .mask:after {
    opacity: 1;
  }

  .post-title a:hover{
    color: #ee3124;
  }

  .post-desc{
    padding: 20px;
  }

  .post-desc a{
    text-decoration: none !important;
  }

  .post-footer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .button-love, .post-links{
    font-size: 14px;
  }

  .post-links{
    border-left:solid 1px #a8a8a8;
    padding-left: 10px;
  }

  .post-links img{
    max-width: 9px;
    transform: rotate(-90deg);
  }

  .button-love{
    cursor: pointer;
    color: #003e7e;
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .button-love img{
    width:16px;
    vertical-align: middle;
  }

  .button-love span{
    color:#a8a8a8
  }

  .pagination{
    text-align: center;
  }
  .pagination .page-numbers{
    width:35px;
    height:35px;
    border-radius: 100%;
    display: inline-block;
    font-size: 13px;
    text-align: center;
    outline: unset;
    text-decoration: none !important;
    line-height: 35px;
  }
  

  .pagination .current,  .pagination .page-numbers:hover{
    background: #003e7e;
    color: #fff;
  }

  .pagination .page-numbers.next,   .pagination .page-numbers.prev{
    width: auto;
    background: transparent;
    border-radius: 0;
  }

  .pagination .page-numbers.next:hover,   .pagination .page-numbers.prev:hover{
    color:inherit
  }

