


/*------------------------------------*\
    Utility Classes
    Margins, Paddings as Utility Classes for faster Coding
\*------------------------------------*/


/*------------------------------------*\
    Margins
\*------------------------------------*/


.margin0, .no-margin {
    margin: 0 !important;
}

.top0, .no-top {
    margin-top: 0rem !important;
}

.top-2em {
    margin-top: -2rem !important;
}
.top-1em {
    margin-top: -1rem !important;
}

.top05em {
    margin-top: 0.5rem !important;
}

.top1em {
    margin-top: 1rem !important;
}

.top2em {
    margin-top: 2rem !important;
}

.top3em {
    margin-top: 3rem !important;
}

.top4em {
    margin-top: 4rem !important;
}

.top5em {
    margin-top: 5rem !important;
}

.top6em {
    margin-top: 6rem !important;
}

.top7em {
    margin-top: 7rem !important;
}

.top8em {
    margin-top: 8rem !important;
}

.top9em {
    margin-top: 9rem !important;
}

.top10em {
    margin-top: 10rem !important;
}

.top11em {
    margin-top: 11rem !important;
}

.top12em {
    margin-top: 12rem !important;
}

.bottom0em, .no-bottom {
    margin-bottom: 0rem
}

.bottom-2em {
    margin-bottom: 2rem !important;
}

.bottom-1em {
    margin-bottom: 2rem !important;
}
.bottom05em {
    margin-bottom: 0.5rem !important;
}

.bottom1em {
    margin-bottom: 1rem !important;
}

.bottom2em {
    margin-bottom: 2rem !important;
}

.bottom3em {
    margin-bottom: 3rem !important;
}


.bottom4em {
    margin-bottom: 4rem !important;
}

.bottom5em {
    margin-bottom: 4rem !important;
}

.bottom6em {
    margin-bottom: 6rem !important;
}

.bottom8em {
    margin-bottom: 8rem !important;
}

.bottom9em {
    margin-bottom: 9rem !important;
}

.bottom10em {
    margin-bottom: 10rem !important;
}

.bottom11em {
    margin-bottom: 11rem !important;
}

.bottom12em {
    margin-bottom: 12rem !important;
}

.left05em {
    margin-left: 0.5rem !important;
}

.left1em {
    margin-left: 1rem !important;
}
.left2em {
    margin-left: 1rem !important;
}

.right05em{
    margin-right: 0.5rem !important;
}

.right1em{
    margin-right: 1rem !important;
}

.right2em{
    margin-right: 2rem !important;
}



/*------------------------------------*\
    Paddings
\*------------------------------------*/

.padding0, .no-padding {
    padding: 0 !important;
}

.padding1em {
    padding: 1rem !important;
}

.padding2em {
    padding: 2rem !important;
}

.padding3em {
    padding: 3rem !important;
}

.padding4em {
    padding: 4rem !important;
}

.padding-top0, .padding-no-top{
    padding-top: 0 !important;
}

.padding-top0em {
    padding-top: 0rem !important;
}

.padding-top1em {
    padding-top: 1rem !important;
}

.padding-top2em {
    padding-top: 2rem !important;
}

.padding-top3em {
    padding-top: 3rem !important;
}

.padding-top4em {
    padding-top: 4rem !important;
}

.padding-top5em {
    padding-top: 5rem !important;
}

.padding-top6em {
    padding-top: 6rem !important;
}

.padding-top7em {
    padding-top: 7rem !important;
}

.padding-top8em {
    padding-top: 8rem !important;
}

.padding-top9em {
    padding-top: 9rem !important;
}

.padding-top10em {
    padding-top: 10rem !important;
}

.padding-bottom0em {
    padding-bottom: 0rem !important;
}

.padding-bottom1em {
    padding-bottom: 1rem !important;
}

.padding-bottom2em {
    padding-bottom: 2rem !important;
}

.padding-bottom3em {
    padding-bottom: 3rem !important;
}

