
/* Rumba Sabrosa - static HTML visual corrections */
html, body { margin: 0; padding: 0; }
body.site {
  min-width: 768px;
  background: #080000;
  position: relative;
}
body.site:before {
  background: #fff0 url("gallery_gen/34966e11d15bb683b59c9bca5c270bfe_fit.jpg") repeat fixed center center !important;
  background-size: auto auto !important;
  opacity: 1 !important;
  min-width: 768px;
}
body.site .root { min-height: 100vh !important; }
body.site .wb_sbg {
  min-width: 768px;
  min-height: 100vh !important;
  background: #050505 url("gallery_gen/03cf8b1722183af7254e5a2abea697ed_fit.jpg") repeat center center !important;
}

/* Keep the original horizontal menu in one row. */
#a19e83999132202f8dbb6d9d3c2201f2 .hmenu {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  overflow-x: auto !important;
}
#a19e83999132202f8dbb6d9d3c2201f2 .hmenu > li {
  flex: 0 0 auto !important;
}
#a19e83999132202f8dbb6d9d3c2201f2 .hmenu > li > a {
  white-space: nowrap !important;
}

/* Static gallery replacement */
.wb-static-gallery {
  position: relative !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #000 !important;
}
.static-gallery-frame {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.static-gallery-frame img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.static-gallery-prev,
.static-gallery-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  border: 0;
  background: rgba(0,0,0,.45);
  color: #fff;
  font-size: 30px;
  line-height: 38px;
  width: 38px;
  height: 48px;
  cursor: pointer;
  padding: 0;
}
.static-gallery-prev { left: 4px; }
.static-gallery-next { right: 4px; }
.static-gallery-prev:hover,
.static-gallery-next:hover { background: rgba(0,0,0,.75); }

/* Make sure content is not hidden while the old Site.pro runtime is absent. */
.wb-layout-element,
.wb-layout-horizontal,
.wb-layout-vertical { visibility: visible !important; }

/* Prevent the old generated CSS from hiding overflow needed by the page. */
img { max-width: 100%; }
