
.tags {
    padding-top: 10px;
}

.tags a {
  border-color: #bfbfbf;
  color:#bfbfbf!important
}

.tags a:hover, a:active{
    color:#0085a1!important
}
.sidebar-container .tags a{
    border-color:#bfbfbf
}
.tags a:hover,.tags a:active{
    border-color:#0085a1
}


.post-categories a {
  border-color: #bfbfbf;
  color:#bfbfbf!important;
}

.post-categories a:hover, a:active{
    color:#0085a1!important
}
.sidebar-container .post-categories a{
    border-color:#bfbfbf
}
.post-categories a:hover,.tags a:active{
    border-color:#0085a1
}

.post-categories a {
    display:inline-block;
    border:1px solid #bfbfbf;
    border-radius:999em;
    padding:0 10px;
    color:#fff;
    line-height:24px;
    font-size:20px;
    text-decoration:none;
    margin:0 1px;
    margin-bottom:6px
}
.post-categories a:hover,.post-categoriess .post-categories:hover,.post-categories a:active,.post-categories .post-categories:active{
    color:#fff;
    border-color:#bfbfbf;
    background-color:rgba(255,255,255,.4);
    text-decoration:none
}

.post-container img {
    margin: 5px;
}

.post-subtitle-h3 {
    padding-left: 60px;
    margin-top: -10px !important;
    font-size:20px;
    color:rgb(64, 64, 64)
}

.post-content-preview p {
    margin-bottom: 10px;
}

.piaciato {
    margin-top: 0px;
    display:flex;
}

.post-meta {
    margin: 0px;
}

.posted {
    margin-top:5px;
}

.post-title a{
    color:rgb(64, 64, 64)
}

.site-heading a {
    color: white;
}

.reactions a{
   color:#5e5d5d !important;
}

.subheading {
     color:#5e5d5d !important;
}

.header-img {
    
    margin:auto;
    display: block;
    max-width: 100%;
    height: auto;
    cursor: help;
}

.site-heading {
    padding-top: 0px !important; 
}

@media (min-width:768px) {
    .navbar-mid {
       display: block;
    margin: 0 auto !important;
    float: none !important;
    /* Aggiungi una di queste due righe: */
   /* width: 50%;  Oppure una misura fissa come 400px */
    /* OPPURE */
    width: fit-content;        
       
    }

}

.nav li {
    border: 1px solid #5e5d5d   ;
    font-size: 20px;
    margin-bottom: 6px;
}

#cusdis_thread iframe {
    min-height: 600px; /* Imposta il valore che preferisci */
    width: 100% !important;
}

@media (min-width:768px) {
#huxblog_navbar {
     display: none !important;
}
}

@media (max-width:768px) {
.only-desktop {
     display: none !important;
}
}