/**
 * Place for page-garmony styles here.

MAIN

*/
 
/* MAIN */
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400&display=swap');

.page-garmony {
  
}

.page-footer {
    margin-top: 0!important;
}




/* HEADER */
.page-festival-garmony-header {
    background-color: #69634E;
    position: relative;
    z-index: 1;
}

.page-festival-garmony-header__date {
    background-color: #8C4336;
    color: #EDD6BB;
    text-align: center;
    font-family: EB Garamond;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 2.1em;
    display: block;
    background: #8C4336;
    box-shadow: 0px 5px 11.7px 0px rgba(0, 0, 0, 0.35);
}

.page-festival-garmony-header__date p {
    margin: 0;
}

.page-festival-garmony-header__image {
    text-align: center;
}

.page-festival-garmony-header__image img {
    display: inline-block;
}

.page-festival-garmony-header__image-mobile {
    display: none;
}

.page-festival-garmony-header__title {
    text-align: center;
}

.page-festival-garmony-header__title h1 {
    margin-bottom: 10px;
}

.page-festival-garmony-header__title span {
    font-family: EB Garamond;
    font-size: 64px;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: 0em;
    text-align: center;
    color: #EDD6BB;
    background-color: #8C4336;
    width: auto;
    display: inline-block;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 10px;
    margin-bottom: 2px;
    background: #8C4336;
    box-shadow: 5px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.page-festival-garmony-header__description {
    color: #EBD0B2;
    text-align: center;
    font-family: PT Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 10px;
    padding-bottom: 10px;
}

.page-festival-garmony-header__description p {
    margin: 0;
}






/* FIRST SCREEN */
.page-festival-garmony-first-screen {
    background-color: #454434;
    color: #EBD0B2;
    min-height: 310px;
    z-index: 0;
    position: relative;
}

.page-festival-garmony-first-screen .paragraph-text-image__background {
    display: grid;
    align-items: center;
    grid-template-columns: 400px 3fr;
    min-height: 310px;
    column-gap: 30px;
}

.page-festival-garmony-first-screen .paragraph-text-image__text {
    color: #EBD0B2;
    font-family: PT Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.page-festival-garmony-first-screen .paragraph-text-image__image {
    float: none;
    padding-right: 0;
    max-width: 100%;
    height: 100%;
}

.page-festival-garmony-first-screen .paragraph-text-image__image > div > div:nth-child(2) {
    display: none;
}



/* EVENT PAGE */
.page-festival-garmony-event-header {
    grid-column: 1/3;
    height: 755px;
    background-repeat: no-repeat;
    background-size: cover;
}

.layout-builder .page-festival-garmony-event-header {
    grid-column: 1/3;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-festival-garmony-event-header > div {
    height: 100%;
    display: grid;
    grid-template-rows: 1fr 1fr;
}

.layout-builder .page-festival-garmony-event-header > div {
    display: flex;
    /* flex-direction: column; */
    height: auto;
}

/* First screen */
.page-festival-garmony-event-header__widget {
    grid-column: 1/3;
    grid-row: 1;
}

.page-festival-garmony-event-header__first-screen {
    grid-column: 1/3;
    grid-row: 2;
}

.page-festival-garmony-event-header__background {
    grid-column: 1/3;
    grid-row: 1/3;
    z-index: -1;
}

.layout-builder .page-festival-garmony-event-header__background {
    grid-column: 1/3;
    grid-row: 1/3;
    z-index: 1;
}

.page-festival-garmony-event-header__background > img:nth-child(2) {
    display: none;
}

.layout-builder .page-festival-garmony-event-header__background img {
    display: block;
    width: auto;
    object-fit: contain;
    height: auto;
    z-index: 1;
    width: 350px;
}

.page-festival-garmony-event-header__background img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

/* Second screen */
.page-festival-garmony-event-second-screen {
    grid-column: 1/3;
    background: #EBD0B2;
}

.page-festival-garmony-event-second-screen > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
}

.page-festival-garmony-event-second-screen__title {
    height: 70px;
    width: 100%;
    background: #EBD0B2;
    box-shadow: 0px 5px 11.7px 0px rgba(117, 66, 57, 0.30);
    grid-column: 1/3;
    grid-row: 1;
    z-index: 1;
}

.page-festival-garmony-event-second-screen__title h2 {
    color: #8C4336;
    text-align: center;
    font-family: EB Garamond;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    line-height: 70px;
}

.page-festival-garmony-event-second-screen__date {
    grid-column: 1;
    grid-row: 2;
    color: #8C4336;
    text-align: center;
    font-family: EB Garamond;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.page-festival-garmony-event-second-screen__text {
    grid-column: 2;
    grid-row: 2;
    color: #8C4336;
    font-family: PT Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 30px;
    margin-bottom: 30px;
}

/* Third screen - Program */
.page-festival-garmony-event-program {
    grid-column: 1/3;
    padding-bottom: 30px;
    background: #EBD0B2;
}

.page-festival-garmony-event-program__title {
    background: #8C4336;
    box-shadow: 0px 5px 11.7px 0px rgba(0, 0, 0, 0.35);
}

.page-festival-garmony-event-program__title h2 {
    margin: 0;
    color: #EDD6BB;
    text-align: center;
    font-family: EB Garamond;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
}

.page-festival-garmony-event-program__text {
    padding-top: 30px;
    padding-bottom: 30px;
}

.page-festival-garmony-event-program__text:after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background-color: #69634E;
    border-bottom: 1px solid #69634E;
    margin-top: 40px;
}

.page-festival-garmony-event-program__text {
    color: #69634E;
    font-family: PT Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.page-festival-garmony-event-program__text strong {
    color: #8C4336;
    text-align: center;
    font-family: EB Garamond;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.page-festival-garmony-event-program__enter {
    padding-top: 15px;
    padding-bottom: 15px;
}

.page-festival-garmony-event-program__enter .paragraph-text-image__background {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.page-festival-garmony-event-program__enter .paragraph-text-image__image {
    max-width: 100%;
    max-width: 230px;
    margin-left: auto;
}

.page-festival-garmony-event-program__enter .paragraph-text-image__text {
    color: #454434;
    font-family: PT Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.page-festival-garmony-event-program__enter .paragraph-text-image__text strong {
    color: #8C4336;
    font-family: EB Garamond;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

/* Fourth screen - performers */
.page-festival-garmony-event-performers {
    grid-column: 1/3;
    background: #8C4336;
}

.page-festival-garmony-event-program__performers {
    color: #EBD0B2;
    text-align: right;
    font-family: PT Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.page-festival-garmony-event-program__performers .paragraph-text-image__background {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    min-height: 400px;
}

.page-festival-garmony-event-program__performers .paragraph-text-image__image {
    grid-column: 2;
    grid-row: 1;
    margin-top: auto;
    margin-right: 0;
    margin-left: auto;
}

.page-festival-garmony-event-program__performers .paragraph-text-image__image {
    max-width: 100%;
}

.page-festival-garmony-event-program__performers .paragraph-text-image__text {
    grid-column: 1;
    grid-row: 1;
}

.page-festival-garmony-event-program__performers strong {
    color: #EBD0B2;
    font-family: EB Garamond;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

/* Fifth screen - Button */
.page-festival-garmony-event-button {
    grid-column: 1/3;
    padding-top: 3em;
    padding-bottom: 3em;
    background: #EBD0B2;
}

.page-festival-garmony-event-button .paragraph-button {
    margin: 0;
}

.page-festival-garmony-event-button .paragraph-button a {
    border-radius: 8px;
    background: #8C4336;
    text-transform: none;
    border: 1px solid #8C4336;
    padding: 7px 35px;
    color: #EBD0B2;
    text-align: center;
    font-family: PT Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* Sixth screen - Slider */
.page-festival-garmony-event-bottom-slider {
    grid-column: 1/3;
    background: #EBD0B2;
    padding-bottom: 3em;
}

.page-festival-garmony-event-bottom-slider__slider > .slick > .slick__arrow {
    display: none;
}

.page-festival-garmony-event-bottom-slider > div {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
}

.page-festival-garmony-event-bottom-slider .slick-slider {
    padding-bottom: 1em;
}

.page-festival-garmony-event-bottom-slider .slick-dots li button {
    border-radius: 50%;
    background-color: #A09D8F;
}

.page-festival-garmony-event-bottom-slider .slick-dots li.slick-active button {
    background-color: #8C4336;
}








/* ADAPTIVE */
@media (min-width: 1920px) {

}

@media (max-width: 1920px) {

}

@media (max-width: 1919px) {
}

@media (max-width: 1800px) {

}

@media (max-width: 1650px) {

}

@media (max-width: 1600px) {
    .page-festival-garmony-event-header {
        height: 700px;
    }
}

@media (max-width: 1500px) {

}

@media (max-width: 1440px) {
    
}

@media (max-width: 1366px) {
    .page-festival-garmony-event-header {
        height: 600px;
    }
}

@media (max-width: 1280px) {

}

@media (max-width: 1150px) {
    .page-festival-garmony-event-header {
        height: 500px;
    }
    .page-festival-garmony-event-second-screen > div {
        grid-template-columns: 2fr 3fr;
    }
    .page-festival-garmony-event-program__performers .paragraph-text-image__background {
        display: flex;
        flex-direction: column-reverse;
        row-gap: 1em;
    }
    .page-festival-garmony-event-program__performers .paragraph-text-image__image {
        margin-right: auto;
        padding-left: 0;
    }
    .page-festival-garmony-event-program__performers {
        text-align: center;
        margin-top: 1em;
    }
}

@media (max-width: 1080px) {
    .page-festival-garmony-event-header__background > img:nth-child(1) {
        display: none;
    }
    .page-festival-garmony-event-header__background > img:nth-child(2) {
        display: block;
        object-position: bottom;
    }
    .page-festival-garmony-event-header {
        height: 100%;
        max-height: 85vh;
        min-height: 80vh;
    }
    .page-festival-garmony-event-header > div {
        grid-template-rows: 45% 1fr;
    }
    .page-festival-garmony-event-header__first-screen {
        grid-column: 1/3;
        grid-row: 1;
        display: flex;
        align-items: end;
        justify-content: center;
    }
}

@media (max-width: 1024px) {
    .page-festival-garmony-header__title span {
        font-size: 50px;
        line-height: normal;
    }

    .page-festival-garmony-first-screen .paragraph-text-image__image > div img {
        height: auto;
    }
    .page-festival-garmony-first-screen .paragraph-text-image__text {
        font-size: 16px;
        margin-top: 1em;
    }
}

@media (max-width: 991px) {
    .page-festival-garmony-first-screen .paragraph-text-image__background {
        grid-template-columns: 3fr 11fr;
        min-height: 210px;
        column-gap: 0;
    }
    .page-festival-garmony-first-screen .paragraph-text-image__image > div {
        display: flex;
        align-items: end;
        height: 100%;
        width: auto;
    }
    .page-festival-garmony-first-screen {
        min-height: 270px;
        padding-left: 0;
    }
}

@media (max-width: 834px) {
    .page-festival-garmony-first-screen .paragraph-text-image__background {
        /* grid-template-columns: 300px 3fr; */
        /* min-height: 210px; */
    }
}

@media (max-width: 768px) {
    .page-festival-garmony-first-screen .paragraph-text-image__background {
        /* grid-template-columns: 130px 3fr; */
        column-gap: 0;
    }
    .page-festival-garmony-header__date {
        font-size: 30px;
        line-height: 2em;
    }
    .page-festival-garmony-header__title span {
        font-size: 40px;
    }
    .page-festival-garmony-header__description {
        font-size: 18px;
    }
    .page-festival-garmony-first-screen .paragraph-text-image__image > div {
        align-items: start;
    }
    .page-festival-garmony-header__image {
        /* display: none; */
    }
    .page-festival-garmony-header__image-mobile {
        display: block;
    }
    .page-festival-garmony-header__image {
        overflow: hidden;
    }
    .page-festival-garmony-header__image img {
        min-width: 150%;
        margin-left: -25%;
    }
    .page-festival-garmony-event-header {
        max-height: 85vh;
        min-height: 65vh;
    }
    .page-festival-garmony-event-second-screen > div {
        display: flex;
        flex-direction: column;
    }
    .page-festival-garmony-event-second-screen__date p {
        margin-bottom: 0;
    }
    .page-festival-garmony-event-second-screen__text {
        margin-top: 15px;
    }
    .page-festival-garmony-event-program__enter .paragraph-text-image__background {
        grid-template-columns: 2fr 3fr;
        column-gap: 2em;
    }
    .page-festival-garmony-event-program__enter .paragraph-text-image__text {
        font-size: 18px;
    }
    .page-festival-garmony-event-program__enter .paragraph-text-image__text strong {
        font-size: 36px;
    }
    .page-festival-garmony-event-program__performers {
        font-size: 18px;
    }
    .page-festival-garmony-event-program__performers strong {
        font-size: 34px;
    }
    .page-festival-garmony-event-bottom-slider > div {
        max-width: 500px;
    }
}

@media (min-width: 551px) and (max-width: 991px) {
    .page-festival-garmony-first-screen .paragraph-text-image__image > div > div:nth-child(1) {
        display: none;
    }
    .page-festival-garmony-first-screen .paragraph-text-image__image > div > div:nth-child(2) {
        display: block;
    }
    .page-festival-garmony-first-screen .paragraph-text-image__image > div {
        position: relative;
    }
    .page-festival-garmony-first-screen .paragraph-text-image__image > div img {
        position: absolute;
        width: 380px;
        left: -40px;
        overflow: hidden;
        top: 0;
    }
}

@media (max-width: 650px) {
    .page-festival-garmony-event-header {
        max-height: 85vh;
        min-height: 60vh;
    }
    .page-festival-garmony-event-header > div {
        grid-template-rows: 320px 1fr;
    }
}

@media (max-width: 550px) {
    .page-festival-garmony-event-header {
        max-height: 85vh;
        min-height: 670px;
    }
    .page-festival-garmony-event-header > div {
        grid-template-rows: 320px 400px;
    }
    .page-festival-garmony-first-screen .paragraph-text-image__background {
        display: flex;
        flex-direction: column-reverse;
        row-gap: 1em;
        padding-top: 1em;
    }
    .page-festival-garmony-event-program__enter .paragraph-text-image__text strong {
        font-size: 30px;
    }
    .page-festival-garmony-event-program__performers .paragraph-text-image__text {
        padding-left: 30px;
        padding-right: 30px;
    }
    .page-festival-garmony-event-program__performers strong {
        font-size: 32px;
    }
    .page-festival-garmony-event-bottom-slider > div {
        max-width: 400px;
    }
}

@media (max-width: 580px) {
    .page-festival-garmony-header__title {
        margin-left: 30px;
        margin-right: 30px;
        line-height: 1;
    }
    .page-festival-garmony-header__title span {
        line-height: 1;
    }
}


@media (max-width: 550px) {
    .page-festival-garmony-first-screen {
        padding-left: 30px;
    }
    .page-festival-garmony-first-screen__image-text .paragraph-text-image__image {
        width: 220px;
    }
    .page-festival-garmony-event-program__text p {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 450px) {
    .page-festival-garmony-header__title span {
        font-size: 34px;
    }
    .page-festival-garmony-header__description {
        font-size: 16px;
    }
    .page-festival-garmony-header__date {
        font-size: 22px;
    }
    .page-festival-garmony-event-program__enter .paragraph-text-image__background {
        grid-template-columns: 2fr 4fr;
    }
    .page-festival-garmony-event-program__enter .paragraph-text-image__text {
        font-size: 16px;
    }
    .page-festival-garmony-event-program__enter .paragraph-text-image__text strong {
        font-size: 28px;
    }
    .page-festival-garmony-event-bottom-slider > div {
        max-width: 300px;
    }
}

@media (max-width: 380px) {
    .page-festival-garmony-event-program__text {
        font-size: 16px;
    }
    .page-festival-garmony-event-program__text p {
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-festival-garmony-event-program__performers {
        font-size: 16px;
    }
    .page-festival-garmony-event-program__performers strong {
        font-size: 28px;
    }
}

@media (max-width: 350px) {
    .page-festival-garmony-event-program__enter .paragraph-text-image__background {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .page-festival-garmony-event-program__enter .paragraph-text-image__image {
        max-width: 150px;
        margin-right: auto;
    }
    .page-festival-garmony-event-program__enter .paragraph-text-image__text {
        font-size: 16px;
    }
    .page-festival-garmony-event-program__enter .paragraph-text-image__text strong {
        font-size: 28px;
    }
}