/* ================== Google fonts ================== */

@font-face {
    font-family: 'Mandatory PH';
    src: url('/wp-content/themes/wpstack-child/assets/webfonts/Mandatory-47.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    src: url('../webfonts/Simpler-Black.eot');
    src: url('../webfonts/Simpler-Black.eot?#iefix') format('embedded-opentype'), url('../webfonts/Simpler-Black.woff2') format('woff2'), url('../webfonts/Simpler-Black.woff') format('woff'), url('../webfonts/Simpler-Black.ttf') format('truetype'), url('../webfonts/Simpler-Black.svg#Simpler-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Simpler';
    src: url('../webfonts/Simpler-Regular.eot');
    src: url('../webfonts/Simpler-Regular.eot?#iefix') format('embedded-opentype'), url('../webfonts/Simpler-Regular.woff2') format('woff2'), url('../webfonts/Simpler-Regular.woff') format('woff'), url('../webfonts/Simpler-Regular.ttf') format('truetype'), url('../webfonts/Simpler-Regular.svg#Simpler-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Simpler';
    src: url('../webfonts/Simpler-Light.eot');
    src: url('../webfonts/Simpler-Light.eot?#iefix') format('embedded-opentype'), url('../webfonts/Simpler-Light.woff2') format('woff2'), url('../webfonts/Simpler-Light.woff') format('woff'), url('../webfonts/Simpler-Light.ttf') format('truetype'), url('../webfonts/Simpler-Light.svg#Simpler-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Simpler';
    src: url('../webfonts/Simpler-Bold.eot');
    src: url('../webfonts/Simpler-Bold.eot?#iefix') format('embedded-opentype'), url('../webfonts/Simpler-Bold.woff2') format('woff2'), url('../webfonts/Simpler-Bold.woff') format('woff'), url('../webfonts/Simpler-Bold.ttf') format('truetype'), url('../webfonts/Simpler-Bold.svg#Simpler-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/* ================== Basic css ================== */

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
footer,
header,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

a,
a:hover {
    text-decoration: none;
    color: inherit;
    transition: .2s;
}

button:focus,
a:focus,
input:focus,
textarea:focus {
    outline: none;
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none;
}

html {
    font-size: 62.5%;
}

  .logo-lottie {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

body {
    font-family: 'Simpler';
    font-weight: 300;
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
    line-height: 1.55;
}

.overflow-hidden {
    overflow: hidden;
}


/* heading CSS */

h1,
h2,
h3 {
    color: rgba(0, 0, 0, 1);
    font-family: 'Mandatory PH';
    font-weight: 400;
}

h1 {
    font-size: 10rem;
    line-height: 1;
    margin-right: -1rem;
}

h2 {
    font-size: 7rem;
    letter-spacing: 2px;
    line-height: 1.2;
}

h3 {
    font-size: 6rem;
    letter-spacing: 2px;
    letter-spacing: 0.5rem;
    line-height: 1.2;
}


/* Button */

.btn {
    background-color: rgba(0, 0, 0, 1);
    border-radius: 50px;
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 1px;
    padding: 1rem 4.5rem;
    transition: .2s;
}

.btn:hover {
    background: rgba(249, 195, 196, 1) !important;
    border-color: transparent !important;
    color: rgba(27, 20, 100, 1) !important;
}


/* ================== Header area start ================== */

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  transition: all 0.3s;
    padding: 50px 0px 0px 0px;
    z-index: 1000;
  background-color: transparent;
  box-shadow: 0 0 0 0 transparent;
 transition: all 0.3s ease;
  transition-property: all, background-color;
  transition-duration: 0.3s, 0s;
}

header .logo div:nth-child(2) {
    display: none;
}

header .logo div:nth-child(3) {
    display: none;
}


body:not(.white-intro) .hero_area h1,  body:not(.white-intro) .hero_area p {
   text-shadow:  0px 1px 3px rgba(0, 0, 0, 0.5)!important;
    padding-right: 10px;
    padding-left: 10px;
}

body:not(.white-intro) header:not(.sticky){
   background: linear-gradient(rgba(0, 0, 0, 0.95), transparent);
}

body:not(.white-intro) .hero-text h1 {
   text-shadow:  0px 1px 3px rgba(0, 0, 0, 1)!important;
}

.gradient-top , .gradient-bottom{
    opacity: 0.5;
}


body.white-intro .hero_area h1, body.white-intro  .hero_area p {
      padding-right: 10px;
    padding-left: 10px;
   text-shadow: 0px 1px 3px rgba(255, 255, 255, 1)!important;
}

body.white-intro header:not(.sticky){
   background: linear-gradient(rgba(255, 255, 255, 0.7), transparent);
}

/* Menu CSS */

.desktop-menu .menu {
    display: flex;
    min-width: 72px;
    align-items: center;
}

.desktop-menu .menu-pc .menu li:not(.enli) {
    flex-shrink: 0;
    display: inline-block;
    margin-left: 4.2rem;
}

.desktop-menu .menu-pc .menu li a {
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    transition: .2s;
}

.menu>li>a.active {
    font-weight: 900;
}

    flex-shrink: 0;
    width: 2.6rem;
    cursor: pointer;
}

header .search_input img:nth-child(2) {
    display: none;
}

header .btn {
    display: inline-block;
    font-size: 1.8rem;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    padding: 1rem 3rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2rem;
    margin-left: 3.5rem;
}

header p {
    color: rgba(255, 255, 255, 1);
}


header.sticky:not(.dark):after{

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';

}


/* Sticky header CSS */

header.sticky:not(.dark) {
 transition: all 0.3s ease;
  transition-property: all, background-color;
  transition-duration: 0.3s, 0s;
    padding: 1.4rem 0;

}




header.sticky .logo div:nth-child(1) {
    display: none;
}

header.sticky .logo div:nth-child(2) {
    display: block;
}

header.sticky .logo div:nth-child(3) {
    display: none;
}

header.sticky:not(.dark) p {
    color: rgba(0, 0, 0, 1);
}

header.sticky:not(.dark) .btn {
    background: #E5E5E5;
    color: rgba(0, 0, 0, 1);
}

header.sticky .search_input img:nth-child(1) {
    display: none;
}

header.sticky .search_input img:nth-child(2) {
    display: block;
}

header.sticky:not(.dark) .menu li a {
    color: rgba(0, 0, 0, 1);
}

header.sticky:not(.dark) .hamburger-menu span {
    background: #000 !important;
}


/*Hamburger-menu CSS*/

.hamburger-menu {
    cursor: pointer;
    display: none;
    z-index: 999;
    float: right;
}

.hamburger-menu span {
  background: #fff;
    width: 28px;
    height: 2px;
    display: block;
    margin: 4px 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hamburger-menu:hover .line-top {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.hamburger-menu:hover .line-bottom {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.hamburger-menu .line-top.current {
    -webkit-transform: translateY(200%) rotate(135deg);
    -ms-transform: translateY(200%) rotate(135deg);
    transform: translateY(200%) rotate(135deg);
}

.hamburger-menu .line-center.current {
    opacity: 0;
}

.hamburger-menu .line-bottom.current {
    -webkit-transform: translateY(-325%) rotate(-135deg);
    -ms-transform: translateY(-325%) rotate(-135deg);
    transform: translateY(-325%) rotate(-135deg);
}

header.current .logo img:nth-child(1) {
    display: none;
}

header.current .logo img:nth-child(2) {
    display: block;
}

header.current .logo img:nth-child(3) {
    display: none;
}

header.current .search_input img:nth-child(1) {
    display: none;
}

header.current .search_input img:nth-child(2) {
    display: block;
}

header.current .hamburger-menu span {
    background: #000;
}


/*ofcanvas-menu*/

.ofcavas-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
    top: 0;
    display: none;
    left: -100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-align: center;
}

.ofcavas-menu.current {
    left: 0;
}

.ofcavas-menu ul {
    margin-top: 13rem;
}

.ofcavas-menu li {
    padding: .5rem;
}

.ofcavas-menu a {
    font-size: 1.7rem;
    font-weight: 400;
    color: #000;
    transition: .2s;
}

.ofcavas-menu a:hover,
.ofcavas-menu a.active {
    font-weight: 900;
}


/* ================== Hero area start ================== */

.hero_area {
    background-size: cover;
   height: 56vw;
    position: relative;
    min-height: 0vw;
}

.hero_area .content {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 13rem;
}

.hero_area p {
    font-weight: 600;
    font-size: 35px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.1;

}


/* ================== Hero area start ================== */

.time_zone {
    padding: 0rem 4.5rem;
    box-shadow: 0 12px 53px 0 rgba(0, 0, 0, 0.19);
    background: #fff;
    margin-top: -7rem;
}

.time_zone .icon_box .icon {
    width: 21px;
    margin-left: auto;
    margin-bottom: 1rem;
}

.time_zone p {
    font-size: 1.6rem;
    line-height: 1;
}

.time_zone h2 {
    direction: rtl;
    font-size: 69px;
    line-height: 0.8;
    letter-spacing: 1px;
}

.time_zone h2 span {
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    line-height: 1;
}

.time_zone h2 span:first-child {
    padding-right: 0;
}

.time_zone h2 span::after {
    content: '';
    position: absolute;
    right: -.5rem;
    top: 60%;
    transform: translateY(-60%);
    width: 1px;
    height: 70%;
    background: rgba(0, 0, 0, 0.15);
}

.time_zone h2 span:first-child::after {
    display: none;
}


/* ================== About area start ================== */

.about_area h2 {
    margin-bottom: 2rem;
}

.about_area .img_box h4 {
    font-size: 1.8rem;
    font-weight: bold;
    color: rgba(0, 0, 0, 1);
    letter-spacing: -1px;
    line-height: 1;
    margin-top: 1.3rem;
}

.about_area .img_box p {
    font-size: 1.6rem;
    font-weight: 300;
    color: rgba(0, 0, 0, 1);
    line-height: 1.125;
}


/* ================== plan area start ================== */

.plan_area li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 1);
}

.plan_area li h3 {
    font-size: 5rem;
    line-height: 1.3;
    margin-left: 1.7rem;
}

.plan_area li h4 {
    font-size: 3.8rem;
    letter-spacing: -1px;
    line-height: 1.71;
    margin-left: 2.4rem;
}

.plan_area li a {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
}

.plan_area li a:hover {
    opacity: .4;
}

.plan_area li .arrow {
    flex-shrink: 0;
    margin-right: 1rem;
}


/* ================== More concerts start ================== */


/* ================== Order tickets start ================== */

.order_area {
    background: rgba(0, 0, 0, 1);
}

.loop-artist .img_box {
    background: #eee;
    background-position: center center;
    background-size: cover;
}

.order_area .btn {
    background: #fff;
    color: rgba(0, 0, 0, 1);
}

.order_area .btn {
    width: 44rem;
    height: 7rem;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.order_area h2 {
    font-size: 8rem;
    color: rgba(255, 255, 255, 1);
    text-align: right;
    letter-spacing: 0px;
    line-height: 1;
}

.order_area h2 span {
    margin-right: 3rem;
    color: rgba(255, 255, 255, 0.6);
}

.order_area h2 br {
    display: none;
}


/* ================== footer area start==================*/

footer {
    padding: 10rem 0 10rem;
    background: rgba(27, 20, 100, 1);
}

footer h2 {
    font-size: 8rem;
    color: rgba(249, 195, 196, 1);
    text-align: right;
    letter-spacing: 1px;
    line-height: 1.4;
    padding-right: 4rem;
    border-right: 1px solid rgba(255, 255, 255, .5);
}

footer form {
    margin-bottom: 2.5rem;
}

footer form input {
    width: 100%;
    border: none;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, .6);
    color: #fff;
    padding: 1rem;
}

footer form input::placeholder {
    font-family: 'SimplerPro-Light';
    font-size: 2.5rem;
    color: rgba(255, 255, 255, 1);
    text-align: right;
    letter-spacing: 0px;
}

footer form .btn {
    width: 100%;
    font-size: 2rem;
    color: rgba(255, 255, 255, 1);
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 3.3rem;
    margin-top: 6.5rem;
}

.info_widget h5,
.info_widget p {
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    text-align: right;
    letter-spacing: 0px;
    line-height: 1.2;
}

.info_widget h5 {
    font-weight: 700;
    margin-bottom: 1.1rem;
}

.info_widget p {
    font-weight: 300;
}

.info_widget .wrapper {
    margin-top: 3rem;
}

.footer-logo {
    width: 100%;
    margin-left: auto;
}

.footer-logo div:nth-child(2) {
    display: none;
}

.contact_info ul {
    padding: 6rem 0 4.5rem;
}

.contact_info li {
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 1);
    margin: .5rem 0;
}

.contact_info li strong {
    font-weight: 900;
}

.contact_info li img {
    flex-shrink: 0;
    width: 2.5rem;
    margin-left: 1.4rem;
}


/* ================== copyright area start ================== */

.copyright {
    padding: 4.5rem 0;
}

.copyright .social_links li {
    display: inline-block;
    margin: 0 1.7rem;
}

.copyright .social_links li a:hover {
    opacity: .4;
}

.copyright .back-to-top {
    display: inline-flex;
    align-items: center;
    font-weight: 900;
    font-size: 2rem;
    color: rgba(0, 0, 0, 1);
    transition: .2s;
}

.copyright .back-to-top:hover {
    opacity: .4;
}

.copyright .back-to-top img {
    margin-left: 1.3rem;
}


/* page loader  */

#preloader {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader3 {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0px;
    text-align: left;
}

.loader3 span {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: rgba(249, 195, 196, 1);
    -webkit-animation: loader3 1.5s linear infinite;
    animation: loader3 1.5s linear infinite;
}

.loader3 span:last-child {
    animation-delay: -0.9s;
    -webkit-animation-delay: -0.9s;
}

@keyframes loader3 {
    0% {
        transform: scale(0, 0);
        opacity: 0.8;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes loader3 {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.8;
    }
    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}


/* ============================ concert screen page start ============================= */


/* ================== Hero area start ================== */

.concert_body .hero_area {
    background: url(/wp-content/uploads/2022/06/index2-hero-bg.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    height: 100vh;
    position: relative;
}

.concert_body .hero_area .btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 6rem;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 3rem;
}

.concert_body .hero_area .text_img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.concert_body .hero_area .play {
    display: none;
    position: absolute;
    right: 4rem;
    bottom: 5rem;
}

.concert_body .hero_area .play a {
    display: inline-block;
    margin-left: 2rem;
}


/* ================== Upcoming area start ================== */

.upcoming_area .title_box {
    display: flex;
    align-items: center;
}

.upcoming_area .title_box h2 {
    margin-left: 2.2rem;
}

.img_box .playlist {
    display: inline-block;
    width: 3.6rem;
    position: absolute;
    top: 1rem;
    left: 1rem;
}

.img_box h4,
.recommended h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.125;
    padding: 1.5rem 0 .9rem;
}

.img_box .position-relative {
    display: flex;
}

.img_box a {
    flex-flow: wrap;
}

.img_box .text {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.img_box li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.img_box li .event-link {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 1);
}

.img_box li:last-child a {
    border-bottom: 3px solid rgba(0, 0, 0, 1)!important;
}

.img_box li .date {
    font-size: 1.5rem;
    font-weight: 900;
    margin-bottom: .5rem;
}

.img_box a:not(.link) {
    display: inline-flex;
    align-items: center;
}

.img_box a:not(.img-link):hover {
    background: #f6f6f6;
}

.img_box li span {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1;
    padding-left: 1rem;
}

.img_box li span:not(.location):first-child {
    border-right: 0px solid;
    padding-right: 0;
    margin-left: 0.8rem;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
}

.img_box .additionalDates {
    display: inline-flex;
    align-items: center;
    padding-top: 1.6rem;
    width: 100%;
    justify-content: flex-end;
    padding-bottom: 0.6rem;
    float: left;
}

  [lang="he-IL"] .img_box .additionalDates .arrow {
 width: 7px;
    margin-bottom: 0px!important;
    margin-right: 4px;
    position: unset!important;
        margin-top: -4px;
}


  [lang="en-US"] .img_box .additionalDates .arrow {
      width: 7px;
    margin-bottom: 0px!important;
    margin-left: 1rem;
    
}

  [lang="en-US"] header .logo {
text-align: right;
}

.upcoming_area .schedule {
    font-size: 30px;
    color: #000000;
    text-align: right;
    line-height: 40px;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    margin-top: 0rem;
}

.img_box h4 {
    width: 100%;
}

.upcoming_area .schedule:hover {
    opacity: .4;
}

.upcoming_area .schedule img {
    margin-right: .7rem;
}


/* ================== women of jazz banner start ================== */

.womenOfJazz_banner img:nth-child(2) {
    display: none;
}


/* ================== links area start ================== */

.links_area {
    display: flex;
    align-items: center;
    background: rgba(27, 20, 100, 1);
    height: 100vh;
}

.links_area .btn {
    background: transparent;
    border: 1px solid rgba(176, 218, 184, 1);
    border-radius: 2.7rem;
    color: rgba(255, 255, 255, 1);
    margin: 1rem;
}

.links_area .main_img {
    width: 70%;
}

p a {

}


p a:hover {
 
}


h3 a, h4 a , h2 a, h3 a:hover, h4 a:hover , h2 a:hover    {

}


/* ================== video area start ================== */

.backgroun-image {
    display: flex;
    align-items: center;
    background: url(/wp-content/uploads/2022/06/video_floor.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    height: 100vh;
}

.video_area .play-youtube {
    position: absolute;
    left: 30%;
    top: 50%;
    transform: translate(-30%, -50%);
    width: 13rem;
    height: 13rem;
    border-radius: 50%;
    z-index: 1;
}

.video_area .text img {
    width: 53.5rem;
    margin-left: auto;
}


/* ================== video area start ================== */

.calendar_area h2 {
    margin-left: 3.5rem;
    line-height: 0.8;
}

.calendar_area .title_box .date {
    display: flex;
    align-items: end;
}

.calendar_area .title_box .date p {
    font-weight: 300;
    font-size: 37px;
    line-height: 1;
    padding: 0 .9rem;
    flex-shrink: 0;
}

.calendar_area .wrapper {
    direction: rtl;
}

.calendar_area .numCount {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1.5px solid rgba(0, 0, 0, 1);
    padding: 1rem 0;
    margin-top: 2rem;
    direction: rtl;
}

.calendar_area .numCount li {
    font-family: 'Mandatory PH';
    font-size: 5.1rem;
    letter-spacing: 2px;
    line-height: 0.82;
    padding: 1rem 2rem 1.3rem 2rem;
    border-radius: 50%;
    position: relative;
}

.calendar_area .numCount li.active {
    background: rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
}

.calendar_area .numCount li.active::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: url(/wp-content/uploads/2022/06/bottom-arrow.png) no-repeat center;
    background-size: contain;
    bottom: -2.5rem;
    width: 15px;
    height: 20px;
}

.calendar_area .numCount li span {
    color: #d2d2d2;
}

.calendar_area .img_box {
    margin-top: 3rem;
}

.img_box .playlist {
    display: inline-block;
    width: 2.5rem;
    position: absolute;
    top: 1.6rem;
    left: 1.8rem;
}

.ipo-program-details h4,
.calendar_area .img_box h4 {
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.09;
}

.ipo-program-details .text,
.calendar_area .img_box .text {
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 0.9;
    margin: .4rem 0 1rem;
}

.img_box li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.img_box li .date {
    font-size: 1.5rem;
    font-weight: 900;
}

.img_box a {
    display: inline-flex;
    align-items: center;
}

.img_box li span {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1;
    padding-left: .8rem;
}

.img_box li span:not(.location):first-child {
    border-right: 0px solid;
    padding-right: 0;
    margin-left: 0.8rem;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
}

.img_box li .arrow {
    width: .5rem;
}

.calendar_area .img_box .additionalDates .arrow {
    width: 1rem;
    margin-right: 1rem;
}

.calendar_area .schedule {
    font-size: 2.2rem;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    margin-top: 6rem;
}

.calendar_area .schedule:hover {
    opacity: 0.4;
}

.calendar_area .schedule img {
    margin-right: .7rem;
}


/* ================== Meet area start ================== */

.meet_area h2 {
    margin-bottom: 80px;
}

.meet_area h2 br {
    display: none;
}

.meet_area .img_box .content {
    text-align: center;
    opacity: 0;
    transition: .2s;
    margin-top: 3rem;
}

.meet_area .img_box .img::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .6;
}

.meet_area .img_box h3 {
    font-family: 'Mandatory PH';
    font-size: 5rem;
    letter-spacing: 2px;
    line-height: 0.9;
    margin-bottom: 1.3rem;
}

.meet_area .img_box p {
    font-size: 1.9rem;
    line-height: 1;
}

.meet_area .owl-item.active.center .img {
    box-shadow: 0 13px 31px 0 rgba(0, 0, 0, 0.29);
}

.meet_area .owl-item.active.center .img::before {
    opacity: 0;
}

.meet_area .owl-item.active.center .content {
    opacity: 1;
}

.meet_area .schedule,
.view-more a {
    font-size: 2.2rem;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
}

.view-more a:hover img {
    margin-right: 1rem!important;
    transition: margin-right 0.3s;
}

.view-more a img {
    transition: margin-right 0.3s;
}

.view-more a img {
    max-height: 1.5rem;
    object-position: center;
    margin-bottom: -3px;
    margin-right: 0.7rem;
}

.meet_area .schedule:hover {
    opacity: .4;
}

.meet_area .schedule img {
    margin-right: .7rem;
}

.meet_area .owl-carousel .owl-stage {
    position: relative;
}

.meet_area .owl-carousel .item {
    margin: 0 50px;
}

.meet_area .owl-nav button {
    background: none;
    width: 7.5rem;
    bottom: 0;
    position: absolute;
    width: 7.5rem;
    transition: .2s;
}

.meet_area .owl-nav button:hover {
    opacity: .4;
}

.meet_area .owl-nav button img {
    width: 100%;
}

.meet_area .owl-prev {
    right: 5rem;
}

.meet_area .owl-next {
    left: 5rem;
}

.owl-carousel {
    direction: rtl!important;
}

.space-between {
    justify-content: space-between;
}

header .search_input {
    margin-left: 2rem;
}

header .search_input img {
}

.gradient-bottom {
    position: absolute;
    left: 0px;
    right: 0;
    bottom: 0;
    height: 40%;
  	max-height: 60%!important;
    background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.gradient-top {
    position: absolute;
    left: 0px;
    right: 0;
    top: 0;
    height: 40%;
    background: rgb(0, 0, 0);
    background: linear-gradient(-180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

.ofcavas-menu .menu {
    display: block;
}


header .search_input.search-activated {
    z-index: 9999999;
}

header .search_input {
    z-index: 0;
    display: flex;
  width: 34px;
     transition: all 0.3s ease;
    align-items: center;
}

.search-activated .promagnifier .innericon {
    opacity: 0;
}

.search-activated {
    width: 80px;
   transition: all 0.3s ease;
}
header.sticky .search-activated .asp_main_container  {
    background: #fff!important
}

header:not(.sticky) .search-activated .asp_main_container  {
    background: #000!important
}

header .logo img {
    margin-left: 0;
    width: 100%;
    margin-right: auto;
    max-width: 8rem;
}

.menu-pc {
    display: flex;
}



header.sticky.dark .logo div:nth-child(2) img {
    filter: brightness(0) invert(1)!important;
}

header.sticky.dark .search_input img {
    filter: brightness(0) invert(1)!important;
}

html body header .cta-menu ul a,
html body header ul#menu-cta-menu a {
    display: inline-block;
    font-size: 1.8rem;

    font-weight: 400;
    padding: 1rem 3rem;
    border-radius: 2rem; 

}

.desktop-menu .lang li a{
    color: white;
}

header .cta-menu {
    display: flex;
    align-items: center;
    margin: 0;
}

.owl-prev:hover, .owl-next:hover {
  opacity: 0.6;
}

h4 {
    padding-bottom: 10px;
}

header .cta-menu ul a:hover,
header ul#menu-cta-menu-english a:hover ,
header ul#menu-cta-menu a:hover {
 background: rgba(249, 195, 196, 1) !important;
    border-color: transparent !important;
    color: rgba(27, 20, 100, 1) !important;
}

.cta-menu ul {
    margin: 0;
}


 .cta-menu li a {
      background-color: #ffffff1a;
    color: #fff;
    border-color: transparent;
    border: 1px solid transparent;
}

.cta-menu li a {
    margin-left: 0;
    padding: 1rem 3rem;
    border-radius: 2rem;
}


[lang="en-US"] .read-more  {
    direction: ltr;
}

[lang="en-US"] .read-more img {
    transform: rotate(180deg);
    margin-left: 5px;
}

.cta-menu {
    margin-top: 2rem;
}

.desktop-menu .menu li a {
    letter-spacing: 1px;
}

.hero_area .hero-btn {
    position: absolute;
    bottom: 0px;
    z-index: 10;
    left: 0px;
    width: 100%;
    right: 0px;
}


@media (min-width: 768px){
.hero_area .hero-btn {
    position: absolute;
    bottom: auto!important;
    z-index: 10;
    left: 0px;
    top: calc(100vh - 80px)!important;
    width: 100%;
    right: 0px;
}
}


#links_areaLottie {
    margin-right: auto;
    margin-left: auto;
}

.meet_area .owl-nav {
    max-width: 1800px;
    margin-bottom: 75px;
    position: relative;
    margin-left: auto;
    margin-top: -40px;
    margin-right: auto;
}

.section-view:not(.hero_area).in-view {
    -webkit-animation: fade-in-bottom 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-bottom 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.section-view:not(.in-view):not(.hero_area) {
    opacity: 0;
}

#links_areaLottie {
    max-height: 100vh;
}

#videoLottie {
    margin-left: auto!important;
    max-height: 100vh;
}

.hero-btn .btn {
    background-color: transparent;
    border: 1px solid;
}

.calendar_area .img_box .text {
    font-size: 1.8rem!important;
}

.womenOfJazz_banner {
    min-height: 0px!important;
}

.hero_area .play {
    position: absolute;
    z-index: 5;
    right: 0px;
    top: 18px;
}

.hero-btn {
    position: absolute;
    bottom: 0px;
    z-index: 2;
    left: 0px;
    width: 100%;
    right: 0px;
}

.lottie_img {
    max-height: 60vh;
      height: 70vh!important;
    overflow: hidden;
    margin-right: auto!important;
    margin-left: auto!important;
}

.hero-btn .container {
    margin-bottom: 55px;
    max-width: 100%!important;
    position: relative;
}

.hero_area .play a {
    -webkit-animation: fade-in 5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 2.5s both;
    animation: fade-in 5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 2.5s both;
    margin-left: 15px!important;
    display: inline-block;
}

.hero_area.in-view .text_img {
    -webkit-animation: fade-out 1s ease-out both;
    animation: fade-out 1s ease-out both;
}

.hero_area .text_img {
    -webkit-animation: fade-in 5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 5.5s both;
    animation: fade-in 5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 5.5s both;
}

.upcoming_area>.container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.upcoming_area .flex-center {
    width: 100%;
}

.upcoming_area .title_box {
    margin-bottom: 2rem;
}

.one {
    -webkit-animation-delay: 0.5s!important;
    -moz-animation-delay: 0.5s!important;
    animation-delay: 0.5s!important;
}

.two {
    -webkit-animation-delay: 0.75s!important;
    -moz-animation-delay: 0.75s!important;
    animation-delay: 0.75s!important;
}

.three {
    -webkit-animation-delay: 1s!important;
    -moz-animation-delay: 1s!important;
    animation-delay: 1s!important;
}

.calendar_area {
    display: flex;
    align-items: center;
}

.four {
    -webkit-animation-delay: 1.25s!important;
    -moz-animation-delay: 1.25s!important;
    animation-delay: 1.25s!important;
}

.five {
    -webkit-animation-delay: 1.5s!important;
    -moz-animation-delay: 1.5s!important;
    animation-delay: 1.5s!important;
}

.six {
    -webkit-animation-delay: 1.75s!important;
    -moz-animation-delay: 1.75s!important;
    animation-delay: 1.75s!important;
}

.seven {
    -webkit-animation-delay: 2s!important;
    -moz-animation-delay: 2s!important;
    animation-delay: 2s!important;
}

.eight {
    -webkit-animation-delay: 2.25s!important;
    -moz-animation-delay: 2.25s!important;
    animation-delay: 2.25s!important;
}

.meet_area .owl-carousel .item {
    max-width: 280px;
}

.meet_area .owl-carousel .item img {
    max-height: 350px;
}

.upcoming_area .justify-content-lg-between {
    direction: rtl;
}

.upcoming_area .img_box {
    direction: ltr;
}

footer h2 {
    max-height: 35rem;
    line-height: 1;
    direction: rtl;
    font-size: 10rem;
    color: rgba(249, 195, 196, 1);
    text-align: right;
    letter-spacing: 3px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    overflow: hidden;
}

@-webkit-keyframes fadeinout {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1!important;
    }
}

