@import url("https://use.typekit.net/qkg7uhh.css");
body {
  margin: 0px;
  background-color: #FEFDF1;
}

li {
  list-style: none;
}

* {
  padding: 0;
  box-sizing: border-box;
  font-family: "neue-haas-grotesk-display";
  border-color: #000;
  font-weight: 500;
  word-break: break-word;
}

.container {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 1900px) {
  .container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.text-center {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

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

input:focus-visible {
  outline: none;
}

.two-col-equal {
  display: grid;
  display: -ms-grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .two-col-equal {
    grid-template-columns: auto;
  }
}

.media-reel-inner .date-checkout .data-info, .media-reel-inner .reel-text h5,
.media-reel-inner .reel-text p, .pocast-list-row .podcasr-description p, .media-main-row .media-grid .media-row-inner .media h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  color: #000;
}
@media (max-width: 992px) {
  .media-reel-inner .date-checkout .data-info, .media-reel-inner .reel-text h5,
  .media-reel-inner .reel-text p, .pocast-list-row .podcasr-description p, .media-main-row .media-grid .media-row-inner .media h4 {
    font-size: 16px;
  }
}

.align-end {
  align-items: end;
}

a:focus {
  box-shadow: none;
}

.gap-30 {
  gap: 30px;
}
@media (max-width: 576px) {
  .gap-30 {
    gap: 15px;
  }
}

.common-head {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .common-head {
    font-size: 20px;
  }
}

.page-title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #000;
  text-transform: uppercase;
}

.mobile-logo,
.mobile-title {
  display: none;
}
@media (max-width: 992px) {
  .mobile-logo,
  .mobile-title {
    display: block;
  }
}

img {
  vertical-align: middle;
  max-width: 100%;
  transition: all 0.3s;
}

.align-centered {
  align-items: center;
}

.relative {
  position: relative;
}

.w-100 {
  width: 100%;
}

.error-404 a, .commmon-button {
  background: transparent;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  text-transform: uppercase;
  border: 1px solid #000;
  padding: 6px 14px;
  display: inline-block;
}
.error-404 a:hover, .commmon-button:hover {
  background-color: #000;
  color: #fff;
}
@media (max-width: 992px) {
  .error-404 a, .commmon-button {
    font-size: 16px;
  }
}

ul {
  margin: 0;
}
ul li {
  list-style: none;
}

.news-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/5;
}

.read-more {
  position: absolute;
  right: 10px;
  bottom: -20px;
  z-index: 1;
  transition: all 0.2s;
  cursor: pointer;
}
.read-more.readless {
  transform: scale(-1);
}

@media (min-width: 991px) {
  #media-gallery .swiper-wrapper {
    display: block;
  }
  #media-gallery .swiper-wrapper .single-image {
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  .single-image img {
    aspect-ratio: 4/5;
  }
}
@media (min-width: 1500px) and (max-width: 2560px) {
  .refugio-image img,
  .simple-image img,
  .figure-image img {
    height: calc(100vh - 120px);
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.font-18 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-25 {
  margin-bottom: 25px;
}

body.page-template-contact .contact-us-col h3, .sheltext-text h2, .banner .caption-text h4,
.banner .caption-text a {
  font-size: 85px;
  font-weight: 500;
  line-height: 1;
  color: #000;
}
@media (max-width: 1900px) {
  body.page-template-contact .contact-us-col h3, .sheltext-text h2, .banner .caption-text h4,
  .banner .caption-text a {
    font-size: 60px;
  }
}
@media (max-width: 1200px) {
  body.page-template-contact .contact-us-col h3, .sheltext-text h2, .banner .caption-text h4,
  .banner .caption-text a {
    font-size: 30px;
  }
}

.midfont {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
}
@media (max-width: 1200px) {
  .midfont {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .midfont {
    font-size: 24px;
  }
}

.taxonomy-signle .textonomy-text p, h3 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
  color: #000;
}
@media (max-width: 1200px) {
  .taxonomy-signle .textonomy-text p, h3 {
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  .taxonomy-signle .textonomy-text p, h3 {
    font-size: 16px;
  }
}

@media (max-width: 1900px) {
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  h3 {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  h3 {
    font-size: 16px;
  }
}

.common-space {
  margin-bottom: 35px;
}
@media (max-width: 576px) {
  .common-space {
    margin-bottom: 20px;
  }
}

h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  color: #000;
}

p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  margin: 0 0 10px;
}
p:last-child {
  margin: 0;
}

.flex {
  display: flex;
}

body * {
  scrollbar-width: none;
}
body *::-webkit-scrollbar {
  display: none;
}

.sticky-image {
  position: sticky;
  top: 100px;
}
@media (max-width: 1200px) {
  .sticky-image {
    top: 50px;
  }
}
.sticky-image img {
  width: 100%;
}

.refugio-image img,
.simple-image img,
.figure-image img {
  width: 100%;
}

.searchbar {
  position: fixed;
  top: 100px;
  right: 0px;
  left: 0;
  z-index: 999;
  padding: 30px 0;
  background: #FEFDF1;
  opacity: 0;
  transform: translateY(-100px);
  transition: all 0.3s;
  visibility: hidden;
  pointer-events: none;
}
.searchbar.opensearch {
  opacity: 1;
  transform: translateY(0);
  pointer-events: initial;
  visibility: visible;
}
.searchbar .close-search {
  position: absolute;
  right: 30px;
  z-index: 111;
  cursor: pointer;
}
.searchbar .close-search img {
  max-width: 17px;
}
.searchbar form {
  max-width: 550px;
  margin: auto;
  position: relative;
}
.searchbar form input {
  width: 100%;
  text-align: center;
  color: #000;
  padding: 0 70px 10px 20px;
  border: 0;
  border-bottom: 1px solid #000;
  background-color: transparent;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  text-transform: uppercase;
}
.searchbar form input::-moz-placeholder {
  color: #000;
}
.searchbar form input::placeholder {
  color: #000;
}
.searchbar form button {
  position: absolute;
  right: 0px;
  bottom: 10px;
  z-index: 1;
  display: flex;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  text-transform: uppercase;
}

.view-chnage {
  position: fixed;
  top: 45px;
  right: 20px;
  z-index: 111;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .view-chnage {
    top: 34% !important;
    right: 0;
  }
}
@media (max-width: 992px) {
  .view-chnage {
    top: 80px !important;
  }
}
@media (max-width: 576px) {
  .view-chnage {
    top: 23px !important;
    right: 20%;
    position: fixed !important;
  }
  .view-chnage img {
    width: 18px;
    height: 16px;
    max-width: 100% !important;
    float: left;
  }
}

.menu-open {
  overflow: hidden;
}
.menu-open .mobile-menu-nav {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.mobile-menu-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  right: -100px;
  background: #EBEBE9;
  transition: all 0.3s;
}
.mobile-menu-nav .footer-mobile-menu {
  position: absolute;
  bottom: 20px;
  width: 100%;
  padding: 0 10px;
  text-transform: uppercase;
}
.mobile-menu-nav .footer-mobile-menu ul {
  justify-content: space-between;
}
.mobile-menu-nav .footer-mobile-menu ul a {
  font-size: 10px;
}
.mobile-menu-nav .mobile-menu-offcanvas {
  height: 100%;
  background: #FEFDF1;
  width: 90%;
  margin-left: auto;
  position: relative;
}
.mobile-menu-nav .copyright-phone {
  text-align: center;
}
.mobile-menu-nav .copyright-phone p {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
}
.mobile-menu-nav .mobile-navigation li {
  text-align: center;
}
.mobile-menu-nav .mobile-navigation li a {
  display: block;
  padding: 23px 0;
  border-top: 1px solid #000;
  text-transform: uppercase;
}
.mobile-menu-nav .mobile-menu-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 30px;
}
.mobile-menu-nav .mobile-menu-wrapper h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #000;
}
.mobile-menu-nav .mobile-menu-wrapper img {
  min-width: 30px;
}

