/*
Theme Name: Sinister Divi Child
Theme URI: https://sinistergaming.com
Description: Divi child theme for the SinisterGaming custom forum rebuild.
Author: SinisterGaming
Template: Divi
Version: 0.1.0
*/

:root {
    --sg-shell-bg: #060504;
    --sg-shell-panel: #110f0c;
    --sg-shell-metal: #7e6423;
    --sg-shell-highlight: #c4a44e;
    --sg-shell-text: #d7cfb3;
    --sg-shell-muted: #92886c;
}

body.sgf-forum-shell {
    background:
        radial-gradient(circle at top, rgba(125, 99, 34, 0.24), transparent 35%),
        linear-gradient(180deg, #060504 0%, #0b0906 55%, #050403 100%);
    color: var(--sg-shell-text);
}

body.sgf-forum-shell #main-header,
body.sgf-forum-shell #main-footer {
    box-shadow: inset 0 -1px 0 rgba(196, 164, 78, 0.15);
}

body.sgf-forum-shell #page-container {
    background: transparent;
}

body.sgf-forum-shell a {
    color: var(--sg-shell-highlight);
}
