@import url("./base.css");
@import url("./components/buttons.css");
@import url("./header/header.css");
@import url("./footer/footer.css");
@import url("./post-list/posts.css");
@import url("./forms/forms.css");

img {
    max-width: 100%;
}

.event-block .item {
    height: 580px;
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
}

.event-block .item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.6);
}

.event-block .container {
    position: relative;
    z-index: 1;
}

.event-block .title,
.event-block .subtitle {
    color: #F2F2F2;
    text-align: center;
}

.event-block .title {
    padding-top: 190px;
    max-width: 440px;
    margin: 0 auto;
}

.event-block .subtitle {
    font-size: 36px;
}

.section-title {
    text-transform: uppercase;
    color: #121212;
    margin-bottom: 29px;
    font-size: 27px;
    line-height: 33px;
}

.page-intro {
    padding-top: 138px;
}

.page-intro h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 22px;
}

.page-template .page-intro h1 {
    max-width: 410px;
}

.page-list {
    padding-bottom: 81px;
}

.page-list ul {
    display: flex;
    margin: 0px;
    padding: 0px 0px 8px;
    position: relative;
    border-bottom: 2px solid #000;
}

.page-list ul a,
.page-list ul span {
    color: #000;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: normal;
    position: relative;
    white-space: nowrap;
}

.page-list ul li + li {
    margin-left: 50px;
}

.page-list ul li a::before {
    content: "";
    transition: all .3s ease-in-out;
}

.page-list ul li.active a::before,
.page-list ul li a:hover::before,
.page-list ul li.active span::before,
.page-list ul li span:hover::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -14px;
    width: 100%;
    height: 4px;
    background: #000;
}

.content-type {
    padding-bottom: 99px;
}

.content-type .intro {
    font-size: 21px;
    line-height: 24px;
    display: block;
    margin-bottom: 39px;
    max-width: 750px;
}

.content-type h2 {
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 11px;
}

.content-type p {
    margin-bottom: 21px;
}

.content-type .full-image {
    margin: 40px 0px 40px;
}

.page-intro + .simple-content {
    padding-top: 12px;
}

.simple-content {
    padding-bottom: 180px;
}

.simple-content h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}
 
.simple-content p {
    max-width: 750px;
    margin-bottom: 20px;
}

.simple-content .full-content {
    margin-bottom: 60px;
}

.simple-content .column-content {
    padding-bottom: 99px;
}

.musicians-section .row {
    --bs-gutter-x: 16px;
}

.musicians-section h3 {
    margin-bottom: 49px;
}

.musicians-section img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    /* filter: grayscale(100%); */
    transition: filter 0.3s ease;    
    object-fit: cover;
    object-position: top;
}

.musicians-section img:hover {
    filter: none;
}

.musicians-section .img {
    margin-bottom: 12px;
}

.musicians-section .img a {
    display: block;
    height: 324px;
    width: 100%;
    aspect-ratio: 3 / 4;
    max-height: 324px;
    overflow: hidden;
}

.musicians-section h4 {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 13px;
}

.musicians-section .musician {
    margin-bottom: 58px;
}

.musicians-section .position {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 13px;
}

.musicians-section {
    padding-bottom: 76px;
    position: relative;
}

.single-musician {
    padding-bottom: 114px;
}

.single-musician h2 {
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 26px;
    text-transform: uppercase;
    max-width: 247px;
}

.single-musician .intro {
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 80px;
    max-width: 466px;
    display: block;
}

.single-musician .featured-image {
    margin-bottom: 43px;
}

.single-musician .left {
    padding-top: 35px;
}

.single-musician p {
    margin-bottom: 21px;
}

.single-musician .column-text {
    padding-bottom: 30px;
}

.page-template-page-musicians .page-list,
.page-template-page-residents .page-list {
    padding-bottom: 0px;
}

.musicians-dropdown {
    position: relative;
    margin-bottom: 55px;
}

.musicians-dropdown-header {
    display: flex;
    align-items: center;
    padding: 18px 0px 16px;
    border-bottom: 2px solid #000;
    cursor: pointer;
    user-select: none;
}

.musicians-dropdown-title {
    font-size: 16px;
    font-weight: normal;
    color: #000;
}

.musicians-dropdown svg {
    transform: rotate(90deg);
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 13px;
}

.musicians-dropdown.open svg {
    transform: rotate(-90deg);
}

.musicians-dropdown-content {
    display: none;
    border: 2px solid #000;
    border-top: none;
    background: #fff;
    padding: 0;
}

.musicians-dropdown.open .musicians-dropdown-content {
    display: block;
    position: absolute;
    z-index: 11;
    background: #fff;
    width: 100%;
}

.musicians-dropdown .musicians-list {
    list-style: none;
    margin: 0;
    padding: 7px 0;
}

.musicians-dropdown .musicians-list a {
    display: block;
    padding: 5px 20px;
    text-decoration: none;
    color: #000;
    font-weight: normal;
    transition: background-color 0.2s ease;
}

.musicians-dropdown .musicians-list a.active {
    font-weight: bold;
}

.subcategory-title {
    font-size: 27px;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 11px;
}

.list-item + .list-item {
    padding-top: 14px;
}

.page-template-page-soloists .musicians-section {
    padding-bottom: 117px;
}

.page-template-page-soloists .link-info-btn-section {
    padding-top: 22px;
}

.complex-content-type .page-grid {
    padding: 30px 0px 60px;
}

.complex-content-type .page-grid .item {
    margin-bottom: 47px;
}

