@charset "UTF-8";
/*
Theme name: Laura Mrkša Theme
Text Domain: Laura Mrkša Theme
Version: 1.0
Description: made with care
Tags: lovely stuff
Author: Maisa Imamović
Author URI: https://maisaimamovic.eu/
*/
@import url("https://fonts.googleapis.com/css2?family=Inclusive+Sans:ital,wght@0,300..700;1,300..700&display=swap");
header {
  position: fixed;
  top: 0;
  width: 100%;
  background: transparent;
  mix-blend-mode: difference;
  z-index: 10;
}

.slogan {
  display: flex;
  padding-left: 0.5%;
}
.slogan h1 {
  position: relative;
  margin: 0;
  font-size: 50px;
  font-weight: 400;
  color: #CFCFCF !important;
  z-index: 101;
}
.slogan a {
  font-size: 50px;
  text-decoration: none;
  color: #CFCFCF !important;
}
.slogan .home-btn:hover {
  font-style: italic;
}
.slogan .ig a {
  font-size: 20px;
  text-decoration: none;
}
.slogan .ig a:hover {
  text-transform: uppercase;
}

.nav-wrapper {
  position: fixed;
  z-index: 100;
}

.top-menu {
  display: flex;
  margin: 0;
  padding: 0;
  font-size: 40px;
  list-style: none;
}
.top-menu li {
  margin: 0;
  padding: 0;
  padding-left: 0.5vw;
  font-size: 60px;
  font-weight: 400;
}
.top-menu li a, .top-menu li span {
  text-decoration: none;
  color: #CFCFCF !important;
}
.top-menu li a:hover {
  font-style: italic;
}

#categories {
  display: flex;
  align-items: end;
  margin-left: 10px;
  margin-top: 35px;
  color: #CFCFCF;
}
#categories .category-item {
  margin-right: 10px;
}
#categories .mobile-only {
  display: none;
}

.break-btn-wrapper {
  position: fixed;
  display: flex;
  justify-content: right;
  top: 0;
  right: 0.5%;
  margin-top: 0.5%;
  width: auto;
  z-index: 23456789;
  background-color: transparent;
  color: #CFCFCF;
  mix-blend-mode: difference;
}
.break-btn-wrapper .break-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: transparent;
  color: #CFCFCF;
  border: solid;
  border-radius: 50%;
  cursor: pointer;
}
.break-btn-wrapper .break-btn:hover {
  scale: 1.1;
}

.front-page-content {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  top: 0;
  left: 0;
  width: -moz-max-content;
  width: max-content;
  height: 100vh;
  background-color: #CFCFCF;
  overflow-x: hidden;
  overflow-y: hidden;
  z-index: -1;
  animation: moveTrain 50s linear infinite;
  animation-play-state: running;
}
.front-page-content img {
  display: inline-block;
  width: auto;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.blinking-text {
  position: fixed;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #CFCFCF;
  z-index: 1000;
}

@keyframes moveTrain {
  from {
    transform: translateX(100vw);
  }
  to {
    transform: translateX(-100%);
  }
}
.blog .top-menu li a:not(.categories li a),
.blog .top-menu li span {
  margin: 0;
  padding: 0;
  font-size: 60px;
  font-weight: 400;
}
.blog #categories {
  margin-top: 18px;
  margin-left: 0;
}
.blog #categories ul {
  display: flex;
  padding: 0;
  list-style: none;
}
.blog #categories ul li a {
  font-size: 40px;
}

.posts-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 200px;
  padding-top: 210px;
}

.post-thumbnail a {
  position: absolute;
  width: 100%;
  height: 100%;
}

.post-item {
  position: relative;
  aspect-ratio: 4/5;
  border: solid 0.5px;
  transition: transform 0.3s ease;
  cursor: pointer;
  overflow: hidden;
}

.post-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-title {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 40px;
  text-shadow: 0 0 5px #FFFFFF;
  text-align: center;
  z-index: 1000;
}
.post-title h2 {
  margin: 0 0 1% 0;
}

.hover-image {
  position: fixed;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 50%;
  max-height: 50%;
  z-index: 1000;
}

.hover-item:hover + .hover-image {
  display: block;
}

.blur-active::after {
  content: "[ better than the rest ]";
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #CFCFCF;
  z-index: 1000;
  pointer-events: none;
}

.archive .top-menu li a,
.archive .top-menu li span {
  font-size: 60px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: black !important;
}
.archive #categories {
  margin-left: 0;
  margin-top: 18px;
}
.archive #categories ul {
  padding: 0;
  display: flex;
  list-style: none;
}
.archive #categories ul li a {
  font-size: 40px;
}
.archive .break-btn-wrapper {
  position: fixed;
}
.archive .break-btn {
  color: black !important;
}
.archive footer .bottom-menu li a {
  color: black !important;
}

