/*
Theme Name: Flatsome Child
Description: Evin app
Author: UX Themes
Template: flatsome
Version: 3.1
*/

html {
	font-size: 16px;
}
body {
	font-size: 1.125rem!important;
}
h1, h2, h3, h4, h5, h6, .heading-font, .banner h1, .banner h2 {
    font-weight: 500;
}
h1 {
	font-size: 3.875rem;
	line-height: 1;
}
@media (min-width: 992px) {
	  h1 {
		font-size: 5.125rem;
		line-height: 0.9;
	}
}
h3 {
	font-size: 2rem;
	font-weight: 400!important;
	line-height: 1.2;
	margin-bottom: 37px
}
h2 {
	font-size: 3rem;
	line-height: 1.08;
}
.button span {
    font-weight: 400;
}
.button {
    padding: 0 38px;
}
.white {
    color: #14152A!important;
}
.sub-title-upp {
	text-transform: uppercase;
	font-size: 0.875rem;
}
.logo-side:after {
    content: "";
    width: 50px;
    z-index: 1;
    position: absolute;
    bottom: 0;
    top: 0px;
    left: -100px;
}
.logo-side.lg-red:after {
	background: url(/wp-content/uploads/2023/11/pittogramma_red.svg) no-repeat;
}
.logo-side.lg-yell:after {
	background: url(/wp-content/uploads/2023/11/pittogramma_yellow.svg) no-repeat;
    top: 0px;
    right: 0!important;
    left: 108%!important;
}
.logo-side.lg-dark:after {
	background: url(/wp-content/uploads/2023/11/pittogramma_dark.svg) no-repeat;
}

/* menu */
.megamenu-block {
    max-width: 1440px !important;
    margin: auto !important;
}
.megamenu-wrapper {
    padding:0!important;
}
.megamenu-block .col {
    padding-bottom: 0px !important;
}
.megamenu-title {
    font: normal normal 600 18px/22px Inter;
    color:#14152A;
}
.megamenu-title p:before {
    display: inline-flex;
    content: "";
    height: 8px;
    width:35px;
    border-radius: 5px;
    margin-right: 10px;
    margin-top: -5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-flex-pack: center;
    -webkit-justify-content: center;
    -webkit-flex-align: center;
    -webkit-align-items: center;
    vertical-align: middle;
}
.megamenu-title.pink p:before {
    background-color:#FC235D;
}
.megamenu-title.yellow p:before {
    background-color:#FCC223;
}
.megamenu-title.green p:before {
    background-color:#70CC17;
}
.megamenu-wrapper .ux-menu-link a {
    font: normal normal normal 16px/37px Inter;
    color:#14152A;
}
.megamenu-wrapper .ux-menu-link {
    height: 40px;
}
/* end menu */

