/*!
Theme Name: Paribu Art
Description: Paribu Arts Custom Wordpress Theme
Version: 1.0.0
Author: Paribu (Keyhan)
*/
@font-face {
  font-family: "ParibuSans";
  src: url("../fonts/ParibuSans-Bold.woff2") format("woff2"), url("../fonts/ParibuSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "ParibuSans";
  src: url("../fonts/ParibuSans-SemiBold.woff2") format("woff2"), url("../fonts/ParibuSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "ParibuSans";
  src: url("../fonts/ParibuSans-Medium.woff2") format("woff2"), url("../fonts/ParibuSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "ParibuSans";
  src: url("../fonts/ParibuSans-Regular.woff2") format("woff2"), url("../fonts/ParibuSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "ParibuSans";
  src: url("../fonts/ParibuUIMerge040225-RegularItalic-Italic.woff2") format("woff2"), url("../fonts/ParibuUIMerge040225-RegularItalic-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  padding: 0;
  font-family: "ParibuSans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dd,
ol,
ul,
figure,
hr,
fieldset,
legend {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  color: #fff;
  text-decoration: none;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
}

html {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}

html,
body {
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  background-color: #000;
  color: #fff;
}

main {
  min-height: 80vh;
}

p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 28px;
}

.wp-block-image img {
  margin: 120px 0 40px;
}

.wp-block-heading {
  font-weight: 600;
  font-size: 58px;
  line-height: 70px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

hr {
  width: 100%;
  border: 1px solid rgb(233, 233, 233);
}

.page {
  margin-top: 80px;
}

.inner-page {
  background-color: #fff;
  color: #000;
}
.inner-page__content {
  padding-top: 40px;
}
.inner-page__content.container-inner {
  max-width: 800px;
}
.inner-page .header {
  background: #fff;
}
.inner-page .header .hamburger__line {
  background-color: #000;
}
.inner-page .header .hamburger__line::after {
  background-color: #000;
}
.inner-page .header .hamburger__menu--active .hamburger__line {
  background-color: #fff;
}
.inner-page .header .hamburger__menu--active .hamburger__line::after {
  background-color: #fff;
}
.inner-page .header .nav__header-link {
  color: #030303;
  border-color: rgb(233, 233, 233);
}
.inner-page .header .nav__header-link-icon-dark {
  display: none;
}
.inner-page .header .nav__header-link-icon-light {
  display: inline;
}

.header--single.is-scrolled {
  background: #fff;
}
.header--single.is-scrolled .hamburger__line {
  background-color: #000;
}
.header--single.is-scrolled .hamburger__line::after {
  background-color: #000;
}
.header--single.is-scrolled .hamburger__menu--active .hamburger__line {
  background-color: #fff;
}
.header--single.is-scrolled .hamburger__menu--active .hamburger__line::after {
  background-color: #fff;
}
.header--single.is-scrolled .nav__header-link {
  color: #030303;
  border-color: rgb(233, 233, 233);
}
.header--single.is-scrolled .nav__header-link-icon-dark {
  display: none;
}
.header--single.is-scrolled .nav__header-link-icon-light {
  display: inline;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 80px;
  z-index: 100;
  background: linear-gradient(0deg, rgba(3, 3, 3, 0) 0%, #030303 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__hamburger {
  width: 27px;
  height: 32px;
  position: relative;
}

.hamburger__menu {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  cursor: pointer;
}
.hamburger__menu:focus {
  outline: none;
}
.hamburger__menu--active .hamburger__line:nth-child(1) {
  opacity: 0;
}
.hamburger__menu--active .hamburger__line:nth-child(2) {
  transform: translate(4px, -2px) rotate(45deg);
}
.hamburger__menu--active .hamburger__line:nth-child(3) {
  transform: translate(3px, -9px) rotate(-45deg);
}
.hamburger__line {
  display: block;
  background-color: #fff;
  width: 26px;
  height: 2.5px;
  margin: 6px 0;
  transform-origin: center;
  transition: all 0.3s ease;
}
.hamburger__line:nth-child(2) {
  width: 21px;
}
.hamburger__line:nth-child(2)::after {
  content: "";
  background: #fff;
  width: 2.5px;
  height: 2.5px;
  position: absolute;
  left: 23.5px;
}

.header__logo {
  display: flex;
  align-items: center;
  height: 100%;
}

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

.nav {
  position: fixed;
  right: -407px;
  top: 0;
  bottom: 0;
  background-color: #000;
  width: 407px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 40px;
}
.nav--open {
  right: 0;
}
.nav__overlay {
  display: none;
  background: rgba(3, 3, 3, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.nav__menu {
  margin-top: 138px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-left: 40px;
}
.nav__menu .menu-item {
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  color: #fff;
}
.nav__menu .menu-item:hover {
  color: #fff;
}
.nav__bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 40px;
}
.nav__content {
  display: flex;
  margin-bottom: 58px;
}
.nav__content-half {
  width: 40%;
}
.nav__title {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  vertical-align: middle;
  color: rgb(167, 167, 167);
  margin-bottom: 20px;
}
.nav__logo {
  width: 327px;
}
.nav__logo img {
  width: 100%;
}
.nav__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
}
.nav__footer-item {
  font-weight: 400;
  font-size: 10px;
  line-height: 120%;
  margin-bottom: 0;
  color: #fff;
}
.nav__social {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.nav__social .menu-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.nav__item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgb(255, 255, 255);
}
.nav__header-link {
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 144px;
  height: 42px;
  border-radius: 21px;
  border: 1px solid rgb(255, 255, 255);
  margin-right: 56px;
}
.nav__logo-mobile {
  display: none;
  position: absolute;
  top: 16px;
  left: 16px;
}
.nav__logo-mobile img {
  height: 29px;
}
@media (max-width: 768px) {
  .nav__logo-mobile {
    display: block;
  }
}
.nav__header-link-icon-dark {
  display: inline;
  width: 16px;
}
.nav__header-link-icon-light {
  display: none;
  width: 16px;
}

.container {
  width: 100%;
  max-width: calc(100vw - 144px);
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .container {
    max-width: calc(100vw - 72px);
  }
}
@media (max-width: 1296px) {
  .container {
    max-width: calc(100vw - 32px);
  }
}

.menu__container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 30px;
  position: absolute;
  right: 72px;
}
@media (max-width: 1440px) {
  .menu__container {
    right: 36px;
  }
}
@media (max-width: 1296px) {
  .menu__container {
    right: 16px;
  }
}

.header-inner .container {
  width: 100%;
  max-width: 1328px;
  margin: 0 auto;
  padding: 0 16px;
}
.header-inner .menu__container {
  right: calc((100vw - 1296px) / 2);
}
@media (max-width: 1328px) {
  .header-inner .menu__container {
    right: 16px;
  }
}

.container-inner {
  width: 100%;
  max-width: 1328px;
  margin: 0 auto;
  padding: 0 16px 120px;
}
.container-inner__side {
  width: 343px;
}
.container-inner__content {
  width: 795px;
}

.place-items-between {
  display: flex;
  justify-content: space-between;
}

.footer {
  background-color: rgb(3, 3, 3);
  padding: 72px 0;
}
.footer .container-inner {
  padding-bottom: 0;
}
.footer__top {
  display: flex;
  gap: 80px;
  margin-bottom: 64px;
}
.footer__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: rgb(167, 167, 167);
  margin-bottom: 20px;
}
.footer__menu li {
  margin-bottom: 12px;
}
.footer__menu a {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footer__bottom-items {
  display: flex;
  justify-content: space-between;
  width: 50%;
}
.footer__bottom-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgb(255, 255, 255);
  margin-bottom: 0;
}
.footer__logo {
  width: 100%;
  max-width: 530px;
}
.footer__logo img {
  height: 95px;
}

.home-events {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 104px 0;
}

.posts-set {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.event {
  height: 80vh;
  width: 100%;
  max-width: 1584px;
  max-height: 1500px;
  position: relative;
  overflow: hidden;
}
.event__image {
  width: 100%;
  height: 80vh;
  max-width: 1584px;
  max-height: 1500px;
  overflow: hidden;
  position: relative;
}
.event__image img {
  width: 100%;
  min-height: calc(100% + 200px);
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  will-change: transform;
}
.event__content {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 960px;
  padding-left: 48px;
  padding-bottom: 48px;
  will-change: transform;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 16px;
  margin-bottom: -50px;
}
.event__title {
  display: inline;
  font-weight: 600;
  font-size: 64px;
  line-height: 94px;
  text-transform: uppercase;
  background-color: #fff;
  color: rgb(3, 3, 3);
  padding: 8px 12px;
}
.event__category {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  background-color: rgb(3, 3, 3);
  color: #fff;
  display: inline;
  padding: 8px 12px;
}
.event__dates {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  background-color: rgb(3, 3, 3);
  color: #fff;
  display: inline;
  padding: 8px 12px;
}
.event__time {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  background-color: rgb(3, 3, 3);
  color: #fff;
  display: inline;
  padding: 8px 12px;
  position: relative;
  top: 42px;
}

.event-page__thumbnail {
  width: 100%;
  height: 611px;
}
.event-page__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-page__content {
  padding-top: 80px;
  background: #fff;
  color: #000;
}
.event-page__title-container {
  position: absolute;
  height: 611px;
  width: 515px;
  top: 0;
  left: calc((100vw - 1296px) / 2);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 64px;
  gap: 12px;
}
.event-page__date-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: rgb(68, 68, 68);
  margin: 8px 0;
}
.event-page__date {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgb(3, 3, 3);
  margin-bottom: 32px;
}
.event-page__time {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgb(3, 3, 3);
  margin-bottom: 42px;
}
.event-page__share-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgb(233, 233, 233);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.event-page__share-container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .event-page__share-container {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    height: 76px;
    background: #fff;
    padding: 12px 16px;
  }
}

.ticket-button {
  width: 279px;
  height: 52px;
  border-radius: 52px;
  background: #030303;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.ticket-button .ticket-icon {
  margin-left: 8px;
}
.ticket-button:hover {
  background: rgba(3, 3, 3, 0.8);
}

.event-additional-photos {
  display: flex;
  width: 100%;
  gap: 24px;
  flex-wrap: wrap;
}
.event-additional-photos .event-photo {
  max-width: calc(50% - 12px);
  height: 100%;
  max-height: 380px;
  overflow: hidden;
}
.event-additional-photos .event-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.calendar-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 48px 0;
  text-align: center;
  z-index: 50;
}

.calendar-title {
  font-weight: 600;
  font-size: 58px;
  line-height: 70px;
  text-transform: uppercase;
  color: #fff;
}

.calendar-events-container {
  display: flex;
  gap: 32px;
  padding: 0 calc(50vw - 208px);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  width: 100%;
  min-height: 611px;
  -webkit-overflow-scrolling: touch;
}
.calendar-events-container::-webkit-scrollbar {
  display: none;
}

.calendar-event {
  height: 532px;
  width: 416px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  flex-grow: 0;
  transition: transform 0.1s ease, opacity 0.1s ease;
}
.calendar-event.active .calendar-event__overlay {
  opacity: 1;
}
.calendar-event__image {
  width: 100%;
  height: 611px;
  overflow: hidden;
  position: relative;
}
.calendar-event__image img {
  width: 100%;
  min-height: calc(100% + 200px);
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  will-change: transform;
}
.calendar-event__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 48px);
  padding-left: 24px;
  padding-bottom: 48px;
  will-change: transform;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
}
.calendar-event__title {
  display: inline;
  font-weight: 600;
  font-size: 32px;
  line-height: 52px;
  text-transform: uppercase;
  background-color: #fff;
  color: rgb(3, 3, 3);
  padding: 6px 8px;
}
.calendar-event__title a {
  color: rgb(3, 3, 3);
}
.calendar-event__title a:hover {
  color: rgba(3, 3, 3, 0.8);
}
.calendar-event__category {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  background-color: rgb(3, 3, 3);
  color: #fff;
  display: inline;
  padding: 4px 8px;
}
.calendar-event__dates {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  background-color: rgb(3, 3, 3);
  color: #fff;
  display: inline;
  padding: 4px 8px;
}
.calendar-event__time {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  background-color: rgb(3, 3, 3);
  color: #fff;
  display: inline;
  padding: 4px 8px;
  position: relative;
}
.calendar-event__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0.6;
  transition: opacity 0.1s ease;
}

