/* programova komponenta telly --------------------------- */


body.template-program-data
{
}

body.template-program-data header
{
    will-change: transform;
    transition: max-height ease 0.3s;
}


body.template-program-data .program_page__heading
{
    z-index: 11;
    width: 100%;
    background: #1e1ec8;
    overflow: hidden;
    padding: 0;
    will-change: top;
    max-height: 500px;
    transition: max-height ease 0.3s;
}

body.template-program-data .htop-fixed
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 2;
}

body.template-program-data .header__top:not(.htop-fixed), 
{
    opacity: 0;
}

body.single-wpj_channel-data .header__top.htop-fixed
{
    display: none;
}

.program-block ::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

.program-block ::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 1);
}

.program-block ::-webkit-scrollbar-thumb {
	background-color: #8EEB02;
	border: 1px solid #8EEB02;
}

.program-block {
	position: relative;
	width: 100%;
	background: #1E1EC8;
    color: #fff; 
	font-size: 16px;
	padding: 1px 0 0 0;
}

.program-block h2 {
	font-size: 75px;
	font-weight: 700;
	margin: 40px 0 30px 0;
	width: 100%;
    color: #fff;
}

.program-note {
	margin: 0 auto;
	width: calc(100vw - 236px);
    padding: 10px 120px;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
    position: fixed;
    background: #1e1ec8;
    z-index: 12;
    display: none;
}

.program-type {
	margin: 10px 0;
	width: 100%;
	flex: 0 0 auto;  

}

.program-type a {
	display: inline-block;
	border-radius: 5px;
	background: rgba(165, 165, 233, .5);
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 8px;
	margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.program-type a:not(.active):hover {
	background: rgba(165, 165, 233, 1);
	color: #1E1EC8;
}



.program-type a.active {
	color: #1E1EC8;
	background: #8EEB02;
	cursor: default;
}

.program-week {
	list-style-type: none;
	margin: 0;
	padding: 0 0 20px 0;
}

.program-week li {
	display: inline-block;
	text-align: center;
	margin: 0 5px 0 0;
	padding: 0;
}

.program-week li::before {display: none;}
.program-week a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 5px !important;
	border-radius: 10px;
	min-width: 40px;
	line-height: 130%;
	border: solid 4px transparent;
}

.program-week a span {
	display: block;
}

.program-week .active a {
	color: #8EEB02;
	font-weight: 700;
	border: solid 4px #8EEB02;
	cursor: default;
}

.zasady02 .accordion-button:not(.collapsed) {
	box-shadow: none;
}

.program-week li:not(.active) a:hover {
	background: #A5A5E9;
	border: solid 4px #A5A5E9;
}

.mobile-select {
	display: none;
}

.program-search {
	width: 20%;
	text-align: right;
	padding-top: 6px;
	display: inline-block;
}

.program-form {
	border: solid 1px #fff;
	border-radius: 10px;
	position: relative;
	padding: 10px 0px;
	text-align: left;
}

.program-search input {
	background: none;
	border: none;
	font-size: 14px;
	font-weight: 700;
	margin-right: 20px;
	color: #fff;
	height: auto;
}

.program-search input:focus {
	outline: none;
}

.program-search button {
	background: url("../images/search.svg") no-repeat center !important;
	background-size: auto 18px;
	border: none;
	width: 20px !important;
	height: 20px !important;
	text-indent: -9999px;
	position: absolute;
    margin: 0 !important;
    padding: 0 !important;
	right: 10px;
	top: 10px;
	cursor: pointer;
}



.program-search button::before, .program-search button::after
{
    display: none;
}

.program-search input::placeholder {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.mobile-select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 2px solid #8EEB02;
	border-radius: 10px;
	padding: 10px;
	font-size: 16px;
	color: #8EEB02;
	cursor: pointer;
	background: url("../images/triangel-green.svg") no-repeat center right 15px;
	background-size: auto 10px;
}

.mobile-select:focus {
	outline: none;
	border-color: #8EEB02;
	box-shadow: 0 0 5px rgba(142, 235, 2, 0.5);
}

