/* custom css */

/*#offcanvas-toggler, .sp-megamenu-parent > li > a {
	line-height:144px
	}
	
#sp-header .logo, #sp-header .sticky-wrapper .is-sticky {
	height:144px;
	}
#sp-header {height:144px;}*/


/***** GENERAL *****/

#sp-page-builder .sppb-section-title.sppb-text-center .sppb-title-subheading {
    display: block;
}
#sp-page-builder .sppb-section-title.sppb-text-center .sppb-title-subheading {
    margin: 0 auto;
}
.sppb-section-title h3 {
    padding-bottom: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.sppb-section-title h2 {
    color: #333;
    font-size: 30px;
    font-weight: 300;
    padding-bottom: 20px;
}
.sppb-section-title p {
    font-size: 13px;
    color: #000;
}

/***** MENU BAR *****/
#sp-header {
  height: 135px;
  padding: 10px 0;
}
#sp-header-sticky-wrapper {
    position: relative;
    z-index: 999;
}
.sticky-wrapper.is-sticky #sp-header {
    background: rgba(255,255,255,0.90);
}
#sp-menu {
  padding-top: 10px;
}
/***** SLIDER *****/
#sp-main-body .home-page #sp-slide-wrapper {
    margin-top: -90px;
}
/***** INTRODUCTION *****/
/* mission-vision-territorio*/
.introduction {
    cursor: pointer;
}
.introduction:hover i {
    cursor: pointer;
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
}
.introduction h3 {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.introduction h3:hover {
	color: #62a83d!important;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

/***** Irpinia Homepage *****/
#irpinia_home_wrapper .sppb-text-center .sppb-img-responsive {
    border: 6px solid #D1DFE8;
    border-radius: 50%;
    display: inline-block;
}
