/*
Theme Name: DBZ 2025
Theme URI: http://www.dragon-ball;-z.net
Author: Adi Mursec
Author URI: http://www.open-source-web.com
Description: 2025 theme for dragon ball Z .net
Version: 1.0
*/



/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
/* Above WP toolbar. */
}


/* WP video embed*/
.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
	width: 100% !important;
	height: 100% !important;
}
.mejs-container {
	padding-top: 56.25%;
}
.wp-video, video.wp-video-shortcode {
	max-width: 100% !important;
}
video.wp-video-shortcode {
	position: relative;
}
.mejs-mediaelement {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.mejs-controls {
	display: none;
}
.mejs-overlay-play {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto !important;
	height: auto !important;
}

/* WP video embedd end/



/* Navigation */
* {
  box-sizing: border-box;
}

body {
  /* margin: 0px;
  background:#eaeaea;
  font-family: 'Roboto', Verdana, Geneva, Tahoma, sans-serif; */
  min-height: 100vh;
  width: 100%;
  margin: 0;
  background: #eee;
  /* center the content in the page (mainly horizontally) */
  display: grid;
  place-items: center;
  /* include the same texture used for the .bubble containers, but with notably less opacity */
  background: url('data:image/svg+xml;utf8,<svg width="100" height="100" transform="rotate(0)" opacity="0.2" version="1.1" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><g  fill="%23250E17"><circle cx="25" cy="25" r="12.5"/><circle cx="75" cy="75" r="12.5"/><circle cx="75" cy="25" r="12.5"/><circle cx="25" cy="75" r="12.5"/></g></svg>'),
    #dcdad7;
  background-size: 10px, 100%;
}

.nav {
  max-width:1200px;
  position: relative;
  z-index: 10;
  font-family: "Dekko", cursive;
  margin: 0 auto;
}

.nav-container {
  background-color: #e76a24;
  border-bottom: 2px solid #000;
  box-shadow: 2px 7px 15px 2px rgb(0 0 0 / 62%);
  width: 100%;

}

.nav > .nav-header {
  display: inline;

}

.nav > .nav-header > .nav-title{
  display: inline-block;
  padding: 0 10px;
}

.nav-title a {
  font-size: 22px;
  color: #01080a;
  line-height:50px;
  font-weight: 550;
  font-family: 'Bangers', Verdana;
  text-decoration: none;
    text-shadow:
    -1px -1px 0 #fff,
     1px -1px 0 #fff,
    -1px  1px 0 #fff,
     1px  1px 0 #fff;
}

.nav > .nav-btn {
  display: none;
}

.nav > .nav-links {
  display: inline;
  float: right;
  font-size: 18px;
  margin: 4px 0 0;
}
.nav > .nav-links > ul li a{
  display: block;
  padding: 0 8px;
  color: #01080a;
  line-height: 40px;
  font-size: 18px;
  text-decoration: none;

}
.nav > .nav-links > ul{
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;

}
.nav > .nav-links > ul li{
  display: inline-block;
  background-color: #e76a24;
}
.nav > .nav-links > ul li:hover{
    background-color: #1c4595;
    border-radius: 5px;
    color: #fff;
}

.nav > #nav-check {
  display: none;
}

.nav .nav-links ul a.icon{
margin-left: 80px;
margin-right: 10px;
}

.nav .nav-links ul a i{
  background-color: #fff;
  border-radius: 50px;
  padding: 7px;
  margin-left: 5px;
}

@media (max-width:900px) {
  .nav > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .nav > .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
  }
  .nav > .nav-btn > label:hover,.nav  #nav-check:checked ~ .nav-btn > label {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .nav > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid #eee;
  }
  .nav > .nav-links {
    position: absolute;
    display: block;
    width: 100%;
    background-color: #333;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 50px;
    left: 0px;
  }
  .nav > .nav-links > ul li a {
    display: block;
    width: 100%;
    text-align: center;
  }

    .nav > .nav-links > ul li{
      display: block;
      padding: 10px;
      background-color: #333;

    }
    /* .nav > .nav-links > ul li a{
        margin-left: 40%;
    } */
    .nav .nav-links ul a.icon{
      margin-left: 33%;
    }

  /*   */
  .nav > #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }
  .nav > #nav-check:checked ~ .nav-links {
    height: calc(100vh - 50px);
    overflow-y: auto;
  }
}

