/*
Theme Name: Elizaveta Theme
Theme URI: https://example.com/elizaveta-theme
Author: Your Name
Author URI: https://example.com
Description: A custom theme based on the Figma design for Elizaveta Ivanova.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: elizaveta_theme
*/


@charset "utf-8";
/* CSS Document */
/***********************************************************
GENERAL
************************************************************/

html {
    overflow: visible !important;
    overflow-x: hidden !important;
	  scroll-behavior: smooth;
}
body
{
    font-family: "Noto Sans", sans-serif; 
}
:focus-visible {
    outline: none;
}

h1,h2,h3,h4,h5,h6
{
    font-family: "Cormorant", serif;
}

h2
{
    font-size: 37px;
}
h3
{
    font-size: 34px;
}
h4
{
    font-size: 26px;
}
select{-webkit-appearance: none;}
body main {
    margin-bottom: 150px;
}
button {
    border: none;
    background-color: transparent;
}
main.home-bottom {
    margin-bottom: 0px;
}
.gallery-container a {
  width: 240px;
  margin: 5px;
}

.gallery-container a img {
  max-width: 100%;
  height: auto;
}


/***********************************************************
NAVIGATION
************************************************************/
.menu-dark .nav-link
{
	color:#3d3d3d;
}
.menu-dark .languages ul li a {
    color: #3d3d3d ;
}
.menu-light .nav-link
{
	color:#fff ;
}
.menu-light  .languages ul li a {
    color:#fff ;
}
.mobile-logo {
    display: none;
}
.pdl {
    padding-left: 30px;
    border-right: 10px solid #B96B5E;
	height: 72px;
}
.pdr {
    padding-right: 30px;
	    display: flex;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 50%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 50%);
	background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
a.brand.navbar-brand {
    width: 137px;
    display: block;
	padding-top: 30px;
	  transition: opacity 0.5s ease; 
}
a.brand.navbar-brand:hover {
    opacity: 0.5;
}
select#year option {
    font-size: 14px;
}
.navbar-toggler:focus {
    box-shadow: none;
    outline: 0;
    text-decoration: none;
}
li.nav-item.active a {
    color: #fff !important;
}
nav.navbar {
    padding: 0;
}
.navbar-nav 
{
    width: 100%;
}
header.navbar {
    padding-top: 0;
    padding-bottom: 0;
	padding:0;
}
.nav-link {
    font-family: "Cormorant", serif;
    font-weight: 400;
    font-size: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
	    
}
.nav-item.active,
.current-menu-parent, 
.current-post-parent,
.current-menu-item,
.current_page_item {
    background-color: #B96B5E;
}
.nav-link:hover{
    opacity: 50%;
    text-decoration: none;
	 transition: all 0.5s ease;

}
.languages ul {
    display: flex;
    flex-direction: row;
    padding: 0;
    margin-left: 100px;
    list-style: none;
    margin-bottom: 0;
}
.languages ul li {
    padding: 0px 10px;
}
.languages ul li a {
    font-size: 11px;
    color: #fff;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-weight: 500;	
}
.languages ul li a:hover {
    opacity: 50%;
  text-decoration: none;
	 transition: all 0.5s ease;	
}
.current_page_item a {
    color: #fff !important;
}
button.close-navbar-toggler {
    display: none;
}
.languages ul li.active a {
    opacity: 50%;
}
/***********************************************************
BANNER
************************************************************/

.small-banner-image {
    position: relative;
}
.small-image-box {
      position: absolute;
    left: 50%;
    z-index: 9;
    width: 100%;
    bottom: 0;
}
.small-image-box img {
    max-width: 100%;
    width: 100%;
}

.box 
{
    position: absolute;
    bottom: 0;
}
.box h4,
.small-image-box h1 {
    background-color: #B96B5E;
    color: #FFF;
    font-size: 25px;
    font-weight: 300;
    line-height: 29px;
    padding: 40px;
    margin-bottom: 0px;
}
.small-image-box h1 p
{
	margin-bottom:0px;
}
/***********************************************************
BIOGRAPHY
************************************************************/
.text-up {
    position: relative;
    background: white;
     margin-top: -50vh;
       
}
.round-pad
    {
      padding: 90px 80px 0px 80px; 
    }