.program-container {
	width: 100%;
	margin: 0;
/*	overflow: auto;*/
/*	background: #1E1EC8; */
	position: relative; 
}

.program-container::before {
    position: absolute;
    top: -1px;
    height: 10px;
    width: 100vw;
	background: #1E1EC8;
    content: '';
}

.program-container table {
	border-spacing: 0;
	background: #fff;
	border-bottom: solid 3px #fff;
}

.program-container table thead {
	background: #1E1EC8;
}

.program-container table thead {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: white; 
}


.program-container th,
.program-container td {
	white-space: nowrap;
	text-align: left;
	border: 0;
	padding: 4px 0;
}

.program-container table thead th {
	padding: 0;
}




.program-container thead tr {
	aposition: sticky;
	top: 0;
	z-index: 5;
	background: #1E1EC8;
	color: #fff;
}
.program-container thead tr th {color: #fff;}
.program-container tbody td:first-child {
	z-index: 10;
}

.program-container table tr th:first-child,
.program-container table tr td:first-child {
	position: sticky;
	left: 0;
	z-index: 4;
}

.program-container table tr td {
	vertical-align: top;
    padding: 0;
}

.program-container table tr td:first-child {
	background: #fff;
}

.program-container table tr th:first-child {
	z-index: 3;
	background: #1E1EC8;
}

.time-axis {
	width: 8000px;
	display: flex;
	position: relative;
}

.hour {
	width: 4.3%;
	border-left: solid 2px #fff;
	padding: 5px;
	margin-bottom: -1px;
}

.halfhour {
}


.currenttime {
	position: absolute;
	z-index: 7;
	font-weight: 700;
	color: #1E1EC8;
	background: #8EEB02;
	padding: 5px 20px;
	border-radius: 10px;
	left: 20%;
	top: 0;
	transform: translateX(-50%);
}

.currenttime::before {
	content: "";
	position: absolute;
	z-index: 5;
	width: 2px;
	/*height: var(--current-height, 100vh);*/
    height: 100vh;
	background: #8EEB02;
	left: calc(50% - 1px);
	top: 100%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.currenttime.behind::before
{
    display: none;
}

.currenttime::after {
	content: "";
	position: absolute;
	z-index: 5;
	left: calc(50% - 10px);
	top: 100%;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 12px solid #8EEB02;
}

.currenttime.behind::after,
.currenttime.behind::before {
	display: none;
}

.program-offer {
	width: 8000px;
	height: 88px;
	position: relative;
    overflow: hidden;
}

.program-part {
	background: #E8E8F9;
	border-radius: 10px;
	padding: 20px 25px;
	color: #16181A;
    border: 4px solid #fff;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	position: absolute;
	top: 0;
	overflow: hidden;
}

.program-part h2 {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 5px 0;
	color: #1E1EC8;
	padding-right: 30px;
	overflow: hidden;
}

.program-part.playing h2 {
	position: relative;
	padding-left: 20px;
}

.program-part.playing h2::before {
	position: absolute;
	content: "";
	left: 0;
	top: 3px;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 12px solid #1E1EC8;
}

.program-part p {
	margin: 0;
	position: relative;
	overflow: hidden;
    font-size: 14px;
}

.program-part:hover {
	background: #8EEB02;
	overflow: visible;
	z-index: 2;
	max-width: 999px !important;
}

.program-part.filtered {
	background: #8EEB02 !important;
}



.program-part:hover h2,
.program-part:hover p {
	overflow: visible;
}



.program-part:hover::before {
	background: url("../images/triangel.svg") no-repeat center;
	background-size: auto 20px;
	width: 20px;
	height: 20px;
	content: "";
	position: absolute;
	right: 20px;
	top: 18px;
}

.program-part.playing:hover::before {
	display: none;
}

.program-part.active {
	background: #A5A5E9;
}

.program-logo {
	background: #fff;
	height: 88px;
	position: relative;
	width: 118px;
    text-align: center;
}

.program-position {
	color: #1E1EC8;
	font-weight: 700;
	position: absolute;
	top: 2px;
	right: 6px;
}

.program-logo img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 60%;
    max-height: 60%;
}

.program-logo::before {
	position: absolute;
	top: -2px;
	right: -2px;
	left: -2px;
	bottom: -2px;
	background: #fff;
	content: "";  
}

.playnow {
	display: inline-block;
	height: 3px;
	width: 70%;
	background: #fff;
	position: absolute;
	border-radius: 4px;
	bottom: 14px;
	left: 25px;
	overflow: hidden;
}

.playtriger {
	height: 100%;
	width: 70%;
	background: #1E1EC8;
	position: absolute;
	border-radius: 4px;
	bottom: 0;
	left: 0;
}

/* modal ----------------------------------- */
.program-info {
	text-align: center;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/* z-index: 1050; */
	-webkit-overflow-scrolling: touch;
	outline: 0;
	opacity: 0;
	transition: opacity 0.15s linear, z-index 0.15;
	z-index: -1;
	overflow-x: hidden;
	overflow-y: auto;
}

.program-info .close {
	position: absolute;
	width: 26px;
	height: 26px;
	border: none;
	margin: 0;
	right: 30px;
	top: 30px;
	background: none;
	cursor: pointer;
	opacity: .6;
	z-index: 5;
    padding: 0 !important;
    margin: 0 !important;
}


#program-info button::before, #program-info button::after
{
    display: none;
}



.program-info .close:hover {
	opacity: 1;
}

.close span {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
    
}

.close:hover span {
	transform: rotate(90deg);
}

.close span:before,
.close span:after {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 2px;
	background: #1E1EC8;
	content: "";
	transform: rotate(45deg);
}

.close span:after {
	transform: rotate(-45deg);
}

.model-open {
	z-index: 99999;
	opacity: 1;
	overflow: hidden;
}

.custom-model-inner {
	transform: translate(-50%, -100%);
	transition: transform 0.3s ease-out;
	display: inline-block;
	vertical-align: middle;
	width: 900px;
	margin: 30px auto;
	max-width: 96%;
	border-radius: 20px;
	overflow: hidden;
}

.custom-model-wrap {
	display: block;
	width: 100%;
	position: relative;
	background-clip: padding-box;
	text-align: left;
	padding: 30px;
	box-sizing: border-box;
	max-height: calc(100vh - 70px);
	overflow-y: auto;
}

.model-open .custom-model-inner {
	transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	top: 50%;
	background: #fff;
	border: solid 6px #1E1EC8;
	color: #000;
	z-index: 999;
}

.model-open .bg-overlay {
	z-index: 99;
}

.bg-overlay {
	height: 100vh;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}

.model-open h4 {
	color: #1E1EC8;
	font-size: 40px;
	font-weight: 700;
	margin: 20px 0 10px 0;
}

.model-open h5 {
	font-size: 20px;
	font-weight: 700;
	margin: 0;
}

.model-open h6 {
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 10px 0;
}

.model-open p {
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 10px 0;
}

.more-info {
	color: #16181A;
	font-size: 18px;
	font-weight: 700;
}

.more-buttons {
	padding: 40px 0 20px 0;
}

.more-buttons a {
	padding: 13px 40px 13px 25px;
	display: inline-block;
	text-decoration: none;
	border-radius: 10px;
	background: #8EEB02 url("../images/triangel.svg") no-repeat center right 15px;
	background-size: auto 20px;
	color: #1E1EC8;
	font-size: 20px;
	font-weight: 700;
	margin-right: 15px;
}

.more-buttons a:hover {
	background: #8EEB02 url("../images/triangel.svg") no-repeat center right 10px;
	background-size: auto 20px;
}

.more-buttons a+a {
	padding: 13px 25px;
	background: #1E1EC8;
	color: #fff;
	margin-right: 0;
}

.more-buttons a+a:hover {
	background: #8EEB02;
	color: #1E1EC8;
}

.d-none {
	display: none;
}

.filter-wrapper {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.day-select-wrapper {
	display: inline-block;
	width: 80%;
	flex: 0 0 auto;
}

.no-program {
	background: #fff;
	color: #000;
	padding: 50px 0;
	text-align: center;
}


.day-nav-container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
}

.day-nav-left,
.day-nav-right {
	background: none !important;
	border: none !important;
	font-size: 20px;
	cursor: pointer;
	padding: 5px 10px;
	flex: 0 0 auto;
    
}

.program-week {
	display: flex;
	flex-wrap: nowrap;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	flex: 1 1 auto; /* Zabírá zbytek prostoru mezi šipkami */
}

.loader-outer
{
    padding: 80px 0 50px 0;
    background: #fff;
}

.loader-wrapper::before
{
    color: #111;
    position: absolute;
    width: 300px;
    text-align: center;
    margin-top: -30px;
    content: 'Načítám televizní program...';
}

.loader-wrapper {
    width: 300px;
    height: 10px;
    background: #eee;
    margin: 0 auto;
    position: relative;    
}

.loader-bar {
    height: 100%;
    background-color: #1e1ec8;
    transition: width 0.2s ease;
}

.no-stations
{
    padding-top: 150px;
/*    padding-bottom: 100px; */
    text-align: center;
    background: #fff;
    color: #111;
}

.no-js-warning {
  background-color: #fff3cd;
  color: #856404;
  border: 1px solid #ffeeba;
  padding: 1.5rem;
  margin: 2rem auto;
  max-width: 600px;
  text-align: center;
  font-family: sans-serif;
  border-radius: 6px;
}
.no-js-warning p {
  margin: 0.5em 0;
}


.program-container table tbody tr:first-child .program-offer {
	margin-top: 3px;
}



@media (min-width: 2400px) {}

@media (max-height: 760px) {}


@media (max-width: 1730px) {}

@media (max-width: 1600px) {
	.program-week {width: 100%;}
	.program-week li {
		margin: 0 2px 0 0;
	}

	.program-week a {
		min-width: 30px;
		font-size: 14px;
	}
}

@media screen and (min-width:800px) {}




@media only screen and (min-device-width : 768px) and (max-device-width : 1180px) and (orientation : portrait) {

	.program-note h2 {
		font-size: 55px;
		margin: 20px 0 30px 0;
	}
}


/* mobile portrait ----------------------------------- */



#scroll-content {
  width: 100vw;
  overflow-x: auto;
  overflow-y: visible;
  height: auto;
  white-space: nowrap;
}