/*  Layout styles */

h1, h2, h3 {
  display: block;
}

.heading-wide{
  font-family: 'Bangers', Verdana;
  letter-spacing: 1px;
  border: 2px solid #000;
  background-image:radial-gradient(circle, lightcoral, tomato);
  color:#000;
  display: inline-block;
  padding: 12px 16px;
  transform:skew(-15deg);
  text-align:center;
}


img {
  max-width: 100%;
  height: auto;
}

.content-container {
  max-width:1200px;
  width: 100%;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
  padding:0 20px;
}

.story-preview {
  display:flex;
  flex-direction: column;
  font-family: "Dekko", cursive;
  margin: 10px 0;
}

.story-preview a{
  background:#fff;
  border-radius: 95% 2% 92% 2%/1% 95% 2% 95%;
  border-width: 3px 4px 3px 5px;
  border-color: black;
  border-style: solid;
  overflow:hidden;
  box-shadow: 2px 7px 15px 2px rgb(0 0 0 / 62%);
}

.story-preview h3 {
  background-color: #1177ca;
  padding: 8px 12px;
  color:#fff;
  border-radius: 0% 0% 92% 0%/0% 0% 2% 0%;
  border-width: 0px 0px 3px 0px;
  border-color: black;
  border-style: solid;
  position: relative;
  margin: 0;
}

.story-preview img {
  border-radius: 0% 0% 92% 0%/0% 0% 2% 0%;
    border-width: 0px 0px 3px 0px;
    border-color: black;
    border-style: solid;
    margin:0 auto;
    display: block;
}

.story-preview p {
  padding: 4px 8px;
  margin: 0 10px;
}

.story-preview a {
  text-decoration: none;
  color: #000;
}

@media (min-width:600px) {
  .story-preview {
    flex: 0 47%;
  }
}


@media (min-width:900px) {
  .story-preview {
    flex: 0 23%;
  }
}

.story-preview .panel {
  margin-bottom:0;
}

.story-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}

/*
https://codepen.io/chris22smith/pen/MyBBOe
*/

.single-article {
  max-width: 800px;
  margin: 20px auto;
  font-size: 18px;
  background: #fff;
  line-height: 150%;
  padding: 0px 20px;
  -webkit-box-shadow: 2px 7px 15px 2px rgba(0,0,0,0.62);
  box-shadow: 2px 7px 15px 2px rgba(0,0,0,0.62);
  font-family: "Dekko", cursive;
  border-radius: 98% 0.6% 91% 0.5%/0.3% 95% 0.5% 99%;
  border-width: 3px 4px 3px 5px;
  border-color: black;
  border-style: solid;
}

.single-article img {
  border-radius: 95% 2% 92% 2%/1% 95% 2% 95%;
  border-width: 3px 4px 3px 5px;
  border-color: black;
  border-style: solid;
}

.single-article a {
  color: #1177ca;
}