@keyframes fadeinout {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1!important;
    }
}

@-webkit-keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1!important;
    }
}


/*
.upcoming_area:not(.in-view) .img_box {
    opacity: 0;
}

.calendar_area:not(.in-view) .fade-in-bottom {
    opacity: 0;
}

.links_area:not(.in-view) .fade-in-bottom {
    opacity: 0;
}

.links_area:not(.in-view) .slide-in-fwd-center {
    opacity: 0;
}

.upcoming_area:not(.in-view) .slide-in-fwd-center {
    opacity: 0;
}

.in-view .fade-in-bottom {
    -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.in-view .slide-in-fwd-center {
    -webkit-animation: slide-in-fwd-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-fwd-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
}

.slide-in-fwd-center {
    padding: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
}

.links_area .btn {
    width: auto;
    display: block;
}

@-webkit-keyframes slide-in-fwd-center {
    0% {
        padding: 0px;
        width: 0px;
        right: 50%;
        opacity: 0;
    }
    100% {
        padding: 1rem 4.5rem;
        opacity: 1;
        right: 0;
    }
}

@keyframes slide-in-fwd-center {
    0% {
        padding: 0px;
        width: 0px;
        right: 50%;
        opacity: 0;
    }
    100% {
        padding: 1rem 4.5rem;
        opacity: 1;
        right: 0;
    }
}
*/

