@charset "UTF-8";
/*
Theme name: ILEGALL Theme
Text Domain: ILEGALL Theme
Version: 1.0
Description: made with care
Tags: lovely stuff
Author: Maisa Imamović
Author URI: https://maisaimamovic.eu/
*/
header {
  position: fixed;
  top: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  z-index: 1;
}
header .header-left,
header .header-right {
  width: 20vw;
}
header .header-middle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60vw;
}
header .header-middle a {
  width: 8.5%;
}
header .header-middle img {
  width: 100%;
  height: auto;
  border: solid 0.5px;
}
header .header-middle h1,
header .header-middle h1 span {
  font-family: "Anthony";
  margin-left: 0.5%;
}
header .header-middle h1:hover {
  filter: none;
}
header .header-middle .no-lig-alt {
  font-feature-settings: "liga" 0, "calt" 0;
}
header .header-right {
  display: flex;
  justify-content: end;
  padding-right: 1%;
}
header .header-right li {
  list-style: none;
}
header a,
header button {
  font-family: "Anthony";
  font-size: 20px;
  text-decoration: none;
  background-color: transparent;
  color: black;
  border: none;
  cursor: pointer;
}
header a:hover,
header button:hover {
  text-decoration: underline;
}
header a:visited {
  color: black;
}

.header-landing {
  display: flex;
  align-items: center;
}
.header-landing img {
  width: 5.1%;
  height: auto;
  border: solid 0.5px;
}
.header-landing h1,
.header-landing h1 span {
  font-family: "Anthony";
  margin-left: 0.5%;
}
.header-landing .no-lig-alt {
  font-feature-settings: "liga" 0, "calt" 0;
}
.header-landing .home-button {
  position: fixed;
  left: 0;
  top: 0;
  padding: 0 5px;
}

.password-container {
  text-align: center;
  margin-top: 40vh;
}
.password-container form {
  position: fixed;
  width: 100%;
}
.password-container form input {
  width: 13%;
}
.password-container p {
  position: absolute;
  font-size: 50vw;
  width: 100%;
  margin: 0;
  color: red;
  z-index: -1;
}
.password-container #error-message {
  color: red;
  font-weight: bold;
  opacity: 0;
  transition: opacity 1s ease;
  text-align: center;
  margin-top: 10px;
}
.password-container #error-message.show {
  opacity: 1;
}

.content-container {
  position: fixed;
}

