/*
	Theme Name: Elisava Showcase 2025 Template
	Theme URI: https://llos.xyz
	Description: Elisava Showcase 2025 template
	Version: 1.0
	Author: LLOS&
	Author URI: http://llos.xyz
	Text Domain: llos
	Domain Path: /lang
*/
/*	Variables
	---- */
:root {
  --grid-gap: 24px;
  --v-margin: 72px;
  --gris-bg: #f5f5f7;
  --gris-1: #e5e5e5;
  --gris-2: #c1c1c1;
  --gris-3: #919191;
  --100vh: calc(var(--vh, 1vh) * 100);
}

/*	Misc
	---- */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: relative;
  background: #ffffff;
  color: #000;
  font-family: helvetica neue, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  background-color: var(--gris-bg);
}

a {
  color: #000;
  transition: all 0.1s ease-in-out;
  text-decoration: none;
  outline: none;
}

a:hover,
a:focus {
  color: #000;
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  padding: 0;
  font-weight: normal;
  margin-block-start: 0;
  margin-block-end: 0;
}

h2 {
  font-size: 24px;
  line-height: 24px;
}

p,
span,
a,
h3,
input {
  font-size: 18px;
  line-height: 22px;
  caret-color: black;
}

input:focus {
  outline: none;
}

input:-internal-autofill-selected {
  -webkit-appearance: menulist-button;
     -moz-appearance: menulist-button;
          appearance: menulist-button;
  background-image: none !important;
  background-color: #000 !important;
  color: fieldtext !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff !important;
  background-color: #000 !important;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.transition {
  transition: all 0.15s ease-in-out;
}

.mobile {
  display: none;
}

.desktop {
  display: block;
}

.col-2 {
  width: 212px;
  min-height: 120px;
}

.col-3 {
  width: 330px;
  min-height: 192px;
}

.col-4 {
  width: 448px;
  min-height: 264px;
}

.col-5 {
  width: 566px;
  min-height: 336px;
}

.col-6 {
  width: 684px;
  min-height: 408px;
}

.names-list.col-2 span {
  display: block;
}

.names-list.col-3 span,
.names-list.col-3 a,
.names-list.col-4 span,
.names-list.col-4 a,
.names-list.col-5 span,
.names-list.col-5 a,
.names-list.col-6 span,
.names-list.col-6 a {
  display: inline;
}
.names-list.col-3 span:not(:last-child):after,
.names-list.col-3 a:not(:last-child):after,
.names-list.col-4 span:not(:last-child):after,
.names-list.col-4 a:not(:last-child):after,
.names-list.col-5 span:not(:last-child):after,
.names-list.col-5 a:not(:last-child):after,
.names-list.col-6 span:not(:last-child):after,
.names-list.col-6 a:not(:last-child):after {
  content: ",";
}

.h-1 {
  height: 336px;
}

.h-2 {
  height: 408px;
}

.h-3 {
  height: 480px;
}

.h-4 {
  height: 552px;
}

.h-5 {
  height: 624px;
}

.h-6 {
  height: 696px;
}

.h-1,
.h-2,
.h-3,
.h-4,
.h-5,
.h-6 {
  width: auto;
}
.h-1 img,
.h-2 img,
.h-3 img,
.h-4 img,
.h-5 img,
.h-6 img {
  height: 100%;
  width: auto;
  display: block;
}

.home-intro .col-6 p {
  font-size: 30px;
  line-height: 36px;
}

.max-width {
  max-width: 1392px;
  margin: 0 auto;
}

.rect {
  border-radius: 4px;
  padding: 0 var(--grid-gap);
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.rect-cont {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 330px;
  height: 192px;
}

.m-right-24 {
  margin-right: var(--grid-gap);
}

.m-bottom-24 {
  margin-bottom: var(--grid-gap);
}

.v-margin {
  margin-bottom: var(--v-margin);
}

.gutter-sizer {
  width: var(--grid-gap);
}

.edit-button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--gris-bg);
  z-index: 2;
}
.edit-button a {
  font-weight: bold;
}

