/*
Theme Name: NGS Child Theme
Theme URI: https: //vinova.sg
Description: 
Author: Vinova
Author URI: https://vinova.sg
Template: ngs
Version: 0.1
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;800&display=swap');

:root {
    --head-color: #2699FB;
    --main-color: #FF00B1;
    --foot-color: #2699FB;
}

.relative {
    position: relative;
}

a {
    /* color: var(--main-color); */
    color: #141414;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    /* color: #FF00B1; */
    color: #141414;
}

input:focus {
    outline: none;
}

.overflow-x {
    overflow: hidden;
}

.transition {
    transition: all .3s linear;
}

.transition:hover {
    transition: all .3s linear;
}

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

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

.header {
    /* background-color: #3F2B96; */
    /* background: transparent linear-gradient(86deg, #E22300 0%, #FD2037 39%, #CF1DC8 100%) 0% 0% no-repeat padding-box; */
    position: relative;
    z-index: 16;
    border-bottom: 1px solid #95989A;
    background: #0338F0;
}

.menu a {
    color: #fff;
    font-size: 16px;
    position: relative;
}

.days-select>.item span:hover {
    color: #FF00B1;
}

#primary-menu a {
    padding-bottom: 3px;
}

#primary-menu>li>a {
    text-transform: uppercase;
    font-weight: bold;
    padding: 4px 12px;
    transition: all .2s linear;
}

.menu>li:hover>a,
.menu>.current-menu-parent>a,
.menu>.current-menu-item>a {
    background-color: #fff;
    border-radius: 0px;
    /* color: var(--main-color); */
    color: #0338F0;
}

.menu li:hover>a {
    /* color: #FF00B1; */
    color: #0338F0;
}

.menu>li {
    display: inline-block;
    padding: 34px 5px;
}

#primary-menu.menu>li.menu-item-has-children>a,
#menu-primary-menu>li.menu-item-has-children>a {
    padding-right: 28px;
}

.menu>li.menu-item-has-children>a {
    cursor: pointer;
    color: white;
}

.menu>li.menu-item-has-children:hover>a {
    /* color: #FF00B1 */
    color: #0338F0;
}

.menu>li.menu-item-has-children.current-menu-parent>a {
    color: #0338F0;
}

.menu-item-has-children .sub-menu li {
    list-style: none;
}

#primary-menu {
    margin-bottom: 0;
}

#primary-menu .menu-item-has-children .sub-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    text-align: left;
    top: 70%;
    padding: 15px 10px 15px 21px;
    width: 280px;
    z-index: 1;
    border-radius: 0px;
}

.menu .sub-menu a {
    color: #0338F0;
}

.menu .sub-menu li:hover>a {
    color: #F24B6F;
}

#primary-menu li.menu-item-has-children:hover .sub-menu,
#primary-menu li.menu-item-has-children.open .sub-menu {
    opacity: 1;
    visibility: visible;
}

.menu-item-has-children .sub-menu li:not(:last-child) {
    margin-bottom: 9px;
}

.menu .sub-menu li.arrow>a {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: start;
    font-weight: bold;
    color: white;
}

.menu .sub-menu li.arrow span {
    padding-right: 5px;
}

.menu .sub-menu li.arrow span img {
    height: 15px;
    width: 16px;
}

.search-action {
    cursor: pointer;
}

.line-up-icon {
    position: absolute;
    display: block;
    width: 2px;
    height: 32px;
    background-color: white;
    top: 50%;
    transform: translateY(-50%);
}

.search-action img {
    margin-left: 20px;
}

.search-action.open .close-s {
    display: block;
}

.search-action .close-s {
    filter: invert(1);
    top: 6px;
    position: relative;
}

.search-action.open .s-ico,
.search-action .close-s {
    display: none;
}

.search-frm-container {
    transform: translateY(-100%);
    visibility: hidden;
    opacity: 0;
    font-size: 0;
    background-color: rgba(255, 255, 255, .8);
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
}

.search-frm-container.open {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    font-size: unset;
}

#search-frm input[type="search"] {
    width: calc(100% - 145px);
    border: 0;
    background-color: transparent;
    color: #141414;
    padding: 21px 110px 21px 55px;
    font-weight: 700;
    text-transform: uppercase;
}

#search-frm #searchsubmit {
    position: absolute;
    right: 0;
    background-color: #141414;
    border: 0;
    color: white;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 900;
    padding: 7px 20px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: inset 0px 3px 6px #FFFFFF1A, -5px -5px 15px #FFFFFF39;
}

#search-frm #searchsubmit:hover {
    background: #ffffff;
    color: #141414;
}

#search-frm ::placeholder,
#search-frm ::-webkit-input-placeholder {
    color: #141414;
}

.black-color {
    color: #141414;
}

body {
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    color: #141414;
}

body .container {
    max-width: 1400px;
}

body header .container {
    max-width: 1500px;
}

.size-16 {
    font-size: 16px;
}

.size-14 {
    font-size: 14px;
}

.white-child * {
    color: white;
}

h1.ltn2025-pageTitle,
h2.ltn2025-pageTitle,
.ltn2025-pageTitle h2,
.ltn2025-pageTitle .h2 {
    color: #6400B9;
}

.main-background {
    background-color: var(--main-color)
}

.main-color {
    color: var(--main-color)
}

