/*# Custom CSS Styles */

#breadcrumbs {
    height: 2rem;
    line-height: 1.7rem;
    padding-left: 0rem;
}

#breadcrumbs span {
    display: inline-block;
    padding: 0 0.2rem;
}


/* Active the pagination numbers in small screens */

@media screen and (max-width: 480px) {
    ul.pagination li:nth-child(n+2):nth-last-child(n+2) {
        display: inline-block;
    }
    ul.pagination li:first-child {
        padding-right: 0;
    }
}


/* Class for tags and categories */

.tags {
    color: #5a2908;
    font-size: 0.9em;
    border-bottom: none;
}

.data-post {
    color: #7c6556;
    font-size: 0.9em;
    text-transform: none;
}

#header .logo {
    font-size: 2.125em;
}