.calendar-month-title.updating {
  opacity: 0.5;
  transform: translateY(-10px);
}

.calendar__event-dates {
  position: absolute;
  top: 16px;
  right: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}

.contact-page__thumbnail {
  width: 100%;
  height: 810px;
}
.contact-page__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-page .wp-block-columns {
  margin-top: 92px;
}
.contact-page h2.wp-block-heading {
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  color: rgb(3, 3, 3);
  max-width: 350px;
}
.contact-page h3.wp-block-heading {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: rgb(68, 68, 68);
}
.contact-page p {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: rgb(3, 3, 3);
}
.contact-page a {
  color: rgb(3, 3, 3);
}
.contact-page .wp-block-image img {
  margin: 32px 0;
}
.contact-page .wp-block-button__link {
  display: flex;
  margin-bottom: 48px;
  color: #fff;
}
.contact-page .wp-block-button__link svg {
  margin-left: 8px;
}

@media (max-width: 1024px) {
  html,
  body {
    overflow-x: hidden;
  }
  .container {
    max-width: calc(100vw - 32px);
    padding: 0 16px;
  }
  .container-inner {
    max-width: calc(100vw - 32px);
    padding: 0 16px 60px;
  }
  .container-inner__content {
    width: 100%;
  }
  .container-inner__side {
    width: 100%;
  }
  p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .wp-block-heading {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 16px;
  }
}
@media (max-width: 1024px) {
  .header {
    height: 64px;
  }
  .header__container {
    width: 100%;
    max-width: none;
    padding: 0;
  }
  .header__logo img {
    height: 29px;
  }
  .header .nav__header-link {
    display: none;
  }
  .nav {
    width: 100vw;
    right: -100vw;
    padding-bottom: 20px;
  }
  .nav--open {
    right: 0;
  }
  .nav__menu {
    padding-left: 20px;
    margin-top: 138px;
    gap: 32px;
  }
  .nav__menu .menu-item {
    font-size: 32px;
    line-height: 40px;
  }
  .nav__bottom {
    padding: 0 20px;
  }
  .nav__content {
    gap: 24px;
    margin-bottom: 32px;
  }
  .nav__content-half {
    width: 100%;
  }
  .nav__logo {
    display: none;
  }
  .nav__footer {
    gap: 12px;
    text-align: center;
  }
  .nav__footer-item {
    font-size: 12px;
  }
  .menu__container {
    right: 16px;
    width: auto;
  }
  .header__hamburger {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 1024px) {
  .home-events {
    padding: 80px 0 40px;
    gap: 24px;
  }
  .event {
    height: 520px;
  }
  .event__image {
    height: 520px;
  }
  .event__image img {
    min-height: calc(100% + 100px);
  }
  .event__content {
    width: calc(100% - 32px);
    padding-left: 16px;
    padding-bottom: 24px;
    gap: 16px;
    margin-bottom: -140px;
  }
  .event__title {
    font-size: 40px;
    line-height: 48px;
    padding: 6px 8px;
  }
  .event__category {
    font-size: 12px;
    line-height: 16px;
    padding: 4px 8px;
  }
  .event__dates {
    font-size: 16px;
    line-height: 24px;
    padding: 4px 8px;
  }
  .event__time {
    font-size: 16px;
    line-height: 24px;
    padding: 4px 8px;
    top: 24px;
  }
}
@media (max-width: 768px) {
  .event {
    height: 520px;
  }
  .event__image {
    height: 520px;
  }
  .event__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
  }
  .event__dates, .event__time {
    font-size: 16px;
    line-height: 24px;
  }
  .posts-set {
    gap: 24px;
  }
}
@media (max-width: 1024px) {
  .calendar-title {
    font-size: 32px;
    line-height: 40px;
  }
  .calendar-header {
    margin: 24px 0;
  }
  .calendar-events {
    margin-top: calc((100vh - 580px) / 2);
  }
  .calendar-events-container {
    padding: 0 16px;
    gap: 16px;
    min-height: 400px;
  }
  .calendar-event {
    width: 292px;
    height: 452px;
  }
  .calendar-event__image {
    height: 452px;
  }
  .calendar-event__content {
    width: calc(100% - 32px);
    padding-left: 16px;
    padding-bottom: 48px;
    gap: 4px;
  }
  .calendar-event__title {
    font-size: 28px;
    line-height: 42px;
    padding: 4px 6px;
  }
  .calendar-event__category {
    font-size: 10px;
    line-height: 14px;
    padding: 2px 6px;
  }
  .calendar-event__dates, .calendar-event__time {
    font-size: 16px;
    line-height: 24px;
    padding: 2px 6px;
  }
  .calendar__event-dates {
    top: 12px;
    right: 12px;
    gap: 2px;
  }
}
@media (max-width: 1024px) {
  .event-page__thumbnail {
    height: 544px;
  }
  .event-page__title-container {
    width: 100%;
    left: 0;
    padding: 16px;
    z-index: 10;
  }
  .event-page__content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .event-page .place-items-between {
    flex-direction: column;
    gap: 32px;
  }
  .event-page .container-inner__side {
    width: 100%;
    order: 1;
  }
  .event-page .container-inner__content {
    width: 100%;
    order: 2;
  }
  .event-page__date-title {
    font-size: 14px;
    line-height: 20px;
    margin: 6px 0;
  }
  .event-page__date, .event-page__time {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px;
  }
  .ticket-button {
    width: 100%;
    margin-bottom: 16px;
  }
  .event-page .place-items-between .ticket-button {
    width: calc(100% - 68px);
  }
  .event-additional-photos {
    gap: 16px;
  }
  .event-additional-photos .event-photo {
    max-width: 100%;
    max-height: 250px;
  }
}
@media (max-width: 768px) {
  .event-page__thumbnail {
    height: 544px;
  }
  .event-page__title-container {
    height: 494px;
  }
  .event-page .event__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 52px;
  }
  .event-page .event__category {
    font-size: 14px;
    line-height: 18px;
  }
  .event__content {
    gap: 8px;
  }
  .event__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 52px;
  }
  .event__category {
    font-size: 10px;
    line-height: 14px;
  }
}
@media (max-width: 1024px) {
  .contact-page__thumbnail {
    height: 500px;
  }
  .contact-page .wp-block-columns {
    margin-top: 40px;
  }
  .contact-page h2.wp-block-heading {
    font-size: 28px;
    line-height: 36px;
    max-width: none;
  }
  .contact-page h3.wp-block-heading {
    font-size: 14px;
    line-height: 20px;
  }
  .contact-page p {
    font-size: 18px;
    line-height: 24px;
  }
  .contact-page .wp-block-image img {
    margin: 24px 0;
  }
  .contact-page .wp-block-button__link {
    margin-bottom: 32px;
  }
}
@media (max-width: 1024px) {
  .footer {
    padding: 40px 0;
  }
  .footer__top {
    gap: 32px;
    margin-bottom: 32px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer__title {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 12px;
  }
  .footer__menu a {
    font-size: 16px;
    line-height: 22px;
  }
  .footer__menu li {
    margin-bottom: 8px;
  }
  .footer__bottom {
    flex-direction: column-reverse;
    gap: 16px;
    text-align: center;
    align-items: flex-start;
  }
  .footer__bottom-items {
    width: 100%;
  }
  .footer__bottom-item {
    font-size: 12px;
    line-height: 16px;
  }
  .footer__logo {
    margin: 8px auto 24px;
  }
  .footer__logo img {
    height: 60px;
  }
}
@media (max-width: 1024px) {
  .inner-page__content {
    padding-top: 20px;
  }
  .inner-page__content.container-inner {
    max-width: calc(100vw - 32px);
  }
  .inner-page .header .hamburger__line {
    background-color: #000;
  }
  .inner-page .header .hamburger__line::after {
    background-color: #000;
  }
  .inner-page .header .hamburger__menu--active .hamburger__line {
    background-color: #fff;
  }
  .inner-page .header .hamburger__menu--active .hamburger__line::after {
    background-color: #fff;
  }
  .page {
    margin-top: 60px;
  }
}
@media (max-width: 1024px) {
  .wp-block-image img {
    margin: 40px 0 24px;
  }
  .wp-block-columns {
    flex-direction: column !important;
    gap: 24px;
  }
  .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media (max-width: 1024px) {
  .mobile-hidden {
    display: none !important;
  }
  .mobile-only {
    display: block !important;
  }
  .mobile-center {
    text-align: center !important;
  }
  .mobile-full-width {
    width: 100% !important;
  }
}
@media (min-width: 1025px) {
  .mobile-only {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .calendar-events-container {
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }
  .calendar-event {
    scroll-snap-align: center;
  }
  input,
  select,
  textarea {
    font-size: 16px;
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  .header {
    height: 50px;
  }
  .header__logo img {
    height: 28px;
  }
  .event {
    height: 250px;
  }
  .event__image {
    height: 250px;
  }
  .event__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 52px;
  }
  .calendar-event {
    height: 250px;
  }
  .calendar-event__image {
    height: 250px;
  }
  .nav__menu {
    margin-top: 60px;
    gap: 16px;
  }
  .nav__menu .menu-item {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 480px) {
  .container,
  .container-inner {
    max-width: calc(100vw - 16px);
    padding: 0 8px;
  }
  .event__title {
    font-size: 32px;
    line-height: 52px;
  }
  .event__content {
    padding-left: 12px;
    padding-bottom: 16px;
  }
  .nav__menu {
    padding-left: 16px;
  }
  .nav__menu .menu-item {
    font-size: 32px;
    line-height: 40px;
  }
  .nav__bottom {
    padding: 0 16px;
  }
  .contact-page h2.wp-block-heading {
    font-size: 24px;
    line-height: 32px;
  }
  .contact-page p {
    font-size: 16px;
    line-height: 22px;
  }
}
