.mfp-content {
  text-align: center;
}
.sp-module.mysetting #set-btn,
.sp-module.mysetting #set-menu{
  position: fixed;
  bottom: 63px;
  right: 0;
  z-index: 99;
  color:#ffffff;
}
.sp-module.mysetting #set-btn a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 61px;
  height: 54px;
  background: rgba(59, 106, 92, 1);
  border-radius: 9px 0 0 9px;
  color: #ffffff;
  text-decoration: unset;
}
.sp-module.mysetting #set-btn a > .sppb-icon-inner {
  display:flex;
}
.sp-module.mysetting #set-menu{
  transform: translateX(100%);
  background: rgba(59, 106, 92, 1);
  transition: all 0.5s;
  padding: 10px 0 !important;
  border-radius: 9px 0 0 9px;
  width: auto;
  max-width: 100%;
}
.sp-module.mysetting #set-menu.open{
  transform: translateX(0%);
  box-shadow: 0 0 10px rgba(0,0,0,0.5)!important;
}
.sp-module.mysetting #set-menu .sppb-icons-label-text.right {
  font-size: 16px;
  font-weight: 300;
}
/*darkmode*/
html.darkmode body,
html.darkmode .sp-preloader,
html.darkmode .white-popup-block,
html.darkmode .builder-container,
html.darkmode #sp-header{
  background-color:#252525!important;
  color: #ffffff;
}
html.darkmode #sp-header{
  box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0.1);
}
html.darkmode .close-btn-icon.fas.fa-times,
html.darkmode .mfp-close-btn-in .mfp-content .white-popup-block .mfp-close {
  color: #ffffff;
}
.sp-module.switchdarkmode {
  /*position: fixed;
  bottom: 25px;
  right: 0;
  z-index: 99;*/
}
.switchmode a {
  display: inline-flex!important;
  align-items: center;
  text-decoration:unset!important;
}
.switchmode i {
  padding-right:3px;
}
.switchmode.light,
html.darkmode .switchmode.dark {
  display:none!important;
}
html.darkmode .switchmode.light {
  display:block!important;
}
html.darkmode a {
  color: lightskyblue;
}
.fontbtn{
  padding:0;
}
/*link*/
a, a:hover, a:focus, a:active {
  text-decoration: underline;
}
/*modal popup*/
.mfp-wrap {
  top: 0!important;
  left: 0!important;
  width: 100%!important;
  height: 100%!important;
  z-index: 9999999!important;
  position: fixed!important;
  outline: 0 !important;
  -webkit-backface-visibility: hidden!important;
  overflow: hidden auto!important;
}
/* sp popup */
.sp-pagebuilder-popup .builder-container {
  /*width: 85%;*/
}
.white-popup-block img,
.sp-pagebuilder-container-popup .sppb-addon-single-image:not(.imgmax ) img{
  max-width: 500px;
  width: 100%;
}
.sppb-addon.sppb-addon-single-image .sppb-addon-title {
  font-style: italic;
  font-size: 96%;
  /*text-align: center;*/
}
/*header*/
#sp-header {
  height: auto!important;
  padding: 0 10px;
}
#sp-header .sp-module {
  margin-left: 0;
}
#sp-top1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
#sp-logo {
  /*padding: 0 24px;*/
  text-align: center;
}
#sp-header .logo {
  height: auto!important;
}
#sp-header .logo a {
  font-size: 19px;
  line-height: 1.3;
  text-decoration: unset;
}
#sp-logo > div {
  justify-content:center;
  flex-direction: column;
}
.titolologo {
  order: 2;
  font-size: 16px;
  font-weight: 600;
  margin: 9px 0px 0px !important;
}
.logo-slogan {
  font-size: 15px;
  line-height: 1.2;
  padding: 5px 0px 8px;
}
/**/
nt {
  display: block;
  font-weight: 400;
  font-size: 85%;
}
/**/
.cit span {
  text-align: right;
  width: 100%;
  display: block;
}
/*footer*/
#sp-footer, #sp-bottom {
  color:inherit;
}
#sp-footer {
  background: unset;
}
#sp-footer .container-inner {
  padding: 0;
  border-top: 0px;
}
.copyright .mod-custom.custom {
  text-align: right;
  font-size:90%;
}
@media (max-width: 991px) {
  .mobileview .sppb-row-column {
    max-width: 100%!important;
    flex-basis: 100%!important;
  }
}
@media (max-width: 767px) {
  .logo-slogan {
    font-size: 13px;
  }
}