.links_area .col-12 {
    min-height: 7.8rem;
    min-height: 7.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.position-relative:hover .inner-img {
    transform: scale(1.1);
}

.position-relative {
    overflow: hidden!important;
}

.inner-img {
    transition: 0.4s;
}

.upcoming_area .img_box a.block {
    display: block
}

.play-background {
    position: absolute;
    bottom: 0px;
    top: 0px;
    right: 0px;
    opacity: 0;
    width: 100%;
    left: 0px;
    max-height: 100%;
}

.video_area {
    position: relative;
    overflow: hidden;
}

.video_area.play {
    transition: all 1s!important;
}

.video_area.play * {
    transition: all 2s!important;
}

.video_area {
    background: #000!important;
}

.video_area.play .play-youtube,
.video_area.play #videoLottie,
.video_area.play .backgroun-image {
    opacity: 0;
}

.video_area.play .play-background {
    opacity: 1!important;
    height: 100vh;
    transition-delay: 2s!important;
}

.desktop-menu .menu li a.en {
    font-size: 14px;
}

.footer-email {
    width: 700px;
}

@media (max-width: 1500px) {
    .desktop-menu .menu li .heli a {
        font-size: 16px!important;
    }
    .div-infoconcert {
        max-width: calc(100% - 400px)!important;
        margin-left: auto;
        margin-right: auto;
    }
    .time_zone h2 span {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .footer-email .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: none!important;
        
    }
    .footer-email {
        width: 590px;
    }
    .info_widget h5,
    .info_widget p {
        font-size: 16px;
    }
    .meet_area h2 {
        margin-bottom: 4.5rem!important;
    }
    .meet_area .img_box h3 {
        font-family: 'Mandatory PH';
        font-size: 41px!important;
    }
  
  .meet_area .img_box p {
font-size: 20px!important;
  }
    .meet_area .img_box .content {
        margin-top: 5rem!important;
    }
    .meet_area {
        padding: 3.5rem 0;
    }
    .upcoming_area .col-xl-2 {
        max-width: 25%!important;
        flex: 0 0 25%!important;
    }
    .upcoming_area .col-xl-2:last-child {
        display: none!important;
    }
    .btn {
        font-size: 20px;
    }
    .desktop-menu .menu li:not(.enli) {
        margin-left: 2rem!important;
    }
    .desktop-menu .menu li a.en {
        font-size: 13px;
    }
    .calltous {
        max-width: 70px;
    }
}

.lang a.acitve {
    font-weight: 700!important;
}

.lang li {
    list-style: none;
}

header.sticky:not(.dark) .heli {
    border-right: 1px solid #000;
}

.heli {
    padding-right: 0.5rem;
    border-right: 1px solid #fff;
    margin-right: 0.9rem;
    line-height: 1;
}

.center-right {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
}

.no-pb {
    padding-bottom: 0px!important;
}

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

.social_links-hero {
    position: absolute;
    z-index: 2;
    left: 0px;
    bottom: 2.2rem;
}

.social_links-hero img {
  width: 32px;
    margin-top: 2.2rem;
      scale: 0.9;
    transition: all 0.5s;
    filter: brightness(0) invert(1);
}


.copyright .social_links img {
    max-height: 40px;
    filter: brightness(1) invert(1);
}

.hero_area-artist>.container {
    z-index: 4;
    position: relative;
}

.social_links-hero a:hover img {
opacity: 0.9;
    scale: 1;
  transition: all 0.5s;
}


.event-link {
    width: 100%;
    justify-content: inherit!important;
}

.img_box .arrow {
    width: 0.6rem;
    margin-bottom: 0.4rem;
}

.play_section {
    overflow: hidden;
}

.play_section .video_area {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9999;
}

.play_section #close {
    opacity: 1!important;
    cursor: pointer;
}

