/*
Theme Name:     Morselli
 Description:    Child theme for the Designfolio theme
Author:         Davide Strati
Template:       spacious
Version:        0.1.0
*/
@import url("../spacious/style.css");
@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans+SC:800|Lato:400,700,400italic);
/*-------------------  HEADER HOME PAGE DA VERIFICARE ----------------------------*/
#featured-slider {
    border: none;
}
#featured-slider img {
    width: 100%;
}
#featured-slider .entry-container {
    max-width: 60%;
    top: 74%;
    left: 6%;
}
#featured-slider .entry-description-container {
    padding: 2rem 2.5rem;
}
#featured-slider .entry-container .entry-title span {
    font-size: 6rem;
    font-family: "Alegreya Sans SC";
    line-height: 3.4rem;
    font-weight: 800;
}
#featured-slider .entry-container .entry-content p {
    font-size: 2.5rem;
    line-height: 4rem;
}
#main {
    padding-top: 0;
}
#spacious_service_widget-4 {
    background: #1e82cb;
    background: linear-gradient(to bottom, #1e82cb 0%, #0075c9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e82cb', endColorstr='#0075c9', GradientType=0);
}
/*---------------------------------------------------------------------------*/
/* ------------------------------- GENERALI -------------------------------- */
/*---------------------------------------------------------------------------*/
/* Elimina bordo superiore ed inferiore dei layout boxati */
body {
    padding-bottom: 0;
    padding-top: 0;
}
/* Buttons */
.ar-button {
    background-color: #1e82cb;
    padding: 1em 1.4em;
    color: #fff;
    letter-spacing: 0.06em;
}
.ar-button:hover {
    background-color: #62aadd;
    padding: 1.2em 1.6em;
}
/* Gestione delle liste non ordinate nelli contenuti delle pagine */
/* Applicazione check Font Awesome */
ul.checklist,
ul.download,
ul.fac {
    list-style: none;
}
ul.checklist li,
ul.download li,
ul.fac li {
    list-style: none;
    margin-bottom: 1em;
    padding-left: 1.3em;
    position: relative;
}
ul.fac li:before,
ul.checklist li:before,
ul.download li:before {
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -2em;
    width: 2em;
    color: #1e9f75;
    position: absolute;
}
ul.doppio li:before {
    font-size: 24px;
    top: 5px;
    left: 20px;
}
ul.checklist li:before {
    content: "\f00c";
}
ul.download li:before {
    content: "\f019";
}
ul.fac li.thumb:before {
    content: "\f164";
}
ul.fac li.clipcheck:before {
    content: "\f155";
}
ul.fac li.comment:before {
    content: "\f075";
}
/*Ombreggitura della pagina */
#page {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.33);
}
/* Nascosto */
.nascosto {
    display: none;
}

#header-left-section,
#header-text,
#header-right-section,
.main-navigation,
.main-navigation li {
    float: none;
}
#header-left-section {
    margin-right: 0;
    text-align: center;
}
.main-navigation ul {
    text-align: center;
}
.main-navigation ul li {
    display: inline-block;
}
.main-navigation .menu.nav-menu > li:last-child a {
    color: #ff9000;
    font-weight: bold;
}
.main-navigation ul li ul {
    width: 200px;
}
/* HOME PAGE - ATTIVITA */
.widget.widget_service_block {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    width: 100%;
}

.tg-one-third {
    flex: 1 1 0px;
    margin: 0;
    padding: 0 1em;
}

.widget_service_block .wp-post-image {
    max-width: 180px;
    width: 100%;
}

.widget_service_block h3.widget-title {
    font-family: "Alegreya Sans SC" !important;
}

