/*
Theme Name: Casa Society V3
Theme URI: https://casa-society.com/
Author: Casa Society
Description: Complete Casa Society hospitality theme with restaurant, events, consulting, experience, contact and information pages.
Version: 3.2.2
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: casa-society-v3
*/

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  background: #0a0a0a;
}

.casa-society-frame {
  position: fixed;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: #0a0a0a;
}

body.admin-bar .casa-society-frame {
  top: 32px;
  height: calc(100% - 32px);
}

@media (max-width: 782px) {
  body.admin-bar .casa-society-frame {
    top: 46px;
    height: calc(100% - 46px);
  }
}
