.wrapper {
    background: #000;
    padding: 30px 25px;
    position: relative;
	padding-top: 10px;
}
.wrapper>div:first-child {
    position: absolute;
    top: -90px;
}
.h2-subtitle {
    color: #f00;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
}
.tickets-block {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.h2-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0;
	margin-top: 15px;
}
.week {
    display:none;
}
.upcoming {
    color: #fff;
    font-size: 15px;
    line-height: 40px;
    margin-right: 5px;
}
.h2-block>h1, .h2-block>h2, .h2-block>h3, .h2-block>h4, .h2-block>h5, .h2-block>h6 {
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    margin: 0;
    line-height: 34px;
	    margin-right: auto;
}
.dates-list {
    margin: 20px 0;
    width: 100%;
    padding: 0;
    color: #fff;
}

.date-row {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 20px;
    border-bottom: 1px dashed #8a8a8a;
    transition: .3s ease;
}

    .date {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    }

.day {
    font-size: 36px;
    font-weight: 500;
    margin-left: -6px;
    color: #f00;
    letter-spacing: -4px;
    line-height: 34px;
}

.month {
    font-weight: 600;
    font-size: 17px;
    color: #fff;
}
    .year {
    font-size: 16px;
    line-height: 21px;
}
.time {
    font-size: 20px;
    min-width: fit-content;
    font-weight: 500;
}
.date-row>a {
    color: #fff;
    background: #c50000;
    text-decoration: none;
    padding: 15px 15px;
    border-radius: 5px;
    display: block;
    margin-left: auto;
    min-width: 200px;
    text-transform: uppercase;
    transition: .3s ease;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}
.date-row>a:hover {
    color: #fff!important;
    background: #4169e1;
}
.date-desc {
    font-weight: 400;
    font-size: 12px;
    color: #949494;
    margin-top: 7px;
}
.venue>a {
    color: #fff;
}
.date-row>div {
    margin-right: 30px;
    max-width: 430px;
}
span.location {
    display: block;
    font-size: 13px;
    color: #fff;
    margin-top: 10px;
}
.location>img {
    width: 10px;
}
.ldm {
    color: #fff;
    width: fit-content;
    margin: 0px auto;
    background: #f00;
    padding: 15px 50px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .3s ease;
}
.ldm:hover {
    color: #fff!important;
    background: #4169e1;
}
.textnode {
    transition: .5s ease;
}
span.load-anim {
    opacity: 0;
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px dotted #fff;
    border-radius: 20px;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    animation: 3s loading linear infinite;
    transition: .5s ease;
}
.date-row>img {
    display: flex;
    width: 98px;
    height: 98px;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    margin-right: 30px;
    min-width: 70px;
}
@keyframes loading {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}
a.ldm-link {
    color: #fff;
    width: fit-content;
    margin: 0px auto;
    background: #f000;
    padding: 12px 50px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .3s ease;
    border: 1px solid red;
    text-decoration: none;
    display:block;
}
.week {
    border-radius: 3px;
}
@media(max-width:960px) {
	span.addr-row {
    display: none;
}
.h2-block {
    padding: 0;
    margin-bottom: 15px;
}
    .date-row {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    padding-left: 125px;
}

.date-desc {
    color: #000;
}
.date-desc a{
    color: #000!important;
}

.day {
    display: flex;
    font-size: 16px!important;
    letter-spacing: 0;
    line-height: 1;
}

.month {
    display: flex;
    font-size: 16px!important;
    color: #f00;
}

.year {
    display: flex;
    font-size: 16px!important;
    
    line-height: 15px;

}

.date {
    display: inline-flex;
    font-size: 16px!important;
    margin: 0!important;
}

.time {
    display: inline-flex;
    font-size: 16px!important;
    color: #000;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 0 5px;
}

.date-row>img {
    position: absolute;
    left: 0px;
    top: 0;
    border-radius: 0;
    width: 172px;
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin-left: 0;
    background: #000;
}

.date-row {
    display: block;
    padding: 12px 0;
    padding-left: 188px;
    border: none;
    margin-bottom: 30px;
    background: #fff;
    overflow: hidden;
    min-height: 152px;
    border-radius: 10px;
    color: #000!important;
    box-shadow: 0 0 20px #ffffff42;
}

.date-row>a {
    width: fit-content;
    padding: 7px 25px;
    font-size: 15px;
    margin: 0;
}

.date>div {
    margin: 0 3px;
    margin-bottom: 10px;
}

.venue {
    margin-bottom: 12px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
}

.venue>a {
    color: #000!important;
}

span.location {
    color: #000;
}
.dates-list {
    margin: 35px 0; 
    width: 100%;
    padding: 0;
    color: #fff;
}
 }
 @media(max-width:724px) {
	 .tickets-block {
		 padding: 0!important;
	 }
.h2-block {
    display: block;
}
div#city-filter {
    margin: 10px 0!important;
}

