/* CAST */
.cast-headshot {
    width: 190px;
    text-align: center;
    display: inline-block;
}
.cast-wrapper {
    position: relative;
    z-index: 999;
    margin-top: -60px;
}
.chapter-cast {
    margin: 0px 0px 20px 0px;
    position: relative;
    top: 0px;
}
.cast-wrapper-table {
    margin-top: 5px;
}
.castTable{
    display: table;
    width: 800px;
}
.castTableRow {
    display: table-row;
}
.castTableHeading {
    display: table-header-group;
}
.castTableCell, .castTableHead {
    border: none;
    display: table-cell;
    padding: 0px;
    vertical-align: top;
}
.castTableHeading {
    display: table-header-group;
}
.castTableFoot {
    display: table-footer-group;
}
.castTableBody {
    display: table-row-group;
}
.castTableCell {
    padding: 0 0 15px 0;
}
.castTableCell.casttable-left {
    width: 190px;
}
.castTableCell.casttable-right {
    width: 190px;
    text-align: right;
}
.castTableCell.casttable-middle {
    width: 190px;
    text-align: center;
}
.actor-name {
    font-family: 'Syne Mono', monospace;
    color: #ff5555;
    font-size: 100%;
    text-transform: uppercase;
}
img.headshot {
    width: 100%;
    margin: 0 auto;
}
.character-name {
    color: #ff5555;
    margin: 0px 0px 0px 0px !important;
    padding-top: 0px;
    font-size: 130%;
    font-weight: 400;
    text-transform: uppercase;
}

/* ----------------- */

/* GALLERY */
.gallery-content {
    width: 100%;
    margin: 0 auto;
    display: flex; /* Enable flexbox */
    flex-wrap: wrap; /* Allow items to wrap to the next row */
    justify-content: center; /* Center items horizontally */
    gap: 10px;
}
div.gallery {
    width: 185px;
    height: auto;
    margin-bottom: 20px;
    box-sizing: border-box;
    text-align: center;
}
div.gallery:hover {
}
div.gallery img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
div.desc {
    padding: 15px;
    text-align: center;
}
div.gallery .actor-name {
    font-family: 'Syne Mono', monospace;
    color: #ff5555;
    font-size: 90%;
    text-transform: uppercase;
}
div.gallery .character-name {
    color: #ff5555;
    margin: 0px 0px 0px 0px !important;
    padding-top: 0px;
    font-size: 100%;
    font-weight: 400;
    text-transform: uppercase;
}

/* ----------------- */

/* iMESSAGE */
.imess-photo img {
    width: 40px;
    margin: 0 auto;
    display: block;
}
.imess-photo {
    border-bottom: #2d2d2d 1px solid;
    padding-bottom: 10px;
}
.imess {
    background: #1b1b1b;
    padding: 20px;
    border-radius: 10px;
    width: 350px;
    margin: 0 auto;
    max-width: 85%;
}
.sent {
    background: #3c86c1;
    display: inline;
    padding: 10px;
    float: right;
    border-radius: 15px;
    margin: 10px 0px 30px 0px;
    position: relative;
    max-width: 190px;
    clear:both;
}
.received {
    clear: both;
    background: #333333;
    display: table;
    margin: 10px 0px 30px 0px;
    border-radius: 15px;
    padding: 10px;
    position: relative;
    max-width: 190px;
}
.firstmess {
    margin-bottom: -5px;
}
.received.firstmess.initialmess {
    position: relative;
    z-index: 1;
    margin-top: -22px;
}
.name-emoji {
    height: 10px;
    display: inline!important;
}
.imess-name {
    margin: 0 auto;
    font-family: "Noto Sans", serif;
    text-align: center;
    font-size: 90%;
}
.imess-emoji {
    height: 15px;
    display: inline;
    position: relative;
    bottom: 2px;
}
.sent-bubble {
    position: absolute;
    height: 10px;
}
.sent-bubble {
    position: absolute;
    height: 10px;
    padding: 0px;
    margin: 0px;
}
.sent-bubble img {
    height: 100%;
    display: block;
}
.sent-bubble.bub-right {
    right: -3px;
    bottom: 0px;
    text-align: right;
}
.sent-bubble.bub-left {
    left: -3px;
    bottom: 0px;
    text-align: left;
}
.imess-fade {
    height: 30px;
    width: 100%;
    position: relative;
    z-index: 100;
    background: url(/img/emojis/imess-fade.webp);
    background-size: contain;
    background-repeat: repeat-x;
}
.received.messcut {
    margin-top: -28px;
    z-index: 1;
    position: relative;
}
.imess-spacer {
    background: #1b1b1b;
    height: 13px;
    position: relative;
    z-index: 100;
}
.cmd-code {
    font-family: "Lucida Console";
    color: #ff5555;
}
p.cmd-code {
    width:90%;
    text-align:center
}

