/*
Theme Name: Vianočná Bratislava
Theme URI: https://wordpress.org/themes/twentytwentythree
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Three is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself.
Requires at least: 6.1
Tested up to: 6.1
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: twentytwentythree
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, accessibility-ready, blog, portfolio, news
*/


/*
* Header START
*/

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.logo-phone {
    display: none !important;
}

main {
    margin-top: 130px;
}

main .entry-content {
    padding-left: 0px;
    padding-right: 0px;
    margin-block-start: 0;
}

h3.event-field {
    font-family: 'Inter';
    font-weight: bold;
    background-color: #fff;
    color: #d7322c;
    font-size: 13px;
    display: inline-block;
    margin: 0;
    padding: 2px 7px;
    border-radius: 3px;
}

.go-back {
    display: flex;
    align-items: center;
    font-family: "Inter";
    font-size: 16px;
}

.go-back img {
    height: 25px;
}

.go-back:hover {
    text-decoration: underline;
}

.field-value {
    margin: 13px 0 6px;
    margin-top: 7px;
    margin-bottom: 15px;
    font-size: 1em;
}

.logo-w-btn {
    width: 100%;
}

.wp-site-blocks {
    padding-top: 0px;
    padding-bottom: 0px;
}

.dlazdica-inner {
    height: calc(50vh - 34.7px) !important;
}

.hotspot-default.hotspot-active {
    fill: #3CA2A2;
    fill-opacity: 0.71;
    stroke: #235B6E;
    stroke-opacity: 1.01;
}

.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
    height: 40px;
    width: 40px;
}

/* Hide Header on home page */
.page-template-wp-custom-template-domov header {
    top: -120px;
}

body.home .wp-block-cover__inner-container {
    /* height:50vh; */
}

@media (max-width: 781px) {
    .desktop-only {
        display: none !important;
    }
}

@media (min-width: 781px) {
    .mobile-only {
        display: none !important;
    }
}

/* Element | https://dev.bratislavskevianoce.sk/ */

.dlazdica {
    height: 50vh;
} 

.hotspots-placeholder {
    display: none;
    background-color: transparent;
}  

/* Navigation */

.wp-block-navigation-item__content:hover {
    opacity: 0.9;
}

.current-menu-item a:hover {
    opacity: 1;
}

.wp-block-navigation .current-menu-item .wp-block-navigation-item__content.wp-block-navigation-item__content {
    color: #073a35;
}

/* Navigation Trh */

.hlavny-trh-menu {
    position: fixed;
    width: 100%;
    margin-block-start: 0;
    top: 62px;
    z-index: 1000;
}


.hlavny-trh-menu li {
    line-height: 2em;
}

.hlavny-trh-menu li.current-menu-item {
    background-color: var(--wp--preset--color--tertiary);
}

.hlavny-trh-menu li span {
    white-space: nowrap;
    font-size: 0.8em;
}

.page-template-wp-custom-template-hlavny-trh-mapa .entry-content
,.page-template-hlavny-trh main .entry-content {
    margin-top: 260px;
}

@media (min-width: 520px) {
    .page-template-wp-custom-template-hlavny-trh-mapa .entry-content
    ,.page-template-hlavny-trh main .entry-content {
        margin-top: 200px;
    }
}

@media (min-width: 1050px) {
    .page-template-wp-custom-template-hlavny-trh-mapa .entry-content
    ,.page-template-hlavny-trh main .entry-content {
        margin-top: 160px;
    }
}

/* Site title & logo */
body .is-layout-flex.logo-row {
    gap: 1rem;
}

.wp-block-site-logo img.custom-logo {
    height: 30px;
}

p.wp-block-site-title a {
    display: table-caption;
}

p.wp-block-site-title a:hover {
    opacity: 0.8;
}

a.glink img {
    opacity: 1
}

/*
* Header END
*/

/*
* Footer START
*/
footer {
    position: relative;
    z-index: 99;
}