/* flex system */
.d-flex-cont {
    display: flex;
}
.riga {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch;
    flex-flow: row wrap;
    justify-content: space-around;
}
.d-flex-item {
    flex: 1 1 0;
}
/* FATTURAZIONE ELETTRONICA - mobile first*/
#custom_html-2 {
    width: 100%;
}
.fe-container {
    background-color: #cf793b;
    padding: 2em 16px;
}
.fe-container .d-flex-cont {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
    text-align: center;
}
.fe.testo,
.fe.button {
    flex: 0 0 100%;
}
.fe h2 {
    color: #fff !important;
}
/* --> Pulsante */
.fe a {
    background-color: #044472;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    color: #fff;
    display: block;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 auto;
    max-width: 300px;
    padding: 1em 2em;
    position: relative;
    transition: all 1s ease;
}
.fe a:hover {
    background-color: #4b99d1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
/* HEADER DELLE PAGINE */
#header-text-nav-container {
    padding: 0 2%;
}
#masthead .post-title-wrapper {
    float: none;
}
#masthead .post-title-wrapper .header-post-title-class {
    text-align: center;
    font-size: 3rem;
    line-height: 3.3rem;
}
#masthead .header-post-title-container {
    margin-bottom: 2rem;
}
/* MAIN CONTENT & SIDEBAR WIDTHS */
/* Estensione della pagina al 100% del box, padding e misure del main e sidebar */
.page-template-default #main .inner-wrap {
    max-width: 100%;
}
#primary {
    width: 70% !important;
    padding: 0 2%;
}
#secondary {
    padding: 0 2%;
    width: 30% !important;
    background-color: #eeeeee;
}
/*READ MORE LINK*/
.more-link,
.read-more {
    padding: 0.8em;
    border: 1px solid #fff;
    display: inline-block;
    margin-top: 0.5em;
}
.more-link:hover,
.read-more:hover {
    background-color: #fff;
    color: #1e82cb !important;
    text-decoration: none !important;
    transition: all 1s ease 0s;
}
/*Esclusione per pagine interne */
article footer.entry-meta-bar .entry-meta .read-more {
    display: inline;
    padding: 0;
    margin: 0;
    border: none;
}
article footer.entry-meta-bar .entry-meta .read-more:hover {
    background-color: transparent;
    color: #ffc05b !important;
}
/*fine esclusione*/
/* DIDASCALIE FOTO */
.wp-caption .wp-caption-text {
    font-size: 0.9em;
    font-style: italic;
}
/* ---------- MY CALENDAR --------------*/
/* CALENDAR PAGE */
/*Formattazione header calendario*/
.my-calendar-header .mc-format {
    margin-bottom: 0.25rem;
    margin-top: 10px;
    text-align: center;
}
.my-calendar-header .mc-time {
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    text-align: center;
}
.my-calendar-header .mc-time .mc-active {
    border-bottom: 2px solid #333;
}
.mc-main .my-calendar-header .my-calendar-date-switcher {
    padding: 1rem 0.5rem;
    border: none;
    background-color: rgba(0, 0, 45, 0.07);
    border-top: 1px solid #333;
    margin: 0;
}
.mc-main .my-calendar-header select[name="month"],
.mc-main .my-calendar-header select[name="yr"] {
    background-color: rgba(0, 0, 0, 0.04);
    color: #333;
}
.mc-main .my-calendar-header .my-calendar-nav:after {
    clear: both;
}
.mc-main .my-calendar-header .my-calendar-nav ul,
.widget.widget_my_calendar_mini_widget .my-calendar-nav ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: row wrap;
}
.mc-main .my-calendar-header .my-calendar-nav ul li,
.widget.widget_my_calendar_mini_widget .my-calendar-nav ul li {
    flex: 1 1 0;
}
.mc-main .my-calendar-header .my-calendar-nav ul li.my-calendar-next,
.widget.widget_my_calendar_mini_widget .my-calendar-nav ul li.my-calendar-next {
    float: right;
}
.mc-main .my-calendar-header .my-calendar-nav ul li a,
.widget.widget_my_calendar_mini_widget .my-calendar-nav ul li a {
    border: none;
    border-radius: 0;
    line-height: 2em;
    vertical-align: middle;
    background-color: #333333;
    color: #ffffff;
}
.mc-main .my-calendar-header .my-calendar-nav ul li a:hover,
.widget.widget_my_calendar_mini_widget .my-calendar-nav ul li a:hover {
    color: #ff9900;
    background-color: #1e73be;
}
.mc-main .my-calendar-header .my-calendar-date-switcher input.button {
    padding: 0.2em 1em !important;
    margin-left: 1em !important;
}
/* Fine formattazione header*/
/* Formattazione calendario */
.my-calendar-table .heading.my-calendar-month,
.my-calendar-table .heading.my-calendar-week {
    text-align: center;
    border: none;
    background-color: #ccc;
    line-height: 3em;
    margin-bottom: 1rem;
}
.mc-main .mc-row td {
    height: 140px;
}
.mc-main .mc-row td .calendar-event h3 {
    padding: 1em 0.2em;
}
/* Formattazione footer calendario */
.mc-main .mc_bottomnav .category-key {
    float: left;
    width: 75%;
    background-color: transparent;
    border: none;
}
.mc-main .mc_bottomnav .mc-export {
    float: left;
    width: 25%;
    border-left: 2px solid #333;
}
/* Fine calendario*/
/* CALENDAR WIDGET */
/* Formattazione generale - titolo, colorazione celle, colorazione weekend, colorazione avvisi*/
.mc-main.mini .my-calendar-table .heading {
    font-size: 1.25rem;
    text-transform: uppercase;
}
.mc-main.mini .mc-date {
    background-color: transparent;
}
.mc-main.mini .my-calendar-table .mc-date.trigger {
    color: #ffffff !important;
}
.mc-main.mini .my-calendar-table .weekend .mc-date {
    background-color: #dddddd;
}
.mcat_avvisi {
    background-color: #ea9719 !important;
}
.mcat_scadenze {
    background-color: #dd3333 !important;
}
/* -------- FOOTER GENERALI ------*/
/*Estensione titoli widget al 100% */