.play_section .video_area .play {
    opacity: 1!important;
}

.video_area .play {
    opacity: 0;
    position: absolute;
    bottom: 25px;
    display: flex;
    right: 25px;
}

.video_area .play a {
    margin-left: 10px;
}

h2,
h1 {
    letter-spacing: 0.8rem;
}

.info_widget .wrapper:not(.mt-25) h5 {
    margin-bottom: 25px;
}

.info_widget .wrapper h5:last-child {
    margin-bottom: 0px!important;
}

footer .container .row {
    justify-content: space-between;
}

.info_widget {
    display: flex;
    height: 100%;
    height: 370px;
    flex-flow: column;
    justify-content: space-between;
}

.border-right-footer:before {
    content: ' ';
    opacity: 1;
    -webkit-animation-delay: 2.5s!important;
    -moz-animation-delay: 2.5s!important;
    animation-delay: 2.5s!important;
    -webkit-animation: fade-in-bottom 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-bottom 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    background: rgba(255, 255, 255, 1);
    width: 1px;
    position: absolute;
    display: block;
    height: 100%;
    bottom: 0;
    top: 0px;
    right: -25px;
}

.in-view .border-right-footer:before {
    content: ' ';
    opacity: 1;
    -webkit-animation-delay: 2.5s!important;
    -moz-animation-delay: 2.5s!important;
    animation-delay: 2.5s!important;
    -webkit-animation: fade-in-bottom 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-bottom 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.footer-info {
    width: 430px;
}

.time_zone p {
    width: 100%;
}

.time_zone .icon_box {
    width: 210px;
}

.div-infoconcert * {
    width: 100%;
}

.div-infoconcert {
    align-items: end;
    width: calc(100% - 460px);
    display: flex;
    justify-content: space-between;
    margin-right: auto;
}

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

.div-infoconcert>.align-items-bottom {
    padding-bottom: 0.2rem;
}

.max-550 {
    max-width: 500px;
    margin-left: auto;
    margin-right: 0px;
}

.program-info h2.artist {
    margin-bottom: 25px;
    max-width: 500px;
    margin-right: 0;
    margin-left: auto;
}

.moreConcerts .event-link>div:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
}


.moreConcerts .img_box li .arrow {
    width: 0.5rem;
    margin-bottom: -2px;
}

.moreConcerts .img_box {
    max-width: 240px;
    width: 100%;
}

.min-height-0 {
    min-height: 0px!important;
}

.moreConcerts {
    padding: 10rem 0px;
}

.moreConcerts-slider {
    padding: 4rem 0px 0px 0px;
}

.order_area.sticky {
    position: sticky;
    bottom: 0px;
    transition: all 1s ease-out;
    z-index: 9;
}

.order_area {
    position: sticky;
    bottom: -50%;
    transition: all 0.5s ease-out;
}

footer.section-view {
    opacity: 1!important;
    animation: none!important;
}
@media (min-width: 768px)  and (max-width: 1500px) {
.footer-email .col-lg-8 {
   max-width: clac(100% - 240px)!important;
}
}

@media (min-width: 1500px) {
    .max-1440 {
        max-width: 1440px!important;
        margin-right: auto;
        margin-left: auto;
    }
}

.ipo-calendar.calendar-full {
    margin-bottom: 10rem;
}

.events-no-results {
    min-height: 250px;
    background-color: rgba(229, 229, 229, 0.33);
    width: calc( 100% - 20px);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Content_area h3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.Content_area {
    padding-top: 50px;
    padding-bottom: 50px;
}

footer .container .row {}

footer.in-view .row {
    opacity: 1!important;
}

.display-flex {
    display: inline-flex;
    justify-content: flex-end;
}

.elementor-default .products-bordered-grid.elements-grid {
    border-left: 1px solid #000!important;
}

.footer-email input:focus,
.footer-email input:active,
.input-has-value {
    border-bottom: 3px solid;
    transition: all 1s;
}

.footer-email input {
    transition: all 1s;
}

.playlist a:hover,
.playlist:hover {
    background: transparent!important;
}

.loop-program .img_box a.img-link:hover {
    background: #f6f6f6;
}

.loop-program .img_box a.img-link:hover .bg_set {
    transform: scale(1.1);
    transition: 0.4s;
}

.loop-program .img_box a {
    transition: 0.4s;
}

.bg_set {
    transition: 0.4s;
}

.upcoming_area .img_box {
    max-width: 100%;
}

.horizontal-link {
    display: flex;
    justify-content: space-between;
}

.horizontal-img {
    min-height: 150px;
    max-width: 300px;
    width: 300px;
}

.footer-logo .logo {
    height: auto!important;
}

.loop-calendar-horizontal-event .img_box h4 {
    padding-top: 0px!important;
}



.time_zone .icon_box:not(.location_box) {
    width: 20%;
    max-width: 20%;
}

.proclose {
    display: block!important;
}

.time_zone .icon_box.location_box {
    width: 50%;
    max-width: 50%;
}

#ajaxsearchpro1_1 .probox .proclose svg,
#ajaxsearchpro1_2 .probox .proclose svg,
div.asp_m.asp_m_1 .probox .proclose svg {
    fill: rgb(254, 254, 254);
    background: transparent!important;
    box-shadow: none!important;
}

header.sticky #ajaxsearchpro1_1 .probox .proclose svg {
    fill: rgb(0, 0, 0)!important;
}

#menu-main-menu>li>a {
    white-space: nowrap!important;
}

.search_input:not(.search-activated) .proclose {
    opacity: 0!important;
}

.concert-headline {
    display: flex;
    justify-content: center;
    align-items: center;
}

.time_zone_flex {
    justify-content: space-around;
    align-items: flex-end;
}

.time-horizontal {
    margin: 0px!important;
    max-width: 100%;
    border-bottom: 1px solid rgba(170, 170, 170, 0.5);
    padding-bottom: 25px;
    padding-top: 25px;
}

.space-between {
    justify-content: space-between;
}

.col-max-width-250 {
    width: calc(100% - 270px);
    min-width: 700px;
}

.space-between:last-child {
    border-bottom: none!important;
 
}



.order_area .btn {
    max-width: 250px;
}

a.additionalDates {
    display: flex!important;
}

.order_area,
html,
body {
    overflow: inherit!important;
}

b,
strong {
    font-weight: bold!important;
}

.img_box.img_Contents li {
    flex-wrap: wrap;
    align-items: center;
}