.single-article iframe{
  width: 100%;
  max-width: 90%;
    margin: 0 auto;
    display: block;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.gallery img {
  box-shadow:0 6px 6px -6px #000;
  border-radius: 95% 2% 92% 2%/1% 95% 2% 95%;
  border-width: 3px 4px 3px 5px;
  border-color: black;
  border-style: solid;  margin: 8px 0;
}


.two-panels {
  display: flex;
  flex-direction: column;
}

.two-panels .panel {
  margin: 20px 10px;
}

@media (min-width:900px) {
  .two-panels {
    flex-direction: row;
  }
}


.center{
  display: flex;
  justify-content: center;
  max-width:100%;
}

/* comic layout */


.panel {
  background-color:#fff;
  border:solid 2px #000;
  box-shadow:0 6px 6px -6px #000;
  display:inline-block;
  flex:1 1;
  margin:0;
  overflow:hidden;
  position:relative;
  max-width:100%;
  border-width: 3px 3px 5px 5px;
  border-radius: 0% 89% 1% 105%/97% 1% 97% 1%;
}

/* background colours */

.panel:nth-child(4n+1) {
  background-image:radial-gradient(circle, yellow, orange);
}

.panel:nth-child(4n+2) {
  background-image:radial-gradient(circle, lightblue, deepskyblue);
}

.panel:nth-child(4n+3) {
  background-image:radial-gradient(circle, palegreen, yellowgreen);
}

.panel:nth-child(4n+4) {
  background-image:radial-gradient(circle, lightcoral, tomato);
}

.panel a{
  color: #000;
  text-decoration: none;
}

.panel img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.panel-excerpt p {
  margin: 0;
  padding: 4px;
}

.text {
  background-color:#fff;
  border:solid 2px #000;
  margin:0;
  padding:3px 10px;
  font-family: 'Bangers', Verdana;
  letter-spacing: 1px;
}

.top-left {
  font-size: 22px;
  background-image:radial-gradient(circle, palegreen, yellowgreen);
}

h1.top-left {
  font-size: 42px;
  transform: unset;
  top: 10px;
  border-radius: 100% 1% 94% 2%/1% 99% 0.5% 99%;
  border-width: 3px 4px 3px 5px;
  border-color: black;
  border-style: solid;
  -webkit-text-stroke: 0.5px black;
  -webkit-text-fill-color: white;
}

.story-list .top-left {
  transform:unset;
}

.bottom-right {
  bottom:-2px;
  right:-10px;
  font-size: 22px;

}

@media (min-width:900px) {
  .top-left {
    left:-6px;
    position:absolute;
    top:-2px;
    transform:skew(-15deg);
    max-width: 80%;
  }
  .bottom-right {
    max-width: 80%;
    transform:skew(-15deg);
    position:absolute;
    background-image:radial-gradient(circle, lightblue, deepskyblue);
  }
  div.bottom-right {
    border-radius: 95% 2% 92% 2%/1% 95% 2% 95%;
    border-width: 3px 4px 3px 5px;
    border-color: black;
    border-style: solid;
  }
}

div.bottom-right {
  font-family: "Dekko", cursive;
  transform: unset;
  padding: 16px;
}

blockquote{
  margin:20px auto;
  font-style:italic;
  border-left:8px solid #78C0A8 ;
  line-height:1.6;
  position: relative;
  border: 2px solid #000;
  box-shadow: 1px 1px 0px #999,
  2px 2px 0px #999,
  3px 3px 0px #999,
  4px 4px 0px #999,
  5px 5px 0px #999,
  6px 6px 0px #999;
  padding:10px 30px 10px 40px;

}

blockquote::before{
  font-family:Arial;
  content: "\201C";
  color:#78C0A8;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

blockquote::after{
  content: '';
}

@media (min-width:900px) {
  blockquote{
    font-size: 120%;
    width:80%;
    padding:1.2em 30px 1.2em 75px;


  }
}

.bubble
{
   position: relative;
   padding: 10px 20px;
   background: #ffffff;
   -webkit-border-radius: 37px;
   -moz-border-radius: 37px;
   border-radius: 37px;
   border: #020202 solid 1px;
   display: inline-block;
   box-shadow:0 6px 6px -6px #000;
   margin: 20px auto;
 font-family: "Dekko", cursive;
}

.bubble p {
  margin:0;
}

.bubble:after
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 9px 10px 0;
    border-color: #ffffff transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -9px;
    left: 181px;
}

.bubble:before
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 9px 10px 0;
    border-color: #020202 transparent;
    display: block;
    width: 0;
    z-index: 0;
    bottom: -10px;
    left: 181px;
}

/* Review text*/

.hreview {
  max-width: 600px;
  margin: 0px auto;
  text-align:center;
}

/* comic heading
https://codepen.io/borntofrappe/pen/GeXMgm
 */

