/* Red Carpet theme override for Perth Pop-Up Movies (test). Loaded after site.min.css.
   Recolours by redefining the homepage CSS variables, no structural change. Remove the
   <link> in header.php (or delete this file) to revert. */
html{background:#160305}
body{background:
  radial-gradient(ellipse at 20% 0%,rgba(122,15,23,.45),transparent 55%),
  radial-gradient(ellipse at 90% 100%,rgba(58,7,13,.6),transparent 55%),
  linear-gradient(160deg,#1d0407,#0c0203) !important;
  background-attachment:fixed !important}

.pum-home{
  --bg:#160305; --bg2:#240509; --bg3:#2c0709; --bg4:#3a070d;
  --gold:#d9b06a; --gold-light:#f3dca0; --gold-dim:rgba(217,176,106,.16);
  --text:#f6ead2; --text2:#e9d8b8; --text3:#b89a78;
  --border:rgba(217,176,106,.12); --border2:rgba(217,176,106,.30);
}
.pum-home .hm-hero{background:radial-gradient(ellipse 80% 60% at 50% 40%,#3a070d 0%,#160305 70%) !important}
.pum-home .hm-final{background:radial-gradient(ellipse 60% 70% at 50% 50%,#3a070d 0%,#160305 70%) !important}
.pum-home h1.hm-h1{background:linear-gradient(120deg,#fff6df 25%,#d9b06a 60%,#a87b32 100%) !important;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.pum-home .hm-pillar{background:linear-gradient(135deg,#2a0509 0%,#160305 100%) !important}
.pum-home .hm-card::after{background:linear-gradient(160deg,rgba(217,176,106,.14) 0%,rgba(122,15,23,.18) 100%) !important}