input#city-search-inp {
    width: 100%!important;
}

.fltr-btn {
    margin: 0 auto!important;
    margin-top: 22px!important;
}
 }
@media(max-width:550px) {
	
.h2-block>* {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
	
.date-row>img {
    display: none;
}

li.date-row>.time {
    position: absolute;
    bottom: 12px;
    left: 175px;
    border: 1px solid #000;
    padding: 0px 10px;
    font-size: 15px!important;
    font-weight: 500;
    color: #000;
}


.time {
    text-align: center;
    display: block;
    font-weight: 500;
    font-size: 19px!important;
    padding: 0;
}

.date-row>a {
    position: absolute;
    right: 0px;
    left: auto;
    top: 0;
    padding: 6px 0;
    width: 50px;
    min-width: auto;
    opacity: 1;
    height: 100%;
    background: #ffffff!important;
    border: none;
    font-weight: 600;
    letter-spacing: 1px;
    overflow: hidden;
    display: block;
    color: #ffffff!important;
}

.venue {
    text-align: left;
    margin-bottom: 30px!important;
    width: calc(100% - 102px);
    padding-left: 15px;
}

.venue>div:first-child {
    color: #000!important;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    max-height: 36px;
    line-height: 18px;
}

.venue>div:first-child a {
    color: #000!important;
    text-decoration: none!important;
}

.date-desc {
    margin: 0;
    color: #000!important;
    font-weight: 400;
    font-size: 12px;
    margin-top: 3px;
}

.date-desc a {
    color: #000!important;
    text-decoration: underline 1px dotted!important;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 16px;
    overflow: hidden;
}

span.location {
    font-weight: 400;
    font-size: 12px;
    margin-top: 3px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 15px;
    overflow: hidden;
}

li.date-row {
    margin-bottom: 7px;
    padding: 12px;
    display: flex;
    flex-direction: row;
    min-height: 0px;
    padding-right: 50px;
}
.date-row>img {
    display:none;
}
.date-row>a::after {
    content: '❯';
    position: absolute;
    color: red;
    font-size: 25px;
    width: 100%;
    left: 0;
    top: calc(50% - 20px);
    height: 38px;
    text-align: center;
}

.month {
    text-align: center;
    width: 100%;
    color: #000;
    font-weight: 600;
    margin-bottom: 0!important;
    text-transform: uppercase;
    display: block;
    margin-left: 0!important;
    font-size: 20px!important;
}

.day {
display: block;
    width: 100%;
    text-align: center;
    color: #000;
    font-weight: 600;
    margin-bottom: 0px!important;
    margin-left: 0!important;
    font-size: 33px!important;
    line-height: 30px;
}

.year {
    text-align: center;
    width: 100%;
    display: block;
    font-weight: 400;
    font-size: 16px!important;
    margin: 0!important;
}

.week {
    bottom: 12px;
    display: block;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    border: 1px solid #000;
    color: #000;
    background: #fff;
    line-height: 16px;
    position: absolute;
    left: 113px;
    margin: 0!important;
    padding: 3px 0px;
    width: 57px;
    letter-spacing: 0px;
}

.date {
    display: block;
    align-self: center;
    padding: 10px;
    border: none;
    width: 90px;
    height: 90px;
    background: #00000017;
    border-radius: 5px;
}
}

@media(max-width:350px) {

span.location {
    display:none;
}
    
}
	.date, .time {
		display:none;
	}
    .date-row>img {
    border-radius: 5px;
    box-shadow: 0 0 4px 0px #fffffff7;
    margin-left: 0;
    background: #000;
}
	table {
    width: 100%;
}
.h2-block>h2, .h2-block>h3, .h2-block>h4, .h2-block>h5, .h2-block>h6 {
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    margin: 0;
    line-height: 34px;
}
.date-row>div {
    max-width: 50%;
}
span.location {
    display: block;
    font-size: 13px;
    color: #fff;
    margin-top: 7px;
}
a.soon-link {text-decoration: underline dotted #ccc;}
span.timerow {border: 1px solid;padding: 2px 4px;border-radius: 3px;}
span.events {font-size: 13px;margin-left: 5px;color: #ccc;font-weight: 300;vertical-align: text-top;}
	
.plist {
    margin-top: 5px;
}
.performer-row>img {
    width: 120px;
    height: 120px;
}
.date-row.performer-row {
    padding: 20px 10px;
}
.performer-row>div.venue {
    max-width: 70%;
}	
@media(max-width:960px) {
	.performer-row {
    padding-left: 174px!important;
		margin-bottom: 10px;
	}
    .date-row>img {
    position: absolute;
    left: 0px;
    top: -1px;
    border-radius: 0;
    width: 160px!important;
    height: 101%;
    object-fit: cover;
    object-position: center!important;
		background: #000!important;
}
	span.events {
    display: none;
}
	span.p-name {
    font-size: 16px!important;
    margin-bottom: 0!important;
    overflow: hidden;
    height: 20px;
    display: -webkit-inline-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
span.location {
    color: #000;
}
span.events {
    color: #000;
}
.date-row>div {
    max-width: 100%;
}

a.soon-link {color: #000!important; text-decoration: underline dotted #000;}
}
@media(max-width:550px) {
	.date, .time {
		display:block;
	}
	.addr-row {
		display:none;
	}
span.p-name {
    font-size: 16px!important;
    margin-bottom: 0!important;
    overflow: hidden;
    height: 20px;
    display: -webkit-inline-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
	span.events {
    margin: 0!important;
    font-size: 12px;
    font-weight: 500;
	}
	.date-row.performer-row {
    min-height: 118px!important;
	}
	.time {
		position: absolute;
    bottom: 12px;
    left: 175px;
    border: 1px solid #000;
    padding: 0px 10px;
    font-size: 15px!important;
    font-weight: 500;
    color: #000;
	}
	span.events {
    display: none;
}
.date-row.performer-row {
    padding: 10px!important;
    display: flex;
    flex-direction: row;
}
	span.location>div {
    display: none;
}

	.venue>span {
    display: block;
    margin:  0;
    color: #000;
    margin-bottom: 3px;
}
		.performer-row>.venue {
    margin-bottom: 3px!important;
}
    .h2-block>h2 {
    font-size: 22px;
    line-height: 26px;
}
.date-row>img {
    width: 0%;
    z-index: -1;
    display: none;
    right: 0px;
    left: auto;
    margin: 0 20px;
    position: static;
    border-radius: 5px;
    margin-bottom: 0px;
    height: 0px;
}
	.performer-row {
    height: auto!important;
    min-height: auto!important;
    padding-left: 0!important;
}
	.performer-row span.location {
    font-weight: 400;
    font-size: 12px;
    margin-top: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 22px!important;
    overflow: hidden;
    padding-top: 3px!important;
}
	.wrapper {
    padding: 30px 10px;
}
}
	.show-more-btn {
	color: #fff;
    width: fit-content;
    margin: 0px auto;
    background: #f000;
    padding: 12px 50px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .3s ease;
    border: 1px solid red;
	}
	.show-more-btn:hover {
    color: #fff!important;
    background: red;
	}
	.ploader {
    opacity: 0;
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px dotted #fff;
    border-radius: 20px;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    animation: 3s loading linear infinite;
    transition: .5s ease;
	}
.plist tr {
    transition: .3s ease;
}
</style>

<style>
.tickets-block * {
    user-select: none;
}
.loader-anim {
    position: fixed;
    left: calc(50% - 80px);
    top: 35%;
    background: #fff;
    z-index: 999999999999;
    width: 160px;
    height: 160px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s ease;
    transform: scale(1);
    box-shadow: 0px 2px 20px 10px #ffffff21;
}
.hidden-loader {
	 transform: scale(0);	
}
.loader-anim>svg {
    transform: scale(1.2);
}
.fltr-btn {
    color: white;
    border: 1px solid #0c0c0c;
    border-radius: 4px;
    padding: 3px 22px;
    font-weight: 500;
    font-size: 12px;
    margin-right: 15px;
    margin-bottom: 8px;
    background: #000;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .3s ease;
    box-shadow: -2px 2px 5px #ff00007d;
	<?= ($show_filter !== 'No' && $c_filter !== 'Disabled' && !is_tax('cities')) ? '' : 'margin-left: auto;' ?>    
}

.fltr-btn:hover {
        box-shadow: -6px 5px 5px #ff00007d;
}

.calendars-w {
    position: absolute;
    width: 550px;
    top: calc(100% + 15px);
    background: #fff;
    right: 0%;
    transition: .2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    border-radius: 10px;
    opacity: 0;
    transform: scale(0);
	padding: 4px 10px;
	    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
	z-index: 50;
}

.fltr-opened ~.calendars-w {
    opacity: 1;
    transform: scale(1);
}
div#calendars {
    color: #000;
    padding: 10px;
    width: 100%;
    height: 100%;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}

.calendar-body {
    display: flex;
    justify-content: space-between;
}
.control-prev {
    position: absolute;
    border-left: 2px solid red;
    border-bottom: 2px solid red;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    top: 26px;
    left: 26px;
    cursor: pointer;
}

.control-next {
    position: absolute;
    border-left: 2px solid red;
    border-bottom: 2px solid red;
    width: 10px;
    height: 10px;
    transform: rotate(-135deg);
    top: 26px;
    right: 26px;
    cursor: pointer;
}
.calendar-head {
	width: 245px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
    font-size: 17px;
}

.calendar-first, .calendar-second {
    display: flex;
    flex-wrap: wrap;
    width: 245px;
    align-content: baseline;
}

.calendar-first>div, .calendar-second>div {
    font-size: 11px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 33px;
    font-weight: 600;
    letter-spacing: 0px;
}

.dn {
    color: white;
    background: red;
    line-height: 33px!important;
    height: 32px!important;
}

.day-char, .disabled-day-char {font-size: 13px!important;font-weight: 600!important;color: #000;border-radius: 100%;border: 1px solid #ff000000;}

.disabled-day-char {
    color: #a6a6a6;
}

.day-char:hover {
    border-radius: 100%;
    border: 1px solid red;
}

.dn:first-child {
    border-radius: 5px 0 0 5px;
}

.dn:nth-child(7) {
    border-radius: 0 5px 5px 0;
}
	.day-char.char-selected {
    background: red;
    color: #fff;
    border-color: red;
	position: relative;
}

.day-char.char-ranged {
	position: relative;
}
.day-char.char-ranged::after {
    content: '';
    width: 35px;
    height: 100%;
    background: #00000021;
    position: absolute;
    left: 0;
    z-index: -1;
}
	.day-char.sel-1::after {
    content: '';
    width: 20px;
    height: 100%;
    background: #00000021;
    position: absolute;
    left: 15px;
    z-index: -1;
}

.day-char.sel-2::after {
    content: '';
    width: 17px;
    height: 100%;
    background: #00000021;
    position: absolute;
    left: 0;
    z-index: -1;
}
	.button-pnl {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 6px;
}

.clear-fltr {
    color: red;
    border: 1px solid red;
    padding: 5px 20px;
    cursor: pointer;
    border-radius: 3px;
}

.apply-fltr {
    color: white;
    border: 1px solid red;
    padding: 5px 20px;
    cursor: pointer;
    border-radius: 3px;
    background: red;
    margin-left: 7px;
}
	@keyframes picked {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(.8);
    }
    100% {
        transform: scale(1);
    }
}

.day-char.char-selected:not(.sel-1):not(.sel-2) {
    animation: .2s picked linear;
}
div#city-filter {
    margin-left: auto;
    background: #000;
    margin-right: 15px;
    margin-bottom: 8px;
    position: relative;
	 box-shadow: -2px 2px 5px #ff00007d;
}

input#city-search-inp {
    background: #000;
    border: 1px solid #0c0c0c;
    border-radius: 4px;
    color: #fff;
    height: 26px;
    width: 170px;
    font-size: 12px;
   
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-right: 22px;
	    padding-left: 22px;
	    max-width: 300px;
	    transition: .3s ease;
}
	div#city-filter:hover {
		box-shadow: -6px 5px 5px #ff00007d;
	}
   input#city-search-inp::-webkit-input-placeholder { 
       color: #ffffff; 
   }
   input#city-search-inp:-ms-input-placeholder {
       color: #ffffff; 
   }
   input#city-search-inp::-ms-input-placeholder { 
       color: #ffffff; 
   }
   input#city-search-inp::placeholder { 
       color: #ffffff; 
   }
	
   input#city-search-inp:focus::-webkit-input-placeholder { 
       color: #3a3a3a; 
   }
   input#city-search-inp:focus:-ms-input-placeholder {
        color: #3a3a3a; 
   }
   input#city-search-inp:focus::-ms-input-placeholder { 
        color: #3a3a3a; 
   }
   input#city-search-inp:focus::placeholder { 
        color: #3a3a3a; 
   }
