/*article page*/
 .article-divider {
    background-image: url(/wp-content/themes/oshin_child/assets/divider-gold.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 5px;
    width: 100%;
    margin: 40px 0 10px 0;
} 

.article-header {
    width: 100%;
    padding-top: 20px;
}
.article-header h1 {
    font-size: 36px;
    line-height: 48px;
}
.news-date {
    font-family: "Playfair Display",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
    font-weight: 700;
    font-size: 18px;
}

.post-template-default .tatsu-text-block-wrap h2 {
    font-size: 36px;
    line-height: 48px;
}
.post-template-default .tatsu-text-block-wrap h3 {
    font-size: 24px;
    line-height: 28px;
}
.post-template-default .tatsu-text-block-wrap h4 {
    font-size: 18px;
    line-height: 24px;
}

/*intro*/
p.news-intro {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
}
.tatsu-section-pad.news-section-pad {
    padding:40px 15px 0 15px;
}
.tatsu-column-pad.news-column-pad {
    padding: 0px;
}
@media (min-width: 768px) {
    .tatsu-column-pad.news-column-pad {
        padding: 0px 25% 0px 25%
    }
}

/*listing page*/
.card-component {
    width: 100%;
    margin: 0 auto;
}
.card-component a {
    display: block;
    /*margin-bottom: 30px;*/
    padding: 15px 0;
    color: #1c1c1c;
}
.card-component a:hover h5, .card-component a:focus h5 {
    text-decoration: underline;
}
.card-component a p, .card-component a:hover p, .card-component a:focus p {
    color: #1c1c1c;
    text-decoration: none;
}

@media (min-width: 768px) {
    .article-header {
        padding-top: 40px;
    }
    .card-component {
        width: 50%;
    }
    .article-header h1 {
        font-size: 48px;
        line-height: 58px;
    }
}


/*pagination*/

.pagination_parent {
    text-align: center;
}
.pagination_parent .pagination a {
    color: #1c1c1c;
    padding: 8px 20px;
    width: auto;
    height: auto;
    margin: 0;
    background-color: transparent;
}
.pagination_parent .pagination a:hover, .pagination_parent .pagination a:hover {
    color: #1c1c1c;
    text-decoration: underline;
    background:none;
}
.pagination_parent .pagination .current {
    background-image: url(/wp-content/themes/oshin_child/assets/list-number-gold.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    color: #1c1c1c;
    padding: 10px;
    height: 50px;
    width: 50px;
    font-size: 26px;
    line-height: 0.7;
    font-family: "Playfair Display",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
    text-align: center;
}


/*mega menu*/
.mega-menu-item-type-widget.widget_recent_entries ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mega-menu-item-type-widget.widget_recent_entries li {
    margin: 0 0 30px 0;
    padding: 0;
}
.mega-menu-item-type-widget.widget_recent_entries ul li a {
    color: #1c1c1c;
    font-family: "Playfair Display",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
}
.mega-menu-item-type-widget.widget_recent_entries ul li a:hover, .mega-menu-item-type-widget.widget_recent_entries ul li a:focus {
    text-decoration: underline;
}
.mega-menu-item-type-widget.widget_recent_entries ul li .post-date {
    display: block;
    font-family: "Playfair Display",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
    font-weight: 700;
}