header {
  padding: 45px 0;
  transition: all 0.3s;
  z-index: 1111;
  background-color: #FEFDF1;
  position: sticky;
  top: 0;
}
@media (max-width: 1440px) {
  header {
    padding: 30px 0;
  }
}
@media (max-width: 992px) {
  header {
    padding: 20px 20px;
  }
}
@media (max-width: 992px) {
  header {
    padding: 20px 30px;
    z-index: 1117;
  }
}
header .menu-close {
  color: pointer;
}
@media (max-width: 992px) {
  header .toggle-menu {
    cursor: pointer;
  }
  header .toggle-menu span {
    display: block;
    width: 30px;
    height: 5px;
    background: #000;
    margin-bottom: 5px;
  }
}
header .header-inner {
  justify-content: center;
  align-items: center;
}
header .header-inner .logo img {
  min-width: 30px;
  max-width: 30px;
}
@media (max-width: 992px) {
  header .header-inner {
    justify-content: space-between;
    gap: 10px;
  }
}
header .header-inner .navigation {
  display: flex;
  width: 100%;
  justify-content: center;
}
header .header-inner .navigation .shopper_icon a::before {
  display: none;
}
header .header-inner .navigation .desktop-logo {
  padding: 0 111px;
}
header .header-inner .navigation .left-nav {
  width: 100%;
}
header .header-inner .navigation .left-nav ul {
  justify-content: end;
}
header .header-inner .navigation .right-nav {
  width: 100%;
}
@media (max-width: 992px) {
  header .header-inner .navigation {
    display: none;
  }
}
header .header-inner .navigation .search-click {
  cursor: pointer;
}
header .header-inner .navigation .logo img {
  min-width: 30px;
  max-width: 30px;
}
header .header-inner .navigation .logo a::before {
  display: none;
}
@media (max-width: 992px) {
  header .header-inner .navigation .logo {
    display: none;
  }
}
header .header-inner .navigation ul {
  gap: 111px;
  transition: all 0.4s;
}
@media (max-width: 1900px) {
  header .header-inner .navigation ul {
    gap: 70px;
  }
}
@media (max-width: 1440px) {
  header .header-inner .navigation ul {
    gap: 40px;
  }
}
header .header-inner .navigation ul a,
header .header-inner .navigation ul span {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #000;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  header .header-inner .navigation ul a,
  header .header-inner .navigation ul span {
    font-size: 16px;
  }
}
header .header-inner .navigation ul a:hover::before {
  width: 100%;
}
header .header-inner .navigation ul a::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: 12;
  width: 0;
  height: 2px;
  background-color: #000;
  transition: all 0.3s;
}
header:hover .logo.desktop-logo {
  margin-top: 0 !important;
  transition: ease all 0.3s;
}
header.collapsed:not(:hover) {
  background: #FEFDF1;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 11;
}
header.collapsed:not(:hover) .navigation .logo {
  transition: all 0.5s;
  margin: 0 -96px;
}
header.collapsed:not(:hover) .navigation ul {
  gap: 60px;
  transition: all 0.5s;
}

.media-gallery-box .single-image img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 576px) {
  .coming-walls-banner img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
  }
}

.canvas-space {
  padding: 0 36px;
}
@media (max-width: 992px) {
  .canvas-space {
    padding: 0 15px;
  }
}

@media (max-width: 768px) {
  .banner .caption-text {
    padding: 0 20px;
  }
}
.banner .caption-text h6 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  color: #000;
  margin-bottom: 27px;
}
@media (max-width: 992px) {
  .banner .caption-text h6 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .banner .caption-text h6 {
    font-size: 18px;
  }
}
.banner .figure-image img {
  width: 100%;
}

.banner,
.full-banner {
  margin-bottom: 36px;
}

.caption-text {
  padding-bottom: 36px;
}

.news-blog {
  margin-bottom: 75px;
}
@media (max-width: 768px) {
  .news-blog {
    margin-bottom: 20px;
  }
}
.news-blog .news-col .news-image {
  overflow: hidden;
  margin-bottom: 17px;
}
.news-blog .news-col img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 576px) {
  .news-blog .news-col img {
    height: 300px;
  }
}
.news-blog .news-col .news-text p {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}

.sheltext-text {
  max-width: 697px;
}
@media (max-width: 768px) {
  .sheltext-text {
    padding: 0 15px;
  }
}
.sheltext-text h2 {
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .sheltext-text h2 {
    margin-bottom: 20px;
  }
}
.sheltext-text p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  color: #000;
}
@media (max-width: 1200px) {
  .sheltext-text p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .sheltext-text p {
    font-size: 16px;
  }
}
.sheltext-text .target-to {
  margin-left: 10px;
}