.img_box.img_Contents li {
    margin-left: 0px!important;
}

.img_box.img_Contents li .location {
    margin-bottom: -10px!important;
    margin-top: 5px!important;
    padding: 0px!important;
}

.name-contents {
    display: flex;
}

.name-title {
    margin-right: 25px;
    width: 350px;
}

.name-title:hover {
    background: transparent!important;
}

.img_Contents .additionalDates {
    height: auto!important;
    padding-bottom: 0px!important;
}

.img_Contents .additionalDates:hover {
    background: transparent!important;
}

.img_Contents .additionalDates img {
    bottom: 4px;
}

.justify-content-between.max-550 {
    display: grid;
    grid-template-columns: 100px 100px 100px;
    width: 100%!important;
    grid-gap: 30px;
}

.about_area .img_box {
    background: #eee;
    background-size: cover;
    background-position: center;
}

.upcoming_area .img_box {
    max-width: 100%!important;
}

.lette-sapce-10 {
    letter-spacing: 1.5rem;
}

.Simpler {
    font-family: 'Simpler';
}

.white-text {
    color: #fff!important;
}

.header-title {
    letter-spacing: 4.8px;
    font-size: 12rem;
    color: #fff;
    font-family: 'Mandatory PH';
    font-weight: 400;
}

.hero-section {
    background-position: center;
}

.footer-email h3 {
    width: 204px;
    font-family: 'Mandatory PH';
    font-weight: 400;
    font-size: 10rem;
    color: rgba(249, 195, 196, 1);
    text-align: right;
    letter-spacing: 5.2px;
    line-height: 130px;
}

h2.lette-sapce-10 {
    font-size: 94px;
    color: #000000;
    text-align: right;
    letter-spacing: 11.28px;
    line-height: 79px;
}

.title.style-1 {
    display: flex;
    align-items: center;
}

.title.style-1 h3 {
    font-size: 26px;
    color: #000000;
    text-align: right;
    letter-spacing: 0.53px;
    line-height: 32px;
    margin-bottom: 0px;
    padding-right: 25px;
}

.sub-title-simpler {
    font-family: 'Simpler';
    font-size: 30px;
    letter-spacing: 0;
}

.about_area .artist_box .artist_box:first-child {
    margin-right: 0px!important;
}

.program-info .img_box {
    margin-bottom: 15px;
    max-height: 150px;
}

.program-info .title {
    font-size: 1.5rem;
}

body:not(.home) footer * .fadeInUp {
    -webkit-animation-name: none!important;
    animation-name: none!important;
}

body:not(.home) footer * .fadeInDown {
    -webkit-animation-name: none!important;
    animation-name: none!important;
}

.test-img {
    display: none;
}

#intor_lottie {
    position: absolute;
    top: 100px;
}

.hero_area video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0rem;
    width: calc(100% + 0rem);
    height: calc(100% + 0rem);
    -o-object-fit: cover;
    object-fit: cover;
}

.sticky .align-items-lg-start {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.desktop-menu .menu {
    flex-flow: nowrap;
}

.home header:not(.sticky) .logo img {
    filter: brightness(0) invert(1);
}

.additionalDates span {
    font-size: 15px;
    color: #000000;
    letter-spacing: 0.3px;
}


body .mobile-menu > .menu .sub-menu {
    background-color: #f2f2f2!important
}



header.current .open-burger {
  display: none!important;
}

header:not(.current) .close-x {
  display: none!important;
}



header.sticky:not(.current) .mobile-header {
      z-index: 2;
  
}

header .logo {
    z-index: 2;
}

body .mobile-search-toggle {
    z-index: 2;
}

header.sticky .hamburger-menu img.open-burger {
    filter: invert(100%);
   width: 25px;
    -webkit-filter: invert(100%);
}

.hamburger-menu img {
   width: 25px;
}

@media (max-width: 768px) {


.calendar-events-body .ipo-program-image {
    width: 100%!important;
   margin-left: 0px!important;
  }

  [lang="en-US"] .ipo-event-details .time-and-day {
    text-align: left!important;
}

body .mobile-menu .wpstack-image img {
  display: none!important;
  }

.hero_area p {
    font-weight: 600;
    font-size: 25Px!important;
  }
  .series-Contents  .sess_desc {
        margin-top: 40px!important;
}
 .social_links-hero {
    left: 15px!important;
  }
  

 body.home .upcoming_area .owl-carousel.owl-drag .owl-item:nth-child(n+5) {
    display: none!important;
  }


  body:not(.home) .upcoming_area .img_box {
    width: 210px!important;
  }
  
  body:not(.home) .upcoming_area .owl-carousel.owl-drag .owl-item {
    width: 240px!important;
}

  .characters-section .row {
    flex-direction: column-reverse!important;
  }

  .moreConcerts  .owl-carousel.owl-rtl .owl-item {
    width: 240px!important;
}


.btn.sersess {
    margin-top: 0px!important;
}
  
.key-plan .col-lg-6:last-child{
    margin-top: 25px;
}

  
  .recommended-section {
    margin-bottom: -25px;
  }
  
  .about_area {
  margin-top: 25px;
}


  .program-info .col-lg-6{
    padding-left: 0px!important;
}

 body.home .upcoming_area .loop-program {
    padding-right: 0px!important;
    padding-left: 0px!important;
}
  
[lang="en-US"] .title-rendered .letters {
    display: flex;
    flex-flow: wrap;
  }
  
  [lang="en-US"]  #intor_lottie {
    top: 50px;
    right: 5%!important;
    max-width: 90%!important;
  }

  [lang="he-IL"]  .ipo-breadcrumbs-wrapper.container .ipo-breadcrumbs{
    margin-right: 30px!important;
}

  [lang="en-US"]   .title-rendered .letter {
    min-width: 10px!important;
}

[lang="en-US"]  .ipo-breadcrumbs-wrapper.container .ipo-breadcrumbs{
    margin-left: 0px!important;
     margin-right: 30px!important;
}

.loop-calendar-horizontal-event .img_box h4{
    font-size: 20px!important;
    color: #000000;
    text-align: right;
    letter-spacing: 0.2px!important;
    line-height: 36.81px!important;
}

  .hero-btn .container .btn {
display: inline-flex;
    padding-bottom: 1.2rem;
    align-items: center;
    justify-content: center;
  }

  body:not(.single-program) .hero_area
{
    height: calc(100vh - 74px)!important;
  }
  
.series-Contents  .session .wpstack-bg-image {
    min-height: 22vh;
    margin-top: 15px!important;
    width: 100%;
    margin-bottom: 0px!important;
}


.series-Contents  .session .bg_set {
    margin: 0px!important;
    background-repeat: no-repeat;
    background-position: top;
    padding: 0px!important;
}

.series-Contents .session .bg_set {
    margin: 0px!important;
    background-repeat: no-repeat;
    background-position: top;
    padding: 0px!important;
}


  .owl-nav {
    padding-top: 5px!important;
    padding-bottom: 5px!important;
}

  
 [lang="he-IL"] .ipo-breadcrumbs-wrapper.container {
    right: 15px;
  }
  
  
   [lang="en-US"] .ipo-breadcrumbs-wrapper.container {
   left: 15px!important;
  }


  .open-search {
    height: 30px;
    display: inline-flex!important;
    align-items: center;
  }
  
  .loop-program .img_box li .arrow {
    top: 9px!important;
  }
  .hamburger-menu {
    display: inline-flex!important;
    height: 30px;
    align-items: center;
    width: 30px;
    justify-content: center;
  }
  
  .ipo-breadcrumbs-div {
    top: 70px!important;
}
  
 .moreConcerts .owl-nav {
    display: none!important;
  }
  
  .loop-program{
      transition: none!important;
}

  header.current:before{
      content: '';
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    height: 75px;
    top: 0px;
    z-index: 2;
}
  .recommended-slider .owl-stage {
  display: flex;
}

  .recommended-slider .owl-nav {
    display: none!important;
  }


  .recommended:not(.recommended_div_child) {
    padding-left: 20px!important;
}

.recommended_div_child .recommended {
    padding-left: 0;
  padding-right: 0;
}

  
    .contact_info {
        font-size: 16px!important;
        color: rgba(255, 255, 255, 1)!important;
    }
  
  
  .loop-program * {
    opacity: 1!important;
        transform: translateZ(0);
  }
  
  #field_1_2 {
    position: absolute;
    bottom: 0px;
  }
  
   #gform_1 {
    padding-bottom: 40px!important;
}
    footer .container .row .col-6 {
        flex: none!important;
        width: auto!important;
        max-width: 60%!important;
    }
    footer .contact_info li {
        font-size: 14px !important;
    }
    .mail_widget {
        padding-top: 45px!important;
        padding-bottom: 45px!important;
    }
    .mail_widget>.row>div {
        padding-right: 0px!important;
        padding-left: 0px!important;
    }
    footer .container .row {
        margin: 0px!important;
    }
    .footer-email h3 {
        width: 100%!important;
    }
    footer h3 {
        font-size: 60px!important;
        color: rgba(255, 197, 197, 1);
        text-align: right;
        padding-bottom: 35px!important;
        letter-spacing: 3px!important;
        line-height: 1!important;
    }
    .footer-logo {
        width: 100%!important;
    }
    .contact_info {
        padding-top: 10px;
        padding-bottom: 45px;
    }
    body footer .container .row {
        justify-content: space-between!important;
    }
    footer .container>.col-12 {
        padding: 0px!important;
    }
    .footer-logo img {
        max-width: 100%!important;
    }
    footer .container .row .col-6 {
        padding-right: 5px!important;
        padding-left: 5px!important;
    }
    .hero_area .gradient-top,
    .hero_area .gradient-bottom {
        max-height: 30%!important;
        height: 30%;
    }
  
  
  .time_zone p.hide-pc  {
    font-family: 'Simpler'!important;
    font-weight: 600!important;
  }

    .gradient-top {
        background: linear-gradient(-180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%)!important;
    }
    .copyright {
        padding: 21px 0!important;
    }
    .time_zone h2 span {
        font-size: 60px;
        letter-spacing: 2.4px!important;
    }
    .contact_info {
        font-size: 16px!important;
        color: rgba(255, 255, 255, 1)!important;
    }
    .contact_info ul {
        padding: 0px!important;
    }
    ul.social_links {
        margin-bottom: 10px!important;
    }
    footer .container ul {
        padding-left: 0px!important;
    }
    footer .col-6 {
        flex: 0 0 50%!important;
        max-width: 50%!important;
    }
    .time_zone {
          margin-right: -25px;

    margin-left: -25px;
        padding: 0px 25px!important;
    }
    .time_zone h2 {
        font-size: 60px!important;
        color: rgba(0, 0, 0, 1);
        text-align: right;
        letter-spacing: 2.4px!important;
        line-height: 45.74px!important;
        margin-top: -12px;
        padding-left: 25px;
    }
  
  