div#cities-list {
    position: absolute;
    background: #fff;
    width: 100%;
    top: calc(100% + 10px);
    border-radius: 5px;
    animation: fadeInCity .2s ease;
    display: none;
    z-index: 9999;
}

.city-row {
    color: #000;
    font-size: 13px;
    padding: 3px 8px;
    border-bottom: 1px dotted #ccc;
    transition: .3s ease;
    cursor: pointer;
}

.city-row:last-child {
    border-bottom: 0;
}

.city-row:hover {
    color: red;
}

@keyframes fadeInCity {
   from {
      opacity: 0;
      transform: scale(0)
   }
   to {
      opacity: 1;
      transform: scale(1) 
   }
}
.delete-city {
    position: absolute;
    color: red;
    right: 2px;
    top: -2px;
    width: 22px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    display: none;
}
@media(max-width: 960px) {
.fltr-btn {
    width: 100%;
    max-width: 300px;
    text-align: center;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 8px;
    padding: 8px 8px;
    font-size: 14px;
}

.calendars-w {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    padding-top: 70px;
}

div#calendars {
    position: absolute;
    width: 100%;
    height: fit-content;
    left: 0;
    top: 46%;
    transform: translateY(-50%);
}

.calendar-body {
    justify-content: space-evenly;
}