/*	symbols
	------ */
.custom-checkbox {
  position: relative;
  cursor: pointer;
}

/* Hide the default checkbox */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-checkbox .year {
  margin-left: 30px;
}

/* Create a custom checkbox */
.custom-checkbox .checkmark {
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 24px;
  width: 24px;
  border: 2px solid #000;
  display: inline-block;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.tag {
  border-radius: 4px;
  padding: 13px 24px;
  font-weight: bold;
  display: inline-block;
  white-space: nowrap;
}

.tag-fixed-width {
  width: 212px;
}

/*	search
	------ */
.search-bar-cont {
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 448px;
}

.search-bar {
  position: absolute;
  inset: 0;
  border-radius: 4px;
  padding-left: var(--grid-gap);
  background-color: #000;
  opacity: 0;
  visibility: hidden;
}
.search-bar form {
  align-self: stretch;
  width: 100%;
  height: 100%;
  border: none;
}
.search-bar form input {
  height: 100%;
  width: 100%;
  border: none;
  background-color: transparent;
  color: #fff;
  font-weight: bold;
}
.search-bar form input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff; /* Change this to your desired color */
  opacity: 1; /* Firefox */
}
.search-bar form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff; /* Change this to your desired color */
  opacity: 1; /* Firefox */
}
.search-bar form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.search-bar form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

.search-btn {
  width: 47px;
  height: 47px;
  border-radius: 4px;
  background-color: #000;
  padding: 12px;
  cursor: pointer;
}
.search-btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  transform: scaleX(-1);
}

.search-results-cont {
  position: absolute;
  top: 0;
  right: 448px;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: none;
}

.search-results {
  width: 448px;
  min-height: 264px;
}
.search-results h3 {
  margin-block-end: 20px;
}
.search-results a {
  display: block;
  font-weight: bold;
}

.border-solid {
  border: 2px solid #000;
}

.black-bg {
  background-color: #000;
  color: #fff;
}
.black-bg a {
  color: #fff;
}

.white-bg {
  background-color: #fff;
  color: #000;
}

a.black-bg:hover {
  background-color: #fff;
  color: #000;
}

a.white-bg:hover {
  background-color: #000;
  color: #fff;
}

.circle-symbol {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: white;
  border: 2px solid black;
  border-radius: 50%;
  margin-right: 8px;
}

.rectangle-symbol {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: white;
  border: 2px solid black;
  transform: rotate(45deg);
  margin-right: 10px;
}

a:hover .rectangle-symbol,
a:hover .circle-symbol,
a:active .rectangle-symbol,
a:active .circle-symbol {
  background: black;
}

.stamp-top-left {
  position: absolute;
  left: 0;
  top: 0;
  margin-bottom: var(--grid-gap);
}

.stamp-top-right {
  position: absolute;
  right: 0;
  top: 0;
  margin-bottom: var(--grid-gap);
}

.stamp-2 {
  position: absolute;
  right: 0;
  top: 288px;
  margin-bottom: var(--grid-gap);
}

/*	swiper
	------ */
.swiper-elisava {
  overflow: hidden;
  margin-right: calc(var(--grid-gap) * -1);
  margin-left: calc(var(--grid-gap) * -1);
}
.swiper-elisava .swiper-slide {
  width: auto;
}
.swiper-elisava img {
  height: 100%;
  width: auto;
  display: block;
}

/*	Header
	------ */
.home-header {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 25px var(--grid-gap);
  position: sticky;
  top: 0;
  z-index: 99;
  height: 72px;
  align-items: center;
}

.home-header .left-cont,
.home-header .right-cont {
  display: flex;
  align-items: center;
}
.home-header .left-cont a {
  margin-right: var(--grid-gap);
}
.home-header .right-cont a {
  margin-left: var(--v-margin);
}