#scrollbar-proxy {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 20px; 
  overflow-x: auto;
  overflow-y: hidden;
  z-index: 9999;
  background: #1b1b93;
}

#scrollbar-inner {
  height: 1px;
  width: 16000px;
}


#scrollbar-proxy::-webkit-scrollbar {
  height: 8px;
}

#scrollbar-proxy::-webkit-scrollbar-track {
  background-color: #1b1b93;
  border: none;
  margin: 0;
}

#scrollbar-proxy::-webkit-scrollbar-thumb {
  background-color: #7474bc;
  border-radius: 0;
  height: 8px;
  border: none;
  margin: 0;
}


/* WebKit prohlížeče (Chrome, Edge, Safari) */
html::-webkit-scrollbar {
  width: 16px;
}

html::-webkit-scrollbar-track {
  background-color: #1b1b93;
}

html::-webkit-scrollbar-thumb {
  background-color: #7474bc;
  border-radius: 0;
  border: none;
}

/* Firefox */
html {
  scrollbar-width: auto; 
  scrollbar-color: #7474bc #1b1b93;
}

 #tv-program .d-none
{
    display: none !important;
}


body.single-wpj_channel .program-block
{
    background: none;
}


body.single-wpj_channel #program-container {
    width: auto !important;
    overflow-x: auto !important;
    overflow-y: hidden;
    background: #fff;
}

