/* 
Theme Name: Isola del Libro
Author: Fincons
Author URI: https://www.finconsgroup.com/
Description: Custom theme for Isola del Libro website
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: isola-del-libro
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready 
*/

#sidebar-filtri-tema .filter-list-item.hidden {
    display: none;
}



.article-details img.aligncenter {
    display: block;
    margin: auto;
}

.article-details img.alignleft {
    display: block;
    margin-left: 0;
    margin-right: auto;
}

.article-details img.alignright {
    display: block;
    margin-right: 0;
    margin-left: auto;
}
#pdf-previews {
    cursor: pointer;
}

#tema-filter-input-left {
    width: 100%;
    border: 0;
    min-height: 40px;
    padding: 10px;
    padding-left: 40px;
    margin-bottom: 10px;
    outline: 0;
    font-family: "Sentient", serif;
    font-style: italic;
    background-image: url(img/search-lens.svg);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-color: #f0ece3;
    border-radius: 7px;
}