.touch ul li:not(:first-child) a {
    background-color: white;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.touch ul li:not(:first-child) img {
    width: 15px;
}

.touch ul {
    display: flex;
    align-items: center;
}

.touch ul .list-inline-item:not(:last-child) {
    margin-right: 24px;
}

.touch li:hover svg path {
    fill: #141414;
}

.touch li a {
    box-shadow: inset 3px 3px 3px #ffffff29, 3px 3px 3px #00000033;
}

.support .item p {
    margin-bottom: 10px;
}

a.white-btn {
    background-color: white;
    height: 45px;
    width: 142px;
    display: flex;
    border-radius: 0px;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    padding: 0 5px;
    transition: all .2s linear;
}

a.white-btn:hover {
    box-shadow: inset 3px 3px 2px #00000052;
}

a.white-btn:hover * {
    color: #473ED0;
    background: unset;
    -webkit-text-fill-color: unset;
    font-weight: 700;
}

footer a.white-btn {
    box-shadow: 3px 3px 5px #00000048;
}

.white-bg {
    background-color: white;
}

.medium {
    font-weight: 500;
}

.bg-ab {
    position: absolute;
    background-position: center;
    background-size: cover;
    left: 0;
    width: 100%;
    height: 100%;
    top: -1px;
    z-index: -1;
    background-repeat: no-repeat;
}

.bg-ab-contain {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: center;
}

.single-programmes .bg-ab-contain {
    height: 200%;
}

.white-child-color * {
    color: white;
}

.white-color {
    color: white;
}

.h2 {
    font-size: 40px;
    line-height: 1.35;
}

.btn-main {
    background: transparent linear-gradient(270deg, #7D00E3 0%, #000898 100%) 0% 0% no-repeat padding-box;
    box-shadow: 5px 5px 5px #0000002e;
    border-radius: 0px;
    color: white;
    padding: 11px 21px;
    font-size: 14px;
    font-weight: 900;
    border: 1px solid #FFFFFF;
    background: #fff;
    color: #473Ed0;
}

.btn-main:hover {
    background: transparent linear-gradient(90deg, #F7F5F5 0%, #EFEFEF 100%) 0% 0% no-repeat padding-box;
    color: #141414;
    box-shadow: inset 3px 3px 3px #00000029, 1px 1px 2px #ffffff58;
}

.home .banner {
    padding: 77px 0 110px;
}

#carouselHome {
    padding-left: 60px;
    padding-right: 60px;
}

#carouselHome .item {
    display: flex;
    align-items: center;
    padding-left: 20px;
    background: transparent linear-gradient(135deg, #0338F0 20%, #9600AD 60%, #9600AD 100%) 0% 0% no-repeat padding-box;

}

#carouselHome .item>div {
    flex: 2;
    width: 50%;
}

#carouselHome .item>.info {
    padding-right: 15px;
}

#carouselHome .item .thumb {
    border-radius: 0px;
    background-position: center;
    background-size: cover;
}

#carouselHome .carousel-indicators {
    justify-content: start;
    width: 100%;
    right: unset;
    left: 0;
    align-items: start;
    margin-left: 80px;
    bottom: unset;
    top: 12%;
}

#carouselHome .carousel-indicators button {
    height: 4px;
    margin-right: 6px;
    transition: all .2s linear;
}

#carouselHome .carousel-indicators button.active {
    width: 54px;
}

#carouselHome .carousel-control {
    width: auto;
    top: 65%;
    transform: translateY(-73%);
}

#carouselHome .item .h2 {
    max-width: 537px;
    width: 100%;
    font-weight: 900;
}

.w-eb {
    font-weight: 900;
}

.size-30 {
    font-size: 30px;
    line-height: 1.4;
}

.size-26 {
    font-size: 26px;
}

.title-s {
    color: #141414 !important;
}

.title-s.section-title {
    color: #0338F0 !important;
}

.red-color {
    color: #E80438;
}

.list-four>.row {
    margin-left: -12px;
    margin-right: -12px;
}

.list-four>.row>div {
    padding-left: 12px;
    padding-right: 12px;
}

.list-four .thumb {
    box-shadow: 6px 6px 15px #1414142e;
}

.list-four .thumb>p {
    position: absolute;
    bottom: 10px;
    left: 10px;
    border-radius: 0px;
    background-color: white;
    padding: 3px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-template-template-programmes .list-four .thumb>p {
    height: 23%;
    bottom: 0px;
    left: 0px;
}

.list-four .read-more {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: #1C2439B7 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 3px 6px #ffffff1a, -5px -5px 15px #ffffff39;
    border: 4px solid #F24B6F;
    visibility: hidden;
    opacity: 0;
}

.list-four .item {
    padding-left: 15px;
    padding-right: 15px;
}

.list-four .item .thumb:hover .read-more,
.list-four .item .thumb:focus .read-more {
    visibility: visible;
    opacity: 1;
}

.list-four .read-more .a,
.list-four .read-more a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    height: 100%;
}