body.single-wpj_channel #program-table td:first-child {
   width: 0;
   max-width: 0;
   padding: 0;
}

body.single-wpj_channel .program-logo
{
    display: none;
}

body.single-wpj_channel #program-table
{
    margin: 0;
}


body.single-wpj_channel .currenttime::before {
	height: 95px
}


body.single-wpj_channel .currenttime::after {
	height: 95px
}

body.single-wpj_channel .program-note {
    position: relative;
    width: 100vw;
    padding: 10px 0;
}

body.single-wpj_channel .program-search
{
    display: none;
}

body.single-wpj_channel .program-filter-wrapper
{
    display: none;
}

body.single-wpj_channel .day-select-wrapper
{
    width: auto;
}


body.single-wpj_channel .no-stations
{
    margin-top: 50px;
}



body.template-program-data .program_page__heading h1
{
    font-size: 42px;
    margin: 10px 0 10px 0;
}


@media(min-width : 901px){

body:not(.scrolled) .program-filter-wrapper
{
    position: absolute;
    right: 118px;
    width: 60%;
    top: -80px;
    display: flex;
  	vertical-align: middle;
    height: 80px;
}

body.template-program-data .program_page__heading
{
    height: 80px;
}


body:not(.scrolled) .program-type
{
    margin: 0;
}

}