.complex-content-type .page-grid .title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
    max-width: 80%;
    font-weight: bold;
    text-transform: uppercase;
}

.complex-content-type .page-grid .img {
    margin-bottom: 20px;
    height: 209px;
    width: 100%;
    aspect-ratio: 3 / 4;
    max-height: 209px;
    overflow: hidden;
}

.complex-content-type .page-grid .img img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.complex-content-type .partner-logos {
    padding: 30px 0 60px;
}

.complex-content-type .partner-logos__heading {
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 28px;
    text-transform: uppercase;
    max-width: 100%;
}

.complex-content-type .partner-logos__grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 40px;
    align-items: center;
    justify-items: center;
}

.complex-content-type .partner-logos--single .partner-logos__grid {
    grid-template-columns: 1fr;
    max-width: min(100%, 520px);
    margin-left: auto;
    margin-right: auto;
}

.complex-content-type .partner-logos__cell {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.complex-content-type .partner-logos__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-decoration: none;
}

.complex-content-type .partner-logos__link:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 4px;
}

.complex-content-type .partner-logos__img-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.complex-content-type .partner-logos__img-wrap img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100px;
    object-fit: contain;
    object-position: center;
}

.complex-content-type .partner-logos--single .partner-logos__img-wrap img {
    max-height: 200px;
}

.complex-content-type .full-text strong {
    font-size: 21px;
    line-height: 24px;
}

.complex-content-type .full-text h2 {
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 33px;
    text-transform: uppercase;
    max-width: 320px;
}

.complex-content-type .full-text {
    padding-bottom: 54px;
}

.complex-content-type .column-content img {
    width: 100%;
}

.complex-content-type .column-content h2 {
    margin-bottom: 37px;
    padding-top: 30px;
}

.complex-content-type .column-content strong {
    font-size: 21px;
    line-height: 24px;
}

.page-template-page-team .page-list {
    padding-bottom: 0px;
}

.members-wrapper h2 {
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 21px;
    text-transform: uppercase;
}

.members-wrapper .position {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 12px;
    max-width: 200px;
}

.members-wrapper .name {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
}

.members-wrapper .phone,
.members-wrapper .email {
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
}

.members-wrapper .name + .phone,
.members-wrapper .name + .email {
    margin-top: 16px;
}

.members-wrapper .list {
    padding-bottom: 95px;
}

.members-wrapper .img {
    margin-bottom: 10px;
    width: 100%;
    /* Match reference frame 212×274 (width:height) */
    /*aspect-ratio: 212 / 274;*/
    overflow: hidden;
    max-height: 324px;
}

.members-wrapper .item {
    margin-bottom: 15px;
}

.members-wrapper .img img {
    /*object-fit: cover;*/
    object-position: center;
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.team-content .musicians-list a {
    text-transform: lowercase;
}

.team-content .musicians-list a::first-letter {
    text-transform: uppercase;
}

.members-wrapper .members {
    --bs-gutter-x: 16px;
}

.multimedia-posts .item {
    padding-bottom: 65px;
}

.multimedia-content {
    padding-bottom: 84px;
}

.hero {
    margin-bottom: 50px;
}

.hero .title {
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 10px;
}

.hero .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    position: absolute;
    left: 0;
    right: 0;
}

.hero .owl-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #000 !important;
    margin: 0px 4.5px;
}

.hero .owl-dot.active {
    width: 9px;
    height: 9px;
}

.owl-next span,
.owl-prev span {
    display: block;
    font-size: 0px;
    background: url(../images/slider-arrow-black.png);
    width: 13px;
    height: 23px;
    background-size: 13px 23px;
}

.owl-next span {
    transform: rotate(180deg);
}

.owl-next,
.owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -11.5px;
}

.owl-prev {
    left: -42px;
}

.owl-next {
    right: -42px;
}

.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
}

.tab-item {
    cursor: pointer;
}

.tabs-content {
    padding-bottom: 99px;
}

.tab-panel .content p {
    margin-bottom: 0px;
}

.tab-panel .content {
    padding-top: 45px;
}

.tab-panel .content h2 {
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 29px;
    text-transform: uppercase;
}

.tab-panel .content i,
.tab-panel .content em {
    font-style: italic;
}

.tab-panel .content .btn {
    margin-top: 35px;
}

.tab-list {
    padding-bottom: 0px !important;
}

.calendar-list .item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #000;
}

.calendar-list.post-list > .item:last-child {
    border-bottom: none;
}

.calendar-list .img {
    margin-bottom: 0px;
    width: 100%;
    height: auto;
/*    aspect-ratio: 3 / 4;
    max-height: 272px;*/
    overflow: hidden;
}

.calendar-list .img img {
    /*object-fit: cover;*/
    object-position: top;
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.calendar-list .item-text,
.calendar-list .item-info {
    display: flex;
    flex-direction: column;
    margin-bottom: 17px;
}

.calendar-list .item-text .short-info {
    margin-top: auto;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 20px;
}

.calendar-list h3 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 15px;
}

.calendar-list .btn-link {
    justify-content: flex-end;
}

.location {
    margin-top: 10px;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
}

.main-content p a {
    color: #000;
    text-decoration: underline;
}

.main-content p a:hover {
    text-decoration: none;
}

.calendar-list .weekday {
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
}