.list-four .read-more .a img,
.list-four .read-more a img {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

.list-four .read-more .a>div:hover img,
.list-four .read-more a>div:hover img {
    left: 100%;
    transform: translateX(-100%);
}

.home .list-four .read-more .a img,
.page-template-template-artists-and-presenters .list-four .read-more .a img {
    left: 0;
    transform: unset;
}

.home .list-four .read-more .a>div:hover img,
.page-template-template-artists-and-presenters .list-four .read-more .a>div:hover img {
    left: 50%;
    transform: translateX(-50%);
}

.list-four .read-more p {
    margin-bottom: 8px;
}

.list-four .read-more img {
    filter: invert(10);
    transition: all .3s linear;
}

.list-four .item:hover .title {
    text-decoration: underline;
}

.mt-am {
    margin-top: -55px;
}

a.red-color:hover {
    color: #141414 !important;
}

a.red-color svg {
    transition: all .2s linear;
    position: relative;
    left: 0;
}

a.red-color:hover svg {
    left: 10px;
}

a.red-color:hover svg path {
    fill: #141414;
}

.text-gradient span {
    /*     background: transparent linear-gradient(76deg, #FF00FB 0%, #FF0051 100%) 0% 0% no-repeat padding-box; */
    background: #0338F0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}

.banner .bg-right {
    width: 354px;
    height: 207px;
    left: unset;
    right: -60px;
    top: 20px;
}

.banner .bg-left {
    width: 297px;
    height: 223px;
    top: unset;
    bottom: 0;
    left: unset;
    right: 94%;
}

.bg-line .bg-ab {
    width: 340px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    left: unset;
    right: -80px;
    top: -40px;
}

.back-top svg {
    transform: rotate(-90deg);
    bottom: 0;
    left: unset;
}

.back-top a.red-color:hover svg {
    bottom: 10px;
    left: unset;
}

.survey {
    position: fixed;
    right: -50px;
    top: 40%;
    transform: rotate(-90deg) translateY(-50%);
    z-index: 9999999999;
}

.survey>div {
    display: inline-block;
}

.survey a {
    background: linear-gradient(to right, #1C2439, #3B51DB);
    padding: 7px 26px;
    border-radius: 0px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    box-shadow: 0 0px 1px 2px #73C7FE;
}

/*.survey a:hover {
    color: #141414;
    background: white;
    box-shadow: inset -2px 2px 2px #00000052;
}*/
.survey .ico img {
    transform: rotate(90deg);
}

.survey .ico a img:last-child,
.survey .ico a:hover img:first-child {
    display: none;
}

.survey .ico a:hover img:last-child {
    display: block;
}

.survey .ico {
    position: absolute;
    top: -3px;
    left: -25px;
}

.survey .ico:hover:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: inset -2px 2px 2px #00000052;
    z-index: 2;
}

.pointer {
    cursor: pointer;
}

.toggle-menu div,
.toggle-menu a {
    width: 40px;
}

.toggle-menu div span,
.toggle-menu a span {
    display: block;
    width: 40px;
    height: 3px;
    background-color: white;
    margin-left: auto;
    transition: all .2s linear;
}

.toggle-menu div span:nth-of-type(2),
.toggle-menu a span:nth-of-type(2) {
    width: 33px;
}

.toggle-menu div span:not(:last-child),
.toggle-menu a span:not(:last-child) {
    margin-bottom: 8px;
}

.toggle-action.open span:nth-of-type(2) {
    opacity: 0;
}

.toggle-action.open span:nth-of-type(1) {
    transform: rotateZ(45deg);
    top: 10px;
    position: relative;
}

.toggle-action.open span:nth-of-type(3) {
    transform: rotateZ(-45deg);
    bottom: 12px;
    position: relative;
}

.menu-mbi {
    /* background: transparent linear-gradient(180deg, #2B2081 0%, #366CD7 75%, #42B1DD 100%) 0% 0% no-repeat padding-box; */
    background: url(assets/img/mobile-menu-bg.png);
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 20;
    top: 0;
    padding-top: 100px;
    overflow-y: auto;
    display: none;
}

.menu-mbi ul li {
    display: block;
}

.menu-mbi .menu>li {
    padding: 12px 0;
}

.menu-mbi .menu>li>a {
    text-transform: uppercase;
    font-weight: bold;
}

.menu-mbi .menu>li>ul {
    padding-left: 12px;
    padding-top: 15px;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-thumb {
    background: #8C7B67;
    background: -webkit-linear-gradient(to bottom, #af3f8aad, #9C22FE);
    background: -o-linear-gradient(to bottom, #af3f8aad, #9C22FE);
    background: linear-gradient(to bottom, #af3f8aad, #9C22FE);
}

.menu-mbi .menu>li>a {
    padding: 6px 12px;
}

.menu-mbi .menu>li>a:hover {
    /* color: var(--main-color); */
    color: #0338F0;
    background-color: #fff;
    border-radius: 0px;
}

.bar li a:hover {
    color: #141414;
}

.list_mbi_slick .slick-list,
.days_mbi_slick .slick-list {
    padding: 0 15% 0 0 !important;
}

.programmes .list-four .thumb>p {
    background-color: transparent;
    max-width: 280px;
    padding: 0px 20px 0px 20px;
    transition: all .5s linear;
}

.programmes .list-four .thumb:hover>p {
    padding: 0px 15px 0px 20px;
    transition: all .5s linear;
}

.programmes .list-four .read-more,
.programmes .list-four .thumb,
.programmes .list-four .thumb .img,
.programmes .list-four .thumb img,
.programmes .list-four .thumb .img:before {
    border-radius: 0px;
}

.programmes .list-four .thumb .img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background-image: url(../../uploads/2024/12/LTN2025_programmes_label.png);
    background-position: 50% 80%;
    background-size: cover;
}

.bg-default {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ticket {
    border-radius: 0px;
    background-color: white;
    padding: 3px 8px;
    color: #0338F0;
}

.days-show {
    padding-left: 22px;
    display: none;
}

.days-action {
    padding: 0 5px 0 2px;
}

.days-action svg {
    transform: scaleY(-1);
    transition: all .3s linear;
}

.days-action.open svg {
    transform: scaleY(1);
}

.artists-two .item {
    padding-left: 15px;
    padding-right: 15px;
}

.artists-two .item .thumb {
    width: 30%;
}

.artists-two .item>div {
    width: 70%;
}

.artists-two .item>.info .des p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    transition: all .3s linear;
}

.artists-two .info .des.open p {
    overflow: unset !important;
    -webkit-line-clamp: unset !important;
}

.artists-two .info .read {
    font-style: italic;
    text-decoration: underline;
    transition: all 2s linear;
}

.artists-two .info .read:hover {
    text-decoration: none;
}

body .uwy.userway_p2 .uai {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    min-height: 26px !important;
    margin-top: 95px !important
}

body .uwy.userway_p2 .uai img {
    width: 26px !important;
    height: 26px !important;
}

.ticket-mbi {
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: white;
    z-index: 10;
    text-align: center;
    padding: 10px 0;
    box-shadow: 0px -3px 6px #00000029;
}

.ticket-mbi a {
    max-width: 316px;
    width: 100%;
}

.radius-16 {
    border-radius: 0px;
}

.search form.search-form>label {
    width: 100%;
    margin-bottom: 0;
}

.search #search-frm form.search-form>label input[type="search"],
.s-frm form.search-form>label input[type="search"] {
    box-shadow: inset 3px 3px 5px #10101041, 1px 1px 2px #ffffff27;
    border: 1px solid #FFFFFF;
    border-radius: 0px;
    background-color: white;
    padding: 7px 20px;
}

.search #search-frm form,
.s-frm form {
    position: relative;
}

.search-highlight {
    background: #FDD69E;
    padding: 0px 3px;
}

.search #search-frm form.search-form>input[type="submit"],
.s-frm form.search-form>input[type="submit"] {
    background: #F24B6F;
    /* background: transparent linear-gradient(90deg, #1C2439 0%, #3B51DB 100%) 0% 0% no-repeat padding-box; 
    box-shadow: inset 0px 3px 3px #ffffff5c, 3px 3px 3px #0000002c;*/
    border-radius: 0px;
    color: #141414;
    outline: none;
    border: 0;
    padding: 6px 24px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 900;
    transition: all .3s linear;
}

.search #search-frm form.search-form>input[type="submit"]:hover,
.s-frm form.search-form>input[type="submit"]:hover {
    box-shadow: inset 3px 3px 2px #00000052;
    background: white;
    color: #141414;
}

.page-id-2640 .editor-s ol {
    padding-left: 20px;
}

.editor-s ol li {
    margin-bottom: 10px;
}

.calendar-layout .bar {
    background-color: #ffffff;
    box-shadow: inset 0px 3px 6px #ffffff1a, 0px 0px 15px #aba5a5be;
    border: 1px solid #FFFFFFD3;
    border-radius: 0px;
    padding: 20px;
}

.bar .item>label {
    width: 100%;
    border-radius: 0px;
    padding: 7px 0 7px 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    background: #FCFCFC 0% 0% no-repeat padding-box;
    box-shadow: inset 1px 1px 2px #1010103E, 1px 1px 2px #FFFFFF27;
    border: 1px solid #FFFFFFF0;
}

.calendar-layout .days-list .item {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 5px 5px 25px rgb(48 40 40 / 36%);
    border-radius: 0px;
    padding: 3px;
    width: 80px !important;
    height: 80px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    margin-bottom: 20px;
}

.calendar-layout .days-list .item span {
    line-height: 1;
}

.calendar-layout .days-list {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
}

.calendar-layout .days-list.active {
    display: flex;
}

.calendar-layout .days-list .item:hover,
.calendar-layout .days-list .item.active {
    background: #141414;
    color: white;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999991;
    width: 100%;
    height: 100%;
    display: none;
    background: #ffffff9e;
}

.calendar-layout .form-check>label,
.calendar-layout .form-check input {
    cursor: pointer;
}

.calendar-layout .form-check>label {
    display: flex;
    grid-gap: 5px;
}

.calendar-layout .week .form-check>label {
    align-items: baseline;
}

.calendar-layout .form-check>label input {
    position: relative;
    top: 3px;
}

.calendar-layout .days-list .item {
    position: relative;
}

.calendar-layout .days-list .item.active:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    top: 93%;
    width: 20px;
    height: 18px;
    background-image: url(assets/img/Arrow-down-radius.svg);
    z-index: -1;
    transition: all .2s linear;
}

.result {
    margin-top: -25px;
}

.bar .item>label>span {
    cursor: pointer;
    padding: 0 10px;
}

.ticky-calendar {
    background: transparent linear-gradient(86deg, #0338F0 30%, #9600AD 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    padding: 17px 0;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    display: none;
}

.ticky-calendar .day-active {
    background-color: transparent;
    color: white;
    font-weight: bold;
    border: 0;
    outline: none;
    padding: 0 5px;
    display: inline-block;
}

.ticky-calendar .day-active:hover {
    background-color: #000000;
    color: #FF00B1;
}

.ticky-calendar .days-select {
    background-color: #141414;
    color: white;
    max-width: 325px;
    width: 100%;
    padding: 20px 25px;
    position: absolute;
    z-index: 10;
    margin-top: 7px;
    display: none;
}

.days-select>.item {
    cursor: pointer;
}

.days-select>.item span:not(.text) {
    display: none;
    transition: all .2s linear;
}

.days-select>.item.active span {
    display: inline-block;
}

body.ticky-show .days-list {
    opacity: 0 !important;
    visibility: hidden;
    height: 0 !important;
}

#calendar-programmes .sec,
#calendar-programmes .info .cat {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.editor-s table {
    margin-top: 1em;
    border-spacing: 0 !important;
    border: 1px solid #e8e8e8;
    color: #b9171e;
    font-size: 14px;
}

.editor-s table td {
    border: 1px solid #e8e8e8;
    padding: 10px;
}

.banner .sec a {
    color: #141414;
    text-decoration: underline;
}

.banner .sec a:hover {
    text-decoration: none;
}

.logo {
    width: 257px;
    height: 38px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#carouselHome .carousel-control:focus>span {
    outline: 1px solid white;
    padding: 5px;
}

@media only screen and (min-width: 2000px) {
    .banner .bg-left {
        right: unset;
        left: calc((100% - 1400px) / 2);
        margin-left: -297px;
    }

    .banner .bg-right {
        right: calc((100% - 1700px) / 2);
    }

    .bg-line .bg-ab {
        right: calc((100% - 1700px) / 2);
    }
}

@media only screen and (min-width: 1601px) {}

@media only screen and (min-width: 1441px) {
    .pr-xxl-5 {
        padding-right: 3rem !important;
    }

    .pr-xxl-5k {
        padding-right: 5rem !important;
    }

    .pl-xxl-5 {
        padding-left: 3rem !important;
    }

    .pl-xxl-5k {
        padding-left: 5rem !important;
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }

    .pb-xxl-5k {
        padding-bottom: 5rem !important;
    }

    .py-xxl-5k {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .py-xxx-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }

    .mt-xxl-5 {
        margin-top: 3rem !important;
    }

    .mb-xxl-3 {
        margin-bottom: 1rem;
    }

    .mt-xxl-3 {
        margin-top: 1rem;
    }
}

@media only screen and (max-width: 1920px) {}

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1440px) {
    .menu>li {
        padding: 28px 0px;
    }

    body header .container {
        max-width: 97%;
    }

    body .container {
        max-width: 90%;
    }

    .banner .bg-left {
        right: 91%;
    }

    .banner .bg-right {
        right: -95px;
    }

    .programmes .list-four .thumb>p {
        max-width: 220px;
    }

    .size-26 {
        font-size: 20px;
    }

    .ico-2 .bg-ab-contain {
        right: calc((100% - 100%) / 2) !important
    }

    .ico-3 .bg-ab-contain {
        width: 170px !important;
        height: 110px !important
    }
}

@media only screen and (max-width: 1400px) {
    .search-action {
        margin-left: 10px;
    }

    #primary-menu a {
        font-size: 15px;
    }

    body header .container {
        max-width: 96%;
    }

    .touch ul .list-inline-item:not(:last-child) {
        margin-right: 18px;
    }
}

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

    #primary-menu a,
    #search-frm,
    #search-frm #searchsubmit {
        font-size: 14px;
    }

    #logo img {
        width: 100%;
    }

    .logo {
        width: 180px;
        height: 25px;
    }

    #primary-menu {
        padding-left: 0;
    }
}

