/* Author box */
.author_description {
  background-color: #f4f4f4;
}

.fu {
  color: #ea6103;
}

.author_description_inner .image {
    border-radius: 0px !important;
}
/* End Author box */

/* General margin after paragraphs and titles */
p, h1, h2, h3 {
  margin-bottom: 1em;
}

/* Qode options allows to select title (responsive) and subtitle (only desktop), so subtitle responsive here */
@media (max-width: 600px) {
  .subtitle {
    font-size: 18px;
    letter-spacing: 2px;
  }
}

/* Distanza tra  di filtro categorie articoli - mobile */
@media only screen and (max-width: 600px) {
.filter_holder ul li {
    margin-bottom: 0.6em;
}
}

/* Blockquote left orange margin */
blockquote {
  border-left: solid #ea6103;
  margin-bottom: 1.5em;
}

/* Reduce spacing between title and subtitle for posts
(blog pages don't have this problem because there the main navigation menu is not
displayed and some space is saved) */

.postid-735 h1 {
  margin-bottom: 0.1em;
}

/* Center images caption */
.wp-block-image figcaption {
    text-align: center;
}

/* Search bar in fullscreen menu */
.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
    border-radius: 2em;
    border: none;
    padding: 1em 1em 1em 1em;
    background-color: rgba(1, 1, 1, 0.4);
    color: white;
    margin: 0% 10% 0% 10%;
    font-size: x-large;
    font-weight: 800;
}