.padding-bottom4em {
    padding-bottom: 4rem !important;
}

.padding-bottom5em {
    padding-bottom: 5rem !important;
}

.padding-bottom6em {
    padding-bottom: 6rem !important;
}

.padding-bottom7em {
    padding-bottom: 7rem !important;
}

.padding-bottom8em {
    padding-bottom: 8rem !important;
}

.padding-bottom9em {
    padding-bottom: 9rem !important;
}

.padding-bottom10em {
    padding-bottom: 10rem !important;
}

.padding-left05em {
    padding-left: 0.5rem !important;
}

.padding-left1em {
    padding-left: 1rem !important;
}
.padding-left2em {
    padding-left: 1rem !important;
}
.padding-left3em {
    padding-left: 3rem !important;
}
.padding-left4em {
    padding-left: 4rem !important;
}

.padding-right05em{
    padding-right: 05rem !important;
}

.padding-right1em{
    padding-right: 1rem !important;
}

.padding-right2em{
    padding-right: 2rem !important;
}



/* --- Utility Classes - MEDIUM --- */
@media only screen and (min-width: 799px) and (max-width: 1023px) { 
    
        
    .medium-margin0, .medium-no-margin {
        margin: 0 !important;
    }
    
    .medium-top0, .medium-no-top {
        margin-top: 0rem !important;
    }
    
    .medium-top-2em {
        margin-top: -2rem !important;
    }
    .medium-top-1em {
        margin-top: -1rem !important;
    }
    
    .medium-top1em {
        margin-top: 1rem !important;
    }
    
    .medium-top2em {
        margin-top: 2rem !important;
    }
    
    .medium-top3em {
        margin-top: 3rem !important;
    }
    
    .medium-top4em {
        margin-top: 4rem !important;
    }
    
    .medium-top5em {
        margin-top: 5rem !important;
    }
    
    .medium-top6em {
        margin-top: 6rem !important;
    }
    
    .medium-top7em {
        margin-top: 7rem !important;
    }
    
    .medium-top8em {
        margin-top: 8rem !important;
    }
    
    .medium-top9em {
        margin-top: 9rem !important;
    }
    
    .medium-top10em {
        margin-top: 10rem !important;
    }
    
    .medium-top11em {
        margin-top: 11rem !important;
    }
    
    .medium-top12em {
        margin-top: 12rem !important;
    }
    
    .medium-bottom0em, .medium-no-bottom {
        margin-bottom: 0rem
    }
    
    .medium-bottom-2em {
        margin-bottom: 2rem !important;
    }
    
    .medium-bottom-1em {
        margin-bottom: 2rem !important;
    }
    
    .medium-bottom1em {
        margin-bottom: 1rem !important;
    }
    
    .medium-bottom2em {
        margin-bottom: 2rem !important;
    }
    
    .medium-bottom4em {
        margin-bottom: 4rem !important;
    }
    
    .medium-bottom5em {
        margin-bottom: 4rem !important;
    }
    
    .medium-bottom6em {
        margin-bottom: 6rem !important;
    }
    
    .medium-bottom8em {
        margin-bottom: 8rem !important;
    }
    
    .medium-bottom9em {
        margin-bottom: 9rem !important;
    }
    
    .medium-bottom10em {
        margin-bottom: 10rem !important;
    }
    
    .medium-bottom11em {
        margin-bottom: 11rem !important;
    }
    
    .medium-bottom12em {
        margin-bottom: 12rem !important;
    }
    
    .medium-left05em {
        margin-left: 0.5rem !important;
    }
    
    .medium-left1em {
        margin-left: 1rem !important;
    }
    .medium-left2em {
        margin-left: 1rem !important;
    }
    
    .medium-right05em{
        margin-right: 0.5rem !important;
    }
    
    .medium-right1em{
        margin-right: 1rem !important;
    }
    
    .medium-right2em{
        margin-right: 2rem !important;
    }
    
    
    
    /*------------------------------------*\
        Paddings
    \*------------------------------------*/
    
    .medium-padding0, .medium-no-padding {
        padding: 0 !important;
    }
    
    .medium-padding1em {
        padding: 1rem !important;
    }
    
    .medium-padding2em {
        padding: 2rem !important;
    }
    
    .medium-padding3em {
        padding: 3rem !important;
    }
    
    .medium-padding4em {
        padding: 4rem !important;
    }
    
    .medium-padding-top0, .medium-padding-no-top{
        padding-top: 0 !important;
    }
    
    .medium-padding-top1em {
        padding-top: 1rem !important;
    }
    
    .medium-padding-top2em {
        padding-top: 2rem !important;
    }
    
    .medium-padding-top3em {
        padding-top: 3rem !important;
    }
    
    .medium-padding-top4em {
        padding-top: 4rem !important;
    }
    
    .medium-padding-top5em {
        padding-top: 5rem !important;
    }
    
    .medium-padding-top6em {
        padding-top: 6rem !important;
    }
    
    .medium-padding-top7em {
        padding-top: 7rem !important;
    }
    
    .medium-padding-top8em {
        padding-top: 8rem !important;
    }
    
    .medium-padding-top9em {
        padding-top: 9rem !important;
    }
    
    .medium-padding-top10em {
        padding-top: 10rem !important;
    }
    
    .medium-padding-bottom1em {
        padding-bottom: 1rem !important;
    }
    
    .medium-padding-bottom2em {
        padding-bottom: 2rem !important;
    }
    
    .medium-padding-bottom3em {
        padding-bottom: 3rem !important;
    }
    
    .medium-padding-bottom4em {
        padding-bottom: 4rem !important;
    }
    
    .medium-padding-bottom5em {
        padding-bottom: 5rem !important;
    }
    
    .medium-padding-bottom6em {
        padding-bottom: 6rem !important;
    }
    
    .medium-padding-bottom7em {
        padding-bottom: 7rem !important;
    }
    
    .medium-padding-bottom8em {
        padding-bottom: 8rem !important;
    }
    
    .medium-padding-bottom9em {
        padding-bottom: 9rem !important;
    }
    
    .medium-padding-bottom10em {
        padding-bottom: 10rem !important;
    }
    
    .medium-padding-left05em {
        padding-left: 0.5rem !important;
    }
    
    .medium-padding-left1em {
        padding-left: 1rem !important;
    }
    .medium-padding-left2em {
        padding-left: 1rem !important;
    }
    
    .medium-padding-right05em{
        padding-right: 05rem !important;
    }
    
    .medium-padding-right1em{
        padding-right: 1rem !important;
    }
    
    .medium-padding-right2em{
        padding-right: 2rem !important;
    }


}