@media only screen and (max-width: 1326px) {
    #primary-menu>li>a {
        padding: 4px 8px;
    }

    #carouselHome .item .h2 {
        max-width: 400px;
    }

    .h2 {
        font-size: 33px;
    }
}

@media only screen and (min-width: 1200px) {
    #carouselHome .item .thumb {
        height: 100%;
        max-width: 480px;
        max-height: 480px;
    }

    #carouselHome .item .thumb img {
        width: 480px;
        height: 480px;
    }
}

@media only screen and (max-width: 1199px) {
    body header .container {
        max-width: 100%;
    }

    .search-action {
        margin-left: 0;
    }

    .search-action img {
        margin-left: 10px;
        width: 18px;
    }

    #primary-menu .menu-item-has-children .sub-menu {
        margin-left: -47px;
    }

    #carouselHome .item .thumb img {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    #carouselHome .carousel-indicators {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 1199px) {
    .artists-two .item>.info .des p {
        -webkit-line-clamp: 3;
    }
}

@media only screen and (max-width: 1100px) {
    #primary-menu a {
        font-size: 12px;
    }

    #primary-menu .menu-item-has-children .sub-menu {
        width: 240px;
        margin-left: -55px;
    }

    #carouselHome .item .h2 {
        max-width: 350px;
    }

    .h2 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 1023px) {
    .menu>li {
        padding: 18px 0px;
    }

    #primary-menu .menu-item-has-children .sub-menu {
        top: 76%;
    }

    #carouselHome .carousel-indicators {
        top: 6%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1023px) {
    .header .row>.col-lg-10 {
        padding-left: 0;
    }
}