.time_zone .loop-event  .btn {
    font-size: 21px!important;
    height: 53px!important;
  }

    .time_zone p {
        line-height: 1;
        font-family: 'Simpler'!important;
        font-size: 18px!important;
    }
    .info-prog-mobile {
        align-items: flex-start!important;
    }
 
    .info-prog-mobile {
        display: flex;
        align-items: flex-end;
    }
    .timeZone_area {
        width: 350px;
        background-color: #ffffff;
        box-shadow: 0 2px 24px 0 #0000003d;
        margin-right: auto;
        margin-left: auto;
        max-width: 90%;
        margin-top: -80px;
    }
    main,
    html {
        max-width: 100vw!important;
           }
    .links_area .col-12>.btn {
        margin-right: 5px!important;
        width: auto!important;
        margin-left: 5px!important;
        display: block!important;
        min-width: 0px!important;
        padding: 0px!important;
    }
    .calendar_area .title_box .date p {
        font-size: 18.04px!important;
        color: #000000;
        text-align: center;
        letter-spacing: 0.54px;
        line-height: 17.28px!important;
        font-weight: 300;
    }
    .links_area {
        display: flex;
        align-items: center;
        background: rgba(27, 20, 100, 1);
        min-height: 100vh;
        padding-top: 25px!important;
        height: auto!important;
        padding-bottom: 75px!important;
    }
    .upcoming_area .schedule {
        margin-top: 0px!important;
        margin-right: 0px!important;
    }
   [lang="he-IL"] #links_areaLottie {
        height: 315px!important;
        margin-left: auto!important;
        margin-right: 0px!important;
        width: 154px!important;
        max-width: 165px!important;
    }
    .links_area .col-12 {
        padding: 0px!important;
        margin-left: auto!important;
        margin-right: 0px!important;
    }
    .links_area .btn {
        display: inline-block!important;
        width: 100%!important;
        min-width: 0px!important;
        position: unset!important;
    }
    .meet_area {
        padding: 60px 0px!important;
    }
    .text-right.display-flex {
        justify-content: center!important;
    }
    .links_area .btn {
        font-size: 18px!important;
        color: #abe8bc;
        text-align: center;
        letter-spacing: 0.18px;
        line-height: 24px!important;
    }
    body.home .upcoming_area .img_box h4 {
        font-size: 24px!important;
        color: #000000!;
        text-align: right;
        line-height: 26px!important;
    }
    body:not(.home) .upcoming_area .img_box h4 {
        font-size: 20px!important;
    }
    .img_box h4 {
        height: auto!important;
    }
    .home .upcoming_area .owl-carousel .owl-stage {
     
        width: 8165px;
        display: block!important;
   
        max-width: 100%;
    }
    body:not(.home) .upcoming_area .img_box {
        margin-top: 25px!important;
    }
    #intor_lottie {
     top: 0px;
    right: 0px;
    }
    body.home .upcoming_area .owl-carousel.owl-drag .owl-item {
        margin-bottom: 25px!important;
        margin-left: 0px!important;
    }



    .hero_area video {
        bottom: 0px!important;
        width: 100%;
        height: 95vh!important;
    }
    body:not(.home) .upcoming_area .owl-carousel.owl-drag .owl-item {
        max-width: 210px;
    }
    body.home .upcoming_area>.container>.flex-center>.row {
        margin-left: 0px!important;
        margin-right: 0px!important;
    }
    .pb-75 {
        padding-bottom: 45px!important;
    }
    #links_areaLottie {
        margin-bottom: 45px;
        margin-top: 45px;
    }
    .upcoming_area .schedule {
        font-size: 20px!important;
        line-height: 26.8px!important;
    }
    .img_box li span {
        width: auto!important;
    }
    .img_box li span {
        width: 36px;
        font-size: 16px!important;
    }
    .img_box li .date {
        font-size: 17px!important;
        letter-spacing: 0.34px!important;
    }
    .title.style-1 h3 {
        font-size: 20px;
        color: #000000;
        text-align: right;
        letter-spacing: 0.4px;
        line-height: 22px;
        padding-right: 0px;
    }
    .upcoming-slider {
        max-width: 100%;
    }
  .video_area .play-youtube {
    left: 0!important;
    right: 0!important;
    transform: none!important;
    width: 100%;
  }
    #videoLottie {
        position: absolute;
           bottom: auto;
    right: 25px;
    width: 290px!important;
    height: 220px!important;
    }
    .video_area {
        padding: 0px!important;
    }
    .calendar-slider .loop-calendar-horizontal-event {
        flex-basis: 100%!important;
    }
    .title.style-1.pb-75 {
        padding-bottom: 25px!important;
    }
    .pt-75 {
        padding-top: 44px!important;
    }
  body:not(.page-template-template-home)  h2.lette-sapce-10 {
    font-size: 50px!important;
    color: #000000;
line-height: 1.2;
    margin-right: 0px!important;
    margin-left: 0px!important;
    letter-spacing: 3px!important;
    }
  
  
    body:not(.page-template-template-home)  .title h1 {
  font-size: 50px!important;
line-height: 1.2;
  }
  
  h1.title-pages {
    line-height: 1.2;
  }

 [lang="he-IL"] body.page-template-template-home  h2.lette-sapce-10 {
    font-size: 65px!important;
    color: #000000;
    margin-right: 0px!important;
    margin-left: 0px!important;
    letter-spacing: 7.8px!important;
    }

[lang="en-US"] body.page-template-template-home  h2.lette-sapce-10 {
    font-size: 59px!important;
    color: #000000;
    margin-right: 0px!important;
    margin-left: 0px!important;
    letter-spacing: 4px!important;
    }
  
.anchor {
    transform: translatey(-100px)!important;
}
 body.home .upcoming_area {
   
  }
  
   [lang="he-IL"] body.home .upcoming_area .title.style-1 {
    position: relative;
  width: 300px!important;
    height: 120px!important;
  }
  
  [lang="en-US"]   body.home .upcoming_area .title.style-1 {
    position: relative;
    width: 325px;
    height: 125px;
  }
  
  body.home .upcoming_area .sub-title-simpler {
    position: absolute;
    bottom: 0px;
    width: 40px;
    top: auto!important;
    right: 150px;
}

    span.hall {
        margin-top: 0px!important;
    }
    .d-flex:not(.time_zone_flex) {
        flex-flow: nowrap!important;
    }
    .location_box {
        padding-top: 25px;
        margin-top: 10px;
        min-width: 100%;
        display: block;
        padding-bottom: 25px;
        margin-bottom: 25px;
        border-top: 1px solid rgba(0, 0, 0, 0.06);
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    }
    .time-horizontal {
        margin: 0px!important;
        max-width: 100%;
        border-bottom: none!important;
    }
    .time_zone .btn {
        margin-top: 25px;
    }
    .location_box p {
        flex-flow: column;
        display: block!important;
    }
    .city_time {
        display: block;
        margin-top: 6px;
    }
    .time_zone_flex {
        flex-flow: wrap;
    }
    .trigger img {
        max-width: 8px!important;
    }
    .upcoming_area .title.style-1 {
        display: block!important;
    }
    .calendar_area .title_box .date {
        align-items: center!important;
    }
    .d-flex {
        justify-content: space-around;
    }
    .video_area div:not(.text):not(.overlay-background) {
        position: unset!important;
    }
    .video_area .text {
        position: absolute;
        bottom: auto;
        top: 25px!important;
        right: 0;
    }
    header:not(.sticky) .mobile-search-toggle {
        filter: brightness(0) invert(1);
    }
   body:not(.no_menu_overlay_mobile) header:not(.sticky) .logo img {
        filter: brightness(0) invert(1);
    }
    .header-title {
        font-size: 85px!important;
        letter-spacing: 3px!important;
        line-height: 1!important;
    }
    .video_area .overlay-background {
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    }
    .meet_area .owl-nav button {
        width: 85px!important;
    }
    .meet_area .owl-nav {
        max-width: 100%!important;
        margin-bottom: 0!important;
        position: relative;
        margin-left: auto;
        margin-top: -30px!important;
        margin-right: auto;
    }
    footer {
        padding: 0px!important;
    }
    .container {
        width: 100%;
        padding-left: 25px!important;
        padding-right: 25px!important;
    }
    footer .contact_info ul {
        padding: 0px!important;
    }
    footer .info_widget {
        display: none!important;
    }
    .footer-logo img {
        width: 100%!important;
    }
    .title.style-1 h3 br {
        display: none!important;
    }
    .col-max-width-250 {
        width: 100%;
        min-width: auto;
    }
    .div-infoconcert {
        width: 100%!important;
        min-width: auto!important;
    }
    .time_zone .icon_box .icon {
        float: none;
        display: flex;
        min-height: 0;
        margin-left: 0.8rem;
    }
    .icon img {
        height: 15px;
        min-width: 16px;
        object-fit: contain;
    }
    .space-between .text-left {
        width: 100%!important;
    }
    .time_zone .icon_box {
        display: flex;
        align-items: center!important;
        justify-content: center;
        max-width: 50%!important;
        width: auto!important;
    }
    .div-infoconcert {
        min-width: 100%!important;
    }
    .time_zone .icon_box p {
        display: inline-flex!important;
        min-height: auto!important;
        font-size: 16px!important;
        float: none!important;
        line-height: 1;
    }
    .col-max-width-250 .row {
        justify-content: right!important;
    }
}

.white-text {
    position: relative;
    z-index: 2;
    color: #fff!important;
}

.hero_area-content h1 {
     color: #fff;
}