.round-pad2
    {
      padding: 90px 0px 0px 0px; 
    }
.mg-left
{
     margin-left: 16%;
}
section#content p{
    font-family: Noto Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    color: #3D3D3D;
	margin-bottom: 1.5rem;
}
section#content a {
    font-family: Noto Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 29px;
    color: #3D3D3D;
    text-decoration: none;
    text-decoration-color: #B96B5E;
	position: relative;
	    display: inline-block;
}
section#content a::after {
    content: "";
    display: block;
    height: 2px; 
    background-color: #B96B5E;
    position: absolute;
    left: 0;
    bottom: 2px; 
    width: 100%;
    opacity: 1; 
    transition: opacity 0.3s ease; 
}

section#content a:hover::after {
    opacity: 0.2; /* 20% opacity on hover */
}


section#content a:hover{
   color: #B96B5E;
}
.wp-block-button a,
.global-btn {
    background: #B96B5E;
    color: white !important;
        padding: 19px 28px;
    font-size: 20px !important;
    font-weight: 400 !important;
    font-family: "Cormorant", serif !important;
    display: inline-block;
        text-decoration: none !important;
    margin-top: 25px;
	 transition: background-color 0.3s ease, color 0.3s ease;
}
.wp-block-button a,
.global-button-back a,
.global-button a
{
    background: #B96B5E;
    color: white !important;
        padding: 19px 28px;
    font-size: 20px !important;
    font-weight: 400 !important;
    font-family: "Cormorant", serif !important;
    display: inline-block;
        text-decoration: none !important;
	 transition: background-color 0.3s ease, color 0.3s ease;
	border-radius:0px;
}
.wp-block-buttons {
    margin-top: 25px;
}
.wp-block-button a:after,
.global-button a:after {
    content: url("assets/images/photos/btn-arrow-right.svg") !important;
    display: inline-block !important;
    height: 14px !important;
    width: 13px !important;
    background-color: transparent !important;
    position: inherit !important;
    right: 0px !important;
    left: auto !important;
    bottom: 50% !important;
    opacity: 1 !important;
    transition: opacity 0.3s ease !important;
    padding: 0px 5px 0px 27px;
}
.global-button-back a:after {
    content:none !important;

}
.global-button-back a:before {
    content: url("assets/images/photos/btn-arrow-left.svg") !important;
     display: inline-block !important;
    height: 14px !important;
    width: 13px !important;
    background-color: transparent !important;
    position: inherit !important;
    left: 0px !important;
    right: auto !important;
    bottom: 50% !important;
    opacity: 1 !important;
    transition: opacity 0.3s ease !important;
    padding: 0px 27px 0px 0px;
}

.wp-block-button a:hover,
.global-button-back a:hover,
.global-button a:hover,
.global-btn:hover {
    background: #3D3D3D;
    text-decoration: none !important;
	border-bottom:none;
}
.global-btn i {
    font-size: 14px;
    line-height: 14px;
    padding-left: 15px;
}

.global-btn:after {
    position: inherit;
    content: none;
    bottom: 0 !important;
	 content: none !important;
}
.contact-info h3 {
    font-family: Cormorant;
    font-size: 34px;
    font-weight: 400;
    line-height: 41.17px;
}

/***********************************************************
FOOTER
************************************************************/
footer a,
footer span
{
     font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    color: #000 !important;
	transition: color 0.5s ease, font-size 0.5s ease, letter-spacing 0.5s ease;
}
 footer {
    height: 53px;
    position: fixed;
    bottom: 0;
    transition: bottom 0.2s ease-in-out;
    width: 100%;
    z-index: 99;
        display: flex;
    align-items: center;
} 
.home-white {
    color: #fff !important;
	    padding-left: 0;
}
.footer-nav {
    position: fixed;
    z-index: 99999;
    bottom: 0;
    display: none;
    width: 100%;
   
}