#mestske-casti-partneri {
    padding-right: var(--wp--style--root--padding-right);
    padding-left: var(--wp--style--root--padding-left);
}

.partneri {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto auto auto auto auto auto;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    display: grid;
}

.partneri img {
    height: 4vw;
    opacity: .6;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

.mestske-casti_wrapp {
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.mestske-casti_text {
    opacity: .6;
    text-align: center;
    font-size: .8vw;
    font-weight: 300;
    display: inline;
}




.hlavni-organizatori img {
    height: 4vw;
    max-height: 65px;
}

.lights-wrapp {
    width: 100%;
    height: 3vw;
    background-color: #e0443a;
    background-image: url('assets/images/lights-line.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: repeat-x;
}

.wrapp-2 {
    background-position: 130% 50%;
    margin-block-start: 0rem !important;
}

/* Partneri loga */
.brands {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 3rem;
}

.brands__item {
    flex: 0 0 50%;
}

.nadpis-homepage {
    font-size: 2rem !important;
}

.text-homepage {
  font-size: 1rem !important;
}

@media (min-width: 600px) {
    .brands__item {
        flex: 0 0 33%;
    }
}

@media (min-width: 800px) {
    .brands__item {
        flex: 0 0 20%;
    }
}

@media (min-width: 1100px) {
    .brands__item {
        flex: 0 0 15%;
    }
}

@media (min-width: 1300px) {
    .brands__item {
        flex: 0 0 12%;
    }
}

@media (min-width: 1500px) {
    .brands__item {
        flex: 0 0 10%;
    }
}

.brands__item {
    list-style-type: none;
}

.brands__item a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.brands__item img {
    width: 130px;
    height: 75px;
    object-fit: contain;
}

/*
* Footer END
*/


/*
* Body START
*/

/* Home Page */
h1,
h2 {
    word-break: initial;
}

.wp-block-post-content h2 a:hover {
    text-decoration: none;
}

.pink-ball-col {
    height: 100%;
}

h1.page-title {
    line-height: 1;
    font-size: 3vw;
}

.viaba-date {
    font-size: 2.8rem;
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column.viaba-logo {
    flex-basis: content;
    flex-grow: unset;
}

body .is-layout-flow.viaba-logo>.alignleft {
    margin-inline-end: 0em
}

body .is-layout-flex.viaba-logo-cols {
    gap: 0.8rem;
}

body .is-layout-flow>.program-grid,
body .is-layout-flex.event-body,
body .is-layout-flex.no-block-start,
body .is-layout-flow .no-block-start,
body.page-template-wp-custom-template-domov .is-layout-flow>.wp-block-post-content,
body .is-layout-flow.has-background-image,
.wp-site-blocks footer {
    margin-block-start: 0rem;
    margin-block-end: 0;
}

.no-block-start:where(.wp-block-columns.has-background) {
    padding-bottom: 0em;
    padding-right: 0em;
}

.has-background-image {
    position: relative;
}

.has-background-image .wp-block-cover__inner-container {
    z-index: 10;
}

.background-image img {
    position: absolute;
    width: 100%;
    top: 0;
    object-fit: cover;
    height: 100%;
    opacity: 0;
    z-index: 1;
}

.wp-block-cover,
.wp-block-cover-image {
    min-height: auto;
}

.vianoce-hl-trh-sticky {
    height: 100%;
}

.vianoce-hl-trh-sticky img {
    width: 100%;
}

/* Super complicated picture */
@media (min-width: 780px) {
    .vianoce-bg-sticky {
        position: sticky;
        top: 0;
        height: 100%;
    }

    .vianoce-hl-trh-sticky {
        position: sticky;
        top: 120px;
        height: 100%;
    }

    .vianoce-hl-trh-sticky img {
        width: 100%;
    }
}

.vianoce-bg-main-logo {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    padding-top: 35px;
}

.vianoce-bg-main-logo img {
    width: 100%;
}


.vianoce-bg-img {
    background-repeat: no-repeat;
    background-position: 50% -100px;
    background-size: auto 100%;
    height: 100vh !important;
}

@media (max-height: 380px) {
    .vianoce-bg-img {
        min-height: 700px;
    }
}

/* .red-bottom-group{
    width: 100%;
    height: 15vw;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), var(--black));
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: relative;
  
} */
.red-bottom {
    width: 100%;
    height: 13vw;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}

.red-bottom img {
    width: 100% !important;
    height: 100% !important;
    object-fit: fill;
    position: static;
}


.vianoce-bg-text {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;



    z-index: 2;
    text-align: center;
    font-family: Clarinetdisplay, sans-serif;
    font-size: 4vw;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
}

.animatedfsmenu-html-area {
    text-align: center;
}

.animatedfs_menu_list a.glink:not(:last-of-type) {
    margin-right: 25px;
}

a.glink {
    border: 1px solid var(--dark-green);
    border-radius: 100px;
    padding: 1vh;
    font-family: Inter, sans-serif;
    font-size: 1.9vh;
    border: 1px solid #f193ab;
    border-radius: 100px;
    padding: 1vh;
    color: #FFFFFF !important;

}

.animatedfsmenu-html-area div {
    margin-top: 0px;
}

header .glink:not(.gt-current-lang) {
    display: none !important;
}

/* header .glink.gt-current-lang {
    margin-block-start: 0;
} */

@media (max-width:760px) {
    .menu-lang-bar {
        padding-right: 60px !important;
    }

    .animatedfsmenu-navbar-toggler .bar {
        margin: 8px auto !important;
        width: 35px !important;
    }
}

@media  (min-width: 576px) and (max-width: 767.98px) {
  a.glink {
      font-size: 3.5vh;
  }
  .animatedfs_menu_list div {
    overflow: scroll;
  }
  .animatedfs_menu_list div ul li a {  
    font-size: 5vh !important;
  }
  
  .nadpis-homepage {
      font-size: 1.7rem !important;
  }
  
  .text-homepage {
    font-size: 1.1rem !important;
  }      
}

@media  (max-width: 576px) { 
  .nadpis-homepage {
     font-size: 1.4rem !important;
  }
  
  .text-homepage {
    font-size: 1.2rem !important;
  } 
} 

.animatedfsmenu-navbar-toggler:not(.custom-burger) {
    padding: 10px !important;;
}

.animatedfsmenu-html-area a.glink.gt-current-lang {
    background-color: #f193ab;
    color: #043a34 !important;
    font-weight: bold !important;
}

.animatedfs_menu_list div ul li a {
    color: #FFFFFF !important;
    height: 8vh;
    color: #fff;
    text-align: center;
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    border-radius: 100px;
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vh;
    padding: 4vh 30px 4.8vh;
    font-family: Clarinetdisplay, sans-serif;
    font-size: 3 vh;
    font-weight: 300;
    line-height: 0;
    display: flex;
    padding: 0;
    margin: 0;
    margin: 15px;
    height: auto;
    line-height: 1.1em;
} 

@media(min-width: 576px) and (max-width: 768px) {
 .animatedfs_menu_list div ul li a {
    color: #FFFFFF !important;
    height: 8vh;
    color: #fff;
    text-align: center;
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    border-radius: 100px;
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vh;
    padding: 4vh 30px 4.8vh;
    font-family: Clarinetdisplay, sans-serif;
    font-size: 0.9em;
    font-weight: 300;
    line-height: 0;
    display: flex;
    padding: 0;
    margin: 0;
    margin: 15px;
    height: auto;
    line-height: 1em;
} 
}


.vianoce-bg-logo {
    margin-block-start: 0rem;
    width: 8vw;
    max-width: 120px;
    position: absolute;
    top: auto;
    bottom: 28px;
    left: 25px;
    right: auto;
}

.vianoce-bg-logo-right {
    margin-block-start: 0rem;
    width: 8vw;
    max-width: 220px;
    position: absolute;
    top: auto;
    bottom: 50px;
    right: 25px;
    left: auto;
}

.vianoce-bg-logo img {
    /* width: 8vw;
    max-width: 120px;
    position: absolute;
    top: auto;
    bottom: 28px;
    left: 50px;
    right: auto; */


}

/* Music playlist */
.playlist-info {
    z-index: 1;
}

.playlist-info figure {
    width: 32px;
}

.playlist-note {
    position: absolute;
    top: 0;
    display: none;
    z-index: 20;
}

.playlist-text {
    z-index: 0;
    transform: translate3d(11%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    white-space: nowrap;
}


/*
* Body END
*/

/*
* GoOut START
*/

/* Program filter */
input:focus,
select:focus {
    outline-width: 0 !important;
}

.event-filter {
    position: fixed;
    top: 62px;
    width: 100%;
    z-index: 1000;
}

.event-filter input[type=date] {
    width: 110px;
    height: 33px;
    border: 1px solid #fff;
    background-color: var(--wp--preset--color--primary);
    border-radius: 20px;
    padding: 0px 10px;
    color: white;
}

.event-date-filter label {
    margin-right: 10px;
    font-size: 14px;
    font-weight: 200;
}

.bkis-select-filter {
    border: 1px solid var(--wp--preset--color--contrast);
    border-radius: 20px;
    padding-right: 5px;
}

.bkis-select-filter select {
    background-color: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--contrast);
    padding-left: 13px;
    padding-right: 5px;
    height: 33px;
    border-radius: 20px;
    border: none;
}

::-webkit-calendar-picker-indicator {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="%23bbbbbb" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>');
}

/* Program & Udalost page */

.opacity-1 {
    opacity: 1;
}

.w-richtext:before,
.w-richtext:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}

.w-richtext:after {
    clear: both;
}

.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 0px;
    grid-column-gap: 16px;
}

.label {
    margin-top: -2px;
    color: var(--wp--preset--color--tertiary);
    font-size: 2.2em;
    line-height: 1;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
}

.label.white {
    color: var(--wp--preset--color--contrast);
}

.podujatie_img {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    /*height: 100%; */
    margin-right: auto;
    margin-left: auto;
    padding-top: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: none;
}

.program-grid {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-areas: ". .";
    -ms-grid-columns: 1fr 1px 1fr 1px 1fr 1px 1fr 1px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto 1px auto;
    grid-template-rows: auto auto;
    display: grid;
    grid-auto-columns: 1fr;
    background-color: #002e19;
}

.podujatie_wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.podujatie_text-wrapp {
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 25px 25px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.podujatie_heading {
    font-family: 'Inter';
    width: 90%;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 20px;
    font-size: 1.2vw;
    line-height: 1.3;
    font-weight: 600;
    text-align: left;
    color: var(--wp--preset--color--contrast);
}

.image-3 {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.img-under {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    overflow: hidden;
    height: 100%;
}

.img-top {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #2c3049;
}

.div-block-5 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    overflow: hidden;
    height: 100%;
}

.div-block-5 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.div-block-6 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-color: var(--wp--preset--color--primary);
}

.div-block-6._1 {
    background-color: #003d21;
}

.div-block-6.color-1 {
    background-color: var(--wp--preset--color--secondary);
}

.div-block-7 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--wp--preset--color--primary);
}