.calendar-event-media-link {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.calendar-event-media-link:hover {
    opacity: 0.92;
}

.calendar-event-media-link:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

.calendar-event-title-link {
    color: inherit;
    text-decoration: none;
}

.calendar-event-title-link:hover {
    text-decoration: underline;
}

.calendar-event-title-link:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

.single-event {
    padding-bottom: 114px;
}

.single-event__inner {
    padding: 20px 0 40px;
}

.single-event__img {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 3 / 4;
    max-height: 560px;
    overflow: hidden;
    margin-bottom: 24px;
}

.single-event__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.single-event__meta {
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 2px solid #000;
}

.single-event__meta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px 16px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 19px;
}

.single-event__weekday {
    font-weight: 600;
    text-transform: capitalize;
}

.single-event__date {
    color: #121212;
}

.single-event__time {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 16px;
}

.single-event__time-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid #000;
    border-radius: 50%;
    flex-shrink: 0;
    position: relative;
}

.single-event__time-icon::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 1px;
    background: #000;
    top: 4px;
    left: 6px;
}

.single-event__location-label {
    display: block;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 6px;
    color: #121212;
}

.single-event__venue {
    display: block;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.single-event__place {
    font-size: 15px;
    line-height: 22px;
    margin: 0;
    color: rgba(0, 0, 0, 0.85);
}

.single-event__categories {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
}

.single-event__categories li {
    font-size: 13px;
    line-height: 1.2;
    padding: 6px 12px;
    border: 1px solid #000;
    border-radius: 4px;
}

.single-event__lead {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 28px;
    color: rgba(0, 0, 0, 0.88);
}

.single-event__lead p:last-child {
    margin-bottom: 0;
}

.single-event__content {
    margin-bottom: 32px;
}

.single-event__content p {
    margin-bottom: 18px;
}

.single-event__tickets {
    margin-top: 8px;
}

@media only screen and (min-width: 992px) {
    .single-event__img {
        margin-bottom: 0;
        max-height: none;
        min-height: 420px;
    }

    .single-event__body {
        padding-top: 8px;
    }
}

.calendar-filters {
    display: flex;
    border-bottom: 2px solid #000;
    margin-bottom: 20px;
}

.calendar-filters .musicians-dropdown {
    margin-bottom: 0px;
}

.calendar-filters .musicians-dropdown + .musicians-dropdown {
    margin-left: 60px;
}

.calendar-filters .musicians-dropdown-header {
    border: none;
}

.calendar-filters .musicians-dropdown.open .musicians-dropdown-content {
    min-width: 200px;
}

.single-post .main-content {
    padding-bottom: 90px;
}

.artistic-activity-content .subtitle {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 36px;
    border-bottom: 2px solid #000;
    font-weight: bold;
    margin-bottom: 19px;
}

.page-template-page-artistic-activity .page-list {
    padding-bottom: 64px;
}

.for-video .title {
    font-size: 21px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 25px;
}

.for-video {
    padding-bottom: 79px;
}

.events-calendar-section {
    padding: 25px 0 78px;
    background: #fff;
}

.month-calendar {
    display: none;
}

.month-calendar.active {
    display: block;
}

.month-calendar:last-child {
    margin-bottom: 0;
}

.calendar-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
    position: relative;
}

.calendar-month-title {
    font-size: 27px;
    line-height: 32px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    margin: 0;
    font-family: inherit;
}

.calendar-nav {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #121212;
    transition: opacity 0.3s ease;
}

.calendar-nav:hover {
    opacity: 0.7;
}

.calendar-nav svg {
    fill: #121212;
    width: 5px;
    height: 10px;
}

.calendar-nav-prev svg.arrow-left {
    transform: scaleX(-1);
}

.calendar-dates-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    width: 100%;
}

.calendar-days-nav {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px 5px;
    color: #121212;
    transition: opacity 0.3s ease;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    flex-direction: row;
}

.calendar-days-nav:hover {
    opacity: 0.7;
}

.calendar-days-nav svg {
    fill: #121212;
    width: 10px;
    height: 20px;
    display: block;
}

.calendar-days-nav-prev svg.arrow-left {
    transform: scaleX(-1);
}

.calendar-days-nav.disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}

.calendar-dates {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-direction: row;
}

.calendar-date {
    font-size: 12px;
    line-height: 1.5;
    color: #000;
    font-weight: normal;
    text-decoration: none;
    min-width: 14px;
    text-align: center;
    transition: opacity 0.3s ease, transform 0.3s ease;
    position: relative;
}

a.calendar-date {
    cursor: pointer;
    color: inherit;
}

a.calendar-date:hover {
    text-decoration: none;
    color: inherit;
    opacity: 0.85;
}

a.calendar-date:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

.calendar-date.event-date {
    color: #000;
    font-weight: bold;
    position: relative;
}

.calendar-date.event-date::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0px;
    left: 0px;
    background: #000;
}

.calendar-date.non-event-date {
    color: rgba(0,0,0,0.3);
    font-weight: normal;
    text-decoration: none;
}

.page-template-page-conductors .all-posts {
    margin-top: 0px;
    padding-bottom: 150px;
}

.page-template-page-soloists .all-posts {
    margin-top: 0px;
}

.musicians-section .section-title {
    text-transform: uppercase;
}

.archive-seasons-section .row {
    --bs-gutter-x: 16px;
}

.archive-seasons-section .season-image {
    margin-bottom: 12px;
}

.archive-seasons-section .season-image a {
    display: block;
    height: 210px;
    width: 100%;
    aspect-ratio: 3 / 4;
    max-height: 210px;
    overflow: hidden;
}

.archive-seasons-section .season-image img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.archive-seasons-section .season-title {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 13px;
    color: #000;
}