@media(max-width : 1340px)
{

.program-search input::placeholder
{
    font-size: 12px !important;
    font-weight: 400; 
}

}

@media(max-width : 1260px)
{
  body:not(.scrolled) .program-type a {
  	display: inline-block;
  	border-radius: 5px;
  	background: rgba(165, 165, 233, .5);
  	color: #fff;
  	font-size: 13px;
  	text-decoration: none;
  	padding: 3px 6px;
  	margin-right: 5px;
      margin-bottom: 5px;
      margin-top: 5px;
  }
}



@media(max-width : 1200px)
{
.program-note {
	width: calc(100vw - 40px);
    padding: 10px 20px;
}

.program-search
{
    padding-top: 6px;
}



}


@media(max-width : 1150px)
{
  body:not(.scrolled) .program-type a {
  	display: inline-block;
  	border-radius: 5px;
  	background: rgba(165, 165, 233, .5);
  	color: #fff;
  	font-size: 12px;
  	text-decoration: none;
  	padding: 3px 4px;
  	margin-right: 3px;
      margin-bottom: 0px;
      margin-top: 10px;
  }
}


@media(max-width : 1024px)
{
.program-week li {
    margin: 0;
}
.program-week a {
	line-height: 120%;
    font-size: 13px;
    padding: 3px !important;
}

}






@media(max-width : 900px)
{

	.mobile-select {
		display: block;
		width: 50%;
		flex: 0 0 auto;
		font-size: 18px;
		padding: 10px 15px;
		height: 50px;
	}
    
body.template-program-data .header__holder
{
    display: none;
}



    .program-type
    {
        display: none;
    }


html, body.template-program-data
{
    overflow-x: hidden;
    overflow-y: hidden;
}



.program-container
{
    width: 100vw;
    overflow: auto;
    height: 300px;
    background: #fff;
    color: #333;
}

body.single-wpj_channel .program-container
{
    height: auto;
} 


	.program-note {
		width: calc(100vw - 30px);
		padding: 0 15px;
		text-align: center;
		justify-content: center;
        position: relative;
	}


    .program-search
    {
        order: 1;
    }
    
    .program-filter-wrapper
    {
        order: 2;
    }
    
    .day-select-wrapper
    {
        order: 3;
        margin-bottom: 15px;
    }


    .program-filter-wrapper, .day-select-wrapper, .program-search
    {
        width: calc(100%);
        text-align: center;
    }
    
    
    
    .mobile-select
    {
        width: 100%;
        height: auto;
        margin: 10px 0;
        font-size: 14px;
    }
    
    .program-search
    {
        width: calc( 50% - 10px );
        padding: 0 10px 0 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }


    .program-filter-wrapper
    {
        width: calc( 50% - 10px );
        padding: 0 0 0 10px;
        margin-top: 0;
        margin-bottom: 10px;
        padding: 0;
    }
    
    .program-search input
    {
        width: 100%;
        padding: 0;
        
    }




.program-week a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 5px !important;
	border-radius: 10px;
	min-width: 30px;
	line-height: 130%;
	border: solid 3px transparent;
}