/*homepage */
.prod-tag {
    background-color: #FFFFFF;
    opacity: 0.7;
    font: normal normal normal 14px/44px Inter;
    color: #14152A;
    text-align: center;
    padding-left:10px;
    padding-right:10px;
    border-radius: 21px;
    height:28px;
    line-height: 28px;
    min-width: 100px;
}
.banner-home:before {
	background: -webkit-linear-gradient(304deg, rgba(20,21,32,1) 0%, rgba(20,21,32,0.7961309523809523) 23%, rgba(20,21,42,0) 100%);
	background: -o-linear-gradient(304deg, rgba(20,21,32,1) 0%, rgba(20,21,32,0.7961309523809523) 23%, rgba(20,21,42,0) 100%);
	background: linear-gradient(34deg, rgba(20,21,32,1) 0%, rgba(20,21,32,0.7961309523809523) 23%, rgba(20,21,42,0) 100%);
    content: "";
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
.banner-home {
	padding-top: 118px!important;
    padding-bottom: 74px!important;
}
@media (min-width: 992px) {
	.banner-home {
		padding-top: 176px!important;
		padding-bottom: 96px!important;
	}
}
/* end homepage */

/* pagine */
.a-black a {
  color: #14152a;
}
.gform_required_legend {
    display: none;
}
/* pagine */

/* prodotto */

.pr_category {
	font-size: 1.25rem;
	font-weight: 500;
	position: relative;
	margin-top: 16px;
}
.pr_category:before {
	content: "";
    width: 34px;
	height: 8px;
    z-index: 1;
    position: absolute;
    top: -10px;
    bottom: 0;
    left: 0;
	border-radius: 50px;
}
.pr_category.pink:before {
    background-color:#FC235D;
}
.pr_category.yellow:before {
    background-color:#FCC223;
}
.pr_category.green:before {
    background-color:#70CC17;
}
.sect_prod {
	padding-top: 62px;
    padding-bottom: 82px;
	position: relative;
}
.sect_prod:after {
	content: "";
    width: 100%;
    z-index: 1;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    background: url(/wp-content/uploads/2023/11/pittogramma_inclinato.svg) no-repeat 176px 75px;
    opacity: 0.33;
	overflow: hidden
}
@media (min-width: 992px) {
	.sect_prod:after {
		right: -7%;
		background: url(/wp-content/uploads/2023/11/pittogramma_inclinato.svg) no-repeat right -135%;
	}
}
.left-pad-x > div {
	/*padding: 0 5% 0 45%;*/
}
.box-desc-pr h2 {
	margin-bottom: 52px;
}
.bi-color-rd {
	background: rgb(252,35,93);
    background: linear-gradient(180deg, rgba(252,35,93,1) 0%, rgba(252,35,93,1) 66%, rgba(20,21,42,1) 50%, rgba(20,21,42,1) 100%);
}
@media (min-width: 992px) {
	.bi-color-rd {
		background: linear-gradient(90deg, rgba(252,35,93,1) 0%, rgba(252,35,93,1) 50%, rgba(20,21,42,1) 50%, rgba(20,21,42,1) 100%);
	}
}
.bi-color-imgbg {
	position: relative;
	padding-top: 305px!important;
    padding-bottom: 50px!important;
}
.bi-color-imgbg-noimg {
	position: relative;
	padding-top: 88px!important;
    padding-bottom: 50px!important;
}
@media (min-width: 992px) {
	.bi-color-imgbg,
	.bi-color-imgbg-noimg
	{
		padding-top: 116px!important;
		padding-bottom: 62px!important;
	}
}
.bi-color-imgbg.pos-r:after {
	right: 0;
}
.bi-color-imgbg.pos-l:after {
    left: 0;
}
.bi-color-imgbg.winery:after {
    background-image: url(/wp-content/uploads/2023/11/box_1.webp);
}
.bi-color-imgbg.winerylabel:after {
    background-image: url(/wp-content/uploads/2024/03/pricing-hero-new.png);
}
.bi-color-imgbg.pianeta_g:after {
    background-image: url(/wp-content/uploads/2023/11/AdobeStock_315088856.jpeg);
}
.bi-color-imgbg.solutions:after {
    background-image: url(/wp-content/uploads/2023/11/box_2-scaled.webp);
	background-size: 138%;
}
.bi-color-imgbg.tecnologies:after {
    background-image: url(/wp-content/uploads/2023/11/box_3.webp);
}
.bi-color-imgbg.evinai:after {
    background-image: url(/wp-content/uploads/2023/11/evin_ai.webp);
}
.bi-color-imgbg.evinb:after {
    background-image: url(/wp-content/uploads/2023/11/evin_b.webp);
}
.bi-color-imgbg.portali_web:after {
    background-image: url(/wp-content/uploads/2023/11/portali_web.webp);
}
.bi-color-imgbg.reti_voip:after {
    background-image: url(/wp-content/uploads/2023/11/reti_voip.webp);
}
.bi-color-imgbg.software_pers:after,
.bi-color-imgbg.chi-siamo:after {
    background-image: url(/wp-content/uploads/2023/11/software_pers.webp);
}
.bi-color-imgbg.sviluppo_app:after {
    background-image: url(/wp-content/uploads/2023/11/sviluppo_app.webp);
}
.bi-color-imgbg.drink_bevande:after {
    background-image: url(/wp-content/uploads/2023/11/drink_bevande.jpg);
}
.bi-color-imgbg.drink_cantine:after {
    background-image: url(/wp-content/uploads/2023/11/drink_cantine.webp);
}
.bi-color-imgbg.ev_solution:after {
    background-image: url(/wp-content/uploads/2023/11/ev_solution.webp);
}
.bi-color-imgbg.idrink:after {
    background-image: url(/wp-content/uploads/2023/11/idrink.webp);
}
.bi-color-imgbg.iot:after {
    background-image: url(/wp-content/uploads/2023/11/iot_in.webp);
}
.bi-color-imgbg:after {
	content: "";
    width: 100%;
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    overflow: hidden;
}
@media (min-width: 992px) {
	.bi-color-imgbg:after {
		width: 50%;
		background-size: cover;
	}
	.bi-color-imgbg.solutions:after {
    	background-size: cover;
	}
}
.block-desc-h {
	margin: 60px 0 48px 0;
}
.case-study-small-link {
	margin: 18px 0 0;
}
.lower_claim {
	font-size: 1.5rem;
	margin: 16px 0 58px;
}
.lower_claim_l {
	font-size: 1.5rem;
	margin: 38px 0 18px;
}
.gform_description {
	font-size: 1.5rem;
	margin: 16px 0 58px;
}
.gform-body input[type=checkbox], .gform-body input[type=radio] {
    display: inline;
    font-size: 16px;
    margin-right: 10px!important;
    margin: 0;
    padding: 0;
}
.gform-body label, .gform-body legend {
    font-weight: 200;
}
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    box-shadow: none;
    border-radius: 7px;
}
.gform_wrapper.gravity-theme .gform_footer input {
    border-radius: 34px;
    font-weight: 100;
    text-transform: capitalize;
    font-size:16px;
    min-width: 200px;
}
.gform_wrapper.gravity-theme .gform_footer {
    float: right;
}
.gform_wrapper.gravity-theme .gfield_label,
.gfield_consent_label  {
    color: #14152A;
    font-size:14px;
    font-weight: 200;
}
.gfield_required_asterisk, .gfield_validation_message {
    display: none !important;
}
#input_2_6_3_container {
    flex: 0 0 100%;
}
.from {
	font-size: 1.5rem;
	margin-bottom: -10px;
    margin-left: 18px;
}
.mounth {
	font-size: 2.375rem;
}
.price {
	font-size: 5rem;
	font-weight: 700;
	line-height: 1.2;
}
.accordion-title {
    border-top: 1px solid #ccc;
    font-size: 1.75rem;
	font-weight: 500;
    padding: 0.6em 2.3em 0.6em 0;
}
.nav-vertical.nav-tabs > li.active > a, .scroll-to-bullets a.active, .nav-pagination > li > .current, .nav-pagination > li > span:hover, .nav-pagination > li > a:hover, .has-hover:hover .badge-outline .badge-inner, .accordion-title.active, .featured-table, .is-outline:hover, .tagcloud a:hover, blockquote, .has-border, .cart-icon strong:after, .cart-icon strong, .blockUI:before, .processing:before, .loading-spin, .slider-nav-circle .flickity-prev-next-button:hover svg, .slider-nav-circle .flickity-prev-next-button:hover .arrow, .primary.is-outline:hover {
    border-color: #ccc!important;
}
.accordion-title.active {
    background-color: rgba(255,255,255);
}
.accordion-title.active {
    font-weight: 500;
}
.toggle {
    opacity: 1;
}
.toggle i {
    font-size: 1.2em;
    color: #141529;
}
.accordion .toggle {
    right: 0;
	left: auto
}
.text-testimional:before {
	content: '"';
    width: 100%;
    z-index: 1;
    position: absolute;
    bottom: 0;
    top: -20px;
    left: -26px;
    color: #FC235D;
    font-size: 4rem;
}