footer a:hover
{
    opacity: 50%;
    text-decoration: none;
	transition: background-color 0.5s ease, color 0.5s ease, transform 0.5s ease;
}
.nav-down {
    bottom: -50px;
}
.black
{
       color: #000 !important; 
}
footer.default {
    position: static !important;
}
footer.custom-new {
    position: static;	
}
footer.custom-new .home-white {
    color: rgb(0 0 0 / 50%) !important;
}
.default a, .default span {
      color: rgb(0 0 0 / 50%) !important;
}
footer .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
}
footer a {
    padding-left: 20px;
}
a.black-color {
    padding-left: 0px;
}
.legel {
    width: 100%;
}
.legel ul {
    display: inline-block;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.legel ul li {
    display: inline;
}
.legel ul li.current-menu-item, .legel ul li.current_page_item {
    background: transparent !important;
}
/***********************************************************
        PRESS
************************************************************/
.press-search-container {
    padding-top: 50px;
    padding-bottom: 30px;
	    padding-left: 2rem !important;
    padding-right: 2rem !important;
}
form#category-filter-form label {
    padding-right: 25px;
}

.search-box {
    padding: 5px 10px;
    border: 1px solid rgb(0 0 0 / 10%);;
    background-color: white;
    width: 100%;
    transition: .2s;
    display: flex;
  }
select#category {
    font-family: Noto Sans;
    font-size: 16px;
    font-weight: 300;
    line-height: 21.79px;
    text-align: left;
    color: #fff;
    border: 0;
    background: #B96B5E;
    padding: 8px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("assets/images/photos/new.svg");
    background-repeat: no-repeat;
    background-position: 84px, right;
    width: 110px;
	    border-radius: 0;
cursor: pointer;	
}
  .search-box:hover {
    border-color: #AAAAAA;
  }
  
  .search-box:focus-within {
    border-color: #B96B5E;
  }
  button.search-btn {
    background: none;
    border: none;
    padding: 0;
    padding-right: 10px;
}
form#category-filter-form label {
    font-family: Cormorant;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.22px;
    color: #3D3D3D;

}
button.search-btn span{
    font-size: 13px; 
    vertical-align: -1px; 
    color: rgb(0 0 0 / 30%);
    Line-height: 20.15px;
}
  input {
    border: none;
    color: #000;
    font-family: Cormorant;
    font-size: 20px;
    font-weight: 400;
    line-height: 31px;
  }
  
  button:hover {
    cursor: pointer;
  }
  input#search-input {
    width: 100%;
}
  input:focus {
    outline: none;
  }
  
  input[type='search']::-webkit-search-cancel-button {
      -webkit-appearance: none;	
  }
  
  .clear:not(:valid) ~ .search-clear {
      display: none;
  }


.card {
    margin: 0 0 4rem 0;
    display: flex;
    flex-direction: column;
  }
  
  .card__img {
    width: 100%;
    overflow: hidden;
	    aspect-ratio: auto 6 / 4  
  }
  .card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .cart__content {
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 1 auto;
  }
  .cart__content h4{
    color:  #3D3D3D;
font-size: 25px;
font-weight: 400;
line-height: 30px;
margin-bottom: 0px;
  }
  .cart__content span {
    font-weight: 400;
    font-size: 11px;
    line-height: 32px;
    color: #3D3D3D;
    font-family: Noto Sans;
    opacity: 50%;
}
  .cart__content p {
    flex: 1 1 auto;
  }
.read-more {
    display: inline-block;
    background-color: #B96B5E;
    color: #fff !important;
    text-decoration: none;
    padding: 0.5rem 1rem;
    margin: 1rem 0 0 0;
    font-family: Noto Sans !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 19.07px !important;
    transition: background-color 0.5s ease, color 0.5s ease, transform 0.5s ease;
	    opacity: 1 !important;
}
.card:hover .read-more,
.read-more:hover {
    background: #3D3D3D;
    color: #fff;
    text-decoration: none;
}
.pagination {
    border-top: 1px solid rgb(0 0 0 / 10%);
    margin-bottom: 0;
    padding-top: 5px;
}
.pagination span, .pagination a {
    display: inline-block;
    font-family: Noto Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24.8px;
    color: #3D3D3D;
    padding: 6px 12px;
}
.pagination li:first-child a {
    padding-left: 0;
}