.previous-festivals {
    padding-top: 90px;
    padding-bottom: 210px;
}

.previous-festivals .section-title {
    max-width: 375px;
}

.festival-year-image,
.season-image {
    margin-bottom: 20px;
}

.festival-year-title,
.season-title {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    margin-bottom: 11px;
}

.post-password-form {
    max-width: 409px;
}

.post-password-form input,
.post-password-form label {
    width: 100%;
}

.post-password-form input {
    margin-top: 20px;
}

.post-password-form input[type="submit"] {
    padding: 0px 18px;
    color: #fff;
    background: #000000;
    height: 39px;
    line-height: 39px;
    font-size: 14px;
    border: none;
    font-weight: 600;
    border-radius: 0px;
}

.pagination-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*-------------------------------------------------*/
/* =  1400px
/*-------------------------------------------------*/
@media only screen and (max-width: 1400px) {
    .owl-prev {
        left: 20px;
    }

    .owl-next {
        right: 20px;
    }
}

/*-------------------------------------------------*/
/* =  991px
/*-------------------------------------------------*/
@media only screen and (max-width: 991px) {
    .page-list .container,
    .dropdown-box.container {
        padding: 0px;
    }

    .page-list ul {
        overflow: scroll;
        padding-left: 25px;
        padding-right: 25px;
    }

    .page-list ul li + li {
        margin-left: 27px;
    }

    .dropdown-box .musicians-dropdown-header {
        padding-left: 25px;
        padding-right: 25px;
    }

    .musicians-dropdown.open .musicians-dropdown-content {
        width: calc(100% - 50px);
        left: 0px;
        right: 0px;
        margin: 0 auto;
        border-top: 2px solid #000;
    }

    .musicians-dropdown.open .musicians-dropdown-header {
        border: none;
    }

    .musicians-section .musician {
        margin-bottom: 40px;
    }
}

/*-------------------------------------------------*/
/* =  767px
/*-------------------------------------------------*/
@media only screen and (max-width: 767px) {
    .page-intro h1 {
        font-size: 42px;
        line-height: 60px;
    }

    .simple-content .column-content,
    .simple-content,
    .single-musician,
    .single-event,
    .page-template-page-soloists .musicians-section,
    .content-type,
    .multimedia-content,
    .tabs-content,
    .single-post .main-content,
    .page-template-page-conductors .all-posts,
    .previous-festivals {
        padding-bottom: 60px;
    }

    .single-musician .featured-image img {
        width: 100%;
    }

    .simple-content p {
        word-wrap: break-word;
    }

    .complex-content-type .page-grid,
    .complex-content-type .partner-logos,
    .page-template-page-soloists .all-posts {
        padding-bottom: 0px;
    }

    .complex-content-type .partner-logos__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 16px;
    }

    .complex-content-type .partner-logos--single .partner-logos__grid {
        grid-template-columns: 1fr;
        max-width: 100%;
    }

    .hero {
        margin-bottom: 40px;
    }

    .content-type .full-image {
        margin: 20px 0px;
    }

    .posts .item {
        margin-bottom: 30px;
    }

    .main-content p a {
        word-wrap: break-word;
    }

    .calendar-list .weekday br {
        display: none;
    }

    .tab-panel .container {
        padding: 0px;
    }

    .calendar-filters {
        padding-left: 25px;
        padding-right: 25px;
    }

    .tab-panel .calendar-list {
        padding-left: 25px;
        padding-right: 25px;
    }

    .location {
        margin-top: 10px;
    }

    .calendar-filters .musicians-dropdown-header {
        padding-left: 0px;
        padding-right: 0px;
    }

    .calendar-days-nav {
        display: flex !important;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative !important;
        z-index: 1;
    }

    .calendar-days-nav svg {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .calendar-dates-wrapper {
        width: 100%;
        max-width: 100%;
        padding: 0;
        gap: 8px;
        display: flex !important;
        flex-direction: row;
        align-items: center;
    }

    .calendar-dates {
        flex-wrap: nowrap !important;
        gap: 12px;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        flex: 1;
        display: flex !important;
        flex-direction: row !important;
        min-width: 0;
        padding: 0 5px;
        width: auto !important;
        max-width: none !important;
    }

    .calendar-date {
        flex-shrink: 0 !important;
        opacity: 0;
        transform: translateX(20px);
        pointer-events: none;
        transition: opacity 0.3s ease, transform 0.3s ease;
        display: none !important;
        align-items: center;
        justify-content: center;
        min-width: 20px;
        width: auto;
        flex-basis: auto;
    }

    .calendar-date.visible {
        opacity: 1 !important;
        transform: translateX(0) !important;
        pointer-events: auto !important;
        display: inline-flex !important;
    }
}

@media only screen and (min-width: 768px) {
    .calendar-date {
        opacity: 1 !important;
        transform: translateX(0) !important;
        pointer-events: auto !important;
    }
}

/*-------------------------------------------------*/
/* =  580px
/*-------------------------------------------------*/
@media only screen and (max-width: 580px) {
/*    .calendar-filters {
        flex-direction: column;
    }*/

    .calendar-filters .musicians-dropdown + .musicians-dropdown {
        margin-left: 15px;
    }

    .musicians-dropdown svg {
        margin-left: 5px;
    }

    .musicians-dropdown-title {
        font-size: 12px;
    }

    .calendar-filters .musicians-dropdown.open .musicians-dropdown-content {
        width: 242px;
        right: auto;
    }

    .calendar-filters .musicians-dropdown .musicians-list a {
        font-size: 14px;
    }

    .post-list .img {
        max-width: 50%;
        height: auto;
        min-height: auto;
    }
}

