div#pressrelease-grid {
    display: flex;
    flex-wrap: wrap;
}
div#pressrelease-grid .grid {
    width: 33.3333%;
    padding: 20px;
}
div#pressrelease .grid .inner-wrap {
    border: 1px solid #000;
}
div#pressrelease-grid .grid .img-wrap img {
    height: 170px;
    width: 100%;
    object-fit: scale-down;
}
ul.pressrelease-cat-lists li {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
}
.more-link {
	background-color: #000;
    color: #fff !important;
    border-radius: 6px;
    border: 2px solid #000;
	padding: 8px 28px;
	top: 30px;
	position: relative;
	text-decoration: none;
}
.filter-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
.filter {
    display: flex;
    justify-content: center;
    align-items: center;
}
.filter-wrap .filter h4{
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 32px;
    color: #000;
    position: relative;    
    margin: 0;    
    margin-right: 10px;
    min-width: 96px;
}
.filter-wrap .filter .select {
    position: relative;
    display: block;
    width: 200px;
    cursor: pointer;
}
.filter-wrap .filter .span-border {
    font-size: 16px;
    position: relative;
    display: block;
    background: #f0f2f5;
    border: 2px solid #000;
    border-radius: 4px;
    padding: 14px 80px 13px 20px;
    line-height: 1;
    font-weight: 600;
    min-height: 42px;
    cursor: pointer;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.filter-wrap .filter .span-border:before {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 0;
    right: 18px;
    margin: auto;
    width: 12px;
    height: 8px;
    background: url(../images/filter-arrow.png);
    background-size: 100%;
    background-repeat: no-repeat;
    transition: all .4s ease-in-out;
}
.filter-wrap .filter .select.active .span-border:before {
    transform: rotate(180deg);
}
.filter-wrap .filter .select ul{
    display: block;
    position: absolute;
    top: 44px;
    left: 0;
    list-style: none;
    border: 2px solid #000;
    border-top: 0;
    width: 100%;
    padding-left: 16px;
    opacity: 0;
    visibility: hidden;
    transition: height,0.3s linear;
    height: 0;
    overflow: hidden;
    background: #f0f2f5;
    padding-right: 18px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    max-height: 204px;
    overflow-y: scroll;
    padding-bottom: 5px;
    margin: 0;
}
.filter-wrap .filter .select.active ul {
    opacity: 1;
    visibility: visible;
    height: auto;
}
.filter-wrap .filter .select ul li {
    font-size: 16px;
    display: block;
    position: relative;
    padding: 8px 0;
    word-break: break-word;
    overflow: hidden;
    cursor: pointer;
    border-top: 1px solid #000;
}
.filter-wrap .search  input {
    border: 2px solid #000;
    border-radius: 4px;
    padding: 11px 53px 8px 19px;
    font-size: 16px;
    outline: 0;
    -webkit-appearance: none;
    width: 295px;
    min-height: 41px;
    background: #f0f2f5;
}
.filter-wrap .search {
    position: relative;
}
.filter-wrap .filter .select, .filter-wrap .search {
    margin-left: 20px;
}
.filter-wrap .search button {
    position: absolute;
    top: 11px;
    right: 18px;
    background: #ff000000;
    margin: auto;
    outline: 0;
    border: 0;
    cursor: pointer;
    PADDING: 0;
}
section.pressrelease-grid.bg-yellow {
    background-color: #f0f2f5;
    padding: 90px 0;
}
div#pressrelease-grid .grid .inner-wrap {
    width: 100%;
    height: 100%;
    box-shadow: 0 5px 24px rgb(0 0 0 / 8%);
    border-radius: 6px;
    background: #fff;
    padding: 25px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: end;
    text-align: center;
}
.pagination {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
a.prev.page-numbers, a.next.page-numbers {
    font-size: 0;
    position: relative;
}
a.prev.page-numbers:before {
    content: "<";
    font-size: 18px;
}
a.next.page-numbers:before {
    content: ">";
    font-size: 18px;
}



/* Press Release Detail Page */
.single-press-release{
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
	background-color: var(--text-primary-color);
	color: var(--wk-cta-color-opt2);
}
.single-press-release .wk-press-release {
    padding: 130px 0 40px;
}
.single-press-release .wk-press-release main {
    background-color: transparent;
    color: inherit;
}
.single-press-release .wk-press-release h1.entry-title {
    padding: 0;
    margin-bottom: 20px;
    margin-top: 0;
    color: var(--wk-cta-color-opt2);
    font-weight: 400;
    font-size: 60px;
    line-height: 70px;
    text-align: left;
    letter-spacing: normal;
}
.single-press-release .wk-press-release .entry-content .wp-block-image {
    margin: 0 0 1.5rem 0;
}
.single-press-release .wk-press-release .entry-content a {
    text-decoration: underline;
	color: var(--wk-cta-color-opt2);
}
.single-press-release .wk-press-release .entry-content a:hover {
    text-decoration: none;
    color: var(--wk-cta-color-opt2);
}
.single-press-release .wk-press-release .quote-box .quote .icon {
    width: 70px;
    transform: rotate(180deg);
    margin-bottom: 15px;
}
.single-press-release .wk-press-release .quote-box .author {
    font-weight: 600;
}
.single-press-release .wk-press-release .right-section {
    background-color: var(--wk-dark-grey);
    padding: 30px;
    border-radius: 30px;
    margin-left: 50px;
}
.single-press-release .wk-press-release .right-section .wk-social-icon ul li svg {
    fill: var(--wk-cta-color-opt2);
}
.single-press-release .wk-press-release .wk-story-telling {
    padding: 30px !important;
    border-radius: 30px;
    color: #ffffff;
    background: #773DBE;
}
.single-press-release .wk-press-release .wk-story-telling .story-card .image-section {
    width: auto;
}
.single-press-release .wk-press-release .wk-story-telling .story-card .content-section {
    width: auto;
    padding-left: 30px;
}
.single-press-release .wk-press-release .wk-story-telling .story-card .content-section .cta-links .weka-tertiary.dark {
    color: #fff;
    text-decoration: none;
}
.single-press-release .wk-press-release .wk-story-telling .story-card .image-section img {
    max-width: 170px;
}
@media (max-width: 991px){
    .single-press-release .wk-press-release h1.entry-title {
        font-size: 34px;
        line-height: 44px;
    }
    .single-press-release .wk-press-release .right-section{
        margin-left: 0;
    }
}