.comic-heading {
  /* cap the width */
  /* max-width: 700px; */
  /* give ample whitespace around and inside of the container */
  margin: 20px 0;
  padding: 0.2rem 1.25rem;
  text-align: center;
  font-family: "Dekko", cursive;
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 1px;
  background: url('data:image/svg+xml;utf8,<svg width="100" height="100" transform="rotate(25)" opacity="0.3" version="1.1" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><g  fill="%23250E17"><circle cx="25" cy="25" r="12.5"/><circle cx="75" cy="75" r="12.5"/><circle cx="75" cy="25" r="12.5"/><circle cx="25" cy="75" r="12.5"/></g></svg>'),
    #fff;
  background-size: 12px, 100%;
  /* solid border */
  border: 0.4rem solid #000;
  /* position relative for the :before pseudo element */
  position: relative;
}

/* for the highlight container change the solid backgorund to a yellow-ish hue */
.comic-heading--highlight {
  background: url('data:image/svg+xml;utf8,<svg width="100" height="100" transform="rotate(25)" opacity="0.8" version="1.1" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><g  fill="%23d68810"><circle cx="25" cy="25" r="12.5"/><circle cx="75" cy="75" r="12.5"/><circle cx="75" cy="25" r="12.5"/><circle cx="25" cy="75" r="12.5"/></g></svg>'),
    #ffcd28;
  background-size: 13px, 100%;
  font-weight: 700;
}
/* for the highlight container always add an exclamation point */
.comic-heading--highlight:after {
  content: "!";
}
/* for every .bubble container add a solid background behind the container itself, slightly offset */
.comic-heading:before {
  content: "";
  position: absolute;
  left: -1rem;
  top: 0.15rem;
  width: 100%;
  height: 100%;
  /* with the same texture, but different color, for both the texture and the background */
  background: url('data:image/svg+xml;utf8,<svg width="100" height="100" transform="rotate(35)" opacity="1" version="1.1" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><g fill="%23250E17"><circle cx="25" cy="25" r="12.5"/><circle cx="75" cy="75" r="12.5"/><circle cx="75" cy="25" r="12.5"/><circle cx="25" cy="75" r="12.5"/></g></svg>'),
    #000;
  background-size: 12px, 100%;
  border: 0.4rem solid #000;
  z-index: -5;
}



/* css comic box
https://codepen.io/mp/pen/ldAFs
*/
.box{
  background:#fff;
  border: solid black;
  border-color: black;
  float:left;
  overflow:hidden;
}

.box1{
  border-width: 3px 4px 3px 5px;
  border-radius:95% 4% 92% 5%/4% 95% 6% 95%;
  /* transform: rotate(2deg); */
}
.box2{
  width:350px;
  border-width: 3px 3px 5px 5px;
  border-radius:4% 95% 6% 95%/95% 4% 92% 5%;
  transform: rotate(-2deg);
}

.box3{
  border-width: 5px 3px 3px 5px;
  border-radius:95% 4% 97% 5%/4% 94% 3% 95%;
  transform: rotate(2deg);
}

.oddboxinner{
  margin:15px;
  transform: rotate(-2deg);
}
.evenboxinner{
  transform: rotate(2deg);
  margin:15px;
  padding:0 5px;
  float:right;
  background:#ddd;
  border:1px solid #222;
  box-shadow:3px 3px 0 #222;
}

/* Pagination */
.nav-links {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  flex-wrap:wrap;
}

.page-numbers {
	display: inline-block;
	padding: 5px 10px;
	margin: 12px 8px 0 0;
	border: 1px solid #000;
	line-height: 1;
  color:#000;
	text-decoration: none;
  font-size:28px;
	font-family: 'Bangers', Verdana;
  transform: skew(-15deg);
  box-shadow: 0 6px 6px -6px #000;
  background: #f9f9f9;
}
.page-numbers.current,
a.page-numbers:hover {
	background: #1177ca;
  color: #fff;
}


/* Breadcumbs */
.breadcrumbs {
  margin: 0 0 20px;
  display: flex;
  align-items: start;
  justify-content: left;
  max-width: 100%;
  flex-wrap:wrap;
}

.breadcrumb {
	display: inline-block;
	padding: 2px 4px;
	margin: 8px 4px 0 0;
	border: 1px solid #000;
	line-height: 1;
  color:#000;
	text-decoration: none;
  font-size:18px;
	font-family: 'Bangers', Verdana;
  transform: skew(-15deg);
  box-shadow: 0 6px 6px -6px #000;
  background: #f9f9f9;
}