.hero_area-content  .content {
      z-index: 2;
    position: relative;
}

.left-header {
    position: relative;
}
@media (min-width: 1500px){
[lang="en-US"]  .calltous {
	display: none!important;
}

}
@media (min-width: 950px) and (max-width: 1100px) {
header .cta-menu {
    display: none!important;
}


}

@media (min-width: 950px) and (max-width: 1400px) {
#menu-cta-menu-english {
  display: none!important;
}
}

.time_zone p.hoverflow:hover {
    z-index: 9;
}

@media (max-width: 1400px) and (min-width: 1200px){
.col-max-width-250 {
 zoom: 85%;
    width: auto!important;
}
}

@media (max-width: 1270px){
.loop-event .text-left strong{
    min-width: 150px;
    margin-top: 5px;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
}
}

@media (min-width: 950px) {
  
  header>.container {
position: relative;
     z-index: 2;
}

  .time_zone p.hoverflow {
     max-height: 32px;
  }

  header .logo-lottie {
       position: absolute;
  }
  
 .hide-pc {
        display: none!important;
    }
 
  header .logo img {
    min-width: 52px;
}
	[lang="en-US"] .footer-logo {
    padding-right: 25px;
	}
	[lang="he-IL"] .footer-logo {
    padding-left: 25px;
	}

	[lang="he-IL"] .footer-logo {
    padding-left: 25px;
	}

    min-height: 230px;
		height: 230px;
    width: 390px;
	}
}


@media (max-width: 768px) {
  .upcoming_area .owl-prev {
      position: absolute;
      right: 0px;
  top: auto!important;
bottom: 0px!important;
    height: 0px;
}

  
 .upcoming_area  .owl-stage-outer {
        overflow: visible;
  }
.recommended-slider .owl-nav {
    width: calc(100% - 25px);
  }

.upcoming_area  .owl-next{
      position: absolute;
      left: 0px;
  top: auto!important;
bottom: 0px!important;
    height: 0px;
}


.recommended-section  .owl-prev {
      position: absolute;
      right: 0px;
  top: auto!important;
bottom: 0px;
    height: 0;
}


.recommended-section  .owl-next{
      position: absolute;
      left: 0px;
  top: auto!important;
bottom: 0px;
    height: 0;
}

  
}

@media (min-width: 768px) {
.moreConcerts.container {
      overflow: visible;
}


.recommended-section  .owl-prev {
      position: absolute;
      right: -45px;
  top: 0px!important;
    height: 215px;
}


.recommended-section  .owl-next{
      position: absolute;
      left: -45px;
  top: 0px!important;
    height: 215px;
}

.upcoming_area .owl-prev {
      position: absolute;
      right: -45px;
  top: 0px!important;
    height: 145px;
}

.upcoming_area  .owl-next{
      position: absolute;
      left: -45px;
  top: 0px!important;
    height: 145px;
}

.loop-program .program-label {
  
  }
  
}

@media (min-width: 500px) and (max-width: 991px){
.mobile-menu ul.sub-menu.layout-layout_2 > .container li > .sub-menu, .mobile-menu ul.sub-menu.layout-layout_1 > .container li > .sub-menu {
    display: block !important;
}

.timeZone_area {
    width: 100%!important;
  }

.container {
    max-width: 100%!important;
}
}

@media (max-width: 991px){
header.sticky.current:not(.dark):before {
    box-shadow: rgba(0, 0, 0, 0.06) 0px 12px 14px 0px!important;
}

}
@media (min-width: 768px) and (max-width: 991px){
.info-prog-mobile{
  display: flex;
    align-items: center;
  }



body .mobile-menu .wpstack-image img {
    display: none!important;
  }

header .container {
    max-width: 100%!important;
}

.hamburger-menu {
    height: 30px;
    width: 30px;
}

body.overflow-hidden .hamburger-menu {
    margin-top: 10px;
}
body.overflow-hidden .hamburger-menu {
    margin-right: 15px;
}

  header.current:before{
      content: '';
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    height: 75px;
    top: 0px;
    z-index: 2;
}
  
  .container {
    max-width: 100%!important;
}
  footer .mail_widget {
    border-top: none!important;
    padding-top: 0px!important;
}
  
  .contact_info {
    display: none!important;
  }
  
  .wpstack-image img {
    display: none!important;
}
 .info-prog-mobile>.hide-pc {
    margin-right: 15px;
  }
  
  .wpml-ls-legacy-list-horizontal {
    display: none!important;
  }
}

[lang="he-IL"] header a.side-logo {
opacity: 0;
display: none;
    right: calc( 100% - 70px )!important;
    transform: translateX(0)!important;
}

[lang="he-IL"] header a.side-logo {
opacity: 0;
display: none;
    right: calc( 100% - 70px )!important;
    transform: translateX(0)!important;
}

header a.side-logo {
opacity: 0;
    right: auto!important;
left: 0!important;
    transform: translateX(0)!important;
}

header.current a.side-logo {
  opacity: 1;
display: block!important;
}
.mobile-search-toggle  .close-search {
WIDTH: 30PX;
}

.mobile-search-toggle.open .open-search {
    display: none!IMPORTANT;
}
.mobile-menu {
display: none;
      transform: translateX(0)!important;
opacity: 0;
}

header.current .mobile-menu {
   opacity: 1;
display: block!important;
}

@media (min-width: 768px) {
  
 .time_zone p.hoverflow {
    cursor: pointer;
}
  
  .time_zone p.hoverflow {
    position: relative;
  }

   p.hoverflow:hover:after {
     display: none!important;
  }
  
  p.hoverflow:after {
     display: inline-block;
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 13px;
    width: 13px;
    background-image: url(/wp-content/uploads/2023/03/icons_time_copy_2-2x.png);
    object-fit: contain;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: contain;
  }
 
  .time_zone p.hoverflow:hover {
    -webkit-line-clamp: 90;
    position: absolute;
    background: #fff;
    max-width: 250px;
    box-shadow: 0 12px 53px 0 rgba(0, 0, 0, 0.19);
    padding: 15px;
}

 .body .mobile-header .wpml-ls, .mobile-search-toggle {
    display: none!important;
  }
}
@media (max-width: 950px) {
.hide-mobile {
		display: none!important;
	}
}
	
@media (min-width: 768px) {
  
  .serie-template-default .session .bg_set {
    height: 233px;
    width: 390px;
}
  
   
    .playlist_subtitle {
        display: flex;
        justify-content: center;
        align-items: center;
    }
  .time_zone h2 {
    margin-top: -5px;
  }
}

@media (max-width: 1550px) and (min-width: 768px) {

.footer-logo  {
  display: none;
  }
  
    h2.lette-sapce-10 {
        font-size: 70px!important;
        color: #000000;
        text-align: right;
        letter-spacing: 8.4px!important;
        line-height: 79px!important;
    }
    .upcoming_area .schedule {
        font-size: 22px!important;
        color: #000000!important;
        text-align: right!important;
        line-height: 40px!important;
    }
    .sub-title-simpler {
        padding-right: 22px;
            font-size: 21px!important;
        color: #000000;
        text-align: right;
        letter-spacing: 0.42px!important;
        line-height: 26px!important;
    }
}

.video-section button.disabled {
    opacity: 0!important;
    transition: all 0.5s;
}

.video-section .owl-nav {
    justify-content: space-between;
    display: flex;
    margin-top: 25px;
}

.video-section button {
    background: transparent!important;
    transition: all 0.5s;
}

.read-more {
    display: flex!important;
    font-size: 18px;
    align-items: center;
    color: #000000;
    text-align: right;
    line-height: 28px;
    text-decoration: none!important;
    font-weight: 900;
}

.read-more img {
    max-width: 10px;
    margin-right: 5px;
}

.gform_wrapper.gravity-theme .gform_footer input {
    margin-top: 5px!important;
}

.gfield p {
    font-size: 15px;
    color: rgba(255, 255, 255, 1);
    text-align: right;
    letter-spacing: 0px;
    line-height: 1.2;
}

.gform_wrapper .gfield_error [aria-invalid="true"] {
    border-bottom: 1px solid #c02b0a;
    border-top: none!important;
    border-right: none!important;
    border-left: none!important;
}

.max-1440>.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0px!important;
    margin-right: 0px!important;
}

.series-Contents {
    padding-top: 50px;
    padding-bottom: 50px;
}

header.sticky .probox * {
    -webkit-text-fill-color: #000;
}

.video-section button.owl-next {
    position: absolute;
    left: -50px;
    top: 0;
    height: 200px;
}

.video-section button.owl-prev {
    position: absolute;
    right: -50px;
       top: 0;
    height: 200px;
}


.moreConcerts  button.owl-next {
    position: absolute;
    left: -50px;
    top: 0;
    height: 200px;
}

.moreConcerts button.owl-prev {
    position: absolute;
    right: -50px;
       top: 0;
    height: 200px;
}


.hero_page-section {
    position: relative;
}

@media (max-width: 1010px) and (min-width: 768px) {
    .col-max-width-250 {
        width: calc(100% - 250px);
        min-width: 0px!important;
    }
 .time-horizontal .row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.space-between .text-left {
    margin-right: 0;
    margin-left: 0;
}
}

.gform_wrapper.gravity-theme input[type="text"],
.gform_wrapper.gravity-theme input[type="password"],
.gform_wrapper.gravity-theme input[type="email"],
.gform_wrapper.gravity-theme input[type="url"],
.gform_wrapper.gravity-theme input[type="date"],
.gform_wrapper.gravity-theme input[type="month"],
.gform_wrapper.gravity-theme input[type="time"],
.gform_wrapper.gravity-theme input[type="datetime"],
.gform_wrapper.gravity-theme input[type="datetime-local"],
.gform_wrapper.gravity-theme input[type="week"],
.gform_wrapper.gravity-theme input[type="number"],
.gform_wrapper.gravity-theme input[type="search"],
.gform_wrapper.gravity-theme input[type="tel"],
.gform_wrapper.gravity-theme input[type="color"],
.gform_wrapper.gravity-theme textarea,
.gform_wrapper.gravity-theme select {
    border-right: none!important;
    border-top: none!important;
    border-left: none!important;
}

.orch_team:hover .bg_set {
    transform: scale(1.05);
    transition: 0.4s;
}