footer .widget-title span {
    display: inline-block;
    width: 100%;
    font-size: 0.8em;
}
/*---------------------------------------------------------------------------*/
/* ------------------------------- HOME PAGE ------------------------------- */
/*---------------------------------------------------------------------------*/
/*Estende il layout al 100% */
.home #page.site {
    max-width: 100%;
}
/*----------------------------------*/
/* TOP SLIDER: AMPLIAMENTO AL 100% */
/*----------------------------------*/
#featured-slider .slider-cycle {
    width: 100%;
    max-width: 100%;
}
#featured-slider .slider-cycle image {
    width: 100%;
}
/*----------------------------------*/
/* MAIN: in home page al 100% */
/*----------------------------------*/
.home #main .inner-wrap {
    max-width: 100%;
    width: 100%;
}
/* flex sul container */
.home #content {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}
/*----------------------------------*/
/* TOP SIDEBAR: Attività e feed rss */
/*----------------------------------*/
/*Attività*/
.widget_text {
    margin-bottom: 0;
}
.widget_text .textwidget {
    box-shadow: none;
    padding-bottom: 0;
}
/* Titolo widget */
.home #text-2 {
    background-color: #1e82cb;
    text-align: center;
    display: block;
    line-height: 1em;
    margin-top: 0;
    margin-bottom: 0 !important;
    position: relative;
    width: 100%;
}
.home #text-2 .widget-title {
    color: #fff;
    font-size: 3em;
    padding: 1em 0;
}
/* TG Service */
#spacious_service_widget-4 {
    background-color: #3D649B;
    color: #fff;
    margin-top: 0;
}
#spacious_service_widget-4 .widget-title a,
#spacious_service_widget-4 a.more-link {
    color: #fff;
    line-height: 1.1em;
}
#spacious_service_widget-4 a.more-link {
    padding: 0.8em;
    border: 1px solid #fff;
    display: inline-block;
    margin-top: 0.5em;
}
#spacious_service_widget-4 a.more-link:hover {
    background-color: #fff;
    color: #1e82cb !important;
    text-decoration: none;
    transition: all 1s ease 0s;
}
.widget.widget_service_block {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    padding: 0 10% 4.5em 10%;
    border-bottom: 1px solid #ccc;
    margin: 0 auto;
}
.home .tg-one-third {
    display: flex;
    flex: 1 1 30%;
    flex-flow: column nowrap;
    justify-content: space-between;
    margin: 0 0 3em 0;
    padding: 0 1em;
}
/*rss - colore sfondo e layout flex + header style*/
.widget.widget_super_rss_reader.clearfix {
    background-color: #eee;
    padding: 96px 10%;
    width: 100%;
}
.widget.widget_super_rss_reader.clearfix h3 {
    border-bottom: 2px solid #1e82cb;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
}
.srr-wrap.srr-style-none > div {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}
#super_rss_reader-2 .srr-item {
    display: block;
    flex: 0 0 100%;
    padding: 0 1em !important;
    position: relative;
}
/*------------------------------------------*/
/* CENTRAL: featured article + recent post; */
/*------------------------------------------*/
/* Featured */
.home #content .tg-one-half {
    padding-left: 10%;
    padding-top: 4rem;
    margin: 0;
    width: 40%;
}
#spacious_featured_single_page_widget-2 {
    border: 10px double #1e82cb;
    border-radius: 1em;
    margin-bottom: 2rem;
    padding: 0 16px 1em;
    text-align: center;
}
.home .attachment-featured.wp-post-image {
    display: block;
    margin: 1em auto;
}
#spacious_featured_single_page_widget-2 .wp-post-image {
    width: 100%;
}
.home #content .tg-one-half.tg-one-half-last {
    align-self: flex-start;
    border: 1px solid #eee;
    border-radius: 16px;
    margin-top: 4em;
    padding: 16px;
    max-width: none;
    width: 50%;
}
.home #content .tg-one-half.tg-one-half-last .category-post-internal {
    padding: 0 24px;
}
.home #content .tg-one-half.tg-one-half-last .cat-post-item {
    margin-bottom: 16px !important;
    padding-bottom: 16px !important;
}
.home #content .tg-one-half.tg-one-half-last .cat-post-title {
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.home #content .tg-one-half.tg-one-half-last p {
    text-align: left;
}
/* News */
#category-posts-3 .cat-post-item {
    border-bottom: 2px solid #109ec9;
    padding-bottom: 1rem;
    padding-top: 1rem;
}
.home #category-posts-3 .post-title.cat-post-title {
    font-size: 1.4rem;
    line-height: 1.6rem;
}
.post-date.cat-post-date {
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    line-height: 1.6rem;
    margin: 0.4rem 0;
}
.home #category-posts-3 .cat-post-item > p {
    text-align: left;
}
.home #category-posts-3 .post-date {
    text-align: center;
}
/*----------------------------------*/
/* Testimonials                   */
/*----------------------------------*/
#custom_html-3 {
    width: 100%;
}
#custom_html-3 .owl-stage {
    margin: 1em auto 2em;
}
/*----------------------------------*/
/* Footer: Vario                    */
/*----------------------------------*/
.home .footer-widgets-wrapper .inner-wrap {
    width: 80%;
    max-width: 80%;
}
.btn--policy {
    display: inline-block;
    margin-right: 16px;
}
/*---------------------------------------------------------------------------*/
/**************************  SCADENZIARIO AE  ********************************/
/*---------------------------------------------------------------------------*/
.page-scadenziario-ae #primary {
    width: 96% !important;
    margin: 0 auto !important;
    float: none !important;
}
.page-scadenziario-ae #secondary {
    display: none;
}