/* end prodotto */



/*  footer  */
.absolute-footer {
    display: none;
}

footer#footer {
    padding-top: 50px;
    background: transparent linear-gradient(186deg, var(--unnamed-color-14152a) 0%, #191B3D 60%, #0C224D 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(186deg, #14152A 0%, #191B3D 60%, #0C224D 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
}
footer#footer section {
    padding-top: 10px;
    padding-bottom: 0;
}
footer#footer .main-cont {
    border-bottom: 1px solid rgba(220,223,235,0.2);
}
footer#footer a {
    color: #ffffff;
    opacity: 0.7;
}
footer#footer .ux-menu-title {
    color: #FFFFFF;
	font-size: 0.875rem;
	padding-bottom: 1.2em;
    padding-top: 1.8em;
	font-weight: 600;
}

footer#footer .ux-menu-link {
    color: #ffffff;
    opacity: 0.7;
	font-size: 1rem;
}

footer#footer p {
    color: #FFFFFF;
    opacity: 0.7;
	font-size: 1rem;
}
.ux-menu-link__link {
    min-height: 1.5em;
    padding-bottom: 0.3em;
    padding-top: 0.3em;
}

footer#footer .ux-menu-link--active .ux-menu-link__link,
footer#footer .ux-menu-link:hover .ux-menu-link__link {
    color: #ffffff;
    opacity: 1;
}

