.page-id-3385 .post-little-banner {
    display: none !important;
}

.tickets-container {
    width: 100%;
    display: flex;
    flex-direction: column !important;
    margin-top: 4rem !important;
}
.tickets-top {
    width: 100%;
    display: flex;
    gap: 0.5rem;
}
.tickets-top img {
    width: 1.5rem;
    height: 1.5rem;
    filter: invert(1);
}
.tickets-filter-top {
    display: flex;
    gap: 1rem;
    border: 1px solid gray;
    padding: 0.75rem 1rem;
    border-radius: 100px;
    align-items: center;
    font-size: 0.9rem;
    text-transform: uppercase;
    color: lightgray;
    font-weight: 700;
    cursor: pointer;
}
.tickets-filter-top img {
    width: 1rem;
    height: 1rem;
}

.tickets-search {
    display: flex;
    background: #191919;
    flex-direction: row;
    height: fit-content;
    border-radius: 100px;
    align-items: center;
    margin-left: auto;
}
.tickets-search img {
    position: relative;
    left: 1.1rem;
    width: 1.1rem;
    height: 1rem;
}
.tickets-search input {
    height: fit-content;
    background: transparent;
    border: none;
    font-size: 1rem;
    padding: 0.75rem 2rem;
}

.tickets-filter-input {
    display: flex;
    background: #191919;
    flex-direction: row;
    height: fit-content;
    border-radius: 100px;
    align-items: center;
}
.tickets-filter-input img {
    position: relative;
    left: 1.1rem;
    width: 1.1rem;
    height: 1rem;
}
.tickets-filter-input input {
    height: fit-content;
    background: transparent;
    border: none;
    font-size: 1rem;
    /*     padding: 0.75rem 2rem; */
    width: 150px;
    color-scheme: dark;
    padding: 0.25rem 2rem;
    filter: opacity(0.5);
}

.event-grid-container {
    margin-top: 3rem;
}

.event-grid {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 1rem;
    padding-bottom: 4rem !important;
}
.event-single {
    justify-content: space-between;
    align-items: center;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 13% 27% 20% 20% 13%;
    height: calc(100% - 4rem);
}
.event-single img {
    width: 100%;
    aspect-ratio: 1/0.75;
    border-radius: 0.5rem;
    object-fit: cover;
}
.event-single h5 {
    width: auto;
    display: flex;
    align-items: center;
    border-radius: 0.5rem;
    margin-bottom: 0.5rem !important;
}
.event-detail {
    width: fit-content;
    color: gray;
    font-weight: 600;
    padding: 0.2rem 0rem;
}
.event-single-container button {
    width: fit-content;
    margin-left: auto;
    border-radius: 100px;
    padding: 10px 20px;
    background: #7fdc0e !important;
    color: black;
    border: 1px solid #7fdc0e!important;;
    font-weight: 800;
}
.event-single-container {
    height: 100%;
    width: 100%;
}
.event-single-container button:hover {
    background: black !important;
    color: white !important;
    opacity: 1 !important;
    border-color: white!important;;
}

.event-grid-buttons {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: end;
    margin-bottom: 3rem;
}
.event-grid-buttons > div {
    cursor: pointer;
}
.event-grid-buttons .grid-selected > div {
    background: white !important;
}
.four-grid {
    width: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
}
.four-grid div {
    width: 0.5rem;
    height: 0.5rem;
    background: #414141;
    border-radius: 100%;
}

.three-grid {
    width: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
}
.three-grid div {
    width: 0.5rem;
    height: 0.5rem;
    background: #414141;
    border-radius: 100%;
}
.two-grid {
    width: 1.5rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
}
.two-grid div {
    width: 0.5rem;
    height: 0.5rem;
    background: #414141;
    border-radius: 100%;
}
.tickets-filter.expanded img {
    transform: rotate(180deg);
}
.tickets-filter img,
.tickets-filter-expand {
    transition: all 0.5s;
}
.tickets-filter:not(.expanded) .tickets-filter-expand {
    opacity: 0 !important;
    pointer-events: none !important;
}
.tickets-filter-expand {
    width: 60vw;
   
    position: absolute;
    background: black;
    padding: 2rem;
    border: 1px solid gray;
    top: 130%;
    border-radius: 8px;

    opacity: 1;
    z-index: 10000;
}

.tickets-filter-expand-content{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 2rem;
    row-gap: 1rem;  
    max-height: 50vh;
    overflow: auto;
}
.tickets-filter {
    position: relative;
}
span.city-name {
    color: white;
    font-weight: 700;
}
span.city-count {
    background: #292929;
    width: 20px;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    font-size: 0.8rem;
}
.single-hidden {
    display: none !important;
}