body .uwy.userway_p2 .uai {
    right: 0px !important;
    left: calc(100vw - 0px) !important;
    top: 40% !important;
    border: 2px solid #73c7fe;
    border-radius: 0 !important;
    ;
}

@media only screen and (min-width: 992px) {
    .menu>li.menu-item-has-children>a:before {
        position: absolute;
        right: 9px;
        content: url(assets/img/caret-down-fill.png);
        transition: all .3s linear;
        top: 3px;
    }

    .menu>li.menu-item-has-children.current-menu-parent>a:before {
        content: url(../../uploads/2024/12/caret-down-fill_blue.png);
    }

    .menu>li.menu-item-has-children:hover>a:before,
    .menu>li.menu-item-has-children.open>a:before {
        transform: scaleY(-1);
        content: url(../../uploads/2024/12/caret-down-fill_blue.png);
    }

    body .uwy.userway_p2 .uai {
        right: 0px !important;
        left: calc(100vw - 6px) !important;
        top: 40% !important;
        border: 2px solid #73c7fe;
        border-radius: 0 !important;
        ;
    }

    .search .site-main section>.container {
        max-width: 816px;
    }
}

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

    .menu a,
    .menu>li.menu-item-has-children>a {
        color: #141414;
    }

    .menu li.current-menu-parent.menu-item-has-children a {
        color: #0338F0;
    }

    .header {
        padding: 20px 0px;
        z-index: 21;
        position: fixed;
        width: 100%;
        top: 0;
        /* background: transparent linear-gradient(86deg, #E22300 0%, #FD2037 39%, #CF1DC8 100%) 0% 0% no-repeat padding-box; */
        background: #0338F0;
    }

    .header>.bg-ab {
        background-image: none !important
    }

    body header .container {
        max-width: 97%;
    }

    ::-webkit-scrollbar-thumb {
        background: #7A9BC0;
    }

    #menu-primary-menu>.menu-item-has-children>ul {
        display: none;
    }

    .menu>li.menu-item-has-children>a:before {
        position: absolute;
        right: 9px;
        content: url(../../uploads/2024/12/caret-down-fill_black.png);
        transition: all .3s linear;
    }

    .menu>li.menu-item-has-children.open>a:before {
        transform: scaleY(-1);
        content: url(../../uploads/2024/12/caret-down-fill_blue.png);
    }

    .menu>li.menu-item-has-children.current-menu-parent>a:before {
        content: url(../../uploads/2024/12/caret-down-fill_blue.png);
    }

    .home .banner {
        margin-top: 65px;
        padding: 60px 0 118px;
    }

    #carouselHome .carousel-indicators {
        top: 10%;
        margin-left: 45px;
    }

    #carouselHome {
        padding-left: 45px;
        padding-right: 45px;
    }

    .banner .bg-right {
        width: 250px;
        height: 160px;
        right: -60px;
    }

    .bg-line .bg-ab {
        width: 250px;
        height: 80px;
        right: -80px;
        top: -20px;
    }

    footer .bg-ab:not(.bg-icon) {
        background-position: 75%;
    }

    .cat_programmes section>.bg-ab {
        background-image: url(../../uploads/2024/12/LTN2025_mobile_search_background.jpg) !important;
        margin-top: -7px;
    }

    .single-programmes .ico-2 .bg-ab-contain {
        width: 150px;
    }

    .survey {
        right: -35px;
    }

    .calendar-layout .bar {
        margin-bottom: 25px;
    }

    .calendar-layout .btn-filter {
        width: 206px;
        margin-left: auto;
        margin-right: auto;
        /*box-shadow: inset 0px 3px 3px #ffffff5c;*/
        padding: 7px 3px;
        font-size: 14px;
        text-align: center;
        border: 1px solid #FFFFFF;
        color: #141414;
        background-color: #F24B6F;
    }

    .calendar-layout .bar {
        box-shadow: none;
        border: 0;
        display: none;
        position: fixed;
        width: 100%;
        height: 100vh;
        left: 0;
        background-color: white;
        z-index: 9999999991;
        top: 0;
        padding-top: 30px;
        overflow-y: scroll;
    }

    .close-filter span {
        width: 40px;
        height: 3px;
        background-color: #141414;
        margin-left: auto;
        transition: all .2s linear;
        display: block;
        transform: rotateZ(-45deg);
        bottom: 12px;
        position: relative;
    }

    .close-filter span:not(:last-child) {
        margin-bottom: 20px;
        transform: rotate(45deg);
        top: 11px;
    }

    .close-filter {
        padding-bottom: 30px;
        width: 40px;
        margin-left: auto;
    }

    .page-template-template-calendar .header {
        position: relative;
    }
}