.pagination .current {
    opacity: 50%;
}
a.next.page-numbers {
    display: none;
}
a.prev.page-numbers {
    display: none;
}
/***********************************************************
  PRESS SINGLE
************************************************************/
.page-heading {
    padding-bottom: 20px;
}
.slick-prev, .slick-next {

	top: 46%;
}
.page-heading h3 {
    font-family: "Cormorant", serif;
    font-weight: 400;
    font-size: 31px;
    color: #3D3D3D;
    line-height: 37px;
    margin-bottom: 0;
}
.page-heading  span {
    font-weight: 400;
    font-size: 11px;
    line-height: 32px;
    color: #3D3D3D;
    font-family: Noto Sans;
    opacity: 50%;
}
.global-btn.back i {
     font-size: 14px;
    line-height: 14px;
    padding-right: 15px;
    padding-left: 0;
}
/***********************************************************
  PERFORMANCES
************************************************************/
.custom-select {
    position: relative;
    display: inline-block;
}



.options {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ededed;
    width: 100%;
    z-index: 10;
    padding-left: 0;
}

.options li {
    padding: 0px 10px;
    cursor: pointer;
    list-style: none;
 font-size: 22px; /* Change this to your desired font size */

}

.options li:hover {
    background-color: #f1f1f1;
}


/* .performance-year {
    WIDTH: 60%;
} */
div#performances-container {
/*     min-height: 670px; */
}
.performance-year .year-filter {
    text-align: left;
    position: relative;	
}

.press-container {
    min-height: 300px;
}
.banner-left-date{
    align-items: center;
    display: flex;
    flex-direction: column;
}
.banner-left-date h4{
    font-family: Cormorant;
    font-size: 26px;
    font-weight: 400;
    Line-height: 31.49px;
    margin-bottom: 0px;
    color: #3D3D3D;
}

#top-year-filter {
    font-family: Cormorant;
    font-size: 22px;
    font-weight: 400;
    line-height: 72px;
    color: #3D3D3D;
    border: none;
    appearance: none;
    background-image: url(assets/images/photos/icon-chevron-down-dark.svg);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 0;
    width: 159px;
    background-color: transparent;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
	   text-indent: 100%;
    left: 0;
    top: 0;
	z-index: 9999;
}

span#selected-year  {
	 font-family: Cormorant;
   font-size: 58px !important;
    position: relative;
    display: inline-block;
    line-height: 70.24px; 
	color: #3D3D3D;
    height: 70px;	
   
}

#top-year-filter option {
    font-size: 22px !important;
    padding: 0px 10px !important;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.concert {
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    padding-bottom: 50px;
    margin-bottom: 40px;
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
}
.blog-date span{
    font-family: Noto Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    color: #3D3D3D;
}
.blog-date {
    margin-bottom: 15px;
	padding-left:0px;
}
.concert-detail h3,
.location-detail h4,.concert-detail h4 {
    font-family: Cormorant;
    font-size: 29px;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 8px;
    color: #3D3D3D;
}
.concert-detail p, .location-detail p{
    font-family: Noto Sans;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 29px; 
	color: #3D3D3D;
}

.concert-detail h4,
.concert-detail h3,
.concert-detail p, .location-detail h4,
.location-detail p{
    line-height: 125% !important; 
}

.ticket-btn {
    text-align: right;
	    padding-right: 0;
}
.ticket-btn a {
    display: inline-block;
    background-color: #B96B5E;
    color: #fff;
    text-decoration: none;
    padding: 0.5rem 1rem;
/*     margin: 1rem 0 0 0; */
    font-family: Cormorant;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.22px;
	 transition: background-color 0.5s ease, color 0.5s ease, transform 0.5s ease; 
}
.ticket-btn a:hover {
    background-color: #3D3D3D;
}
.year-filter
{
	padding:0px 0px;
	text-align:right;
}
.year-filter label {
    font-family: Cormorant;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.22px;
    text-align: left;
    color: rgb(61 61 61 / 50%);
    padding-right: 20px;
}
select#year {
    font-family: Noto Sans;
    font-size: 16px;
    font-weight: 300;
    line-height: 21.79px;
    text-align: left;
    color: #fff;
    border: 0;
    background: #B96B5E;
    padding: 8px 28px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("assets/images/photos/new.svg");
    background-repeat: no-repeat;
    background-position: 125px, right;
    padding-left: 15px;
    min-width: auto;
    border-radius: 0px;	