/*---------------------------------------------------------------------------*/
/**************************  CIRCOLARI  **************************************/
/*---------------------------------------------------------------------------*/

.page-circolari h3 {
    border-bottom: 1px solid #3F659D;
    padding-bottom: 0.5em;
    margin-bottom: 1em ;
}


/*---------------------------------------------------------------------------*/
/**************************  CATEGORY-SCADENZE  ******************************/
/*---------------------------------------------------------------------------*/
.category-scadenze article figure.post-featured-image {
    float: left;
    max-width: 40px;
    margin: 1rem;
}
/*---------------------------------------------------------------------------*/
/* ----------------------------- CONTATTI ---------------------------------- */
/*---------------------------------------------------------------------------*/
.mp-map iframe {
    width: 100%;
    height: 400px;
}
.mp-contact {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    padding-top: 2em;
}
.mp-contact-form {
    flex: 0 0 60%;
    padding: 5%;
}
.mp-contact-info {
    background-color: #ddd;
    flex: 0 0 40%;
    padding: 5%;
}
.mp-contact-info .schema-item {
    margin-bottom: 1em;
}
.mp-contact-info .schema-item h6 {
    border-bottom: 1px solid;
    color: #003863;
    font-size: 0.9rem;
    margin-bottom: 16px;
    padding-bottom: 0;
    text-transform: uppercase;
}
.mp-contact-info .schema-item .fa {
    margin-bottom: 0.5em;
    margin-right: 0.5em;
}
.mp-contact .mp-contact-form .wpcf7-form input {
    margin-bottom: 0;
}
/*---------------------------------------------------------------------------*/
/* --------------------------- editor testo -------------------------------- */
/*---------------------------------------------------------------------------*/
.mp-bold {
    color: #003863;
}