/*-------------------------------------------------*/
/* =  360px
/*-------------------------------------------------*/
@media only screen and (max-width: 360px) {
    .page-intro h1 {
        font-size: 32px;
        line-height: 40px;
    }
}

.menu > ul > li {
    padding: 0px 26.5px;
}

.menu > ul > li > a {
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
    font-weight: 600;
}

.menu > ul > li > a::before,
.menu > ul > li.current-menu-item > a::before {
    content: "";
    background: #fff;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -10px;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.active-submenu .menu > ul > li > a::before,
.active-submenu .menu > ul > li.current-menu-item > a::before {
    background: rgba(0, 0, 0, 0.4);
}

.menu > ul > li:hover > a,
.menu > ul > li.current-menu-item > a {
    transform: translateY(-10px);
}

.menu > ul > li:hover > a::before,
.menu > ul > li.current-menu-item > a::before {
    opacity: 1;
}

.menu > ul > li > a {
    color: #FFFFFF;
    font-size: 14px;
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children a {
    color: #121212;
    font-size: 14px;
    line-height: 14px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 600;
}

.sub-menu {
    padding: 19px 0px 0px;
    text-align: center;
    position: absolute;
    left: 0px;
    display: none;
    z-index: 10;
    min-width: 138px;
}

.sub-menu a {
    font-size: 12px;
}

.menu-item-has-children:hover .sub-menu {
    display: block;
}

.menu > ul > li.menu-item-has-children:hover > a {
    transform: translateY(0px);
}

.menu > ul > li.menu-item-has-children:hover > a::before {
    opacity: 0;
}

.menu-item-has-children::after {
    content: "";
    position: absolute;
    right: 11px;
    top: 5px;
    background: url(../images/menu-arrow.png);
    width: 9px;
    height: 5px;
    background-size: 9px 5px;
}

.active-submenu .menu-item-has-children::after {
    background: url(../images/menu-arrow-active.png);
    width: 9px;
    height: 5px;
    background-size: 9px 5px;
}

.menu-item-has-children.current-menu-item::after {
    top: -4px;
}

.active-submenu .menu-item-has-children.current-menu-item::after {
    top: 5px;
}

.navbar-nav {
    flex-direction: row;
}

.navbar-nav a,
.navbar-nav a.active,
.navbar-nav a:hover {
    color: #fff !important;
}

.main-nav-intro h1 {
    text-transform: uppercase;
    color: #F2F2F2;
    padding: 66px 0px;
}

.active-submenu .menu-wrapper {
    background: #F2F2F2;
}

.menu-wrapper {
    padding-top: 25px;
    position: relative;
}

.post-list-block {
    padding: 0px 0px 75px;
}

.post-list .more-info {
    display: flex;
}

.owl-dots {
    display: none;
}

.btn-text {
    font-size: 12px;
    line-height: 14px;
    color: #121212;
    margin-left: 10px;
}

.musicians-content .block-title {
    padding: 0px 19px 48px;
    text-transform: uppercase;
    font-size: 27px;
}

.posts .news {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -8px;
}

.featured-post-wrapper {
    padding: 0px 8px;
}

.posts img {
    max-width: 100%;
}

.gallery-posts {
    padding: 110px 0px 90px;
}

.simple-text h2 {
    color: #782D96;
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 25px;
}

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

.smaller-container {
    max-width: 665px;
    width: 100%;
    margin: 0 auto 30px;
}

.simple-text p {
    font-size: 18px;
    line-height: 25px;
}

.simple-text p + p {
    margin-top: 25px;
}

.info-text {
    padding: 98px 0px 70px;
    max-width: 686px;
    margin: 0 auto;
    text-align: center;
}

.list-with-subtext h3 {
    color: #782D96;
    font-size: 21px;
    line-height: 25px;
    text-transform: none;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 23px;
    padding-right: 110px;
    max-width: 100%;
    display: inline-block;
}

.list-with-subtext h3::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #707070;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.list-with-subtext {
    padding-bottom: 70px;
}

.list-with-subtext .item {
    font-size: 18px;
    line-height: 24px;
}

.list-with-subtext .item + .item {
    margin-top: 26px;
}

.list-with-subtext .list-title {
    font-weight: 500;
}

.circle {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #782D96;
    margin: 0 auto;
}

.founders-section-table {
    padding: 17px 0px 113px;
}

.founders-section-table .wrapper,
.posts-simple-list .wrapper {
    padding: 0px 115px;
}

.founders-section-table h2 {
    font-size: 27px;
    margin-bottom: 21px;
}

.tribe-events-c-events-bar__filter-button-container,
.tribe-events-c-events-bar__views,
.tribe-events-c-subscribe-dropdown__container {
    display: none !important;
}

.tribe-filter-bar .tribe-filter-bar-c-pill--button .tribe-filter-bar-c-pill__pill {
    border: 1px solid #782D96;
    border-radius: 4px;
    background: #fff;
    height: 44px;
    line-height: 44px;
    padding: 0px 13px;
    font-size: 14px;
    color: #782D96;
    width: 154px;
}

#cookie-law-info-bar {
    left: auto !important;
    position: fixed !important;
    right: 20px !important;
    bottom: 20px !important;
    background: #fff;
    width: 353px !important;
    max-width: 100%;
    padding: 28px 30px 30px !important;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 20%);
    z-index: 9999;
    border: none;
    font-size: .875em;
    font-weight: 400;
    text-align: left;
}