.program-week a span {
	display: block;
}

.program-week .active a {
	color: #8EEB02;
	font-weight: 700;
	border: solid 3px #8EEB02;
	cursor: default;
}

.program-week li:not(.active) a:hover {
	background: #A5A5E9;
	border: solid 3px #A5A5E9;
}


.day-nav-container {
	display: flex;
	align-items: center;
	justify-content: center; /* celkově centrované */
	gap: 10px;
	width: 100%;
}

.day-nav-left,
.day-nav-right {
	background: none !important;
	border: none !important;
	font-size: 20px;
	cursor: pointer;
	padding: 5px 10px;
	flex: 0 0 auto;
}

.program-week {
	display: flex;
	justify-content: center; /* ?? vycentrování obsahu uvnitř */
	flex-wrap: nowrap;
	list-style: none;
	padding: 0;
	margin: 0;
	flex: 1 1 auto;
	overflow: hidden;
}

.program-part {
	padding: 10px 15px;
}


.program-part h2 {
	font-size: 14px;
}

.program-part p {
   font-size: 12px;
}

	.program-container table tr th:first-child {
		width: 80px;
	}

.program-logo {
	height: 64px;
	width: 80px;
}

.program-offer {
	height: 64px;
}


.hour {
    font-size: 14px;
}



thead, tbody, tr {
  display: block;
}


.program-form {
	padding: 10px 15px;
}



}













@media(max-width:480px) and (orientation : portrait) {
	.program-note h2 {
		font-size: 35px;
		margin: 20px 0 30px 0;
	}

	.program-note {
		text-align: center;
		justify-content: center;
	}

    .program-type
    {
        display: none;
    }


	.program-type a {
		padding: 7px 15px;
		margin: 8px 5px;
	}

	.mobile-select {
		display: block;
		width: 100%;
		flex: 0 0 auto;
		margin: 0 auto;
		font-weight: 700;
		padding: 10px 15px;
	}

	.program-search {
		width: 80%;
		padding: 25px 0;
	}

	.model-open h4 {
		font-size: 26px;
	}

	.model-open h5 {
		font-size: 18px;
	}

	.model-open h6 {
		font-size: 18px;
	}

	.model-open p {
		font-size: 16px;
	}

	.more-buttons a {
		padding: 13px 40px 13px 15px;
		font-size: 18px;
		margin-bottom: 15px;
	}

	.more-buttons a+a {
		padding: 13px 15px;
		margin-bottom: 0;
	}

	.program-form {
		border: solid 2px #fff;
	}


    .program-search
    {
        width: 100%;
        padding: 0;
        margin-top: 10px;
        margin-bottom: 10px;
        
    }

    .program-filter-wrapper
    {
        width: 100%;
        padding: 0;
        margin-top: 0;
        margin-bottom: 10px;
    }


}


@media(max-height: 600px) and (min-width: 600px) and (orientation : landscape) {

    .program_page__heading
    {
        display: none;
    }


    .program-search
    {
        width: calc( 33% - 10px );
        padding: 0 10px 0 0;
        margin-top: 11px;
        margin-bottom: 10px;
    }


    .program-filter-wrapper
    {
        width: calc( 33% - 10px );
        padding: 0 0 0 10px;
        margin-top: 0;
        margin-bottom: 10px;
        padding: 0;
    }
    
    .day-select-wrapper
    {
        width: calc( 33% - 10px );
        padding: 0 0 0 10px;
        margin-top: 5px;
        margin-bottom: 10px;
        padding: 0;
    }


}





@media (min-width: 901px) and (max-width : 1200px)
{

  body:not(.scrolled) .program-filter-wrapper
{
    right: 20px !important;
}

}