@media only screen and (orientation: portrait) {
    .medium-portrait-top11em {
        margin-top: 11rem !important;
    }
}

/* --- Utility Classes - SMALL --- */
@media only screen and (max-width: 799px) { 
    
    .small-margin0, .small-no-margin {
        margin: 0 !important;
    }
    
    /*--- Small Margin Top ---*/ 
    .small-no-top {
        margin-top: 0 !important;
    }

    .small-top-2em {
        margin-top: -2rem !important;
    }

    .small-top-1em {
        margin-top: -1rem !important;
    }
    
    .small-top1em {
        margin-top: 1rem !important;
    }
    
    .small-top2em {
        margin-top: 2rem !important;
    }
    
    .small-top3em {
        margin-top: 3rem !important;
    }
    
    .small-top4em {
        margin-top: 4rem !important;
    }
   
    /*--- Small Margin Bottom  ---*/
   
    .small-no-bottom {
        margin: 0 !important;
    }

    .small-bottom-2em {
        margin-bottom: -2rem !important;
    }

    .small-bottom-1em {
        margin-bottom: -1rem !important;
    }
    
    .small-bottom1em {
        margin-bottom: 1rem !important;
    }
    
    .small-bottom2em {
        margin-bottom: 2rem !important;
    }
    
    .small-bottom3em {
        margin-bottom: 3rem !important;
    }
    
    .small-bottom4em {
        margin-bottom: 4rem !important;
    }
    
	.small-no-padding, .small-padding0 {
        padding: 0 !important;
    }
    
    .small-padding-top1em{
        padding-top: 1rem !important;
    }
    
    .small-padding-top2em{
        padding-top: 2rem !important;
    }
    
    .small-padding-bottom1em{
        padding-bottom: 1rem !important;
    }
    
    .small-padding-bottom2em{
        padding-bottom: 2rem !important;
    }
    
    .small-padding-left0em{
        padding-left: 0 !important;
    }
    
    .small-padding-right0em{
        padding-right: 0 !important;
    }
    
    .small-padding-left1em {
        padding-left: 1rem !important;
    }
    .small-padding-left2em {
        padding-left: 1rem !important;
    }
    
    .small-padding-right1em{
        padding-right: 1rem !important;
    }
    
    .small-padding-right2em{
        padding-right: 2rem !important;
    }
    
    .small-padding1em {
        padding: 1rem 0 !important;
    }
    
    .small-padding2em {
        padding: 2rem 0 !important;
    }
    
    .small-padding3em {
        padding: 3rem !important;
    }
    
    .small-padding4em {
        padding: 4rem 0 !important;
    }
}



