/*aggiungere qui le nuove regole*/

@media screen and (max-width: 1000px) {
	.rmp-submenu .rmp-menu-item-link:hover, .rmp-submenu .rmp-menu-item-link:focus {
		line-height: normal;
	}
	#header-outer .mega-cta-principale-menu.cta-principale-menu {
		display: none !important;
	}
}


/*INIZIO sistemazioni landing-page*/
.nectar-cta.cta-principale.cta-sotto-titolo.btn-blu .link_wrap {
    background: linear-gradient(to bottom right, #03A9F4, #0182fd) !important;
    color: #fff !important;
}
.nectar-cta.cta-principale.cta-sotto-titolo.btn-blu .link_wrap:hover {
    background: #0082fd !important;
}	
.nectar-cta.cta-principale.cta-sotto-titolo.btn-rosa .link_wrap:hover {
    background: #e1008b !important;
}
.page-template-template-no-header-footer  p#breadcrumbs {
	display: none;
}
.icone-a-cerchio.cerchio-decentrato .nectar-icon-list-item .list-icon-holder::before {
    /*top: -23px;
    left: -23px;*/
    opacity: 1;
    background: #e9f2fa;
}
/*FINE sistemazioni landing-page*/


/*INIZIO riduzione spaziature di intro prodotti software*/
.single-software .row.heading-title.hentry {
    padding-top: 0;
    margin-bottom: 20px;
    padding-bottom: 0;
}
.single-software .first-section .vc_col-sm-8:has(.nectar-cta.cta-secondaria.small-outline) .divider-wrap > .divider {
	height: 0 !important;
}
.single-software #breadcrumbs.yoast {
    padding-bottom: 0;
}
/*.single-software #ajax-content-wrap > .container-wrap:first-of-type {
    padding-top: 10px !important;
}*/
.single-software .content-inner:has(.first-section) .wpb_row:nth-of-type(2) {
    padding-top: 5px !important;
}
.single-software .wpb_wrapper:has(div.testo-introduzione) .divider-wrap > .divider {
    height: 25px !important;
}
.single-software .wpb_wrapper:has(div.testo-introduzione) div:nth-of-type(1) img {
    max-width: 200px;
}
/*FINE riduzione spaziature di intro prodotti software*/


/*regole x top bar (Erica)*/

#header-secondary-outer .cta-top-bar span {
    font-size: 16px !important;
    font-weight: 800 !important;
}
#header-secondary-outer nav > ul > li.cta-top-bar:hover > a {
    color: #fff !important;
}
span.menu-title-text{
    font-weight: 600 !important;
    font-size: 13px !important;
}
aside.el-fisso {
    padding-bottom: 20px !important;
}
#header-outer #header-secondary-outer .cta-top-bar > a:hover::after, #header-outer #header-secondary-outer .cta-top-bar > a:hover::before {
    background-color: #0182fd;
}
/*FINE regole x top bar*/

/*spazio icon-text footer (Erica)*/
i[class*=fa-] {
    left: 0px;
	padding-right:5px;
}
/*FINE spazio icon-text footer*/


@media (min-width: 768px) {
    #contattaci-fisso i {
        transform: rotate(-90deg);
        margin-bottom: 20px;
    }
	#contattaci-fisso i.fa-phone {
		font-size: 24px;
		margin-top: 3px;
        margin-left: -3px;
	}
	#contattaci-fisso a.ct-tel {
		padding-top: 0;
	}
}