cursor: pointer;	
}
h2.wp-block-heading {
    font-family: Cormorant;
    font-size: 58px;
    font-weight: 400;
    line-height: 70.24px;
    text-align: left;
}
/***********************************************************
MEDIA
************************************************************/
.banner-buttons .custom-btn:hover {
    opacity: 50%;
}
.banner-buttons .custom-btn.active:hover {
    opacity: 100%;
}
span.overlay-text.play-button {
    padding-top: 15px;
	z-index:4;
}
span.overlay-text.play-button:hover
{
	opacity:50%;
}
.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
	cursor:pointer;
}
.slick-current {
    opacity: 25%;
}
p.video-title {
    font-family: Cormorant !important;
    font-size: 25px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
    text-align: center;
    color: #fff !important;
	    margin-bottom: 0 !important;
	  	z-index: 4;
}
 /* Add light shade to make play button visible*/
.bg-video::after{ 
	content:'';
	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	background-color: rgba(0,0,0,0.4);
  	z-index: 3;
  	}


/* When Class added the Cover gets hidden... */
.box-video.open .bg-video{
  visibility: hidden;
  opacity: 0;

  -webkit-transition: all .5s .6s;
  transition: all .5s .6s;  
}

/* and iframe shows up */
.box-video.open .video-container{
  opacity: 1;
  -webkit-transition: all .5s .6s;
  transition: all .5s .6s;
}

/* Giving the div ratio of 16:9 with padding */
.video-container {
	position: relative;
	width: 100%;
	height: 0;
  margin: 0;
  z-index: 1;
	padding-bottom: 56.27198%;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}			
.banner-buttons {
    left: 0;
    bottom:64px;
    position: relative;
    border-bottom: 0px;
}
.banner-buttons .custom-btn.active{
   		border-radius: 0px;
       	background: #fff !important;
    	color: #0E0D13;
		border: none;
		font-size: 20px;
}
.banner-buttons .custom-btn{

    background: #B96B5E !important;	
    color: #fff;
	border-radius: 0px;
    border: none;
    font-size: 20px;
	    padding-left: 30px;
    padding-right: 30px;
}

div#main-video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slider--vdo .slider__main .item__video {
  width: 100%;
  height: auto;
  padding-bottom: 56.25%;
  position: relative;
}
.slider--vdo .slider__main .item__video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.slider--vdo .slider__main .item__video:after {
  display: none;
}
@media screen and (min-width: 1200px) {
  .slider--vdo .slider__main .item__video:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 3;
    cursor: move;
  }
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.item {
  position: relative;
  width: calc(33.33% - 20px);
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.item:hover img {
  transform: scale(1.2);
}

.item:hover .overlay {
  opacity: 1;
  transform: translateY(0);
}

.item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  opacity: 0;
  transform: translateY(50%);
  transition: all 0.3s ease-in-out;
    pointer-events: none;	
}

.overlay h3,
.overlay p {
  margin: 0;
  text-align: center;
}

.slider--vdo .slider__main .item.slick-current .item-video__video:after {
  display: none;
}
.slider--vdo .slider__thumbs {
  padding-bottom: 20px;
}
.slider--vdo .slider__thumbs .item {
     margin: 25px 15px;
  width: 275px;
}
.slider--vdo .slider__thumbs .item__thumb {
  cursor: pointer;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.slider--vdo .slider__thumbs .item__thumb img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
}
.slider--vdo .slider__thumbs .item__caption {
    width: 100%;
    overflow: hidden;
    margin-top: 0;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0px 25px;
    font-family: Cormorant;
    font-size: 22px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
}
.slider--vdo .slider__thumbs .item.active .item__thumb {
  border-color: #000000;
}
.slider--vdo .slider .slick-dots li button {
  background: #ddddd8;
}

.lightboxpreview {
   transition: all .3s linear;
padding-top:60%;
  cursor:pointer;
  background-size:cover;
}
  .slider.slider--vdo {
    padding: 0;
} 
.lightbox-content {
max-height:75vh;
  height:75vh;
  width:100%;
  max-width: 1000px;}