footer {
  margin-top: 66px;
  padding: 35px 35px;
  border-top: 1px solid #000;
}
@media (max-width: 992px) {
  footer {
    margin-top: 40px;
    padding: 20px;
  }
}
footer .footer-ins {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media (max-width: 1440px) {
  footer .footer-ins {
    gap: 25px;
  }
}
@media (max-width: 576px) {
  footer .footer-ins {
    align-items: center !important;
  }
}
footer .footer-ins .logo-footer img {
  min-width: 100px;
}
footer .footer-ins .info-copy {
  max-width: 147px;
  text-align: center;
}
@media (max-width: 576px) {
  footer .footer-ins .info-copy {
    display: none;
  }
}
footer .footer-ins .newsletter-form {
  max-width: 500px;
  width: 500px;
}
@media (max-width: 576px) {
  footer .footer-ins .newsletter-form {
    max-width: 100% !important;
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
footer .footer-ins .newsletter-form .ml-form-align-center .row-form {
  padding: 0 !important;
}
footer .footer-ins .newsletter-form input[type=text] {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #000;
  background: transparent;
  text-align: center;
  color: #000;
  padding-bottom: 36px;
}
footer .footer-ins .newsletter-form .submit-form {
  position: relative;
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 20px;
  align-items: center;
}
@media (max-width: 576px) {
  footer .footer-ins .newsletter-form .submit-form {
    align-items: center !important;
  }
}
footer .footer-ins .newsletter-form .submit-form .ml-form-embedSubmitLoad:after {
  border-color: #040404 #000000 #000000 transparent !important;
}
footer .footer-ins .newsletter-form .submit-form .ml-form-formContent,
footer .footer-ins .newsletter-form .submit-form .ml-form-embedSubmit {
  margin: 0 !important;
}
footer .footer-ins .newsletter-form .submit-form button {
  position: absolute;
  right: 0;
  bottom: 0px;
  border: 0;
  background: transparent;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 576px) {
  footer .footer-ins .logo-footer {
    display: none;
  }
}
@media (max-width: 576px) {
  footer .footer-ins .footer-menu {
    display: none;
  }
}
footer .footer-ins .footer-menu ul {
  gap: 35px;
}
@media (max-width: 576px) {
  footer .footer-ins .footer-menu ul {
    gap: 8px;
  }
}
footer .footer-ins .footer-menu ul a {
  font-size: 12px;
  text-transform: uppercase;
}
footer .footer-ins .copyright-text {
  max-width: 250px;
}
@media (max-width: 1440px) {
  footer .footer-ins .copyright-text {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
footer .footer-ins .copyright-text p {
  font-size: 12px;
}
@media (max-width: 1440px) {
  footer .footer-ins .copyright-text p {
    text-align: center;
  }
}
footer .footer-ins .social {
  gap: 9px;
}
@media (max-width: 576px) {
  footer .footer-ins .social {
    flex: 0 0 100%;
    justify-content: center;
  }
}

@media (max-width: 1200px) {
  .refugio-text-row .two-col-equal {
    grid-template-columns: auto;
  }
}
.refugio-text-row .refugio-text {
  max-width: 700px;
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .refugio-text-row .refugio-text {
    max-width: 100%;
    padding: 0 15px;
  }
}
.refugio-text-row .refugio-text p {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .refugio-text-row .refugio-text p {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .refugio-text-row .refugio-text p {
    font-size: 16px;
  }
}
.refugio-text-row .refugio-text p:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width: 1200px) {
  .refugio-text-row .refugio-text p:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 1200px) {
  .technologia .two-col-equal {
    grid-template-columns: auto;
  }
}
.technologia .technologia-text {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .technologia .technologia-text {
    padding: 0 30px;
  }
}
.technologia .technologia-text .wrapper-techno {
  padding-top: 140px;
  display: flex;
  gap: 95px;
  flex-direction: column;
}
@media (max-width: 1440px) {
  .technologia .technologia-text .wrapper-techno {
    padding-top: 10px;
  }
}
.technologia .technologia-text .wrapper-techno .techno-text-main {
  gap: 95px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1440px) {
  .technologia .technologia-text .wrapper-techno .techno-text-main {
    gap: 45px;
  }
}
@media (max-width: 576px) {
  .technologia .technologia-text .wrapper-techno .techno-text-main {
    grid-template-columns: auto;
  }
}
.technologia .technologia-text .wrapper-techno .techno-text-main li {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
}
@media (max-width: 1440px) {
  .technologia .technologia-text .wrapper-techno .techno-text-main li {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .technologia .technologia-text .wrapper-techno .techno-text-main li {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .technologia .technologia-text .refugio-button {
    display: grid;
    gap: 20px;
    margin-top: 30px;
  }
  .technologia .technologia-text .refugio-button .guidate-button {
    margin: 0;
  }
}
.technologia .guidate-button:last-child {
  margin: 0;
}

.mostre-grid .mostre-slides {
  position: relative;
}
.mostre-grid .mostre-slides:hover {
  background: linear-gradient(180deg, rgba(115, 43, 48, 0.6) 22%, rgba(115, 43, 48, 0.68) 39%, rgba(115, 43, 48, 0.81) 58%, rgb(115, 43, 48) 100%);
}
.mostre-grid .mostre-slides:hover h4,
.mostre-grid .mostre-slides:hover a {
  color: #fff !important;
}
.mostre-grid .mostre-slides img {
  height: calc(100vh - 120px);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mostre-grid .mostre-slides .mostre-caption {
  padding: 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 22%, rgba(255, 255, 255, 0.68) 39%, rgba(255, 255, 255, 0.81) 58%, rgb(255, 255, 255) 100%);
  width: 100%;
}
@media (max-width: 992px) {
  .mostre-grid .mostre-slides .mostre-caption {
    padding: 15px;
  }
}
.mostre-grid .mostre-slides .mostre-caption h4,
.mostre-grid .mostre-slides .mostre-caption a {
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .mostre-grid .mostre-slides .mostre-caption h4,
  .mostre-grid .mostre-slides .mostre-caption a {
    font-size: 30px !important;
  }
}
@media (max-width: 992px) {
  .mostre-grid .mostre-slides .mostre-caption h4,
  .mostre-grid .mostre-slides .mostre-caption a {
    font-size: 21px !important;
  }
}
.mostre-grid .mostre-slides .mostre-caption h4:last-child a,
.mostre-grid .mostre-slides .mostre-caption a:last-child a {
  text-transform: capitalize;
}
.mostre-grid .mostre-slides .mostre-caption h4:not(:last-child) {
  margin-bottom: 13px;
}

.mostre-list-view .mostre-lits {
  display: grid;
  grid-template-columns: 2.5fr 1fr 1fr 1fr;
  align-items: center;
  padding: 34px 36px;
  gap: 20px;
  border-top: 1px solid #000;
}
@media (max-width: 1200px) {
  .mostre-list-view .mostre-lits {
    padding: 15px 16px;
  }
}
@media (max-width: 768px) {
  .mostre-list-view .mostre-lits .mostre-Name {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .mostre-list-view .mostre-lits .mostre-Date {
    grid-column-start: 2;
    grid-column-end: 4;
  }
}
.mostre-list-view .mostre-lits:hover {
  background: linear-gradient(180deg, rgba(115, 43, 48, 0.6) 22%, rgba(115, 43, 48, 0.68) 39%, rgba(115, 43, 48, 0.81) 58%, rgb(115, 43, 48) 100%);
}
.mostre-list-view .mostre-lits:hover img {
  filter: invert(1) brightness(0.6);
}
.mostre-list-view .mostre-lits:hover h4,
.mostre-list-view .mostre-lits:hover a,
.mostre-list-view .mostre-lits:hover h6 {
  color: #B6D5C0;
}
@media (max-width: 768px) {
  .mostre-list-view .mostre-lits span {
    grid-column-start: 4;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}
.mostre-list-view .mostre-lits h4 {
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
}
@media (max-width: 768px) {
  .mostre-list-view .mostre-lits h4 {
    grid-column-start: 1;
    grid-column-end: 4;
  }
}
.mostre-list-view .mostre-lits h4 a {
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .mostre-list-view .mostre-lits h4 a {
    font-size: 35px !important;
  }
}
@media (max-width: 992px) {
  .mostre-list-view .mostre-lits h4 a {
    font-size: 26px !important;
  }
}
@media (max-width: 992px) {
  .mostre-list-view .mostre-lits h4 a {
    font-size: 20px !important;
  }
}
.mostre-list-view .mostre-lits h6 {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .mostre-list-view .mostre-lits h6 {
    font-size: 22px !important;
  }
}
@media (max-width: 992px) {
  .mostre-list-view .mostre-lits h6 {
    font-size: 14px !important;
    text-align: left;
  }
}

.mostre-list-view,
.grid-icon {
  display: none;
}

.list-view .mostre-list-view,
.list-view .grid-icon {
  display: block;
}
.list-view .mostre-grid,
.list-view .bar-icon {
  display: none;
}

.atristi-row {
  min-height: calc(100vh - 120px - 232px);
}

.atristi-loop {
  border-top: 1px solid #000;
}
.atristi-loop ul li {
  text-align: center;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  color: #000;
  padding: 30px 0;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  position: relative;
  cursor: pointer;
}
.atristi-loop ul li:hover {
  background: linear-gradient(180deg, rgba(115, 43, 48, 0.6) 22%, rgba(115, 43, 48, 0.68) 39%, rgba(115, 43, 48, 0.81) 58%, rgb(115, 43, 48) 100%);
}
.atristi-loop ul li.active {
  background: linear-gradient(180deg, rgba(115, 43, 48, 0.6) 22%, rgba(115, 43, 48, 0.68) 39%, rgba(115, 43, 48, 0.81) 58%, rgb(115, 43, 48) 100%);
}
.atristi-loop ul li.active .atrist-image {
  display: block;
}
@media (max-width: 1200px) {
  .atristi-loop ul li {
    font-size: 25px !important;
  }
}
@media (max-width: 768px) {
  .atristi-loop ul li {
    border-left: 0;
    font-size: 20px !important;
  }
}
.atristi-loop ul li .atrist-wrap {
  position: relative;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .atristi-loop ul li .atrist-wrap {
    height: auto;
  }
}
.atristi-loop ul li .atrist-wrap .swiper {
  width: 100%;
}
.atristi-loop ul li .atrist-image {
  position: absolute;
  top: 50%;
  left: -121px;
  z-index: 1111;
  position: absolute;
  left: -121px;
  z-index: 1111;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  opacity: 1;
}
@media (max-width: 992px) {
  .atristi-loop ul li .atrist-image {
    position: static;
    transform: none !important;
    margin-bottom: 20px;
  }
}
.atristi-loop ul li .atrist-image img {
  width: 242px;
  height: 242px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .atristi-loop ul li .atrist-image img {
    width: 150px;
    height: 150px;
    margin: auto;
    display: block;
  }
}
.atristi-loop ul li.active-artist {
  background-color: #9D6A6A;
}
.atristi-loop ul li:nth-child(odd) {
  border-left: 0;
}
.atristi-loop ul li:nth-child(even) .artistDetail {
  margin: 0 -1px 0 0;
}
.atristi-loop ul li:nth-child(even) .artistDetail .atrist-image {
  right: -121px;
  left: initial;
}

.artistListFun li .artistDetail {
  width: 100%;
  max-width: 960px;
  background-color: #FEFDF1;
  padding: 70px 150px 0 60px;
  height: calc(100vh - 320px);
  position: fixed;
  z-index: 9;
  display: none;
  left: 50%;
  transform: translateX(calc(-50% - 480px));
  margin-left: 1px;
  text-align: left;
}
@media (max-width: 992px) {
  .artistListFun li .artistDetail {
    padding: 15px 15px !important;
    max-width: 100% !important;
    transform: none !important;
    left: 0 !important;
    margin: 0;
    overflow: auto;
    height: calc(100vh - 70px) !important;
  }
}
.artistListFun li .artistDetail .artist-name {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
}
.artistListFun li .artistDetail p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  text-align: left;
}
.artistListFun li .artistDetail p:not(:last-child) {
  margin-bottom: 20px;
}
.artistListFun li .artistDetail .shop-button {
  text-align: left;
  margin: 80px 0;
}
.artistListFun li .artistDetail .shop-button a {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: #000;
}
.artistListFun li:nth-child(odd) .artistDetail {
  transform: translateX(calc(-50% + 480px));
  padding: 60px 60px 0 150px;
}

.accordian-row {
  padding-left: 35px;
}
@media (max-width: 768px) {
  .accordian-row {
    padding: 0 20px;
  }
}
.accordian-row .accordina-list {
  max-width: 800px;
}
.accordian-row .accordina-list h3 {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
}
@media (max-width: 1440px) {
  .accordian-row .accordina-list h3 {
    font-size: 25px;
  }
}
.accordian-row .accordina-list .accordion {
  margin-top: 30px;
}
.accordian-row .accordina-list .accordion-title {
  text-decoration: underline;
  max-width: -moz-max-content;
  max-width: max-content;
  cursor: pointer;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
}
.accordian-row .accordina-list .accordion-content {
  padding: 14px;
  position: relative;
  display: none;
}
.accordian-row .accordina-list .accordion-content div,
.accordian-row .accordina-list .accordion-content span {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
}
@media (max-width: 1200px) {
  .accordian-row .accordina-list .accordion-content div,
  .accordian-row .accordina-list .accordion-content span {
    font-size: 16px;
  }
}
.accordian-row .accordina-list .commmon-button {
  margin-top: 20px;
}
.accordian-row .accordina-list .accordion-item:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .accordian-row .accordina-list .accordion-item:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .accordian-row .two-col-equal {
    display: flex;
    flex-direction: column-reverse;
  }
}
.accordian-row .refugio-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .accordian-row .refugio-image img {
    height: auto;
  }
}

.back-to-atrist {
  display: none;
  cursor: pointer;
  position: fixed;
  top: 45px;
  right: 36px;
  z-index: 1111;
}
@media (max-width: 1440px) {
  .back-to-atrist {
    top: 30px;
    right: 36px;
  }
}
@media (max-width: 1200px) {
  .back-to-atrist {
    top: 30px;
    right: 10px;
  }
}
@media (max-width: 992px) {
  .back-to-atrist {
    top: 70px;
    z-index: 111;
  }
}

.artist-open .back-to-atrist {
  display: block;
}

.common-padding {
  padding-left: 36px;
}
@media (max-width: 992px) {
  .common-padding {
    padding: 0 15px;
  }
}

@media (max-width: 768px) {
  .cookies {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .cookies .two-col-equal {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .cookies .two-col-equal .privacy-text-col {
    padding: 0 15px;
  }
}

.privacy-text-col {
  max-width: 700px;
}
.privacy-text-col .privacy-text {
  margin-bottom: 22px;
}
.privacy-text-col .privacy-text h6 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  letter-spacing: 0.05px;
}

.heading-common-bottom-space {
  margin-bottom: 56px;
}
@media (max-width: 1200px) {
  .heading-common-bottom-space {
    margin-bottom: 25px;
  }
}

body.page-template-contact .contact-page .newsletter-text {
  margin-top: 130px;
  max-width: 510px;
}
@media (max-width: 992px) {
  body.page-template-contact .contact-page .newsletter-text {
    margin-top: 30px;
  }
}
body.page-template-contact .contact-page .newsletter-text h4 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  color: #000;
}
@media (max-width: 992px) {
  body.page-template-contact .contact-page .newsletter-text h4 {
    font-size: 18px;
  }
}
body.page-template-contact .contact-page#contact-page {
  margin-top: 32px;
}
@media (max-width: 576px) {
  body.page-template-contact .contact-page#contact-page .ml-form-formContent {
    margin: 0 !important;
  }
}
body.page-template-contact .contact-page#contact-page .row-form {
  padding: 0 !important;
}
body.page-template-contact .contact-page#contact-page .ml-form-embedContent,
body.page-template-contact .contact-page#contact-page .ml-form-embedPermissions {
  display: none !important;
}
body.page-template-contact .contact-page#contact-page .mailerCustomize {
  flex-direction: column;
}
body.page-template-contact .contact-page#contact-page .mailerCustomize .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .form-control {
  font-family: "neue-haas-grotesk-display" !important;
  text-transform: uppercase !important;
  background-color: #fefdf1 !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  border: 0 !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0px !important;
  color: #000 !important;
  padding-right: 110px !important;
}
body.page-template-contact .contact-page#contact-page .mailerCustomize .ml-form-align-center {
  text-align: left !important;
}
body.page-template-contact .contact-page#contact-page .mailerCustomize .ml-form-embedSubmit button {
  font-family: "neue-haas-grotesk-display" !important;
  letter-spacing: 0px !important;
  font-weight: 500 !important;
  background-color: transparent !important;
  font-size: 16px !important;
  color: #000 !important;
  text-transform: uppercase !important;
  border: 0px solid #000 !important;
  padding: 6px 14px !important;
  display: inline-block;
  height: auto !important;
  line-height: 1 !important;
  border-radius: 0px !important;
  max-width: -moz-max-content;
  max-width: max-content;
  position: absolute;
  top: 6px;
  right: 0;
}
body.page-template-contact .contact-page#contact-page .mailerCustomize .ml-form-embedSubmit button:hover {
  background-color: transparent !important;
  color: #000 !important;
}
body.page-template-contact .contact-page#contact-page .mailerCustomize .ml-form-embedWrapper {
  background-color: transparent !important;
}
body.page-template-contact .contact-page#contact-page .address {
  display: grid;
  display: -ms-grid;
  gap: 35px;
  max-width: 570px;
}
@media (max-width: 768px) {
  body.page-template-contact .contact-page#contact-page .address {
    gap: 15px;
  }
}
body.page-template-contact .contact-page#contact-page .contact-text {
  display: grid;
}
body.page-template-contact .contact-page#contact-page .contact-text p {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
}
@media (max-width: 992px) {
  body.page-template-contact .contact-page#contact-page .contact-text p {
    font-size: 18px;
  }
}
body.page-template-contact .contact-page#contact-page .contact-row {
  gap: 66px;
}
@media (max-width: 992px) {
  body.page-template-contact .contact-page#contact-page .contact-row {
    gap: 30px;
  }
}
@media (max-width: 576px) {
  body.page-template-contact .contact-page#contact-page .contact-row #map iframe {
    height: 300px;
  }
}
.mailerCustomize .form-group:has(input:checked) .checked-box img {
  opacity: 1 !important;
}

