/*
Theme Name: The Den
Theme URI: https://idyllic.co.nz
Author: Idyllic
Author URI: https://idyllic.co.nz
Description: Custom theme for The Den
Version: 2.2
Text Domain: idyllic
*/

/* All main theme CSS is located in /css/less/ and compiled into css/main.css */

.wp-caption {}
.wp-caption-text {}
.sticky {}
.gallery-caption {}

#spotlight {
    --x: 50%;
    --y: 50%;
    position: absolute;
    top: 0;
    z-index:944;
    left: 0;
    height: 105vh;
    width: 100vw;
    /*
    background-image: radial-gradient(
            circle max(15vmin, 120px) at var(--x) var(--y),
            transparent max(5vmin, 80px), #C41010
    );
    */
    background-image: radial-gradient(
            circle max(15vmin, 20px) at var(--x) var(--y),
            transparent max(5vmin, 20px),
            #000000
    );
}
