/* Article page with sidebar page css */
.post-template-single-sidebar{
    background-color: #fff;
}
.site-container.single-sidebar-template {
    margin-top: 3.75em;
    margin-bottom: 3.75rem;
}
.site-container.single-sidebar-template .entry-content-wrap{
    padding: 0px;
}
/* .site-container.single-sidebar-template .entry-header{
    display: grid;
    justify-content: center;
    text-align: center;
} */
.kadence-breadcrumb-container{
    font-family: 'arial';939598
    font-size: 0.75rem;
    color: #939598;
    font-weight: 600;
}
.kadence-breadcrumbs a:hover{
    color: #b4b6b9;
}
.site-container.single-sidebar-template .entry-header .entry-taxonomies{
    display: none;
}
.single-sidebar-template .article-featured-image img{
    width:100%;
/* 	    min-height: 300px; */
	max-height: 500px;
    object-fit: contain;
}

.section_seprator{
    height: 5px;
    margin: 10px 0px;
}

/* article meta data design end */

.single-sidebar-template .article-content-mainsection{
    margin: 0px auto;
    /* width: 75%; */
/*     max-width: 600px; */
    width: 100%;
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap:50px;
}

.site-container.single-sidebar-template .single-entry {
    box-shadow: none;
}

.article-adv {
    position:sticky;
    top: 185px;
}

.article-adv img {
    padding-bottom: 40px;
    width: 100%;
}

.article-ad-section img{
    margin-bottom: 20px;
}

.article-title {
    text-align: center;
}

.article-subtitle {
    text-align: center;
}

.article-date {
    text-align: center;
}

.author-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
} 

.author-1, .author-2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px; 
}

.column-9 {
    max-width: 600px !important;
    width: 100% !important;
    margin: 0 auto !important;
}

.custom-col {
    max-width: 800px !important;
    width: 100%;
}

.article-row {
    justify-content: center !important;
}

@media only screen and (max-width:767px){
    .single-sidebar-template .article-content-mainsection{
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
    }
    .single-sidebar-template .article-ad-section{
        display: none;
    }
    .site-container.single-sidebar-template{
        padding:0px 20px;
    }
    .site-container.single-sidebar-template .content-bg:not(.loop-entry){
        margin-left: 0;
        margin-right: 0;
    }

    .article-adv {
        padding-top: 40px;
    }

    .site-container.single-sidebar-template {
        margin-top: 0;
    }
}