footer#footer .button.is-link span {
    color: #ffffff;
    font-weight: 400;
    opacity: 0.7;
}

.social-footer {
    float: right;
    padding: 3px;
}

.social-footer-gap {
    float: right;
    padding: 10px;
}
.abs_footer,
.abs_footer p,
.abs_footer .button {
	font-size: 0.875rem!important;
}
.follow_lab p {
	margin-bottom: 0.3em;
}
.abs_footer .col {
    padding-bottom: 0;
}
@media (min-width: 992px) {
		.abs_footer .col {
		padding-bottom: 30px;
	}
}

.form-container .ginput_container_consent {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.form-container .gform-body input[type=checkbox], 
.form-container .gform-body input[type=radio],
.gform-body input[type=checkbox], 
.gform-body input[type=radio]{
    margin-right: 7px!important;
    width: 16px!important;
    height: 16px!important;
}
.form-container .gfield_consent_label,
.gform-field-label .gform-field-label--type-inline .gfield_consent_label {
	margin-bottom: 0!important;
}
.gform_wrapper.gravity-theme .gfield_label, .gfield_consent_label {
    font-size: 15px;
}
.nav>li.tab {
    margin: 0 50px;
}

/* blog */

.blog-post-inner h5 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 28px;
    margin-top: 18px;
}
.blog-post-inner .from_the_blog_excerpt {
    font-size: 1.125rem;
	color: #707378;
}
.blog-post-inner .button {
    font-size: 1.125rem;
	font-weight: 500!important;
}
.blog-post-inner .cat-label {
    font-size: 1rem;
	font-weight: 500!important;
	text-transform: none;
	opacity: .5;
}
.box-blog-post .is-divider {
    display: none;
}
.blog-post-inner .post-meta {
	margin-bottom: 10px;
}
.tabbed-content .nav, .tabbed-content .tab-panels {
    margin: 15px 0;
}
.blog-featured-title .page-title-inner {
	padding-bottom: 70px;
	padding-top: 104px;
}
.blog-featured-title .is-divider {
	display: none;
}
.blog-featured-title .page-title-inner h1 {
	line-height: 1.1;
}

/* end blog */

.slider-nav-light .flickity-page-dots .dot.is-selected {
	border-color: #14152A;
}
.slider-nav-light .flickity-page-dots .dot {
    border-color: #C7CEE2;
}

/*  end footer  */

/*************** ADD TABLET ONLY CSS HERE  ***************/
@media only screen and (min-width: 701px) {
    /*  testimonials  */
    .text-testimional {
        font-size: 27px;
        font-weight: 200;
        line-height: 1.3;
    }

    .author-testimional {
        font-size: 15px;
        font-weight: 200;
    }

    .row-text-testimonial>div {
        padding: 30px;
        border-radius: 0 30px 30px 0;
        height: 350px;
    }

    .row-testimonial,
    .row-img-testimonial img {
        height: 350px;
        border-radius: 30px 0 0 30px;
    }
    /*  end testimonials  */
}