.mailerCustomizeFooter .form-group:has(input:checked) .checked-box img {
  opacity: 1 !important;
}

.taxonomy-signle {
  margin-top: 40px;
  position: relative;
}
@media (max-width: 992px) {
  .taxonomy-signle .two-col-equal {
    grid-template-columns: auto;
  }
}
.taxonomy-signle .logo-with-slide {
  overflow: hidden;
}
.taxonomy-signle .logo-with-slide .taxnonomy-slider {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .taxonomy-signle .logo-with-slide .taxnonomy-slider {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.taxonomy-signle .textonomy-text {
  padding-left: 75px;
}
@media (max-width: 1200px) {
  .taxonomy-signle .textonomy-text {
    padding-left: 30px;
  }
}
@media (max-width: 992px) {
  .taxonomy-signle .textonomy-text {
    padding-left: 0;
  }
}
.taxonomy-signle .textonomy-text p {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .taxonomy-signle .textonomy-text p {
    margin-bottom: 25px;
  }
}

.three-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.taxonomy-mostre {
  border-top: 1px solid #000;
  height: calc(100vh - 120px);
}
@media (max-width: 992px) {
  .taxonomy-mostre {
    height: auto;
  }
}
@media (max-width: 992px) {
  .taxonomy-mostre .three-col {
    grid-template-columns: auto;
  }
}
.taxonomy-mostre .text-with-shop {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100vh - 182px);
  overflow: auto;
}
@media (max-width: 992px) {
  .taxonomy-mostre .text-with-shop {
    height: auto;
    padding-top: 20px !important;
  }
}
.taxonomy-mostre .text-with-shop p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
}
@media (max-width: 1200px) {
  .taxonomy-mostre .text-with-shop .shop-image {
    flex-direction: column;
    align-items: center;
  }
}
.taxonomy-mostre .text-with-shop .shop-image .images-simple {
  flex: 0 0 calc(100% - 90px);
}
.taxonomy-mostre .text-with-shop .shop-image .images-simple img {
  width: 100%;
  max-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
.taxonomy-mostre .text-with-shop .shop-image a {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #000;
  flex: 0 0 70px;
}
@media (max-width: 1200px) {
  .taxonomy-mostre .text-with-shop .shop-image a {
    flex: 1;
  }
}
.taxonomy-mostre .text-with-lightbox {
  border: 1px solid #000;
  border-top: none;
  border-bottom: 0;
  height: calc(100vh - 120px);
  overflow: auto;
  -ms-overflow-style: none;
}
@media (max-width: 992px) {
  .taxonomy-mostre .text-with-lightbox {
    height: auto;
    border: 0px solid #000;
    padding-bottom: 20px;
  }
}
.taxonomy-mostre .text-with-lightbox .lightbox-text {
  padding: 35px 35px 0;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
}
@media (max-width: 992px) {
  .taxonomy-mostre .text-with-lightbox .lightbox-text {
    padding: 0px !important;
  }
}
.taxonomy-mostre .text-with-lightbox .lightbox-text * {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
}
.taxonomy-mostre .text-with-lightbox .lightbox-gallery {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .taxonomy-mostre .text-with-lightbox .lightbox-gallery {
    margin-top: 25px;
    margin-bottom: 20px;
  }
}
.taxonomy-mostre .text-with-lightbox .lightbox-gallery .gallery-inner {
  position: relative;
}
.taxonomy-mostre .text-with-lightbox .lightbox-gallery .gallery-inner h3 {
  position: absolute;
  top: 55px;
  left: 35px;
  z-index: 1;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #000;
  color: #fff;
}
.taxonomy-mostre .text-with-lightbox .lightbox-gallery .gallery-inner::before {
  content: "";
  background: #FFCC85;
  width: 100%;
  height: 35px;
  border: solid #000;
  border-width: 1px 0 0px 0;
  display: block;
}
.taxonomy-mostre .text-with-lightbox .lightbox-gallery .gallery-inner::after {
  content: "";
  background: #B6F6EB;
  width: 100%;
  border: solid #000;
  border-width: 0px 0 1px 0;
  height: 35px;
  display: block;
}
.taxonomy-mostre .text-with-lightbox .lightbox-gallery .gallery-inner img {
  max-height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/5;
}

.video-col h3 {
  padding-left: 35px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #000;
}
.video-col iframe {
  width: 100%;
}

.media-main-row .media-grid {
  max-width: 1273px;
  margin: auto;
  padding-top: 30px;
}
@media (max-width: 1440px) {
  .media-main-row .media-grid {
    padding: 0px 15px;
    margin-top: 40px;
  }
}
.media-main-row .media-grid .media-row-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 54px;
}
@media (max-width: 1440px) {
  .media-main-row .media-grid .media-row-inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .media-main-row .media-grid .media-row-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
@media (max-width: 576px) {
  .media-main-row .media-grid .media-row-inner {
    grid-template-columns: auto;
  }
}
.media-main-row .media-grid .media-row-inner .media {
  cursor: pointer;
}
.media-main-row .media-grid .media-row-inner .media img {
  margin-bottom: 20px;
  height: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.media-main-row .media-grid .media-row-inner .media h4 {
  color: #FEFDDF;
}
.media-main-row .media-links {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #FEFDDF;
  width: 100%;
  padding: 15px 0;
  position: sticky;
  top: 116px;
  background: #282725;
}
@media (max-width: 1440px) {
  .media-main-row .media-links {
    top: 86px;
  }
}
@media (max-width: 1200px) {
  .media-main-row .media-links {
    top: 80px;
  }
}
@media (max-width: 992px) {
  .media-main-row .media-links {
    top: 70px;
  }
}

body.podcast-media {
  background-color: #282725;
}
body.podcast-media header {
  background-color: #282725 !important;
}
body.podcast-media header .header-inner .shopper_icon img {
  filter: brightness(0) saturate(100%) invert(85%) sepia(3%) saturate(1977%) hue-rotate(347deg) brightness(120%) contrast(99%);
}
body.podcast-media .header-inner .toggle-menu span {
  background-color: #FEFDDF;
}
body.podcast-media .header-inner .page-title {
  color: #FEFDDF;
}
body.podcast-media .header-inner .navigation ul a,
body.podcast-media .header-inner .navigation ul span {
  color: #FEFDDF;
}
body.podcast-media .header-inner .navigation ul a::before {
  background-color: #FEFDDF;
}
body.podcast-media footer {
  border-color: #fff;
}
body.podcast-media footer .footer-ins #newsletter-form h5 {
  color: #fff;
}
body.podcast-media footer .footer-ins #newsletter-form .ml-form-embedContainer .ml-form-embedWrapper.embedForm .ml-form-embedSubmit button {
  color: #fff !important;
}
body.podcast-media footer .footer-ins #newsletter-form .ml-form-embedContainer .ml-form-embedWrapper.embedForm input.form-control {
  background-color: transparent !important;
  border-color: #fff !important;
  color: #fff !important;
}
body.podcast-media footer .footer-ins #newsletter-form .ml-form-embedContainer .ml-form-embedWrapper.embedForm input.form-control::-moz-placeholder {
  color: #FEFDDF;
}
body.podcast-media footer .footer-ins #newsletter-form .ml-form-embedContainer .ml-form-embedWrapper.embedForm input.form-control::placeholder {
  color: #FEFDDF;
}
body.podcast-media footer .footer-ins .flex-input .form-group label {
  color: #fff;
}
body.podcast-media footer .footer-ins .flex-input .form-group label .checked-box {
  border-color: #fff;
}
body.podcast-media footer .footer-ins .flex-input .form-group label .checked-box img {
  filter: invert(1);
}
body.podcast-media footer .footer-ins .social img {
  filter: invert(1);
}
body.podcast-media footer .footer-ins p,
body.podcast-media footer .footer-ins a {
  color: #fff;
}
body.podcast-media footer .footer-ins .footer-menu ul a {
  color: #fff;
}
body.podcast-media footer .footer-ins .newsletter-form button img {
  filter: invert(1);
}
body.podcast-media footer .footer-ins .newsletter-form input[type=text] {
  border-color: #fff;
  color: #fff;
}
body.podcast-media footer .footer-ins .newsletter-form input[type=text]::-moz-placeholder {
  color: #fff;
}
body.podcast-media footer .footer-ins .newsletter-form input[type=text]::placeholder {
  color: #fff;
}

