/*
Theme Name: Comix Riot
*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background-color: #000;
  color: #83b189;
  max-width: 1600px;
  min-height: 100vh;
  margin: 0 auto;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  box-shadow: 0 0 20px 3px rgba(131, 177, 137, 0.3);
}

a {
  color: #cedb82;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

h2,
h3,
h4,
h5,
h6 {
  padding-bottom: 1rem;
}

h2 {
  font-size: 3rem;
}

h3,
h4,
h5,
h6 {
  font-size: 2rem;
}

ul,
ol {
  margin-left: 4rem;
}
ul li,
ol li {
  margin-bottom: 0.25rem;
}

hr {
  margin: 2rem 0;
}

.wp-block-separator {
  border-color: rgba(131, 177, 137, 0.3);
}

blockquote {
  margin: 2rem 3rem;
  border: 3px solid rgba(131, 177, 137, 0.3);
  border-left-width: 10px;
}
blockquote p {
  padding-left: 1rem;
}

nav ul {
  margin: 0 auto;
  display: flex;
  list-style-type: none;
  justify-content: space-evenly;
}

header nav {
  background-color: #000;
  padding: 1rem 2rem;
  font-size: 2rem;
}
header nav #menu-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
header nav #menu-primary .menu-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
header nav #menu-primary .menu-item img {
  max-height: 100%;
  width: auto;
}
header nav #menu-primary .menu-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 62px;
  text-transform: uppercase;
  color: #83b189;
  padding: 1rem;
}
header nav #menu-primary .menu-item a:hover {
  filter: drop-shadow(0 0 1px #000) drop-shadow(0 0 1px #000) drop-shadow(0 0 3px #000) drop-shadow(0 0 2px #cedb82) drop-shadow(0 0 2px #cedb82);
}

main {
  width: 100%;
  min-height: 2100px;
  margin-top: 150px;
}

#siteLogo {
  display: block;
}

#siteLogo img {
  display: block;
  max-width: 80%;
  max-height: 300px;
  margin: 0 auto;
}

#menu-secondary {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#menu-secondary img {
  height: 60px;
  width: auto;
}
#menu-secondary a {
  filter: drop-shadow(0 0 1px #cedb82) drop-shadow(0 0 2px #cedb82);
}
#menu-secondary a:hover {
  filter: drop-shadow(0 0 3px #cedb82) drop-shadow(0 0 2px #cedb82) drop-shadow(0 0 5px #cedb82);
}

.container {
  position: relative;
  background-color: #091514;
  z-index: 1;
  min-height: 2300px;
}
.container .backSplash {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.container .backSplash .bigImg {
  background-image: url(../images/background.png);
  background-size: cover;
  background-position: bottom center;
  width: 100%;
  height: 100%;
  min-height: 1500px;
}
.container .backSplash .bottomVine {
  width: 100%;
  margin-top: -3%;
}
.container .leftVine,
.container .rightVine {
  position: absolute;
  bottom: 0;
  z-index: 12;
}
.container .leftVine {
  left: 0;
}
.container .rightVine {
  right: 0;
}
.container .sword {
  position: absolute;
  bottom: 50px;
  right: 0;
  height: 800px;
}
.container aside .socials {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: 2rem;
  font-size: 5rem;
  margin: 0 auto;
  height: 528px;
  width: 214px;
  background-image: url(../images/socialsBorder.png);
  background-repeat: no-repeat;
  transform: translateY(-4rem);
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 100px 100px 50px 70px;
}
.container aside .socials img {
  max-width: 125px;
  height: auto;
}
.container::before, .container::after {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 35%;
  max-width: 30%;
  height: 801px;
}
.container::before {
  left: 0;
  background: url(../images/bonesLeft.png);
  background-position: bottom left;
  background-size: contain;
  background-repeat: no-repeat;
}
.container::after {
  right: 0;
  background: url(../images/bonesRight.png);
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
}

.wrap {
  width: 100%;
  display: grid;
  grid-template-columns: calc((100% - 966px) / 2) 966px calc((100% - 966px) / 2);
}

.horiz-border {
  width: 100%;
  background-image: url(../images/tile.png);
  background-color: #000;
  background-size: 69px 28px;
  background-position: center top;
  height: 32px;
  background-repeat: repeat-x;
}

.vert-border {
  height: 100%;
  width: 32px;
  background-image: url(../images/tileVert.png);
  background-color: #000;
  background-size: 28px 69px;
  background-repeat: repeat-y;
}

.contentBox {
  padding: 1rem;
  border: 2px solid rgba(131, 177, 137, 0.5);
  border-radius: 10px;
  min-height: 1200px;
  position: relative;
  margin-bottom: 2rem;
  z-index: 10;
}
.contentBox h1 {
  position: relative;
  z-index: 5;
  font-size: 5rem;
  text-align: center;
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contentBox h1::before, .contentBox h1::after {
  content: "";
  background-image: url(../images/tile.png);
  background-repeat: repeat-x;
  background-size: 69px 28px;
  height: 28px;
  width: 100%;
  left: 0;
  flex-grow: 1;
}
.contentBox h1::before {
  margin-right: 1rem;
  background-position: right;
}
.contentBox h1::after {
  margin-left: 1rem;
  background-position: left;
}
.contentBox .greenBox {
  background-color: #091514;
  width: 100%;
  height: 100%;
  max-height: 1300px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 10px;
}
.contentBox .contentBody {
  z-index: 5;
  position: relative;
}
.contentBox .contentBody p {
  margin-bottom: 1rem;
}
.contentBox .contentBody blockquote p {
  padding: 1rem;
  margin: 0;
}
.contentBox::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 5;
}
.contentBox p {
  padding-left: 2rem;
  padding-right: 2rem;
}

.comicBox {
  position: relative;
  margin: 0 auto;
  display: grid;
  border: 3px solid #091514;
  max-width: 966px;
  grid-template-columns: 30px auto 30px;
  grid-template-rows: 30px auto 30px;
  z-index: 10;
  font-size: 0;
}
.comicBox .topBorder {
  grid-column: 1/4;
  grid-row: 1/2;
}
.comicBox .leftBorder {
  grid-column: 1/2;
  grid-row: 2/3;
  border-bottom: 3px solid #091514;
}
.comicBox .rightBorder {
  grid-column: 3/4;
  grid-row: 2/3;
  border-bottom: 3px solid #091514;
}
.comicBox .bottomBorder {
  grid-column: 1/4;
  grid-row: 3/4;
}
.comicBox .comicDisplay {
  grid-column: 2/3;
  grid-row: 2/3;
  border: 3px solid #091514;
  z-index: 5;
  max-width: 906px;
}
.comicBox .comicDisplay a {
  display: block;
}
.comicBox .comicDisplay img {
  width: 100%;
  height: auto;
}
.comicBox .noImg {
  width: 900px;
  height: 1350px;
  background-color: #091514;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem;
}

.comicNav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1000px;
  margin: 0 -17px;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  grid-column: 1/4;
  z-index: 7;
  position: relative;
}
.comicNav > a, .comicNav > img {
  width: 20%;
}
.comicNav .noLink {
  opacity: 0.25;
  cursor: default;
}
.comicNav a {
  display: block;
}
.comicNav a img {
  width: 100%;
}
.comicNav a.circle {
  transform: translateY(3rem);
}

.underComic {
  position: relative;
  min-height: 800px;
  z-index: 10;
}
.underComic .blog {
  width: 80%;
  margin: 0 auto;
  margin-top: 3rem;
  z-index: 10;
}
.underComic .blog h1 {
  margin-left: 2rem;
}
.underComic .blog .date {
  margin: 0.25rem 3rem;
  opacity: 0.5;
}
.underComic .blogBody {
  margin-top: 0.5rem;
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(131, 177, 137, 0.5);
  border-radius: 10px;
  margin-bottom: 2rem;
}
.underComic .blogBody p {
  margin-bottom: 1rem;
}

#archive .contentBody {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 1rem;
}
#archive .entry {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#archive .entry img {
  max-width: 90%;
  height: auto !important;
  margin-bottom: 0.5rem;
  border: 2px solid #000;
  border-radius: 10px;
  box-shadow: 0 0 2px 2px rgba(131, 177, 137, 0.5);
}
#archive .entry p.title {
  font-size: 16px;
  margin-bottom: 0.25rem;
  font-weight: bold;
}
#archive .entry p.date {
  font-size: 14px;
  opacity: 0.75;
}

#comments {
  width: 80%;
  margin: 0 auto;
  margin-top: 0.5rem;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1.5rem;
  border-radius: 10px;
  margin-bottom: 2rem;
}
#comments .comment-navigation {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 2rem;
}
#comments .avatar {
  border-radius: 5px;
}
#comments p {
  margin-bottom: 1rem;
}
#comments ol {
  list-style-type: none;
}
#comments ol .comment-body {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 74px auto;
  padding: 1.5rem;
}
#comments ol .comment-body .comment-author,
#comments ol .comment-body .comment-meta {
  grid-column: 1/2;
  grid-row: 1/2;
  font-size: 14px;
}
#comments ol .comment-body p {
  margin-left: 1rem;
  margin-bottom: 1rem;
}
#comments ol .comment-body .comment-author {
  display: flex;
  gap: 0.5rem;
}
#comments ol .comment-body .comment-author img {
  margin-right: 0.5rem;
}
#comments ol .comment-body .comment-meta {
  margin-top: -0.5rem;
  margin-left: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#comments ol .comment-body .comment-meta .comment-edit-link {
  display: inline-block;
  background-color: #cedb82;
  color: #091514;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  height: fit-content;
}
#comments ol .comment-body .comment-meta .comment-edit-link:hover {
  background-color: #83b189;
  color: #091514;
}
#comments ol.children li {
  margin-bottom: 0;
}
#comments > ol {
  margin-left: 0;
}
#comments > ol > li {
  border-radius: 15px;
  overflow: hidden;
  border-top: 2px solid rgba(131, 177, 137, 0.5);
  border-right: 2px solid rgba(131, 177, 137, 0.5);
}
#comments > ol > li .comment-body {
  background-color: rgba(9, 21, 20, 0.5);
  border-left: 4px solid rgba(131, 177, 137, 0.5);
  border-bottom: 2px solid rgba(131, 177, 137, 0.5);
  border-top: 2px solid #091514;
  margin-top: -2px;
  border-radius: 0 0 0 15px;
}
#comments .comment-form-comment {
  display: flex;
  flex-direction: column;
}
#comments .comment-form-comment textarea {
  padding: 1rem;
  outline: none;
  border-radius: 5px;
}
#comments .form-submit input {
  background-color: #83b189;
  border: none;
  display: block;
  width: 100%;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  cursor: pointer;
}
#comments .form-submit input:hover {
  background-color: #cedb82;
}
#comments .form-submit input:active {
  background-color: #091514;
  color: #cedb82;
}
#comments #respond {
  margin-top: 1rem;
}
#comments #respond .required-field-message {
  display: none;
}
#comments #respond label {
  font-size: 0;
}
#comments #respond p.logged-in-as {
  display: flex;
}
#comments #respond p.logged-in-as a {
  margin-left: 3rem;
}
#comments #respond p.logged-in-as a:first-of-type {
  margin-left: auto;
}

footer {
  padding-bottom: 2rem;
  position: relative;
  z-index: 7;
}
footer .copyright {
  display: block;
  margin: 0 auto;
  text-shadow: 0 0 3px #000;
  filter: drop-shadow(0 0 2px #000);
}

@media (max-width: 1400px) {
  .container aside .socials {
    transform: scale(70%);
    margin-left: -1.5vw;
  }
  header nav #menu-primary > .menu-item a {
    height: 50px;
    padding: 0;
  }
}
@media (max-width: 1280px) {
  .container aside {
    position: absolute;
    top: 0;
    right: 0;
  }
  .container aside .socials {
    transform: none;
    background: linear-gradient(90deg, transparent, transparent 5%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.9));
    border-radius: 0;
    margin-left: unset;
    justify-content: center;
    gap: 0.5rem;
    max-height: 300px;
    width: fit-content;
    padding: 0 3rem 0 7rem;
  }
  .container aside .socials img {
    width: 85px;
  }
  .container .wrap {
    display: block;
  }
  .container .leftVine {
    max-width: 30%;
    z-index: 2;
  }
  .container .rightVine {
    max-width: 20%;
    z-index: 2;
  }
}
@media (max-width: 1125px) {
  header nav #menu-primary {
    max-width: 100%;
  }
  header nav #menu-primary > .menu-item a {
    height: 30px;
  }
}
@media (max-width: 1050px) {
  .comicNav {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 970px) {
  main {
    min-height: unset;
  }
  .wrap {
    display: block;
  }
  .comicBox {
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }
  .comicBox .leftBorder,
  .comicBox .rightBorder {
    display: none;
  }
  .comicBox .comicDisplay {
    width: 100%;
    max-width: 906px;
    margin: 0 auto;
  }
}
@media (max-width: 900px) {
  #menu-secondary a {
    padding: 0 1rem;
  }
  #menu-secondary img {
    max-width: calc(100% - 2rem);
    height: auto;
  }
  .comicBox .comicDisplay {
    max-width: 900px;
    border: none;
  }
  .underComic {
    min-height: 300px;
  }
  .container .backSplash .bottomVine {
    display: none;
  }
}
@media (max-width: 850px) {
  .comicNav a.circle {
    display: none;
  }
  .comicNav > a,
  .comicNav > img {
    width: 23%;
  }
  .underComic .blog {
    margin-top: 1rem;
  }
  #archive .contentBody {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .container {
    min-height: 1000px;
  }
  .container::after, .container::before {
    width: 100%;
    max-width: 40%;
  }
  .container aside {
    display: block;
    position: relative;
  }
  .container aside .socials {
    background: none;
    flex-direction: row;
    justify-content: space-evenly;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.8));
    padding: 10px;
    height: auto;
    width: auto;
    margin: 0 auto;
  }
  .container aside .socials img {
    height: 30px;
    width: auto;
  }
  .container .backSplash .bigImg {
    min-height: 300px;
    background-position: top center;
    background-size: 300%;
  }
  footer {
    width: 100%;
  }
  footer img {
    max-width: 100%;
  }
}
@media (max-width: 690px) {
  header nav #menu-primary {
    gap: 10px;
  }
  header nav #menu-primary a {
    flex-grow: 1;
  }
  header nav #menu-primary a img {
    max-width: 100%;
  }
  .underComic .blog {
    width: 100%;
  }
  .underComic .blog .blogBody {
    border-radius: 0px;
    border-left: none;
    border-right: none;
    background-color: rgba(0, 0, 0, 0.8);
  }
  #comments {
    width: 100%;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.8);
  }
  #archive .contentBody {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 500px) {
  #archive .contentBody {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 485px) {
  .container {
    min-height: 900px;
  }
  .menu-item {
    padding: 0 !important;
  }
  .comicNav {
    flex-wrap: wrap;
  }
  .comicNav .nav-previous,
  .comicNav .nav-first {
    margin-left: -50px;
  }
  .comicNav .nav-next,
  .comicNav .nav-last {
    margin-left: 50px;
  }
  .comicNav > a,
  .comicNav > img {
    width: 35%;
  }
}
@media (max-width: 430px) {
  .menu-item {
    padding: 0 !important;
  }
  header nav #menu-primary {
    flex-direction: column;
  }
  header nav #menu-primary > .menu-item a {
    height: 20px;
  }
}
@media (max-width: 380px) {
  .contentBox h1 {
    font-size: 3rem;
  }
  .comicNav .nav-previous,
  .comicNav .nav-first {
    margin-left: -20px;
  }
  .comicNav .nav-next,
  .comicNav .nav-last {
    margin-left: 40px;
  }
  #archive .contentBody {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 245px) {
  .contentBox h1 {
    font-size: 1.5rem;
  }
}

/*# sourceMappingURL=style.css.map */