.home .home-header .left-cont a:first-child .circle-symbol {
  background-color: #000;
}

.student-area,
.form-content,
.edit-post-content {
  padding: var(--grid-gap);
}
.student-area a,
.form-content a,
.edit-post-content a {
  font-weight: bold;
}

.register-form,
.form-content,
.edit-post-content {
  padding: var(--grid-gap);
}
.register-form h1,
.form-content h1,
.edit-post-content h1 {
  margin-bottom: var(--grid-gap);
}

/*	Homepage Showcase
	-------- */
.showcase-rect-cont {
  width: 100%;
  padding: var(--grid-gap);
  margin-bottom: 17vw;
  display: grid;
  margin: auto;
  grid-template-columns: repeat(auto-fit, minmax(330px, max-content));
  grid-gap: var(--grid-gap);
  justify-content: center;
}

.grid-4-col {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1392px;
  margin: 0 auto;
  grid-gap: var(--grid-gap);
  padding: 0 var(--grid-gap);
  padding-top: var(--grid-gap);
  margin-bottom: 17vw;
}

.home-showcase .master-name-rect {
  border: 1px solid #000;
  border-radius: 4px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 192px;
  width: 330px;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  padding: var(--grid-gap);
}
.home-showcase .master-name-rect:hover {
  background-color: #fff;
}

.home-bg-img {
  height: 100vh;
  position: fixed;
  inset: 0;
  background-color: var(--gris-bg);
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.showcase-fixed {
  position: fixed;
  bottom: 0;
  font-size: 17.1vw;
  line-height: 15.6vw;
  padding: var(--grid-gap);
  color: #fff;
  mix-blend-mode: difference;
  margin-block-start: 0;
  margin-block-end: 0;
  pointer-events: none;
}

@media (max-width: 1440px) and (min-width: 1190px) {
  .showcase-rect-cont {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .home-showcase .master-name-rect {
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.58;
  }
}
/*	Homepage Master Program
	-------- */
.home-master-program {
  position: relative;
  height: 100%;
  overflow: auto;
  padding: var(--grid-gap);
}

.home-master-program .master-name-rect {
  border: 1px solid #000;
  border-radius: 4px;
  background-color: var(--gris-bg);
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 192px;
  width: 330px;
  text-align: center;
  padding: var(--grid-gap);
  position: fixed;
  z-index: 3;
  top: 96px;
  left: var(--grid-gap);
}
.home-master-program .master-name-rect * {
  pointer-events: none;
}

.home-intro {
  position: relative;
  width: 100%;
}

.home-master-program #projects {
  min-height: 100vh;
}

/*	Author
	------ */
.page-author {
  position: relative;
  padding: var(--grid-gap);
}

.author-main {
  position: relative;
}

.author-avatar {
  width: 330px;
  height: 408px;
}
.author-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.author-info {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}

.author-contacts {
  width: 330px;
  min-height: 192px;
  word-wrap: break-word;
}
.author-contacts a {
  font-weight: bold;
  display: block;
}

.project-thumbnail {
  height: 192px;
  border-radius: 4px;
  overflow: hidden;
  display: block;
}
.project-thumbnail img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.project-thumbnail-hover {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.project-thumbnail:hover .project-thumbnail-hover {
  opacity: 1;
}

/*	Single
	------ */
.project-single {
  padding: var(--grid-gap);
}

.single-main {
  position: relative;
  margin-bottom: 72px;
}

.column-text {
  -moz-column-width: 330px;
       column-width: 330px;
  -moz-column-fill: auto;
       column-fill: auto;
  height: 336px;
  overflow: auto;
  -moz-column-gap: var(--grid-gap);
       column-gap: var(--grid-gap);
}

.text-intro {
  width: 920px;
  margin-bottom: 48px;
}
.text-intro p {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  margin-block-end: 24px;
}

.text-main-cont {
  display: flex;
  margin-bottom: 48px;
}

.text-main {
  width: 684px;
  margin-right: var(--grid-gap);
  margin-left: var(--grid-gap);
}
.text-main p {
  margin-block-end: 20px;
}

.text-highlight-cont {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 48px;
}

.text-highlight {
  width: 684px;
}
.text-highlight p {
  font-size: 30px;
  line-height: 36px;
  margin-block-end: 24px;
}

.text-sidenote {
  width: 330px;
  flex-shrink: 0;
}
.text-sidenote p {
  color: var(--gris-3);
  margin-block-end: 20px;
}

/*	video
	------ */
.single-video-cont {
  display: flex;
}

.single-video-cont.align-left {
  justify-content: flex-start;
}

.single-video-cont.align-center {
  justify-content: center;
}

.single-video-cont.h-4,
.single-video-cont.h-5,
.single-video-cont.h-6 {
  margin-bottom: var(--v-margin);
}

.embed-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 4px;
}

.video-player {
  height: 100%;
  width: auto;
  display: block;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
  transform: scale(1.02); /* Slightly scale the iframe */
}

.poster-image {
  background-size: cover;
  background-position: center;
  opacity: 1;
  position: absolute;
  inset: 0;
  z-index: 3;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease-in;
  display: flex;
  justify-content: center;
}

.play-btn {
  width: 90px;
  height: 50px;
  border-radius: 4px;
  overflow: hidden;
  background-color: white;
  position: relative;
  cursor: pointer;
  margin: auto;
}

.play-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 26.5px;
  border-color: transparent transparent transparent black;
}