/*************** ADD MOBILE ONLY CSS HERE  ***************/
@media only screen and (max-width: 48em) {

    .tab.has-icon {
        width: 50%;
    }

    .banner-home img {
        width: 50%;
    }

    .change-mobile>div {
        margin-bottom: 20px;
    }

    .row-testimonial {
        display: inline;
    }

    .row-img-testimonial {
        width: 25%;
        float: left;
    }

    .row-text-testimonial {
        width: 75%;
        float: right;
        font-size: 11px;

    }

    .row-text-testimonial>div {
        height: 130px;
        border-radius: 0 20px 20px 0;
        padding: 10px;
    }

    .row-img-testimonial img {
        height: 130px;
        border-radius: 20px 0 0 20px;
    }

    .author-testimional {
        width: 50%;
        position: absolute;
    }

    .row-testimonial a {
        width: 50%;
        float: right;
        display: inline;
        margin-top: -5px;
    }

}
.bi-color-imgbg.lwo-vuoiuna:after {
    background-image: url(/wp-content/uploads/2024/03/Cantina-botte.png);
}
.lwo-full-banner-content h2{
    font-size: 3em;
}
.lwo-full-banner-content p{
    font-size: 1.3em;
}
.lwo-full-banner-action{
    font-size: 1.5em;
}
.investimento-left-text p{
    font-size: 1.3em;
}
.investimento-price-label{
    font-size: 30px;
}
.investimento-price{
    font-size: 110px;
    line-height: 1;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    letter-spacing: -3.33px;
    font-weight: bold;
    gap: 10px;
}
.investimento-price-symbol{
    letter-spacing: -1.26px;
    font-size: 42px;
    font-weight: normal;
}
.investimento-price-desc{
    letter-spacing: -0.84px;
    font-size: 28px;
    margin-top: 20px;
}
.investimento-right-logo-icon img{
    max-height: 65px;
    width: auto;
}
.lwo-2col-section .investimento-price-right-col .col-inner{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}
.lwo-vuoi-section .col-inner .button.primary{
    font-size: 28px;
}
.lwo-vuoi-section .col-inner .lower_claim{
    margin-bottom: 40px;
}
.lwo-vuoi-section .col-inner{
    font-size: 24px; 
}
@media only screen and (min-width: 992px){
    .lwo-logo-banner.sect_prod:after{
        background-position:  right -500%;
    }
}
@media only screen and (min-width: 701px){
    .lwo-logo-banner h1{
        margin-top: 30px;
    }
    .lwo-full-banner-action{
        padding: 2px 30px;
        margin-top: 30px;
    }
    .lwo-vuoi-section .col-inner .button.primary{
        padding: 2px 30px;
        margin-bottom: 90px;
    }
    .lwo-2col-section .medium-6{
        min-height: 520px;
    }
    .investimento-price-col{
        min-width: 550px;
    }
}
@media only screen and (max-width: 48em) {
    .lwo-logo-banner h1{
        font-size: 2.5em;
    }
    .lwo-full-banner-content h2{
        font-size: 2em;
    }
    .lwo-full-banner-content p{
        font-size: 0.9em;
    }
    .lwo-full-banner-action{
        font-size: 1em;
    }
    .investimento-left-text p{
        font-size: 0.9em;
    }
    .lwo-vuoi-section .col-inner .button.primary{
        font-size: 20px;
    }
    .lwo-vuoi-section .col-inner{
        font-size: 18px; 
    }
    .lwo-2col-section .col-inner{
        padding-left: 5% !important;
        padding-right: 5% !important;
    }
    .lwo-vuoi-section .medium-6,
    .lwo-2col-section .medium-6{
        flex-basis: 100%;
        max-width: 100%;
    }
    .investimento-price-label{
        font-size: 20px;
    }
    .investimento-price{
        font-size: 70px;
        letter-spacing: 0px;
    }
    .investimento-price-symbol{
        letter-spacing: 0px;
        font-size: 26px;
    }
    .investimento-price-desc{
        letter-spacing: 0px;
        font-size: 20px;
        margin-top: 10px;
    }
    .lwo-vuoi-section.bi-color-imgbg{
        padding-top: 450px !important;
    }
    .lwo-vuoi-section .col-inner .lower_claim{
        font-size: 20px;
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 576px) {
    .lwo-vuoi-section.bi-color-imgbg{
        padding-top: 320px !important;
    }
}