<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* BEGIN custom_css */
.portfolio-isotope .info-block a {
    display: none !important;
}
footer.footer .container.py-60{
    padding-top: .75rem !important;
  padding-bottom: .75rem !important;
}
footer.footer .container #menu-useful-links{
    max-width: 450px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
footer.footer .container #menu-useful-links li{
    float: left !important;
    display: inline-block;
    padding-right: 2rem !important;
    list-style: none;
}
.useful-links li a::before {
  content: "";
}
.transparent-header.sticky-header-on:not(.fixed-top){
   background-color: transparent;
  background-image: linear-gradient(180deg, #000000 8%, #F2295B00 79%);
  opacity: 0.5;
}
h3.post-title{
    font-size: 1.6rem !important;
    font-weight: normal !important;
}
li.dropdown a.nav-link::after{
  content: "\f0d7";
  font-family: fontawesome;
  font-size: 12px;
  margin: 0 8px;
  margin-top: 5px !important;
  position: absolute;
}
.nav-link {
  padding: 1rem 1.7rem !important;
}
.navbar-brand {
  padding-top: .75rem !important;
  padding-bottom: .75rem !important;
}
header li a, footer li a{
  text-transform: uppercase !important;
}
#main #comments{
    display: none !important;
}
.breadcrumbs{
    display: none !important;
}
article.post div.post-text{
    text-align: justify !important;
}
@media only screen and (max-width: 500px){
    article.post div.post-text{
    text-align: left !important;
 }
}
/* END custom_css */
</pre></body></html>