.page-container {
  padding: 5% 1%;
}

.abt-content-container {
  padding: 10% 27%;
}
.abt-content-container .contact-widget {
  position: fixed;
  width: 27%;
  padding: 0 1%;
  right: 0;
  top: 50vh;
  border-left: solid;
}
.abt-content-container .wp-block-columns {
  margin-bottom: 0;
  margin-left: -13.7%;
  gap: 1em;
}
.abt-content-container .wp-block-columns .wp-block-column:first-child {
  text-align: right;
}
.abt-content-container ul {
  list-style: none;
  padding: 0;
}
.abt-content-container ul li {
  margin-bottom: 5px;
}
.abt-content-container .maisa-link a {
  display: inline-block;
  transform: rotate(-7deg);
  color: black;
}

.the-rest-container {
  margin: 0;
  padding: 5% 0;
}
.the-rest-container .break-btn {
  color: black;
}

.rest-item {
  border: 1px solid black;
  border-bottom: none;
}

.rest-item:last-child {
  border-bottom: 1px solid black;
}

.rest-item {
  position: relative;
  overflow: hidden;
}

.rest-summary {
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  left: 0;
  top: 0;
  will-change: transform;
}
.rest-summary h3 {
  display: inline-block;
  white-space: nowrap;
}

.rest-item:hover .rest-summary h3 {
  text-decoration: underline;
  cursor: pointer;
}

/* Pause on hover OR when parent has is-open */
.short-long {
  display: flex;
  margin: 20px 5px 5px 10px;
}
.short-long p {
  font-family: "Inclusive Sans", sans-serif;
}
.short-long .the-rest-meta {
  width: 20%;
}
.short-long .the-rest-meta p {
  margin: 0;
}
.short-long .rest-details {
  width: 50%;
}
.short-long .rest-details p {
  margin-top: 0;
}

.rest-content {
  overflow: hidden; /* Ensure content is hidden when collapsed */
  transition: height 0.3s ease; /* Smooth transition for height */
}
.rest-content .horizontal-slideshow {
  display: flex;
  overflow-x: auto; /* Enable horizontal scrolling */
  scroll-behavior: smooth; /* Smooth scrolling */
  gap: 10px; /* Space between slides */
}
.rest-content .slides-container {
  display: flex;
  align-items: center; /* Align items vertically */
  gap: 10px; /* Space between images */
}
.rest-content .slide {
  flex: 0 0 auto; /* Prevent shrinking and ensure images stay inline */
  height: 60vh; /* Set a consistent height for all images */
  overflow: hidden;
}
.rest-content .slide img {
  height: 100%; /* Match the height of the container */
  width: auto; /* Maintain the aspect ratio */
  -o-object-fit: contain;
     object-fit: contain; /* Ensure the image fits within the container */
}

.horizontal-slideshow::-webkit-scrollbar {
  height: 20px;
}

.horizontal-slideshow::-webkit-scrollbar-track {
  background-color: #CFCFCF;
}

.horizontal-slideshow::-webkit-scrollbar-thumb {
  background-color: transparent;
  border: 2px solid black;
  border-radius: 5px;
}

.hidden {
  display: none;
}

.nap-text {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  font-weight: bold;
  color: #CFCFCF;
}

.nap-mode {
  background-color: #000;
  height: 100vh;
}

.nap-mode .break-btn {
  color: #CFCFCF;
  background-color: #000;
}

.single .top-menu li a,
.single .top-menu li span {
  margin: 0;
  padding: 0;
  font-size: 60px;
  font-weight: 400;
}
.single .nav-product {
  display: flex;
  justify-content: center;
}
.single .break-btn-wrapper {
  position: fixed;
}

.product-info {
  width: 100%;
}
.product-info .product-name {
  margin: 0;
  padding-left: 0.5%;
  min-width: 100%;
  font-size: 60px;
  font-weight: 300;
  color: #CFCFCF !important;
}

.product-data {
  position: fixed;
  bottom: 0;
  margin: 0;
  z-index: 100;
}
.product-data .collapse-btn {
  width: 100%;
  font-size: 30px;
  display: none;
  background-color: #CFCFCF;
  color: black;
  border: none;
  cursor: pointer;
}
.product-data .collapsible.collapsed {
  display: none;
}
.product-data ul {
  font-family: "Inclusive Sans", sans-serif;
  list-style: none;
  padding: 0 3%;
  width: -moz-max-content;
  width: max-content;
}
.product-data strong {
  font-weight: 600;
}
.product-data .buy-btn {
  width: 100%;
  margin-top: 5px;
  padding: 5px;
  background-color: black;
  color: white;
  border: solid black;
  border-radius: 5px;
  cursor: pointer;
}
.product-data .buy-btn:hover {
  background-color: white;
  color: black;
  border: solid;
}