.cas {
    position: relative;
    font-family: 'Inter';    
    z-index: 100;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-size: 1.1vw;
    line-height: 1.1vw;
    font-weight: 500;
    text-align: right;
    color: var(--wp--preset--color--four);
}

.month {
    color: var(--wp--preset--color--contrast);
    font-size: 6vw;
    line-height: 1;
    font-weight: 400;
    text-align: left;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.date-wrapp {
    display: inline-block;
    padding-top: 4px;
    padding-right: 20px;
    padding-left: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: var(--wp--preset--color--tertiary);
    border-radius: 100px;
}

.date-wrapp.white {
    border-color: var(--wp--preset--color--contrast);
}

.filter-wrapp {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #002213;
    background-color: var(--wp--preset--color--primary);
}

.div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-left: 25px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.filter-date_wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-right: 25px;
    padding-top: 24px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    /* border-right: 1px solid #002213; */
}

.filter-date_field {
    width: 110px;
    height: 33px;
    border: 1px solid #fff;
    border-radius: 20px;
}

.div-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.div-block-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.date-hour_wrapp {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: var(--wp--preset--color--secondary);
}

.orn-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    padding-top: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #00864a, #002213 86%);
}

.orn-absolute {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    -o-object-fit: contain;
    object-fit: contain;
}