@media only screen and (max-width: 900px) {
    #carouselHome .carousel-indicators {
        top: 5%;
    }
}

@media only screen and (max-width: 820px) {
    body .container {
        max-width: 97%;
    }

    .artists-two .bg-ab-contain {
        background-image: none !important;
    }
}

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

    .ol-dk {
        display: none !important;
    }

    .survey {
        right: -50px;
    }

    #carouselHome .item {
        flex-direction: column;
        align-items: flex-start;
    }

    #carouselHome .item .thumb {
        margin-left: auto;
        margin-right: auto;
    }

    #carouselHome .carousel-indicators {
        top: unset;
        bottom: 5px;
        padding-right: 0;
        margin: 0;
        justify-content: center;
        width: auto;
        left: unset;
        right: 45px;
    }

    #carouselHome .item>div {
        flex: unset;
        width: 100%;
    }

    #carouselHome .item .h2 {
        max-width: 100%;
    }

    #carouselHome .carousel-control {
        top: 50%;
        transform: translateY(-50%);
    }

    .size-30 {
        font-size: 20px;
    }

    .support .item .size-16 {
        font-size: 14px;
    }

    footer .bg-ab.bg-icon {
        display: none;
    }

    .programmes section .bg-ab {
        background-image: url(../../uploads/2024/12/LTN2025_mobile_search_background.jpg) !important;
        background-size: contain;
        background-repeat: no-repeat;
        top: -10px;
    }

    .single-programmes .banner .bg-ab {
        background-size: 100% !important;
    }

    .single-programmes .banner .thumb {
        max-width: 400px;
        margin: 0 auto 20px;
    }

    .search-layout section .bg-ab {
        background-image: url(assets/img/Search-bg-mbi.png) !important;
    }

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

}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bar {
        font-size: 10px;
    }
}

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

    .toggle-menu div,
    .toggle-menu a {
        width: 30px;
    }

    .toggle-menu div span,
    .toggle-menu a span {
        width: 30px;
        height: 2px;
    }

    .toggle-menu div span:nth-of-type(2),
    .toggle-menu a span:nth-of-type(2) {
        width: 22px;
    }

    .toggle-menu div span:not(:last-child),
    .toggle-menu a span:not(:last-child) {
        margin-bottom: 7px;
    }

    .toggle-action.open span:nth-of-type(1) {
        top: 9px;
    }

    .toggle-action.open span:nth-of-type(3) {
        bottom: 9px;
    }

    #logo img {
        width: 216px;
    }

    .logo {
        width: 216px;
        height: 32px;
    }

    #menu-primary-menu {
        padding-left: 10px;
    }

    #carouselHome .carousel-control {
        display: none;
    }

    .home .title-s {
        display: block;
    }

    .programmes .list-four .thumb>p {
        max-width: 100%;
    }

    .single-programmes .ico-2 .bg-ab-contain {
        right: -70px !important;
        top: -60px !important;
    }

    .artists-two .item {
        flex-direction: column;
    }

    .artists-two .item>div {
        width: 100% !important;
    }

    .artists-two .item .thumb {
        margin-bottom: 1rem;
    }

    .s-frm form.search-form>label input[type="search"],
    .search #search-frm form.search-form>label input[type="search"] {
        padding: 4px 20px 4px 24px;
        width: calc(100% - 120px) !important;
        font-size: 20px;
    }

    body.ticked-open {
        padding-bottom: 62px;
    }
}