.media-links button {
  cursor: pointer;
  padding: 0 5px;
  overflow: hidden;
  text-transform: uppercase;
  position: relative;
  border-right: 2px solid #FEFDDF;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: #FEFDDF;
}
@media (max-width: 992px) {
  .media-links button {
    font-size: 16px;
  }
}
.media-links button:last-child {
  border-right: 0;
}
.media-links button.active {
  color: #FEFFF4;
}

.tab_container {
  border-top: none;
  width: 100%;
  overflow: auto;
}

.media-podcast {
  padding-left: 36px;
}
@media (max-width: 992px) {
  .media-podcast {
    padding: 0 20px 20px;
  }
}

.podcast-list {
  display: grid;
  grid-template-columns: 1fr 20% 17%;
  border-left: 1px solid #FEFDDF;
  border-right: 1px solid #FEFDDF;
  padding: 25px;
  border-bottom: 1px solid #FEFDDF;
  gap: 20px;
  align-items: center;
}
.podcast-list:hover, .podcast-list.active {
  background-color: #FEFDF1;
}
.podcast-list:hover .podcast-title h4, .podcast-list.active .podcast-title h4 {
  color: #000;
}
.podcast-list:hover .duration h6, .podcast-list.active .duration h6 {
  color: #000;
}
.podcast-list:hover .no-audio, .podcast-list.active .no-audio {
  color: #000;
}
.podcast-list:hover .podcast-controls img, .podcast-list.active .podcast-controls img {
  filter: invert(1);
}
@media (max-width: 1200px) {
  .podcast-list {
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .podcast-list {
    grid-template-columns: 1fr 35%;
    gap: 10px;
  }
}
.podcast-list .podcast-title h4 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  color: #FEFDDF;
}
@media (max-width: 1900px) {
  .podcast-list .podcast-title h4 {
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  .podcast-list .podcast-title h4 {
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  .podcast-list .podcast-title h4 {
    font-size: 16px;
  }
}

.podcast-controls {
  gap: 25px;
}
.podcast-controls .no-audio {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #FEFDDF;
}

.duration h6 {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5;
  color: #FEFDDF;
}
@media (max-width: 1900px) {
  .duration h6 {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .duration h6 {
    font-size: 16px;
  }
}

.pocast-list-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 992px) {
  .pocast-list-row {
    grid-template-columns: auto;
  }
}
.pocast-list-row .podcast-thumb {
  padding-top: 72px;
}
@media (max-width: 1200px) {
  .pocast-list-row .podcast-thumb {
    padding-top: 30px;
  }
}
.pocast-list-row .podcast-thumb img {
  height: auto !important;
}
.pocast-list-row .podcasr-description {
  margin-top: 70px;
  display: grid;
  margin-bottom: 40px;
  gap: 40px;
}
@media (max-width: 1440px) {
  .pocast-list-row .podcasr-description {
    margin-top: 50px;
  }
}
@media (max-width: 992px) {
  .pocast-list-row .podcasr-description {
    margin-top: 0px;
    margin-bottom: 0px;
    gap: 0px;
  }
}
.pocast-list-row .podcasr-description p {
  color: #FEFDDF;
}

.media-reel-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 70px;
  padding: 0 36px;
  margin-top: 10px;
}
@media (max-width: 1440px) {
  .media-reel-inner {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .media-reel-inner {
    grid-template-columns: auto !important;
    padding: 0 15px;
  }
}
.media-reel-inner .reel-text h5 {
  margin-bottom: 15px;
}
.media-reel-inner .reel-text h5,
.media-reel-inner .reel-text p {
  color: #FEFDDF;
}
.media-reel-inner .reel-video video {
  width: 100%;
  height: 70vh;
}
@media (max-width: 576px) {
  .media-reel-inner .reel-video video {
    height: 40vh !important;
  }
}
.media-reel-inner .reel-video iframe {
  width: 100%;
}
@media (max-width: 576px) {
  .media-reel-inner .reel-video iframe {
    height: 40vh !important;
  }
}
.media-reel-inner .date-checkout {
  display: flex !important;
  align-items: center;
  gap: 10px;
}
.media-reel-inner .date-checkout .data-info {
  color: #FEFDDF;
}
.media-reel-inner .date-checkout .checkto img {
  filter: brightness(0) saturate(100%) invert(85%) sepia(3%) saturate(1977%) hue-rotate(347deg) brightness(120%) contrast(99%);
  max-width: 20px;
  max-height: 20px;
}

.swiper-arrow {
  cursor: pointer;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  z-index: 111;
}
.swiper-arrow.custom-swiper-button-next {
  right: 34px;
}
@media (max-width: 576px) {
  .swiper-arrow.custom-swiper-button-next {
    right: 15px;
  }
}
.swiper-arrow.custom-swiper-button-prev {
  left: 34px;
}
@media (max-width: 576px) {
  .swiper-arrow.custom-swiper-button-prev {
    left: 15px;
  }
}
.swiper-arrow.swiper-button-disabled {
  opacity: 0;
}

.full-slide {
  padding: 35px 0 0;
  height: calc(100vh - 120px);
  overflow: auto;
}
@media (max-width: 992px) {
  .full-slide {
    height: auto;
    padding-top: 10px;
  }
}

.lightbox-popup {
  overflow: hidden;
}

#lightbox {
  background: #666560;
  position: fixed;
  top: 90px;
  left: 0;
  z-index: 111;
  width: 100%;
  height: calc(100% - 90px);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto;
  display: none;
}
@media (max-width: 1200px) {
  #lightbox {
    top: 70px;
    height: calc(100% - 50px);
  }
}
#lightbox .light-box-container {
  display: flex;
  align-items: center;
  gap: 20px;
}
#lightbox .light-box-container .lightbox-image {
  max-width: 1240px;
  margin: auto;
  height: calc(100vh - 90px);
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1200px) {
  #lightbox .light-box-container .lightbox-image {
    max-width: 100%;
    height: auto;
  }
}

