.wavemaker-custom-grid-post-tab {
	min-height: 100vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: clamp(40px, 3.889vw, 56px);
}

.wavemaker-custom-grid-post-tab .grid-cat-srch {
  display: grid;
  grid-gap: 32px;
  row-gap: 56px;
  grid-template-columns: repeat(3, 1fr);
}

.wavemaker-custom-grid-post-tab .news-cat-srch {
    display: grid;
    grid-template-columns: 1fr clamp(327px, 28.472vw, 410px);
}

.wavemaker-custom-grid-post-tab .quicksearch-container {
  position: relative;
  width: 100%;
}

.wavemaker-custom-grid-post-tab .quicksearch {
  width: 100% !important;
  height: 100%;
  padding: 0 0 0 28px !important;
  font-size: 1rem;
  color: var(--e-global-color-secondary);
  background-color: white;
  border: 0;
  border-bottom_: 1px solid var(--e-global-color-secondary);
  border-radius: 0;
  outline: none !important;
}

.wavemaker-custom-grid-post-tab .quicksearch:focus, .wavemaker-custom-grid-post-tab .quicksearch:hover{
    border-color: var(--e-global-color-secondary) !important;
	border-bottom: 1px solid;
}
.wavemaker-custom-grid-post-tab .quicksearch::placeholder{
    color: var(--e-global-color-secondary) !important;
    opacity: 1 !important;
}

.wavemaker-custom-grid-post-tab .quicksearch-container::before{
    content: '';
    display: block;
    height: 24px;
    width: 24px;
    position: absolute;
    left: 0;
    top: 13%;
    background-image: url(/wp-content/uploads/2024/11/Vector-search-impact.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}

.wavemaker-custom-grid-post-tab .clear-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 1.2rem;
  color: var(--e-global-color-primary);
  cursor: pointer;
  display: none;
}

.wavemaker-custom-grid-post-tab .button-group {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 24px;
}

.wavemaker-custom-grid-post-tab .button {
    font-family: "Nunito Sans", Sans-serif;
    font-size: clamp(24px, 2.083vw, 30px);
    font-weight: 800;
    line-height: clamp(33.6px, 2.917vw, 2px);
    color: #939598;
    padding: 0;
    border: 0;
    background-color: white;
    transition: all .3s ease;
}

.wavemaker-custom-grid-post-tab .button:hover{
	font-weight: 800;
    transform: skew(-15deg);
    color: var(--e-global-color-primary);
}

.wavemaker-custom-grid-post-tab .button:nth-child(2){
    order_: 2;
}

.wavemaker-custom-grid-post-tab .is-checked {
	font-weight: 900;
    color: var(--e-global-color-primary);
    transform: skew(-15deg);
}

.wavemaker-custom-grid-post-tab .is-checked:hover{
	font-weight: 900;
}

.wavemaker-custom-grid-post-tab .tile {
    background-color: white;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 24px;
    justify-content: space-between;
}

.paginationjs {
  text-align: center;
  padding-top: 56px;
}

/*pagination*/
	.paginationjs ul {
		padding: 0;
		display: inline-flex;
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 8px;
		align-items: center;
	}
	.paginationjs li {
    	list-style: none;
	}

	.paginationjs-prev{
        margin-right: 64px;
    }
    .paginationjs-prev.disabled {
        border: 1px solid #b2b2b2;
        color: #b2b2b2;
    }
    .paginationjs-next{
        margin-left: 64px;
    }
    .paginationjs-prev a, .paginationjs-next a{
        color: var(--e-global-color-primary);
        padding: 10px 32px;
    }
    .paginationjs-next.disabled {
        border: 1px solid #b2b2b2;
        color: #b2b2b2;
    }
    .paginationjs-prev, .paginationjs-next {
        font-family: 'Nunito Sans';
        font-size: 12px;
        line-height: 12px;
        width: auto;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        border: 1px solid var(--e-global-color-primary);
        border-radius: 100px;
        cursor: pointer;
    }
    .paginationjs-page a {
        width: 32px;
        height: 32px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        /*font-family: 'Lato';*/
        font-size: 14px;
        line-height: 14px;
        font-weight: 400;
        text-decoration: none;
        color: var(--e-global-color-primary);
        text-align: center;
    }
    .paginationjs-page a:hover {
    background-color: var(--e-global-color-primary);
    color: white;
    border-radius: 100px;
    }
    .paginationjs-pages .disabled a {
        cursor: auto;
    }
    .paginationjs-page.active a {
        color: white;
        background-color: var(--e-global-color-primary);
        border-radius: 100px;
    }
    .paginationjs-page.active a:hover {
        color: white;
    }
/*end pagination*/

.wavemaker-custom-grid-post-tab .post-image {
    width: 100%;
    height: clamp(131px, 15.972vw, 230px) !important;
    object-fit: cover;
    transition: scale .3s ease;
}

.wavemaker-custom-grid-post-tab .tile a:hover .post-image {
    scale: 1.1;
}

.wavemaker-custom-grid-post-tab .tile a {
    display: inline-flex;
    border-radius: clamp(8px, 1.111vw, 16px) !important;
    overflow: hidden;
}

