.share-podcast-listing {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 55px 55px;
    grid-auto-rows: 1fr;
}
.podcast-meta-author {
    font-size: 20px;
    font-family: 'GraphikMedium';
    margin-top: 0px;
}

.podcast-meta-hosted-by {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: 'Graphik-Regular';
    font-weight: 600;
}

.reading-title h3 {
    font-family: 'Graphik-Semibold' !important;
    font-size: 26px !important;
    line-height: 36px !important;
    margin-top: 15px;
}

.reading-description p {
    font-size: 18px !important;
    line-height: 30px !important;
    color: #3F454F;
}

.reading-description {
    padding-top: 10px;
}
.reading-button {
    border: 1.5px solid #000000 !important;
    display: inline-block;
    width: 160px;
    text-align: center;
    height: 45px;
    line-height: 43px;
    border-radius: 6px;
    border-width: 1.5px;
    margin-top: 25px;
    cursor: pointer;
    color: #000 !important;
    font-size: 16px;
    font-family: 'GraphikMedium';
    padding-left: 20px;
    position: relative;
}

.reading-button a {
    color: #000;
}

.reading-button:hover {
    background: #000;
    border-color: #000 !important;
    transition: background-color 0.3s;
    color: #fff !important;
}

.reading-button:hover a {
    color: #fff !important;
}

.global-pagination {
    text-align: center;
}

.global-pagination a {
    font-size: 18px;
    margin: 0 10px;
    color: #0033B6 !important;
}

.global-pagination span.page-numbers.current {
    font-size: 18px;
    color: #000000;
}

.reading-button:hover::before {
    filter: invert(100%) sepia(80%) saturate(300%) hue-rotate(200deg);
}

.podcast-meta-author:hover {
    color: #000;
}

.listing-wrapper-link {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 9;
}

.reading-time-date {
    text-transform: uppercase;
}

.reading-button:before {
    content: "";
    background-image: url('../img/play-icon.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 12px;
    left: 16px;
    width: 18px;
    height: 18px;
}
.webinar-category {
    color: #626262;
    font-size: 16px;
    margin-top: 20px;
}
#top .share-podcast-listing-wrapper .avia_playpause_icon:before {
    background-image: url('../img/youtube.svg');
    font-size: 0px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.share-podcast-listing-wrapper .avia_playpause_icon {
    opacity: 0;
}
.share-podcast-listing-wrapper:hover .avia_playpause_icon,
#top .share-podcast-listing-wrapper .avia-video .av-click-to-play-overlay:hover .avia_playpause_icon{
    opacity: 1;
}
#top .share-podcast-listing-wrapper .avia_playpause_icon{
background: unset;
}
.hare-podcast-listing-item-left .avia-video {
    border-radius: 10px;
}
.hare-podcast-listing-item-left a:hover .image-overlay .image-overlay-inside {
    animation: unset;
}
.avia_transform .hare-podcast-listing-item-left a:hover .image-overlay {
    opacity: 1 !important;
}
.hare-podcast-listing-item-left .image-overlay.overlay-type-extern .image-overlay-inside:before {
    background-image: url('../img/youtube.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    content: '';
    transition: unset;
    background-color: unset;
    border-radius: unset;
}
.hare-podcast-listing-item-left .image-overlay{
    background: unset;
}
.hare-podcast-listing-item-left a {
    display: block;
}
@media only screen and (min-width:768px) and (max-width: 990px){
.share-podcast-listing {
    grid-template-columns: repeat(2, 1fr);
}
}
@media only screen and (min-width:480px) and (max-width: 767px){
.share-podcast-listing {
    grid-template-columns: repeat(1, 1fr);
}
.hare-podcast-listing-item-left img {
    width: 100%;
}
}
@media only screen and (max-width: 479px){

.share-podcast-listing {
    grid-template-columns: repeat(1, 1fr);
}

}