@media only screen and (min-width: 481px) {
    .radius-16-desk {
        border-radius: 0px;
    }

    .calendar-layout .days-list {
        display: none;
    }
}

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

    .mb-mt-5 {
        margin-top: 0;
        padding-top: 2.5rem;
    }

    .home .banner {
        padding-top: 0;
        padding: 0;
    }

    .banner .container-mb {
        max-width: 100%;
        padding: 0;
    }

    #carouselHome {
        padding-left: 0;
        padding-right: 0;
    }

    #carouselHome .item {
        padding-left: 0px;
        background: unset;
    }

    #carouselHome .item>div {
        width: 100%;
    }

    #carouselHome .item .thumb {
        border-radius: 0;
    }

    #carouselHome .item .thumb img {
        border-radius: 0;
        height: 320px;
    }

    #carouselHome .item>.info {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    #carouselHome .item .h2 {
        max-width: 350px;
    }

    #carouselHome .carousel-indicators {
        top: 290px;
        bottom: unset;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
    }

    .banner .bg-right,
    .banner .bg-left {
        display: none;
    }

    .touch ul {
        flex-wrap: wrap;
        margin-bottom: 40px !important;
    }

    .touch ul .list-inline-item:first-child {
        width: 100%;
        margin-bottom: 16px;
    }

    .support .d-flex {
        flex-direction: column;
    }

    footer .wd-foot {
        padding: 38px 0 !important;
    }

    .support .row>div:first-child {
        margin-bottom: 36px !important;
    }

    .bar ul {
        margin-bottom: 15px !important
    }

    .bar li:not(:last-child) {
        display: block;
        margin-bottom: 15px;
    }

    footer .bg-ab:not(.bg-icon) {
        background-image: url(assets/img/Footer-mobile.jpg) !important
    }

    .banner-mb>.container-mb .info {
        padding-left: 30px;
        padding-right: 30px;
    }

    .single-programmes .banner .thumb {
        max-width: 100%;
        margin: 0;
        margin-top: -10px;
    }

    .pt-xs-0 {
        padding-top: 0 !important;
    }

    .single-programmes .banner .bg-ab {
        background-image: none !important
    }

    .single-programmes .banner>.container-mb .info {
        background-image: url(../../uploads/2024/12/LTN2025_mobile_search_background.jpg);
        padding-top: 25px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: top;
    }

    .single-programmes .ico-2 .bg-ab-contain {
        top: -90px !important;
    }

    .box-shadow-mbi-none {
        box-shadow: none !important;
    }

    .editor-s ol,
    .editor-s ul {
        padding-left: 20px !important
    }

    .calendar-layout .days-list.active {
        opacity: 1;
        height: auto;
    }

    .calendar-layout .days-list {
        opacity: 0;
        height: 0;
    }

    .calendar-layout .days-list .item {
        width: 85% !important;
        box-shadow: 2px 5px 11px rgb(48 40 40 / 22%);
        height: 65px;
    }

    .calendar-layout .days-list .item * {
        font-size: 12px;
    }

    .editor-s {
        font-size: 14px;
    }
}

@media only screen and (max-width: 414px) {
    #carouselHome .item .thumb img {
        height: 280px;
    }

    #carouselHome .carousel-indicators {
        top: 250px;
    }

    .editor-s {
        word-break: break-all;
    }

    .days_mbi_slick .slick-list {
        padding: 0 10% 0 0 !important;
    }

    .editor-s table {
        font-size: 11px;
    }

    .s-frm input {
        font-size: 14px;
    }
}

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

    .search #search-frm form.search-form>label input[type="search"],
    .s-frm form.search-form>label input[type="search"] {
        padding: 4px 20px 4px 15px;
    }
}

