/* TMAX Site Config V1 — applica solo gli sfondi scelti dall'Admin. */
html body.tmax-site-custom-bg{
  background-color:#07090c!important;
  background-image:linear-gradient(rgba(4,6,8,var(--tmax-site-overlay,.48)),rgba(4,6,8,var(--tmax-site-overlay,.48))),var(--tmax-site-bg)!important;
  background-position:var(--tmax-site-position,center center)!important;
  background-size:cover!important;
  background-attachment:fixed!important;
  background-repeat:no-repeat!important;
}
html body.tmax-site-custom-bg .admin-page{background:transparent}