#cookie-law-info-bar span {
    vertical-align: middle;
}

#cookie-law-info-bar p {
    font-weight: 1em;
    color: #000;
    line-height: 19px;
    margin-bottom: 21px;
}

#cookie-law-info-bar #cookie_action_close_header {
    color: #782D96 !important;
    border-color: #782D96;
    background: 0 0 !important;
    width: 64%;
}

#cookie-law-info-bar #cookie_action_close_header:hover {
    background: #782D96 !important;
    color: #fff !important;
}

#cookie-law-info-bar p a {
    color: #782D96 !important;
    font-size: 1em;
    font-weight: 400;
    text-decoration: none;
}

#cookie-law-info-bar .btn-group-box a {
    width: 50%;
    padding: 13px 15px 12px;
    font-size: 1em;
    border-radius: 4px;
    font-weight: 600;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    border: 1px solid transparent;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
}

#cookie-law-info-bar #cookie_action_close_header_reject {
    color: #8F989D !important;
    border-color: #8F989D;
    background: 0 0 !important;
}

#cookie-law-info-bar #cookie_action_close_header_reject:hover {
    color: #fff !important;
    background: #8F989D !important;
}

#cookie-law-info-bar .btn-group-box a+a {
    margin-left: 16px;
}

.not-found {
    padding-top: 50px;
    padding-bottom: 113px;
}

.not-found h1 {
    font-size: 180px;
    line-height: 180px;
}

.not-found h2 {
    font-size: 36px;
}

.event-archive-link::after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -3px;
    background: url(../images/koncertu_arhivs_kontrabass@2x.png);
    background-size: 369px 421px;
    width: 369px;
    height: 421px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.event-archive-link:hover::after {
    transform: rotate(-3deg);
}

