/*# Custom CSS Styles */

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

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

.pagination a, .pagination span {padding: 0 15px;}

ul.pagination li > .page.active {font-size: 0.9em;}
ul.pagination li > .page {font-size: 0.9em;}

/* 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 !important;
    text-transform: none;
    margin-bottom: 1em !important;
}

#header .logo {
    font-size: 2.125em;
}
/* Styles for Back to Top button */

#back-to-top {
    display: none;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    font-style: normal;
    font-size: 1.6em;
    line-height: 1.6em;
    background-color: #f56a6a;
    color: #fff;
    width: 1.6em;
    height: 1.6em;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
  }
  #back-to-top.btt-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
  }
  #back-to-top:hover {
    cursor: pointer;
    background-color: #333;
    color:#fff !important;
  }
  #back-to-top:active,
  #back-to-top:visited {
    background-color: #ab1d35 !important;
    color: #fff;
  }
  #back-to-top.show {
    opacity: 1;
    visibility: visible;
  }

/* GRAV LOGIN OVERRIDED STYLES */
#grav-login .button, #grav-login button {
    margin: 0;
    vertical-align: middle;
    height: 100%;
    line-height: 2.5em;
    padding: 0.5em 1.5em;
    white-space: normal;
}