/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/


/* ===== CSS custom FreeFood (migrato da insert-php "CSS Gabriele") ===== */
/* HEAD */

/* HOME */

.secondrow-home p.t-entry-excerpt {
    font-size: 21px;
    line-height: 1.2;
}

.secondrow-home h3.t-entry-title.h2 {
    font-size: 35px;
}

.secondrow-home h2 {
    font-size: 65px;
}

/* ABOUT */

.titoli-paragrafo em {
    color: #9e1b32;
}

/* FOOTER */

.frase-finale em {
    color: #9e1b32;
}

.column-nav-footer a.cursor-init {
    font-size: 23px;
    line-height: 1.8;
}

.column-nav-footer .uncode-wrapper.uncode-list {
    font-size: 24px;
}

.column-nav-footer p {
    font-size: 24px;
}

.logo-footer img.srcset-auto {
    max-width: 500px;
}

.column-nav-footer li {
    font-size: 20px;
}


/* ===== Fix larghezza carrello/checkout a blocchi (Uncode) ===== */
.wp-block-woocommerce-cart,.wp-block-woocommerce-checkout{max-width:1200px;width:100%;margin-left:auto;margin-right:auto;}
.woocommerce .wc-block-components-sidebar-layout,.wc-block-cart,.wc-block-checkout{max-width:100%;}
body.woocommerce-cart,body.woocommerce-checkout{overflow-x:hidden;}
