/*
Theme Name:     Neve Child
Theme URI:      https://themeisle.com/themes/neve/
Template:       neve
Author:         ThemeIsle
Author URI:     https://themeisle.com
Description:    Neve is a super fast, easily customizable, multi-purpose theme. It’s perfect for blogs, small business, startups, agencies, firms, e-commerce shops (WooCommerce storefront) as well as personal portfolio sites and most types of projects. A fully AMP optimized and responsive theme, Neve will load in mere seconds and adapt perfectly on any viewing device. While it is lightweight and has a minimalist design, the theme is highly extendable, it has a highly SEO optimized code, resulting in top rankings in Google search results. Neve works perfectly with Gutenberg and the most popular page builders (Elementor, Brizy, Beaver Builder, Visual Composer, SiteOrigin, Divi). Neve is also WooCommerce ready, responsive, RTL & translation ready. Look no further. Neve is the perfect theme for you!
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    neve
Tags: blog, custom-logo, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready, wide-blocks, block-styles
*/

#top-block{
    background-color: #ededed;
}
.reset-title-margin h2{
    margin: 0px;
    margin-bottom: 6px;
    padding: 0px;
}

.footer-bottom .footer-bottom-inner .hfg-grid .hfg-slot:first-child .component-wrap > div >p{
    display: none;   
}
.site-footer .footer-main .item--inner{
    padding-top: 30px;
}

.slider-home{
    padding: 0px;
}

.form-contatto-inline .form-group{
    display: flex;
    flex-direction: row;
    width: 100%;
}
.form-contatto-inline .form-group .field-label{
   position: absolute;
   z-index: 1000;
   padding: 4px;
    transition: all 400ms ease-in-out;
}
.form-contatto-inline .form-group textarea,
.form-contatto-inline .form-group input {
    padding: 8px 0px 8px;
}
.form-contatto-inline .form-group input[type='submit']{
    padding: 8px 22px 8px;
}
.form-contatto-inline .form-group:hover .field-label{
    transform: translateY(-22px);
}

.swiper {
    width: 100%;
    height: 100%;
   
}

 .swiper-slide {
    font-size: 18px;
    background: #fff;
    display: flex;
    padding: 2rem 1rem;
 }

 .swiper-slide img {
     display: block;
     width: 100%;
     height: 100%;
     object-fit: cover;
 }

@keyframes comparsa {
    0%{
        transform: translateY(-200px);
    }

    60% {
        transform: translateY(0px);
    }
}

.affix-menu-content{
    display: none;
   
}
#header-grid{
    transition: all 1s ease-in-out;
}
body.affixed #header-grid{
    position: fixed;
    top: 0px;
    display: block;
    z-index: 10000;
    width: 100%;
}

body.affixed .block-content-menu,
body.affixed .header-bottom{
    display: none;
}
body.affixed .affix-menu-content{
    display: block;
    width: 100%;  
}

body.affixed .affix-menu-content #affixed-menu a{
    padding: 0px 12px;
    text-transform: uppercase;
}

.affix-menu-content .current-menu-item{
    border-bottom: 2px solid #333;
}

body.affixed .site-logo{
   --maxwidth: 200px;
}
body.affixed .header-main{
    --height: 60px;
}

.titolo-news{
    background-color: #333;
    padding: 6rem 2rem;
}
.titolo-news h3{
    color: #fff;
    text-align: center;
    font-size: 3rem;
}
.space22{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.metaping-article{
    margin-bottom: 4rem;
}

.metaping-wpfooter{
    display: none;
}
.swiper-slide h4{
    margin-bottom: 22px;
}
.meta-info{
    display: flex;
    flex-direction: column;
    font-size: 11pt;
    border-bottom: 1px solid #898989;
}
.swiper-slide .text{
    font-size: 12pt;
}