/*	Responsive
	------ */
@media (max-width: 768px) {
  /*	Variables
  ---- */
  :root {
    --grid-gap: 12px;
  }
  h2 {
    font-size: 20px;
    line-height: 20px;
  }
  p,
  span,
  a,
  h3 {
    font-size: 15px;
    line-height: 19px;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6 {
    width: 100%;
    height: auto;
    min-height: auto;
  }
  .rsp-w-100 {
    width: 100%;
    height: auto;
  }
  .rsp-w-100 img {
    width: 100%;
    height: auto;
  }
  .rect-cont {
    width: auto;
    height: auto;
  }
  .stamp-top-left,
  .stamp-top-right,
  .stamp-2 {
    position: relative;
    margin-bottom: 0;
    top: auto;
    right: auto;
    display: block;
  }
  /*	search
  ------ */
  .search-bar-cont {
    visibility: hidden;
    justify-content: flex-start;
    flex-flow: column;
    position: fixed;
    background-color: var(--gris-bg);
    inset: 0;
    padding: 0 var(--grid-gap);
    padding-top: calc(var(--grid-gap) + 47px);
    z-index: 10;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
  }
  .search-bar {
    position: relative;
    height: 100%;
    inset: 0;
    height: 47px;
    padding-left: var(--grid-gap);
  }
  .search-bar form {
    align-self: stretch;
    width: 100%;
    height: 100%;
    border: none;
  }
  .search-results-cont {
    position: fixed;
    padding: 0 var(--grid-gap);
    top: calc(var(--grid-gap) * 2 + 94px);
    right: 0;
    left: 0;
    z-index: 11;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    display: none;
  }
  .search-results {
    width: 448px;
    min-height: 264px;
    margin-right: 0;
  }
  .search-results h3 {
    margin-block-end: 20px;
  }
  .search-results a {
    display: block;
    font-weight: bold;
  }
  .home-intro .search-btn {
    display: none;
  }
  .home-intro .col-6 p {
    font-size: 24px;
    line-height: 30px;
  }
  .home-intro .grid-item {
    margin-bottom: var(--grid-gap);
  }
  /*	video
  ------ */
  .single-video-cont.h-1,
  .single-video-cont.h-2,
  .single-video-cont.h-3,
  .single-video-cont.h-4,
  .single-video-cont.h-5,
  .single-video-cont.h-6 {
    width: 100%;
    height: auto;
  }
  .single-video-cont.align-left {
    justify-content: flex-start;
  }
  .single-video-cont.align-center {
    justify-content: center;
  }
  .video-player {
    height: auto;
    width: 100%;
  }
  /*	swiper
  ------ */
  .swiper-elisava {
    height: 265px;
  }
  /*	Marquee
  ---- */
  .marquee {
    width: 100%;
    overflow: hidden;
    z-index: 2;
    background-color: transparent;
    white-space: nowrap;
    position: relative;
  }
  .marquee .word {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    left: 100%;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #fff;
  }
  .grid-4-col {
    display: block;
  }
  /*	symbols
  ------ */
  .rect {
    padding: var(--grid-gap);
  }
  .circle-symbol {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: white;
    border: 2px solid black;
    margin-right: 5px;
  }
  .checkbox-cont {
    background-color: var(--gris-2);
    padding: 0;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  .checkbox-cont form {
    display: flex;
    flex-flow: column;
  }
  .custom-checkbox {
    padding: var(--grid-gap);
    padding-right: 0;
    background-color: var(--gris-2);
  }
  .custom-checkbox.multiple {
    padding: var(--grid-gap);
    padding-right: 18px;
    background-color: var(--gris-2);
    display: none;
  }
  .custom-checkbox.checked {
    display: flex;
    align-items: center;
    order: -1;
  }
  .custom-checkbox.checked .year-radio {
    pointer-events: none;
  }
  .custom-checkbox.multiple.checked::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: var(--grid-gap);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid black;
    transform: translateY(-50%);
  }
  .custom-checkbox.multiple.checked.flipped::after {
    border-top: none;
    border-bottom: 10px solid black;
  }
  /* Create a custom checkbox */
  .custom-checkbox .checkmark {
    position: absolute;
    top: 0;
    bottom: 0px;
    margin: auto;
    left: var(--grid-gap);
    height: 24px;
    width: 24px;
    border: 2px solid #000;
    display: inline-block;
  }
  .anchor-link.hidden {
    display: none;
  }
  .home .home-header .left-cont a:first-child .circle-symbol {
    background-color: transparent;
  }
  /*	Header
  ------ */
  .home-header {
    height: auto;
    padding: 0 0 0 var(--grid-gap);
    align-items: stretch;
  }
  .home-header .left-cont {
    flex-grow: 1;
    justify-content: flex-start;
    position: relative;
  }
  .home-header.marquee {
    height: 47px;
  }
  .search-btn {
    border-radius: 0;
  }
  /*	Homepage Showcase
  -------- */
  .home-showcase .master-name-rect {
    height: 144px;
  }
  .showcase-fixed {
    font-size: 16vw;
    line-height: 15.5vw;
  }
  /*	Homepage Master Program
  -------- */
  .home-master-program .master-name-rect {
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    left: auto;
    top: auto;
    text-align: center;
    padding: var(--grid-gap);
    position: relative;
    margin-bottom: var(--grid-gap);
    min-height: 96px;
  }
  /*	Author
  ------ */
  .page-author {
    padding: var(--grid-gap);
  }
  .author-avatar {
    width: 100%;
    height: auto;
  }
  .author-avatar img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  /*	Single
  ------ */
  .column-text {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-width: 100%;
         column-width: 100%;
    height: auto;
  }
  .text-intro {
    width: 100%;
  }
  .text-intro p {
    font-size: 30px;
    line-height: 36px;
  }
  .text-main-cont {
    display: block;
  }
  .text-main {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .text-main p {
    margin-block-end: 20px;
  }
  .text-highlight-cont {
    display: block;
  }
  .text-highlight {
    width: 100%;
  }
  .text-highlight p {
    font-size: 30px;
    line-height: 36px;
  }
  .text-sidenote {
    width: 100%;
  }
  .text-sidenote p {
    margin-block-end: 20px;
  }
  /*	Footer
  -------- */
  .footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    padding: var(--grid-gap);
  }
}/*# sourceMappingURL=style.css.map */