/* 
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 */

.page-header {
    display: none;
}

.post-tags {
    display: none;
}

.eael-grid-post-excerpt .eael-post-elements-readmore-btn {
    display: inline-block;
}

.lista-articoli .category-servizi-per-le-aziende .wpr-grid-item-below-content {
    background-color: #FBC7CA !important;
}

.lista-articoli .category-servizi-per-le-aziende .wpr-grid-tax-style-1 .inner-block a:before {
    color: #7A0007 !important;
}

.lista-articoli .category-servizi-per-le-aziende .wpr-grid-tax-style-1 .inner-block a {
    color: #B5000B !important;
}

.lista-articoli .category-servizi-per-le-aziende .wpr-grid-tax-style-1 .inner-block a:hover {
    color: #7A0007 !important;
}

.lista-articoli .wpr-grid-tax-style-1 .inner-block a {
    pointer-events: none
}

.lista-articoli .category-servizi-per-le-aziende .wpr-grid-item-read-more .inner-block a:before {
    background-color: #7A0007 !important;
}

.lista-articoli .category-servizi-per-le-aziende .wpr-grid-item-read-more .inner-block a {
    background-color: #B5000B !important;
}

.lista-professionisti .wpr-grid-tax-style-1 .inner-block a {
    pointer-events: none
}

/*CAROSELLO*/
.swiper {
    margin: auto;
    padding-bottom: 50px;
}
.swiper a{
    text-decoration: none !important;
}
.swiper-wrapper {
    display: flex;
    align-items: stretch;
}
.swiper-slide {
    display: flex;
    justify-content: center;
}
.article-card {
    width: 100%;
    border-radius: 10px;
    padding: 20px;
    text-align: left;
    transition: all 0.3s ease-in-out;
}
.category {
    text-transform: uppercase;
    font-size: 18px;
}
.blu-privati.category a:hover{
    color: #003B66 !important;;
}
.rosso-aziende.category a:hover{
    color: #7A0007 !important;;
}
.title, .title a {
    font-size: 24px !important;
    font-weight: 500;
}
.excerpt {
    font-size: 16px;
    color: #6A6A6A;
    margin-bottom: 15px;
}

a.btn {
    border-radius: 5px;
    transition: 0.3s;
    text-decoration: none;
    padding: 5px 8px;
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 5px;
    font-size: 16px;
}
.blu-privati.btn:hover{
    background-color: #003B66 !important;;
}
.rosso-aziende.btn:hover{
    background-color: #7A0007 !important;;
}
.title:hover{
    opacity: 0.6;
}
.swiper-button-next, .swiper-button-prev {
    color: red;
}
.swiper-button-next, .swiper-button-prev {
    position: unset !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-weight: 800 !important;;
    font-size: 25px !important;;
    color: #000 !important;;
}