/* ----------------- */

/* IMG FORMATTING */
.spiralbreak img {
    width: 130px;
    margin: 0 auto 0 auto;
    text-align: center;
    display: block;
    padding: 50px;
}

/* ----------------- */

/* JAPANESE TEXT CODE */
.japanese-text-wrapper {
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.japanese-text {
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #333;
    font-size: 120%;
    font-weight: bold;
    position: relative;
    z-index: 1;
}
.translated-text {
    position: absolute;
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    bottom: 3px;
    color: red;
    text-shadow: #000 0px 0px 4px;
    z-index: 10;
    font-family: 'Syne Mono', monospace;
}

/* ----------------- */

/* Main Chapter Stylesheets */
div#chapter-main {
    clear: both;
    margin-top: 100px;
}
.main-logo {
    margin: 50px auto 50px auto;
    height: 300px;
    background: url('/img/page break raven light.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.chapter-logo, .wp-block-image {
    margin: 60px auto !important;
    height: auto;
    width: 97vw;
    max-width: 100%;
}
.chapter-break {
    margin: 10px auto 10px auto !important;
    width: 97vw !important;
    max-width: 400px !important;
}
.chapter-logo figure {
    margin: 0px auto 0px auto;
}
.chapter-logo img {
    margin: 0px auto !important;
    height: auto !important;
}
.chapter-page-break {
    margin: 50px auto 50px auto;
    width: 600px;
    height: 48px;
    background: url(/img/page-break-line.webp);
    background-position: center;
    background-size: cover;
}
.promo-break {
    margin: 50px auto 50px auto;
    width: 600px;
    height: 48px;
    background: url(/img/page-break-line.webp);
    background-position: center;
    background-size: cover;
}
.end-break {
    margin: 50px auto 50px auto;
    height: 200px;
    background: url(/img/page-break-symbol-light.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
#chapter {
    position: relative;
    width: 100%;
    z-index: 1;
}
#chapter h1 {
    font-size: 140px;
    margin-top: 50px;
    color: #d3d3d3;
    text-align:center;
    font-family: 'Syne Mono', monospace;
}
#chapter h1.interlude {
    font-size:100px;
    font-family: 'Syne Mono', monospace;
}
#chapter h2 {
    width: 98%;
    margin: 0px auto 5px auto;
    text-align: right;
    font-weight: normal;
    font-size: 170%;
    padding-bottom: 5px;
    border-bottom: 2px dashed;
    color: #ff5555;
    font-family: 'Syne Mono', monospace;
}
#chapter-head {
    width: 3860px !important;
    max-width: 3860px !important;
    height: 800px;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    z-index: 999;
    left: calc(50% - 1930px);
    background: url(/img/chapterheader.webp);
    background-position-x: center;
    background-position-y: bottom;
}
.chapter-name {
    font-family: 'norseregular';
    font-weight: normal;
    font-style: normal;
    color: #ff5555;
    font-size: 400%;
    text-shadow: 2px 4px 0px #000;
    letter-spacing: 5px;
}
#chapter-head-table-wrapper {
    display: block;
    width: 100%;
    width: 3860px !important;
    max-width: 3860px !important;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    z-index: 999;
    left: calc(50% - 1930px);
    background: url(/img/chapterheader.webp);
    background-position-x: center;
    background-position-y: top;
    background-repeat: no-repeat;
}
.chapter-head-table {
    width: 800px;
    display: table;
    height: 800px;
    margin: 0 auto;
}
.chapter-head-TableRow {
    display: table-row;
}
.chapter-head-TableCell {
    border: none;
    display: table-cell;
    padding: 0px;
}
.chapter-head-TableRow.toprowspacer {
    height: 600px;
}
nav.navigation.post-navigation {
    display: none;
}