.wavemaker-custom-grid-post-tab .post-meta-dsc {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
}

.wavemaker-custom-grid-post-tab .post-meta {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    justify-content: flex-start;
    color: #939598;
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
    font-weight: 600 !important;
    text-transform: uppercase;
    line-height: 15.4px;
    letter-spacing: 0.08rem;
}

.wavemaker-custom-grid-post-tab .post-meta span:nth-child(2) {
    padding-left: 8px;
    border-left: 1px solid #939598;
}

.wavemaker-custom-grid-post-tab .name {
    font-family: "Nunito Sans", Sans-serif;
    font-size: clamp(18px, 1.389vw, 20px);
    font-weight: 800;
    text-decoration: none;
    line-height: clamp(25.5px, 1.944vw, 28px);
    color: #231E1F;
}

.post-tit-link:hover{
    
}

.wavemaker-custom-grid-post-tab .post-meta-dsc p{
    margin: 0;
    font-family: "Open Sans", Sans-serif;
    font-size: clamp(15px, 1.111vw, 16px);
    font-weight: 400;
    line-height: clamp(24px, 1.667vw, 24px);
    color: #231E1F;
}

.wavemaker-custom-grid-post-tab .post-meta-dsc .post-tit-link {
    border-radius: 0 !important;
    overflow: unset;
}

.wavemaker-custom-grid-post-tab .read-more{
    font-family: "Nunito Sans", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.01rem;
    border-radius: 0px;
    background-color: #00000000;
    color: var(--e-global-color-secondary);
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    overflow: unset !important;
}
.wavemaker-custom-grid-post-tab .read-more:after{
    position: relative;
    left: 0;
    content: url(/wp-content/uploads/2024/11/NewOne-rightarrow-007941.svg);
    margin-left: 8px;
    padding-top: 2px;
    transition: left .3s ease;
}
.wavemaker-custom-grid-post-tab .read-more:hover:after{
    left: 4px;
}

.wavemaker-custom-grid-post-tab .no-post {
    display: inline-flex;
    width: auto;
    justify-content: center;
    position: absolute;
    top: 50vh;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Open Sans", Sans-serif;
    font-size: clamp(15px, 1.111vw, 16px);
    font-weight: 400;
    line-height: clamp(24px, 1.667vw, 24px);
    color: #231E1F;
}

@media (max-width: 767px) {
  .grid-cat-srch {
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 24px !important;
  }
  
  .wavemaker-custom-grid-post-tab .tile {
        display: grid;
        grid-template-columns: 121px 1fr;
        gap: 16px;
  }
  
  .wavemaker-custom-grid-post-tab .post-image{
      height: 131px !important;
  }
  
  .button-to-post{
      display: none !important;
  }
  
  .wavemaker-custom-grid-post-tab .post-meta{
      display: none !important;
  }
  
  .news-cat-srch {
      display: flex !important;
      gap: 14px;
      flex-direction: column-reverse;
  }
  
  .wavemaker-custom-grid-post-tab .quicksearch-container{
      height: 42px;
  }
  
  .button-group {
    display: none !important;
  }
  
/*Pagination*/
  	.paginationjs ul{
      		gap: 0;
  		}
	.paginationjs-prev, .paginationjs-next{
            /*display: none;*/
            width: 48px;
            height: 48px;
            margin: 0;
        }
        .paginationjs-prev a, .paginationjs-next a{
            display: none;
        }
        .paginationjs-prev {
            margin-right: 16px;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-items: center;
        }
        .paginationjs-next {
            margin-left: 16px;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-items: center;
        }
        .paginationjs-prev:after {
            content: "";
            display: inline-flex;
            width: 24px;
            height: 24px;
            background-image: url(/wp-content/uploads/2024/11/NewOne-rightarrow-00A651.svg);
            background-position: center;
            background-repeat: no-repeat;
            transform: rotate(180deg);
        }
        .paginationjs-prev.disabled:after{
            filter: grayscale(100%);
            opacity: 0.5;
        }
        .paginationjs-next:after {
            content: "";
            display: inline-flex;
            width: 24px;
            height: 24px;
            background-image: url(/wp-content/uploads/2024/11/NewOne-rightarrow-00A651.svg);
            background-position: center;
            background-repeat: no-repeat;
        }
        .paginationjs-next.disabled:after{
            filter: grayscale(100%);
            opacity: 0.5;
        }
/*end Pagination*/
	
  .category-dropdown {
    display: block !important;
    width: 100%;
    padding: 0;
    height: 42px;
    border: 0;
    border-radius: 0;
    background-color: white !important;
    transition: border-bottom .2s ease;
        outline: unset !important;
        font-family: "Nunito Sans", sans-serif;
        font-size: 24px;
        line-height: 36px;
        font-weight: 900;
        font-style: italic;
        color: var(--e-global-color-primary);
  }
  
  .category-dropdown:hover {
    border-bottom: 1px solid;
}
  
  .wavemaker-custom-grid-post-tab .post-meta-dsc{
      justify-content: flex-start;
  }
}