.product-material {
  display: flex;
}
.product-material .material-list {
  width: -moz-max-content;
  width: max-content;
  list-style: none;
  padding: 0 0 0 5px;
  margin: 0;
}
.product-material .material-list li {
  display: block;
  margin-bottom: 2px;
}

.content-container {
  padding: 10% 27%;
}
.content-container p {
  font-family: "Inclusive Sans", sans-serif;
}

.custom-slideshow {
  position: relative;
  overflow: visible !important;
  /* allow buttons to extend outside */
  max-width: 100%;
  margin: 0 auto;
  /* Fallback for aspect ratio */
  height: 0;
  padding-top: 80.25%;
}
.custom-slideshow .slide {
  display: none;
  text-align: center;
}
.custom-slideshow img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.custom-slideshow button {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  font-size: 60px;
  background: transparent;
  color: black;
  border: none;
  cursor: pointer;
  z-index: 10;
}
.custom-slideshow button:hover {
  -webkit-text-stroke: black 3px;
}
.custom-slideshow button.prev-slide {
  left: -100px;
}
.custom-slideshow button.next-slide {
  right: -100px;
}

.tiktok-embed {
  width: -moz-max-content !important;
  width: max-content !important;
  border-radius: 10px !important;
}

.exhibition-slideshow {
  display: flex;
  overflow-x: auto;
  gap: 10px;
  padding: 10px;
  padding-bottom: 0;
  margin-bottom: 2%;
  box-sizing: border-box;
  overflow-x: scroll;
  /* always show scrollbar */
}

.expo-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  scroll-snap-align: center;
  width: auto;
  height: 90vh;
  background-color: #f4f4f4;
  overflow: hidden;
}

.expo-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.exhibition-slideshow::-webkit-scrollbar {
  height: 20px;
}

.exhibition-slideshow::-webkit-scrollbar-track {
  background-color: #CFCFCF;
}

.exhibition-slideshow::-webkit-scrollbar-thumb {
  background-color: transparent;
  border: 2px solid black;
  border-radius: 5px;
}