@media only screen and (max-width: 350px) {
    .search .group_times span {
        display: block;
        margin-bottom: 10px;
    }

    .search .group_times .line {
        display: none;
    }
}

@media only screen and (max-width: 320px) {}

.back-top .ltn2025-color {
    color: #9600AD;
}

.blue-color {
    color: #002EF5;
}

.blue-color svg {
    fill: #002EF5 !important;
}

#calendar-programmes span {
    color: #000000;
}

input[type="radio"]:checked,
input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

input[type="radio"]:checked+label,
input[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

input[type="radio"]:checked+label:before,
input[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background: #FCFCFC 0% 0% no-repeat padding-box;
    box-shadow: inset 1px 1px 2px #10101069, 1px 1px 2px #FFFFFF27;
    border: 0.5px solid #FFFFFFF0;
}

input[type="radio"]:checked+label:after,
input[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #141414 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 3px 6px #ffffff1a, -5px -5px 15px #ffffff39;
    border: 1px solid #00000000;
}

input[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

input[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}





/**/

input[type=checkbox] {
    position: relative;
    cursor: pointer;
    line-height: 0;
    margin: 0 .6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 14px;
    width: 14px;
    -webkit-appearance: none;
    opacity: 1;
    border: 1px solid #FFFFFF;
    background: #DDDDDD 0% 0% no-repeat padding-box;
    box-shadow: 1px 1px 2px #FFFFFF27;
    border-radius: 2px;
}

input[type=checkbox]:hover {
    opacity: 1;
}

input[type=checkbox]:checked {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: inset 2px 2px 3px #10101041, 1px 1px 2px #FFFFFF27;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
}

input[type=checkbox]:checked:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 5px;
    height: 8px;
    border: solid #141414;
    border-width: 0px 2px 2px 0;
    margin: 0px -2px 0px -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

/* Hoong Yaw */
.QSISlider {
    display: none !important;
}

.survey a {
    background: #FA393C !important;
    color: #FFF !important;
}

div#userwayAccessibilityIcon {
    background: linear-gradient(#FB9A90, #FBA278) !important;
}

@media only screen and (max-width: 767px) {
    .search-layout section .bg-ab {
        background-image: url('../../uploads/2024/12/LTN2025_mobile_search_background.jpg') !important;
    }

    .custom-mobile-margin {
        padding-bottom: 0 !important;
    }

    footer .bg-ab:not(.bg-icon) {
        background-image: url('../../uploads/2024/12/LTN2025_mobile_footer_background.jpg') !important;
    }

    #carouselHome .item .thumb {
        margin-bottom: 0 !important;
    }

    #carouselHome .item>.info {
        padding-top: 30px;
        background: transparent linear-gradient(135deg, #0338F0 30%, #9600AD 90%) 0% 0% no-repeat padding-box;
    }

    .custom-heading-background {
        display: block;
        width: 100%;
        text-align: center;
    }
}

.custom-heading-background {
    display: inline-block;
    /*background: linear-gradient(to right, #473ed0 20%, #6a57c0 30%, #8c6dd1 40%, #b483e2 50%, #e5929d 100%);*/
    color: #063AFB !important;
    margin: 0;
    padding: 10px 10px 10px 0;
    border-radius: 30px;
}

.action-cron1 .buttton-a {
    background: #F24B6F !important;
    color: #141414 !important;
}

.header-c.sticky .action-cron1 .buttton-a {
    background: transparent !important;
    color: #fff !important;
}

.banner .info a {
    color: #141414;
}

a,
em a {
    color: #9600AD;
}

.action-cron1:hover>a.buttton-a {
    color: #F24B6F !important;
    background: #fff !important;
    border-color: #F24B6F !important;
}

.action-cron .sub-menu li:hover>a {
    color: #F24B6F !important;
}

.header-c.sticky .action-cron .sub-menu li:hover>a {
    color: #0338F0 !important;
}

@media only screen and (min-width: 1200px) {
    .item .director img {
        width: 60% !important;
    }
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}

.editor-s table.organiser {
    color: #141414;
    border: none;
}

.editor-s table.organiser td {
    border: none;
}

/* Festival Achknowledgement—Organisers' Logos */
table.organiser {
    width: 100%;
    table-layout: fixed;
}

table.logos tr:not(:last-child),
table.logos.collaborators-logo tr:last-child {
    border-bottom: 40px solid transparent;
}

table.logos.collaborators-logo tr:first-child {
    border-bottom: none;
}

table.logos td {
    padding: 10px 80px 10px 10px;
}

table.logos .logos-label {
    display: block;
    padding-bottom: 5px;
}

table.logos .no-label {
    display: block;
    margin-bottom: 25px;
}

table.logos img {
    max-width: 200px;
}

table.logos tr:first-child img {
    max-width: 220px;
}

table.logos.collaborators-logo tr:nth-child(2) img {
    max-width: 230px;
}

/* HIDE STICKY HEADER FOR FESTIVAL CALENDAR, PLAN YOUR VISIT & ACCESSIBILITY */
.ticky-calendar,
.header-c.sticky {
    display: none !important;
}


@media only screen and (min-width: 768px) and (max-width: 1512px) {
    p.medium-contentW {
        max-width: 78%;
    }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {

    table.logos img,
    table.logos.collaborators-logo img {
        max-width: 180px;
    }

    table.logos tr:first-child img {
        max-width: 200px;
    }
}

@media only screen and (max-width: 768px) {
    table.logos td {
        display: block;
    }
}