.prev {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50px;
  cursor: pointer;
}
@media (max-width: 576px) {
  .prev {
    left: 20px;
  }
}

.next {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 50px;
  cursor: pointer;
}
@media (max-width: 576px) {
  .next {
    right: 20px;
  }
}

.video-col video {
  width: 100%;
  height: 300px;
}

.lightbox-video .swiper-arrow img {
  filter: invert(1);
}

#videoLightbox {
  position: fixed;
  top: 100px;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: #666560;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% - 100px);
  display: none;
}

.video-box-container {
  position: relative;
  max-width: 1265px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.video-box-container video {
  height: 90vh;
  width: 100%;
}

.close-video {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 1;
}

#podcast-content, #media-reel {
  display: none;
}

.openpodcast {
  overflow: hidden;
}
.openpodcast #podcast-content {
  display: block;
  position: fixed;
  top: 172px;
  right: 0;
  left: 0;
  z-index: 1111;
  position: fixed;
  background: #282725;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .openpodcast #podcast-content {
    top: 142px;
    overflow: auto;
    height: calc(100% - 140px);
  }
}
@media (max-width: 992px) {
  .openpodcast #podcast-content {
    top: 138px;
    overflow: auto;
    height: calc(100% - 120px);
  }
}
.openpodcast #podcast-content .podcast-row,
.openpodcast #podcast-content .podcast-thumb {
  height: calc(100vh - 170px);
  overflow: auto;
  padding-bottom: 30px;
}
@media (max-width: 992px) {
  .openpodcast #podcast-content .podcast-row,
  .openpodcast #podcast-content .podcast-thumb {
    height: auto;
    padding-bottom: 0px;
  }
}