.orch_team {
    overflow: hidden;
    position: relative!important;
}

.white-intro #menu-main-menu>li>a {
    -webkit-text-fill-color: #000!important;
}


.white-intro .hero_area p {
  color: #000!important;
}

.white-intro .logo-lottie  {
        filter: brightness(1) invert(0)!important;
}
.white-intro .lang .wpml-ls-last-item {
      border-right: 1px solid #000!important;
}

.white-intro .lang a {
    -webkit-text-fill-color: #000!important;
}

.white-intro .calltous {
    -webkit-text-fill-color: #000!important;
}


.white-intro .header-title {
    color: #000!important;
}

.white-intro .gradient-top {
    position: absolute;
    left: 0px;
    right: 0;
    top: 0;
    height: 30vh;
    background: linear-gradient(-180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%)!important;
}

.white-intro header .logo div:nth-child(1) img, .white-intro  .promagnifier {
    filter: brightness(1) invert(1)!important;
}

.white-intro .ipo-breadcrumbs-div * {
  color: #000!important;
}

.white-intro header:not(.sticky) #menu-cta-menu a{
    filter: brightness(1) invert(1);
}


.white-intro header:not(.sticky) #menu-cta-menu a:hover{
    filter: none!important;
}

.white-intro .gradient-bottom {
    background: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%)!important;
}


.recommended-slider .recommended :hover img {
    scale: 1.1;
    transition: all 0.5s;
}

.recommended-slider img {
    transition: all 0.5s;
}

.recommended .thumb {
        overflow: hidden;
}


.video:hover .thumb img {
    scale: 1.1;
    transition: all 0.5s;
}

.video .thumb img{
    transition: all 0.5s;
}


.desktop-menu .menu > li > ul.sub-menu > .container li a {
    white-space: nowrap;
}


.session .wpstack-bg-image {
    width: 390px;
    overflow: hidden;
}

.session:hover .wpstack-bg-image .bg_set {
    scale: 1.05;
}


 header:not(.sticky) ul#menu-cta-menu-english a:hover ,
 header:not(.sticky) ul#menu-cta-menu a:hover {
background: rgba(249, 195, 196, 1) !important;
    border-color: transparent !important;
    color: rgba(27, 20, 100, 1) !important;
}

.time_zone p {
     overflow: hidden !important;
    display: block;
       -webkit-box-orient: vertical;
}


.hamburger-menu span {
    background: #fff;
    width: 28px;
    height: 2px;
    display: block;
    margin: 4px 0;
}

.mobile-search-toggle.open .open-search{
    display: none;
}

.close-search{
 margin-left: -7px;
    margin-top: -7px;
    width: 40px;
}

.mobile-search-toggle:not(.open) .close-search{
    display: none;
}

.gform_wrapper [aria-invalid="true"] + label, .gform_wrapper label + [aria-invalid="true"], .gform_wrapper .gfield_error legend, .gform_wrapper .gfield_error label, .gform_wrapper .gfield_error .gfield_repeater_cell label, .gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
    color: #f9c3c4!important;
}

@media (max-width: 1280px) and (min-width: 768px) {
  
 .calltous {
   display: none!important;
}
  
[lang="en-US"] .mail_widget .align-items-end {
 border-right: none!important; 
    border-left: 1px solid rgba(255, 255, 255, .5);
}

 .loop-event .col-max-width-250 {
    min-width: 0px!important;
}
  
  .loop-event .div-infoconcert {
    display: none;
  }

  .mail_widget .row.align-items-end {
        display: inline-block!important;
    
  }
   .mail_widget .border-right-footer {
    width: 100%!important;
    min-width: 100%!important;
}
  
  .border-right-footer:before {
    display: none!important;
  }
  
   .footer-email h3{
    font-size: 80px!important;
    color: #ffc5c5;
    text-align: right;
    letter-spacing: 4.8px!important;
    line-height: 1;
    margin-bottom: 25px!important;
}
}


.calendar_area .numCount li[data-events=""]:not(.active) {
    opacity: 0.4!important;
}

.left-header {width: 100%;
 justify-content: inherit;
 max-width: 430px;}


[lang="en-US"] .faq_div .plus {
    LEFT: auto!important;
    right: 15px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


[lang="en-US"] .border-right-footer:before {
    left: -30px; right: auto!important;}

html[lang="en-US"] .info_widget h5, [lang="en-US"] .info_widget p, [lang="en-US"] .gfield p, [lang="en-US"] *::placeholder  {
    text-align: left!important; 
}


html[lang="en-US"] .hide-en {
  display: none!important;
}

.logo div:first-child {
    display: none!important;
}

header.sticky .logo-lottie  {
    display: none!important;
}


.logo-lottie {   margin-right: auto;}
.session .wpstack-bg-image {   max-width: 100%!important;}


#ajaxsearchprores1_1 .results .item .asp_content h3 a, #ajaxsearchprores1_2 .results .item .asp_content h3 a, div.asp_r.asp_r_1 .results .item .asp_content h3 a {
    margin: 0;
    font-family: 'Simpler'!important;
    color: #000!important;
}


#ajaxsearchprores1_1 .results .item div.asp_content, #ajaxsearchprores1_2 .results .item div.asp_content, div.asp_r.asp_r_1 .results .item div.asp_content {
    font-family: 'Simpler'!important;
    line-height: 1.3!important;
}


.search-open #preloader {
    display: block;
    z-index: 2;
    background: #000;
    opacity: 0.8;
}

body.search-open{ overflow: hidden!important;}


.calendar_area .splide__arrow:disabled { opacity: 1!important; }

.loop-event:last-child {border-bottom: none!important;}

.time_zone .time-horizontal:last-child {border-bottom: none!important;}

.timeZone_area[data-items-count="2"] .time_zone > .row{
      border-bottom: 1px solid rgba(170, 170, 170, 0.5)!important;
}

.single-program  .timeZone_area:not([data-items-count="2"]) .time_zone > .row:nth-last-child(-n + 1){border-bottom: 0px solid!important;}

.calendar-row .splide__track .loop-calendar-day-horizontal label, .calendar-row .splide__track .loop-calendar-day-horizontal, .calendar-row .splide__track {
    cursor: pointer!important;
}

.video .thumb {overflow: hidden!important;}






a.playlist{display: none!important;}
  


[lang="en-US"] .recommended-slider .owl-next {
      position: absolute;
      right: -45px;
  left: auto!important;
  top: 0px!important;
    height: 145px;
}


[lang="en-US"] .recommended-slider  .owl-prev {
      position: absolute;
   left: -45px!important;
  right: auto!important;
    height: 145px;
}



.upcoming-slider {
  margin-bottom: 0px!important;
}


heaer.sticky .lang .wpml-ls-last-item {
    border-right: 1px solid #000!important;
}

.links_area .col-12 {
    max-width: 500px;
}



.calendar_area.loaded .numCount li:hover label {
      opacity: 1;
    background: black;
    transition: all 0.5s;
    color: white!important;
}

.calendar_area.loaded .numCount li:hover label * {
        transition: all 0.5s;
    color: white!important;
}


.calendar_area.loaded .numCount li label {

    transition: all 0.5s;
  
}

.calendar_area.loaded .numCount li label * {
        transition: all 0.5s;
}

[lang="en-US"] .page-template-Lobby-series-subscriptions .subscribe-content .title, [lang="en-US"] .subscribe-content .sb-text {
}

[lang="en-US"] .ipo-breadcrumbs-wrapper.container {
   text-align: left!important;

}
.ipo-breadcrumbs-wrapper.container {
      text-align: right;
    
}

.ipo-breadcrumbs-wrapper.container .ipo-breadcrumbs{
    margin-right: 10px;
}
.ipo-breadcrumbs-div{
    position: absolute;
    left: 0px;
    right: 0px;
      z-index: 9;
    top: 100px;
}


[lang="en-US"]  .ipo-breadcrumbs-wrapper.container .ipo-breadcrumbs{
    margin-left: 0px;
     margin-right: auto!important;
}



.plan_area li h4 {  white-space: nowrap; }


.recommended-slider .owl-stage-outer {
  display: flex;
}


.recommended-slider .owl-stage {
    display: flex;
}
.recommended-slider .owl-nav button {
    border: none!important;
}


.owl-carousel .owl-stage {
    display: flex;
}


.video .thumb img {
    object-fit: cover;
}


.video_area .overlay-background {
	display: none!important;
}

.hero_area-content .content {
    padding-bottom: 25px;
}


#videoLottie {
filter: brightness(0) invert(1);
}


.time_zone p.hoverflow:hover {
       max-height: 100%!important;
}

@media (min-width: 1200px){
.loop-artist-team{
    flex-basis: calc( 100% / 5 - 60px ) !important;
    max-width: calc( 100% / 5 - 60px ) !important;
}
}


@media (min-width: 768px) and (max-width: 1200px){
.loop-artist-team{
    flex-basis: calc( 100% / 3 - 60px ) !important;
    max-width: calc( 100% / 3 - 60px ) !important;
}
}



@media (max-width: 1000px) {
    .logo-lottie {
        display: none!important;
    }
}
    
@media (min-width: 1000px) {
header .logo-lottie {
  
    transition: all 0.3s ease;
    position: absolute;
}
 [lang="he-IL"] header .logo-lottie {
 
      left: 0px;
}

header.sticky .logo-lottie {
       width: 56px!important;
    top: -30px!important;
  left: 15px;
    display: block!important;
    webkit-filter: none!important;
    filter: none!important;
    height: 200px!important;
}

header .logo img {
    display: none!important;
}
}


.owl-nav.disabled {
  opacity: 0!important;
}


.donor-cta {
    font-size: 12px;
    border: 1px solid #fff;
    padding: 3px 15px;
    border-radius: 50px;
}

.program-template-default .donor-cta {
  display: none!important;
}


.calendar-full .loop-day.has-events label:after {
    background: rgba(0, 0, 0, 0.3)!important;
}

.about_area {
  margin-top: 50px;
}


@media (max-width: 1270px){
.loop-event .text-left strong{
    min-width: 150px;
    margin-top: 5px;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
}
}



.calendar-events-body .draft {
      opacity: 0.2!important;
}