.podujatie-orn_wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.div-block-13 {
    position: absolute;
    left: 25px;
    top: 30px;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.w-node {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
}

/* HomePage */
.homepage-grid_wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.homepage-grid_heading {
    width: 90%;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 20px;
    padding-top: 10px;
    color: #fff;
    font-size: 2.20rem;
    line-height: 1.2;
    font-weight: 400;
    text-align: left;
}

.dot {
    width: 8px;
    height: 8px;
    margin-right: 15px;
    margin-left: 15px;
    display: inline-block;
    border-radius: 100px;
    background-color: #e0443a;
}

/* Events page */
.event-static-date {
    line-height: 1.2;
    border: 1px solid #fff;
    border-radius: 100px;
    text-align: center;
}

/* Vianočný trh */
.w-tab-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 9px 30px;
    text-align: left;
    cursor: pointer;
    color: #222222;
    background-color: #dddddd;
}

.w-tab-link div {
    color: #FFF;
}

.w-tab-content {
    position: relative;
    display: block;
    overflow: hidden;
}

.tabs-menu {
    border-bottom: 1px dotted #fff;
}

.w-tab-menu {
    position: relative;
}

.w-tab-pane {
    display: none;
}

.tab {
    width: 16.6%;
    padding-right: 0px;
    padding-left: 0px;
    background-color: transparent;
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
}