.openmediareel {
  overflow: hidden;
}
.openmediareel #media-reel {
  display: block;
  position: fixed;
  top: 172px;
  right: 0;
  left: 0;
  z-index: 1113;
  position: fixed;
  background: #282725;
  height: calc(100vh - 167px);
  overflow: auto;
  padding-bottom: 20px;
}
@media (max-width: 1440px) {
  .openmediareel #media-reel {
    height: calc(100vh - 146px);
  }
}
@media (max-width: 992px) {
  .openmediareel #media-reel {
    top: 150px;
    height: calc(100vh - 120px);
  }
}
@media (max-width: 576px) {
  .openmediareel #media-reel {
    top: 122px;
    height: calc(100vh - 120px);
  }
}

.close-media {
  position: fixed;
  top: 45px;
  right: 40px;
  z-index: 111;
}
.close-media img {
  width: 24px;
  cursor: pointer;
}
@media (max-width: 992px) {
  .close-media {
    top: 75px;
    right: 30px;
  }
}
@media (max-width: 576px) {
  .close-media {
    top: 85px;
    right: 10px;
  }
}

@media (max-width: 576px) {
  body #newsletter-form h5 {
    margin-bottom: 10px;
  }
}
body #newsletter-form .ml-form-embedContainer .ml-form-embedWrapper.embedForm {
  background: transparent;
}
body #newsletter-form .ml-form-embedContainer .ml-form-embedWrapper.embedForm form {
  position: relative;
}
body #newsletter-form .ml-form-embedContainer .ml-form-embedWrapper.embedForm form .ml-form-embedPermissions {
  display: none;
}
body #newsletter-form .ml-form-embedContainer .ml-form-embedWrapper.embedForm form.ml-block-form .ml-form-embedSubmit button {
  background-color: transparent !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #000 !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
  font-family: "neue-haas-grotesk-display" !important;
}
body #newsletter-form .ml-form-embedContainer .ml-form-embedWrapper.embedForm .ml-form-embedContent {
  display: none;
}
body #newsletter-form .ml-form-embedContainer .ml-form-embedWrapper.embedForm input.form-control {
  font-family: "neue-haas-grotesk-display" !important;
  text-transform: uppercase !important;
  background-color: #fefdf1 !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  border: 0 !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0px !important;
  color: #000 !important;
  padding-right: 90px !important;
}

