/* Altering the DEFAULT Category listing */
div.quarto-post .metadata {
	font-size: 1em;
	flex-basis: 13%;
} 

.disable_blog_link_decoration a {
	text-decoration: none;
} 


.table>:not(:first-child) {
    border-top: none;
}

.listing-categories{
	cursor: pointer;
}

.table-fixed {
	table-layout: fixed;
 }

h3 {
	margin-bottom: 1rem;
}


.callout-tip{
	margin-top: 0rem;
}

/* Shows the anchor link */
.show-anchor-link .anchorjs-link {
    /* opacity: 1;
	pointer-events: none; */
	display: none;
}



/* Disable the lines of the table */
.table>:not(caption)>*:not(:last-child)>* {
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 0px;
}

/* Gives new padding top bottom to each row */
.table>:not(caption)>*>* {
    padding-bottom: 6px;
    padding-top: 6px;
}

/* Removes padding-top */
.h3-margins{
	margin-top: 0.8em;
	margin-bottom: 0.95em;
}

.disable-border-bottom h2{
    border-bottom: none;
}

/* main {
    margin-top: 0.5em;
} */

/* Hides the sidebar and margin bar when it reaches 991px window width */
/* @media (max-width: 991.98px){
    body .page-columns, body.fullcontent:not(.floating):not(.docked) .page-columns, body.slimcontent:not(.floating):not(.docked) .page-columns, body.docked .page-columns, body.docked.slimcontent .page-columns, body.docked.fullcontent .page-columns, body.floating .page-columns, body.floating.slimcontent .page-columns, body.floating.fullcontent .page-columns {
        display: grid;
        gap: 0;
        grid-template-columns: [screen-start] 1.5em [screen-start-inset page-start page-start-inset body-start-outset body-start body-content-start] minmax(0px, 1fr) [body-content-end body-end body-end-outset page-end-inset page-end screen-end-inset] 1.5em [screen-end];
    }
} */



@media (max-width: 991px){
    body.floating .page-columns {
        display: block !important;
        padding: 0em 1.5em !important;
    }

    #quarto-sidebar {
        display: none;
    }
}

/* Make navbar items to get centered */
.collapse:not(.show) {
    display: -webkit-flex;
    -webkit-flex-basis: auto;
}


/* CSS executes files fromm bottom down
In index_post.css navbar-brand container is hided
but because this file will be executed later, the 
prev css styling would be replaced */

@media (min-width: 570px){
    .navbar-brand-container {
        display: flex;
    }
    .navbar-collapse:not(.show) {
        padding: 6px 0px;
    }
}
.padding-top-bottom{
    padding: 7px 0px;
}

.padding_h1 h1{
    margin-top: 0rem;
}

/* Capitalizes the title blog links */
table.quarto-listing-table a {
    text-transform: capitalize;
}

/* Disables anchor link for 2023 2022 ... */
.no_anchor_link .anchorjs-link {
    display: none;
}


:root{
    /* --page-width: 950px; */
    /* --col-cat-with: 245px; */

    --page-width: 925px;
    --col-cat-width: 218px;
}

@media (min-width: 992px) {
    body.floating .page-columns {
        display: grid;
        gap: 0;
        grid-template-columns: [screen-start] 1.5em [screen-start-inset] 5fr [page-start] minmax(5px, 10px) [page-start-inset] minmax(10px, 30px) [body-start-outset] minmax(5px, 10px) [body-start] 1.5em [body-content-start] minmax(500px, calc( var(--page-width) - 3em )) [body-content-end] 1.5em [body-end] minmax(5px, 10px) [body-end-outset] minmax(10px, 30px) [page-end-inset] minmax(5px, 10px) [page-end] 5fr [screen-end-inset] 1.5em [screen-end] !important; 
    }
}

/* @media (min-width: 992px){ */
.grid-blog {
    display: grid;
    gap: 3.2rem;
    grid-template-columns: auto var(--col-cat-width);
}
/* } */

.sidebar-blog {
    /* padding-top: 15px; */
    padding-top: 20px;  
    margin-top:35px; 
}

.datePadding .table td:nth-child(3) {
    display: none;
}

.datePadding .table td:first-child {
    display: none;
}

.post-sidebar-card {
    border-radius: 6px;
    margin: 1rem 0rem;
    padding: 1.2rem;
    /* margin-bottom: 1.5rem; */
}

a.category {
    align-items: center;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
}

.list-blog a {
    background-color: transparent;
    font-size: 1rem;
    margin: 0 -.3rem;
    padding: .0rem .5rem;
}

.category .count {
    font-family: Menlo,"IBM Plex Mono";
    font-size: .9rem;
    font-weight: 200;
}

.datePadding .table td:last-child {
    width: 3.5em;
    white-space: nowrap;
    padding-left: 0em;
    padding-right: .5em;
    font-family: Menlo,"IBM Plex Mono";
    font-size: 14.4px;
}


.datePadding .table td:nth-child(2) {
    padding-left: 3px;
    padding-right: 42px;
}

/* Gives Styling to new Button */
.new_label_post{
    font-size: 12px;
    border-radius: 4px;
    padding: 0px 2px;
    margin-left: 3px;
    vertical-align: text-bottom;
}


/* Only show new in current year */
div#listing-posts-2022 .new_label_post {
    display: none;
}


/* Disable the sidebar and gap when screen is small */
@media (max-width: 670px){
    .grid-blog {
        gap: 0rem;
        grid-template-columns: auto 0px;
    }

    .sidebar-blog {
        display: none;
    }

    /* Reduces the padding to give more space to title of blog */
    .datePadding .table td:nth-child(2) {
        padding-right: 3.5px;
    }
}


/* Gives some opacity for the hastag icon */
span.hasth-tag {
    opacity: 0.4;
}

/* reduces padding to right of number category  */
.list-blog a {
    padding-right: 7px;
}

@media (min-width: 570px){
    #quarto-content>* {
        padding-top: 24px;
    }
}

/* Always disable the message "No matching items" */
.listing-no-matching{
    display: none;
}

/* Does the separation between the text and ShowAllCategories */
.grid-text-showAllCateg{
    display: grid;
    gap: 1rem;
    grid-template-columns: auto 95px;
}