.event-archive-link::before {
    content: "";
    position: absolute;
    left: 70px;
    bottom: 48px;
    background: url(../images/hands.png);
    background-size: 335px 205px;
    width: 335px;
    height: 205px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.posts-simple-list .news .item::after {
    display: none;
}

.posts-simple-list h2 {
    margin-bottom: 29px;
    font-size: 27px;
    line-height: 33px;
}

.posts-simple-list .post-list h3 {
    font-size: 16px;
    line-height: 21px;
}

.posts-simple-list .post-list .img {
    margin-bottom: 23px;
}

.posts-simple-list .news .item {
    margin-bottom: 46px;
}

.posts-simple-list .btn-center-wrapper {
    margin: 12px auto 0px;
    text-align: center;
}

.posts-simple-list .btn {
    min-width: 186px;
}

.posts-simple-list {
    padding: 0px 0px 114px;
}

.search .page-intro h1 {
    max-width: 100%;
}

.search-wrapper .search-list {
    padding: 0px 10% 60px;
}

.search-wrapper .search-list a {
    color: #121212;
}

.search-wrapper .search-list a:hover {
    text-decoration: underline;
}

.search-wrapper .search-list h3 {
    font-size: 18px;
}

.search-wrapper .search-list .image {
    margin-right: 15px;
    width: 100px;
    min-width: 100px;
}

.search-wrapper .search-list .image img {
    max-width: 100%;
}

.search-wrapper .search-list article {
    padding-bottom: 30px;
}

.search-wrapper .search-list article + article {
    border-top: 1px solid #DEDEDF;
    padding-top: 30px;
}

.search-wrapper .search-field {
    height: 50px;
    line-height: 50px;
    padding: 0px 15px;
    border: 1px solid #DEDEDF;
    background-color: #FFFFFF;
    width: 100%;
}

.search-wrapper .search-submit {
    font-style: normal;
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    border: 1px solid #000000;
    border-radius: 0px;
    font-size: 14;
    font-weight: 600;
    color: #fff;
    padding: 0px 34px;
    background: #000000;
    margin-left: 15px;
}

.search-wrapper .search-submit:hover {
/*    color: #782D96;
    background: #fff;
    border: 1px solid #782D96;*/
}

.search-form-wrapper {
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 60px;
}

.search-form-wrapper .search-form {
    display: flex;
}

.search-form-wrapper .search-form label {
    width: 100%;
}

.single .page-intro h1 {
    max-width: 100%;
}

.events .location strong,
.events .post-list .right-side,
.events .post-list .weekday,
.events .post-list time,
.events .post-list .location-icon {
    font-size: 12px;
    line-height: 14px;
}

.events .location strong {
    display: block;
}

.events .post-list h3 {
    font-size: 18px;
    line-height: 22px;
}

.event-filter-wrapper {
    margin-bottom: 44px;
}

.event-filter-wrapper ul {
    display: flex;
    padding: 0px;
    margin: 0px;
}

.event-filter-wrapper ul li {
    margin-right: 16px;
}

.event-filter-wrapper .sf-input-select,
.event-filter-wrapper .sf-field-search input {
    height: 44px;
    line-height: 44px;
    border: 1px solid #782D96;
    border-radius: 4px;
    width: 154px;
    min-width: auto !important;
    color: #782D96;
    padding: 0px 25px 0px 11px;
    font-weight: 500;
}

.event-filter-wrapper .sf-input-select {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
}

.event-filter-wrapper .sf-field-search input {
    background-image: url(../images/search-pink.svg);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-color: transparent;
    background-position: 95% center;
}

.event-filter-wrapper .sf-field-search input::placeholder {
    color: #782D96;
    opacity: 1;
}

.event-filter-wrapper .sf-field-search input:-ms-input-placeholder {
    color: #782D96;
}

.event-filter-wrapper .sf-field-search input::-ms-input-placeholder {
    color: #782D96;
}

.event-filter-wrapper .sf-field-search {
    margin-left: auto;
    margin-right: 0px;
}

.event-filter-wrapper .sf-field-search input {
    width: 200px;
}

.sf-field-post_date {
    display: flex !important;
}

.sf-field-post_date h4 {
    order: 2;
    max-width: 80px;
}

.sf-field-post_date .sf_date_field {
    order: 1;
}

.sf-field-post_date input {
    width: 41px;
    height: 38px;
    border: none;
    background: transparent;
    cursor: pointer;
    caret-color: transparent;
    color: #fff;
    font-size: 0px;
}

.sf-field-post_date label {
    background: url(../images/calendar-icon.svg);
    background-size: 41px 38px;
    width: 41px;
    height: 38px;
}

.posts.events .news .item::after {
    right: auto;
    left: 0px;
}

.event-filter-post-wrapper {
    padding-bottom: 168px;
}

.title-link {
    display: block;
}

.event-filter-post-wrapper .item {
    position: relative;
    margin-bottom: 63px !important;
}

.event-filter-post-wrapper .content {
    padding-bottom: 44px;
}

.event-filter-post-wrapper .btn {
    position: absolute;
    bottom: 0px;
    left: 8px;
}

.ll-skin-melon .ui-widget,
.ll-skin-melon .ui-datepicker td {
    background: #fff;
}

.ll-skin-melon .ui-datepicker th {
    border: none;
    color: #121212;
    font-size: 16px;
    font-weight: bold;
}

.ll-skin-melon .ui-widget {
    box-shadow: none;
    border: 1px solid #707070;
    padding: 85px 37px 20px 37px;
}

.ll-skin-melon td .ui-state-default {
    border: none;
    color: #121212;
    font-size: 16px;
    font-weight: bold;
}

.ll-skin-melon .ui-widget {
    width: 379px;
    margin-top: -60px;
}

.sf-field-post_date {
    position: relative;
    z-index: 9999999999;
    margin-left: 34px !important;
}

.event-slider-header .sf-field-search input {
    height: 40px;
    line-height: 40px;
    border: 1px solid rgba(58, 58, 82, 0.3);
    border-radius: 4px;
    width: 200px;
    color: #782D96;
    padding: 0px 13px;
    font-weight: 500;
}

.event-slider-header .sf-field-search input {
    background-image: url(../images/search-grey.svg);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-color: transparent;
    background-position: 95% center;
}

.event-slider-header .sf-field-search input::placeholder {
    color: rgba(58, 58, 82, 0.3);
}

.event-slider-header .sf-field-search input:-ms-input-placeholder {
    color: rgba(58, 58, 82, 0.3);
}

.event-slider-header .sf-field-search input::-ms-input-placeholder {
    color: rgba(58, 58, 82, 0.3);
}

.event-slider-header .searchandfilter ul {
    padding: 0px;
}

.event-slider-header .searchandfilter ul li {
    padding: 0px;
}

.section-title-box {
    margin-bottom: 28px;
}

.section-title-box .section-title {
    margin-bottom: 0px;
}



.default-text {
    padding: 0px 0px 60px;
}

.default-text h2 {
    font-size: 27px;
    line-height: 32px;
}

.default-text p + h2,
.default-text p + h3,
.default-text p + h4,
.default-text p + h5,
.default-text p + h6 {
    padding-top: 30px;
}

.default-text h2,
.default-text h3,
.default-text h4,
.default-text h5,
.default-text h6 {
    padding-bottom: 15px;
}

.default-text ul {
    list-style: initial;
}

.default-text p a {
    color: #000;
    text-decoration: underline;
}

.ll-skin-melon td .ui-state-default {
    color: #121212;
}

.searchandfilter-date-picker .ui-state-disabled {
    visibility: hidden;
}

.post-list .btn-secondary {
    padding: 0px 40px;
}

.post-list .link-to-page {
    padding-top: 19px;
}

.post-list .page-numbers.prev {
    margin-right: 22px;
}

.post-list .page-numbers.next {
    margin-left: 22px;
}

.ui-datepicker-month {
    border: none;
}

.ui-state-default {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0px !important;
    margin: 5px !important;
}

.ui-datepicker-today a {
    color: #fff !important;
    background: #782D96 !important;
}

.festival-year-item {
    margin-bottom: 30px;
}

.gallery {
        --wp--style--unstable-gallery-gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 0.5em)))!important;
    gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 0.5em)))!important;
    display: flex!important;
        flex-wrap: wrap!important;
    align-items: center!important;
        margin: 0 0 1rem!important;
}

.gallery-item {
            width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px) * .66667)!important;
            align-self: inherit!important;
           margin: 0!important;
            box-sizing: border-box!important;
    display: flex!important;
    flex-direction: column!important;
    flex-grow: 1!important;
    justify-content: center!important;
    max-width: 100%!important;
    position: relative!important;
}

.gallery-icon {
    width: 100%;
}

.gallery-item a {
    flex: 1 0 0%!important;
    height: 100%!important;
    object-fit: cover!important;
    width: 100%!important;
    display: flex!important;
        flex-direction: column!important;
    flex-grow: 1!important;
    margin: 0!important;
}

.gallery-item a img {
        flex: 1 0 0%!important;
    height: 100%!important;
    object-fit: cover!important;
    width: 100%!important;
display: block!important;
    height: auto!important;
    max-width: 100% !important;
    width: auto!important;
        box-sizing: border-box!important;
    height: auto!important;
    max-width: 100%!important;
}