.current-tab {
    background-color: #e0443a;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

.accordion-item {
    margin-bottom: 0vw;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom: 1px dotted #fff;
}

.stands {
    margin-bottom: 40px;
}

.stands .accordion-item:last-child {
    border-bottom-style: none;
}

.question {
    cursor: pointer;
    touch-action: manipulation;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
}

.question-item {
    font-size: 16px;
    line-height: 1.4;
    margin: 10px 0px;
}

@media screen and (max-width: 479px) {
    .question-item {
        margin-bottom: 3vw;
        font-size: 4.6vw;
        line-height: 1.3;
    }
}

.answer {
    overflow: hidden;
    margin-bottom: 0vw;
    display: none;
}

.market-block {
    max-width: 600px;
    margin: auto;
}

.typ-stanku {
    color: var(--wp--preset--color--five);
    text-transform: uppercase;
    font-weight: 600;
}

.nazov-stanku {
    color: var(--wp--preset--color--tertiary);
    font-size: 25px;
    font-weight: 400;
}

.link-predajca {
    max-width: 100%;
    display: inline-block;
    margin: 20px 0px;
}

a.link-predajca div {
    font-family: Inter;
    font-size: 17px;
    font-weight: 300;
}

.answer li {
    font-weight: 200;
}

.stand-category {
    border-top: 0.4vw solid var(--wp--preset--color--tertiary);
    border-bottom: 1px solid #fff;
    flex: 1;
}

.trh-zoznam_blok {
    margin-top: 0;
    font-size: 38px;
    color: var(--wp--preset--color--tertiary);
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 1.2;
}

.stand-content H2 {
    font-size: 20px;
    color: var(--wp--preset--color--tertiary);
}

.stand-content ul {
    margin-block-start: 0.5em;
    font-family: 'Inter';

}

.stand-content p {
    font-family: Inter;
    font-weight: 200;
    margin-block-end: 0em;
}

.home .wp-block-buttons>.wp-block-button a {
    font-size: 12px;
}

.home .wp-block-buttons>.wp-block-button {
    font-family: Inter, sans-serif;
}

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

.filter-label {
    white-space: nowrap;
    margin-right: 10px;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.stand-filter .bkis-select-filter {
    width: 100%;
}

.stand-filter select {
    width: 100%;
}

.animatedfsmenu .animatedfs_menu_list {
    min-width: 0 !important;
}

/* Program */

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

    .home-hero {
        max-height: 100vh;
        height: 100vh;
    }
}

@media screen and (max-width: 1100px) {
    .label {
        font-size: 1.5vw;
    }
}

@media (max-width: 1200px) {
    .decoration-column {
        display: none;
    }
}

@media (max-width: 1030px) {
    .organiser {
        display: none;
    }
}

@media (max-width: 1020px) {
    .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display: block;
    }

    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        display: none;
        width: 100%;
        position: relative;
        z-index: auto;
        background-color: inherit;
    }
}

