.sp-page-title
 {
    height: 300px;
}


.sp-page-title {
    background: #3d449a;
    opacity: 70%;
   
}


.sp-page-title h1
 {
    font-size: 40px;
	color: white;
	padding-top: 100px ;
	text-align:center;
    text-shadow: 2px 2px 4px black;
}

#sp-bottom {
    background-color: #0579df!important;
	padding: 20px 0px 20px 0px!important;
}

.sp-module ul > li > a:hover
 {
    color: #fff!important;
}



#sp-top-bar {
    padding: 0px 0!important;
}

.sp-module ul > li {
    
    border-bottom: 0px!important;
    
}

#sp-header {

background: #3d449a!important;

}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {

    font-size: 14px!important;
    
    color: #fff!important;
    
}
/* Nasconde la pagina profilo utente */
.com-users-profile {
    display: none !important;
}

/* Oppure nasconde solo specifici campi */
.com-users-profile .control-group {
    display: none !important;
}


.sppb-addon-articles .sppb-addon-article .sppb-readmore {
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
    border-top: 1px solid #e3e3e3;
    display: block;
    letter-spacing: 1.13px;
    color: #afafaf;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0px 30px;
    position: relative;
}

.sppb-addon-articles .sppb-addon-article .sppb-readmore:after {
  font-family: var(--fontAwesome--Version);
  font-weight: 700;
  content: "\f105";
  float: right;
}

.tags {
    margin: 30px 100px;
    border: solid 1px rgba(175, 175, 175, 0.3);
    border-right: 0;
    border-left: 0;
    line-height: 40px;
}