.gallery img {
    border: none !important;
}

em {
    font-style: italic;
}

.category-gallery {
    margin-bottom: 30px;
}

.wp-block-gallery.wp-block-gallery-1 {
    --wp--style--unstable-gallery-gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 0.5em)));
    gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 0.5em)));
}

body .is-layout-flex {
    display: flex;
}

.is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

figure {
    margin: 0 0 1rem;
}

@media (min-width: 600px) {
    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
        width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px) * .66667);
    }
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
    align-self: inherit;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    margin: 0;
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2);
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    max-width: 100%;
    position: relative;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    flex: 1 0 0%;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
    display: block;
    height: auto;
    max-width: 100% !important;
    width: auto;
}

.wp-block-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}

.wp-block-image + .wp-block-image {
    margin-top: 40px;
}

/*-------------------------------------------------*/
/* =  1400px
/*-------------------------------------------------*/
@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1280px;
        padding-left: 138px;
        padding-right: 138px;
    }
}

/*-------------------------------------------------*/
/* =  1200px
/*-------------------------------------------------*/
@media only screen and (max-width: 1200px) {
    .content-sidebar-main .wrapper,
    .accordion-section .box-wrapper,
    .default-text,
    .page-list .list,
    .posts-simple-list .wrapper {
        padding: 0px;
    }

    .accordion-body {
        padding: 20px 85px 35px 85px;
    }

    .search-wrapper .search-list {
        padding: 0px 0px 60px;
    }

    .event-filter-wrapper form > ul {
        flex-wrap: wrap;
        margin: 0px -15px;
    }

    .event-filter-wrapper ul li {
        width: 50%;
        margin: 0px;
        padding: 0px 15px 15px;
    }

    .event-filter-wrapper ul li label {
        display: block;
    }

    .event-filter-wrapper .sf-input-select,
    .event-filter-wrapper .sf-field-search input {
        width: 100%;
    }

    .sf-field-post_date {
        margin: 0px !important;
    }

    .event-filter-wrapper .sf-field-search {
        margin: 0px;
        width: 100%;
    }

    .sf-field-post_date h4 {
        max-width: 100%;
        padding: 16px 0 10px;
        margin-left: 10px;
    }

    .founders-section-table .wrapper, 
    .posts-simple-list .wrapper {
        padding: 0px;
    }
}

/*-------------------------------------------------*/
/* =  991px
/*-------------------------------------------------*/
@media only screen and (max-width: 991px) {
    .soc-list {
        max-width: 100%;
    }

    .featured-post h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .featured-post-item.content {
        padding: 20px 25px;
    }

    .page-list {
        padding: 14px 0px 30px;
    }

    .event-filter-post-wrapper {
        padding-bottom: 60px;
    }

    .event-archive-link::after {
        display: none;
    }
}

/*-------------------------------------------------*/
/* =  767px
/*-------------------------------------------------*/
@media only screen and (max-width: 767px) {
    .container, 
    .container-sm {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }

    h2 {
        font-size: 24px;
        line-height: 34px;
    }

    

    h1 {
        font-size: 25px;
        line-height: 35px;
    }

    .main-nav-intro {
        min-height: auto;
        padding-bottom: 0px;
    }

    .main-nav-intro h1 {
        padding: 30px 0px;
        margin-bottom: 0px;
    }

    .top-search {
        margin-bottom: 24px;
    }

    .top-search .search-field,
    .top-search label {
        width: 100%;
    }

    .top-search .search-field {
        height: 40px;
        line-height: 40px;
    }

    .founders-section::after {
        top: 170px;
        right: -65px;
        width: 270px;
        height: 266px;
        background-size: 270px 266px;
    }

    .info-banner::before {
        display: none;
    }

    .info-banner h3 {
        font-size: 38px;
        line-height: 50px;
    }

    .tnp-email {
        padding: 0px 15px !important;
    }

    .featured-post {
        display: block;
        margin: 32px 0px 60px;
    }

    .featured-post-item {
        width: 100%;
    }

    .posts .news .item,
    .posts img {
        width: 100%;
    }

    .musicians-section img {
        width: 100%;
    }

    .content-sidebar-main h3 {
        margin-bottom: 30px;
        max-width: 100%;
    }

    .content-sidebar-main .sidebar-content .text {
        margin-bottom: 15px;
    }

    .gallery-posts {
        padding: 60px 0px 30px;
    }

    .search-form-wrapper .search-form {
        display: block;
    }

    .search-wrapper .search-submit {
        display: block;
        width: 100%;
        margin: 15px 0px 0px 0px;
    }

    .event-slider-header {
        display: block !important;
    }

    .event-slider-header .section-title {
        margin-bottom: 15px;
    }

    .event-slider-header .searchandfilter label {
        display: block;
    }

    .event-slider-header .sf-field-search input {
        width: 100%;
    }

    .home main {
        padding-bottom: 0px;
    }

    .musicians-list-wrapper .item img {
        width: 100%;
    }

    .musicians-list-wrapper .item {
        margin-bottom: 30px;
    }

    .custom-table-list .img {
        height: 25px;
    }

    .custom-table-list .img img {
        height: 100%;
    }

    .calendar-list .item-text, 
    .calendar-list .item-info {
        padding-top: 10px;
    }
}

.page-template-page-calendar .hero {
    display: none !important;
}

.wp-block-gallery figcaption {
    display: none !important;
}