@media (max-width: 991px) {

    .wp-block-column.is-vertically-aligned-bottom,
    .wp-block-column.is-vertically-aligned-center,
    .wp-block-column.is-vertically-aligned-top {
        width: auto !important
    }

    .hlavny-trh-mapa {
        display: none;
    }

    .partneri {
        grid-template-columns: auto auto auto auto auto auto auto auto;
        justify-items: stretch;
        overflow: hidden;
    }

    .program-grid {
        grid-template-areas: ". .";
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto auto auto auto auto auto;
        grid-template-rows: auto auto auto auto auto auto auto;
        text-align: center;
    }

    .podujatie_heading {
        width: 80%;
        font-size: 3.5vw;
    }

    .label {
        font-size: 5vw;
    }

    body .is-layout-flex.pink-ball-col {
        display: none;
    }
}

@media (min-width: 900px) {
    .align-bottom {
        position: absolute;
        bottom: 0;
    }
}

@media (max-width: 900px) {
    .dashboard-columns {
        flex-wrap: wrap !important;
    }

    .dashboard-columns>.wp-block-column:nth-child(1) {
        flex-basis: auto !important;
    }

    h1.page-title {
        line-height: 1;
        font-size: 7vw;
    }
}



@media (min-width: 992px) {

    .only-mobile {
        display: none;
    }

    .hlavny-trh-mapa-responsive {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .home footer .wp-block-buttons>.wp-block-button {

        padding: 12px 0px;
    }

    .home footer .wp-block-buttons>.wp-block-button a {
        font-size: 14px;
        font-weight: 400;
        font-family: 'Inter';
    }

    .wp-container-31 .wp-block-column:first-of-type {
        flex-basis: 33% !important;
    }

    .wp-container-31 .wp-block-column:last-of-type {
        flex-basis: 66% !important;
    }

    .wp-container-52.wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column {
        flex-basis: 33% !important;
    }

    .dashboard-columns.home-hero.has-global-padding>.alignfull.margin-auto {
        flex-direction: column;
        display: flex;
    }

    .home h2 {
        font-size: 4vw !important;
    }

    .partneri {
        justify-items: stretch;
        flex-direction: column;
        grid-template-columns: auto auto auto auto auto auto auto;
    }

    .partneri img {
        height: 8vw;
        max-height: 65px;
        opacity: .6;
    }

    .mestske-casti_wrapp {
        flex-wrap: wrap;
        align-content: space-around;
        align-items: center;
    }

    .mestske-casti_text {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 2vw;
    }

    .lights-wrapp {
        height: 40px;
        background-size: 100px;
        background-repeat: repeat-x;
    }

    .mestske-casti_wrapp {
        flex-wrap: wrap;
        align-content: space-around;
        align-items: center;
    }

    .mestske-casti_text {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 2vw;
    }

    .partneri {
        flex-direction: column;
        grid-template-columns: auto auto auto auto auto auto auto;
    }

    .logo-phone {
        display: flex !important;
        padding-top: 0;
        width: 70%;
        margin-bottom: 15px;
    }

    .home .wp-block-buttons {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .home .wp-block-buttons>.wp-block-button {
        letter-spacing: 2px;
        border-radius: 100px;
        padding: 12px 30px;
        font-size: 12px;
        line-height: 20px;
        align-self: center;
    }


    .wp-block-image.alignfull.size-large.red-bottom {
        height: 30vw;
    }

    .vianoce-bg-logo {
        width: 20vw;
        bottom: 10px;
        left: 15px;
    }

    .vianoce-bg-logo-right {
        width: 20vw;
        bottom: 20px;
        right: 15px;
    }

    .vianoce-bg-text {
        font-size: 11vw;
        /* top: -81%; */
        top: -20px;
    }

    .logo-phone img {

        height: 24vw;
        margin-right: 4vw;
        height: auto;
    }

    .vianoce-bg-img {
        background-size: cover;
        background-position: 50% 0;
    }

    .logo-desktop {
        display: none;
    }

    .lights-wrapp {
        height: 40px;
        background-size: 100px;
        background-repeat: repeat-x;
    }

    .animatedfsmenu.navbar-expand-md .navbar-collapse {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .animatedfsmenu ul {
        padding-left: 0;
    }
}

@media screen and (max-width: 675px) {
    .place {
        justify-content: center;
        flex-basis: 100%;
        margin-top: 10px;
        margin-right: 0px;
    }
}

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

    main {
        margin-top: 56px;
    }

    .wp-block-cover__inner-container h2,
    .has-background-image h2 {
        font-size: 2.4rem !important;
    }

    .page-template-wp-custom-template-domov header {
        top: -165px;
    }

    h1.page-title {
        font-size: 8vw;
    }

    .wp-block-cover__inner-container h1 {
        font-size: 12vw !important;
    }

    .page-template-wp-custom-template-domov .has-x-large-font-size {
        font-size: 2.8rem !important;
    }

    .viaba .wp-block-image img {
        height: 90px;
    }

    .viaba-date {
        font-size: var(--wp--preset--font-size--x-large);
    }

    .background-image {
        display: none;
    }

    .program-grid {
        grid-template-areas: none;
        grid-template-columns: none;
        text-align: center;
    }

    .page-id-18 main {
        margin-top: 150px !important;
    }

    .podujatie_heading {
        width: 80%;
        font-size: 8vw;
    }

    .label {
        font-size: 8vw;
    }

    .month {
        font-size: 20vw;
    }

    .decoration {
        display: none;
    }

    .event-filter .event-date-filter label {
        display: none;
    }

    .event-filter input[type=date] {
        width: 100%;
        box-sizing: border-box;
        min-width:90%; 
    }

    .filter-date_wrapp {
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 10px;
    }

    .filter-date_wrapp .date-from, .filter-date_wrapp .date-to {
        flex-basis: 48%;
        margin-right: 0px;
    }

    .event-date-filter {
        text-align: center;
        width: 100%;
    }

    .filter-wrapp {
        height: 100%;
    }

    .place .bkis-select-filter, .place select {
        width: 100%;
    }

    .div-block-10 .place {
        height: auto;

    }

    .opacity-1 {
        opacity: 0.7;
    }

    .hlavni-organizatori img {
        height: 15vw;
    }

    .wp-block-group.wp-container-43.org-soc {
        justify-content: center;
    }

    .vystava .background-image img {
        opacity: 1;
    }

    .vystava .background-image {
        display: inherit;
    }
}

@media (max-height: 500px) {
    .dlazdica .wp-block-buttons {
        display: none;
    }
}


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

    .wp-container-31.wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column,
    .wp-container-52.wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column {
        flex-basis: 100% !important;
    }

    .home h2 {
        width: 100%;
        /* font-family: 'Inter', sans-serif; */

        text-align: center;
        margin-left: auto;
        margin-right: auto;
        font-size: 10vw !important;

    }

    .dlazdica-inner,
    .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,
    .wp-block-cover__inner-container.is-layout-flow.wp-block-cover-is-layout-flow,
    .dlazdica-inner .wp-block-cover__inner-container,
    .dlazdica-inner .wp-block-group {
        width: 100%;
        text-align: center;
    }



    .wp-block-site-logo {
        max-width: 210px;
    }

    .mestske-casti_text {
        font-size: 4vw;
    }

    .mestske-casti_wrapp {
        width: auto;
        border-right: 1px #21455d;
        flex-direction: column;
        align-items: flex-start;
        margin-left: 0;
        margin-right: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 25px;
    }

    .partneri {
        grid-column-gap: 6px;
        grid-row-gap: 6px;
        border-left: 1px solid #28475c;
        grid-template-columns: auto;
        margin-left: 0;
        margin-right: 0;
        padding-left: 15px;
    }

    .partneri img {
        height: 12vw;
    }

    #mestske-casti-partneri {
        width: 100%;
        justify-content: space-between;
        display: flex;
        margin-left: auto;
        margin-right: auto;
        padding-right: 0;
        padding-left: 0;
    }
}