/*---------------------------------------------------------------------------*/
/* ------------------- 2021 - ANDREOLI RUSSO ------------------------------- */
/*---------------------------------------------------------------------------*/
:root {
    --primary-s-2: #21204c;
    --primary-s-1: #2f3c73;
    --primary: #3d649b;
    --primary-l-1: #618bb2;
    --primary-l-2: #86afc8;
    --primary-l-3: #add0dc;
    --primary-l-4: #d5eaee;
    --secondary: #ff9000;
}
#header-text-nav-wrap {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
}
#header-left-section,
#header-right-section {
    flex: 1 1 100%;
}
#header-logo-image .custom-logo {
    max-width: 200px;
}
#site-navigation .menu-toggle {
    background-color: #fff;
    border: 3px solid var(--primary);
    border-radius: 4px;
    box-shadow: 0 1.6px 2.1px rgba(0, 0, 0, 0.017), 0 3.9px 3.9px rgba(0, 0, 0, 0.045),
        0 6.1px 6.1px rgba(0, 0, 0, 0.082), 0 7px 10px rgba(0, 0, 0, 0.1);
    color: var(--primary);
    text-align: center;
}
#site-navigation .menu-toggle:hover {
    background-color: var(--primary-l-2);
    color: #fff;
}
.menu-primary-conatiner {
    padding-bottom: 32px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/*---------------------------------------------------------------------------*/
/* --------------------------- MEDIA QUERIES ------------------------------- */
/*---------------------------------------------------------------------------*/
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 479px) {
    /* Styles */
    h3 {
        font-size: 2em;
    }
    #featured-slider {
        display: none;
    }
    /* Gestione colonne:; a due e a tre colonne */
    .home .tg-one-half,
    .home .tg-one-third {
        flex: 0 0 100% !important;
        width: 100% !important;
    }
    #spacious_service_widget-4 {
        padding: 0 16px 32px 16px !important;
    }
    .home #content .tg-one-half {
        padding: 1.5rem;
    }
    #spacious_featured_single_page_widget-2 {
        margin: 0;
    }
    #spacious_service_widget-4 {
        padding: 0 16px 4em 16px;
    }
    #primary,
    #secondary {
        width: 90% !important;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .mp-contact-form,
    .mp-contact-info {
        flex: 0 0 90%;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    /* Styles */
    #featured-slider {
        display: none;
    }
    /* Gestione colonne:; a due e a tre colonne */
    .home .tg-one-half,
    .home .tg-one-third {
        flex: 0 0 50% !important;
        width: 50% !important;
    }
    #spacious_service_widget-4 {
        padding: 0 32px 4em 32px;
    }
    .home #content .tg-one-half {
        padding: 1.5rem;
    }
    #spacious_featured_single_page_widget-2 {
        margin: 0;
    }
    #primary,
    #secondary {
        width: 90% !important;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .mp-contact-form,
    .mp-contact-info {
        flex: 0 0 90%;
    }
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    /* Styles */
    #featured-slider .entry-container {
        left: 2%;
        max-width: 80%;
        top: 50%;
    }
    #featured-slider .entry-container .entry-title span {
        font-family: "Alegreya Sans SC";
        font-size: 3rem;
        font-weight: 800;
        line-height: 3.4rem;
    }
    #featured-slider .entry-container .entry-content p {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    /* Gestione colonne:; a due e a tre colonne */
    .home .tg-one-half {
        flex: 0 0 100% !important;
        width: 100% !important;
    }
    .home .tg-one-third {
        flex: 0 0 50% !important;
        width: 50% !important;
    }
    #spacious_service_widget-4 {
        padding: 0 32px 4em 32px;
    }
    .home #content .tg-one-half {
        padding: 1.5rem;
    }
    #spacious_featured_single_page_widget-2 {
        margin: 0;
    }
    .page-contatti #secondary {
        margin: 1em auto;
    }
    #primary,
    #secondary {
        width: 90% !important;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
}
/* iPads (landscape) ----------- */
@media only screen and (min-width: 1024px) and (max-width: 1223px) {
    /* Styles */
    .home #content .tg-one-half {
        padding: 1.5rem;
    }
    #spacious_featured_single_page_widget-2 {
        margin: 0 !important;
    }
    /*--> HOME PAGE: Fatturazione elettronica */
    .fe-container .button {
        margin-top: 1em;
    }
}
@media only screen and (min-width: 1024px) {
    /* Bordo sopra al testimonial */
    #custom_html-3 .owl-stage {
        border-top: 1px solid #eee;
        padding-top: 2em;
    }
}
/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
    /*--> HOME PAGE: Fatturazione elettronica */
    .fe-container {
        padding: 3em 10%;
    }
    .fe-container.fe-articolo {
        padding: 3em 5%;
    }
    .fe-container .testo {
        -ms-align-self: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    .fe-container.fe-articolo .testo h2 {
        font-size: 1.6em;
        text-align: center;
    }
    .fe-container.fe-articolo .testo p {
        display: none;
    }
    .fe-container .button {
        -ms-align-self: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
}
@media only screen and (min-width: 1224px) and (max-width: 1439px) {
    /*--> HOME PAGE: Fatturazione elettronica */
    .fe-container .testo {
        flex: 0 0 60%;
    }
    .fe-container .testo h2 {
        padding-bottom: 0;
        font-size: 2em;
    }
    .fe-container .button {
        flex: 0 0 40%;
    }
}
@media only screen and (min-width: 1440px) and (max-width: 1823px) {
    /*--> HOME PAGE: Fatturazione elettronica */
    .fe-container .testo {
        flex: 0 0 75%;
    }
    .fe-container .testo h2 {
        padding-bottom: 0;
        font-size: 3em;
    }
    .fe-container .button {
        flex: 0 0 25%;
    }
}
@media only screen and (min-width: 1224px) and (max-width: 1823px) {
    /* Styles */
    /*Aggiusta il testo dello slider in home page */
    #featured-slider .entry-container {
        left: 2%;
        max-width: 80%;
        top: 60%;
    }
    #featured-slider .entry-container .entry-title span {
        font-family: "Alegreya Sans SC";
        font-size: 4rem;
        font-weight: 800;
        line-height: 3.4rem;
    }
    #featured-slider .entry-container .entry-content p {
        font-size: 1.9rem;
        line-height: 2rem;
    }
    /* Home page > nostri servizi */
    .home .attachment-featured.wp-post-image {
        width: 50%;
    }
    .widget_service_block .widget-title {
        font-size: 1.3rem;
        line-height: 1.4rem;
    }


    /* Home page > RSS */
    #super_rss_reader-2 .srr-item {
        flex: 0 0 25%;
    }
    #spacious_featured_single_page_widget-2 {
        margin: 0 !important;
    }
}
/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
    /* Styles */
    /*--> HOME PAGE: Fatturazione elettronica */
    .fe-container .testo {
        flex: 0 0 60%;
    }
    .fe-container .testo h2 {
        padding-bottom: 0;
        font-size: 3em;
        text-align: right;
    }
    .fe-container .button {
        flex: 0 0 40%;
    }
    /* Home page > RSS */
    #super_rss_reader-2 .srr-item {
        flex: 0 0 25%;
    }
}