.atristi-loop ul li:last-child,
.atristi-loop li:nth-last-child(2):nth-child(odd) {
  border-bottom: none;
}

.single-post-contain {
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 1200px) {
  .single-post-contain {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .single-post-contain {
    padding: 0 15px;
  }
}
.single-post-contain .entry-title {
  margin: 15px 0 25px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
}
@media (max-width: 992px) {
  .single-post-contain .entry-title {
    font-size: 20px;
  }
}
.single-post-contain img {
  margin-bottom: 20px;
  height: auto;
}
.single-post-contain .entry-meta {
  display: flex;
  gap: 20px;
}
.single-post-contain .entry-meta * {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
}
.single-post-contain .post-navigation {
  margin-top: 110px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .single-post-contain .post-navigation {
    margin-top: 50px;
    gap: 15px;
  }
}
.single-post-contain .entry-content h1 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  margin-bottom: 20px;
}
.single-post-contain .entry-content h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  margin-bottom: 20px;
}
.single-post-contain .entry-content h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  margin-bottom: 20px;
}
.single-post-contain .entry-content h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  margin-bottom: 20px;
}
.single-post-contain .entry-content h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  margin-bottom: 20px;
}
.single-post-contain .entry-content h6,
.single-post-contain .entry-content p,
.single-post-contain .entry-content span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #000;
}

.flex-input {
  display: flex;
  gap: 30px;
}
.flex-input .form-group input {
  display: none;
}
.flex-input .form-group label {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #000;
}
.flex-input .form-group label .checked-box {
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  line-height: 16px;
  border: 1px solid #000;
}
.flex-input .form-group label .checked-box img {
  max-width: 18px;
  opacity: 0;
  transition: opacity 0.3s;
}

.ml-form-successBody.row-success {
  padding: 0px !important;
}

.ajax-loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ajax-loader .spinner {
  border: 5px solid #ccc;
  border-top: 5px solid #333;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 0.7s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.result-page {
  padding: 60px 36px;
}
@media (max-width: 768px) {
  .result-page {
    padding: 20px;
  }
}
.result-page h1 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .result-page h1 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.result-page .noresult {
  text-align: center;
}
.result-page .noresult svg {
  max-width: 30px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.result-page .noresult p {
  font-size: 16px;
}
.result-page .search-results {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .result-page .search-results {
    gap: 15px;
  }
}
@media (max-width: 992px) {
  .result-page .search-results {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 992px) {
  .result-page .search-results {
    grid-template-columns: auto;
  }
}
.result-page .search-results h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
  margin: 20px 0;
}
@media (max-width: 768px) {
  .result-page .search-results h2 {
    font-size: 20px;
  }
}
.result-page .search-results p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #000;
}
.result-page .search-results img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.reel-video {
  height: calc(100vh - 190px);
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .reel-video {
    height: auto;
  }
}
.reel-video a {
  color: #FEFDDF;
}

.reel-text {
  max-height: calc(100vh - 190px);
  overflow: auto;
  display: flex;
  flex-direction: column;
  align-self: flex-end;
}
@media (max-width: 992px) {
  .reel-text {
    max-height: -moz-max-content;
    max-height: max-content;
  }
}

.gallery-media-video {
  overflow: hidden;
  height: calc(100vh - 190px);
  justify-content: center;
  display: flex;
}
.gallery-media-video .gallery-swiper img {
  height: calc(100vh - 180px);
  -o-object-fit: contain;
     object-fit: contain;
}
.gallery-media-video .gallery-swiper .swiper-button-next::after,
.gallery-media-video .gallery-swiper .swiper-button-prev::after {
  color: #fff;
  font-size: 22px;
}

.gallery-box-container .lightbox-gallery {
  max-width: 1240px;
  margin: auto;
  height: calc(100vh - 90px);
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 1200px) {
  .gallery-box-container .lightbox-gallery {
    max-width: 100%;
    height: auto;
  }
}

.archive-content {
  padding: 0px 36px;
  max-width: 1300px;
  margin: auto;
}
.archive-content .archive-post-grid {
  display: grid;
  gap: 45px;
}
.archive-content .archive-post-grid .post-item h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
  margin-bottom: 10px;
}
.archive-content .archive-post-grid .excerpt p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
}
.archive-content h1 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
  margin-bottom: 30px;
}

.error-404 {
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
  text-align: center;
}
.error-404 svg {
  max-width: 50px;
}
.error-404 p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
}

#media-lightbox {
  background: #666560;
  position: fixed;
  top: 90px;
  left: 0;
  z-index: 111;
  width: 100%;
  height: calc(100% - 90px);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto;
  display: none;
}
@media (max-width: 992px) {
  #media-lightbox {
    top: 70px;
    height: calc(100% - 70px);
  }
}

.alert-text {
  width: 100%;
  text-align: center;
}
.alert-text p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #FEFDDF;
}

.artist-item:not(:last-child) {
  margin-bottom: 30px;
}

.no-track-found {
  justify-content: center;
  align-items: center;
  height: 100%;
}
.no-track-found p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}

.placeholder-image {
  height: calc(100vh - 120px);
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}/*# sourceMappingURL=main.css.map */