.calendar-header {
    justify-content: space-evenly;
}

.calendar-first, .calendar-second {
    width: 350px;
}

.calendar-first>div, .calendar-second>div {width: 50px;height: 50px!important;line-height: 50px!important;font-size: 16px!important;/* font-weight: 500!important; */}

.dn {
    background: #fff;
    color: red;
    font-weight: 600!important;
}

.calendar-head {
    width: 350px;
    font-size: 20px;
}

.control-prev, .control-next {width: 18px;height: 18px;top: 20px;border-width: 3px;}

.day-char.char-ranged::after {
    width: 105%;
}

.day-char.sel-1::after {
    left: 50%;
    width: 55%;
}

.button-pnl {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 8px;
    justify-content: center;
    align-items: center;
}

.apply-fltr, .clear-fltr {
    padding: 10px 30px;
}
    
}
@media(max-width: 800px) {
.calendars-w::before {
    content: 'Filter By Date';
    position: absolute;
    left: 0;
    top: 20px;
    text-align: center;
    width: 100%;
    height: 60px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 24px;
    color: #000;
}
.calendar-body {
    flex-direction: column;
    align-items: center;
	
}
     div.calendar-head {
    width: 350px!important;
    font-size: 20px!important;
    height: 38px!important;
    margin-top: 15px;
    margin-bottom: 5px;
}
.calendar-first, .calendar-second {
    width: 280px;
	min-height: 380px;
}
	.control-prev::before, .control-next::before {
    content: '';
    width: 400%;
    height: 400%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-40%, -40%);
}
.calendar-head {
    width: 280px!important;
}
.calendar-first>div, .calendar-second>div {
    width: 40px;
    height: 40px!important;
    line-height: 40px!important;
}
}
@media (max-width: 724px) {
div#city-filter {
    width: 100%!important;
	margin: 15px auto!important;
	max-width: 300px;
}
input#city-search-inp {
		height: 40px;
		font-size:14px;
}
	.delete-city {
    position: absolute;
    color: red;
    right: 7px;
    top: 0px;
    width: 22px;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
    display: none;
}
}
@media(max-width: 600px) {
	div#cities-list {box-shadow: 0 0 20px black;}
	.upcoming {
		display:none;
	}
.city-row {
    padding: 10px 5px;
    font-size: 15px;
}
.control-prev, .control-next {
    top: 46px;
}
.calendar-second {
    display:none;
}
	.calendar-first, .calendar-second {
    width: 315px;
}
.calendar-head {
    width: 315px!important;
}
.calendar-first>div, .calendar-second>div {
    width: 45px;
    height: 45px!important;
    line-height: 45px!important;
}
	.fltr-btn {
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
}

}
@media(max-width: 550px) {
	span.events {
    display: none;
}

.date {
    position: absolute;
    display: flex;
    left: 108px;
    width: fit-content;
    height: fit-content;
    background: transparent;
    bottom: 33px;
}

.month {
    font-size: 15px!important;
}

.day {
    font-size: 15px!important;
    line-height: unset;
}

.year {
    font-size: 15px!important;
    font-weight: 600;
}

.week {
    left: 8px;
    bottom: -21px;
}

.date-row>img {
    display: block;
    width: 90px!important;
    height: 98px;
    margin: 0;
    z-index: 1;
}

.performer-row span.location {
    padding-top: 0;
    margin-top: -4px;
}

.time {
    left: 177px;
}

.day::after {
    content: ',';
}
	span.p-name {
    font-size: 16px!important;
    overflow: hidden;
    height: 20px;
    margin-bottom: 6px!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
}