/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.row > * {
    padding-left: 15px;
    padding-right: 15px;
}

/* ARCHIVE RUBRICHE */
.hero {
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
    padding-top: 100px;
}
.hero.fixed-ratio {
    aspect-ratio: 1440 / 760;
}
.hero h1 {
    font-size: 56px;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
}
.card-rubrica-row {
    margin-top: 120px;
    margin-bottom: 120px;
    row-gap: 30px;
}
.card-rubrica {
    padding: 70px 50px;
    border-radius: 39px;
    background: #F8F8F8;
    box-shadow: 0 0 41px 4px rgba(0, 0, 0, 0.25);
    aspect-ratio: 610 / 520;
}
.card-rubrica h3 {
    font-size: 54px;
    margin-bottom: 10px;
}
.card-rubrica p {
    font-size: 14px;
    max-width: 80%;
    padding-bottom: 0;
}
.card-rubrica a {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 12px 16px;
    border-radius: 10px;
    margin-top: 30px;
    background: #FFF;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.25);
}
.category-filter {
    display: flex;
    width: 100%;
    padding: 8px 0;
    border-bottom: 4px solid #D9D9D9;
}
.category-filter li {
    list-style: none;
}
.category-filter a {
    font-size: 20px;
    text-transform: uppercase;
    padding: 0 12px;
    border-right: 2px solid #D9D9D9;
}

/* SINGLE EVENT */
.single-post #hero .category-pill {
    font-size: 12px;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 20px;
    background: #343D4A;
    margin-bottom: 16px;
}
.single-post #hero .organizer {
    gap: 12px;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    margin-top: 16px;
    margin-bottom: 30px;
}
.single-post #hero .organizer img {
    width: 36px;
    height: 36px;
    object-fit: cover;
    border-radius: 50%;
}
.single-post #hero .info {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    color: #000;
}
.single-post #hero .image-event {
    border-radius: 24px;
    box-shadow: none;
}