/*------------------------------------*\
    Fixes
\*------------------------------------*/


/* -------------- Correzioni x Foundation ----------------------------*/

/*corregge l'alineamento del float sull'ultimo div rimasto*/
/*
[class*="column"] + [class*="column"]:last-child {
    float: left;
}*/

.orbit-timer{
    display: none;
}


@media only screen and (max-width: 799px) {
    .f-topbar-fixed { 
        padding-top: 0px !important;
    }

}

/* Text Logo  header - footer */

.site-name {
    color: #ffffff;
    display: block;
    font-size: 2.5rem;
    line-height: 0.7;
    margin: 0.7rem 0 0px;
}

.site-desc {
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
}
.orbit-timer{
    display: none;
}

/* classi per la tendina promozionale per iscrizione alla newsletter */

.subscribe{
    background-color: rgba(231, 231, 233, 0.95);
    bottom: 0;
    position: fixed;
    top: auto !important;
    width: 100%;
    height: 0;
    z-index: 1000;
    color: rgb(255,255,255);
}
    .subscribe.show {
        height: 20%;
        transition: height 400ms linear 500ms;
    }
    
    .subscribe .close {
        border: 1px solid rgb(97, 79, 79);
        border-radius: 50%;
        color: rgb(97, 79, 79);
        cursor: pointer;
        font-size: 14px;
        height: 20px;
        position: absolute;
        right: 1%;
        text-align: center;
        text-decoration: unset;
        text-transform: uppercase;
        top: 10%;
        width: 20px;
    }
    
    .subscribe .close:hover {
        border: 1px solid rgb(130, 44, 44);
        color: rgb(130, 44, 44);
    }
    
@media only screen and (max-width: 799px) { 
	
    .subscribe.show {
        height: 60%;
        transition: height 400ms linear 500ms;
    }
	
}       
    
/* correzzioni acf maps */
.gm-style img { 
    max-width: none; /*risolve il problema di visualizzazione dei controlli sulla mappa*/  
}  

/* corregge l'altezza del menu in base alla barra admin di wordpress*/
body.admin-bar .top-bar-container {

}

/*
 * porta in fondo alla pagina la barra di wordpress
 */
/*
#wpadminbar {
    top: auto !important;
    bottom: 0;
}   
*/

figure{
	    display: inline-block;
    vertical-align: middle;
       height: auto;
    max-width: 100%;
}

.credits * {
    color: #999999;
    font-size: 0.8rem;
    text-decoration: none;
}