.four-c-grid .event-single > img {
    display: none !important;
}
.two-c-grid .event-single > img {
    width: 20% !important;
}

.portfolio-single {
    position: relative;
    width: 100vw;
    display: flex;
    padding: 150px calc((100vw - 1200px) / 2);
    overflow: hidden;
}
.portfolio-content {
    display: flex;
}
.portfolio-content > img {
    width: 160px;
}
.portfolio-content .banner-info {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    padding-left: 2rem;
    max-width: 50%;
}
.portfolio-content h4 {
    font-size: 2rem;
    line-height: 140%;
}
.portfolio-content .banner-info > div {
    line-height: 180%;
    font-size: 1rem;
    color: #bfbfbf;
    font-weight: 400;
}
.portfolio-background {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: end;
}
.portfolio-background img {
    width: 70%;
    height: 100%;
    object-fit: cover !important;
}
.portfolio-background::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(90deg, black 40%, transparent);
    display: block;
    top: 0px;
}
.portfolio-content button {
    display: flex;
    gap: 1rem;
    border: 1px solid gray;
    padding: 0.75rem 1rem;
    border-radius: 100px;
    align-items: center;
    font-size: 0.9rem;
    text-transform: uppercase;
    color: lightgray;
    font-weight: 700;
    cursor: pointer;
    background: transparent;
    margin-top: 2rem;
}

.event-empty {
    width: 100%;
    grid-column-start: 1;
    grid-column-end: 4;
    display: flex;
    justify-content: center;
    color: gray;
    font-size: 1rem;
    font-weight: 700;
}
.event-hidden {
    display: none !important;
}
.single-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* SINGLE CITY ANIMATION */
.single-city {
    cursor: pointer;
    position: relative;
}
.single-city .city-name,
.single-city .city-count {
    position: relative;
    z-index: 3;
}
.single-city-exposed::after {
    opacity: 1 !important;
    background-color: #122100 !important;
}
.single-city::after {
    /* content: ""; */
    width: 45px;
    height: 120%;
    background: #222222;
    opacity: 0;
    position: absolute;
    top: -10%;
    left: -10px;
    transition: all 0.25s;
    display: block;
}

.single-city:hover::after {
    opacity: 1;
}


.tickets-filter-input input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0px;
    left: 0px;
    /* display: none; Hides the default arrow icon in Chrome */
}
.tickets-filter-input [type="date"] {
    position: relative;
}
.tickets-filter-input input[type="date"]::after {
    content: "";
    position: absolute;
    right: 20px;
    width: 1rem;
    height: 1rem;
    display: block;
    background: url(https://qualitim.pl/wp-content/uploads/2023/11/calendar.png);
    top: 50%;
    filter: invert(1) brightness(8);
    background-size: cover;
    transform: translateY(-50%);
    font-size: 20px;
    pointer-events: none;
}


/* mobile o nas fix */

@media(min-width: 581px){
	.event-single-container .event-single{
		padding:0 10px !important;
	}
}
@media(max-width: 580px){
	.event-single-container .event-single img{
		flex:3 !important;
	}
	.event-single-container .event-single h5{
		flex:3 !important;
		font-size:11px !important;
	}
	.event-single-container .event-single div.event-detail{
		flex:3 !important;
        word-break: break-word;
	}
	.event-single-container .event-single div.event-detail span{
		font-size: 11px !important;
	}
	.event-single-container .event-single button{
		flex:2 !important;
		font-size:12px !important;
	}
}   

@media(min-width:481px) and (max-width:580px){
    .event-single-container .event-single{
		padding: 0 10px !important;
		display: flex !important;
		gap: 5px !important;
	}
    .event-single img{
        width: 20%;
    }
}

@media(max-width:480px){
    .event-single-container .event-single{
		padding: 30px 10px !important;
		display: flex !important;
		gap: 5px !important;
	}
    .event-single img{
        width: 50%;
    }
}

@media(max-width:767px){
    .tickets-top{
        flex-direction: column;
        padding: 10px;
    }
    .tickets-top input{
        min-height: 35px;
        width: 100%;
    }
    .tickets-top .tickets-search{
        margin: unset !important;
    }
    .tickets-filter-expand{
        width: 90vw !important;
                padding: 1rem !important;
    }
    .tickets-filter-expand-content{
            grid-template-columns: 1fr 1fr;
    }
}

.tickets-filter-expand-content::-webkit-scrollbar {
  width: 6px;
}

.tickets-filter-expand-content::-webkit-scrollbar-track {
  background: #191919;
}

.tickets-filter-expand-content::-webkit-scrollbar-thumb {
  background: #ffffff66;
  border-radius: 3px;
}

.main-wrapper{
    z-index: 999;
}

