/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.recent-post-image img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.recent-post-image {
    margin-bottom: .5rem;
}
h3.recent-post-title {
    color: #000;
    margin: 0;
    font-size: 1.25rem;
}
span.recent-post-date {
    text-transform: capitalize;
    font-size: .75rem;
    margin-top: .5rem;
    display: block;
}
hr.recent-post-divider {
    margin-top: .5rem;
    margin-bottom: .5rem;
}
.featured-post-image img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
h3.featured-post-title {
    color: #000;
    margin: 0;
    margin-top: .5rem;
    font-size: 1rem;
}
.featured-post-content {
    display: flex;
    flex-direction: column;
    gap: .25rem;
}
.featured-meta-wrapper {
    display: flex;
    flex-direction: column;
}
span.featured-post-author {
    color: #2f92cd;
}
.featured-posts-secondary {
    margin-top: 2rem;
}
.featured-posts-secondary {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
}
.featured-posts-secondary h3 {
    margin: 0;
}
span.featured-post-category {
    text-transform: uppercase;
	font-size: 1rem;
}
span.featured-post-date {
    font-size: .75rem;
}
@media screen and (min-width: 1025px) {
.featured-posts-secondary {
    grid-template-columns: repeat(3, 1fr);
}
	.featured-post-content.first-featured-content h3.featured-post-title {
    font-size: 2rem;
}
	.featured-post-content.first-featured-content span.featured-post-date {
    font-size: 1rem;
}
	h3.featured-post-title {
    font-size: 1.25rem;
}
}
.rubriche-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
}
h3.rubriche-grid-title {
    color: #000;
    margin: 0;
    font-size: 1.25rem;
}
span.rubriche-grid-date {
    font-size: .75rem;
}
.rubriche-grid-image img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
@media screen and (min-width: 1025px) {
.rubriche-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}
	span.featured-post-category {
	font-size: 1.1rem;
}
	h3.rubriche-grid-title {
    font-size: 1.25rem;
}
}
.featured-posts-secondary a {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
@media screen and (min-width: 1025px) {
    .featured-posts-secondary a {
        display: flex;
        flex-direction: column;
        gap: .5rem
    }
}
.recent-posts-btn-wrapper {
    display: flex;
    margin-top: 1rem;
    justify-content: center;
}
.recent-posts-btn-wrapper a.recent-posts-btn {
    background-color: #000;
    color: #fff;
    padding: .5rem 1rem;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid #000;
}
.recent-posts-btn-wrapper a.recent-posts-btn:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}
.video-sidebar .video-secondary a.elaboranext-video-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}
.video-sidebar .video-secondary a.elaboranext-video-item h3 {
    font-size: 1rem;
}
.video-secondary .elaboranext-video-container {
    margin: 0;
}
body.single.single-post div.nome-autore {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
body.single.single-post div.nome-autore a {
   text-decoration: underline;
   color: var(--e-global-color-text);
   font-weight: 800;
}
.nome-autore-without-link {
    color: #2f92cd;
}
.featured-post-content.first-featured-content .nome-autore-without-link {
    font-size: 1.1rem;
}
.featured-post-content .nome-autore-without-link, span.featured-post-category-rubrica-second {
    font-size: .75rem;
}