.lightbox-close {
    width: 100%;
    color: white;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    text-align: right;
    padding: 10px 0px;
}
.modal_inner_image {
    min-height: 400px;
    z-index: 1000;}
.modal-content {
    width: 100%;}


.modalscale {transform:scale(0);
opacity:0;}

.lightbox-image-wrapper {
    display: flex;
    flex-direction: column;
}

.lightbox-container, .lightbox-btn, .lightbox-image-wrapper, .lightbox-enabled{transition:all .4s ease-in-out;}
.lightbox_img_wrap {padding-top:100%;
  position:relative;
  overflow:hidden;
}
.lightbox-enabled:hover {
  transform:scale(1.1)
}
.lightbox-enabled {width:100%;
height:100%;
  position:absolute;
  top:0;
object-fit:cover;
cursor:pointer;}

.lightbox-container {width:100vw;
height:100vh;
position:fixed;
top:0;
left:0;
  display:flex;
  align-items:center;
  justify-content:center;
background-color:rgba(0,0,0,.8);
z-index:9999;
opacity:0;
pointer-events:none;
}

.lightbox-container.active {
  opacity:1;
  pointer-events:all;
}
.lightbox-image-wrapper {
  display:flex;
  transform:scale(0);
  align-items:center;
  justify-content:center;
  max-width:90vw;
  max-height:90vh;
  position:relative;
}
.lightbox-container.active .lightbox-image-wrapper {transform:scale(1);}
.lightbox-btn {
  color:white;
  z-index:9999999;
 cursor:pointer; 
  position:absolute;

  font-size:50px;
}

.lightbox-btn:focus {
  outline:none;
}

.left {left:50px;}
.right {right:50px;}
#close {top:50px;
right:50px;}

.lightbox-image {
  width:100%;
  max-height:70vh;
  object-fit:cover;
 }

@keyframes slideleft {
  33% {transform:translateX(-300px);
  opacity:0;
  }
  66% {transform:translateX(300px);
  opacity:0;
  }
}


.slideleft {
   animation-name: slideleft;
 animation-duration: .5s; 
 animation-timing-function: ease; 
}
@keyframes slideright {
  33% {transform:translateX(300px);
  opacity:0;}
  66% {transform:translateX(-300px);
  opacity:0;}
}


.slideright{
   animation-name: slideright;
 animation-duration: .5s; 
 animation-timing-function: ease; 
}

