/**
Theme Name: Bitelab
Author: Synio
Author URI: https://syn.io
Description: Theme for Bitelab
Version: 0.1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bitelab
Template: hello-elementor
*/

.publication-tagcloud {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    grid-gap: 15px;
    justify-content: center;
}

.publication-tagcloud li {
    background: #eee;
    padding: 5px 20px;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.33s ease-in-out;
}

.publication-tagcloud li.all {
    font-weight: bold;
}

.publication-tagcloud li:hover {
    background: #2EA29733;
}

.publication-tagcloud li.active {
    background: #2EA297;
    color: white;
}

.publication {
    transition: all 0.33s ease-in-out;
}

.hidden {
    opacity: 0;
    max-height: 0;
    padding: 0;
    margin: 0;
}

.publications p:empty {
    display: none;
}

@media screen and (min-width: 1025px) {
    .elementor-nav-menu .sub-arrow {
        display: none;
    }

    .publication-tagcloud {
        justify-content: flex-start;
    }
}