/*
* GoOut END
*/


/*
* Special style START
*/

.light-green .div-block-6 {
    background-color: var(--wp--preset--color--tertiary);
    /* #2c3049; */
}

.light-green .date-wrapp {
    border-color: var(--wp--preset--color--secondary);
}

.light-green .label {
    color: var(--wp--preset--color--secondary);
}

.light-green .podujatie_heading {
    color: var(--wp--preset--color--primary);
}

img.mistletoe,
img.pink-ball {
    width: 90%;
}

/*
* Special style END
*/

/*
* Universal classes START
*/

.has-global-padding>.alignfull.margin-auto {
    margin-left: auto;
    margin-right: auto;
}

.box-shadow {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.z-index-10 {
    z-index: 10;
}

.width-100-perc {
    width: 100%;
}

.width-100-perc img {
    width: 100%;
}

.min-width-370 {
    min-width: 370px;
}

.space-between-400 {
    justify-content: space-between;
    height: 350px;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.top-0 {
    top: 0;
}

.bottom-0 {
    bottom: 0;
}

.display-none {
    display: none;
}

.overflow-hidden {
    overflow: hidden;
}

/*
* Universal classes  END
*/


/*
* GTranslate
*/
.skiptranslate {
    display: none;
}

/*
* Complianz
*/
#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose .name-header, #cmplz-document .cmplz-dropdown .cookies-per-purpose .name-header, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose .name-header
,#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose .retention-header, #cmplz-document .cmplz-dropdown .cookies-per-purpose .retention-header, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose .retention-header
,#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose .function-header, #cmplz-document .cmplz-dropdown .cookies-per-purpose .function-header, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose .function-header
{
    background-color: #4e776e;
}

#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div, #cmplz-document .cmplz-dropdown .cookies-per-purpose div, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div {
     background-color: #0a4a3e;
}

/*
* Fullscreen menu
*/
.animatedfsmenu-navbar-toggler:not(.custom-burger) {
    height: auto !important;
    padding: 8px;
}



@media (max-width: 768px) {
    .animatedfsmenu.navbar-expand-md .navbar-collapse {
        margin-top: 0px !important;
        justify-content: start;
    }
}

.animatedfsmenu-html-area ul {
    padding-inline-start: 0 !important;
}

a.bkis-undreline-link {
  text-decoration: underline !important;
  color: #002133 !important;
}

a.bkis-undreline-link:hover {
  text-decoration: underline !important;
  color: #094A3D !important;
}

.bkis-black {
  color: var(--wp--preset--color--base) !important;  
}

.bkis-black a {
  color: var(--wp--preset--color--base) !important;
  text-decoration: underline;
}

.bkis-black a:hover {
  color: var(--wp--preset--color--primary) !important;
}