.lightbox-image-wrapper {
    position: relative;
    text-align: center;
    max-width: 50%;
    
}
.slider__main.slick-initialized.slick-slider button.slick-prev.slick-arrow {
    display: none !important;
}
.lightbox-caption-count-wrapper {
    width: 100%;
    color: #fff;
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.lightbox-caption {
    font-family: Cormorant;
    font-size: 22px;
    font-weight: 400;
    line-height: 25px;
    color: #fff;
    text-align: left;
}

.lightbox-count {
    font-family: Noto Sans;
    font-size: 12px;
    font-weight: 400;
    line-height: 29px;
    text-align: right;
	    opacity: 50%;
}


.lightbox-btn {
    cursor: pointer;
}

.lightbox-btn[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}
.slick-prev {
    left: -35px !important;
}
.slick-next {
    right: -35px !important;
}
.slick-next:before {
   content: url("assets/images/photos/icon-arrow-right-terracota.svg") !important;
  display: inline-block;
  width: 26px;
  height: 21px;
}
.slick-prev:before {
  content: url("assets/images/photos/icon-arrow-left-terracota.svg")!important;
  display: inline-block;
  width: 26px;
  height: 21px;
}
.slick-prev:before, .slick-next:before {
    font-family: none !important;
    font-size: 20px;
    line-height: 1;
    color: #B96B5E !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
}
.slider__main.slick-initialized.slick-slider button.slick-next.slick-arrow,
.slider__main.slick-initialized.slick-slider button.slick-prev.slick-arrow.slick-disabled {
    display: none !important;
}
	
/***********************************************************
CONTACT
************************************************************/
.sartory-block,
.press-block {
    margin-bottom: 30px;
}
.contact-info p {
    margin-bottom: 0;
    font-family: Noto Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    color: #3D3D3D;
}
.contact-info p strong {
    font-weight: 600;
}
.contact-info a {
    font-weight: 400 !important;
}
.details {
    margin-bottom: 25px;
}
/***********************************************************
SERACH PAGE
************************************************************/
.form-custom-style label{
	width:90%;
	border:1px solid #ccc;
	padding:8px;
}
.search-btn-custom-style{
	display: inline-block;
    background-color: #B96B5E;
    color: #fff;
    text-decoration: none;
    padding: 16px 32px;
    margin: 1rem 0 0 0;
    font-family: Noto Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.07px;
    transition: background-color 0.5s ease, color 0.5s ease, transform 0.5s ease;
}
.search-results-list h2 a{
	color:#3D3D3D;
}
h1.page-title {
    font-weight: normal;
}
/***********************************************************
MEDIA QUERIES
************************************************************/

@media screen and (min-width: 2000px) {

 .brand {
    position: relative;
    z-index: 1;
   WIDTH: 32.3%;
}
    ul.navbar-nav.mr-auto.justify-content-end {
    JUSTIFY-CONTENT: FLEX-START ! IMPORTANT;
}
	
}
@media screen and (max-width: 1999px) {

 .brand {
    position: relative;
    z-index: 1;
 WIDTH: 31.9%;
}
    ul.navbar-nav.mr-auto.justify-content-end {
    JUSTIFY-CONTENT: FLEX-START ! IMPORTANT;
}

}

@media screen and (max-width: 1700px) {

   
.nav-link {
        padding-left: 30px;
        padding-right: 30px;
    } 
	.performance-year {
    WIDTH: 60%;
}
}
@media screen and (max-width: 1440px) {
section.bigraphy.bg-layer-light-top-100-right-60.min-vh-100:before    
 .bg-layer-light-top-100-right-60:before {
    width: 76%;
}
      .languages ul {
    margin-left: 50px;
}
/*
 .border-left {
          left: 32.5%;
}   
*/
  .nav-link {
    padding-left:30px;
    padding-right: 30px;
}  
}

@media screen and (max-width: 1380px) {
.nav-link {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 1200px) {
  .languages ul {
    margin-left: 0px;
}
        .nav-link {
        padding-left: 21px;
        padding-right: 21px;
    }
}

@media screen and (max-width: 1150px) {
  .languages ul {
    margin-left: 0px;
}
        .nav-link {
        padding-left: 18px;
        padding-right: 18px;
    }
}
@media screen and (max-width: 1070px) {
 .nav-link {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 1024px) {
    .nav-link {
        padding-left: 13px;
        padding-right: 13px;
    }

}
@media screen and (min-width: 991px) {
    .cards {
      display: flex;
      flex-direction: row;
    }
    .cards .card {
      flex: 1;
      margin: 1%;
     margin-bottom: 30px;
    }
    
  }
@media screen and (max-width: 991px) {

	.animated-icon2 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.animated-icon2 {
    width: 20px;
    height: 20px;
    box-shadow: none;
    background: transparent;
}
button.close-navbar-toggler {
    display: block;
}	
	 .animated-icon2 span {
    background: #fff;
    border-radius: 0px !important;
}
.animated-icon2 span:nth-child(1) {
    top: 0px;
}
	.animated-icon2 span:nth-child(2), 
	.animated-icon2 span:nth-child(3) {
    top: 6px;
}
	.animated-icon2 span:nth-child(4) {
    top: 12px;
}
	.pdr {
    background: transparent;
    background: transparent;
    background: transparent;
    background: transparent;
    filter: transparent;
}
/*
    .border-left {
        display: none;
    }
*/
	.pdl {
    border-right: none;
    line-height: 0px;
}
	a.brand.navbar-brand {
    padding-top: 0px;
}
    .navbar-toggler {
    color: #fff;
}
    header.navbar {
    padding-top: 30px;
    padding-bottom: 30px;
}
.navbar-nav {
    width: 100%;
    padding-top: 80px;
}	
.languages {
        padding-left: 30px;
}	
	.languages ul li {
    padding: 0px 15px;
}
     .navbar-collapse {
        background-color: #fff;
        border-top: none;
        box-shadow: none;
        height: auto;
        left: 0;
        max-height: calc(100% - 6.25rem);
        overflow-x: hidden;
        overflow-y: scroll;
        padding: 0;
        position: fixed;
        top: 0;
        width: 100%;
    }
      .close-navbar-toggler {
        background: none;
        border: none;
        font-size: 24px;
        position: absolute;
        top: 25px;
        right: 15px;
        cursor: pointer !important;
        z-index: 999;
    }

.close-navbar-toggler span {
   color: #3D3D3D;

}
  .navbar-collapse.collapsing, .navbar-collapse.show {
    transform-origin: top right;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out
  }
  .navbar-collapse.collapsing {
    opacity: 0;
    transform: scale(.9)
  }
  .navbar-collapse.show {
    opacity: 1;
    transform: scale(1);
	z-index: 1;	
  }
      .dropdown-header {
    color: #da3458
  }
  .dropdown-header, .dropdown-item {
    padding-left: 0 !important;
    padding-right: 0 !important
  }
    .navbar-nav .nav-item {
        border-bottom: none !important;
        padding-left: 40px;
        border-left: 7px solid transparent;
    }
  .navbar-nav .nav-link {
    color: #3D3D3D;
	 padding-top: 8px;
        padding-bottom: 8px; 
  }
    .languages ul {
        margin-left: 0;
            padding: 15px;    
    }
    .languages ul li a {
    font-size: 11px;
    color: #3D3D3D !important;
}
    .nav-item.active, .current-menu-parent, .current-post-parent, .current-menu-item, .current_page_item {
        border-color: #B96B5E !important;
        background: transparent !important;
        padding-left: 40px !important;
    }
.nav-item.active a, .current-menu-parent a, .current-post-parent a, .current-menu-item a, .current_page_item a {
  opacity:50%
    }	
.current_page_item a {
    color: #3D3D3D !important;
}	
}
@media screen and (max-width: 767px) {
 .bg-layer-light-top-100-right-60:before {
    width: 60%;
}
.blog-date {
    padding-left: 32px;
}	
	.concert {
  margin-left: .25rem !important;
    margin-right: .25rem !important;
}

	.banner-buttons .custom-btn {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
    .box h4, .small-image-box h1 {
    font-size: 21px;
    line-height: 25px;
    padding: 30px;
}
 .media-container,
 .press-container {
    margin-left: 0;
}
    .reverse {
    display: flex;
    flex-direction: column-reverse;
}
.ticket-btn {
    text-align: left;
    margin-top: 25px;
}
	.vh-110
	{
		height:100vh !important;
	}
}

@media screen and (max-width: 576px) {
.reverse {
    display: flex;
    flex-direction: column-reverse;
}
.small-banner-image
    {
         position: relative;  
		        padding-top: 0 !important;
    }
    .small-image-box {
         left: 10%;
		  margin-top: 0 !important;
		        position: relative;

}
	footer a {
padding-left: 12px;
}
.mg-left {
        margin-left: 8.666667%;
    }
.round-pad2,	
.round-pad
    {
            padding: 25px 30px 0px 30px; 
    }
	 .media-container,
 .press-container {
    margin-left: 0;
}
.mobile-logo {
    display: block;
}
.desktop-logo {
    display: none;
}
	.year-filter {
    padding: 0px 0px;
	        margin-top: -10px;	
  
}
	.blog-date, .location-detail, .concert-detail, .ticket-btn
	{
		padding:0px;
	}
	
	.main-row {
    display: flex;
    flex-direction: column-reverse;
}
.iamge-box {
           height: auto !important;
            margin-top: -57.6%;
}	
.full-image {
    height: 94vh !important;
}	
main.home-bottom {
    margin-bottom: 0px;
}
footer.custom-new a, footer.custom-new span {
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    color: rgb(0 0 0 / 50%) !important;
    transition: color 0.5s ease, font-size 0.5s ease, letter-spacing 0.5s ease;
}
.mgb {
         margin-bottom: 25px;
}
.banner-left-date {
    align-items: center;
    display: flex;
    flex-direction: row;
    padding: 0px 30px;
}
 .concert-detail h4 {

    margin-top: 15px;
}
	footer {
		height: auto;
	}
	footer.custom-new {
    padding-top: 25px;
}
	    .performance-year {
        WIDTH: 100%;
    }
}