.blog-hidden{display: none}

.blog-hidden {
    max-width: 33%;
    float: left;
    min-height:530px;
    padding: 8px;
}


.grid {
    border-radius: 1rem;
    box-shadow: 0 5px 10px rgba(154,160,185,.05), 0 15px 40px rgba(166,173,201,.2);
    overflow: hidden;
    padding-bottom: 16px;
    height: 100%;
    min-height: 490px;
}

.post64grid .readMoreMore {
    font-size: 14px;
    color: white;
     background: #21366b;
     padding: 8px 16px;
     border-radius: 16rem;
  transition: background 400ms ease-in 0s;}

.post64grid .readMoreMore:hover {
    color: white;
    background: rgb(34 54 107 / 72%);
}




h4.postText > a {
    color: #1f1f1f;
}

h4.postText > a:hover {
    color: #22336b;
    text-decoration:underline
}


.postLoaderText h4 {
margin-bottom:4px !important;}

@media (max-width: 600px) {
  .blog-hidden {
    max-width: 100%;}
}


 .clear {
  clear: left;
}

.loady {background: transparent;
    border: 1px solid #1f346e;
    border-radius: 900rem;
    color: #1f346e;
    display: inline;
    margin: 0 auto;
    padding: 12px 16px;
    text-align: center;}
a.loady:hover {
    background: rgb(65 81 141);
  transition: background 0.5s ease;
    color: white;
  transition: color 0.5s ease;
}

.post64grid .imageLoader {    max-width: 100%;
    margin:  0;
}
.post64grid .postText {
   width: 100%;
  margin: 0 0 1em 0;
  overflow: hidden;
}
.post64grid .readMoreMore {font-size:14px}

.postLoader h4 {font-size:20px;}
.postLoaderText {
    margin-top: 10px;
    padding: 0 1rem;
  width: 100%!important; }

.res64-SingleCardTag {
    background: rgb(53 192 203 / 45%);
    color: rgb(38 157 166);
    display: table;
    font-size: 12px;
    margin: 0 0 0.5rem;
    padding: 8px 16px;
    text-transform: uppercase;
    border-radius: 1rem;
}

/*override tags*/
.blog-post__tag-link {
    background: rgb(53 192 203 / 45%);
    color: rgb(4 124 133);
    display: table;
    font-size: 12px;
    margin: 0 8px 16px 0;
    padding: 8px 16px;
    text-transform: uppercase;
    border-radius: 1rem;
}

.res64-SingleCardTag {
    background: none;
    border-radius: 0;
    color: inherit;
    display: flex;
    row-gap: 10px;
    font-size: 12px;
    margin: 0;
    padding: 0;
    max-width: fit-content;
    text-transform: uppercase;
    flex-direction: row;
}


.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
}