.content-container-2vids,
.content-container-1vid {
  display: flex;
  width: 100%;
  height: 100vh;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.video-wrapper {
  display: flex;
}
.video-wrapper figure {
  margin: 1%;
  width: 700px;
}

iframe[src*="vimeo.com"] {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9; /* Modern browsers support this */
}

.page-template-template-archive {
  background-color: rgb(26, 26, 55);
}
.page-template-template-archive .header-landing {
  z-index: -1;
}
.page-template-template-archive .header-landing h1 {
  color: white;
  text-shadow: #FC0 1px 0 10px;
}
.page-template-template-archive .home-button {
  color: white;
  text-shadow: #FC0 1px 0 10px;
}

.archive-content-container {
  margin-top: 7.5%;
  z-index: 10;
}

.wp-block-table {
  background-color: rgb(26, 26, 55);
  box-shadow: 0px 0px 10px 2px rgba(255, 255, 255, 0.5);
  color: white;
  text-shadow: #FC0 1px 0 10px;
}
.wp-block-table table {
  width: 100%;
}
.wp-block-table table td {
  padding: 10px;
}

.wp-block-table th,
.wp-block-table td {
  border-color: white;
  border-width: 1px;
  border-style: solid;
}

.wp-block-table thead tr {
  font-size: 25px;
}

.wp-block-table tr:hover {
  color: rgb(26, 26, 55);
  background: rgb(251, 217, 80);
}

.content-container-default {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-container-default img {
  display: block;
}

.custom-slideshow {
  position: relative;
  overflow: visible !important; /* allow buttons to extend outside */
  max-width: 100%;
  margin: 0 auto;
}

.custom-slideshow .slide {
  display: none;
  text-align: center;
}

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

.custom-slideshow .slide.landscape img {
  width: auto;
  height: 100%;
}

.custom-slideshow .slide.portrait img {
  width: 100%;
  height: 600px;
}

button.prev-slide,
button.next-slide {
  position: absolute;
  font-size: 50px;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  color: blue;
  border: none;
  cursor: pointer;
  z-index: 10;
}

button.prev-slide {
  left: -50px;
}

button.next-slide {
  right: -50px;
}

.fade-out {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.background-content {
  padding-bottom: 5%;
}
.background-content p {
  display: inline !important;
}
.background-content .wp-block-buttons {
  display: inline-block !important;
}
.background-content .wp-block-buttons .wp-block-button__link {
  margin-left: 20px;
  font-size: 24px;
  padding: 2px 5px;
  vertical-align: text-bottom;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: solid black;
  background: white;
  color: black;
  cursor: pointer;
}
.background-content .wp-block-buttons .wp-block-button__link:hover {
  scale: 1.1;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: start;
  z-index: 100;
}

footer div:not(.wp-block-embed__wrapper) {
  position: fixed;
  bottom: 0;
  padding: 5px 1%;
  flex-shrink: 0;
  font-family: "Anthony", sans-serif;
  font-size: 20px;
  background-color: lightgray;
  border: solid 0.5px;
  transition: all 0.5s ease;
  cursor: pointer;
}
footer div:not(.wp-block-embed__wrapper) div a {
  color: inherit;
  text-decoration: none;
}
footer div:not(.wp-block-embed__wrapper) h3 {
  margin: 0;
  font-family: "Anthony", sans-serif;
}

/* Colophon */
.colophon {
  width: 10%;
  height: 40px;
  z-index: 1;
}

.colophon.expanded {
  position: relative;
  width: 10%;
  height: 95vh;
  word-break: break-word;
  overflow: auto;
  z-index: 1000;
}

/* Press */
.press {
  width: 30%;
  height: 40px;
  left: 10%;
  z-index: 1;
}

.press.expanded-press {
  position: relative;
  width: 30%;
  height: 70vh;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  overflow: auto;
  overflow-x: hidden;
  z-index: 1000;
}
.press.expanded-press .wp-block-verse {
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

/* Podcast */
.podcast {
  width: 30%;
  height: 40px;
  word-break: break-word;
  left: 40%;
  z-index: 1;
}

.podcast.expanded-podcast {
  position: relative;
  height: 60vh;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 1000;
}

iframe[src*="soundcloud.com"] {
  width: 100%;
  height: 166px;
}

/* Contact */
.contact {
  display: flex;
  width: 30%;
  height: 40px;
  align-items: center;
  left: 70%;
  transition: all 0.3s ease;
}

/* Shirt widget */
.shirt-widget {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 20%;
  right: 2%;
  font-family: "Times New Roman", Times, serif;
  background-color: transparent !important;
  border: none !important;
  z-index: 345678;
}
.shirt-widget a {
  display: flex;
}
.shirt-widget img {
  width: 100%;
}
.shirt-widget a, .shirt-widget svg {
  position: absolute;
  width: 100%;
}

.text {
  font-size: 45px;
  letter-spacing: 2px;
  fill: black;
  z-index: 3456789;
}

.text:hover {
  animation: none;
  fill: blue;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#rotatingText {
  animation: spin 5s linear infinite;
  height: 100%;
}

.footer-mobile {
  display: none;
}

/*  mobile-friends */
@media (max-width: 575.98px) {
  .password-container form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .password-container form input {
    width: 50%;
  }
  .password-container form button {
    margin-top: 5%;
  }
  #error-message {
    bottom: 0;
  }
  header .header-middle {
    flex-direction: column;
  }
  header .header-middle a {
    width: 40%;
  }
  header .header-middle h1 {
    margin: 0;
    font-size: 30px;
  }
  .header-landing {
    flex-direction: column;
  }
  .header-landing img {
    width: 24%;
  }
  .header-landing h1 {
    margin: 0;
    font-size: 30px;
  }
  .custom-slideshow .slide.portrait img {
    width: auto;
    height: 300px;
  }
  .custom-slideshow .slide.landscape img {
    width: 250px;
  }
  .content-container-2vids .video-wrapper {
    flex-direction: column;
  }
  .content-container-2vids .video-wrapper figure {
    width: 200px;
  }
  .content-container-1vid figure {
    width: 300px;
  }
  .archive-content-container {
    margin-top: 50%;
  }
  .archive-content-container .wp-block-table thead tr {
    font-size: 16px;
  }
  footer {
    display: none;
  }
  .footer-mobile {
    display: flex;
    flex-direction: column;
  }
  .footer-mobile .colophon-mobile {
    height: 200px;
  }
  .footer-mobile .press-mobile {
    height: 150px;
  }
  .footer-mobile .podcast-mobile {
    height: 100px;
  }
  .footer-mobile .contact-mobile {
    max-height: 50px;
  }
  .footer-mobile .shirt-widget {
    width: 30%;
    height: 20%;
  }
  .footer-mobile > div {
    width: 100%;
    height: 50px; /* Collapsed height */
    overflow: hidden;
    transition: height 0.3s ease; /* Smooth transition for height */
    cursor: pointer; /* Indicate the divs are clickable */
  }
  .footer-mobile > div.expanded {
    height: 90vh; /* Expanded height (adjust as needed) */
    overflow: scroll;
    padding-bottom: 200px;
  }
  .wp-block-verse {
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
  }
}
/* Global scrollbar styles for the entire website */
/* For WebKit browsers (Chrome, Edge, Safari) */
/* For Firefox */
* {
  scrollbar-width: thin; /* Makes the scrollbar thinner */
  scrollbar-color: #000000 #f1f1f1; /* Thumb color and track color */
}

@font-face {
  font-family: "Anthony";
  src: url("assets/fonts/anthony-master/fonts/web/Anthony.woff2") format("woff2"), url("assets/fonts/anthony-master/fonts/web/Anthony.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.background-content {
  margin-top: 5%;
  font-size: 50px;
  filter: blur(5px);
  position: fixed;
  overflow: hidden; /* Disable scrolling initially */
  height: 100vh; /* Ensure it takes the full viewport height */
  width: 100%; /* Ensure it spans the full width */
}

.background-content.active {
  filter: none; /* Remove blur */
  position: absolute; /* Allow scrolling */
  overflow-y: scroll; /* Enable vertical scrolling */
  height: auto; /* Allow content to define height */
  -webkit-text-stroke: 0.8px white;
}

.blur:not(.m) {
  filter: blur(5px); /* Apply blur effect */
  pointer-events: none; /* Prevent interaction with blurred elements */
}

.dashicons {
  font-family: dashicons !important;
  speak: none; /* This is correct, despite the warning — more on that below */
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}

html {
  background-size: cover;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  overflow: auto;
}

::-webkit-scrollbar {
  width: 0px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: transparent;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  font-family: "Times New Roman", Times, serif;
}

p a:hover {
  transform: rotate(0deg);
  text-decoration: underline;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   supported by Chrome, Edge, Opera and Firefox */
}

.no-outline {
  outline: none !important;
}/*# sourceMappingURL=style.css.map */