/* ----------------- */

/* MISC */
.alyways-look-on {
    display: inline-block;
    overflow: hidden;
    width: 100%;
}
.alyways-look-on.em1 {
    height: 104px;
}
.alyways-look-on.em2 {
    height: 125px;
}
.alyways-look-on.em3 {
    height: 172px;
}
.alyways-look-on.em4 {
    height: 172px;
}
.alyways-look-on.em5 {
    height: 144px;
}
.alyways-look-on.em6 {
    height: 184px;
}
.alyways-look-on.em7 {
    height: 180px;
}

/* ----------------- */

/* NEWS */
.news-logo {
    padding: 10px;
}
p.news-byline {
    font-size: 90%;
}
.news-logo img {
    max-width: 700px;
    margin: 0 auto;
    display: block;
}
.news-headline {
    font-size:150%;
    text-align:left;
}

/* ----------------- */

/* SCRIPT */
.book3script {
    width:100%;
}
.book3script p {
    text-indent: 0px!important;
}
.script-name {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px -25px 0px;
    text-align: center;
    letter-spacing: 3px;
}
.script-talk {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width:50%;
    min-width:325px;
    font-family: 'Noto Sans';
}
.script-name strong {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ff5555;
    font-family: 'Noto Sans';
    color: darkgray;
    font-weight: 600;
}
.book3script strong {
    color: #ff5555;
}
span.first-letter {
    font-size: 150%;
    font-weight: 400;
}
span.first-line {
    color: #ff5555;
}
.script-divider {
    border-top: 2px dashed #ff5555;
}
#gorgotv {
    width: 100vw;
    margin: 20px auto 20px auto;
}
#gorgotv img {
    width: 80%;
    margin: 0 auto;
    display: block;
}
.script-dialogue {
    width: 500px;
    text-align: center;
    margin: auto;
    color: beige;
    font-family: "Courier Prime", monospace;
}
.script-dialogue-monster {
    width: 500px;
    text-align: center;
    font-weight: 100;
    font-size: 100%;
    line-height: 175%;
    letter-spacing: 3px;
    color: inherit;
    font-family: "Lacquer", serif;
    background-color: inherit;
    margin: auto;
    padding: 0 0 30px 0;
}
p.social {
    font-family: "Noto Sans", sans-serif;
    width: 90%;
}
s {
    text-decoration: none !important;
    font-size: 104%;
    font-weight: 400;
    font-style: inherit;
    color: #b7b1a8;
    font-family: "Pangolin", serif;
    letter-spacing: .5px;
}
p.screenplay {
    width: 600px;
    max-width: 90%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Marcellus SC';
    font-size: 105%;
}
.letter {
    width: 85%;
    font-family: "Courier Prime", monospace;
    margin: 0 auto;
}
.movie-script {
    font-family: "Courier Prime", monospace;
}

/* ----------------- */

/* Section Formatting */
.synopsis-wrapper {
    position: relative;
    width: 800px;
    margin: 0 auto;
    top: 600px;
}
.synopsis {
    font-weight: normal;
    font-size: 150%;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: -4px;
    color: #ff5555;
    font-family: 'Syne Mono', monospace;
    letter-spacing: 2px;
}
.synopsis-description {
    text-transform: uppercase;
    font-family: 'Syne Mono', monospace;
}
.synopsis-cast {
    color: #ff5555;
    font-family: 'Syne Mono', monospace;
    font-size:150%;
    letter-spacing: 2px;
}
.synopsis-border {
    border-bottom:1px dashed #ff0000;
}
.book3h2 {
    text-align: center!important;
    border-bottom: 1px solid!important;
    color: #e53f3f!important;
    font-family: 'Syne Mono', monospace;
}