@keyframes dance {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(20px, -20px);
  }
  40% {
    transform: translate(40px, -40px);
  }
  60% {
    transform: translate(60px, -60px);
  }
  80% {
    transform: translate(80px, -80px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes dance-mobile {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-10px);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}
footer {
  bottom: 0;
  position: fixed;
  mix-blend-mode: difference;
  background-color: transparent;
}
footer .bottom-menu {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .bottom-menu li {
  margin: 0;
  padding: 0;
  padding-left: 0.5vw;
  font-size: 40px;
  color: #CFCFCF !important;
  z-index: 11;
}
footer .bottom-menu li a {
  text-decoration: none;
  color: #CFCFCF !important;
}
footer .bottom-menu li a:hover {
  font-style: italic;
}
footer .bottom-menu li:nth-child(2) {
  position: fixed;
  right: 0.5%;
}

.copyright {
  position: fixed;
  bottom: 1%;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  z-index: 0;
  color: #CFCFCF;
  background: transparent;
  mix-blend-mode: difference;
}

/*  mobile-friends */
@media (max-width: 575.98px) {
  .mobile-off {
    display: block !important;
  }
  .home .nav-wrapper #categories {
    margin-top: 5vh;
  }
  .home .nav-wrapper #categories .category-item {
    padding-right: 10px;
  }
  .front-page-content {
    position: fixed;
    overflow: hidden;
  }
  header {
    width: 87%;
  }
  header .slogan {
    flex-direction: column;
    padding: 10px 0 5px 10px;
  }
  header .slogan span {
    display: none;
  }
  header .slogan a {
    font-size: 35px;
  }
  header .slogan h1 {
    font-size: 25px;
  }
  .nav-wrapper .top-menu {
    flex-direction: row;
  }
  .nav-wrapper .top-menu li {
    font-size: 20px;
    padding: 10px;
    padding-left: 0px !important;
    padding-right: 0;
  }
  .nav-wrapper .top-menu li a,
  .nav-wrapper .top-menu li span {
    font-size: 20px;
    padding: 10px;
  }
  .nav-wrapper #categories {
    position: absolute;
    width: 100vw;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 4vh;
  }
  .nav-wrapper #categories .category-item {
    font-size: 20px;
  }
  .nav-wrapper #categories ul {
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .nav-wrapper #categories ul li {
    font-size: 20px;
  }
  .nav-wrapper #categories ul li span {
    padding-right: 0;
  }
  .nav-wrapper #categories .mobile-only {
    display: inline;
  }
  .archive #categories ul li a {
    font-size: 20px;
  }
  .blog .top-menu li a:not(.categories li a),
  .blog .top-menu li span {
    font-size: 20px;
    padding: 10px;
  }
  .blog #categories ul li a {
    font-size: 20px;
  }
  .bottom-menu li a {
    font-size: 20px;
    padding: 10px;
  }
  .break-btn-wrapper {
    width: auto;
    padding: 10px;
  }
  .break-btn-wrapper .break-btn {
    width: 40px;
    height: 40px;
  }
  .blinking-text {
    font-size: 25px !important;
  }
  .front-page-content {
    animation: moveTrain 50s linear infinite;
  }
  @keyframes moveTrain {
    from {
      transform: translateX(10%);
    }
    to {
      transform: translateX(-100%);
    }
  }
  .page-container {
    padding: 25% 1%;
  }
  .blog footer,
  .category footer {
    display: none;
  }
  .collectibles-page,
  .category-page {
    padding-top: 60%;
  }
  .posts-list {
    display: inline;
    padding: 0;
  }
  .posts-list .post-item:first-child .post-thumbnail img {
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 50%);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 50%);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
  .posts-list .post-item:first-child {
    border-top: none;
  }
  .post-title {
    width: 100%;
    font-size: 18px;
    text-shadow: 0 0 2px #FFFFFF;
  }
  .blur-active::after {
    color: black;
  }
  .single .top-menu li {
    padding-left: 0;
    font-size: 20px;
  }
  .single .top-menu li a {
    font-size: 20px;
    padding: 10px;
  }
  .single .top-menu li span {
    font-size: 20px;
    padding: 0px;
  }
  .single {
    padding-bottom: 50%;
  }
  .product-data {
    z-index: 45678;
    height: auto;
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #CFCFCF;
    box-shadow: 0px -10px 5px 0px rgb(207, 207, 207);
    -webkit-box-shadow: 0px -10px 5px 0px rgb(207, 207, 207);
    -moz-box-shadow: 0px -10px 5px 0px rgb(207, 207, 207);
  }
  .product-data .collapse-btn {
    display: block;
  }
  .product-data ul {
    width: 100%;
    margin-top: -2%;
  }
  .product-data .material-list {
    display: flex;
  }
  .nav-product {
    flex-direction: row;
  }
  .nav-product .product-info {
    padding-left: 10px;
  }
  .nav-product .product-name {
    font-size: 20px;
  }
  .content-container {
    padding: 40% 2%;
    padding-bottom: 10%;
  }
  .content-container .custom-slideshow button {
    padding: 0;
    width: 50px;
    height: 50px;
    font-size: 35px;
  }
  .content-container .custom-slideshow button.prev-slide {
    left: 0;
  }
  .content-container .custom-slideshow button.next-slide {
    right: 0;
  }
  .content-container .wp-block-gallery-is-layout-flex {
    flex-wrap: nowrap;
  }
  .exhibition-slideshow {
    scroll-behavior: auto; /* Enable smooth scrolling */
  }
  .expo-slide {
    height: 70vh;
    scroll-snap-align: none;
    transition: transform 0.8s ease-in-out; /* Smooth transition for slide content */
    scroll-snap-align: start;
  }
  .expo-slide img {
    width: auto;
  }
  .slideshow-arrow {
    display: none !important;
    font-size: 100px;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 5px #FFFFFF;
  }
  .slideshow-arrow span {
    font-size: 75px;
  }
  .the-rest-meta {
    display: none;
  }
  .short-long .rest-details {
    width: 100%;
  }
  .rest-summary h3 {
    margin: 10px 5px;
  }
  .short-long {
    padding: 5px;
    margin: 0;
  }
  .abt-content-container {
    padding: 20% 12px;
  }
  .abt-content-container .wp-block-columns {
    margin-left: 0;
    display: flex;
    flex-wrap: nowrap !important;
  }
  .abt-content-container .wp-block-columns .wp-block-column:first-child p {
    text-align: left;
    margin-bottom: 0;
  }
  .abt-content-container .wp-block-columns .wp-block-column:first-child {
    min-width: 40px;
  }
  .abt-content-container .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: auto !important;
  }
  .abt-content-container .contact-widget {
    position: relative;
    width: 100%;
    padding: 0;
    top: inherit;
    border-left: none;
  }
  .copyright {
    padding: 0;
    bottom: 0;
    margin: 7px;
    font-size: 12px;
  }
}
/* @media (min-width: 1900px){} */
@font-face {
  font-family: "Nadia";
  src: url("assets/fonts/Nadia-Serif/nadia_serif.ttf") format("truetype"), url("assets/fonts/Nadia-Serif/nadia_serif.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* improves performance */
}
.inclusive-sans-bro {
  font-family: "Inclusive Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

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

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: #CFCFCF;
}

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

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

*,
*::before,
*::after {
  box-sizing: border-box;
  font-family: "Nadia", sans-serif;
}

.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;
}

.mobile-off {
  display: none;
}/*# sourceMappingURL=style.css.map */