/* ----------------- */

/* SPEAK FONTS */
.gorgo-speak {
    font-weight: 100;
    font-size: 100%;
    line-height: 100%;
    letter-spacing: 1.7px;
    /* color: #9e9e9e; */
    font-family: 'Patrick Hand SC', cursive;
    font-family: "Protest Strike", sans-serif;
    font-family: "Protest Revolution", sans-serif;
}
p.gorgo-speak {
    line-height: 175%;
}
.gorgo-speak strong {
    color: red;
    font-weight:normal;
}
.gorgo-speak em {
    color: #ff5555;
}
mark {
    font-weight: 400;
    font-size: 165%;
    line-height: 100%;
    letter-spacing: 0.5px;
    background-color: transparent;
    color: #bdbdbd;
    font-family: 'MaraethSpeak';
}
strong mark {
    color: #ff5555;
    font-weight:bold;
}
mark strong {
    color: #ff5555;
    font-weight:bold;
}
em mark, mark em {
    color:#ff5555;
}
.eod-speak {
    font-weight: 400;
    font-style: normal;
    font-optical-sizing: auto;
    font-size: 103%;
    letter-spacing: 1px;
    line-height: 0px;
    font-family: 'Pangolin';
    color: #c1c1c1;
}
.eod-speak em {
    color: #ff5555!important;
}
.eod-speak strong {
    color: white!important;
    font-weight:700!important;
}
.other-me {
letter-spacing: 0.5px;
font-family: "Schoolbell", cursive;
}
.vorazd {
    font-family: "Marcellus SC", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 118%;
    color: aliceblue;
}
.vorazd strong {
    color:white;
}
u {
    font-weight: 400;
    font-size: 120%;
    line-height: 100%;
    letter-spacing: 2.2px;
    /* font-family: "Lacquer", system-ui; */
    font-family: Dreadful;
    background-color: transparent;
    color: #d6cec4;
}
strong u {
    color: #ff5555;
    font-weight:normal;
}
u strong {
    color: #ff5555;
    font-weight:normal;
}
em u {
    color: #ff5555;
}
u em {
    color: #ff5555;
}
.ritual {
    font-family: "Macondo", cursive;
    font-variant: small-caps;
    font-size: 111%;
    font-weight: bold;
    letter-spacing: 1.5px;
}
sup {
    vertical-align: initial;
    font-size: 100%;
    font-family: "Macondo", cursive;
    font-variant: small-caps;
    font-size: 111%;
    font-weight: bold;
    letter-spacing: 1.5px;
}
sub {
    vertical-align: initial;
    font-weight: 400;
    font-style: normal;
    font-size: 105%;
    font-family: "MedievalSharp", cursive;
    letter-spacing: 0.5px;
}
.silent-dialogue-wrap {
    max-width: 717px;
    margin: 30px auto 30px auto;
}
.silent-dialogue p {
    text-align: center;
    font-weight: 100;
    font-size: 120%;
    line-height: 175%;
    letter-spacing: 3px;
    font-family: "Dreadful", serif;
    /* color: #ff5555; */
    margin: auto;
    padding: 30px 40px 20px 40px;
}
.silent-dialogue {
    background-image: url(/img/dialogue/dialogue-bg.webp);
    width: 717px;
    background-size: auto;
    margin: auto;
    background-position: center;
    background-repeat: repeat-y;
    padding: 0px 0px 0px 0px;
}
.silent-dialogue-top {
    background-image: url(/img/dialogue/dialogue-top.webp);
    width: 717px;
    height: 38px;
    background-size: auto;
    background-repeat: no-repeat;
    margin: auto;
    background-position: center;
}
.silent-dialogue-bottom {
    background-image: url(/img/dialogue/dialogue-bottom.webp);
    width: 717px;
    height: 38px;
    background-size: auto;
    background-repeat: no-repeat;
    margin: auto;
    background-position: center;
}
.silent-singing img {
    height: 17px;
}
.silent-dialogue-action {
    font-family: 'Noto Serif', serif;
    font-size: 90%;
    font-weight: 300;
    padding: 30px 0px 0px 0px;
    margin-bottom: -26px;
    line-height: 124%;
    color: darkgray;
    text-align: center;
}
.promo-letter {
    width: 80%;
    margin: 0 auto;
    font-family: 'Syne Mono', monospace;
}
.promo-letter.vorazd {
    font-family: "Pangolin", serif;
    letter-spacing: .5px;
}

/* ----------------- */

/* TEXT FORMATTING */
.sansserif {
    font-family: 'Noto Sans', sans-serif;
}
.quote {
    font-size: 90%;
    text-align: left;
}
.quote-v2 {
    font-size: 100%;
    text-align: center;
    padding: 0px;
    margin-bottom: -15px;
    font-family: 'Syne Mono', monospace;
    letter-spacing: 0px;
}
.quote-v2-author {
    font-size: 110%;
    text-align: center;
    padding: 0;
    color: red;
    font-family: norsebold;
    letter-spacing: 5px;
    margin-top: 25px;
}
.quote-v2-title {
    font-size: 110%;
    text-align: center;
    padding: 0;
    color: red;
    font-family: norseregular;
    letter-spacing: 5px;
    margin-top: 10px;
}
.journal p {
    width: 80%;
    font-family: "Lacquer", system-ui;
    font-size: 100%;
    line-height: 180%;
    margin: 0 auto;
    /* color: #ff5555; */
    text-shadow: 2px 2px 0px #383838;
}
.journal p strong {
    color: #ff5555;
}
p.indent strong {
    color: #ff5555;
}
.big-indent {
    margin: 13px 9px -19px -6px;
    padding: 0;
    float: left;
    position: relative;
    top: 0px;
    left: 6px;
    font-family: 'Marcellus SC', serif;
    font-size: 580%;
    line-height: 102px;
    color: #ff5555;
}
.little-indent strong {
    color:#ff5555;
}
p {
    padding: 6px;
    line-height: 1.8;
    text-align: justify;
    text-indent: 0px;
}
p.no-indent {
    text-indent:0px!important;
}
p.no-indent strong {
    color:#ff5555;
}
p.indent {
    text-indent: 50px;
}
div.block-indent p {
    text-indent: 50px;
}
p.block-indent {
    margin-left:50px;
}
.date {
    font-family: 'Syne Mono', monospace;
    font-size: 125%;
    text-align: center;
    font-weight:bold;
}
.syn {
    margin-top: 150px;
    margin-bottom: 80px;
}
.syn p {
    font-family: 'Noto Sans', sans-serif;
    text-align: center;
    font-size: 90%;
}
#chapter code {
    font-family: "Syne Mono", monospace;
    font-size: 103%;
    line-height: 1px;
}



/* ------- MEDIA SCREEN -------- */


/* TABLET */
@media only screen and (min-width:700px) and (max-width:1000px) {

#chapter h1.interlude {
    font-size: 90px;
}


}




/* MOBILE BASE */

@media only screen and (max-width:700px) {

.vorazd {
    font-size: 110%;
}

.silent-singing img {
    height: 13px;
}

.silent-dialogue-wrap {
    width: 340px;
}

.silent-dialogue-top {
    width: 340px;
    height: 18px;
	background-size:cover;
}

.silent-dialogue-bottom {
    width: 340px;
    height: 18px;
	background-size:cover;
}

.silent-dialogue {
    width: 340px;
    background-size: contain;
}

.silent-dialogue p {
    padding: 10px 20px 10px 20px;
}

.silent-dialogue-action {
    font-size: 85%;
    margin-bottom: -13px;
}

p.cmd-code {
    font-size: 90%;
}


.alyways-look-on {
    display: inline-block;
    overflow: hidden;
}

.alyways-look-on.em1, .alyways-look-on.em2, .alyways-look-on.em3, .alyways-look-on.em4, .alyways-look-on.em5,.alyways-look-on.em6, .alyways-look-on.em7
 {
	font-size: 78%;
}

#chapter-head {
    text-align: center;
}


.main-logo {
	height: 70vw;
}

.chapter-page-break {
    width: 300px;
    height: 24px;
}

.promo-break {
    width: 300px;
    height: 24px;
}

.synopsis-wrapper {
	width: 95vw;
	margin: 0 auto;
}


.synopsis {
    font-size: 100%;
}

.synopsis-description {
    font-size: 80%;
    text-align: justify;
}

.cast-wrapper {
	margin-top: 66px;
}

.synopsis-cast {
	font-size: 150%;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 5px;
}


.script-dialogue-monster {
    width: 85%;
}


/* CAST TABLE */

.castTable{
	display: block;
	width: 100%;
}
.castTableRow {
	display: block;
}
.castTableHeading {
	display: block;
}
.castTableCell, .castTableHead {
	display: block;
}
.castTableHeading {
	display: block;
}
.castTableFoot {
	display: block;
}
.castTableBody {
	display: block;
}

.castTableCell.casttable-left {
    width: 200px;
	margin: 0 auto;
	text-align:center;
}

.castTableCell.casttable-right {
    width: 200px;
	margin: 0 auto;
    text-align: center;
}

.castTableCell.casttable-middle {
    width: 200px;
	margin: 0 auto;
    text-align: center;
}

.castTableCell {
    padding: 0 0 10px 0;
}


.cast-headshot {
    width: 200px;
    margin-bottom: 10px;
}

.character-name {
    font-size: 85%;
    margin-top: -3px;
}



.quote-v2 {
    font-size: 90%;
}

p.quote-v2-author {
    font-size: 95%;
}


.big-indent {
    margin: 0px 5px 0px 0px;
	top: 27px;
    left: -2px;
}



#chapter h1.interlude {
    font-size: 50px;
}

#chapter h2 {
    font-size: 150%;
}

p.indent {
	text-indent: 30px;
}

div.block-indent p {
text-indent: 30px;
}

p {
    text-align: justify;
}

.gorgo-speak {
    font-weight: 400;
}


.script-dialogue {
    width: 95%;
    text-align: center;
}


.imess {
    font-size: 85%;
}


#chapter-head-table-wrapper {
    text-align: center;
}
.chapter-head-table {
    width: 95vw;
}

.promo-letter {
    width: 90%;
    margin: 0 auto;
    font-family: 'Syne Mono', monospace;
}


.letter {
    width: auto;
}


}

@media only screen and (max-width:399px) {
.big-indent {
    margin: 0px 5px 0px 0px;
	top: 13px;
    left: -2px;
}

}

/* MOBILE BIGGER */

@media only screen and (min-width:400px) and (max-width:411px) {

.big-indent {
    margin: 0px 5px 0px 0px;
	top: 13px;
    left: -2px;
}

}

/* MOBILE BIGGER */

@media only screen and (min-width:412px) and (max-width:700px) {

.silent-dialogue p {
    padding: 10px 20px 10px 20px;
}

.silent-dialogue-wrap {
    width: 390px;
}

.silent-dialogue-top {
    width: 390px;
    height: 20x;
	background-size:cover;
}

.silent-dialogue-bottom {
    width: 390px;
    height: 20px;
	background-size:cover;
}

.silent-dialogue {
    width: 390px;
    background-size: contain;
}

}



/* ----------------------------------------------------------------------------------------------------------- */



/* 1440p*/
@media only screen and (min-width:2500px) {

html, body {
    font-size: 20px;
}

.big-indent {
    top: 13px;
    font-size: 612%;
}

}