@import url(//fonts.googleapis.com/earlyaccess/opensanshebrew.css?family=Open+Sans+Hebrew&display=swap);

@font-face {
    font-family: "almoni-tzar";
    src: url("../fonts/almoni-tzar-aaa-light.woff2") format("woff2"), url("../fonts/almoni-tzar-aaa-light.woff") format("woff");
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: "almoni-tzar";
    src: url("../fonts/almoni-tzar-aaa-regular.woff2") format("woff2"), url("../fonts/almoni-tzar-aaa-regular.woff") format("woff");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "almoni-tzar";
    src: url("../fonts/almoni-tzar-aaa-bold.woff2") format("woff2"), url("../fonts/almoni-tzar-aaa-bold.woff") format("woff");
    font-style: normal;
    font-weight: bold;
    font-display: swap;
}

* {
    outline: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    outline: none;
    border: none;
}

a, input, textarea, button, label {
    -webkit-tap-highlight-color: transparent;
}

/*:focus {*/
/*    outline: 2px solid #0072ff !important;*/
/*}*/

input.focus--mouse:focus {
    outline: 0 !important;
}

input.focus--mouse:focus + label::before,
input.focus--mouse:focus + label::after,
input.focus--mouse:focus + label {
    outline: 0 !important;
}

.focus--mouse,
textarea.focus--mouse {
    outline: 0 !important;
}

.skip-to-content {
    position: fixed;
    top: -100%;
    right: 0;
    padding: 0.25rem 0.5rem;
    color: #323232;
    border-radius: 0 0 5px 5px;
    background-color: #32b1ca;
    z-index: 9999;
    transition: top 0.2s;
}

.skip-to-content:focus {
    top: 0;
    transition: top 0.3s;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: top;
}

header,
footer,
article,
section,
hgroup,
nav,
figure,
main {
    display: block;
}

form,
fieldset,
button {
    margin: 0;
    padding: 0;
    border: none;
}

button {
    background-color: transparent;
    -webkit-appearance: none;
}

input,
textarea {
    box-sizing: border-box;
    border-radius: 0;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    box-shadow: none;
    -webkit-appearance: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: inherit;
    opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    font-size: inherit;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    font-size: inherit;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: inherit;
    opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    opacity: 0.5;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    opacity: 0.5;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    opacity: 0.5;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    opacity: 0.5;
}

input[type="submit"] {
    cursor: pointer;
}

textarea {
    resize: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    outline: none;
    border: none;
}

a {
    display: inline-block;
    text-decoration: none;
    color: #5dafc7;
}

a:active {
    color: #1a1a1a;
}

html {
    font-size: 16px;
    box-sizing: border-box;
}

*,
*::after,
*::before {
    box-sizing: inherit;
}

* {
    -webkit-tap-highlight-color: transparent;
}

a.disabled {
    cursor: initial;
}

body {
    overflow: auto !important;
    margin: 0;
    height: 100%;
    font-family: "almoni-tzar", Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #1e1e1e;
    opacity: 1;
}

body.visible-menu .main-menu {
    -ms-transform: translateX(0);
    transform: translateX(0);
    z-index: 99;
}

body.visible-menu #overlay {
    opacity: 1;
    visibility: visible;
}

body.search-is-open .search-wrapper {
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
}

body.search-is-open .search-wrapper input[type="submit"] {
    opacity: 1;
    visibility: visible;
}

body.has-overlay #overlay {
    opacity: 1;
    visibility: visible;
}

.en {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 18px;
}

.main-menu .en:before {
    content: ' ';
}

.en > * {
    font-family: inherit;
}

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

#wrapper {
    padding-top: 2.75rem;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/*#main-content {
  .broadcast {
    max-width: 100%;
  }
}*/
.main-header {
    position: relative;
    z-index: 99999;
}

.top-line {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0 0.875rem;
    border-bottom: 1px solid #32b1ca;
    background-color: #fff;
    border-bottom: 1px solid rgba(232, 232, 232, 1);
}



.top-line #menu-item-189 a {
    font-size: 20px;
}

.top-line > ul {
    display: none;
}

.top-line .play-btn {
    margin: 10px 0;
}

.top-line .play-btn .a {
    fill: #010101;
}

.top-line .en {
    margin-top: -1px;
    padding-top: 0;
}

.top-line .en a {
    font-size: 0.8125rem;
}

.toggle-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 0 10px 3.3rem;
    cursor: pointer;
}

.toggle-menu a {
    display: block;
    width: 1.125rem;
    height: 0.9375rem;
}

.main-menu {
    position: fixed;
    top: 1px;
    right: 0;
    z-index: 11;
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    width: 243px;
    padding: 2.9rem 0.85rem 1.5rem 1rem;
    transition: transform 0.2s;
}

.main-menu .menu-holder {
    background-color: rgba(255, 255, 255, 0.96);
}

.main-menu ul {
    margin: 0;
    padding: 1.2rem 0 1.2rem;
    list-style: none;
}

.main-menu ul + ul {
    border-top: 1px solid #8b8b8b;
}

.main-menu ul:last-of-type {
    padding-bottom: 0;
}

.main-menu li + li {
    margin-top: 1.2rem;
}

.main-menu li.menu-item.mobile {
    display: none;
}

.main-menu .menu-img img {
    width: 31px;
}

.main-menu .menu-img-2 img {
    width: 58px;
}

.main-menu a {
    color: #1e1e1e;
}

.main-menu .social-links a + a {
    margin-right: 1.25rem;
}

.close-menu {
    position: absolute;
    top: 0.95rem;
    left: 0.95rem;
    width: 1.45rem;
    height: 1.45rem;
    background: #fff;
}

.close-menu span {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #1e1e1e;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close-menu span::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: inherit;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.logo {
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 8px 0 0;
    text-align: center;
}

.logo a {
    width: 4.75rem;
    height: 1.5625rem;
    background-image: url("../images/ico-logo-txt.svg"), url("../images/ico-logo-icon.svg");
    background-repeat: no-repeat;
    background-size: 46px 20px, 21px 50px;
    background-position: 2px 3px, 53px -12px;
    text-indent: -9999px;
    overflow: hidden;
}
.page-template-program_landing .logo{
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
    padding: 0;
}
.additional-logo{
    height: 50px;
    margin-right: 18px;
    padding-right: 23px;
    display: flex;
    align-items: center;
    border-right: 1px solid #d4d4d4;
}
.additional-logo a{
    width: 45px;
    height: 49px;
    background-size: contain;
    background-position: 50% 50%;
}

.play-btn {
    width: 1.5rem;
    height: 1.5rem;
}

.top-search {
    position: relative;
    padding: 11px 0 9px;
    padding-right: 1.5rem;
}

.algolia-autocomplete.algolia-autocomplete {
    z-index: 8 !important;
}

.algolia-autocomplete .aa-dropdown-menu{
    padding: 4px 11px 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 7px 9px 0 rgba(143, 143, 143, 0.5);
    text-align: right;
}

/*.search .algolia-autocomplete .aa-dropdown-menu {*/
/*    padding: 0 1px 10px;*/
/*}*/

.algolia-autocomplete .aa-dropdown-menu:empty{
    display: none;
}

.algolia-autocomplete .aa-dropdown-menu > div{
    padding: 16px 0 10px;
    /*border-bottom: 1px solid rgba(0,0,0,.05);*/
    border-bottom: 1px solid #e2e2e2e2;
}

.algolia-autocomplete .aa-dropdown-menu > div:nth-child(2){
    padding: 3px 0 10px;
}

.algolia-autocomplete .aa-dropdown-menu > div:empty{
    display: none;
}

.algolia-autocomplete .aa-dropdown-menu > div:last-child{
    border-bottom: none;
}

.algolia-autocomplete .aa-dropdown-menu a.suggestion-link{
    margin: 2px 0 0 0;
    display: flex;
    font: 400 16px/20px "almoni-tzar", Arial, sans-serif;
    letter-spacing: 0.8px;
    padding: 0 0 0 9px;
}

.search .algolia-autocomplete .aa-dropdown-menu a.suggestion-link{
    padding: 0;
}

.algolia-autocomplete .aa-dropdown-menu .aa-suggestion .suggestion-post-content{
    color: #000000;
}

.algolia-autocomplete .aa-dropdown-menu .aa-suggestion em {
    font-weight: bold;
    font-style: normal;
}


.algolia-autocomplete .aa-dropdown-menu .aa-suggestion:hover{
    background: white !important;
}


.algolia-autocomplete .aa-dropdown-menu .autocomplete-header{
    margin: 0 0 15px 0;
    border-bottom:none;
}

.algolia-autocomplete .aa-dropdown-menu .aa-dataset-2 .autocomplete-header,
.algolia-autocomplete .aa-dropdown-menu .aa-dataset-4 .autocomplete-header{
    /*margin: 0 0 12px 0;*/
    margin: 0 0 9px 0;
}

.algolia-autocomplete .aa-dropdown-menu .aa-dataset-3 .autocomplete-header{
    margin: 0 0 13px 0;
}

.algolia-autocomplete .autocomplete-header .suggestion-link img{
    height: 28px;
    width: auto;
}

.algolia-autocomplete .suggestion-link .suggestion-post-attributes{
    width: 100%;
}

.aa-dropdown-menu .aa-suggestion em{
    color: #1a1a1a!important;
    background: none!important;
}

.algolia-autocomplete .aa-dropdown-menu .aa-suggestion .suggestion-post-content em{
    box-shadow: none;
    padding: 0;
}

.top-search .algolia-autocomplete{
    /*width: 0!important;*/
    /*display: none;*/
    /*visibility: hidden;*/
    left: auto!important;
    right: -19px;
}

.algolia-autocomplete .autocomplete-header-title{
    position: relative;
    margin: 0 21px 0 0;
    padding: 7px 0 0 0;
    color: #8b8b8b;
    float: none;
    font: 400 18px/20px "almoni-tzar", Arial, sans-serif!important;
    letter-spacing: 1.5px;
}

.autocomplete-header-title::before{
    content: '';
    position: absolute;
    top: 0;
    right: -11px;
    height: 100%;
    width: 1px;
    background: #e2e2e2;
}

.algolia-autocomplete .aa-dropdown-menu .aa-suggestion {
    padding: 2.5px 0;
    /*padding: 4px 0;*/
}


.algolia-autocomplete .aa-dropdown-menu .aa-suggestion .show-header,
.algolia-autocomplete .aa-dropdown-menu .aa-suggestion .broadcaster-header{
    display: none;
}


.algolia-autocomplete .aa-dropdown-menu .aa-suggestion .show-header:first-child .suggestion-link{
    display: flex;
}

/*.top-search.active .algolia-autocomplete{*/
/*    display: block!important;*/
/*    visibility: visible;*/
/*    width: 100%!important;*/
/*}*/



.search-wrapper {
    position: absolute;
    top: -2px;
    left: 0;
    z-index: 1;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    height: 100%;
    padding: 10px 0;
    opacity: 0;
    -ms-transform-origin: left;
    transform-origin: left;
    transition: transform 0.1s, opacity 0.1s;
}

.search-wrapper div {
    position: relative;
    background: #fff;
}

.search-wrapper div input {
    height: 100%;
    border: 0;
}

.search-wrapper div input[type="text"] {
    margin: 0 -8px 0 0;
    height: 36px;
    width: 100%;
    padding: 0 0 6px 24px;
    direction: rtl;
    /*padding-left: 2em;*/
    /*border-bottom: 1px solid #d7d7d7;*/
}

.search-wrapper div input[type="submit"] {
    position: absolute;
    top: 6px;
    left: 0;
    width: 1.0625rem;
    height: 1.0625rem;
    padding: 0;
    background-color: transparent;
    background-image: url("../images/search-blue.svg");
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s 0.1s;
    text-indent: 100%;
}

.search-toggle {
    width: 1.25rem;
    background-image: url("../images/search-11012019.svg");
    background-size: 100%;
    opacity: 1;
    background-position: 0 0 !important;
    height: 1.5rem !important;
    background-repeat: no-repeat;
}



.search-close {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
    width: 5.315rem;
    height: 100%;
    border-right: 1px solid #eaeaea;
    background-image: url("../images/search-close.png");
    background-size: 1.5rem;
    background-repeat: no-repeat;
    background-position: center;
}

h1 span {
    color: #32b1ca;
    display: inherit;
}

.home .text-wrapper {
    padding-top: 57px;
}

.at-above-post-homepage {
    float: right;
}

.hero-section {
    position: relative;
    color: #fff;
    background-size: cover;
}

.hero-section .text-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.performer-inner-page .hero-section {
    padding-top: 65%;
    color: #000;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/mahuti-overlay-mob.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.home-page .hero-section::before {
    background-color: rgba(26, 26, 26, 0.53);
}

.hero-section h1 {
    position: static;
    width: 100%;
    margin: 0;
    font-size: 1.5rem;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.2px;
}

.hero-section h1 br:last-child {
    display: none;
}

.hero-section h1, .hero-section h2, .hero-section h3, .hero-section h4, .hero-section h5, .hero-section h6 {
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.2px;
    margin: 0;
}

.hero-section > p {
    position: absolute;
    top: 43%;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 260px;
    width: 100%;
    margin: 0;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.3;
    text-align: center;
}

.hero-section img {
    width: 100%;
    min-height: 11.25rem;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.live {
    display: none;
    text-align: center;
    background-color: #32b1ca;
}

.home-page .live {
    display: block;
}

.live-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5625rem 0 0.4375rem;
}

.live-row + .live-row {
    border-top: 1px solid #70c9da;
}

.live span {
    position: relative;
    top: 2px;
    font-size: 1.1875rem;
    letter-spacing: 0.2px;
    color: #fff;
}

.live span a {
    color: inherit;
}

.live p {
    margin: 0;
}

.live p span {
    display: block;
    font-size: inherit;
}

.live .play-btn {
    width: 36px;
    height: 36px;
    margin-left: 0.45rem;
    border-radius: 50%;
    /*background: #fff url("../images/ico-new-play.svg") no-repeat 20% 50%;*/
    background: #fff url("../images/play_show .svg");
    background-size: 14px 16px;
    text-indent: -9999px;
    position: relative;
}

.live .play-btn:after {
    content: '';
    position: absolute;
    width: 102%;
    height: 102%;
    top: 48%;
    left: 50%;
    border: 5px solid #32b1ca;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.live .play-btn.facebook-video {
    background: #fff url("../images/icon-video.svg") no-repeat 50% 50%;
    background-size: 50%;
}

.live .blink {
    color: #1e1e1e;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-duration: 0.7s;
    display: inline-block;
    margin-right: 20px;
    animation-direction: alternate;
}

@keyframes blink {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.broadcast {
    position: relative;
    margin: 0 0 3rem;
    padding: 1rem 0.7rem 0;
    text-align: center;
    background-color: #fdcd34;
}

.broadcast-team {
    max-width: 56.875rem;
    margin: 1.7rem auto 0;
    -ms-transform: translateY(0.75rem);
    transform: translateY(0.75rem);
    position: relative;
}

.broadcast-descr {
    position: absolute;
    top: -39px;
    right: 15px;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    font-size: 0.9375rem;
    line-height: 1;
    border: 2px solid #fdcd34;
    border-radius: 50%;
    color: #fff;
    background-color: #2d2d2d;
    padding: 3px 10px;
    letter-spacing: 1px;
}

.broadcast h2 {
    margin: 0 0 2px;
    font-size: 1.625rem;
    font-weight: normal;
}

.broadcast p {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 300;
}

.broadcast .btn {
    position: absolute;
    bottom: 0.4rem;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 14rem;
    height: 1.875rem;
    padding-top: 0.1875rem;
    font-size: 0.875rem;
    font-weight: 300;
    color: inherit;
    background-color: #fdcd34;
}

.broadcast img {
    width: 100%;
}

section h2,
section h1 {
    margin: 0;
    font-size: 1.375rem;
    font-weight: 300;
    text-align: center;
}

.ondemand {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 1.2rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}

.ondemand h2 {
    margin-bottom: 1.4rem;
}

.ondemand ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ondemand li {
    width: calc(100% / 3);
    margin-bottom: 1.9375rem;
    text-align: center;
}

.ondemand span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.ondemand p {
    margin: 0.7rem 0 0;
    color: #1a1a1a;
}

.search {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 0.85rem;
    padding-bottom: 2.2rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    border-bottom: 1px solid #e2e2e2;
}

.search-results {
    display: none;
    right: -16px;
    position: absolute;
    width: 100%;
    background-color: #fff;
    height: auto;
    padding: 33px 35px 28px;
    box-shadow: 4px 4px 10px rgba(33, 33, 33, 0.15);
}

.search-results.search-results a {
    display: block;
    color: #000;
    font-size: 18px;
    margin-bottom: 18px;
    font-weight: 300;
}

.search-results a:last-child {
    margin-bottom: 0;
}

.search-results.search-results {
    height: auto;
    right: 0;
    text-align: right;
    z-index: 999999;
}

.search-results.search-results a:focus {
    background-color: #cecece;
}

.search-results.search-results a span {
    font-weight: 600;
}

.search h2 {
    margin-bottom: 1.2rem;
}

.search-inner {
    position: relative;
    max-width: 29rem;
    height: 37px;
    margin: 0 auto;
}

.search-inner input {
    height: 100%;
    color: #000000;
    direction: rtl;
}

.search-inner input::placeholder{
    color: #888;
}

.search-inner input[type="text"] {
    width: 100%;
    padding: 1px 0.5625rem 0 3.5rem;
    font-size: 1.125rem;
    border: 1px solid #888;
}

.search-inner input[type="submit"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    padding: 0;
    border: 0;
    background: transparent url("../images/search-gray.svg") no-repeat 31% 50%;
    background-size: 1.0625rem 1.0625rem;
    text-indent: 100%;
    cursor: pointer;
}

.search-inner input[type="submit"].active{
    /*width: 1.0625rem;*/
    /*height: 1.0625rem;*/
    background-image: url("../images/search-blue.svg");
}


/*.search-inner .algolia-autocomplete{*/
/*    display: none!important;*/
/*}*/

/*.search-inner.active .algolia-autocomplete{*/
/*    display: block!important;*/
/*    top: 37px!important;*/
/*    left: 0!important;*/
/*}*/

.grid {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 1.3rem;
    padding-bottom: 1.8rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    overflow: hidden;
}

/*.grid-wrapper{*/
/*    margin: 0 auto;*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    max-width: 1160px;*/
/*    justify-content: space-between;*/
/*}*/

.result-page .grid, .search-no-results .grid{
    /*padding: 1.3rem 10px 1.8rem 0;*/
    padding: 1.3rem 0px 1.8rem 0;
}

.result-page .grid.current-broadcaster, .search-no-results .grid.current-broadcaster{
    margin: -1.8rem auto -72px;
}

.episodes-slider, .podcasts-slider{
    margin: 0 auto;
    width: 100%;
    display: flex;
}

.episodes-slider{
    margin: 0 auto -1px;
}

.podcasts-slider{
    margin: 0 auto 7px;
}

.result-page .grid li::after,  .search-no-results .grid li::after,
.result-page  .grid-wrapper > div::after, .search-no-results .grid-wrapper > div::after{
    display: none;
}

.episodes-slider .slick-list, .podcasts-slider .slick-list{
    max-width: 1088px;
}

.result-page .grid .grid-footer, .search-no-results .grid .grid-footer{
    display: none;
}

.episodes-slider  .owl-item li, .podcasts-slider .owl-item li{
    list-style: none;
}

.result-page .grid > .flex, .search-no-results .grid > .flex{
    display: flex;
    justify-content: center;
    align-items: center;
}

.result-page .grid.single-slide > .flex, .search-no-results .grid.single-slide > .flex{
    display: none;
}

.result-page .grid > a, .search-no-results .grid > a{
    float: left;
    color: #b0b0b0;
    letter-spacing: 1.3px;
    padding-left: 0.8rem;
}

.result-page .current-broadcaster .broadcaster-item .flex, .search-no-results .current-broadcaster .broadcaster-item .flex{
    padding:  0 15px;
}

.result-page .current-broadcaster .broadcaster-name, .search-no-results .current-broadcaster .broadcaster-name{
    padding: 0 0 42px 0;
}

.result-page .current-broadcaster h2, .search-no-results .current-broadcaster h2{
    font-weight: 400;
    font-size: 20px;
    margin: 0px 0 29px 0;
}

.result-page .current-broadcaster p, .search-no-results .current-broadcaster p{
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    padding: 0 20px;
}

.result-page .current-broadcaster .broadcaster-item .line, .search-no-results .current-broadcaster .broadcaster-item .line{
    margin: 0 auto;
    width: calc(100% - 20px);
}

.current-broadcaster .broadcaster-item > a{
    padding: 0 0 0 4px;
}

.result-page .current-broadcaster .broadcaster-img, .search-no-results .current-broadcaster .broadcaster-img{
    margin: 18px 0;
    display: flex;
    justify-content: center;
}

.result-page .current-broadcaster .broadcaster-img img, .search-no-results .current-broadcaster .broadcaster-img img{
    margin: 0 0 0 10px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
}

.grid.recomend-items .show-more {
    color: #32b1ca;
    background-color: #fff;
}

.grid.recomend-items .show-more:hover {
    color: #fff;
    background-color: #32b1ca;
}

.grid:last-of-type {
    padding-bottom: 1.3rem;
}

.grid hr {
    display: none;
}

.grid ul, .grid-wrapper {
    overflow: hidden;
}

.grid + .grid {
    margin-top: -1.8rem;
}

.grid ul, .grid-wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
}

.grid li, .grid-wrapper > div {
    margin-bottom: 0.75rem;
}

.grid li:last-child, .grid-wrapper > div:last-child {
    margin-bottom: 0;
}

.grid h2 {
    margin-bottom: 1.1rem;
}

.grid h2 mark {
    font-weight: normal;
    color: #32b1ca;
    background-color: transparent;
}

.grid h2 + p {
    margin: -0.8rem 0 1.2rem;
    font-size: 1.1875rem;
    font-weight: 300;
    text-align: center;
}

.grid-item {
    position: relative;
    padding-bottom: 1.85rem;
    border-bottom: 1px solid #b8b8b8;
}


.result-page .grid-item, .search-no-results .grid-item{
    border-bottom: none;
}


.grid-item > a {
    display: block;
}

.grid-item span.at-icon-wrapper {
    display: none;
}

.grid-item .title {
    position: absolute;
    bottom: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    padding: 0.75rem 0.85rem;
    color: #fff;
    background-color: rgba(26, 26, 26, 0.85);
}

.result-page .grid-item .title, .search-no-results .grid-item .title{
    padding: 5px 6px;
    height: 49px;
}

.result-page .podcasts-slider .grid-item .title, .search-no-results .podcasts-slider .grid-item .title{
    justify-content: center;
}

.grid-item .title h3, .grid-item .title h3 mark, .grid-item .title span, .grid-item .title a {
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.result-page .episodes-slider .grid-item .title h3, .search-no-results .episodes-slider .grid-item .title h3{
    margin: 0 0 1px 0;
}

.result-page .podcasts-slider .grid-item .title h3, .search-no-results .podcasts-slider .grid-item .title h3{
    font-size: 14px;
    margin: 4px 0 0 0;
    line-height: 20px;
}

.result-page .episodes-slider .grid-item .title h3 a, .search-no-results .episodes-slider .grid-item .title h3 a{
    font-size: 14px!important;
}

.grid-item .title div {
    margin-top: 0.3rem;
}

.result-page .grid-item .grid-header .title div, .search-no-results .grid-item .grid-header .title div{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.result-page .grid-item .grid-header div span, .search-no-results .grid-item .grid-header div span,
.result-page .grid-item .grid-header div a, .search-no-results .grid-item .grid-header div a{
    display: inline;
}

.grid-item .title span {
    position: relative;
    margin-right: 0.75rem;
}

.grid-item .title span::before {
    content: '';
    position: absolute;
    top: 0.3rem;
    right: -0.55rem;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: currentColor;
}

.grid-item .title span + span {
    position: relative;
    margin-right: 0.75rem;
}

.grid-item .title span + span::before {
    content: '';
    position: absolute;
    top: 0.3rem;
    right: -0.55rem;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: currentColor;
}

.grid-item h3 {
    font-weight: 300;
}

.grid-item h3, .grid-body .title h3 {
    margin: 0;
}

.grid-item p {
    margin: 0.35rem 0 0;
    font-family: 'Open Sans Hebrew', sans-serif;
    line-height: 1.6;
    display: none;
    /*max-height: 75px;*/
    /*overflow: hidden;*/
}

.grid-item p.allready-cuted{
    display: block;
}

.search-no-results .grid-item p, .result-page .grid-item p{
    font-family: "almoni-tzar", Arial, sans-serif;
}

.grid-item span {
    display: inline-block;
}

.grid-item .social {
    position: absolute;
    left: 0;
    bottom: 1.9rem;
}

.grid-item .social a {
    opacity: 1;
    background-size: 100%;
}

.grid-item .social a + a {
    position: relative;
    margin-right: 1.7rem;
}

.grid-item .social a + a::before {
    content: '';
    position: absolute;
    top: 0;
    right: -0.95rem;
    width: 1px;
    height: 100%;
    background-color: #bfbfbf;
    opacity: 0.5;
}

.grid-item .btn {
    font-size: 1.125rem;
    color: #32b1ca;
    text-decoration: underline;
}

.grid-item.expanded {
    max-width: 1200px;
    margin-top: -39.5%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0.8rem;
    border-bottom: 0;
}

.grid-item.expanded .grid-header {
    position: relative;
    max-width: 39.8125rem;
    width: 100%;
    margin: 0 auto;
    padding-top: 44%;
}

.grid-item.expanded .grid-header::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/ico--play-lg.png");
    background-repeat: no-repeat;
    background-position: 51.5% 48%;
    background-size: 3.3rem;
    pointer-events: none;
}

.grid-item.expanded .grid-body {
    position: relative;
    padding-top: 1.35rem;
    padding-bottom: 1.75rem;
    border-bottom: 1px solid #b8b8b8;
}

.grid-item.expanded p {
    margin-top: 1.9rem;
}

.grid-item.expanded .social {
    left: calc(100% - 9.9rem);
    top: 0.85rem;
    bottom: unset;
}

.grid-item.expanded .social::after {
    content: '';
    position: absolute;
    right: -0.85rem;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #b8b8b8;
}

.grid-header {
    position: relative;
    padding-top: 66%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.result-page .episodes-slider .grid-header,
.search-no-results .episodes-slider .grid-header,
.result-page .podcasts-slider .podcast-header,
.search-no-results .podcasts-slider .podcast-header{
    /*min-height: 147px;*/
    /*height: 45vw;*/
    padding: 0;
}

.result-page .episodes-slider .grid-header img,
.search-no-results .episodes-slider .grid-header img,
.result-page .podcasts-slider .podcast-header img,
.search-no-results .podcasts-slider .podcast-header img{
    width: 100%;
    height: 100%;
}

.grid-header > a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 69px);
    width: 100%;
    z-index: 2;
}

.grid-body {
    /*padding: 0.65rem 0 1.3rem;*/
    padding: 7px 0 1.3rem;
}

.result-page .grid-body{
    padding: 0;
}

.result-page #main-content .grid:nth-child(4) .grid-item .grid-body,
.result-page #main-content .grid:nth-child(5) .grid-item .grid-body,
.search-no-results #main-content .grid:nth-child(4) .grid-item .grid-body,
.search-no-results #main-content .grid:nth-child(5) .grid-item .grid-body{
    margin: 10px 0 0 0;
}

.grid-body span {
    color: #8b8b8b;
    letter-spacing: 0.3px;
    display: inline-block;
}

/*.recomend-items .grid-body span:last-child {*/
/*display: inline-block;*/
/*}*/

.grid-body span + span {
    position: relative;
    margin-right: 1.1rem;
    display: inline-block;
}

.grid-body span + span::before {
    content: '';
    display: none;
    position: absolute;
    top: 2px;
    right: -0.6rem;
    width: 1px;
    height: 0.75rem;
    background-color: currentColor;
}

.social a {
    width: 1.75rem;
    height: 1.75rem;
    background-repeat: no-repeat;
    text-indent: -9999px;
}

.tw {
    background-image: url("../images/icon-twitter.svg");
    background-size: 100%;
}

.fb {
    background-image: url("../images/icon-fb.svg");
    background-size: 100%;
}

.whatsapp {
    background-image: url("../images/icon-whatsapp.svg");
    background-size: 100%;
}

.top-line > .social-links .soundcloud path, .top-line > .social-links
.fb-single path, .top-line > .social-links
.youtube path {
    fill: #32b1ca;
}

.soundcloud {
    position: relative;
    top: -1px;
    left: -3px;
    width: 2.5rem;
    height: 1.2rem;
}

.fb-single {
    width: 0.8rem;
    height: 1.6rem;
}

.youtube {
    width: 1.5rem;
    height: 1.85rem;
}

.show-more,  .ais-InfiniteHits-loadMore{
    display: block;
    max-width: 150px;
    width: 100%;
    border: 2px solid #32b1ca;
    margin: -4px auto 40px;
    /*margin: 0.6875rem auto 5.4375rem;*/
    font-size: 1.1875rem;
    color: #32b1ca;
    text-decoration: none;
    font-family: "almoni-tzar", Arial, sans-serif;
    cursor: pointer;
    text-align: center;
    padding: 1px 15px 0;
    clear: both;
    box-sizing: border-box;
}

.ais-InfiniteHits-loadMore.ais-InfiniteHits-loadMore--disabled{
    display: none;
}

.page-template-schedule .grid .show-more{
    margin: 31px 0 0 0;
    float: left;
    text-decoration: underline;
}


.player-banner-panel{
    position: absolute;
    bottom: -217px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    margin: 0 auto;
    justify-content: center;
    gap: 8px;
    z-index: 10;
}

.grid-wrapper .grid-body .grid-body-panel, .episodes-slider .grid-body .grid-body-panel, .grid-item .grid-body .grid-body-panel{
    float: left;
}

.grid-wrapper .grid-body > div{
    display: inline-block;
}

.result-page .grid-body > div:not(.grid-body-panel), .grid-item  .grid-body > div:not(.grid-body-panel){
    display: inline-block;
}

.grid-wrapper .grid-body .grid-body-panel a, .episodes-slider .grid-body .grid-body-panel a, .grid-item .grid-body .grid-body-panel a{
    margin: 0 5px 0 0;
}

.spotify, .sound, .video {
    width: 23px;
    height: 23px;
    background-size: cover;
}

.spotify {
    background: url("../images/spotify.svg") no-repeat;
}

.sound {
    background: url("../images/audio.svg") no-repeat;
}

.video {
    background: url("../images/video.svg") no-repeat;
}


.channels {
    padding-top: 1.3rem;
    padding-bottom: 1.8rem;
    background-color: #32b1ca;
}

#main-content .channels {
    max-width: none;
    margin: 0;
}

.channels-wrapper {
    overflow: hidden;
}

.channels h2 {
    margin-bottom: 0.3rem;
}

.channels h2 + p {
    margin: 0 0 1.9rem;
    font-weight: 300;
    text-align: center;
}

.channels .row {
    float: right;
    width: 50%;
    padding: 0.6rem 0.85rem 0;
    text-align: center;
}

.channels .row + .row {
    position: relative;
}

.channels .row + .row::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #1a1a1a;
}

.channels .row > span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1.85rem;
    margin: 0 auto;
}

.channels p {
    margin: 0.375rem 0 2.25rem;
    font-weight: 300;
}

.channels p .en {
    font-size: 12px;
}

.channels a {
    display: block;
    max-width: 14.625rem;
    margin: 0 auto;
    padding: 0.33em 2.1em 0.15em;
    /*padding: 0.21em 2.1em 0.15em;*/
    font-size: 1.1875rem;
    font-weight: 300;
    color: #32b1ca;
    background-color: #fff;
    letter-spacing: 0.5px;
}

.channels a:hover {
    color: #000;
    background: #97e5f6;
}

.channels img {
    width: 100%;
    max-height: 100%;
}

.who {
    padding-top: 1.3rem;
}

.who h2 {
    margin-bottom: 1.8rem;
}

.who ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.person-slider {
    position: relative;
    padding: 0 0.8rem 2.1rem 0;
    overflow: hidden;
}

.person-slider::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0.8rem;
    width: calc(100% - 1.6rem);
    height: 1px;
    background-color: #e2e2e2;
}

.person-slider .owl-stage-outer {
    padding-right: 1px;
}

.person-slider p {
    margin: 1.25rem 0 0;
    color: #8b8b8b;
    text-align: center;
}

.person-slider img {
    border-radius: 50%;
    border: 1px solid #e8e8e8;
}

.main-footer {
    color: #fff;
    background-color: #1a1a1a;
}

.main-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-footer h2 {
    margin: 0 0 0.8rem;
    padding-bottom: 0.7rem;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.2;
    border-bottom: 1px solid #323232;
    letter-spacing: 0.5px;
}

.main-footer a {
    color: #32b1ca;
}

.main-footer strong {
    font-weight: normal;
}

.main-footer span {
    font-weight: 300;
}

.main-footer .en {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
}

.footer-rows {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-rows div {
    width: 50%;
    padding: 2.2rem 2.4rem 1rem 2rem;
}

.footer-rows div:first-of-type {
    padding-right: 2.7rem;
}

.footer-rows div:last-of-type li {
    position: relative;
    padding-right: 2.2rem;
}

.footer-rows div:last-of-type li:nth-child(3) img {
    max-width: 21px;
}

.footer-rows div:last-of-type span {
    font-size: 13px;
    margin-bottom: 4px;
}

.footer-rows div:last-of-type img {
    max-width: 22px;
    padding-right: 0 !important;
    display: block;
    margin: 0 auto;
}

.footer-rows li {
    line-height: 1.4;
}

.footer-rows li + li {
    margin-top: 1.1rem;
}

.footer-rows li a {
    text-transform: uppercase;
}

.footer-rows li img {
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 24px;
}

.footer-bottom {
    padding: 1.15rem 0 1.2rem;
    font-size: 0.875rem;
    background-color: #2d2d2d;
    letter-spacing: 0.5px;
}

.footer-bottom div {
    text-align: center;
}

.footer-bottom div:first-child a {
    color: #fff;
}

.footer-bottom a:not([href="#"]):hover {
    color: #fff;
}

.footer-bottom .external-links a {
    display: inline-block;
    position: relative;
    margin-right: 1rem;
}

.footer-bottom .external-links a::before {
    content: '';
    position: absolute;
    top: -1px;
    right: -0.5rem;
    width: 2px;
    height: 15px;
    background: url("../images/separator.png") no-repeat;
}

.footer-bottom .external-links a:first-child {
    margin-right: 0;
}

.footer-bottom .external-links a:first-child::before {
    display: none;
}

.copyright {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 0.75rem 1rem 0.6rem;
    color: #bfbfbf;
    background-color: #fff;
    letter-spacing: 0.5px;
}

.show-page .player-banner {
    direction: ltr;
}

.show-page .player-banner.flowplayer .play-info {
    direction: rtl;
}

.copyright ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.copyright ul:first-child {
    display: none;
}

.copyright ul:first-child li {
    font-weight: 300;
}

.copyright ul:first-child li + li::before {
    right: -0.3125rem;
}

.copyright ul img {
    display: none;
}

.copyright li {
    line-height: 1;
}

.copyright li + li {
    position: relative;
    margin-right: 0.7rem;
    padding-right: 3px;
    line-height: 11px;
}

.copyright li + li::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 7px;
    margin-top: -3px;
    background-color: currentColor;
}

.copyright a {
    font-size: 8px;
    font-weight: 300;
    color: inherit;
}

.copyright div {
    max-width: 7.5rem;
    height: 100%;
}

.copyright div img {
    display: block;
    margin-right: auto;
}

.copyright span {
    font-weight: normal;
}

.apps {
    padding: 0.7rem 0.9rem 1.9rem;
}

.apps a {
    width: 100%;
    height: 2.3125rem;
    background-color: #32b1ca;
    background-repeat: no-repeat;
    transition: background-color .3s ease;
}

.apps a + a {
    margin-top: 0.6rem;
}

.apps a:hover {
    background-color: #fff;
    transition: background-color .3s ease;
}

.apps h2 {
    margin-bottom: 0.65rem;
    padding: 0;
    border-bottom: 0;
    text-align: center;
}

.app-store {
    background-image: url("../images/app-store.svg");
    background-size: 92px 24px;
    background-position: 50% 30%;
}

.google-play {
    background-image: url("../images/google-play.svg");
    background-size: 117px 20px;
    background-position: center;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(30, 30, 30, 0.83);
    transition: visibility 0.2s 0.05s;
}

.owl-nav {
    position: absolute;
    left: 0;
    top: 39%;
    z-index: -1;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 39px;
}

.owl-prev, .owl-next {
    position: absolute;
    width: 28px;
    height: 100%;
    background: url("../images/ico-arrows-slider.svg") no-repeat 50% 50%;
    background-size: cover;
    color: transparent;
}

.owl-prev {
    left: 0;
    -ms-transform: scale(-1);
    transform: scale(-1);
}

.owl-next {
    right: 0;
}

.program-page #wrapper {
    padding-bottom: 1.5rem;
}

.program-page .hero-section::before {
    content: none;
}

.program-page .hero-section img {
    object-position: 0;
}

.program-page .hero-section h1,
.program-page .hero-section p {
    position: relative;
    margin: 0;
    color: #000;
    text-align: right;
}

.program-page .hero-section h1 {
    margin-bottom: 0.65rem;
    padding-bottom: 0.6rem;
    font-size: 1.375rem;
}

.program-page .hero-section h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1rem;
    height: 1px;
    background-color: currentColor;
}

.program-page .hero-section p {
    max-width: 88%;
    font-size: 1.0625rem;
    line-height: 1.25;
}

.program-page .hero-section span {
    color: #000;
}

.program-page .grid:last-of-type {
    padding-bottom: 0;
}

.program-page .grid .show-more {
    margin-top: 0.9rem;
}

.program-txt {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.95rem 0.8rem;
    background-color: #32b1ca;
}

.program-txt::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/mahuti-overlay.png");
    background-size: cover;
    background-position: 100% 50%;
}

.program-txt a {
    color: #000;
}

.program-txt a:hover {
    color: #fff;
}

.program-txt p {
    font-weight: 300;
}

.program-list {
    padding-top: 1.1rem;
    padding-bottom: 1rem;
}

.result-page .program-list, .search-no-results .program-list {
    padding: 0;
}

.program-list-page #main-content {
    margin: 2.2rem 0.8rem 0;
    padding-bottom: 0;
    border-top: 1px solid #8b8b8b;
}

.program-list-page .grid {
    padding-left: 0;
    padding-right: 0;
}

.program-list-page .grid:last-of-type {
    padding-bottom: 0;
}

.program-list-page .grid:last-of-type ul:not(:last-of-type) {
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 50px;
}

.program-list a {
    color: inherit;
}

.program-list .prev-list,
.program-list .next-list {
    padding: 0 3px;
    font-size: inherit;
    position: relative;
    color: #32b1ca;
    text-indent: -9999px;
}

.program-list .prev-list {
    left: 9px;
}

.program-list .prev-list::after {
    content: '<';
    left: -4px;
    text-indent: 10px !important;
    position: absolute;
}

.program-list .next-list {
    left: -6px;
}

.program-list .next-list::before {
    content: '>';
    right: -11px;
    text-indent: 10px !important;
    position: absolute;
}

.program-list .show-more {
    margin-top: 0.3rem;
    padding-left: 0.8rem;
    color: #32b1ca;
}

.program-list h2,
.program-list h1 {
    margin: 0 0 0.35rem 0;
    color: #32b1ca;
}

.program-list h2 + div,
.program-list h1 + div {
    margin: 0 0 0.75rem 0;
    font-size: 1.375rem;
    text-align: center;
}

.program-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.page-template-schedule .program-list > a{
    position: relative;
    font-size: 19px;
    line-height: 2.49;
    text-align: left;
    color: #3bb0c9;
    margin: -6px 0 -14px 13px;
}

.page-template-schedule .program-list > a:before{
    content: '';
    position: absolute;
    bottom: 14px;
    left: 0;
    width: 48px;
    height: 2px;
    background:  #3bb0c9;
}

.program-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    min-height: 110px;
    border-top: 1px solid #e5e5e5;
}

.program-row > div{
    padding: 0 13px;
}

.program-row.active {
    position: relative;
}

.program-row.active::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0.5rem;
    height: 100%;
    background-color: #32b1ca;
}

.program-row:last-of-type {
    border-bottom: 1px solid #e5e5e5;
}

/*.program-row > div {*/
/*    padding: 0 0.8rem;*/
/*}*/

.program-time {
    display: inline;
    position: relative;
    font-size: 17px;
    letter-spacing: 0.36px;
}

.program-time::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 0.6875rem;
    margin-right: 0.3125rem;
    margin-left: 0.1875rem;
    background-color: currentColor;
}

.program-name {
    display: inline;
    font-size: 1.125rem;
    letter-spacing: 0.36px;
    line-height: 30px;
    color: #32b1ca;
}

.program-name a {
    display: inline;
    font-size: 15px;
}

.program-descr, .program-presenter{
    margin-top: 0.25rem;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.32px;
    font-size: 0.875rem;
}

.program-presenter{
    position: relative;
    font-size: 0.9375rem;
    display: inline-block;
    margin: 0 0.875rem 0 0;
}

.program-list-page .grid.two-items .grid-body {
    padding-top: 1.7rem;
}
.program-list-page .grid.two-items ul {
    padding-bottom: 1.3rem;
}
.broadcasters {
    max-width: 1230px;
    margin: 0 auto -19px;
    padding-top: 1.2rem;
    padding-bottom: 0;
    overflow: hidden;
}

.broadcasters-header, .main-content-header{
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.search-no-results .grid .flex, .result-page .grid .flex{*/
/*    display: inline;*/
/*}*/

.search-no-results .current-broadcaster .flex, .result-page .current-broadcaster .flex{
    flex-direction: column;
}

.search-no-results .grid .flex, .result-page .grid .flex{
    /*margin: 4px 0 0 0;*/
    margin: 2px 0 0 0;
}

.search-no-results .grid .flex, .result-page .grid .flex{
    /*margin: 4px 0 0 0;*/
    margin: 2px 0 0 0;
}

.result-page .ais-Hits-item .flex, .result-page .ais-InfiniteHits-item .flex{
    margin: 2px 0 29px 0;
}

.result-page .ais-Hits-item .flex > a, .result-page .ais-InfiniteHits-item .flex > a{
    display: inline;
}

.result-page .ais-Hits-item > div > p, .result-page .ais-InfiniteHits-item > div > p{
    margin: 0;
}

.search-no-results .grid-item, .result-page .grid-item{
    border-bottom: none;
    min-width: 200px;
}

.search-no-results #main-content .grid:nth-child(4) > .flex, .result-page #main-content .grid:nth-child(4) > .flex{
    margin: 51px 0 17px 0;
}

.search-no-results #main-content .grid:nth-child(5) > .flex, .result-page #main-content .grid:nth-child(5) > .flex{
    margin: 43px 0 17px 0;
}

.search-no-results #main-content .grid:nth-child(6) > .flex, .result-page #main-content .grid:nth-child(6) > .flex{
    margin: 48px 0 15px 0;
}

.search-no-results #main-content .grid:nth-child(5) .grid-item .grid-body,
.search-no-results #main-content .grid:nth-child(6) .grid-item .grid-body,
.result-page #main-content .grid:nth-child(5) .grid-item .grid-body,
.result-page #main-content .grid:nth-child(6) .grid-item .grid-body{
    margin: 8px 0 7px 0;
}

.search-no-results #main-content .grid:nth-child(5) .grid-item .grid-body p,
.search-no-results #main-content .grid:nth-child(6) .grid-item .grid-body p,
.result-page #main-content .grid:nth-child(5) .grid-item .grid-body p,
.result-page #main-content .grid:nth-child(6) .grid-item .grid-body p{
    margin: 28px 0 0 0;
    font-size: 14px;
    line-height: 22px;
}



.search-no-results #main-content .grid:nth-child(5) .grid-item .grid-body span:nth-child(1),
.search-no-results #main-content .grid:nth-child(6) .grid-item .grid-body span:nth-child(1),
.result-page #main-content .grid:nth-child(5) .grid-item .grid-body span:nth-child(1),
.result-page #main-content .grid:nth-child(6) .grid-item .grid-body span:nth-child(1),
.search-no-results #main-content .grid:nth-child(6) .podcasts-slider .slick-slide .grid-body .date-holder span:nth-child(1),
.result-page #main-content .grid:nth-child(6) .podcasts-slider .slick-slide .grid-body .date-holder span:nth-child(1){
    position: relative;
}

.search-no-results #main-content .grid:nth-child(5) .grid-item .grid-body span:nth-child(2),
.search-no-results #main-content .grid:nth-child(6) .grid-item .grid-body span:nth-child(2),
.result-page #main-content .grid:nth-child(5) .grid-item .grid-body span:nth-child(2),
.result-page #main-content .grid:nth-child(6) .grid-item .grid-body span:nth-child(2),
.search-no-results #main-content .grid:nth-child(6) .podcasts-slider .slick-slide .grid-body .date-holder span:nth-child(2),
.result-page #main-content .grid:nth-child(6) .podcasts-slider .slick-slide .grid-body .date-holder span:nth-child(2){
    margin-right: 10px;
}

.podcasts-slider .date-holder span:nth-child(1):empty, .podcasts-slider .date-holder span:nth-child(1):empty + span{
    display: none;
}

/*.result-page .grid-body > p{*/
/*    background: powderblue;*/
/*}*/

.podcasts-slider .slick-slide .grid-body .date-holder{
    margin: 7px 0 0 0;
}

.podcasts-slider .slick-slide .grid-body > p{
    margin: 28px 0 0 0;
    font-size: 14px;
    line-height: 23px;
    color: #000000;
}

.search-no-results #main-content .grid:nth-child(5) .grid-item .grid-body span:nth-child(1)::before,
.search-no-results #main-content .grid:nth-child(6) .podcasts-slider .slick-slide .grid-body .date-holder span:nth-child(1)::before,
.result-page #main-content .grid:nth-child(5) .grid-item .grid-body span:nth-child(1)::before,
.result-page #main-content .grid:nth-child(6) .podcasts-slider .slick-slide .grid-body .date-holder span:nth-child(1)::before{
    content: '';
    position: absolute;
    top: 2px;
    left: -7px;
    width: 2px;
    height: 13px;
    background: rgb(139, 139, 139);
}

.search-no-results .grid .flex > img, .result-page .grid .flex > img{
    height: 26px;
}

.search-no-results #main-content .grid:nth-child(4) .flex > img, .result-page #main-content .grid:nth-child(4) .flex > img{
    height: 24.5px;
}

.search-no-results #main-content .grid:nth-child(4) .flex > h2,  .result-page #main-content .grid:nth-child(4) .flex > h2{
    margin: -1px 10px 0 0;
}

.search-no-results #main-content .grid:nth-child(4) .all-shows-slider, .result-page #main-content .grid:nth-child(4) .all-shows-slider{
    margin: -15px auto 27px;
}

.search-no-results #main-content .grid:nth-child(4) .all-shows-slider .slick-slide .flex,
.result-page #main-content .grid:nth-child(4) .all-shows-slider .slick-slide .flex,
.program-list .ais-InfiniteHits-item > div > .flex,
.program-list .ais-InfiniteHits-item .grid-body > div,
.program-list .ais-InfiniteHits-item .title {
    margin: 18px 0 0 0;
}

.program-list .ais-InfiniteHits-item .grid-body > div, .program-list .ais-InfiniteHits-item .title {
    margin: 10px 0 0 0;
}

.search-no-results #main-content .grid:nth-child(4) .all-shows-slider .slick-slide > div > p,
.result-page #main-content .grid:nth-child(4) .all-shows-slider .slick-slide > div > p,
.program-list .ais-InfiniteHits-item > div > p, .grid-body p{
    margin: 25px 0 50px 0;
    font-size: 14px;
    line-height: 23px;
    display: block;
    letter-spacing: 0.5px;
}

.grid-body > div + p{
    margin: 25px 0 41px 0;
}

.grid-body .title + p{
    margin: 25px 0 42px 0;
}


/*.search-no-results #main-content .grid:nth-child(4) .episodes-slider,*/
/*.search-no-results #main-content .grid:nth-child(5) .podcasts-slider,*/
/*.result-page #main-content .grid:nth-child(4) .episodes-slider,*/
/*.result-page #main-content .grid:nth-child(5) .podcasts-slider{*/
/*    margin: 0px 10px 0 0px;*/
/*}*/

.search-no-results #main-content .grid:nth-child(5) .flex > h2, .result-page #main-content .grid:nth-child(5) .flex > h2{
    margin: 8px 10px 0 0;
}

.search-no-results #main-content .grid:nth-child(4) .all-shows-slider .owl-item, .result-page #main-content .grid:nth-child(4) .all-shows-slider .owl-item{
    /*margin-bottom: 12px;*/
}

.search-no-results #main-content .grid:nth-child(4) .all-shows-slider .owl-item tr,
.search-no-results #main-content .grid:nth-child(4) .all-shows-slider .owl-item td,
.result-page #main-content .grid:nth-child(4) .all-shows-slider .owl-item tr,
.result-page #main-content .grid:nth-child(4) .all-shows-slider .owl-item td{
   padding: 0;
    width: 100%;
}

.search-no-results #main-content .grid:nth-child(4) .all-shows-slider .owl-item a,
.result-page #main-content .grid:nth-child(4) .all-shows-slider .owl-item a{
    padding: 0;
}

.search-no-results #main-content .grid:nth-child(4) .all-shows-slider .owl-item a img,
.result-page #main-content .grid:nth-child(4) .all-shows-slider .owl-item a img{
    margin: 14px 0 5px 0;
    max-height: 42vw;
    /*max-height: 132px;*/
}

.search-no-results #main-content .grid:nth-child(4) .owl-item .flex,
.result-page #main-content .grid:nth-child(4) .owl-item .flex{
    display: block;
    /*margin: 3px 0 20px;*/
    margin: 3px 0 0px;
}

.search-no-results #main-content .grid:nth-child(4) .all-shows-slider .flex a,
.result-page #main-content .grid:nth-child(4) .all-shows-slider .flex a,
.result-page .search-posts .ais-Hits-item .flex > a, .search-no-results .search-posts .ais-Hits-item .flex > a,
.result-page .search-posts .ais-InfiniteHits-item .flex > a, .search-no-results .search-posts .ais-InfiniteHits-item .flex > a,
.result-page .ais-InfiniteHits-item .grid-body h3 > a, .search-no-results .ais-InfiniteHits-item .grid-body h3 > a,
.result-page .ais-InfiniteHits-item .title > h3, .search-no-results .ais-InfiniteHits-item .title > h3{
    font-size: 19px;
    font-weight: normal;
    color: #000;
    letter-spacing: 1px;
}

.result-page .search-posts .ais-InfiniteHits-item .flex > a:first-child, .search-no-results .search-posts .ais-InfiniteHits-item .flex > a:first-child{
    margin: 0 0 0 3px;
}


.search-no-results #main-content .grid:nth-child(4) .all-shows-slider .flex a.program-broadcaster,
.result-page #main-content .grid:nth-child(4) .all-shows-slider .flex a.program-broadcaster,
.result-page .search-posts .ais-Hits-item .flex > a.program-broadcaster, .search-no-results .search-posts .ais-Hits-item .flex > a.program-broadcaster,
.result-page .search-posts .ais-InfiniteHits-item .flex > a.program-broadcaster, .search-no-results .search-posts .ais-InfiniteHits-item .flex > a.program-broadcaster{
    color: rgb(176, 176, 176);
}

.broadcasters-header{
    margin: 0.625rem auto 2.6875rem;
}

.main-content-header{
    margin: 33px auto 8px
} 

.broadcasters h1, .all-shows-page .main-content-header h1,
.post-type-archive-program .grid .flex > h1,
.post-type-archive-show  .grid .flex > h1,
.post-type-archive-podcast .grid .flex > h1{
    margin: 2px 0 0 0;
    font-size: 1.1875rem;
    text-align: center;
    letter-spacing: 1.48px;
    font-weight: 500;
    order: 2;
    color: #000;
}

.broadcasters h1{
    margin: 2px 9px 0 0;
}

.search-no-results .search-posts .three-items .flex > h1, .result-page .search-posts .three-items .flex > h1{
    font-weight: 500;
    margin: 2px 9px 0 0;
    font-size: 19px;
    letter-spacing: 1px;
}

.broadcasters-slider .owl-item .broadcasters-item{
    width: 100%;
}

.broadcasters-slider .owl-item .broadcasters-item .broadcasters-img img{
    width: 116px
}

.result-page .owl-nav, .search-no-results .owl-nav{
    z-index: 2;
}

.broadcasters-slider.owl-carousel .owl-nav{
    top: 80px;
}

.result-page .broadcasters-img, .search-no-results .broadcasters-img{
    margin: 0 auto 6px;
}

.result-page .grid > .flex, .search-no-results .grid > .flex{
    /*margin: 48px 0 19px 0;*/
    margin: 15px 0 25px 0;
}

.result-page .grid:nth-child(4) > .flex, .search-no-results .grid:nth-child(3) > .flex{
    margin: 51px 0 16px 0;
}

.result-page .grid:nth-child(4) > .flex > h2, .search-no-results .grid:nth-child(3) > .flex > h2{
    margin: 0px 5px 0 0;
    display: flex;
}

.result-page .grid:nth-child(3) > .flex, .search-no-results .grid:nth-child(2) > .flex{
    margin: 5px 0 0 0;
}

.result-page .grid > h2, .search-no-results .grid > h2 {
    margin: 17px 0 0 0;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 1.5px;
}

.result-page .grid .flex > h2, .search-no-results .grid .flex > h2 {
    margin: 6px 5px 0 0;
    font-size: 18px;
    font-weight: 400;
    color: #8b8b8b;
    letter-spacing: 1.7px;
}

.result-page .grid .flex > img, .search-no-results .grid .flex > img {
    height: 24px;
    margin: 2px 0 0 0;
}

.post-type-archive-program .grid > .flex,
.post-type-archive-show .grid > .flex,
.post-type-archive-podcast .grid > .flex {
    margin: 13px 0 9px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.all-shows-page .main-content-header h1, .post-type-archive-program .grid .flex > h1{*/
/*    margin: -1px 0 0 0;*/
/*}*/

.main-content-header img,
.post-type-archive-program .grid .flex > img,
.post-type-archive-show  .grid .flex > img,
.post-type-archive-podcast .grid .flex > img{
    height: 25px;
    margin: 0 0 0 8px;
}

.broadcasters-list {
    margin: 0 -10px 0 -9px;
    display: flex;
    flex-wrap: wrap;
}

.result-page .search-resaults .broadcasters-list > div, .search-no-results .search-resaults .broadcasters-list > div,
.result-page .search-resaults .broadcasters-list .ais-Hits, .search-no-results .search-resaults .broadcasters-list .ais-Hits{
    width: 100%;
}

.broadcasters-item {
    width: 50%;
    margin: 0 0 2.375rem 0;
}

.result-page .broadcasters-item, .search-no-results .broadcasters-item{
    margin: 0 1px 2.375rem 0;
}

.result-page ol.ais-Hits-list, .search-no-results ol.ais-Hits-list,
.result-page ol.ais-InfiniteHits-list, .search-no-results ol.ais-InfiniteHits-list{
    list-style: none;
    margin: 0;
    padding: 0;
    opacity: 0;
}


.result-page ol.ais-Hits-list.visible, .search-no-results ol.ais-Hits-list.visible,
.result-page ol.ais-InfiniteHits-list.visible, .search-no-results ol.ais-InfiniteHits-list.visible{
    opacity: 1;
}

.result-page ol.ais-Hits-list.center, .search-no-results ol.ais-Hits-list.center,
.result-page ol.ais-InfiniteHits-list.center, .search-no-results ol.ais-InfiniteHits-list.center{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.broadcasters-item a {
    display: block;
    overflow: hidden;
}

.result-page .broadcasters-item a, .search-no-results .broadcasters-item a,
.result-page .ais-Hits-item, .search-no-results .ais-Hits-item,
.result-page .ais-InfiniteHits-item, .search-no-results .ais-InfiniteHits-item{
    visibility: hidden;
    height: 0;
}

.result-page .slick-initialized .broadcasters-item a, .search-no-results .slick-initialized .broadcasters-item a,
.result-page .slick-initialized .ais-Hits-item, .search-no-results .slick-initialized .ais-Hits-item,
.result-page .slick-initialized .ais-InfiniteHits-item , .search-no-results .slick-initialized .ais-InfiniteHits-item {
    visibility: visible;
    height: auto;
}

.result-page .search-resaults .broadcasters-item a, .search-no-results .search-resaults .broadcasters-item a,
.result-page .search-resaults .ais-Hits-item, .search-no-results .search-resaults .ais-Hits-item,
.result-page .search-posts .broadcasters-item a, .search-no-results .search-posts .broadcasters-item a,
.result-page .search-posts .ais-Hits-item, .search-no-results .search-posts .ais-Hits-item,
.result-page .search-posts .ais-Hits-item .grid-item, .search-no-results .search-posts .ais-Hits-item .grid-item,
.result-page .search-resaults .ais-InfiniteHits-item, .search-no-results .search-resaults .ais-InfiniteHits-item,
.result-page .search-posts .ais-InfiniteHits-item, .search-no-results .search-posts .ais-InfiniteHits-item,
.result-page .search-posts .ais-InfiniteHits-item .grid-item, .search-no-results .search-posts .ais-InfiniteHits-item .grid-item
{
    visibility: visible;
    height: auto;
    list-style: none;
}

.result-page .search-posts .ais-Hits-item, .search-no-results .search-posts .ais-Hits-item,
.result-page .search-posts .ais-InfiniteHits-item, .search-no-results .search-posts .ais-InfiniteHits-item{
    width: 25%;
}

.result-page .search-resaults .ais-Hits-item, .search-no-results .search-resaults .ais-Hits-item,
.result-page .search-resaults .ais-InfiniteHits-item, .search-no-results .search-resaults .ais-InfiniteHits-item{
    width: 20%;
    padding: 0 0 30px;
    float: right;
}

.result-page .search-posts .ais-Hits-item .grid-item .grid-header, .search-no-results .search-posts .ais-Hits-item .grid-item .grid-header,
.result-page .search-posts .ais-InfiniteHits-item .grid-item .grid-header, .search-no-results .search-posts .ais-InfiniteHits-item .grid-item .grid-header{
    padding: 0;
}

.result-page .search-posts .program-list a, .search-no-results .search-posts .program-list a,
.result-page .search-posts .program-list a img, .search-no-results .search-posts .program-list a img{
    width: 100%;
}

.result-page .test-class.search-posts .program-list .flex a,.search-no-results .test-class.search-posts .program-list .flex a{
    width: auto;
}

.broadcasters-img {
    margin: 0 auto 15px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 129px;
    height: 129px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid rgba(51, 177, 202, 1);
}

.broadcasters-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 91.1%;
    height: 91.1%;
    border-radius: 50%;
    object-fit: cover;
}

.search-no-results .broadcasters-img, .result-page .broadcasters-img{
    margin: 0 auto 5px;
    max-width: 129px;
    width: 100%;
}

.search-no-results .grid.single-slide, .result-page .grid.single-slide{
    margin-top: -30px;
}

.search-no-results .grid.single-slide .broadcasters-slider, .result-page .grid.single-slide .broadcasters-slider {
    margin: 19px auto 27px;
}

.search-no-results .grid.single-slide .broadcasters-item h2, .result-page .grid.single-slide .broadcasters-item h2{
    margin-bottom: 12px;
}

.search-no-results .grid.single-slide .broadcasters-item p, .result-page .grid.single-slide .broadcasters-item p{
    font: 14px/27px "almoni-tzar", Arial, sans-serif;
}

.search-no-results .grid.single-slide .broadcasters-item > a, .result-page .grid.single-slide .broadcasters-item > a{
    overflow: auto;
}

.search-no-results .grid.single-slide .broadcasters-img, .result-page .grid.single-slide .broadcasters-img{
    margin: 0px auto 12px;
    max-width: 100%;
    width: 160px;
    border: none;
}

.search-no-results .grid.single-slide .broadcasters-img img, .result-page .grid.single-slide .broadcasters-img img{
    width: 100%;
    height: 100%;
}

.search-no-results .grid > h2, .result-page .grid > h2{
    font-size: 1.1875rem;
    font-weight: 400;
    margin: 18px 0 0 0;
    letter-spacing: 1.6px;
}

.search-no-results .grid .flex > h2, .result-page .grid .flex > h2{
    font-size: 1.1875rem;
    font-weight: 400;
    letter-spacing: 1.6px;
    margin: 2px 7px 0 0;
    display: flex;
}

.broadcasters-slider .owl-item .broadcasters-item .broadcasters-img img {
    width: 101px;
    height: 101px;
}

.search-no-results .broadcasters-overlay, .result-page .broadcasters-overlay{
    width: 100%;
}

.broadcasters-overlay {
    /*width: 100%;*/
    /*padding: 0.55rem 0.5rem 0.2rem;*/
    /*color: #fff;*/
    /*background-color: rgba(26, 26, 26, 0.85);*/
    margin: 0 auto;
    width: 129px;
    transition: height .3s ease;
}

.broadcasters-overlay > div {
    position: relative;
}

.result-page .broadcasters-list .ais-InfiniteHits-item .broadcastername{
    max-height: 87px;
}

.search-no-results .broadcasters-slider,
.result-page .broadcasters-slider{
    margin: 19px auto 12px;
}


.search-no-results .broadcasters-slider .broadcasters-item h2, .result-page .broadcasters-slider .broadcasters-item h2{
    margin-bottom: 3px;
}

.search-no-results .broadcasters-slider .broadcasters-item h2 mark, .result-page .broadcasters-slider .broadcasters-item h2 mark{
    color: #000;
}

.search-no-results .grid hr, .result-page .grid hr{
    display: block;
    background: rgb(217, 217, 217);
    border: none;
    height: 1px;
    margin: 0 10px;
    color: #32afc8;
}

.search-no-results .grid > a, .result-page .grid > a, .current-broadcaster .broadcaster-item > a{
    color: rgb(176, 176, 176);
    letter-spacing: 1.3px;
    float: left;
    font-size: 15px;
    margin: 10px 0 0 -2px;
}

.current-broadcaster .broadcaster-item > a{
    margin: 9px 0 0 6px;
}

.search-no-results .grid > a > span, .result-page .grid > a > span,
.search-no-results .current-broadcaster .broadcaster-item > a > span, .result-page .current-broadcaster .broadcaster-item > a > span{
    color: #32b1ca;
}

.search-no-results .broadcasters-slider .broadcasters-item p, .result-page .broadcasters-slider .broadcasters-item p{
    font-size: 14px;
    /*max-height: 60px;*/
    line-height: 21px;
    display: block;
}

.search-no-results  mark, .result-page  mark{
    background: transparent;
}

.broadcasters-overlay .icon {
    position: absolute;
    left: 7.2%;
    top: -1.15rem;
    width: 2.375rem;
    height: 2.375rem;
    border: 0.125rem solid #fff;
    border-radius: 50%;
    background-color: #32b1ca;
    background-image: url("../images/arrow.svg");
    background-repeat: no-repeat;
    background-position: 45% 50%;
    background-size: 40%;
}

.broadcasters h2, .broadcasters-slider .broadcasters-item h2,
.broadcasters p, .broadcasters-slider .broadcasters-item p {
    margin: 0 auto;
    text-align: center;
    color: #000;
}

.broadcasters h2, .broadcasters-slider .broadcasters-item h2 {
    margin-bottom: 5px;
    font: 1.1875rem/2rem "almoni-tzar", Arial, sans-serif;
    letter-spacing: 1px;
}

.broadcasters-slider .broadcasters-item h2{
    margin-bottom: 2px;
}

.broadcasters p, .broadcasters-slider .broadcasters-item p {
    max-width: 204px;
    letter-spacing: 1px;
    font: 0.875rem/1.25rem "almoni-tzar", Arial, sans-serif;
    overflow: hidden;
}



.performer-page .hero-section .text-wrapper h1 {
    color: #fff;
}

.performer-page .hero-section .text-wrapper h1 span {
    color: #fff;
}

.performer-inner-page .hero-section {
    padding-top: 74%;
}

.performer-inner-page .hero-section h1 {
    position: absolute;
    top: 11.5%;
    font-size: 1.375rem;
    letter-spacing: 0.5px;
}

.performer-page .hero-section h1 {
    top: 11.3%;
}

.broadcaster-page #wrapper {
    padding-bottom: 1.2rem;
}

.broadcaster-page .hero-section {
    margin-bottom: 1.5rem;
    padding-top: 1.2rem;
    padding-bottom: 0.65rem;
}

.broadcaster-page .hero-section h1,
.broadcaster-page .hero-section p {
    position: static;
    color: #1a1a1a;
}

.broadcaster-page .hero-section h1 {
    font-size: 1.375rem;
}

.broadcaster-page .hero-section h1 + p {
    margin-top: 0.3rem;
}

.broadcaster-page .hero-section > p {
    -ms-transform: none;
    transform: none;
    max-width: none;
}

.broadcaster-page .hero-section .broadcaster {
    width: 9.75rem;
    height: 9.75rem;
    margin: 0 auto;
    -ms-transform: translateY(22.5%);
    transform: translateY(22.5%);
}

.broadcaster-page .hero-section img {
    min-height: 0;
    border-radius: 50%;
    filter: grayscale(1);
    box-shadow: 0 0 29px -10px rgba(0, 0, 0, 0.75);
}

.broadcaster-page .grid:last-of-type {
    padding-bottom: 0;
}

.broadcaster-page .grid .show-more {
    margin-top: 0.35rem;
}

.broadcaster-descr {
    padding: 0 0.875rem;
}

.broadcaster-descr .row {
    padding: 1.3rem 0;
    border-bottom: 1px solid #b8b8b8;
}

.broadcaster-descr .row:first-child h2 {
    display: none;
}

.broadcaster-descr h2,
.broadcaster-descr p {
    margin: 0;
}

.broadcaster-descr h2 {
    font-weight: 300;
    text-align: center;
}

.broadcaster-descr p {
    font-family: 'Open Sans Hebrew', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
}

.broadcaster-descr .show-more {
    float: none;
    display: block;
    margin-top: 0.55rem;
}

.programs {
    height: 66px;
    padding-top: 0.7rem;
    overflow: hidden;
}

.broadcaster-page .programs{
    height: auto;
}

.programs.expanded {
    height: auto;
    overflow: visible;
}

.programs a {
    padding: 0.25rem 0;
    font-size: 1.0625rem;
    font-weight: 300;
    color: #32b1ca;
}

.programs a::after {
    content: '|';
    margin: 0 0.5rem;
}

.conditions-page #main-content,
.about-shari #main-content,
.survey-page #main-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.2rem 0.8rem 0;
}
.conditions-page #main-content .rank-math-breadcrumb,
.about-shari #main-content .rank-math-breadcrumb,
.survey-page #main-content .rank-math-breadcrumb{
    padding-left: 0;
    padding-right: 0;
}

.conditions-page #main-content > *:not(h1),
.about-shari #main-content > *:not(h1),
.survey-page #main-content > *:not(h1) {
    max-width: 41.25rem;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.conditions-page .live p,
.about-shari .live p,
.survey-page .live p {
    font-family: inherit;
}

.conditions-page h1,
.about-shari h1,
.survey-page h1 {
    margin: 0 0 2.5rem;
    font-size: 1.375rem;
    font-weight: 300;
    text-align: center;
}

.conditions-page h2,
.about-shari h2,
.survey-page h2 {
    margin: 0 0 0.7rem;
    font-size: 1.125rem;
    font-weight: bold;
}

.conditions-page h2 + p,
.about-shari h2 + p,
.survey-page h2 + p {
    margin-top: 0;
}

.conditions-page p,
.about-shari p,
.survey-page p {
    margin: 0;
    font-family: 'Open Sans Hebrew', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

.conditions-page p + h2,
.about-shari p + h2,
.survey-page p + h2 {
    margin-top: 1.4rem;
}

.conditions-page p + p,
.about-shari p + p,
.survey-page p + p {
    margin-top: 1.4rem;
}

.newsletter-page #main-content {
    position: relative;
    padding: 1.2rem 0.8rem 0;
    padding: 0 0 1px;
}

.newsletter-page #main-content img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.newsletter-page #main-content .success-msg {
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s ease, visibility .3s ease;
    width: 100%;
    background: #fff;
    height: 100%;
    position: absolute;
    text-align: center;
}

.newsletter-page #main-content .success-msg.visible {
    visibility: visible;
    opacity: 1;
    transition: opacity .3s ease, visibility .3s ease;
}

.newsletter-page #main-content .success-msg > div {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.newsletter-page #main-content .success-msg img {
    position: static;
    width: 5.25rem !important;
    height: auto;
    margin-bottom: 1.6rem;
}

.newsletter-page h1 {
    margin: 0.1rem 0 1.75rem;
    font-size: 1.375rem;
    font-weight: 300;
    text-align: center;
}

.subscribe-form {
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
}

.subscribe-form.error input[type="text"], .subscribe-form.error input[type="email"] {
    border-color: #f00;
}

.subscribe-form.error label {
    display: none;
}

.subscribe-form.error .error-msg {
    display: block;
}

.subscribe-form .error-msg {
    display: none;
    color: #f00;
}

.subscribe-form.success {
    position: relative;
}

.subscribe-form.success .success-msg {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.subscribe-form.success > *:not(.success-msg) {
    display: none;
}

.subscribe-form form {
    max-width: 335px;
    margin: 0 auto;
}

.subscribe-form h2,
.subscribe-form p {
    text-align: center;
}

.subscribe-form h2 {
    margin: 0 auto 0.3rem;
    font-size: 1.375rem;
}

.subscribe-form p {
    max-width: 198px;
    margin: 0 auto 1.8rem;
    font-weight: 300;
    line-height: 1.3;
}

.subscribe-form label,
.subscribe-form .error-msg {
    margin-bottom: 0.35rem;
    font-size: 1rem;
    font-weight: bold;
}

.subscribe-form label {
    display: block;
}

.subscribe-form input {
    width: 100%;
    height: 2.375rem;
    font-size: 1.375rem;
}

.subscribe-form input[type="text"], .subscribe-form input[type="email"] {
    padding: 0 0.875rem;
    font-weight: 300;
    border: 1px solid transparent;
}

.subscribe-form input[type="submit"] {
    margin-top: 1.1rem;
    font-weight: 300;
    text-align: center;
    line-height: 2.375rem;
    border: 0;
    border-radius: 0;
    background-color: #32b1ca;
}

.subscribe-form .mc4wp-form-error input[type="text"], .subscribe-form .mc4wp-form-error input[type="email"] {
    border: 1px solid #f00;
    border-left-color: #32b1ca;
}

.subscribe-form .mc4wp-form-error label[for="subscribe"],
.subscribe-form .mc4wp-form-error label[for="your-email"] {
    color: #f00;
}

.subscribe-form .invalid input[type="text"], .subscribe-form .invalid input[type="email"] {
    border: 1px solid #f00;
    border-left-color: #32b1ca;
}

.subscribe-form .invalid label[for="subscribe"],
.subscribe-form .invalid label[for="your-email"] {
    color: #f00;
}

.subscribe-form .wpcf7-form-control-wrap {
    display: block;
}

.subscribe-form .wpcf7-not-valid-tip {
    position: absolute;
    top: -24px;
    right: 0;
    width: 100%;
    background: #fff;
    font-weight: 500;
    letter-spacing: 0.3px;
    font-size: 1.125rem;
}

.subscribe-form .wpcf7-validation-errors {
    border: 2px solid #f00 !important;
    display: none !important;
}

.contact-page #main-content {
    padding: 1.5rem 0.8rem 0;
}

.contact-page h1 {
    margin: 0;
    font-size: 1.375rem;
    font-weight: 300;
    text-align: center;
    color: #32b1ca;
}

.contact-wrapper {
    position: relative;
    max-width: 540px;
    margin: 0 auto;
    z-index: 1;
}

.contact-wrapper.error .error-msg {
    display: block;
}

.contact-wrapper.error .error-input label {
    color: #f00;
}

.contact-wrapper.error .error-input input {
    color: #f00;
    border: 1px solid #f00;
}

.contact-wrapper.success {
    margin-top: -1.5rem;
}

.contact-wrapper.success .success-msg {
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.6rem;
}

.contact-wrapper.success .contact-form,
.contact-wrapper.success h1 {
    display: none;
}

.contact-wrapper .success-msg {
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 2.7rem;
    font-family: "almoni-tzar";
    font-weight: 300;
    text-align: center;
    background-color: #fff;
}

.contact-wrapper .success-msg img {
    width: 2.625rem;
    margin-bottom: 1.6rem;
}

.contact-wrapper .success-msg p {
    width: 100%;
    margin: 0;
    font-size: 1.125rem;
}

.contact-form {
    position: relative;
    margin: 0 auto;
    padding-top: 2.7rem;
    padding-bottom: 0.9375rem;
}

.contact-form .error-msg {
    position: absolute;
    top: 1.3rem;
    right: 0;
    display: none;
    color: #f00;
}

.contact-form div + div {
    margin-top: 1.5rem;
}

.contact-form label {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 1.0625rem;
    font-weight: 300;
    color: #353535;
    text-align: right;
    direction: rtl;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    max-width: 100%;
    padding: 0 0.8rem;
    font-size: 1.0625rem;
    color: #888;
    border: 0;
    background-color: #f6f6f6;
    direction: rtl;
    text-align: right;
}

.contact-form input {
    height: 2.3125rem;
    direction: rtl;
    text-align: right;
}

.contact-form input[type="submit"] {
    margin-top: 19px;
    font-size: 1.375rem;
    font-weight: 300;
    color: #1e1e1e;
    background-color: #32b1ca;
    text-align: center;
}

.contact-form input.wpcf7-not-valid {
    color: transparent;
}

.contact-form input.wpcf7-not-valid.was-focused {
    color: #bfbfbf;
}

.contact-form input.wpcf7-not-valid:focus {
    color: #bfbfbf;
}

.contact-form textarea {
    height: 10.125rem;
    padding-top: 0.8rem;
}

.contact-form .wpcf7-not-valid {
    border-color: #f00;
}

.contact-links {
    padding: 1.4rem 0;
    border-top: 1px solid #8b8b8b;
}

.contact-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-links li {
    line-height: 2;
}

.contact-links li + li {
    margin-top: 1.25rem;
}

.contact-links li:nth-child(1) img {
    width: 20px;
    height: 13px;
    margin-right: 6px;
}

.contact-links li:nth-child(2) img {
    width: 20px;
    height: 17px;
    margin-right: 6px;
}

.contact-links li:nth-child(3) img {
    width: 20px;
    height: 19px;
    margin-right: 6px;
}

.contact-links img {
    width: 22px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
}

.contact-links a {
    position: relative;
    padding-right: 2.9rem;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.2;
    color: #1a1a1a;
    vertical-align: middle;
}

.about-page #main-content {
    padding: 0 0.8rem 0.6rem;
}

.about-page h1 {
    margin: 0 0 1.65rem;
    font-size: 1.375rem;
    font-weight: 300;
    text-align: center;
    color: #32b1ca;
}

.about-inner {
    padding-top: 1.4rem;
}

.about-descr {
    max-width: 1170px;
    margin: 0 auto;
    background-color: #fff;
}

.about-descr .row {
    padding-left: 0.5rem;
    padding-bottom: 1.65rem;
    border-bottom: 1px solid #bfbfbf;
}

.about-descr .row:last-child h2 {
    margin-bottom: 1.25rem;
    padding-bottom: 1.1rem;
}

.about-descr .row:last-child p + p {
    margin-top: 2.1rem;
}

.about-descr .row + .row {
    margin-top: 1.9rem;
}

.about-descr h2 {
    position: relative;
    margin: 0 0 1rem;
    padding-bottom: 1.35rem;
    font-size: 1.25rem;
    font-weight: 300;
}

.about-descr h2::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1.5rem;
    height: 1px;
    background-color: currentColor;
}

.about-descr p {
    margin: 0;
    font-family: 'Open Sans Hebrew', sans-serif;
    line-height: 1.6;
}

.about-descr p:last-child {
    margin-bottom: 0;
}

.about-descr p + p {
    margin-top: 1.2rem;
}

.about-descr p + h2 {
    margin-top: 1rem;
}

.about-descr img {
    display: block;
    margin-bottom: 0.6rem;
}

.about-grid {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 1.3rem;
}

.about-grid h2 {
    margin: 0 0 1.2rem;
    font-size: 1.375rem;
    font-weight: 300;
    text-align: center;
}

.about-grid > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about-item {
    width: 48.235%;
    margin-left: 3.53%;
    margin-bottom: 8px;
}

.about-item.has-popup .about-popup {
    opacity: 1;
    visibility: visible;
}

.about-item:nth-child(2n) {
    margin-left: 0;
}

.about-item h3 {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 300;
    text-align: center;
}

.about-item p {
    display: none;
    margin: 0;
    font-weight: 300;
}

.about-header {
    position: relative;
    padding-top: 98.6%;
}

.about-header img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-header .title {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 0.4rem 0;
    color: #fff;
    background-color: rgba(26, 26, 26, 0.85);
}

.about-popup {
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 11;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100vw;
    padding: 3.25rem 0.75rem 1.65rem;
    color: #000;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s;
}

.about-popup .close {
    position: absolute;
    top: 0.9rem;
    left: 0.9rem;
    width: 1rem;
    height: 1rem;
    background-image: url("../images/icon-close.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.about-popup .title {
    position: static;
    padding: 0;
    color: #000;
    background-color: transparent;
}

.about-popup h3 {
    margin-bottom: 0.6rem;
    font-size: 19px;
    text-align: right;
}

.about-popup p {
    display: block;
    font-size: 1rem;
    line-height: 1.4;
}

.not-found-page .hero-section {
    margin-bottom: 1.4rem;
    padding-top: 1.1rem;
}

.not-found-page .hero-section img {
    min-height: 0;
}

.not-found-page .hero-section h1,
.not-found-page .hero-section p {
    position: static;
}

.not-found-page .hero-section h1 {
    margin-bottom: 0.8rem;
    font-size: 1.375rem;
}

.not-found-page .hero-section p {
    max-width: none;
    -ms-transform: none;
    transform: none;
    font-size: 1.0625rem;
    color: #1a1a1a;
    text-align: center;
    line-height: 1.2;
}

.not-found-page .hero-section .player {
    position: relative;
    -ms-transform: translateY(1.4rem);
    transform: translateY(1.4rem);
    max-width: 636px;
    margin: -0.45rem 0.9375rem 0;
    max-height: 149px;
    overflow: hidden;
}

.not-found-page .hero-section .player::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(50, 177, 202, 0.82);
}

.not-found-page .hero-section .play, .not-found-page .hero-section .play-trigger {
    position: absolute;
    top: 46%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 52px;
    height: 52px;
    background-image: url("../images/ico--play-lg.png");
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.not-found-page .hero-section .flowplayer.flowplayer {
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
}

.not-found-page .hero-section .flowplayer.flowplayer.is-playing ~ .play-trigger {
    background-image: url("../images/pause-mob.png");
}

.not-found-page .hero-section strong {
    display: none;
}

.not-found-page .grid:last-of-type {
    padding-bottom: 0;
    margin-bottom: -0.75rem;
}

.not-found-page .grid:last-of-type li:last-child .grid-item {
    border-bottom: 0;
}

.not-found-page .show-more {
    display: none;
}

.player-banner > div {
    background-position: center !important;
}

.all-shows {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.all-shows-page .all-shows{
    padding: 0 10px;
}

.result-page .all-shows, .search-no-results .all-shows{
    padding: 15px 0 0 0;
    /*padding: 15px 0 17px 0;*/
}


.search-no-results .slick-list,  .result-page .slick-list{
    width: calc(100vw - 5px);
    margin: 0 5px 0 0;
}


.search-no-results .single-slide .slick-list,  .result-page .single-slide .slick-list{
    width: calc(100vw - 10px);
    margin: 0 auto;
}

.search-no-results .single-slide .slick-track,  .result-page .single-slide .slick-track{
    min-width: 100%;
}




.slider-arrows{
    background: #00abcd;
    width: 100%;
    height: 50px;
    position: relative;
}

.search-no-results .slick-arrow, .result-page .slick-arrow{
    position: absolute;
    font-size: 0;
    top: 61px;
    background: red;
    width: 28px;
    height: 39px;
    background: url(../images/slider-arrow.svg) no-repeat 50% 50%;
    z-index: 2;
    margin: 0 10px;
    cursor: pointer;
}

.search-no-results .slick-slider .slick-prev, .result-page .slick-slider .slick-prev{
    /*left: -25px;*/
    left: 0;
}


.search-no-results .slick-track, .result-page  .slick-track{
    display: flex;
}

.result-page  .slick-track:empty{
    display: none;
}

.search-no-results .slick-slider .slick-next, .result-page .slick-slider .slick-next{
    /*right: -20px;*/
    right: 0;
    transform: rotate(180deg);
}

.result-page .all-shows .all-shows-slider, .search-no-results .all-shows .all-shows-slider{
    margin: 0 auto;
    /*width: calc(100vw - 10px);*/
}

.result-page .all-shows .all-shows-slider .slick-list, .search-no-results .all-shows .all-shows-slider .slick-list{
    max-width: 1088px;
    /*max-width: 1063px;*/
    margin: 0 5px 8px 0;
}

/*.result-page .all-shows tr td, .result-page .all-shows tr td p,*/
/*.result-page .all-shows td > .flex, .result-page .all-shows-slider div p {*/
/*    width: 221px !important;*/
/*}*/

.result-page .all-shows td, .search-no-results .all-shows td{
    width: 100%;
}

.result-page .all-shows td:first-child, .search-no-results .all-shows td:first-child{
    padding: 0;
    width: 100%;
}

.result-page .all-shows td:nth-child(2), .search-no-results .all-shows td:nth-child(2),
.result-page .all-shows td:last-child, .search-no-results .all-shows td:last-child{
    width: 100%;
    padding-top: 21px;
    padding-bottom: 0;
}

.result-page .all-shows-slider tr, .search-no-results .all-shows-slider tr,
.result-page .all-shows-slider > div, .search-no-results .all-shows-slider > div{
    /*max-height: 310px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
}

.result-page .all-shows-slider .has-cut-paragraph, .search-no-results .all-shows-slider .has-cut-paragraph{
    max-width: 221px;
    align-self: flex-start;
}

.result-page .all-shows td:first-child img, .search-no-results .all-shows td:first-child img {
    margin-top: 0;
}

.result-page .all-shows .all-shows-slider .slick-slide > div > a,
.search-no-results .all-shows .all-shows-slider .slick-slide > div > a{
    width: 100%;
}

.result-page .all-shows .all-shows-slider .slick-slide td img,
.search-no-results .all-shows .all-shows-slider .slick-slide td img,
.result-page .all-shows .all-shows-slider .slick-slide > div > a img,
.search-no-results .all-shows .all-shows-slider .slick-slide > div > a img{
    /*min-height: 147px;*/
    /*height: 45vw;*/
    height: 42.75vw;
    width: 100%;
}

.result-page .single-slide .all-shows-slider .slick-list,
.result-page .single-slide .episodes-slider .slick-list,
.result-page .single-slide .podcasts-slider .slick-list{
    width: calc(100vw - 45.5px);
    margin: 0 auto;
}

.result-page .single-slide .all-shows-slider .slick-list{
    margin-bottom: 8px;
}

.result-page .single-slide .all-shows-slider .slick-active,
.result-page .single-slide .episodes-slider .slick-active,
.result-page .single-slide .podcasts-slider .slick-active {
    width: 100%!important;
    max-width: 600px;
    min-width: auto;
}


.all-shows-page h1 {
    margin: 1.2rem 0 0.5rem;
    font-size: 1.375rem;
    font-weight: 300;
    text-align: center;
    color: #32b1ca;
}

.all-shows table,
.all-shows td,
.all-shows th {
    padding: 0;
}

.all-shows table {
    width: 100%;
    max-width: 100%;
    border: 0;
    border-collapse: collapse;
}

.all-shows thead {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.all-shows td {
    position: relative;
    display: block;
    padding-top: 1rem;
}

.all-shows td::before {
    display: block;
    margin-bottom: 0.5rem;
}

.all-shows td:first-child::before, .all-shows td:last-child::before {
    content: none;
}

.all-shows td br {
    display: none;
}

.all-shows td:first-child {
    /*padding-top: 1.4rem;*/
    padding-top: 0.285rem;
}

.all-shows td:first-child img {
    margin-top: 0.125rem;
}

.all-shows td:nth-child(2n) {
    padding-top: 0.4rem;
}

.all-shows td:nth-child(3n) {
    padding-top: 1.15rem;
}

.all-shows td:nth-child(3n) p {
    line-height: 23px;
    /*line-height: 1.35;*/
    /*font-family: 'Open Sans Hebrew', sans-serif;*/
}

/*.result-page .all-shows .has-cut-paragraph, .search-no-results .all-shows .has-cut-paragraph{*/
/*    max-height: 69px;*/
/*}*/

.all-shows td:last-child {
    padding-top: 0.8rem;
    padding-bottom: 38px;
}

/*.all-shows td::before {*/
/*    content: attr(data-title);*/
/*    font: 22px/27px "almoni-tzar", Arial, sans-serif;*/
/*    letter-spacing: 1.59px;*/
/*    margin: 0 0 -0.25rem 0;*/
/*}*/

.all-shows .program-list td:first-child a {
    overflow: hidden;
    width: 100%;
}

.all-shows td img {
    width: 100%;
    transition: transform 0.6s;
    object-fit: cover;
}

.all-shows td img:hover {
    transform: scale(1.2);
}

.all-shows td > div {
    width: 100%;
    padding: 0;
}

/*.all-shows td > div::before {*/
/*    content: attr(data-title) " :";*/
/*    font-weight: bold;*/
/*}*/

.all-shows td p, .all-shows td div{
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 27px;
    letter-spacing: 1.16px;
}

/*.allready-cuted{*/
/*    display: none;*/
/*}*/

.result-page .episodes-slider .grid-body .allready-cuted:first-child,
.result-page .podcasts-slider .grid-body .allready-cuted:first-child,
.search-no-results .episodes-slider .grid-body .allready-cuted:first-child,
.search-no-results .podcasts-slider .grid-body .allready-cuted:first-child,
.result-page .episodes-slider .grid-body .allready-cuted:nth-child(2),
.result-page .podcasts-slider .grid-body .allready-cuted:nth-child(2),
.search-no-results .episodes-slider .grid-body .allready-cuted:nth-child(2),
.search-no-results .podcasts-slider .grid-body .allready-cuted:nth-child(2){
    display: block;
    font-size: 14px;
    line-height: 23px;
    margin: 30px 0 0 0;
}

.allready-cuted:first-child{
    display: block;
}

.all-shows td .flex {
    /*min-height: 65px;*/
    /*min-height: 26px;*/
    margin: 1px 0 18px;
    display: block;
}


.all-shows td .flex a {
    color: #000;
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 27px;
    letter-spacing: 1.59px;
    display: inline;
}

.all-shows td .flex a.program-broadcaster, .all-shows td .flex .all-programs-shadranim-methalfim{
    color: #b0b0b0;
    font-size: 19px;
}

.all-shows-page .all-shows td .flex a{
    color: #000;
}

.all-shows-page .all-shows td .flex a:first-child{
    margin: 0.11rem 0 0 5px;
}

.all-shows-page .all-shows td .flex a.program-broadcaster{
    color: #b0b0b0;
}

.all-shows-page .all-programs-shadranim-methalfim{
    font-size: 19px;
    color: #b0b0b0;
}

/*.all-shows td:last-child a {*/
/*    background-color: #32b1ca;*/
/*}*/

/*.all-shows td a {
    display: block;
    max-width: 480px;
    height: 2.375rem;
    font-size: 1.375rem;
    line-height: 42px;
    text-align: center;
    color: inherit;
}*/

.all-shows td .at-above-post-arch-page {
    display: none;
}

.all-shows .show-more {
    margin: -6px auto 39px;
    float: none;
    display: block;
    text-align: center;
}

.show-page #wrapper {
    padding-bottom: 0;
}

.show-page .player {
    max-width: none;
    padding: 0;
    background-color: #fff;
    width: 100%;
}

.show-page .player h1,
.show-page .player p {
    position: static;
    margin: 0;
    text-align: center;
}

.show-page .player h1 {
    margin-bottom: 0.35rem;
    font-size: 0.9rem;
    font-weight: 400;
    color: #fff;
}

.show-page .player p {
    color: #1a1a1a;
}

.show-page .player mark {
    color: #fff;
    background-color: transparent;
}

.show-page .player .play {
    position: absolute;
    top: 47%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 52px;
    height: 52px;
    background-image: url(../images/ico--play-lg.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.show-page .player-title {
    position: relative;
    padding: 0.9rem 0.875rem;
}

.show-page .player-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/mahuti-overlay.png");
    background-repeat: no-repeat;
    background-position: 80% 50%;
    background-size: cover;
}

.show-page .player-title p {
    font-size: 1rem;
    font-weight: 300;
    text-align: center;
}

.show-page .player-title span {
    font-size: 1rem;
}

.show-page .player-title span:first-child {
    position: relative;
    margin-left: 11px;
}

.show-page .player-title span:first-child a {
    color: #1e1e1e;
}

.show-page .player-title span:first-child::after {
    content: '';
    position: absolute;
    display: block;
    top: 44%;
    left: -5px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: currentColor;
}

.show-page .player-title span a {
    color: #fff;
}

.show-page .player-banner {
    position: relative;
    -ms-transform: translateY(2.5rem);
    transform: translateY(2.5rem);
    display: block;
    max-width: 636px;
    width: 100%;
    min-height: 0;
    margin: -1.85rem auto 0;
    height: 194px;
}

.show-page .player-banner img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.show-page .player-info {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-top: 2.6rem;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
}

.show-page .player-info span {
    color: #8b8b8b;
    display: none;
}

.show-page .player-info > div:first-child {
    padding-bottom: 0.9rem;
    border-bottom: 1px solid #bfbfbf;
}

.show-page .player-links {
    position: absolute;
    left: 0.9375rem;
    top: 2.3rem;
    display: -ms-flexbox;
    display: flex;
}

.show-page .player-tags {
    max-width: 15rem;
    margin-top: 1.9rem;
}

.show-page .player-tags a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 3.8125rem;
    min-height: 1.375rem;
    margin-left: 0.7rem;
    margin-bottom: 0.6rem;
    color: #fff;
    border-radius: 1rem;
    background-color: #32b1ca;
}

.show-page .player-descr {
    padding: 0.7rem 0 1.5rem;
    border-bottom: 1px solid #bfbfbf;
}

.show-page .player-descr.expanded p {
    height: auto;
    overflow: visible;
}

.show-page .player-descr p {
    height: 128px;
    font-family: 'Open Sans Hebrew', sans-serif;
    line-height: 1.6;
    text-align: right;
    overflow: hidden;
}

.show-page .player .social {
    position: relative;
    margin-right: 1.4rem;
}

.show-page .player .social::before {
    content: '';
    position: absolute;
    top: 0;
    right: -0.75rem;
    width: 1px;
    height: 100%;
    background-color: #bfbfbf;
}

.show-page .player .social a {
    opacity: 1;
}

.show-page .player .social a + a {
    position: relative;
    margin-right: 1.6rem;
}

.show-page .player .social a + a::before {
    content: '';
    position: absolute;
    top: 0;
    right: -0.95rem;
    width: 1px;
    height: 100%;
    background-color: #bfbfbf;
}

.show-page .player .embed {
    padding-left: 1.8rem;
    font-size: 0.9rem;
    line-height: 1.75rem;
    color: #32b1ca;
    background-image: url("../images/icon-embed.svg");
    background-repeat: no-repeat;
    background-position: 0 33%;
    background-size: 1.1rem 1.3rem;
}

.show-page .player #shareBtn{
    display: none;
}

.show-page .player .embed.copied {
    color: #8b8b8b;
}

.show-page .player-links textarea {
    position: absolute;
    top: 31px;
    width: 100%;
    left: 146px;
    color: #8b8b8b;
    font-size: 14px;
    line-height: 16px;
    height: 44px;
    background-color: #fff;
    z-index: 1;
    padding: 5px 11px;
    box-sizing: border-box;
    resize: both;
}

.show-page .player .read-more {
    margin-top: 0.35rem;
    font-size: 1.1875rem;
    text-decoration: underline;
    color: #32b1ca;
}

.show-page .grid:last-of-type {
    padding-bottom: 0;
}

.show-page .show-more {
    margin-top: 0.45rem;
}

body .flowplayer {
    overflow: visible;
    background: transparent !important;
}

body .flowplayer > a {
    opacity: 0 !important;
    z-index: -10000 !important;
}

body .flowplayer .fp-engine {
    visibility: hidden;
}

body .flowplayer .player-panel {
    display: none;
}

body .flowplayer.is-ready.is-ready {
    background-color: transparent;
    overflow: hidden;
    border-radius: 0;
}

body .flowplayer.is-muted .fp-volumebtn::after {
    content: '';
    display: block;
    height: 1px;
    width: 26px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #000;
    top: 10px;
    position: absolute;
    left: -4px;
}

body .flowplayer.is-mouseover .fp-ui, body .flowplayer.is-paused .fp-ui {
    background-image: none;
}

body .flowplayer .fullpage {
    width: 1rem;
    height: 1rem;
    background-image: url(../images/icon-fs.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

body .flowplayer .fullpage:focus {
    outline: none !important;
}

body .flowplayer .fp-playbtn::before {
    display: block;
    content: "";
    color: #32b1ca;
    /*background-image: url(../images/ico-play-show.svg);*/
    background-image: url("../images/play_show .svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    border: none;
    padding: 6px 0px 4px 3px;
}

body .flowplayer.is-playing .fp-playbtn::before {
    display: block;
    content: '';
    /*background-image: url("../images/ico-pause-show.svg");*/
    background-image: url("../images/pause_show.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    border: none;
    padding: 0;
}

body .flowplayer .fp-ui {
    height: 45px;
    top: auto;
    bottom: 0;
}

body .flowplayer .fp-ui > * {
    opacity: 1;
}

body .flowplayer .fp-ui .fp-header .fp-share {
    display: none;
}

body .flowplayer .fp-ui .fp-header .fp-fullscreen {
    display: none;
    margin: 0;
    position: absolute;
    top: 15px;
    right: 19px;
    z-index: 3;
}

body .flowplayer .fp-ui .fp-header .fp-fullscreen::before {
    content: '';
    width: 0.9375rem;
    height: 0.9375rem;
    background-image: url("../images/icon-fs.svg");
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

body .flowplayer .fp-controls {
    position: relative;
    background-color: #32b1ca;
    height: 45px;
    cursor: default;
    display: block !important;
}

body .flowplayer .fp-controls .fp-playbtn {
    position: absolute;
    left: 20px;
    top: -13px;
}

/*body .flowplayer .fp-controls .fp-playbtn:after {*/
/*content: '';*/
/*position: absolute;*/
/*width: 104%;*/
/*height: 104%;*/
/*top: 50%;*/
/*left: 50%;*/
/*border: 5px solid #32b1ca;*/
/*border-radius: 50%;*/
/*transform: translate(-50%, -50%);*/
/*cursor: pointer;*/
/*}*/

body .flowplayer .fp-controls .fp-timeline, body .flowplayer .fp-controls .fp-duration, body .flowplayer .fp-controls .fp-elapsed {
    display: none;
}

body .flowplayer .fp-controls .fp-volume {
    position: absolute;
    right: 82px;
    margin: 0;
    max-width: 35px !important;
    width: 100% !important;
}

body .flowplayer .fp-controls .fp-volumebtn {
    position: absolute;
    right: -27px;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 12px;
}

body .flowplayer .fp-controls .fp-volumebtn::before {
    content: '';
    background-image: url("../images/icon-vol.svg");
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

body .flowplayer .fp-bar-slider {
    height: 10px;
    position: relative;
    overflow: hidden;
    cursor: default !important;
    direction: ltr;
}

body .flowplayer .fp-bar-slider::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #000;
    top: 50%;
}

body .flowplayer .fp-bar-slider em {
    cursor: default !important;
    position: relative;
    width: 2px;
    background-color: transparent;
    -ms-transform: scale(1);
    transform: scale(1);
}

body .flowplayer .fp-bar-slider em.fp-color + .fp-grey::before, body .flowplayer .fp-bar-slider em.fp-color:last-child::before, body .flowplayer .fp-bar-slider em.fp-grey:first-child::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    top: 3px;
    left: 0;
    -ms-transform: translateX(-70%);
    transform: translateX(-70%);
}

body .flowplayer .fp-bar-slider em.fp-grey:first-child {
    margin-left: 4px;
}

body .flowplayer .fp-bar-slider em.fp-color + .fp-grey::after, body .flowplayer .fp-bar-slider em.fp-color:last-child::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100px;
    background-color: #fff;
    top: 50%;
    right: 0;
}

body .flowplayer .fp-bar-slider em:hover {
    -ms-transform: scale(1);
    transform: scale(1);
}

body .flowplayer .fp-bar-slider em.fp-grey {
    background-color: transparent;
}

body .live-now {
    display: none;
}

.player {
    max-width: 640px;
    margin: 0 auto;
    width: 100%;
}

.player-page .main-header {
    z-index: 3;
}

.main-header .play-btn svg {
    display: none;
}

.main-header .play-btn {
    width: 1.5rem;
    height: 1.5rem;
    background: url("../images/play.svg") no-repeat;
    /*margin: 9px 0 9px 50px;*/
}

.player-page .top-line {
    height: 62px;
    border-color: #bfbfbf;
}

.player-page:not(.no-inline-player) .top-line > :not(.logo) {
    display: none;
}

.player-page .top-line .logo {
    padding-top: 0;
}

.player-page.no-inline-player .top-line > .btn {
    padding: 6px 6px 4px;

    position: absolute;
    left: 12px;
    top: 50%;
    transform: translate(0, -50%);

    color: #fff;
    background: #5dafc7;
}

.player-page .player {
    padding-bottom: 4rem;
}

.player-page .logo {
    top: 50%;
}

.player-page .logo a {
    width: 107px;
    height: 38px;
    background-size: 68px 26px, 31px 38px;
    background-position: 0 5px, 76px 0;
    margin-top: 12px;
}

.player-page #wrapper {
    padding-top: 62px;
}

.player-banner {
    display: none;
}

.player-live {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.55rem 0.7rem 1.1rem;
}

.player-live span {
    font-size: 1.5rem;
}

.player-live span:first-child {
    color: #32b1ca;
}

.player-title {
    padding: 0 0.65rem 0.7rem;
}

.player-title h2 {
    margin: 0;
    font-size: 1.95rem;
    font-weight: normal;
}

.player-title p {
    margin: 4px 0 0;
    font-size: 1.16rem;
    font-weight: 300;
    line-height: 1.35;
}

.player-track {
    position: relative;
}

.player-track img {
    width: 100%;
    margin-bottom: 16px;
}

.player-track span {
    display: inline-block;
    margin-bottom: 8px;
    padding-right: 10px;
    font-family: "almoni-tzar", Arial, sans-serif;
}

.player-track .volume {
    width: 4rem;
    height: 1rem;
    margin-right: 0.9rem;
    background-image: url("../images/vol-panel.png"), url("../images/icon-vol.svg");
    background-repeat: no-repeat;
    background-size: 33px, 20px;
    background-position: 0 center, 40px center;
}

.player-track .fullpage {
    position: absolute;
    top: 15px;
    right: 19px;
    z-index: 2;
    width: 0.9375rem;
    height: 0.9375rem;
    background-image: url("../images/icon-fs.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.player-panel {
    position: relative;
    height: 45px;
    padding: 15px 11px;
    background-color: #32b1ca;
}

.player-panel .play-toggle {
    position: absolute;
    top: -1.2rem;
    left: 0.9rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: #fff;
    background-image: url("../images/icon-pause.svg");
}

.player .playlist {
    padding: 0.81rem 0;
}

.player .playlist ul {
    margin: 0.73rem 0 0;
    padding: 0;
    list-style: none;
}

.player .playlist li {
    padding: 0.6rem 0 0.45rem;
    font-weight: 300;
    border-top: 1px solid #bfbfbf;
}

.player .playlist li:last-child {
    border-bottom: 1px solid #bfbfbf;
}

.player .playlist > span {
    font-size: 0.97rem;
    color: #32b1ca;
}

.player .playlist span {
    margin-left: 3px;
    font-weight: normal;
}

.player .playlist .artist {
    font-weight: 600;
    float: right;
    margin-left: 4px;
    position: relative;
}

.player .playlist .artist::after {
    content: '|';
    display: inline-block;
    margin-right: 3px;
    font-weight: 400;
    line-height: 19px;
}

.player-sm-page {
    max-width: 323px;
    margin: 0 auto;
}

.player-sm-page #wrapper {
    padding-top: 55px;
}

.player-sm-page .top-line {
    max-width: 323px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 45px;
    border-color: #8cdde8;
    border-width: 2px;
}

.player-sm-page .top-line .logo {
    top: 41%;
    padding-top: 9px;
}

.player-sm-page .top-line .logo a {
    display: block;
    width: 118px;
    height: 38px;
    background-size: 44px 19px, 21px 25px;
    background-position: 9px 4px, 58px 1px;
}

.player-sm-page .top-search {
    padding-right: 1.55rem;
}

.player-sm-page .player {
    width: 100%;
    padding: 0;
}

.player-sm-page .player.no-img .player-title {
    margin-bottom: 1.6rem;
}

.player-sm-page .player-banner {
    display: none;
}

.player-sm-page .player-live {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.55rem 0.76rem 3rem;
}

.player-sm-page .player-live span {
    font-size: 1.4rem;
    font-weight: 300;
}

.player-sm-page .player-live span:first-child {
    color: #32b1ca;
}

.player-sm-page .player-title {
    padding: 0 0.8rem 0.7rem;
}

.player-sm-page .player-title h2 {
    margin: 0 0 2px;
    font-size: 1.45rem;
    font-weight: normal;
}

.player-sm-page .player-title p {
    margin: 0;
    font-size: 1.02rem;
    font-weight: 300;
}

.player-sm-page .player-track {
    position: relative;
}

.player-sm-page .player-track img {
    width: 100%;
    margin-bottom: 0px;
}

.player-sm-page .player-track span {
    display: inline-block;
    margin-bottom: 8px;
    padding-left: 3px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0;
    float: left;
    font-size: 1.05rem;
}

.player-sm-page .player-track .controls {
    right: 0.9375rem;
    display: none;
}

.player-sm-page .player-track .volume {
    width: 4rem;
    height: 1rem;
    margin-right: 0;
    background-image: url("../images/vol-panel.png"), url("../images/icon-vol.svg");
    background-repeat: no-repeat;
    background-size: 33px, 20px;
    background-position: 0 center, 40px center;
}

.player-sm-page .player-track .fullpage {
    width: 0.9375rem;
    height: 0.9375rem;
    background-image: url("../images/icon-fs.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.player-sm-page .player-panel {
    position: relative;
    height: auto;
    padding: 41px 11px 0px;
    background-color: #32b1ca;
    margin-top: -25px;
}

.player-sm-page .player-panel::after {
    content: '';
    display: block;
    clear: both;
}

.player-sm-page .player-panel .play-toggle {
    position: absolute;
    top: -1.6rem;
    left: 0.9rem;
    width: 3.1rem;
    height: 3.1rem;
    border-radius: 50%;
    background-color: #fff;
    background-image: url("../images/icon-pause.svg");
}

.player-sm-page .player .playlist {
    padding: 1.1rem 0 1.3rem;
}

.player-sm-page .player .playlist ul {
    margin: 0.55rem 0 0;
    padding: 0;
    list-style: none;
}

.player-sm-page .player .playlist li {
    padding: 0.6rem 0.75rem 0.45rem;
    font-weight: 300;
    border-top: 1px solid #bfbfbf;
    border-bottom: 0;
}

.player-sm-page .player .playlist li:last-child {
    border-bottom: none;
}

.player-sm-page .player .playlist li:first-child {
    border-top: none;
    padding: 0.6rem 0.75rem 0.3rem;
}

.player-sm-page .player .playlist li + li {
    margin-top: 0;
}

.player-sm-page .player .playlist li.en {
    direction: ltr;
}

.player-sm-page .player .playlist > span {
    font-size: 1.25rem;
    color: #32b1ca;
    margin-right: 0.75rem;
}

.player-sm-page .player .playlist > span::after {
    display: none;
}

.player-sm-page .player .playlist span {
    position: relative;
    display: inline-block;
    margin-left: 13px;
    font-weight: normal;
}

.player-sm-page .player .playlist span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -7px;
    width: 1px;
    height: 16px;
    margin-top: -9px;
    background-color: #1a1a1a;
}

.player-sm-page .player .player-track img {
    display: block;
}

.player-sm-page .player.no-img .player-track img {
    display: none;
}

.tv-page #wrapper {
    padding-bottom: 1rem;
}

.tv-page .hero-section {
    padding: 1.55rem 0 3.2rem;
    color: #1a1a1a;
    background-position: 12.5% 43%;
}

.tv-page .hero-section::before {
    display: none;
}

.tv-page .hero-section h1,
.tv-page .hero-section p {
    position: static;
}

.tv-page .hero-section h1 {
    margin-bottom: 4.75rem;
    font-size: 1.375rem;
}

.tv-page .hero-section p {
    -ms-transform: none;
    transform: none;
    max-width: 290px;
    margin: 0 auto;
    font-size: 1rem;
}

.tv-page .hero-section p br {
    display: none;
}

.tv-page .hero-section span {
    font-size: 1.0625rem;
    text-transform: uppercase;
    color: inherit;
    display: inline-block;
}

.tv {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 1.2rem 0.8rem 0;
    overflow: hidden;
}

.tv + .tv {
    padding-top: 0.9rem;
}

.tv h2 {
    margin-bottom: 1rem;
}

.tv h3 {
    margin: 0 0 0.55rem;
    font-size: 1rem;
    font-weight: 300;
}

.tv p {
    margin: 0 0 0;
    font-family: 'Open Sans Hebrew', sans-serif;
}

.tv ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;

}

.tv li {
    margin-bottom: 0.9rem;
}


.tv:not(.two-items) li:last-child {
    margin-bottom: 0;
}

.tv-item {
    padding: 0.75rem 0.6rem 0.75rem;
    border: 1px solid #c4c4c4;
    height: 100%;
}

.tv-header {
    height: 191px;
    padding-left: 0.5rem;
}

.tv-body {
    position: relative;
    padding-top: 0.9rem;
}

.tv-body > span {
    color: #8b8b8b;
}

.tv .title {
    padding: 1rem 0 0.4rem;
}

.tv .title a {
    color: #1e1e1e;
}

.tv .title span {
    font-size: 1.0625rem;
    letter-spacing: -0.2px;
}

.tv .title span + span {
    position: relative;
    margin-right: 0.5rem;
}

.tv .title span + span::before {
    content: '';
    position: absolute;
    top: 0.45rem;
    right: -0.4rem;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #1a1a1a;
}

.tv .title span:last-child {
    display: none;
}

.tv .social {
    position: absolute;
    top: 0.55rem;
    left: 0.5rem;
    opacity: 1;
}

.tv .social a + a {
    position: relative;
    margin-right: 1.6rem;
}

.tv .social a + a::after {
    content: '';
    position: absolute;
    right: -0.9rem;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #8b8b8b;
}

.tv iframe {
    width: 100%;
    height: 100%;
}

.tv .show-more {
    margin-top: 0.6rem;
}

.show-page .player-title h1 {
    position: relative;
}

.show-page .player-title p {
    position: relative;
}

.show-page .player-banner.flowplayer .fp-ui {
    pointer-events: none;
    height: 119px;
    background-color: rgba(0, 0, 0, 0.65);
}

.show-page .player-banner.flowplayer .play-info {
    position: absolute;
    text-align: right;
    top: 40px;
    right: 15px;
    width: 100%;
    max-width: 80%;
    pointer-events: initial;
}

.show-page .player-banner.flowplayer .play-info span {
    font-family: "almoni-tzar", Arial, sans-serif;
    display: inline-block;
    font-size: 21px;
    cursor: initial;
}

.show-page .player-banner.flowplayer .play-info span.artist-name {
    display: block;
    margin-top: 5px;
}

.show-page .player-banner.flowplayer .fp-controls {
    background-color: transparent;
}

.show-page .player-banner.flowplayer .fp-controls .fp-playbtn {
    pointer-events: initial;
    top: 45px;
    left: 8px;
}

.show-page .player-banner.flowplayer .fp-controls .fp-playbtn::before {
    width: 3.5rem;
    height: 3.5rem;
    background-color: transparent;
    font-size: 39px;
    padding: 7px 0px 4px 6px;
}

.show-page .player-banner.flowplayer .fp-controls .fp-timeline {
    display: block;
    height: 3px;
    top: 10px;
    cursor: initial;
    background: #fff;
    pointer-events: initial;
    position: relative;
}

.show-page .player-banner.flowplayer .fp-controls .fp-timeline::before {
    content: '';
    width: 99%;
    height: 20px;
    left: 3px;
    top: -9px;
    display: block;
    position: absolute;
    z-index: 99999;
}

.show-page .player-banner.flowplayer .fp-controls .fp-buffer:nth-child(2) {
    display: none;
}

.show-page .player-banner.flowplayer .fp-controls .fp-volume {
    /*display: none;*/
}

.show-page .player-banner.flowplayer.is-playing .fp-playbtn::before {
    border: none;
    background-image: url(../images/icon-pause.svg);
}

.show-page .player-banner.flowplayer .fp-ui .fp-play,
.show-page .player-banner.flowplayer .fp-ui .fp-pause {
    display: none;
}

.result-page-categories #wrapper {
    padding-bottom: 33px;
}

.result-page-categories .grid:last-of-type {
    padding-bottom: 0;
}

.result-page-categories .grid h2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: normal;
    color: #32b1ca;
}

.result-page-categories .grid h2 img {
    position: relative;
    top: -0.2rem;
    margin-right: 1.4rem;
}

.result-page-categories .grid .show-more {
    margin-top: 0.35rem;
}

.result-page-categories .result-items ul:last-of-type hr:last-of-type {
    display: none;
}

.category .grid h2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: normal;
    color: #32b1ca;
}

.category .grid h2 img {
    margin-right: 0.5rem;
}

.at-below-post-arch-page {
    display: none;
}

.post-type-archive-podcast .text-wrapper h1 {
    color: #fff;
    top: unset;
    margin-top: 50px;
    position: relative;
    margin-bottom: 33px;
}

.post-type-archive-podcast .text-wrapper h1 span {
    color: #fff;
}

.post-type-archive-podcast .text-wrapper h1::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 32px;
    height: 2px;
    background-color: #fff;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.post-type-archive-podcast .text-wrapper p {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    line-height: 32px;
    letter-spacing: 0.5px;
}

label.error {
    color: #f00;
}

.at-icon-wrapper.at-icon-wrapper.at-icon-wrapper {
    display: none;
}

.home .at-below-post-homepage {
    display: none !important;
}

body.player-page .flowplayer .fp-playbtn::before {
    padding: 4px 0px 4px 3px;
}

.addthis_tool.addthis_tool {
    display: none;
}

.mob-top-hp-player {
    display: none;
    background-color: #32b1ca;
    overflow: hidden;
}

.mob-top-hp-player .mob-player-header {
    border-bottom: 1px solid #70c9da;
    text-align: center;
    padding: 7px 0;
}

.mob-top-hp-player .mob-player-header span {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-size: 19px;
    font-weight: 400;
    margin: 0 2px;
}

.mob-top-hp-player .mob-player-header .blink {
    margin-top: 6px;
    color: #1e1e1e;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-duration: 0.7s;
    display: inline-block;
    margin-right: 20px;
    animation-direction: alternate;
}

.mob-top-hp-player .mob-player-header span.head-title {
    margin-top: 6px;
    margin-right: 10px;
}

.mob-top-hp-player .mob-player-header a {
    background-image: url("../images/mob-hp-play-btn.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    height: 37px;
    width: 37px;
}

.mob-top-hp-player .mob-player-header a.facebook-video {
    background: #fff url('../images/icon-video.svg') no-repeat 50% 50%;
    border-radius: 50%;
    background-size: 60%;
}

.mob-top-hp-player .mob-player-info {
    padding: 9px 0 6px;
}

.mob-top-hp-player .mob-player-info p {
    margin-top: 0;
}

.mob-top-hp-player .mob-player-info .title {
    text-align: center;
    margin-bottom: 2px;
}

.mob-top-hp-player .mob-player-info .time {
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

body #block-menu-accessibility-menu {
    display: -ms-flexbox;
    display: flex;
    top: 292px;
    z-index: 99999;
}

body #block-menu-accessibility-menu .gda3_content {
    box-shadow: 0.908px 1.782px 3px 0 rgba(0, 0, 0, 0.11);
}

body #block-menu-accessibility-menu a#accessibility-menu-link {
    color: #232323;
    background-color: #32b1ca;
    padding: 0;
    width: 65px;
    height: 63px;
    display: block;
    background-image: url("../images/wheelchair.svg");
    background-repeat: no-repeat;
    background-position: center;
    /*box-shadow: 2.724px 5.346px 3.92px 0.08px rgba(0, 0, 0, 0.11);*/
    box-shadow: none;
    background-size: 33px 40px;
    border-left: 2px solid #3b9caf;
}

body #block-menu-accessibility-menu a#accessibility-menu-link i {
    font-size: 39px;
    display: none;
}

body #block-menu-accessibility-menu a#accessibility-menu-link:focus {
    outline: none;
}

body #block-menu-accessibility-menu ul.menu {
    border: none;
    box-shadow: none;
    padding: 1px 0 4px;
    width: 238px;
    margin: 0;
}

body #block-menu-accessibility-menu ul.menu li {
    margin: 0 14px 0 14px;
    border-bottom: 1px solid #ebebeb;
}

body #block-menu-accessibility-menu ul.menu li:last-child {
    border-bottom: none;
}

body #block-menu-accessibility-menu ul.menu li a {
    padding: 16px 60px 12px 15px;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 0.06em;
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

body #block-menu-accessibility-menu ul.menu li a:last-child {
    border: none;
}

body #block-menu-accessibility-menu ul.menu li a:hover {
    background-color: #b8eaf4;
    color: inherit;
}

body #block-menu-accessibility-menu ul.menu li a:before {
    background-repeat: no-repeat;
    position: absolute;
}

body #block-menu-accessibility-menu ul.menu li a:focus {
    outline: none;
    background-color: #3bbfd9;
    color: inherit;
}

body #block-menu-accessibility-menu ul.menu li a.readable-font:before {
    content: '';
    background-image: url("../images/a.svg");
    right: 3px;
    width: 24px;
    height: 20px;
    top: 13px;
}

body #block-menu-accessibility-menu ul.menu li a.grayscale:before {
    content: '';
    width: 24px;
    height: 20px;
    background-image: url("../images/grayscale.svg");
    right: 5px;
    top: 15px;
}

body #block-menu-accessibility-menu ul.menu li a.increase_font_size::before {
    content: '';
    background-image: url("../images/plus.svg");
    width: 24px;
    height: 24px;
    right: 6px;
    top: 13px;
}

body #block-menu-accessibility-menu ul.menu li a.decrease_font_size::before {
    content: '';
    background-image: url("../images/minus.svg");
    width: 24px;
    height: 24px;
    right: 6px;
    top: 13px;
}

body #block-menu-accessibility-menu ul.menu li a.highlight-links::before {
    content: '';
    background-image: url("../images/link.svg");
    width: 25px;
    height: 23px;
    position: absolute;
    background-size: contain;
    right: 6px;
    top: 15px;
}

body #block-menu-accessibility-menu ul.menu li a.high-contrast::before {
    content: '';
    background-image: url("../images/high-contrast.svg");
    width: 25px;
    height: 19px;
    position: absolute;
    right: 5px;
    top: 15px;
}

body #block-menu-accessibility-menu ul.menu li a.negative-contrast::before {
    content: '';
    background-image: url("../images/negative-contrast.svg");
    width: 24px;
    height: 19px;
    position: absolute;
    right: 5px;
    top: 16px;
}

body #block-menu-accessibility-menu ul.menu li a.stop-animation::before {
    content: '';
    background-image: url("../images/stop-animation.svg");
    width: 14px;
    height: 28px;
    position: absolute;
    right: 11px;
    top: 10px;
}

body #block-menu-accessibility-menu ul.menu li a.reset-setting::before {
    content: '';
    background-image: url("../images/reset-setting.svg");
    width: 27px;
    height: 21px;
    position: absolute;
    right: 3px;
    top: 13px;
}

body #block-menu-accessibility-menu .accessibility-menu {
    z-index: 100;
    margin-left: -2px;
}

body.highlight-links a {
    text-decoration: underline !important;
}

#ondemand-row {
    text-align: center;
}

#ondemand-row li {
    margin-bottom: 63px;
}

#ondemand-row li a {
    display: block;
}

#ondemand-row .ondemand-subtitle {
    font-size: 21px;
    margin: 0 auto 58px;
    padding: 0;
    max-width: 530px;
    line-height: 1.35;
}

.ondemand-button {
    background: #3bb0c9;
    color: #fff;
    font-size: 20px;
    /*padding: 0 51px;*/
    padding: 1px 51px 0px 51px;
    line-height: 1.9;
    margin-top: 67px;
}

#ondemand-row h2 {
    margin-bottom: 0;
}

/*landing-page*/
.page-template-landing header {
    padding: 19px 0 22px;
    position: fixed;
    z-index: 99;
    width: 100%;
    background: #fff;
    top: 0;
}
.page-template-landing header .social-links {
    display: flex;
    justify-content: flex-end;
    padding: 0 26px;
    align-items: center;
}
.page-template-landing header .logo a {
    background: url("../images/logo-new.svg");
    width: 131px;
    height: 55px;
}
.page-template-landing header .social-links a{
    max-width: 50px;
    margin-right: 21px;
}
.page-template-landing header .social-links a:nth-child(1){
    width: 35px;
}
.page-template-landing header .social-links a:nth-child(2){
    width: 15px;
}
.page-template-landing header .social-links a:nth-child(3){
    width: 30px;
}
.page-template-landing header .logo{
    position: absolute;
    top: 11%;
    left: 50%;
    transform: translate(-50%);
}
.page-template-landing .top-section {
    position: relative;
    margin-top: 70px;
}
.page-template-landing .top-section picture img{
    width: 100%;
    height: auto;
}
.page-template-landing .top-section h1{
    display: inline-block;
    max-width: 300px;
    text-align: right;
    position: absolute;
    top: 134px;
    right: 124px;
    letter-spacing: 1.2px;
    font: 500 45px/47px "almoni-tzar", Arial, sans-serif;
}
.page-template-landing .top-section .content{
    width: 500px;
    font-size: 24px;
    position: absolute;
    right: 124px;
    line-height: 34px;
    font-weight: 300;
    letter-spacing: .8px;
    top: 251px;
}
.page-template-landing .top-section h1 span{
    color: #fff;
}
.page-template-landing .link-section{
    background: #1a1a1a;
}
.page-template-landing .link-section .apps {
    padding: 19px 0 36px;
}
.page-template-landing .link-section .apps h2{
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.7px;
    margin-bottom: 18px;
}
.page-template-landing .link-section .apps a.app-store{
    background: #32b1ca url("../images/ico-app-store.svg") no-repeat 50% 50%;
    background-size: 145px 37px;
}
.page-template-landing .link-section .apps a.google-play{
    background: #32b1ca url("../images/ico-google-play.svg") no-repeat 50% 50%;
    background-size: 152px 36px;
}
.page-template-landing .link-section .apps a.google-play:hover,
.page-template-landing .link-section .apps a.app-store:hover{
    background-color: #fff;
}
.page-template-landing .link-section .apps a{
    max-width: 13.6rem;
    height: 55px;
}
.page-template-landing .preview-section {
    background: #e6e6e6;
    padding-top: 30px;
}
.page-template-landing .preview-section .preview-headers{
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}
.page-template-landing .preview-section h2{
    font-size: 30px;
    line-height: 43px;
    letter-spacing: 0.9px;
    max-width: 420px;
    margin: 0 auto 24px;
}
.page-template-landing .preview-section .screenshots {
    padding: 0 15px;
}
.page-template-landing .preview-section .screenshots .screenshot{
    max-width: 873px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}
.page-template-landing .preview-section .features{
    background: #1a1a1a;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 273px 0 40px;
    margin-top: -214px;
}
.page-template-landing .preview-section .features .skill{
    padding: 0 25px;
    position: relative;
}
.page-template-landing .preview-section .features .skill:before{
    content: "";
    position: absolute;
    width: 2px;
    background: #8c8c8c;
}
.page-template-landing .preview-section .features .skill:nth-child(1):before{
    display: none;
}
.page-template-landing .preview-section .features .skill:nth-child(6):before{
    right: -3px;
    height: 36px;
    top: -1px;
}
.page-template-landing .preview-section .features .skill:nth-child(5):before{
    right: 2px;
    height: 34px;
    top: 1px;
}
.page-template-landing .preview-section .features .skill:nth-child(4):before{
    right: 3px;
    height: 34px;
    top: 1px;
}
.page-template-landing .preview-section .features .skill:nth-child(3):before{
    right: 4px;
    height: 34px;
    top: -4px;
}
.page-template-landing .preview-section .features .skill:nth-child(2):before{
    right: 4px;
    height: 34px;
    top: 1px;
}
.page-template-landing .preview-section .features .skill:nth-child(1) img{
    position: relative;
    left: -2px;
}
.page-template-landing .preview-section .features .skill:nth-child(2) img{
    position: relative;
    left: -4px;
}
.page-template-landing .preview-section .features .skill:nth-child(3) img{
    position: relative;
    left: -5px;
}
.page-template-landing .preview-section .features .skill:nth-child(4) img{
    position: relative;
    left: -3px;
}
.page-template-landing .preview-section .features .skill:nth-child(6) img{
    position: relative;
    left: 1px;
}
.page-template-landing footer {
    background: #5baec7;
    padding: 3px 39px 5px 49px;
    display: flex;
    align-items: center;
}
.page-template-landing footer .logo{
    position: static;
    display: flex;
    height: 52px;
    transform: none;
    justify-content: flex-start;
    background: url("../images/logo-white.svg") no-repeat 100% 60%;
}
.page-template-landing footer .footer-link{
    text-align: left;
    display: flex;
    font-size: 18px;
}
.page-template-landing footer .footer-link .domain a{
    color: #fff;
    letter-spacing: 1.1px;
    margin-right: 23px;
}
.page-template-landing footer .footer-link .tagline{
    letter-spacing: 0.4px;
    margin-top: 1px;
}
.page-template-landing .top-section h1:before {
    content: "";
    position: absolute;
    width: 45px;
    height: 2px;
    background: #fff;
    bottom: -27px;
    right: 2px;
}

@media screen and (max-width: 1100px) {
    .page-template-landing .top-section h1 {
        top: 70px;
    }
    .page-template-landing .top-section .content {
        top: 170px;
    }
    .page-template-landing .top-section h1:before {
        bottom: -17px;
    }
}

@media screen and (max-width: 992px) {
    .page-template-landing header .logo{
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%);
    }

    .player  .player-banner-panel {
        bottom: -60px;
        transform: none;
        left: auto;
        right: 0.875rem;
    }
}
@media screen and (max-width: 959px) {
    .page-template-landing .top-section h1 {
        top: 50px;
        right: 70px;
    }
    .page-template-landing .top-section .content {
        top: 150px;
        right: 70px;
    }
    .page-template-landing .top-section h1:before {
        bottom: -10px;
    }
}
@media screen and (max-width: 830px) {
    .page-template-landing .top-section .content {
        max-width: 450px;
    }
}
@media screen and (max-width: 767px) {
    .page-template-landing header {
        display: flex;
        justify-content: space-between;
        padding: 5px 0 9px;
        position: fixed;
        z-index: 1;
        width: 100%;
        top: 0;
        background: #fff;
    }
    .page-template-landing header .logo {
        position: relative;
        left: auto;
        top: 2px;
        transform: none;
        order: 1;
        display: flex;
        margin-right: 14px;
    }
    .page-template-landing header .social-links a {
        margin-right: 29px;
    }
    .page-template-landing header .social-links {
        order: 2;
        padding: 0 15px;
    }
    .page-template-landing .top-section {
        margin-top: 52.5px;
    }
    .page-template-landing .top-section h1 {
        font-size: 32px;
        top: 30px;
    }
    .page-template-landing .top-section .content {
        font-size: 17px;
        top: 130px;
        max-width: 350px;
    }
    .page-template-landing .link-section .apps {
        padding: 30px 0 30px;
        text-align: center;
    }
    .page-template-landing .link-section .apps a {
        max-width: 10.45rem;
        margin: 0 3px;
        height: 42px;
    }
    .page-template-landing .link-section .apps h2 {
        margin-bottom: 5px;
    }
    .page-template-landing .link-section .apps a.google-play {
        background-size: 117px 29px;
    }
    .page-template-landing .link-section .apps a.app-store {
        background-size: 111px 29px;
    }
    .page-template-landing .preview-section h2 {
        font-size: 22px;
        line-height: 29px;
        margin-bottom: 29px;
        letter-spacing: 0.7px;
    }
    .page-template-landing .preview-section .features {
        margin-top: -146px;
    }
    .page-template-landing .preview-section .screenshots {
        text-align: center;
    }
    .page-template-landing .preview-section {
        padding-top: 39px;
    }
    .page-template-landing .preview-section .features .skill {
        padding: 0 17px;
    }
    .page-template-landing .preview-section .features {
        padding: 178px 0 35px;
    }
    .page-template-landing .preview-section .features .skill:nth-child(1) img {
        left: 0;
    }
    .page-template-landing .preview-section .features .skill:nth-child(2) img {
        left: -2px;
    }
    .page-template-landing .preview-section .features .skill:nth-child(3) img {
        left: -3px;
        top: 1px;
    }
    .page-template-landing .preview-section .features .skill:nth-child(6) img {
        top: 1px;
        left: -1px;
    }
    .page-template-landing .preview-section .features .skill:nth-child(2):before {
        right: 2px;
        height: 24px;
        top: 50%;
    }
    .page-template-landing .preview-section .features .skill:nth-child(3):before {
        right: 2px;
        height: 24px;
        top: 50%;
    }
    .page-template-landing .preview-section .features .skill:nth-child(4):before {
        right: 2px;
        height: 24px;
        top: 50%;
    }
    .page-template-landing .preview-section .features .skill:nth-child(5):before {
        right: 2px;
        height: 24px;
        top: 50%;
    }
    .page-template-landing .preview-section .features .skill:nth-child(6):before {
        right: -1px;
        height: 24px;
        top: 50%;
    }
    .page-template-landing .preview-section .features .skill:before {
        transform: translateY(-50%);
    }
    .page-template-landing footer {
        flex-direction: column;
        padding: 11px 11px 19px;
    }
    .page-template-landing footer .footer-link {
        width: 100%;
        justify-content: space-between;
    }
    .page-template-landing footer .footer-link {
        font-size: 17px;
        border-top: 1px solid #84c2d5;
        padding-top: 18px;
    }
    .page-template-landing footer .footer-link .tagline {
        margin-top: 2px;
    }
    .page-template-landing footer .footer-link .domain a{
        letter-spacing: 0.9px;
    }
    .page-template-landing footer .logo {
        margin-bottom: 8px;
        width: 100%;
        background-position: 50% 60%;
        height: auto;
    }
    .page-template-landing header .logo a {
        background: url("../images/logo-new.svg");
        width: 93px;
        height: 39px;
        background-size: contain;
    }
    .page-template-landing header .logo {
        padding: 0;
    }
}
@media screen and (max-width: 640px) {
    .page-template-landing .link-section .apps {
        padding: 173px 0 30px;
    }
    .page-template-landing .top-section picture img{
        max-height: 382px;
        object-fit: cover;
        position: relative;
        z-index: -1;
    }
    .page-template-landing .top-section{
        position: relative;
    }
    .page-template-landing .top-section:before{
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.24);
    }
    .page-template-landing .top-section h1 {
        font-size: 32px;
        top: 27px;
        line-height: 34px;
        right: 18px;
        letter-spacing: 0.9px;
    }
    .page-template-landing .top-section h1:before {
        display: none;
    }
    .page-template-landing .top-section .content {
        font-size: 18px;
        color: #fff;
        right: 18px;
        line-height: 30px;
        letter-spacing: 0.75px;
        max-width: 270px;
        top: 97px;
    }
    .page-template-landing .top-section:after {
        content: "";
        position: absolute;
        width: 360px;
        height: 340px;
        background: url("../images/freeIPd-min.png");
        bottom: -201px;
        left: 50%;
        transform: translate(-50%);
    }
    .page-template-landing .preview-section .screenshots .screenshot img {
        width: 100%;
    }

}



/**/
.section-team .circle {
    position: absolute;
    background: #1a1a1a;
    border-radius: 50%;
    width: 195px;
    height: 199px;
    top: -72px;
    right: 242px;
    border: 5px solid #fdcd34;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    font-size: 44px;
    padding-top: 72px;
}

.btn-broadcasters a {
    position: absolute;
    transform: translate(-50%);
    left: 50%;
    padding: 13px 82px 12px 87px;
    background: #fdcd34;
    font-size: 28px;
    bottom: -12px;
    cursor: pointer;
    color: #1e1e1e;
}

.section-team {
    background: #fdcd34;
    position: relative;
    padding-top: 24px;
    margin-bottom: 45px;
}

.broadcasters-position {
    text-align: center;
    font-size: 39px;
    color: #1e1e1e;
    max-width: 950px;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto 0;

}

.broadcasters-position img {
    margin-bottom: -44px;
}

.section-team p {
    font-weight: lighter;
    margin: 0 0 19px;
}
.section-no-image p{
    margin-bottom: 32px;
}
.section-team h2 {
    font-size: 52px;
    font-weight: normal;
    margin: 0 0 4px;

}
.section-no-heading{
    padding-top: 67px;
}

.section-no-image{
    padding: 56px 0 44px;
}

.section-no-image .btn-broadcasters a{
    background: #fff;
    position: static;
   width: 273px;
    transform: translate(0);
    margin: 0 auto;
    padding: 13px 46px 12px 45px;
    font-weight: 400;
}
.heading-section{
    padding: 26px 0 44px;
}
.youtube-player iframe{
    width: 100%;
}

.program-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.program-list > div{
    width: 100%;
}

.page-template-schedule .program-list{
    flex-direction: column;
    max-width: 1170px;
    width: 100%;
}

.all-shows tr {
    padding: 0;
}

/*.all-shows tr img{*/
/*    min-width: 299px;*/
/*}*/

.result-page .all-shows tr, .search-no-results .all-shows tr{
   padding: 0;
    margin: 0 7.5px 0;
    visibility: hidden;
    height: 0;
}

.result-page .all-shows .slick-initialized tr, .search-no-results .all-shows .slick-initialized tr{
    visibility: visible;
    height: auto;
}


.result-page .slick-slide, .search-no-results .slick-slide{
    margin: 0 7.5px 0;
}

.result-page .single-slide .slick-slide, .search-no-results .single-slide .slick-slide{
    margin: 0 auto;
    min-width: 160px;
}

.result-page .grid-item, .search-no-results .grid-item{
    visibility: hidden;
    height: 0;
}


.result-page .slick-initialized .grid-item,
.search-no-results .slick-initialized .grid-item{
    visibility: visible;
    height: auto;
    padding-bottom: 0;
}

.page-icon{
    height: 31px;
    display: block;
}

@media screen and (max-width: 1500px) {
    .section-team .circle {
        right: 2%;
    }
}

@media screen and (max-width: 1150px){
    .result-page .search-posts .ais-Hits-item, .search-no-results .search-posts .ais-Hits-item,
    .result-page .search-posts .ais-InfiniteHits-item, .search-no-results .search-posts .ais-InfiniteHits-item{
        width: 33.33%;
    }
}

@media screen and (max-width: 910px) {
    .section-team .circle {
        max-width: 130px;
        max-height: 130px;
        font-size: 30px;
        padding-top: 31px;
        right: 1%;
    }
}

@media screen and (max-width: 768px) {
    .page-template-program_landing .hero-section h1{
        font-size: 2.5rem;
    }

    #ondemand-row .ondemand-subtitle::after {
        content: '';
        position: absolute;
        top: -17px;
        left: 50%;
        transform: translateX(-50%);
        width: 63px;
        height: 1px;
        background: #8b8d92;
    }

    .search-wrapper div input[type="submit"] {
        background-repeat: no-repeat;
        background-position: center;
    }

    .grid li, .grid-wrapper > div {
        margin-bottom: 60px;
    }

    /*.grid li:last-of-type, .grid-wrapper > div:last-of-type {*/
    /*    margin-bottom: 20px;*/
    /*}*/

    .person-slider .owl-nav {
        display: none;
    }

    .logo a {
        width: 5.605rem;
        height: 1.84375rem;
        background-size: 51px 20px, 23px 50px;
        background-position: 2px 3px, 58px -12px;
    }
    .page-template-program_landing .main-header .play-btn{
        position: absolute;
        left: 45px;
    }
    .additional-logo{
        height: 31px;
        padding-right: 13px;
        margin-right: 12px;
    }
    .additional-logo a{
        width: 28px;
        height: 30px;
        background-size: contain;
        background-position: 50% 50%;
    }

    .performer-inner-page #wrapper {
        padding-bottom: 0.5rem;
    }

    .performer-page #wrapper {
        padding-bottom: 1rem;
    }

    .performer-inner-page .grid.two-items, .performer-page .grid.two-items {
        margin-bottom: 0.45rem;
        padding-top: 1.25rem;
        padding-bottom: 0;
    }

    .performer-inner-page .grid + .grid, .performer-page .grid + .grid {
        margin-top: 0;
    }

    .performer-inner-page .grid h2, .performer-page .grid h2 {
        margin-bottom: 1.2rem;
    }

    .performer-inner-page .grid li, .performer-page .grid li,
    .performer-inner-page .grid-wrapper > div, .performer-page .grid-wrapper > div{
        /*margin-bottom: 1.2rem;*/
        margin-bottom: 60px;
    }

    .performer-inner-page .grid li:last-of-type, .performer-page .grid li:last-of-type,
    .performer-inner-page .grid-wrapper > div:last-of-type, .performer-page .grid-wrapper > div:last-of-type{
        margin-bottom: 20px;
    }

    .performer-inner-page .grid li + li, .performer-page .grid li + li,
    .performer-inner-page .grid-wrapper > div + div, .performer-page .grid-wrapper > div + div{
        margin-top: 0;
    }

    .performer-inner-page .grid li:last-child, .performer-page .grid li:last-child,
    .performer-inner-page .grid-wrapper > div:last-child, .performer-page .grid-wrapper > div:last-child{
        margin-bottom: 0;
    }

    .performer-inner-page .grid-item:not(.expanded), .performer-page .grid-item:not(.expanded) {
        padding-bottom: 1.25rem;
    }

    .performer-inner-page .grid-item:not(.expanded) .grid-body, .performer-page .grid-item:not(.expanded) .grid-body {
        padding: 0.9rem 0 1.55rem;
    }

    .performer-inner-page .grid-item:not(.expanded) .grid-body p, .performer-page .grid-item:not(.expanded) .grid-body p {
        margin-top: 0.125rem;
        line-height: 1.4;
        max-height: 70px;
    }

    .performer-inner-page .grid-item:not(.expanded) .grid-body span + span, .performer-page .grid-item:not(.expanded) .grid-body span + span {
        margin-right: 0.9rem;
    }

    .performer-inner-page .grid-item:not(.expanded) .grid-body .social, .performer-page .grid-item:not(.expanded) .grid-body .social {
        bottom: 1.1rem;
    }

    .performer-inner-page .grid-item:not(.expanded) .grid-header .title, .performer-page .grid-item:not(.expanded) .grid-header .title {
        height: auto;
        padding: 0.95rem 0.85rem;
    }

    .performer-inner-page .grid-item:not(.expanded) .grid-header .title div, .performer-page .grid-item:not(.expanded) .grid-header .title div {
        display: none;
    }

    .performer-inner-page .grid .show-more, .performer-page .grid .show-more {
        margin-top: 0.4rem;
    }

    .main-menu {
        padding-bottom: 1.5rem;
    }

    .main-menu .social-links {
        margin-top: 1rem;
        margin-right: 0;
    }

    .main-menu .social-links a + a {
        margin-right: 1.7rem;
    }

    .main-menu .soundcloud {
        width: 1.8rem;
        height: 0.9rem;
    }

    .main-menu .fb-single {
        width: 0.6rem;
        height: 1.3rem;
    }
    .main-menu .youtube {
        width: 1.2rem;
        height: 1.45rem;
    }

    .appear-content::before {
        content: '/';
        position: absolute;
        font-size: 0.75rem;
        top: -1px;
        font-weight: bold;
        right: 16px;
    }

    .result-page .search-posts .ais-Hits-item, .search-no-results .search-posts .ais-Hits-item,
    .result-page .search-posts .ais-InfiniteHits-item, .search-no-results .search-posts .ais-InfiniteHits-item{
        margin: 0 7.5px;
        width: 47.5%;
    }

    .result-page .search-posts ol.ais-Hits-list, .search-no-results .search-posts ol.ais-Hits-list,
    .result-page .search-posts ol.ais-InfiniteHits-list, .search-no-results .search-posts ol.ais-InfiniteHits-list{
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 642px) {
    .btn-broadcasters a {
        width: 70%;
        box-sizing: border-box;
    }
    .section-no-image.heading-section .circle{
        top:-25%;

    }
    .section-no-image.heading-section {
        padding: 76px 0 76px;
    }
    .section-no-image .btn-broadcasters a{
        margin-top: 41px;
    }
    .full-section{
        padding-top: 33px;
    }

    .section-team .circle{
        top: 7%;
        right: 6.5%;
    }
    .broadcasters-position img {
        margin-bottom: -25px;
    }
    .btn-broadcasters a {
        padding-top: 14px;
        bottom: -9px;
    }
    .section-no-heading {
        padding-top: 105px;
    }
    .section-team{
        font-size: 24px;
    }

    .section-team p {
        margin: 0 0 78px;
    }
    .full-section .circle, .section-no-image .circle{
        top: 26%;

    }
    .section-no-image{
        padding: 76px 0 70px;
    }
    .section-no-image .circle{
        top: -19%;
    }
    .section-no-image p{
        margin-bottom: 0;
    }

}

@media screen and (max-width: 600px){
    .result-page .search-posts .ais-Hits-item, .search-no-results .search-posts .ais-Hits-item,
    .result-page .search-posts .ais-InfiniteHits-item, .search-no-results .search-posts .ais-InfiniteHits-item{
        /*margin: 0 15px;*/
        margin: 0 10px;
        width: 100%;
    }
}

@media screen and (max-width: 580px){
    .broadcasters-position{
        font-size: 33px;
    }
}

@media screen and (min-width: 580px){
    .result-page .grid, .search-no-results .grid {
        padding: 1.3rem 0 1.8rem;
    }

    .result-page .all-shows .all-shows-slider .slick-slide td img,
    .search-no-results .all-shows .all-shows-slider .slick-slide td img,
    .result-page .all-shows .all-shows-slider .slick-slide > div > a img,
    .search-no-results .all-shows .all-shows-slider .slick-slide > div > a img,
    .result-page .episodes-slider .grid-header, .search-no-results .episodes-slider .grid-header,
    .result-page .podcasts-slider .podcast-header, .search-no-results .podcasts-slider .podcast-header{
        /*height: 27.76vw;*/
        height: 28.28vw;
    }
}

@media screen and (max-width: 520px){
 .full-section .circle {
        top: 29%;
    }
    .section-team h2{
        font-size: 43px;
    }
    .broadcasters-position{
        font-size: 28px;
    }

}

@media screen and (max-width: 480px){
    .section-no-image.heading-section{
        padding: 56px 0 48px;
    }
    .section-no-image .btn-broadcasters a {
        margin-top: 19px;
    }
    .section-no-image {
        padding: 48px 0;
    }
    .section-no-image .circle {
        top: -27%;
    }
   .full-section .circle {
        top: 29%;
    }
    .section-no-heading .circle{
        top:10%;
    }
    .section-team h2{
        font-size: 31px;
    }
    .broadcasters-position{
        font-size: 19px;
    }

    .section-team .circle {
        max-width: 100px;
        max-height: 100px;
        font-size: 25px;
        /*padding-top: 21px;*/
    }
    .btn-broadcasters a, .section-no-image .btn-broadcasters a{
        font-size: 20px;
        padding: 5px 0;
    }
    .section-team .circle {
        right: 1.5%;
    }

    .result-page .search-resaults .ais-Hits-item, .search-no-results .search-resaults .ais-Hits-item,
    .result-page .search-resaults .ais-InfiniteHits-item, .search-no-results .search-resaults .ais-InfiniteHits-item{
        width: 50%;
    }

}

@media screen and (max-width: 390px) {
    .section-team.full-section p {
        margin: 0 0 61px;
    }
     .full-section .circle {
        top: 27%;
    }
    .full-section {
        padding-top: 19px;
    }
}

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

    .all-shows td > div {
        display: none;
    }

    .person-slider {
        padding: 0 0.8rem;
    }

    .person-slider::after {
        display: none;
    }

    .person-slider .owl-item {
        text-align: center;
    }

    .person-slider .owl-item img {
        max-width: 200px;
        margin: 0 auto;
    }

    .person-slider .owl-stage-outer {
        padding: 0 1px 0 0;
    }

    .apps {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .apps h2 {
        width: 100%;
    }

    .apps a {
        max-width: 12.5625rem;
    }

    .apps a + a {
        margin-top: 0;
        margin-right: 0.875rem;
    }

    .who {
        padding-bottom: 1.3rem;
        border-bottom: 1px solid #e2e2e2;
    }

    .page-template-schedule .program-list {
        width: 95%;
    }

}

@media screen and (min-width: 350px){
    .result-page .all-shows-slider .has-cut-paragraph, .search-no-results .all-shows-slider .has-cut-paragraph{
        max-width: 244px;
    }
}

@media screen and (min-width: 370px){
    .result-page .all-shows-slider .has-cut-paragraph, .search-no-results .all-shows-slider .has-cut-paragraph{
        max-width: 259px;
    }

    .search-no-results .broadcasters-slider, .result-page .broadcasters-slider {
        margin: 19px auto 28px;
    }
}

@media screen and (min-width: 400px){
    .result-page .all-shows-slider .has-cut-paragraph, .search-no-results .all-shows-slider .has-cut-paragraph{
        max-width: 282px;
    }

    .search-no-results .broadcasters-slider, .result-page .broadcasters-slider {
        margin: 19px auto 28px;
    }
}

@media screen and (min-width: 450px){
    .result-page .all-shows-slider .has-cut-paragraph, .search-no-results .all-shows-slider .has-cut-paragraph{
        max-width: 320px;
    }

    /*.result-page .all-shows-slider tr, .search-no-results .all-shows-slider tr{*/
    /*    min-height: 360px;*/
    /*}*/
}

@media screen and (min-width: 500px){
    .result-page .all-shows-slider .has-cut-paragraph, .search-no-results .all-shows-slider .has-cut-paragraph{
        max-width: 358px;
    }

    /*.result-page .all-shows-slider tr, .search-no-results .all-shows-slider tr{*/
    /*    max-height: 400px;*/
    /*}*/
}

@media screen and (min-width: 550px){
    .result-page .all-shows-slider .has-cut-paragraph, .search-no-results .all-shows-slider .has-cut-paragraph{
        max-width: 396px;
    }

    /*.result-page .all-shows-slider tr, .search-no-results .all-shows-slider tr{*/
    /*    max-height: 420px;*/
    /*}*/
}

@media screen and (min-width: 580px){
    .result-page .all-shows-slider .has-cut-paragraph, .search-no-results .all-shows-slider .has-cut-paragraph{
        max-width: 270px;
    }

    .result-page .current-broadcaster .broadcaster-item .line, .search-no-results .current-broadcaster .broadcaster-item .line{
        width: calc(100% - 20px);
        margin: 0 auto;
    }

    .current-broadcaster .broadcaster-item > a{
        margin: 9px 0 0 6px;
    }

    .result-page .slick-list, .search-no-results .slick-list{
        margin: 0 auto;
        width: calc(100vw - 10px)
    }

    .search-no-results .broadcasters-slider, .result-page .broadcasters-slider {
        margin: 19px auto 7px;
        /* margin: 19px auto 30px;*/
    }

    .result-page .grid-item, .search-no-results .grid-item{
        /*padding-bottom: 17px;*/
        /*padding-bottom: 4px;*/
        padding-bottom: 1px;
    }

    .result-page .all-shows .all-shows-slider .slick-slide td img,
    .search-no-results .all-shows .all-shows-slider .slick-slide td img{
        min-height: 161px;
        height: 27.59vw;
    }
}

@media screen and (min-width: 640px) {
.hero-section::before {
background-image: url("../images/mahuti-overlay.png");
background-position: 70% 40%;
background-size: 100%;
}

.program-page .hero-section::before {
background-image: url("../images/def-prog.png");
background-size: 100%;
}

.program-page .hero-section::after {
content: '';
background-image: url("../images/mahuti-overlay.png");
background-position: 70% 40%;
background-size: 100%;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-repeat: no-repeat;
}

.program-page .hero-section img {
position: relative;
}

.home-page .hero-section::before {
background-position: 0 0;
}

.performer-inner-page .hero-section {
height: 403px;
padding: 0;
}

.grid-item.expanded {
margin-top: -18.25rem;
}

.grid-item.expanded .grid-header {
height: 366px;
padding: 0;
}

.grid-item.expanded .grid-header::after {
background-size: auto;
background-position: center;
}


.all-shows tr {
display: table-row;
max-width: 100%;
width: 50%;
padding: 0 10px;
}

/*.all-shows td .flex {*/
    /*    min-height: 56px;*/
    /*}*/

    .broadcasters-list {
        margin: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .broadcasters-item {
        width: 33.33%;
    }

    .broadcasters-item:nth-child(2n) {
        margin-left: 0;
    }

    .broadcasters-item + .broadcasters-item {
        margin-top: 0;
    }

    .page-template-schedule .program-list > a{
        display: none;
    }

    /*.result-page .all-shows-slider tr, .search-no-results .all-shows-slider tr{*/
    /*    max-height: 370px;*/
    /*}*/

    .result-page .all-shows-slider .has-cut-paragraph, .search-no-results .all-shows-slider .has-cut-paragraph{
        max-width: 300px;
    }

    /*.search-no-results .broadcasters-slider, .result-page .broadcasters-slider {*/
    /*    margin: 19px auto -30px;*/
    /*}*/
}

@media screen and (min-width: 690px){
    .result-page .all-shows-slider .has-cut-paragraph, .search-no-results .all-shows-slider .has-cut-paragraph{
        max-width: 325px;
    }
}

@media screen and (min-width:730px){
    .result-page .all-shows-slider .has-cut-paragraph, .search-no-results .all-shows-slider .has-cut-paragraph{
        max-width: 345px;
    }
}

@media screen and (min-width: 768px){
    .result-page .all-shows .all-shows-slider .slick-slide td img, .search-no-results .all-shows .all-shows-slider .slick-slide td img,
    .result-page .all-shows .all-shows-slider .slick-slide > div > a img,
    .search-no-results .all-shows .all-shows-slider .slick-slide > div > a img,
    .result-page .episodes-slider .grid-header, .search-no-results .episodes-slider .grid-header,
    .result-page .podcasts-slider .podcast-header, .search-no-results .podcasts-slider .podcast-header{
        /*height: 19.142vw;*/
        height: 16.5vw;
    }

    .result-page .all-shows .all-shows-slider .slick-slide td img,
    .search-no-results .all-shows .all-shows-slider .slick-slide td img{
        height: 21.35vw;
        min-height: 164px;
    }

    .search-no-results #main-content .grid:nth-child(3) .all-shows-slider, .result-page #main-content .grid:nth-child(3) .all-shows-slider{
        margin: -15px auto 28px;
    }

    .result-page .grid, .search-no-results .grid {
        padding: 1.3rem 0 1.8rem 0;
    }

    .result-page .grid.current-broadcaster, .search-no-results .grid.current-broadcaster {
        padding: 1.3rem 14px 0;
        margin: -1.8rem auto -62px;
    }

    .search-no-results #main-content .grid:nth-child(4) .episodes-slider,
    .search-no-results #main-content .grid:nth-child(5) .podcasts-slider,
    .result-page #main-content .grid:nth-child(4) .episodes-slider,
    .result-page #main-content .grid:nth-child(5) .podcasts-slider{
        margin: 0 auto 11px;
    }

    .search-no-results .slick-list,  .result-page .slick-list{
        width: calc(100vw - 120px);
        margin: 0 auto;
    }

    .result-page .all-shows .all-shows-slider .slick-list, .search-no-results .all-shows .all-shows-slider .slick-list{
        margin: 0 auto;
    }

    .search-no-results .broadcasters-item, .result-page .broadcasters-item{
        margin: 0 10px;
    }

    .search-no-results .broadcasters-img, .result-page .broadcasters-img {
        max-width: 160px;
    }

    .result-page .all-shows, .search-no-results .all-shows {
        width: 100%;
    }

    .result-page .all-shows-slider .has-cut-paragraph, .search-no-results .all-shows-slider .has-cut-paragraph{
        max-width: 200px;
    }

    .result-page .current-broadcaster .broadcaster-item .line, .search-no-results .current-broadcaster .broadcaster-item .line{
        width: 100%;
        margin: 0;
    }

    .current-broadcaster .broadcaster-item > a {
        padding-left: 3px;
    }

    .search-no-results .broadcasters-slider, .result-page .broadcasters-slider {
        margin: 19px auto 20px;
    }

    .search-no-results .single-slide .slick-list, .result-page .single-slide .slick-list{
        width: 100%;
    }

    .search-no-results #main-content .grid:nth-child(4) .grid-item .grid-body, .search-no-results #main-content .grid:nth-child(5) .grid-item .grid-body, .result-page #main-content .grid:nth-child(4) .grid-item .grid-body, .result-page #main-content .grid:nth-child(5) .grid-item .grid-body {
        padding: 0.65rem 0 10px;
    }

    .single-slide .broadcasters-slider .broadcasters-item a{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .single-slide .broadcasters-slider .broadcasters-item a .broadcasters-img{
        margin: 0;
    }

    .single-slide .broadcasters-slider .broadcasters-item a .broadcasters-overlay{
        margin: 0;
    }

    .result-page .single-slide .slick-slide, .search-no-results .single-slide .slick-slide {
        min-width: 100%;
    }

    .search-no-results .single-slide .broadcasters-overlay, .result-page .single-slide .broadcasters-overlay{
        max-width: 375px;
    }

    .single-slide .broadcasters-slider .broadcastername{
        margin: 20px 0 0 0;
    }

    .single-slide .broadcasters-slider .broadcasters-item p{
        max-width: 100%;
        text-align: center;
    }

    .search-no-results .grid.single-slide .broadcasters-item h2, .result-page .grid.single-slide .broadcasters-item h2{
        text-align: center;
        margin: 0 2px 17px 0;
    }
}

@media screen and (min-width: 769px) {
    .search-no-results #main-content .grid:nth-child(3) .all-shows-slider, .result-page #main-content .grid:nth-child(3) .all-shows-slider{
        margin: -15px auto 21px;
    }

    .result-page .grid, .search-no-results .grid {
        padding: 1.3rem 0 1.8rem 0;
    }

    .result-page .grid.current-broadcaster, .search-no-results .grid.current-broadcaster {
        padding: 1.3rem 14px 0;
        margin: -1.8rem auto -62px;
    }

    .search-no-results #main-content .grid:nth-child(4) .episodes-slider,
    .search-no-results #main-content .grid:nth-child(5) .podcasts-slider,
    .result-page #main-content .grid:nth-child(4) .episodes-slider,
    .result-page #main-content .grid:nth-child(5) .podcasts-slider{
        margin: 0 auto 11px;
    }

    .search-no-results #main-content .grid:nth-child(3) .all-shows .owl-stage-outer,
    .search-no-results #main-content .grid:nth-child(4) .episodes-slider .owl-stage-outer,
    .search-no-results #main-content .grid:nth-child(5) .podcasts-slider .owl-stage-outer,
    .result-page #main-content .grid:nth-child(3) .all-shows .owl-stage-outer,
    .result-page #main-content .grid:nth-child(4) .episodes-slider .owl-stage-outer,
    .result-page #main-content .grid:nth-child(5) .podcasts-slider .owl-stage-outer{
        width: 90vw;
        margin: 0 auto;
    }

    .search-no-results .slick-list,  .result-page .slick-list{
        width: calc(100vw - 120px);
        margin: 0 auto;
    }

    .result-page .all-shows .all-shows-slider .slick-list, .search-no-results .all-shows .all-shows-slider .slick-list{
        margin: 0 auto;
    }

    .search-no-results .broadcasters-item, .result-page .broadcasters-item{
        margin: 0 10px;
    }

    .search-no-results .search-resaults .broadcasters-item, .result-page .search-resaults .broadcasters-item{
        margin: 0;
        /*min-width: 201px;*/
        width: 100%;
    }

    .search-no-results .broadcasters-img, .result-page .broadcasters-img {
        max-width: 160px;
    }

    .result-page .all-shows, .search-no-results .all-shows {
         width: 100%;
    }

    .result-page .all-shows-slider .has-cut-paragraph, .search-no-results .all-shows-slider .has-cut-paragraph{
        max-width: 200px;
    }

    .result-page .current-broadcaster .broadcaster-item .line, .search-no-results .current-broadcaster .broadcaster-item .line{
        width: 100%;
        margin: 0;
    }

    .current-broadcaster .broadcaster-item > a {
        padding-left: 3px;
    }

    .result-page .broadcasters-slider{
        margin: 19px auto 44px;
    }

    .search-no-results .grid.single-slide .broadcasters-slider, .result-page .grid.single-slide .broadcasters-slider {
        margin: 19px auto 51px;
    }

    .tv.two-items ul{
        display: flex;
        flex-wrap: wrap;
    }
    .tv.two-items li{
        margin-bottom: 0;
    }
    .ondemand ul {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .ondemand li {
        width: calc(100% / 6);
    }

    .broadcast .btn {
        transition: background-color 0.2s;
    }

    .broadcast .btn:hover {
        background-color: #ffdc6c;
    }

    .result-page .current-broadcaster .broadcaster-item, .search-no-results .current-broadcaster .broadcaster-item{
        margin: 94px 0 0 0;
    }

    .result-page .current-broadcaster .broadcaster-item > .flex, .search-no-results .current-broadcaster .broadcaster-item > .flex{
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: row;
        margin: 10px 4px 0 0;
        padding: 0;
    }

    .result-page .current-broadcaster .broadcaster-img, .search-no-results .current-broadcaster .broadcaster-img {
        margin: 16px 0 25px 0;
        display: flex;
        justify-content: center;
        flex: 0 0 270px;
    }

    .result-page .current-broadcaster .broadcaster-img img, .search-no-results .current-broadcaster .broadcaster-img img {
        margin: 0 8px 0 32px;
        width: 235px;
        height: 235px;
    }

    .result-page .current-broadcaster .broadcaster-name, .search-no-results .current-broadcaster .broadcaster-name {
        padding: 64px 0 0px 0;
    }

    .result-page .current-broadcaster .broadcaster-name p, .search-no-results .current-broadcaster .broadcaster-name p{
       padding: 0;
    }

    .result-page .current-broadcaster .broadcaster-name h2, .search-no-results .current-broadcaster .broadcaster-name h2{
        text-align: right;
        margin: 0;
    }

    .result-page .current-broadcaster .broadcaster-name p, .search-no-results .current-broadcaster .broadcaster-name p{
        margin: 23px 0 0 0;
        text-align: right;
    }

    .result-page .grid hr, .search-no-results .grid hr {
        margin: 6px auto 0px;
        width: calc(100% - 26px);
    }

    .result-page .grid > a, .search-no-results .grid > a{
        margin: 8px 0 0 0;
    }

    .result-page .all-shows .all-shows-slider, .search-no-results .all-shows .all-shows-slider,
    .search-no-results #main-content .grid:nth-child(4) .all-shows-slider, .result-page #main-content .grid:nth-child(4) .all-shows-slider{
        width: 100%;
        margin: -15px auto 7px;
    }

    .result-page .episodes-slider, .search-no-results .episodes-slider{
        width: 100%;
        margin: 0 auto -10px;
    }

    .result-page .podcasts-slider, .search-no-results .podcasts-slider{
        width: 100%;
        margin: 0 auto -13px;
    }

    /*.result-page .all-shows-slider tr, .search-no-results .all-shows-slider tr {*/
    /*    display: flex;*/
    /*    flex-direction: column;*/
    /*    margin: 0px auto 0px;*/
    /*    align-items: center;*/
    /*}*/

    /*.result-page .all-shows tr td, .result-page .all-shows tr td p,*/
    /*.result-page .all-shows td > .flex, .result-page .all-shows-slider div p {*/
    /*    width: 299px !important;*/
    /*}*/

    .episodes-slider  .owl-item li, .podcasts-slider .owl-item li{
        width: 100%;
    }

    .channels span {
        width: 3.625rem;
    }

    .grid.recomend-items .show-more {
        margin-top: 0.9rem;
    }

    .grid-item {
        border-bottom: 0;
    }

    .grid li, .grid.two-items-podcast .grid-wrapper > div, .performer-page .grid.two-items .grid-wrapper > div, .grid.three-items .grid-wrapper > div {
        float: right;
        width: calc(100% / 2 - 1.5%);
        margin-left: 3%;
    }
    .grid.two-items-podcast li, .grid.two-items-podcast .grid-wrapper > div, .performer-page .grid.two-items .grid-wrapper > div{
        width: calc(100% / 2 - 15px)
    }

    .grid.two-items-podcast .grid-wrapper > div, .performer-page .grid.two-items .grid-wrapper > div{
        margin-left: 27px;
    }

    .grid.two-items-podcast ul, .grid.two-items-podcast .grid-wrapper, .performer-page .grid.two-items .grid-wrapper{
        justify-content: space-around;
    }

    .grid.two-items-podcast li:last-of-type, .grid.two-items-podcast .grid-wrapper > div:last-of-type, .performer-page .grid.two-items .grid-wrapper > div:last-of-type{
        margin-left: 0;
    }

    .grid li:nth-of-type(2n), .grid-wrapper > div:nth-of-type(2n), .grid.two-items-podcast .grid-wrapper > div:nth-of-type(2n), .grid.three-items .grid-wrapper > div:nth-of-type(2n) {
        margin-left: 0;
    }

    .grid li + li, .grid-wrapper > div + div {
        margin-top: 0;
    }

    .grid .show-more, .ais-InfiniteHits-loadMore{
        float: none;
        display: block;
        max-width: 11.3125rem;
        width: 100%;
        height: 2.4375rem;
        font-size: 1.3125rem;
        text-align: center;
        text-decoration: none;
        color: #32b1ca;
        background-color: #fff;
        transition: all 0.25s;
        border: 2px solid #32b1ca;
        font-family: "almoni-tzar", Arial, sans-serif;
    }

    .grid .show-more{
        padding-top: 0.4375rem;
    }

    .show-page .grid .show-more{
        margin: 2rem auto 43px;
    }


    .ais-InfiniteHits-loadMore{
        margin: 29px auto 0;
        padding-top: 2.5px;
        clear: both;
    }

    .page-template-schedule .grid .show-more{
        margin: 32px auto 65px;
        border: 2px solid #32b1ca;
        text-decoration: none;
        float: none;
    }

    .page-template-schedule .grid .show-more:hover,  .grid .show-more:hover, .ais-InfiniteHits-loadMore:hover{
        color: #fff;
        background-color: #32b1ca;
    }

    .grid.two-items {
        margin-bottom: 1rem;
        padding-bottom: 0;
    }

    .grid.two-items ul {
        margin: 0 -15px;
        padding-bottom: 1.6rem;
        border-bottom: 1px solid #bfbfbf;
    }

    .grid.two-items li, .grid.two-items ul > div {
        width: calc(100% / 2 - 30px);
        margin: 0 15px;
    }

    .grid.two-items li:last-child {
        margin-left: 0;
    }

    .grid.two-items .show-more {
        display: none;
    }

    .category .grid h2 img {
        top: -0.45rem;
    }

    .category .grid ul, .category .grid-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow: hidden;
    }

    .category .grid li, .category .grid-wrapper > div {
        position: relative;
        padding-bottom: 18px;
    }

    .category .grid li:nth-last-of-type(1), .category .grid li:nth-last-of-type(2),
    .category .grid-wrapper > div:nth-last-of-type(1), .category .grid-wrapper > div:nth-last-of-type(2){
        margin-bottom: 0;
    }

    .category .grid li:nth-last-of-type(1)::after, .category .grid li:nth-last-of-type(2)::after,
    .category .grid-wrapper > div:nth-last-of-type(1)::after, .category .grid-wrapper > div:nth-last-of-type(2)::after{
        display: none;
    }

    .category .grid li::after, .category .grid-wrapper > div::after {
        content: '';
        display: block;
        width: 1000px;
        border-bottom: 1px solid #e2e2e2;
        bottom: 0;
        position: absolute;
    }

    .grid ul, .grid-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow: hidden;
    }

    .grid li, .grid-wrapper > div {
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 66px;
    }

    .grid li:nth-last-of-type(1), .grid li:nth-last-of-type(2),
    .grid-wrapper > div:nth-last-of-type(1), .grid-wrapper > div:nth-last-of-type(2){
        margin-bottom: 0;
    }

    .grid-wrapper > div:nth-last-of-type(1)::after, .grid-wrapper > div:nth-last-of-type(2)::after {
        display: none;
    }

    .grid li::after, .grid-wrapper > div::after  {
        content: '';
        display: block;
        width: 1000px;
        border-bottom: 1px solid #e2e2e2;
        bottom: 0;
        position: absolute;
    }

    .program-list {
        margin-bottom: 1rem;
    }

    .search-posts .program-list{
        padding-bottom: 1.75rem;
    }

    .program-list-page #main-content {
        margin: 1rem auto 0;
        border-top: 0;
    }

    .program-list-page .grid {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }

    .program-list .show-more {
        display: none;
    }

    .program-row {
        min-height: 85px;
        height: auto;
        padding: 0 0 0 10px;
    }

    .program-row .program-name span {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        text-align: right;
        width: 100%;
    }

    .program-row.active::after {
        content: none;
    }

    .program-row.active + .program-row {
        border-color: #32b1ca;
    }

    /*.program-row.active .program-name a {*/
    /*    position: relative;*/
    /*}*/


    /*.program-row.active .program-name span {*/
    /*    position: relative;*/
    /*}*/

    .program-row.active .program-name span a::after {
        content: attr(data-text);
        position: absolute;
        bottom: 0;
        line-height: 32px;
        color: rgba(255, 255, 255, 0);
        height: 0.375rem;
        background-color: #32b1ca;
    }

    /*.program-row.active::after {*/
    /*    content: '';*/
    /*    position: absolute;*/
    /*    bottom: 0;*/
    /*    right: 0;*/
    /*    width: 100%;*/
    /*    height: 0.375rem;*/
    /*    background-color: #32b1ca;*/
    /*}*/

    .program-row > div {
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%;
        padding: 5px 0 0 5px;
    }

    .program-time, .program-name {
        display: block;
        font-size: 1.25rem;
        margin: 0 0 0 4%;
        max-width: 15%;
    }

    .program-time, .program-name, .program-descr, .program-presenter {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        text-align: right;
        font-size: 1.125rem;
        line-height: 24px;
    }

    .program-time {
        min-width: 120px;
        letter-spacing: 0.4px;
        margin: 0 0 0 3%;
    }

    .program-time::after {
        content: none;
    }

    .program-name {
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .program-name a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
    }

    .program-descr {
        max-width: 33%;
        width: 100%;
    }

    .program-presenter{
        margin: 0 0 0 6%;
        max-width: 27%;
        width: 100%;
    }

    .about-popup {
        max-width: 300px;
        left: 50%;
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }

    .result-page-categories #wrapper {
        padding-bottom: 0px;
    }

    .result-page-categories .grid {
        padding-top: 2.95rem;
    }

    .result-page-categories .grid h2 {
        margin-bottom: 2.65rem;
    }

    .result-page-categories .grid .show-more {
        margin-top: .35rem;
    }

    .result-page .grid li, .result-page .grid-wrapper > div {
        margin: 0 7.5px  0.6rem;
    }

    .tv li {
        float: right;
        width: calc(100% / 2 - 1.5%);
        margin-left: 3%;
    }

    .tv li:nth-of-type(2n) {
        margin-left: 0;
    }

    .tv + .tv {
        padding-top: 3.1rem;
    }

    .tv-header {
        padding-left: 0;
    }

    .broadcasters-slider.owl-carousel .owl-nav{
        top: 80px;
        z-index: 1;
    }

    .broadcasters-slider.owl-carousel .owl-prev,
    .broadcasters-slider.owl-carousel .owl-next{
        margin: 0 10px;
    }

    .all-shows-slider .owl-nav{
        top: 93px;
        z-index: 1;
    }

    .search-no-results #main-content .grid:nth-child(3) .all-shows-slider .owl-nav.disabled{
        /*display: block;*/
        z-index: 1;
    }

    .search-no-results #main-content .grid:nth-child(3) .owl-item .flex, .result-page #main-content .grid:nth-child(3) .owl-item .flex {
        margin: 5px 0 0px;
    }

    .search-no-results #main-content .grid:nth-child(3) .all-shows-slider .owl-prev,
    .search-no-results #main-content .grid:nth-child(3) .all-shows-slider .owl-next,
    .search-no-results #main-content .grid:nth-child(4) .episodes-slider .owl-prev,
    .search-no-results #main-content .grid:nth-child(4) .episodes-slider .owl-next,
    .search-no-results #main-content .grid:nth-child(5) .podcasts-slider .owl-prev,
    .search-no-results #main-content .grid:nth-child(5) .podcasts-slider .owl-next,
    .result-page #main-content .grid:nth-child(3) .all-shows-slider .owl-prev,
    .result-page #main-content .grid:nth-child(3) .all-shows-slider .owl-next,
    .result-page #main-content .grid:nth-child(4) .episodes-slider .owl-prev,
    .result-page #main-content .grid:nth-child(4) .episodes-slider .owl-next,
    .result-page #main-content .grid:nth-child(5) .podcasts-slider .owl-prev,
    .result-page #main-content .grid:nth-child(5) .podcasts-slider .owl-next{
        margin: 0 10px;
    }

    .episodes-slider .owl-nav{
        top: 88px;
        z-index: 1;
    }

    .podcasts-slider .owl-nav{
        top: 80px;
        z-index: 1;
    }

    .result-page .grid > .flex,
    .search-no-results .grid > .flex{
        margin: 87px 0 32px 0;
    }

    .search-no-results .search-posts .grid > .flex, .result-page .search-posts .grid > .flex{
        flex-direction: column;
    }

    .result-page .grid > h2,
    .search-no-results .grid > h2{
        margin: 63px 0 -20px 0;
        font-size: 32px;
        font-weight: 400;
        letter-spacing: 2.5px;
    }

    .result-page .grid .flex > h2,
    .search-no-results .grid .flex > h2{
        margin: 6px 5px 0 0;
        font-size: 21px;
        font-weight: 400;
        color: #8b8b8b;
        letter-spacing: 1.7px;
    }

    .result-page .grid .flex > img,
    .search-no-results .grid .flex > img{
        height: 28px;
    }

    .broadcasters-slider .broadcasters-item h2{
        margin-bottom: 5px;
    }

}

@media screen and (min-width:830px){
    .result-page .all-shows-slider .has-cut-paragraph, .search-no-results .all-shows-slider .has-cut-paragraph{
        max-width: 222px;
    }

    /*.result-page .all-shows-slider tr, .search-no-results .all-shows-slider tr {*/
    /*    max-height: 310px;*/
    /*}*/
}

@media screen and (min-width:880px){
    .result-page .all-shows-slider .has-cut-paragraph, .search-no-results .all-shows-slider .has-cut-paragraph{
        max-width: 239px;
    }
}

@media screen and (min-width:920px){
    .result-page .all-shows-slider .has-cut-paragraph, .search-no-results .all-shows-slider .has-cut-paragraph{
        max-width: 252px;
    }

    /*.result-page .all-shows-slider tr, .search-no-results .all-shows-slider tr {*/
    /*    max-height: 315px;*/
    /*}*/
}

@media screen and (min-width:960px){
    .result-page .all-shows-slider .has-cut-paragraph, .search-no-results .all-shows-slider .has-cut-paragraph{
        max-width: 265px;
    }
}

@media screen and (min-width: 993px) {
    #wrapper {
        padding-top: 152px;
    }

    .home-page #wrapper {
        padding-top: 76px;
    }

    .single-podcast .grid-item.expanded .social {
        float: left;
        margin-top: 13px;
    }

    .single-podcast .grid-item.expanded .grid-body {
        padding-top: 0.9rem;
    }

    .single-podcast .grid-body.expanded {
        padding-top: 0.9rem;
    }

    .top-line {
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-right: 0;
        z-index: 12;
        height: 77px;
    }

    .top-line ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        padding: 0 1.17rem 0 0;
        list-style: none;
    }

    .top-line ul li {
        padding-top: 0.25rem;
    }

    .top-line ul li + li {
        margin-right: 1.95rem;
        margin-top: 1px;
    }

    .top-line ul li:hover a {
        color: #32b1ca;
    }

    .top-line ul a {
        font-size: 1.18rem;
        font-weight: bold;
        text-transform: uppercase;
        color: #1e1e1e;
        transition: color 0.2s;
    }

    .top-line .en {
        margin-top: 0px;
    }

    .top-line .en a {
        font-size: 0.99rem;
    }

    .top-line .play-btn {
        display: none;
    }

    .top-line .social-links {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-bottom: 1.5rem;
        margin-left: 1.7%;
    }

    .top-line .social-links a + a {
        margin-right: 1.15rem;
    }

    .top-line .social-links a + a + a {
        margin-right: 1.35rem;
    }

    .top-line .social-links a[aria-label="facebook"] img, .top-line .social-links a:nth-child(2) img {
        height: 26px;
    }

    .top-line .social-links a[aria-label="soundcloud"] img, .top-line .social-links a:nth-child(1) img {
        height: 17px;
        margin-top: -2px;
    }

    .top-line .social-links a[aria-label="youtube"] img, .top-line .social-links a:nth-child(3) img {
        height: 29px;
    }

    .toggle-menu {
        /*padding: 1.7rem 1.875rem 2.1rem;*/
        border-left: 1px solid #eaeaea;
        padding: 0;
        width: 88px;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .toggle-menu a {
        width: auto;
        height: auto;
    }

    /*.main-header-search{*/
    /*    left: auto;*/
    /*    right: 124px;*/
    /*    margin: 0;*/
    /*    justify-content: start;*/
    /*    max-width: 270px;*/
    /*    width: 32.791%;*/
    /*}*/

    .top-search {
        padding: 2rem 1.9rem 1.6rem 1rem;
    }

    .top-search .algolia-autocomplete{
        right: 0;
    }

    .search-results {
        right: 0;
        position: absolute;
        width: 100%;
        text-align: right;
        z-index: 99999999;
        background-color: #fff;
        height: auto;
        padding: 33px 35px 28px;
    }

    .search-results a {
        display: block;
        color: #000;
        font-size: 18px;
        margin-bottom: 18px;
        font-weight: 600;
    }

    .search-results a:last-child {
        margin-bottom: 0;
    }

    .search.search-results {
        height: auto;
    }

    .search-no-results .grid .flex > h2, .result-page .grid .flex > h2{
        margin: 2px 10px 0 0;
    }

    .search-wrapper {
        top: 0;
        left: unset;
        right: 0;
        padding: 0 1rem 0 0;
    }

    .search-wrapper form,
    .search-wrapper div {
        height: 100%;
    }

    .search-wrapper div input[type="submit"] {
        display: block;
        top: 30px;
        right: 0;
    }

    .search-wrapper div input[type="text"] {
        height: 100%;
        border-bottom: 0;
        padding: 0 2em 0 7em;
    }

    .search-wrapper div input[type="text"]:focus {
        outline: none !important;
    }

    .search-close {
        display: block;
    }

    /*.search-inner.active .algolia-autocomplete {*/
    /*    top: 43px!important;*/
    /*}*/

    .algolia-autocomplete .aa-dropdown-menu{
        padding: 10px 10px 18px;
    }

    .algolia-autocomplete .aa-dropdown-menu .autocomplete-header {
        margin: 0 0 14px 0;
    }

    .algolia-autocomplete .autocomplete-header-title{
        margin: 0 23px 0 0;
        font: 400 20px/24px "almoni-tzar", Arial, sans-serif!important;
    }

    .autocomplete-header-title::before{
        right: -12px;
    }

    .algolia-autocomplete .aa-dropdown-menu > div{
        padding: 20px 0 15px;
    }

    /*.algolia-autocomplete .aa-dropdown-menu a.suggestion-link{*/
    /*    padding: 0 14px;*/
    /*}*/

    .search-no-results #main-content .grid:nth-child(3) .flex > img,
    .result-page #main-content .grid:nth-child(3) .flex > img{
        margin: -1px 0 0 0;
        height: 28px;
    }

    .search-no-results #main-content .grid:nth-child(4) > .flex,
    .result-page #main-content .grid:nth-child(4) > .flex{
        margin: 98px 0 32px 0;
    }


    .result-page .episodes-slider .grid-body .allready-cuted, .result-page .podcasts-slider .grid-body .allready-cuted, .search-no-results .episodes-slider .grid-body .allready-cuted, .search-no-results .podcasts-slider .grid-body .allready-cuted {
        margin: 27px 0 0 0;
    }

    .search-no-results #main-content .grid:nth-child(5) > .flex,
    .result-page #main-content .grid:nth-child(5) > .flex{
        margin: 84px 0 30px 0;
    }

    .search-no-results #main-content .grid:nth-child(5) .flex > h2,
    .result-page #main-content .grid:nth-child(5) .flex > h2{
        margin: 10px 10px 0 0;
    }

    .search-no-results #main-content .grid:nth-child(4) .grid-item .grid-body,
    .search-no-results #main-content .grid:nth-child(5) .grid-item .grid-body,
    .result-page #main-content .grid:nth-child(4) .grid-item .grid-body,
    .result-page #main-content .grid:nth-child(5) .grid-item .grid-body{
        /*margin: -8px 0 7px 0;*/
        margin: -11px 0 7px 0;
    }

    .search-no-results .grid .flex, .result-page .grid .flex {
        margin: 10px 0 20px 0;
    }

    .result-page .grid .ais-Hits-item h3.flex, .result-page .grid .ais-InfiniteHits-item h3.flex{
        margin: 0;
    }

    .search-no-results #main-content .grid:nth-child(6) > .flex, .result-page #main-content .grid:nth-child(6) > .flex {
        margin: 83px 0 41px 0;
    }

    .search-no-results #main-content .grid:nth-child(6) > .flex > h2, .result-page #main-content .grid:nth-child(6) > .flex > h2 {
        margin: 10px 10px 0 0;
    }

    .search-no-results #main-content .grid:nth-child(4) .all-shows-slider .slick-slide .flex,
    .result-page #main-content .grid:nth-child(4) .all-shows-slider .slick-slide .flex,
    .program-list .ais-InfiniteHits-item > div > .flex{
        margin: 11px 0 0 0;
    }

    .search-no-results #main-content .grid:nth-child(4) .all-shows-slider .slick-slide > div > p,
    .result-page #main-content .grid:nth-child(4) .all-shows-slider .slick-slide > div > p,
    .program-list .ais-InfiniteHits-item > div > p{
        margin: 24px 0 0 0;
        font-size: 14px;
        line-height: 23px;
        display: block;
    }

    .search-no-results #main-content .grid:nth-child(4) .all-shows-slider, .result-page #main-content .grid:nth-child(4) .all-shows-slider {
        margin: -15px auto 7px;
    }

    .result-page .grid:nth-child(3) > .flex, .search-no-results .grid:nth-child(3) > .flex {
        margin: 68px 0 32px 0;
    }

    .result-page .slick-slide, .search-no-results .slick-slide{
        margin: 0 12.5px 0;
    }

    .search-no-results #main-content .grid:nth-child(3) .all-shows-slider, .result-page #main-content .grid:nth-child(3) .all-shows-slider{
        margin: -15px auto -2px;
    }

    .result-page .all-shows td:nth-child(2), .search-no-results .all-shows td:nth-child(2), .result-page .all-shows td:last-child, .search-no-results .all-shows td:last-child {
         padding-top: 0;
    }

    .search-no-results #main-content .grid:nth-child(4) .episodes-slider, .search-no-results #main-content .grid:nth-child(5) .podcasts-slider, .result-page #main-content .grid:nth-child(4) .episodes-slider, .result-page #main-content .grid:nth-child(5) .podcasts-slider {
        margin: 0 auto 25px;
    }

    .result-page .all-shows .all-shows-slider .slick-slide td img, .search-no-results .all-shows .all-shows-slider .slick-slide td img {
         height: auto;
    }

    /*.result-page .all-shows .all-shows-slider .slick-slide td img, .search-no-results .all-shows .all-shows-slider .slick-slide td img, .result-page .all-shows .all-shows-slider .slick-slide > div > a img, .search-no-results .all-shows .all-shows-slider .slick-slide > div > a img, .result-page .episodes-slider .grid-header, .search-no-results .episodes-slider .grid-header, .result-page .podcasts-slider .podcast-header, .search-no-results .podcasts-slider .podcast-header {*/
    /*    height: 8.542vw;*/
    /*}*/

    #main-content .grid:nth-child(5) .grid-item .grid-body p,
    .search-no-results #main-content .grid:nth-child(6) .grid-item .grid-body p,
    .result-page #main-content .grid:nth-child(5) .grid-item .grid-body p,
    .result-page #main-content .grid:nth-child(6) .grid-item .grid-body p,
    .result-page .search-posts .ais-Hits-item .grid-body p, .search-no-results .search-posts .ais-Hits-item .grid-body p,
    .result-page .search-posts .ais-InfiniteHits-item .grid-body p, .search-no-results .search-posts .ais-InfiniteHits-item .grid-body p{
        /*margin: 27px 0 0 0;*/
        margin: 17px 0 0 0;
        font-size: 14px;
        line-height: 23px;
    }

    .result-page .search-posts .ais-InfiniteHits-item .grid-body p{
        margin: 24px 0 0 0;
    }

    .single-slide .broadcasters-slider .broadcasters-item a {
        margin: 17px 30px 0;
        justify-content: flex-start;
    }

    .result-page .episodes-slider{
        /*margin: 0 auto -3px;*/
        margin: 0 auto -11px;
    }

    .result-page .podcasts-slider{
        /*margin: 0 auto 8px;*/
        margin: 0 auto 12px;
    }

    .single-slide .broadcasters-slider .broadcastername{
        margin: 29px 0 0 0;
    }

    .search-toggle {
        width: 1rem;
        height: 1rem;
        background-repeat: no-repeat;
        background-position: center;
    }

    .program-time, .program-name, .program-descr, .program-presenter {
        line-height: 30px;
    }

   .main-header .algolia-autocomplete{
        width: calc(100% - 85px)!important;
    }

    .main-menu {
        max-width: 276px;
        width: 100%;
        padding: 4.75rem 0 0;
    }

    .main-menu .menu-holder {
        padding: 2.35rem 2.3rem 1.4rem 2.3rem;
    }

    .main-menu ul {
        padding: 0;
    }

    .main-menu ul + ul {
        margin-top: 1.25rem;
        padding-top: 1.4rem;
    }

    .main-menu ul:last-of-type {
        margin-top: 1.25rem;
        padding-top: 1.4rem;
    }

    .main-menu ul:last-of-type li + li {
        margin-top: 1.2rem;
    }

    .main-menu .menu-img img {
        width: 38px;
    }

    .main-menu .menu-img-2 img {
        width: 73px;
    }

    .main-menu li + li {
        margin-top: 1.485rem;
    }

    .main-menu a {
        font-size: 1.125rem;
    }

    .main-menu a span.en {
        font-size: 13px;
        font-weight: 600;
    }

    .close-menu {
        top: 1.5rem;
        right: 2rem;
        width: 25px;
        height: 25px;
        background: #fff;
    }

    .close-menu span {
        -ms-transform: none;
        transform: none;
        height: 100%;
        background-color: #fff;
        background-image: url("../images/ico-x.svg");
        background-size: cover;
        top: 4px;
    }

    .close-menu span::after {
        display: none;
    }

    .logo {
        position: absolute;
        left: 50%;
        top: 53%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
    }

    .logo a {
        width: 9.1875rem;
        height: 3.25rem;
        background-size: 6.25rem 2.1875rem, 2.625rem 3.125rem;
        background-position: -0.125rem 0.4375rem, 6.4375rem 0;
    }
    .additional-logo a {
        width: 45px;
        height: 49px;
        background-size: contain;
        background-position: 50% 50%;
    }

    .live {
        position: fixed;
        top: 76px;
        left: 0;
        z-index: 9;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 16rem;
        width: 100%;
        height: 76px;
    }

    .home-page .live {
        display: -ms-flexbox;
        display: flex;
    }

    .live-row {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .live-row + .live-row {
        margin-right: 0.8rem;
        border: 0;
    }

    .live span {
        top: 0;
        letter-spacing: 0;
    }

    .live p {
        font-size: 1.1875rem;
        letter-spacing: 2.7px;
    }

    .live p span {
        position: relative;
        display: inline;
        margin-right: 19px;
        color: inherit;
        letter-spacing: 1px;
    }

    .live p span::before {
        content: '';
        position: absolute;
        top: 2px;
        right: -9px;
        display: inline-block;
        width: 1px;
        height: 17px;
        background-color: currentColor;
    }

    .live .play-btn {
        position: absolute;
        bottom: -58%;
        left: 3.25%;
        width: 111px;
        height: 111px;
        margin: 0;
        /* border: 6px solid $theme-color; */
        background-size: auto;
    }

    .hero-section h1 {
        top: 10.8%;
        font-size: 3.75rem;
    }

    .performer-page .hero-section h1 {
        padding-bottom: 1.55rem;
    }

    .performer-page .hero-section h1::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 2rem;
        height: 2px;
        background-color: #fff;
    }

    .hero-section > p {
        top: 27.5%;
        max-width: 460px;
        font-size: 1.5rem;
    }

    .performer-page .hero-section > p {
        top: 33%;
        max-width: 440px;
    }

    .category .grid h2 {
        margin-bottom: 2.7rem;
    }

    .category .grid h2 img {
        top: -0.35rem;
        margin-right: 21px;
        position: relative;
    }

    .category .grid .addthis_tool {
        display: none;
    }

    .category .grid li, .category .grid-wrapper > div {
        margin-bottom: 2.65rem;
        padding-bottom: 18px;
    }

    .category .grid li::after, .category .grid-wrapper > div::after {
        content: '';
        display: block;
        width: 1220px;
        border-bottom: 1px solid #e2e2e2;
        bottom: 0;
        position: absolute;
    }

    .category .grid li:nth-last-of-type(1), .category .grid li:nth-last-of-type(2), .category .grid li:nth-last-of-type(3),
    .category .grid-wrapper > div:nth-last-of-type(1), .category .grid-wrapper > div:nth-last-of-type(2), .category .grid-wrapper > div:nth-last-of-type(3){
        margin-bottom: 0;
    }

    .category .grid li:nth-last-of-type(1)::after, .category .grid li:nth-last-of-type(2)::after, .category .grid li:nth-last-of-type(3)::after,
    .category .grid-wrapper > div:nth-last-of-type(1)::after, .category .grid-wrapper > div:nth-last-of-type(2)::after, .category .grid-wrapper > div:nth-last-of-type(3)::after{
        display: none;
    }

    .category .grid hr {
        margin: 0 0 2.65rem;
        display: none;
    }

    .category .grid .show-more {
        margin: 1.8rem auto 30px;
        /*margin: 1.8rem auto 0;*/
    }

    .tax-show-tag .grid h2 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: normal;
        color: #32b1ca;
        margin-bottom: 2.7rem;
    }

    .broadcast {
        position: relative;
        margin-bottom: 5rem;
        padding: 1.7rem 0.7rem 0;
    }

    .broadcasters-header{
        margin: 2rem auto 5.875rem;
    }

    .search-resaults  .broadcasters-header{
        margin: 31px auto 103px;
    }


    /*.grid.three-items .show-more{*/
    /*    margin: 31px auto 65px;*/
    /*}*/


    .page-icon {
        height: 48px;
    }

    .search-resaults .page-icon{
        height: 44px;
        margin: -1px 0 0px 0;
    }

    .broadcast-descr {
        top: -14%;
        font-size: 2.75rem;
        border-width: 5px;
    }

    .broadcast-team {
        position: static;
        margin-top: -1.8rem;
        -ms-transform: translateY(3rem);
        transform: translateY(3rem);
    }

    .broadcast h2 {
        margin-bottom: 4px;
        font-size: 3.25rem;
    }

    .broadcast p {
        font-size: 2.4375rem;
    }

    .broadcast .btn {
        bottom: 2rem;
        width: 17.5rem;
        height: 3.6875rem;
        font-size: 1.75rem;
        font-weight: normal;
    }


    .broadcasters p, .broadcasters-slider .broadcasters-item p {
        font: 1rem/1.25rem "almoni-tzar", Arial, sans-serif;
    }

    section h2,
    section h1 {
        font-size: 2.5rem;
    }

    .ondemand {
        padding-top: 2.3rem;
    }

    .ondemand h2 {
        margin-bottom: 2.8rem;
        font-size: 2.75rem;
    }

    .ondemand p {
        margin-top: 1.1rem;
        padding: 0 3%;
        font-size: 1.375rem;
        font-weight: 300;
    }

    .ondemand img {
        /*max-width: 4.6875rem;
      height: 100%;*/
        max-height: 4.6875rem;
    }

    .search {
        padding-top: 1.5rem;
        padding-bottom: 4rem;
    }

    .search h2 {
        display: none;
    }

    .search-inner {
        height: 43px;
    }

    .search-inner input[type="text"] {
        font-size: 1.4rem;
        font-weight: 300;
    }

    .search-inner input[type="text"]::-webkit-input-placeholder {
        font-size: inherit;
        font-weight: 300;
        opacity: 0.7;
    }

    .search-inner input[type="text"]:-moz-placeholder {
        font-size: inherit;
        font-weight: 300;
        opacity: 0.7;
    }

    .search-inner input[type="text"]::-moz-placeholder {
        font-size: inherit;
        font-weight: 300;
        opacity: 0.7;
    }

    .search-inner input[type="text"]:-ms-input-placeholder {
        font-size: inherit;
        font-weight: 300;
        opacity: 0.7;
    }

    .search-inner input[type="submit"] {
        opacity: 0.6;
        background-position: 62% 50%;
        background-size: 50%;
    }

    .grid {
        padding-top: 3.15rem;
        padding-bottom: 4.7rem;
        padding-right: 15px;
        padding-left: 15px;
    }

    .grid:last-of-type {
        padding-bottom: 0;
    }

    .grid.two-items:last-of-type ul:last-of-type {
        border-bottom: none;
    }

    .grid.two-items .grid-item .grid-header::before {
        height: 100%;
        background: rgba(26, 26, 26, 0.85) url(../images/ico--play-lg.png) no-repeat 51% 50%;
        background-size: 92px;
    }

    .grid.two-items .grid-item .title {
        height: 106px;
        padding: 1rem 1.3rem 1.1rem;
    }

    .grid.two-items .grid-item .title h3 {
        font-size: 26px;
    }

    .grid.two-items .grid-item .title div {
        margin-top: 1.25rem;
    }

    .grid.two-items .grid-item .title div span {
        font-size: 21px;
    }

    .grid.two-items .grid-item .title div span::before {
        top: 0.5rem;
        right: -1.9rem;
        width: 5px;
        height: 5px;
        position: absolute;
    }

    .grid.two-items .grid-item .title div span + span {
        margin-right: 2.8rem;
    }

    .grid.two-items .grid-item .title div span:last-child {
        margin-right: 2.8rem;
    }

    .grid.two-items .grid-item p {
        margin-top: 1rem;
        font-size: 19px;
        line-height: 1.35;
    }

    .grid.two-items .grid-item .social {
        top: 16.5%;
        left: calc(100% - 8.5rem);
    }

    .grid.two-items .grid-body {
        padding-top: 2.2rem;
    }

    .grid.two-items .grid-body span {
        letter-spacing: 0.1px;
    }

    .grid hr {
        display: none;
        margin: 0 0 4.1rem;
        border-color: transparent;
        border-bottom-color: #e2e2e2;
        background: none;
    }

    .grid ul:last-of-type hr:last-child,
    .grid-wrapper:last-of-type hr:last-child{
        display: none;
        margin: 0 0 4.1rem;
    }

    .grid h2 {
        margin-bottom: 2.9rem;
    }

    .grid h2 + p {
        margin: -2.8rem 0 3.2rem;
        font-size: 1.375rem;
    }

    .grid li, .grid-wrapper > div{
        margin-bottom: 1.17rem;
    }

    .search-no-results .grid > h2, .result-page .grid > h2{
        font-size: 33px;
        margin: 63px 0 0 0;
    }

    .search-no-results #main-content .grid:nth-child(2) > .flex, .result-page #main-content .grid:nth-child(2) > .flex {
        margin: 67px 0 0 0;
    }

    .grid-item {
        padding-bottom: 0;
    }

    .grid-item .title {
        height: 69px;
        padding: 0.75rem 0.9rem 0.4rem;
    }

    .result-page .grid-item .title, .search-no-results .grid-item .title{
        display: flex;
        justify-content: flex-start;
        padding: 11px 10px 0.4rem;
        height: 58px;
    }

    .result-page .podcasts-slider .grid-item .title, .search-no-results .podcasts-slider .grid-item .title{
        justify-content: center;
    }

    .result-page .grid-item .grid-header .title h3, .search-no-results .grid-item .grid-header .title h3,
    .result-page .grid-item .grid-header .title h3 > a, .search-no-results .grid-item .grid-header .title h3 > a{
        font-size: 14px;
        line-height: 15px;
        margin: 0 0 2px 0;
    }

    .result-page .podcasts-slider .grid-item .grid-header .title h3, .search-no-results .podcasts-slider .grid-item .grid-header .title h3,
    .result-page .podcasts-slider .grid-item .grid-header .title h3 > a, .search-no-results .podcasts-slider .grid-item .grid-header .title h3 > a{
        line-height: 1.35;
    }

    .grid-item .title div {
        margin-top: 0.65rem;
    }

    .result-page .grid-item .grid-header .title div, .search-no-results .grid-item .grid-header .title div{
        margin: 5px 0 0 0;
    }

    .result-page .grid-item .grid-header div a, .search-no-results .grid-item .grid-header div a,
    .result-page .grid-item .grid-header div span, .search-no-results .grid-item .grid-header div span,
    .result-page .grid-item .grid-header div span > span, .search-no-results .grid-item .grid-header div span > span{
        font-size: 13px;
    }

    .grid-item .title div span {
        letter-spacing: 0.6px;
        font-size: 15px;
        font-weight: 300;
    }

    .grid-item .title div span::before {
        top: 0.35rem;
        right: -0.55rem;
    }

    .grid-item .title div span + span {
        margin-right: 0;
    }

    .grid-item .title div span:only-child {
        margin-right: 0 !important;
    }

    .grid-item .social {
        display: inline-block;
        position: static;
        bottom: unset;
        /*margin-right: 24px;*/
        margin-right: 0;
    }

    .grid-item .social a + a {
        margin-right: 1.4em;
        position: relative;
    }

    .grid-item .social a + a::before {
        content: '';
        height: 100%;
        width: 1px;
        background-color: #8b8b8b;
        opacity: 0.8;
        position: absolute;
        right: -14px;
    }

    .grid-item p {
        margin-top: 0.45rem;
    }

    .grid-item .btn {
        display: none;
    }

    .grid-item:not(.expanded) .grid-header::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background-color: rgba(26, 26, 26, 0.85);
        background-image: url("../images/overlay-play-new.svg");
        background-repeat: no-repeat;
        background-position: 51.7% 50%;
        background-size: 60px 60px;
        opacity: 0;
        transition: opacity 0.3s;
    }

    .grid-item:not(.expanded) .grid-header:hover::before {
        opacity: 1;
    }

    .grid-item:not(.expanded) .grid-header:hover .title {
        background: transparent;
    }

    .grid-item:not(.expanded) .grid-header:hover .title h3,
    .grid-item:not(.expanded) .grid-header:hover .title div {
        position: relative;
        z-index: 1;
    }

    .grid-item.expanded p {
        max-width: 576px;
        margin-top: 1.9rem;
        line-height: 1.7;
    }

    .grid-item.expanded .grid-body {
        margin-top: 2.25rem;
        padding-top: 1.1rem;
        padding-bottom: 2.5rem;
        border-top: 1px solid #bfbfbf;
        border-bottom: 1px solid #bfbfbf;
    }

    .grid-item.expanded .social {
        top: 1.7rem;
        left: 0.25rem;
    }

    .grid-item.expanded .social::after {
        content: none;
    }

    .grid-body {
        position: relative;
        padding-top: 1.2rem;
        padding-bottom: 1.6rem;
    }

    .result-page .grid-body{
        padding-top: 6px;
    }

    .result-page .podcasts-slider .grid-body{
        padding-top: 1.2rem;
    }

    .grid-body span {
        letter-spacing: 0.3px;
    }

    .grid-body span + span {
        margin-right: 0;
        margin-left: 0.6em;
    }

    .grid-body span + span::before {
        right: -0.5rem;
    }

    .grid-body > div {
        display: inline-block;
        vertical-align: middle;
    }

    .grid-body > div:first-of-type {
        margin-top: 2px;
    }

    .result-page .grid-body > div:not(.grid-body-panel){
        margin: 15px 0 3px 0;
    }

    .result-page .grid-body > .grid-body-panel{
        margin: 11px 0 3px 0;
    }

    .podcasts-slider .slick-slide .grid-body .date-holder {
        margin: -10px 0 0 0;
    }

    .result-page .podcasts-slider .grid-body .allready-cuted:nth-child(2){
        margin: 24px 0 0 0;
    }

    .grid ul, .grid-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow: hidden;
    }

    .grid li, .grid-wrapper > div, .grid.three-items .grid-wrapper > div {
        width: calc(100% / 3 - 18px);
        margin-left: 27px;
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 66px;
    }

    .grid li:nth-of-type(2n), .grid-wrapper > div:nth-of-type(2n), .grid.three-items .grid-wrapper > div:nth-of-type(2n) {
        margin-left: 27px;
    }

    .grid.three-items .grid-wrapper > div:nth-of-type(3n) {
        margin-left: 0;
    }

    /*.result-page .grid li:nth-last-of-type(1),  .search-no-results .grid li:nth-last-of-type(1){*/
    /*    margin: 0;*/
    /*}*/

    .result-page .grid li, .result-page .grid .all-shows .all-shows-slider li, .result-page .grid .all-shows .all-shows-slider li:nth-child(4n+4),
    .result-page .grid .all-shows .all-shows-slider li:first-child,.result-page .grid .all-shows .all-shows-slider li:nth-child(4n+5),
    .result-page .grid-wrapper > div, .result-page .grid li:nth-of-type(3n),
    .result-page .grid li:nth-last-of-type(1), .result-page .grid li:nth-last-of-type(2), .result-page .grid li:nth-last-of-type(3),
    .result-page .grid-wrapper > div:nth-last-of-type(1), .result-page .grid-wrapper > div:nth-last-of-type(2), .result-page .grid-wrapper > div:nth-last-of-type(3){
        padding: 0 12.5px 0.6rem;
        margin: 0;
        list-style: none;
    }

    .result-page .grid .all-shows .all-shows-slider li{height: auto!important;}

    .result-page .single-slide .all-shows-slider .slick-active,
    .result-page .single-slide .episodes-slider .slick-active,
    .result-page .single-slide .podcasts-slider .slick-active{
        margin: 0 auto;
    }

    .grid li:nth-of-type(3n), .grid-wrapper > div:nth-of-type(3n) {
        margin-left: 0;
    }

    .grid li::after, .grid-wrapper > div::after {
        content: '';
        display: block;
        width: 1250px;
        border-bottom: 1px solid #e2e2e2;
        bottom: 0;
        position: absolute;
    }

    .grid li:nth-last-of-type(1), .grid li:nth-last-of-type(2), .grid li:nth-last-of-type(3),
    .grid-wrapper > div:nth-last-of-type(1), .grid-wrapper > div:nth-last-of-type(2), .grid-wrapper > div:nth-last-of-type(3),
    .grid.three-items .grid-wrapper > div:nth-last-of-type(1), .grid.three-items .grid-wrapper > div:nth-last-of-type(2), .grid.three-items .grid-wrapper > div:nth-last-of-type(3), .grid.three-items .grid-wrapper > div:nth-last-of-type(4){
        margin-bottom: 0;
    }

    .grid li:nth-last-of-type(1)::after, .grid li:nth-last-of-type(2)::after, .grid li:nth-last-of-type(3)::after,
    .grid-wrapper > div:nth-last-of-type(1)::after, .grid-wrapper > div:nth-last-of-type(2)::after, .grid-wrapper > div:nth-last-of-type(3)::after,
    .grid.three-items .grid-wrapper > div:nth-last-of-type(1)::after, .grid.three-items .grid-wrapper > div:nth-last-of-type(2)::after, .grid.three-items .grid-wrapper > div:nth-last-of-type(3)::after,
    .grid.three-items .grid-wrapper div:nth-last-of-type(1)::after,
    .grid.three-items .grid-wrapper div:nth-last-of-type(2)::after,
    .grid.three-items .grid-wrapper div:nth-last-of-type(3)::after,
    .grid.three-items .grid-wrapper div:nth-last-of-type(4)::after{
        display: none;
    }

    .social a {
        width: 1.65rem;
    }

    .channels {
        position: relative;
        padding-top: 3.1rem;
        padding-bottom: 3.15rem;
    }

    .channels-wrapper {
        max-width: 1200px;
        margin: 0 auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 25px;
    }

    .channels-wrapper:last-child {
        margin-bottom: 0;
    }

    .channels h2 + p {
        margin-bottom: 3.2rem;
        font-size: 1.25rem;
    }

    .channels span,
    .channels a {
        margin: 0;
    }

    .channels img {
        width: auto;
    }

    .channels .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0.75rem 3.4rem 0;
        float: none;
        width: 25%;
    }

    .channels .row > span {
        width: 68px;
        height: 62px;
    }

    .channels .row .en {
        font-size: 12px;
        text-transform: uppercase;
    }

    .channels p {
        margin: 0.85rem 0 3.05rem;
    }

    .channels a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 2.8125rem;
        font-size: 1.375rem;
        font-weight: normal;
    }

    .who {
        max-width: 1200px;
        margin: 0 auto;
        padding-top: 3.9rem;
        padding-bottom: 2.5rem;
    }

    .person-slider {
        max-width: 1035px !important;
    }

    .who h2 {
        margin-bottom: 2rem;
    }

    .three-items .grid-item .title span + span::before {
        display: inline-block;
        margin: 0 4px 0 5px;
        vertical-align: middle;
        position: static;
    }

    .footer-rows {
        padding-left: 0;
        padding-right: 0;
    }

    .footer-rows div {
        width: 100%;
        text-align: center;
    }

    .footer-rows div:first-of-type {
        padding-left: 0;
        padding-right: 0;
    }

    .footer-rows div:last-of-type li {
        padding: 0.2rem 1.5rem 0;
    }

    .footer-rows h2 {
        margin-bottom: 0.35rem;
        border-bottom: 0;
    }

    .footer-rows ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer-rows a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        font-size: 16px;
        white-space: nowrap;
    }

    .footer-rows a > span:first-child {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        margin-top: 3px;
    }

    .footer-rows a img {
        width: 100%;
    }

    .footer-rows a .en {
        font-size: 11px !important;
    }

    .footer-rows li + li {
        position: relative;
        margin-top: 0;
    }

    .footer-rows li + li::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background-color: #32b1ca;
    }

    .footer-rows li.icon-star img {
        width: 20px;
    }

    .footer-rows li img {
        position: static;
        -ms-transform: none;
        transform: none;
    }

    .footer-bottom {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 1.45rem 0 1.4rem;
    }

    .footer-bottom h2 {
        display: none;
    }

    .footer-bottom ul {
        display: -ms-flexbox;
        display: flex;
        padding-left: 1rem;
    }

    .footer-bottom li {
        position: relative;
    }

    .footer-bottom li::before {
        content: '';
        position: absolute;
        top: -1px;
        left: -0.6rem;
        width: 2px;
        height: 15px;
        background: url("../images/separator.png") no-repeat;
    }

    .footer-bottom li + li {
        margin-right: 1rem;
    }

    .footer-bottom a,
    .footer-bottom strong,
    .footer-bottom span {
        letter-spacing: 1px;
    }

    .apps {
        padding-top: 2rem;
    }

    .apps h2 {
        margin-bottom: 1.25rem;
    }

    .apps a {
        height: 39px;
    }

    .app-store {
        background-size: 102px 27px;
    }

    .google-play {
        background-size: 129px 24px;
    }

    .copyright {
        padding: 0.8rem 1.4rem;
    }

    .copyright div {
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: none;
        text-align: left;
    }

    .copyright span {
        display: inline-block;
        vertical-align: middle;
    }

    .copyright ul {
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

    .copyright ul:first-child {
        display: -ms-flexbox;
        display: flex;
    }

    .copyright ul + ul {
        margin-right: 5.9rem;
    }

    .copyright ul + ul li + li {
        margin-right: 0.3rem;
    }

    .copyright ul + ul li + li.menu-item a {
        padding-left: 5px;
        padding-right: 3px;
    }

    .copyright ul img {
        display: inline-block;
        margin-right: 5px;
    }

    .copyright li + li::before {
        top: -1px;
        /*-ms-transform: translateY(-50%);*/
        /*transform: translateY(-50%);*/
        right: -2px;
        width: 1px;
        height: 11px;
        margin: 0;
    }

    .copyright li,
    .copyright a {
        font-size: 14px;
        letter-spacing: 0.3px;
    }

    .copyright .menu-item a {
        padding-left: 16px;
    }

    .copyright .menu-item a.menu-image-title-before.menu-image-not-hovered img {
        padding-left: 7px;
        max-width: 25px;
        padding-right: 3px;
        display: inline-block;
        vertical-align: middle;
        margin-top: -1px;
        margin-left: -20px;
    }

    .program-list-page #wrapper {
        padding-bottom: 0;
    }

    .program-list-page .grid.two-items {
        margin-bottom: 1.8rem;
    }

    .program-page #wrapper {
        padding-top: 76px;
        padding-bottom: 0;
    }

    .program-page .hero-section {
        height: 540px;
        overflow: hidden;
    }

    .program-page .hero-section picture {
        position: relative;
        z-index: 1;
    }

    .program-page .hero-section::before {
        content: '';
    }

    .program-page .hero-section h1 {
        padding-bottom: 0;
        font-size: 2.5rem;
    }

    .program-page .hero-section h1::after {
        display: none;
    }

    .program-page .hero-section p {
        position: relative;
        margin-top: 1.5rem;
        padding-top: 1.8rem;
        font-size: 1.25rem;
        line-height: 1.35;
    }

    .program-page .hero-section p::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0.125rem;
        width: 2rem;
        height: 2px;
        background-color: currentColor;
    }

    .program-page .hero-section span {
        display: block;
        margin-top: 0.55rem;
        font-size: 1.375rem;
        font-weight: 300;
    }

    .program-page .hero-section h1,
    .program-page .hero-section p {
        max-width: 360px;
    }

    .program-page .hero-section img {
        width: 100%;
        min-height: 0;
        height: 100%;
    }

    .program-page .grid.two-items {
        margin-bottom: 1.8rem;
    }

    .program-txt {
        position: absolute;
        top: 12.45rem;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
        padding: 0 15px 0 0;
        color: #000;
        background-color: transparent;
    }

    .program-txt::before {
        content: none;
    }

    .broadcasters {
        margin-bottom: 43px;
        padding: 3.2rem 0.9375rem 0;
    }

    .broadcasters-list {
        padding: 0;
    }

    .search-no-results .broadcasters-slider, .result-page .broadcasters-slider {
        /*margin: 44px auto 36px;*/
        margin: 44px auto;
    }

    .search-no-results .grid .flex > img, .result-page .grid .flex > img, .result-page #main-content .grid:nth-child(4) .flex > img {
        height: 28px;
    }

    .broadcasters-header, .main-content-header,
    .post-type-archive-program .grid > .flex,
    .post-type-archive-show .grid > .flex,
    .post-type-archive-podcast .grid > .flex{
        flex-direction: column-reverse;
    }

    .post-type-archive-program .grid > .flex,
    .post-type-archive-show .grid > .flex,
    .post-type-archive-podcast .grid > .flex{
        margin: 30px 0 12px 0px;
    }

    .broadcasters h1, .all-shows-page .main-content-header h1,
    .post-type-archive-program .grid .flex > h1,
    .post-type-archive-show  .grid .flex > h1,
    .post-type-archive-podcast .grid .flex > h1,
    .search-no-results .search-posts .three-items .flex > h1,
    .result-page .search-posts .three-items .flex > h1{
        margin: 0 0 0.75rem 0;
        color: #1a1a1a;
        font-size: 2.25rem;
        letter-spacing: 2.69px;
        font-weight: 500;
    }

    .broadcasters-item {
        width: 25%;
        margin-bottom: 80px;
    }

    .main-content-header img, .post-type-archive-program .grid .flex > img,
    .post-type-archive-show  .grid .flex > img,
    .post-type-archive-podcast .grid .flex > img{
        height: 48px;
        margin: 0;
    }

    /*.all-shows-page .all-programs-shadranim-methalfim{*/
    /*    font-size: 22px;*/
    /*}*/

    .broadcasters-img, .search-no-results .broadcasters-img, .result-page .broadcasters-img{
        width: 160px;
        height: 160px;
        border: none;
        margin: 0 auto 17px;
    }

    .search-no-results .grid.single-slide .broadcasters-img, .result-page .grid.single-slide .broadcasters-img{
        width: 143px;
        height: 143px;
    }

    .broadcasters-img img {
        width: 100%;
        height: 100%;
    }

    .broadcasters h2, .broadcasters-slider .broadcasters-item h2{
        position: relative;
        letter-spacing: 0.2px;
    }

    .broadcasters h2::after {
        content: none;
        position: absolute;
        bottom: -0.45rem;
        right: 0;
        width: 0.875rem;
        height: 1px;
        background-color: #fff;
    }

    .broadcasters p, .broadcasters-slider .broadcasters-item p {
        font-size: 0.875em;
        line-height: 1.2;
        transition: all .3s ease;
    }

    .broadcasters .show-more {
        float: none;
        display: block;
        width: 11.3125rem;
        height: 2.4375rem;
        margin: -13px auto 22px;
        font-size: 1.3125rem;
        line-height: 2.4375rem;
        text-align: center;
        text-decoration: none;
        transition: background 0.2s;
    }


    .broadcaster-page #wrapper {
        padding-bottom: 0;
    }

    .broadcaster-page #main-content {
        padding-bottom: 0;
    }

    .broadcaster-page .hero-section {
        margin-bottom: 8.5rem;
        padding-top: 2.5rem;
        padding-bottom: 0.3rem;
    }

    .broadcaster-page .hero-section h1 {
        font-size: 2.5rem;
    }

    .broadcaster-page .hero-section h1 + p {
        margin-top: 0.45rem;
    }

    .broadcaster-page .hero-section .broadcaster {
        -ms-transform: translateY(27.5%);
        transform: translateY(27.5%);
        width: 19.5rem;
        height: 19.5rem;
        margin-top: -2.1rem;
    }

    .broadcaster-page .grid.two-items {
        margin-bottom: 1.8rem;
    }

    .broadcaster-descr {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 1170px;
        margin: 0 auto;
        padding: 0;
        border-top: 1px solid #bfbfbf;
        border-bottom: 1px solid #bfbfbf;
        padding-bottom: 2px;
    }

    .broadcaster-descr .programs ul {
        padding: 0;
        margin: 0;
        position: relative;
        display: inline-block;
    }

    .broadcaster-descr .programs ul::before {
        content: '';
        width: 1px;
        height: calc(100% - 7px);
        background: #bfbfbf;
        right: 0;
        top: 3px;
        position: absolute;
    }

    .broadcaster-descr .programs ul + ul {
        margin-right: 12px;
    }

    .broadcaster-descr .programs ul li {
        list-style: none;
    }

    .broadcaster-descr .programs ul li:not(:last-child) {
        margin-bottom: 7px;
    }

    .broadcaster-descr .row {
        width: 49.7%;
        padding: 1.3rem 0 1.8rem;
        border: 0;
    }

    .broadcaster-descr .row:first-child {
        padding-left: 3rem;
    }

    .broadcaster-descr .row:first-child h2 {
        display: block;
        visibility: hidden;
    }

    .broadcaster-descr h2 {
        padding: 0 0.5rem 0.6rem;
        font-size: 1.125rem;
        font-weight: bold;
        letter-spacing: 0.2px;
        text-align: right;
    }

    .broadcaster-descr p {
        line-height: 1.45;
    }

    .broadcaster-descr .show-more {
        display: none;
    }

    .programs {
        max-width: 566px;
        width: 100%;
        height: auto;
        padding-top: 0.35rem;
        overflow: visible;
    }

    .programs a {
        display: inline-block;
        padding: 0 0.8rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 0.85;
        position: relative;
    }

    .programs a::after {
        display: none;
    }

    .programs a:nth-child(5n) {
        padding-bottom: 0;
    }

    .conditions-page #main-content,
    .about-shari #main-content,
    .survey-page #main-content {
        padding: 3.1rem 2.8rem 0;
    }

    .conditions-page h1,
    .about-shari h1,
    .survey-page h1 {
        margin-bottom: 4rem;
        font-size: 2.5rem;
    }

    .conditions-page h2,
    .about-shari h2,
    .survey-page h2 {
        margin-bottom: 0.8rem;
        font-size: 1.25rem;
    }

    .conditions-page p + p,
    .about-shari p + p,
    .survey-page p + p {
        margin-top: 0.35rem;
    }

    .conditions-page p + h2,
    .about-shari p + h2,
    .survey-page p + h2 {
        margin-top: 3rem;
    }

    .conditions-page a,
    .about-shari a,
    .survey-page a {
        color: inherit;
    }

    .newsletter-page #main-content {
        padding-top: 3rem;
        padding-bottom: 0;
    }

    .newsletter-page #main-content .success-msg img {
        position: static;
        width: 5.25rem !important;
        height: auto;
        margin-bottom: 1.6rem;
    }

    .newsletter-page h1 {
        margin-bottom: 2.9rem;
        font-size: 2.5rem;
    }

    .subscribe-form {
        padding: 2.5rem 0 4rem;
        background-color: #fff;
    }

    .subscribe-form.success {
        height: 364px;
    }

    .subscribe-form.success .success-msg {
        display: block;
    }

    .subscribe-form .success-msg {
        padding-top: 4.3rem;
        text-align: center;
    }

    .subscribe-form .success-msg div {
        text-align: center;
    }

    .subscribe-form .success-msg p {
        max-width: none;
        width: 100%;
        margin: 0.65rem 0 0;
        font-size: 2.1875rem;
    }

    .subscribe-form h2 {
        max-width: 20.9375rem;
        margin-bottom: 1rem;
        font-size: 2.1875rem;
        font-weight: 300;
        color: #32b1ca;
    }

    .subscribe-form p {
        max-width: 18rem;
        margin-bottom: 4.7rem;
        font-size: 1.5625rem;
        line-height: 1.2;
    }

    .subscribe-form label,
    .subscribe-form .error-msg {
        font-size: 1.125rem;
        font-weight: normal;
    }

    .subscribe-form label {
        margin-bottom: 0.3rem;
        color: #32b1ca;
    }

    .subscribe-form div {
        overflow: hidden;
    }

    .subscribe-form input {
        float: right;
        height: 2.8125rem;
        font-size: 1.25rem;
    }

    .subscribe-form input[type="text"], .subscribe-form input[type="email"] {
        width: 69%;
        border: 1px solid #32b1ca;
    }

    .subscribe-form input[type="submit"] {
        width: 31%;
        margin-top: 0;
        color: #fff;
        padding-top: 3px;
    }

    .contact-page div.wpcf7-response-output {
        text-align: right;
        width: 100%;
        border: none;
        color: #f00;
        position: absolute;
        top: 14px;
        right: 0;
        margin-top: 0;
        padding-right: 0;
        margin-right: 0;
    }

    .contact-page #main-content {
        padding-top: 3.1rem;
        padding-bottom: 0;
        background-image: url("../images/contact-bg.jpg");
        background-size: cover;
    }

    .contact-page h1 {
        margin-bottom: 2.9rem;
        font-size: 2.5rem;
        color: #1e1e1e;
    }

    .contact-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        max-width: 1170px;
        padding: 0 26px 22px 41px !important;
        font-family: 'Open Sans Hebrew', sans-serif;
        background-color: #fff;
    }

    .contact-wrapper.success {
        margin-top: 0;
        padding: 0;
    }

    .contact-wrapper.success .success-msg {
        padding: 0;
        position: absolute;
        width: 100%;
        left: 0;
        height: 100%;
        background-color: #fff;
        z-index: 2;
        visibility: hidden;
        opacity: 0;
        transition: opacity .3s ease, visibility .3s ease;
    }

    .contact-wrapper.success .success-msg.visible {
        visibility: visible;
        opacity: 1;
        transition: opacity .3s ease, visibility .3s ease;
    }

    .contact-wrapper.success .success-msg div {
        margin-bottom: 4.5rem;
    }

    .contact-wrapper.success .contact-links {
        display: none;
    }

    .contact-wrapper .success-msg {
        width: 100%;
        display: block;
        padding: 0;
        padding: 0;
        position: absolute;
        width: 100%;
        left: 0;
        height: 100%;
        background-color: #fff;
        z-index: 2;
        visibility: hidden;
        opacity: 0;
        transition: opacity .3s ease, visibility .3s ease;
    }

    .contact-wrapper .success-msg.visible {
        visibility: visible;
        opacity: 1;
        transition: opacity .3s ease, visibility .3s ease;
    }

    .contact-wrapper .success-msg > div {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .contact-wrapper .success-msg img {
        width: 5.25rem;
    }

    .contact-wrapper .success-msg p {
        font-size: 1.875rem;
    }

    .contact-form {
        width: 48.9%;
        padding-top: 2.75rem;
        padding-bottom: 0;
    }

    .contact-form .error-msg {
        top: 1rem;
    }

    .contact-form div + div {
        margin-top: 0.95rem;
    }

    .contact-form .wpcf7-form-control-wrap {
        display: block;
    }

    .contact-form .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
        top: 50%;
        position: absolute;
        width: 100%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: right;
        padding-right: 9px;
        z-index: -1;
        font-style: italic;
    }

    .contact-form label {
        margin-bottom: 0.35rem;
        font-size: 1rem;
        font-weight: normal;
        text-align: right;
    }

    .contact-form input,
    .contact-form textarea {
        font-size: 1rem;
        border: 1px solid #bfbfbf;
        background-color: transparent;
    }

    .contact-form input {
        height: 2.3125rem;
    }

    .contact-form input[type="submit"] {
        display: block;
        width: 9.9375rem;
        height: 2.4375rem;
        margin-right: auto;
        padding-top: 3px;
        padding-bottom: 2px;
        font-family: "almoni-tzar";
        font-size: 1.3125rem;
        color: #fff;
        border: 0;
    }

    .contact-form textarea {
        height: 4rem;
    }

    .contact-links {
        width: 50%;
        padding-top: 3.35rem;
        padding-bottom: 0;
        border-top: 0;
    }

    .contact-links a {
        padding-right: 1rem;
        font-weight: normal;
    }

    .contact-links li + li {
        margin-top: 0.65rem;
    }

    .contact-links li:nth-child(1) img {
        width: 20px;
        height: 13px;
        margin-right: 6px;
    }

    .contact-links li:nth-child(2) img {
        width: 20px;
        height: 17px;
        margin-right: 6px;
    }

    .contact-links li:nth-child(3) img {
        width: 20px;
        height: 19px;
        margin-right: 6px;
    }

    .success-msg {
        width: 100%;
        padding: 0;
        padding: 0;
        position: absolute;
        width: 100%;
        left: 0;
        height: 100%;
        background-color: #fff;
        z-index: 2;
        visibility: hidden;
        opacity: 0;
        transition: opacity .3s ease, visibility .3s ease;
    }

    .success-msg.visible {
        visibility: visible;
        opacity: 1;
        transition: opacity .3s ease, visibility .3s ease;
    }

    .success-msg > div {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .success-msg img {
        width: 5.25rem;
    }

    .success-msg p {
        font-size: 1.875rem;
    }

    .about-page #main-content {
        margin-bottom: 0;
        padding: 0;
    }

    .about-page h1 {
        margin-bottom: 2.9rem;
        font-size: 2.5rem;
        color: #fff;
    }

    .about-inner {
        padding: 3.1rem 0.875rem 2.2rem;
        background-image: url("../images/about-bg.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    }

    .about-descr {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .about-descr .row {
        width: 50%;
        padding: 2.4rem 2rem 2.95rem;
        border-bottom: 0;
    }

    .about-descr .row:last-child {
        padding-right: 2.3rem;
    }

    .about-descr .row:last-child h2 {
        margin-bottom: 1.9rem;
        padding-bottom: 1.55rem;
    }

    .about-descr .row:last-child p + p {
        margin-top: 1.8rem;
    }

    .about-descr .row + .row {
        margin-top: 0;
    }

    .about-descr .row p:first-of-type img {
        width: 86px;
    }

    .about-descr .row p:last-of-type img {
        width: 42px;
    }

    .about-descr img {
        margin: 0 0 1.15rem;
    }

    .about-descr h2 {
        margin-bottom: 1.55rem;
        padding-bottom: 1.55rem;
        font-size: 1.375rem;
    }

    .about-descr h2::after {
        right: 3px;
        width: 1.35rem;
        height: 2px;
        bottom: -1px;
    }

    .about-descr p {
        font-size: 1rem;
        line-height: 1.5;
    }

    .about-descr p + p {
        margin-top: 0.35rem;
    }

    .about-grid {
        padding: 3.4rem 0.9375rem 0;
    }

    .about-grid h2 {
        margin-bottom: 2.95rem;
        font-size: 2.5rem;
    }

    .about-item {
        width: 31.6%;
        margin-left: 2.6%;
        margin-bottom: 2.6%;
        /*margin-bottom: 33px;*/
    }

    .about-item:nth-child(2n) {
        margin-left: 2.6%;
    }

    .about-item:nth-child(3n) {
        margin-left: 0;
    }

    .about-item h3 {
        text-align: right;
    }

    .about-item p {
        display: block;
    }

    .about-header {
        padding-top: 116%;
    }

    .about-header .title {
        padding: 0.65rem 1.1rem 0.75rem;
        letter-spacing: 0.4px;
    }

    .about-header h3 {
        margin-bottom: 0.55rem;
        font-size: 1.25rem;
    }

    .about-header p {
        font-size: 1rem;
        line-height: 1.35;
    }

    .all-shows-page h1 {
        margin: 3.1rem 0 13px;
        font-size: 2.1875rem;
        color: #1a1a1a;
    }

    .all-shows tr {
        display: table-row;
        width: 33.33%;
        padding: 0 26.5px;
        margin: 0px 0px 60px;
    }

    .search-posts .all-shows tr{
        margin: 0px 0px 70px;
    }

    .search-posts > .grid{
        padding-right: 0;
        padding-left: 0;
    }

    .result-page .all-shows-slider tr, .search-no-results .all-shows-slider tr{
        display: flex;
        flex-direction: column;
        margin: 0 12.5px 39px;
        align-items: center;
        width: 100%;
        min-width: 247px;
    }

    .result-page .episodes-slider .grid-item, .search-no-results .episodes-slider .grid-item,
    .result-page .podcasts-slider .grid-item, .search-no-results .podcasts-slider .grid-item{
        min-width: 247px;
    }

    .result-page .all-shows-slider tr td, .search-no-results .all-shows-slider tr td{
        display: block;
        padding: 0;
    }

    /*.result-page .all-shows tr td, .result-page .all-shows tr td p,*/
    /*.result-page .all-shows td > .flex, .result-page .all-shows-slider div p {*/
    /*    width: 247px !important;*/
    /*}*/

    /*.all-shows-slider .owl-item img, .all-shows-slider .owl-item img{*/
    /*    width: 247px !important;*/
    /*}*/

    /*.all-shows-slider .owl-item{*/
    /*    width: 247px !important;*/
    /*}*/

    .all-shows thead {
        position: static;
        width: auto;
        height: auto;
        margin: 0;
        white-space: normal;
        clip: none;
        -webkit-clip-path: none;
        clip-path: none;
    }

    .all-shows th {
        padding-bottom: 1rem;
        text-align: right;
        border-bottom: 1px solid #bfbfbf;
        font-weight: 400;
    }

    .all-shows th:first-child {
        padding-right: 13.1rem;
    }

    .all-shows td {
        display: contents;
        padding-top: 0.7rem;
        padding-bottom: 0.85rem;
        text-align: right;
        vertical-align: top;
    }

    .all-shows td::before {
        content: none;
    }

    .all-shows td br {
        display: block;
    }

    .all-shows td:first-child {
        padding-top: 0.7rem;
        width: 36.58%;
        padding-left: 30px;
    }

    .all-shows td:first-child img {
        float: right;
    }

    .result-page .all-shows .all-shows-slider td img, .search-no-results .all-shows .all-shows-slider td img,
    .result-page .episodes-slider .grid-header, .search-no-results .episodes-slider .grid-header{
        min-height: 164px;
    }

    .post-type-archive-show .all-shows td:first-child img {
        max-height: 165px;
    }

    .all-shows td:first-child a {
        width: 100%;
        text-align: right;
        height: auto;
        line-height: 1;
        margin-top: 0;
        padding-top: 0;
    }


    .all-shows td:first-child a > div {
        display: block;
        width: auto;
    }

    .all-shows td:nth-child(2) {
        width: 16.07%;
        padding-top: 0.5rem;
    }

    .all-shows td:nth-child(2) a {
        text-align: right;
        margin-top: 0.11rem;
        line-height: 1;
        height: auto;
        /*font-family: 'Open Sans Hebrew';*/
    }

    .all-shows td:nth-child(3) {
        padding-left: 10%;
        padding-top: 0.6rem;
    }

    .all-shows td:last-child {
        width: 9.6%;
    }

    .all-shows td .flex{
        margin: 10.5px 0 13.5px;
    }

    .all-shows td > div {
        margin: 13px 0 7px;
        position: static;
        display: inline;
        padding: 0;
        color: #000;
        background-color: transparent;
    }

    .all-shows td > div::before {
        content: none;
    }

    /*.all-shows td img {
        width: auto;
        max-width: 10.375rem;
        height: auto;
        min-height: 0;
        margin-left: 2.85rem;
    }*/

   /* .all-shows td a {
        width: 100%;
        max-width: none;
        margin-top: 0.125rem;
        padding-top: 2px;
        height: 1.75rem;
        font-size: 1rem;
        line-height: 26px;
        transition: background-color 0.2s;
    }*/

    /*.all-shows td:last-child a:hover {*/
    /*    background-color: #8bcedb;*/
    /*}*/

    .all-shows .show-more {
        width: 11.35rem;
        height: 2.5rem;
        margin: -14px auto 37px;
        line-height: 2.45rem;
        text-align: center;
        text-decoration: none;
        transition: all 0.2s;
    }

    /*.all-shows .show-more:hover {*/
    /*    color: #fff;*/
    /*    background-color: #32b1ca;*/
    /*}*/

    .show-page .flowplayer.is-ready.is-ready {
        height: 424px;
    }

    .show-page .player-title {
        padding: 2.2rem 0 0;
    }

    .show-page .player-title::before {
        background-position: 80% 45%;
        background-size: 85%;
    }

    .show-page .player-title h1 {
        margin-bottom: 0.75rem;
        font-size: 1.375rem;
        font-weight: 400;
    }

    .show-page .player-title p {
        font-size: 2.5rem;
    }

    .show-page .player-title p span {
        display: inline-block;
    }

    .show-page .player-title span {
        font-size: 30px;
    }

    .show-page .player-title span:first-child {
        position: relative;
        margin-left: 20px;
        font-size: 30px;
    }

    .show-page .player-title span:first-child a {
        color: #1e1e1e;
    }

    .show-page .player-title span:first-child::after {
        content: '';
        display: block;
        position: absolute;
        top: 40%;
        left: -16px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: currentColor;
        cursor: initial;
    }

    .show-page .player-title span a {
        color: #1e1e1e;
    }

    .show-page .player-banner {
        position: relative;
        -ms-transform: translateY(10.7rem);
        transform: translateY(10.7rem);
        max-width: 636px;
        width: 100%;
        margin: -9.5rem auto 0;
        height: 424px;
    }

    .show-page .player-banner img {
        object-fit: cover;
    }

    .show-page .player-banner.flowplayer .play-info span:first-child {
        margin-left: 32px;
    }

    .show-page .player-banner.flowplayer .play-info span:first-child::after {
        content: '';
        position: absolute;
        top: 40%;
        left: -17px;
        width: 4px;
        height: 4px;
    }

    .show-page .player .play {
        top: 50%;
        width: 96px;
        height: 96px;
    }

    .show-page .player-info {
        position: relative;
        /*margin-top: 13.5rem;*/
        margin-top: 267px;
        padding: 0 0.9375rem;
        min-height: 130px;
    }

    .show-page .player-info > div:first-child {
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        padding-top: 1.7rem;
        border-bottom: 0;
    }

    .show-page .player-info > div:first-child > span:first-child {
        margin-bottom: 0;
        display: block;
    }

    .show-page .player-info::before {
        content: '';
        display: block;
        height: 1px;
        width: 100%;
        background-color: #bfbfbf;
        margin: 0 auto;
    }

    .show-page .player-info::after {
        content: '';
        height: 1px;
        background-color: #bfbfbf;
        position: absolute;
        bottom: 0;
        width: calc(100% - 30px);
    }

    .show-page .player-tags {
        max-width: calc(100% - 60px);
        margin-top: 0;
        padding-top: 0.1875rem;
    }

    .show-page .player-tags a {
        min-width: 0;
        min-height: 0;
        min-width: 55px;
        height: 26px;
        margin-left: 0.6rem;
        /*padding-top: 2px;*/
        padding: 2px 10px 0;
    }

    .show-page .player-tags a:last-child {
        margin-left: 0;
    }

    /*.show-page .player-tags a:nth-child(4n) {*/
    /*margin-left: 0;*/
    /*}*/
    .show-page .player-links {
        top: auto;
        bottom: 2rem;
    }

    .show-page .player .social {
        margin-right: 0.8rem;
    }

    .show-page .player .social::before {
        display: none;
    }

    .show-page .player .social a::before {
        display: none;
    }

    .show-page .player .social a + a {
        margin-right: 0.6rem;
    }

    .show-page .player-descr {
        margin-top: -1.25rem;
        padding-top: 0;
        padding-bottom: 1.1rem;
        border-bottom: none;
    }

    .show-page .player-descr p {
        max-width: 56%;
        height: auto;
        letter-spacing: 0.25px;
        line-height: 1.35;
        overflow: visible;
    }

    .show-page .player .embed {
        font-size: 1rem;
        letter-spacing: 1.2px;
        background-size: 1.12rem;
        background-position: 0 30%;
    }

    .show-page .player .read-more {
        display: none;
    }

    .show-page .player-links textarea {
        width: 333px;
        left: 146px;
    }

    .player {
        max-width: 1200px;
        padding: 1.7rem 0.9375rem 0;
        width: 100%;
    }

    .player-page #wrapper {
        padding-top: 69px;
    }

    .player-page .top-line {
        height: 69px;
    }

    .player-page .logo {
        padding-top: 0;
    }

    .player-page .logo a {
        width: 107px;
        height: 38px;
        background-size: 68px 26px, 31px 38px;
        background-position: 0 5px, 76px 0;
    }

    .player-banner {
        display: -ms-flexbox;
        display: flex;
        height: 325px;
        color: #fff;
    }

    .player-banner img {
        width: 100%;
        height: 100%;
    }

    .player-banner span {
        display: block;
        font-size: 1.5rem;
    }

    .player-banner span:first-of-type {
        margin-bottom: 0.35rem;
        color: #32b1ca;
    }

    .player-banner h2 {
        position: relative;
        margin: 3rem 0 0;
        font-size: 1.875rem;
        font-weight: normal;
    }

    .player-banner h2::before {
        content: '';
        position: absolute;
        top: -1.7rem;
        right: 0.15rem;
        width: 1.95rem;
        height: 2px;
        background-color: currentColor;
    }

    .player-banner p {
        margin: 0;
        font-size: 1.125rem;
        line-height: 1.4;
    }

    .player-banner > div:first-child {
        position: relative;
        padding: 2.7rem 1.9rem;
        background-color: #303030;
        width: calc(100% - 324px);
    }

    .player-banner > div:first-child::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url("../images/mahuti-overlay-mob.png");
        background-size: cover;
    }

    .player-banner > div:last-child:not(.player-banner-panel) {
        max-width: 324px;
        width: 100%;
    }


    .player-live {
        display: block;
        padding-top: 1.25rem;
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 0.75rem;
    }

    .player-live span {
        font-size: 1.5rem;
        font-weight: normal;
    }

    .player-live span + span {
        margin-right: 1.3rem;
    }

    .player .fp-ratio {
        padding-top: 0 !important;
    }

    .player-title {
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 0;
    }

    .player-title p {
        font-size: 1.25rem;
    }

    .player-track img {
        display: none;
    }

    .player-track span {
        display: block;
        margin-bottom: 20px;
        text-align: left;
        letter-spacing: 0.7px;
    }

    .player-track .controls {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        right: 1.125rem;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .player-track .volume {
        height: 2rem;
        margin-right: 0;
    }

    .player-track .fullpage {
        margin-left: 1.125rem;
    }

    .player-panel {
        position: relative;
    }

    .player-panel .play-toggle {
        top: -0.85rem;
        left: 1.85rem;
    }

    .player .playlist {
        padding-right: 0;
        padding-top: 0.5rem;
        padding-bottom: 3rem;
    }

    .player .playlist > span {
        padding-right: 0;
    }

    .player .playlist ul {
        margin-top: 0.6rem;
    }

    .player .playlist li {
        padding: 0.55rem 0;
        font-size: 0.9375rem;
        border-top: 0;
        border-bottom: 1px solid #bfbfbf;
    }

    .player .playlist li + li {
        margin-top: 0.2rem;
    }

    .show-page .player-banner.flowplayer > div:last-child {
        max-width: 100%;
    }

    .not-found-page .hero-section {
        margin-bottom: 7.85rem;
        padding-top: 3.1rem;
    }

    .not-found-page .hero-section .player {
        -ms-transform: translateY(6.55rem);
        transform: translateY(6.55rem);
        margin: -4.65rem auto 0;
        padding: 0;
        max-height: 327px;
        overflow: hidden;
        z-index: 1;
    }

    .not-found-page .hero-section .play, .not-found-page .hero-section .play-trigger {
        top: 50%;
        width: 96px;
        height: 96px;
    }

    .not-found-page .hero-section h1 {
        margin-bottom: 0.5rem;
        font-size: 2.5rem;
    }

    .not-found-page .hero-section p {
        font-size: 1.25rem;
        line-height: 1.2;
        color: #fff;
    }

    .not-found-page .hero-section strong {
        position: absolute;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 0.875rem;
        display: block;
        font-size: 1.875rem;
        letter-spacing: 0.9px;
        color: #1a1a1a;
    }

    .not-found-page .hero-section .flowplayer > a {
        width: 0 !important;
        height: 0 !important;
    }

    .not-found-page .grid:last-of-type {
        padding-bottom: 0;
    }

    .not-found-page .grid:last-of-type li {
        margin-bottom: 0.75rem;
    }

    .not-found-page .grid .show-more {
        display: none;
    }

    .not-found-page .grid.two-items {
        margin-bottom: 1.75rem;
    }

    .tv-page .hero-section {
        padding-top: 2.9rem;
        padding-bottom: 0;
        height: 402px;
        background-position: 0 0;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .tv-page .hero-section::before {
        display: block;
    }

    .tv-page .hero-section h1 {
        margin-bottom: 2.8rem;
        font-size: 2.5rem;
    }

    .tv-page .hero-section p {
        font-size: 1.375rem;
        max-width: 635px;
        letter-spacing: 0.5px;
    }

    .tv-page .hero-section p br {
        display: block;
    }

    .tv-page .hero-section span {
        font-size: 1.875rem;
        text-transform: uppercase;
    }

    .home-page #wrapper {
        padding-top: 76px;
        padding-bottom: 43px;
    }

    .home-page .hero-section h1 {
        top: 23.5%;
        letter-spacing: 0;
    }

    .home-page .hero-section img {
        height: 553px;
    }

    .home .grid-body {
        padding-bottom: 1.2rem;
    }

    .performer-page #main-content,
    .performer-inner-page #main-content {
        padding-bottom: 0;
    }

    .performer-page .hero-section h1,
    .performer-inner-page .hero-section h1 {
        font-size: 2.5rem;
    }

    .performer-page .hero-section img,
    .performer-inner-page .hero-section img {
        height: 464px;
    }

    .performer-page .grid.two-items,
    .performer-inner-page .grid.two-items {
        padding-top: 2.95rem;
    }

    .performer-page .grid.two-items h2,
    .performer-inner-page .grid.two-items h2 {
        margin-bottom: 2.95rem;
    }

    .performer-page .grid-item.expanded,
    .performer-inner-page .grid-item.expanded {
        margin-bottom: 0.125rem;
    }

    .performer-page .grid-item .title div,
    .performer-inner-page .grid-item .title div {
        display: block;
    }


    .performer-page .grid .show-more,
    .performer-inner-page .grid .show-more {
        margin: 0.5rem auto 0;
    }

    .performer-page .grid.two-items {
        margin-bottom: 1.7rem;
    }

    .performer-page .hero-section .text-wrapper h1 {
        color: #fff;
        top: unset;
        margin-top: 132px;
        position: relative;
    }

    .performer-page .hero-section .text-wrapper h1::before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 32px;
        height: 2px;
        background-color: #fff;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .performer-inner-page .hero-section h1 {
        top: 9.2%;
    }

    .performer-inner-page .grid.two-items {
        margin-bottom: 1.8rem;
    }

    .tv {
        padding: 3.1rem 0.9375rem 0;
    }

    .tv-page #wrapper {
        padding-bottom: 0;
    }

    .tv + .tv {
        margin-top: 1.2rem;
    }

    .tv h2 {
        margin-bottom: 2.9rem;
    }

    .tv h3 {
        margin: 0 0 0.6rem;
        font-size: 1rem;
        font-weight: normal;
    }

    .tv ul li {
        margin-bottom: 68px;
    }

    .tv.two-items li {
        width: calc(100% / 2 - 17px);
        margin-left: 34px;
        margin-bottom: 0;
    }

    .tv.two-items li:last-child {
        margin-left: 0;
    }

    .tv.two-items h3 {
        margin: 0 0 0.8rem;
        font-size: 1.625rem;
    }

    .tv.two-items .tv-item {
        padding: 1.6rem 1.3rem 1.1rem;
    }

    .tv.two-items .tv-item p {
        font-size: 1.25rem;
        line-height: 1.25;
    }

    .tv.two-items .tv-header {
        height: 368px;
    }

    .tv.two-items .tv-body {
        padding: 1.3rem 0 0;
    }

    .tv.two-items .tv-body > span {
        font-size: 1rem;
    }

    .tv.two-items .title {
        padding: 1.3rem 0 1.1rem;
        font-size: 1.375rem;
    }

    .tv.two-items .title span {
        font-size: 1.375rem;
        letter-spacing: 0;
    }

    .tv.two-items .title span + span {
        margin-right: 2.65rem;
    }

    .tv.two-items .title span + span::before {
        top: 0.45rem;
        right: -1.65rem;
        width: 5px;
        height: 5px;
    }

    .tv.two-items .social {
        top: -0.4rem;
        margin-right: 1.3rem;
    }

    .tv.two-items .social a {
        width: 1.65rem;
    }

    .tv.two-items .social a + a {
        margin-right: 0.55rem;
    }

    .tv.two-items p {
        font-size: 1.25rem;
        line-height: 1.25;
    }

    .tv li {
        width: calc(100% / 3 - 18px);
        margin-left: 27px;
        margin-bottom: 0;
    }

    .tv li:nth-child(2n) {
        margin-left: 27px;
    }

    .tv li:nth-child(3n) {
        margin-left: 0;
    }

    .tv-item {
        padding: 1rem 0.8rem 0.7rem;
    }

    .tv-header {
        height: 242px;
    }

    .tv-body {
        padding: 0.75rem 0 0;
    }

    .tv-body > span {
        font-size: 0.875rem;
    }

    .tv .social {
        position: relative;
        top: -0.125rem;
        left: 0;
        display: inline-block;
        opacity: 1;
        margin-right: 0.25rem;
    }

    .tv .social a {
        width: 1.05rem;
        height: 1.05rem;
        background-size: contain;
    }

    .tv .social a + a {
        margin-right: 0.25rem;
    }

    .tv .social a + a::after {
        display: none;
    }

    .tv iframe {
        width: 100%;
        height: 100%;
    }

    .tv .show-more {
        float: none;
        display: block;
        width: 181px;
        height: 39px;
        margin: 0 auto;
        font-size: 21px;
        line-height: 39px;
        text-align: center;
        color: #32b1ca;
        border: 2px solid #32b1ca;
        background-color: #fff;
        text-decoration: none;
        transition: all 0.2s;
    }

    .tv .show-more:hover {
        color: #fff;
        background-color: #32b1ca;
    }

    .tv .title {
        padding: 1rem 0 0.75rem;
        font-size: 0.9375rem;
    }

    .tv .title span {
        font-size: 0.95rem;
        letter-spacing: -0.2px;
    }

    .tv .title span + span {
        position: relative;
        margin-right: 1.85rem;
    }

    .tv .title span + span::before {
        content: '';
        position: absolute;
        top: 0.3rem;
        right: -1.15rem;
        width: 3px;
        height: 3px;
        border-radius: 50%;
        background-color: #1a1a1a;
    }

    .tv p {
        margin: 0;
        font-family: 'Open Sans Hebrew', sans-serif;
        font-size: 14px;
        /*font-size: 0.75rem;*/
        line-height: 1.4;
    }

    .flowplayer.is-ready.is-ready {
        height: 88px;
    }

    .program-time, .program-name a, .program-descr, .program-presenter{
        font-size: 1.25rem;
    }

    .broadcasters-slider .owl-item .broadcasters-item .broadcasters-img img{
        width: 100%;
        height: 100%;
    }
}

#main-content .search {
    position: relative;
    /*z-index: 99;*/
    text-align: center;
}

.search a.ondemand-button {
    background: transparent;
    border: 1px solid #3bb0c9;
    color: #3bb0c9;
}

.search a.ondemand-button:hover {
    background: #3bb0c9;
    color: #fff;
}

@media screen and (min-width: 1050px){
    .result-page .all-shows-slider .has-cut-paragraph, .search-no-results .all-shows-slider .has-cut-paragraph{
        max-width: 285px;
    }

}

@media screen and (min-width: 1100px){
    .result-page .all-shows-slider .has-cut-paragraph, .search-no-results .all-shows-slider .has-cut-paragraph{
        max-width: 300px;
    }
}

@media screen and (min-width: 1150px){
    .search-no-results .slick-list,  .result-page .slick-list{
        width: 100%;
    }

    .result-page .all-shows-slider .has-cut-paragraph, .search-no-results .all-shows-slider .has-cut-paragraph{
        max-width: 247px;
    }

    .search-no-results #main-content .grid:nth-child(4) .episodes-slider,
    .result-page #main-content .grid:nth-child(4) .episodes-slider{
        /*padding: 0 0 35px 0;*/
        /*padding: 0 0 12px 0;*/
        padding: 0;
    }

    .search-no-results #main-content .grid:nth-child(5) .podcasts-slider,
    .result-page #main-content .grid:nth-child(5) .podcasts-slider{
        /*padding: 0 0 25px 0;*/
        padding: 0 0 1px 0;
    }

    .result-page .all-shows .all-shows-slider .slick-slide td img, .search-no-results .all-shows .all-shows-slider .slick-slide td img, .result-page .all-shows .all-shows-slider .slick-slide > div > a img, .search-no-results .all-shows .all-shows-slider .slick-slide > div > a img, .result-page .episodes-slider .grid-header, .search-no-results .episodes-slider .grid-header, .result-page .podcasts-slider .podcast-header, .search-no-results .podcasts-slider .podcast-header {
        /*height: 8.542vw;*/
        height: 164px;
        object-fit: cover;
    }

}

/*@media screen and (min-width: 1279px){*/
/*    .top-line ul.active{*/
/*        position: absolute;*/
/*        top: 53%;*/
/*        transform: translateY(-50%);*/
/*        left: 279px;*/
/*    }*/
/*}*/

@media screen and (min-width: 1200px) {
    #main-content > * {
        margin-right: auto;
        margin-left: auto;
        /*padding-right: 15px;*/
        /*padding-left: 0;*/
        /*padding-left: 15px;*/
    }

    #main-content .three-items {
        /*border-top: 1px solid #e2e2e2;*/
    }

    .hero-section::before {
        background-size: 100%;
    }

    .who {
        padding-left: 88px;
        padding-right: 88px;
    }

    .result-page .all-shows-slider tr,
    .search-no-results .all-shows-slider tr{
        margin: 0 12.5px 39px;
    }

    .search-no-results #main-content .grid:nth-child(3) .all-shows .owl-stage-outer,
    .search-no-results #main-content .grid:nth-child(4) .episodes-slider .owl-stage-outer,
    .search-no-results #main-content .grid:nth-child(5) .podcasts-slider .owl-stage-outer,
    .result-page #main-content .grid:nth-child(3) .all-shows .owl-stage-outer,
    .result-page #main-content .grid:nth-child(4) .episodes-slider .owl-stage-outer,
    .result-page #main-content .grid:nth-child(5) .podcasts-slider .owl-stage-outer{
        width: 92%;
        margin: 0 auto;
    }

    .search-no-results #main-content .grid:nth-child(3) .all-shows-slider .owl-nav,
    .result-page #main-content .grid:nth-child(3) .all-shows-slider .owl-nav{
        right: 38px;
        width: 93.5%;
    }

    .search-no-results .slick-list,  .result-page .slick-list{
        width: 100%;
    }

    .search-no-results .broadcasters-slider .slick-prev, .result-page .broadcasters-slider .slick-prev{
        left: -29px;
    }

    .search-no-results .broadcasters-slider .slick-next, .result-page .broadcasters-slider .slick-next{
        right: -30px;
    }

    .search-no-results .all-shows-slider .slick-prev, .result-page .all-shows-slider .slick-prev{
        left: -12px;
    }

    .search-no-results .episodes-slider .slick-next, .result-page .episodes-slider .slick-next,
    .search-no-results .podcasts-slider .slick-next, .result-page .podcasts-slider .slick-next{
        right: 7px;
    }

    .search-no-results .episodes-slider .slick-prev, .result-page .episodes-slider .slick-prev,
    .search-no-results .podcasts-slider .slick-prev, .result-page .podcasts-slider .slick-prev{
        left: 9px;
    }



    .search-no-results .all-shows-slider .slick-next, .result-page .all-shows-slider .slick-next{
        right: -12px;
    }

    .result-page .current-broadcaster .broadcaster-item .line, .search-no-results .current-broadcaster .broadcaster-item .line{
        margin: 0px 8px 0 0;
        width: calc(100% - 15px);
    }

    .current-broadcaster .broadcaster-item > a{
        padding-left: 2px;
    }

    /*.search-no-results .grid.single-slide .broadcasters-slider, .result-page .grid.single-slide .broadcasters-slider {*/
    /*    transform: translateX(47px);*/
    /*}*/


    /*.search-no-results #main-content .grid:nth-child(3) .all-shows-slider .owl-item a img{*/
    /*    max-width: 247px;*/
    /*}*/
    .result-page .grid .all-shows li{
        padding: 0 28.5px 0.6rem;
        margin: 0 0 62px;
    }

    .result-page ol.ais-Hits-list, .search-no-results ol.ais-Hits-list, .result-page ol.ais-InfiniteHits-list, .search-no-results ol.ais-InfiniteHits-list{
        margin: 0 -28.5px;
    }

    .person-slider {
        max-width: 994px;
        margin: 0 auto;
        padding: 0;
        overflow: visible;
        height: 320px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .person-slider p {
        margin-top: 1.5rem;
        font-size: 1.25rem;
    }

    .person-slider .owl-stage-outer {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
        padding: 6px 0 0;
    }

    .person-slider .owl-item {
        margin-top: 22px;
        padding-left: 42px;
        transition: transform 0.05s;
    }

    .person-slider .owl-item.active.pre-center {
        -ms-transform: translateX(12px);
        transform: translateX(12px);
    }

    .person-slider .owl-item img {
        display: inline-block;
        max-width: none;
        margin: 0;
        transition: transform 0.2s;
    }

    .person-slider .owl-item p {
        text-align: center;
    }

    .person-slider .owl-item.center {
        margin: 0;
        padding: 0;
    }

    .person-slider .owl-item.center.pre-center {
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .person-slider .owl-item.center img {
        -ms-transform: scale(1.23745);
        transform: scale(1.23745);
    }

    .person-slider .owl-item.center p {
        margin-top: 2.8rem;
        font-size: 1.375rem;
    }

    .person-slider .owl-item.center + .owl-item {
        -ms-transform: translateX(-12px);
        transform: translateX(-12px);
    }

    .person-slider .owl-item.center ~ .owl-item {
        padding-left: 0;
        padding-right: 42px;
    }

    .person-slider .owl-prev {
        left: -80px;
    }

    .person-slider .owl-next {
        right: -80px;
    }

    .owl-item.active:first-of-type p {
        color: red !important;
    }

    .program-wrapper {
        margin-top: 2.25rem;
    }

    .program-list {
        margin-bottom: 5.15rem;
        padding-top: 3.1rem;
    }

    .page-template-schedule .program-list {
        width: 1170px;
    }

    .program-list h2,
    .program-list h1 {
        margin-bottom: -0.35rem;
        color: #000;
    }

    .program-list h2 + div,
    .program-list h1 + div {
        margin-bottom: 0;
        font-size: 2.5rem;
        font-weight: 300;
    }

    .program-list strong {
        letter-spacing: 1px;
    }

    .program-list .prev-list,
    .program-list .next-list {
        position: relative;
        top: 3px;
        padding: 0;
        font-size: 52px;
        font-weight: bold;
        color: #32b1ca;
        text-indent: -9999px;
    }

    .program-list .prev-list {
        left: 9px;
    }

    .program-list .prev-list::after {
        content: '<';
        left: 0;
        text-indent: 10px !important;
        position: absolute;
    }

    .program-list .next-list {
        left: -6px;
    }

    .program-list .next-list::before {
        content: '>';
        right: -9px;
        text-indent: 10px !important;
        position: absolute;
    }

    .program-row {
        padding: 0;
    }

    .program-descr, .program-presenter {
        margin-top: 0;
        font-weight: normal;
    }

    .main-header-search{
        max-width: 624px;
    }

    .all-shows tr {
        width: 25%;
    }

    .broadcasters-slider{
        margin: 0 auto;
        max-width: 1126px;
    }

    .broadcasters-slider.owl-carousel .owl-prev, .broadcasters-slider.owl-carousel .owl-next {
        margin: 0;
    }

    .broadcasters-slider .owl-prev{
        left: -22px;
    }

    .all-shows-slider .owl-prev{
        left: -53px;
    }

    .episodes-slider .owl-prev, .podcasts-slider .owl-prev{
        left: -16px;
    }

    .broadcasters-slider .owl-next{
        right: -23px;
    }

    .all-shows-slider .owl-next{
        right: -54px;
    }

    .episodes-slider .owl-next, .podcasts-slider .owl-next{
        right: -16px;
    }

    .broadcasters-list{
        margin: 0 -1.75% 0 -0.3%;
    }

    .broadcasters-item {
        width: 20%;
    }

    .broadcasters-slider.owl-carousel .owl-nav.disabled{
        display: block;
    }

    .broadcasters-slider .owl-item .broadcasters-item{
        margin: 0 0 59px 0;
    }

    .search-no-results .broadcasters-slider .owl-item .broadcasters-item,
    .result-page .broadcasters-slider .owl-item .broadcasters-item{
        margin: 0 0 61px 0;
    }

    .search-no-results .grid > a, .result-page .grid > a {
        margin: 9px 0px 0 9px;
    }

    .result-page .grid > a > span, .search-no-results .grid > a > span{
        color: #32b1ca;
    }

    .program-time{
        font-size: 1.5rem;
        margin: 0 -1px 4px 3%;
    }

    .page-icon{
        margin: 0;
    }

    .result-page .grid hr, .search-no-results .grid hr{
        width: calc(100% - 42px);
    }
}

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

    #ondemand-row .ondemand-subtitle {
        font-weight: 300;
        margin: 33px auto 35px;
        position: relative;
    }

    .broadcast-descr {
        padding: 7px 10px 3px 11px;
    }

    .subscribe-form p {
        font-size: 19px;
    }

    .about-item {
        margin-bottom: 3.53%;
    }

    .show-page .player-descr {
        padding: 0.7rem 0;
    }

    .show-page .player-descr p {
        height: auto;
    }

    .show-page .player-tags {
        max-width: 100%;
    }

    .tv ul p {
        line-height: 1.4;
    }

    .main-menu {
        background: #fff;
    }

    .main-menu li.menu-item.mobile {
        display: list-item;
    }

    .main-menu .social-links a {
        vertical-align: bottom;
        max-width: 60px;
    }

    .main-menu .social-links a img {
        vertical-align: bottom;
    }

    .main-menu .social-links a[aria-label="facebook"] {
        margin-right: 1.5rem;
    }

    .main-menu .social-links a[aria-label="facebook"] img {
        height: 19px;
    }

    .main-menu .social-links a[aria-label="soundcloud"] img {
        height: 13px;
    }

    .main-menu .social-links a[aria-label="youtube"] {
        margin-right: 1.85rem;
    }

    .main-menu .social-links a[aria-label="youtube"] img {
        height: 22px;
    }

    .about-header {
        padding-top: 0%;
    }

    .about-header img {
        position: static;
    }

    .contact-page div.wpcf7-response-output {
        text-align: right;
        width: 100%;
        border: none;
        color: #f00;
        position: static;
        margin-top: -30px;
        margin-bottom: 5px;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .contact-page .form-success > h1 {
        display: none;
    }

    .contact-page .form-success .success-msg {
        display: block;
    }

    .contact-page .form-success .contact-form {
        display: none;
    }

    .contact-wrapper .success-msg {
        padding-top: 9px;
    }

    .contact-form {
        padding-top: 2.85rem;
    }

    .contact-form .wpcf7-not-valid {
        border: 1px solid #f00;
    }

    .contact-form .wpcf7-not-valid-tip {
        display: none;
    }

    .contact-form form div:nth-child(2) {
        margin-top: 0;
    }

    .contact-form form div + div {
        margin-top: 1.4rem;
    }

    .contact-form form.invalid div:nth-child(3) {
        margin-top: 0;
    }

    .contact-links {
        padding: 2.05rem 0;
        border-top: 1px solid #8b8b8b;
        font-family: 'Oswald';
    }

    .contact-links li a {
        font-weight: 400;
    }

    .contact-links li:nth-child(1) a {
        padding-right: 0.6rem;
    }

    .contact-links li:nth-child(1) img {
        width: 33px;
        height: 23px;
        margin-right: 0;
    }

    .contact-links li:nth-child(2) a {
        padding-right: 0.8rem;
        font-size: 0.9rem;
    }

    .contact-links li:nth-child(2) img {
        width: 27px;
        height: 29px;
        margin-right: 3px;
        margin-top: -3px;
    }

    .contact-links li:nth-child(3) {
        margin-top: 1.05rem;
    }

    .contact-links li:nth-child(3) a {
        padding-right: 1rem;
        font-family: "almoni-tzar", Arial, sans-serif;
    }

    .contact-links li:nth-child(3) img {
        width: 21px;
        height: 32px;
    }

    label.error {
        color: #353535;
    }

    body .flowplayer .fp-player {
        position: static;
    }

    body .flowplayer .fp-controls .fp-playbtn {
        left: 3px;
        top: -20px;
        font-size: 18px;
    }

    body .flowplayer .fp-controls .fp-volume {
        right: 77px;
    }

    body .flowplayer .fp-ui .fp-header .fp-fullscreen {
        top: 15px;
        right: 11px;
    }

    body .fp-ratio {
        padding-top: 0 !important;
    }

    .player .playlist {
        padding: 0.51rem 0.9rem;
    }

    .player-track span {
        margin-bottom: 53px;
        font-size: 17px;
        font-weight: 300;
        padding-right: 14px;
        width: 245px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;

    }

    .player-track img {
        margin-bottom: 15px;
    }

    .player-track .fullpage {
        right: 14px;
    }

    .all-shows td a {
        line-height: initial;
        height: auto;
        padding: 7px 0 5px;
    }

    .result-page .all-shows td a, .search-no-results .all-shows td a{
        padding: 0;
    }

    .all-shows td a > div {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        padding: 0 0.65rem 0;
        background-color: rgba(26, 26, 26, 0.85);
        color: #fff;
        text-align: right;
    }

    .all-shows td a > div::before {
        content: attr(data-title) " :";
        font-weight: bold;
        font-size: 16px;
        font-weight: 600;
    }

    .all-shows td a > div span {
        font-size: 16px;
        font-weight: 400;
    }

    .all-shows td:nth-child(1) a {
        line-height: 35px;
        width: 100%;
    }

    .all-shows td:nth-child(2) a {
        display: inline;
        font-size: 19px;
        line-height: 27px;
        font-weight: 400;
        /*font-family: 'Open Sans Hebrew';*/
        margin: -7px 0 0 4px;
    }

    .all-shows td:nth-child(2) a:last-child{
        margin: -12px 0 0 0;
    }

    .all-shows td:last-child {
        padding-top: 3px;
    }

    .show-page .player-banner.flowplayer {
        z-index: 1;
    }

    .show-page .player-banner.flowplayer.is-paused .fp-controls .fp-playbtn {
        pointer-events: initial;
        top: -82px;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin: 0;
    }

    .show-page .player-banner.flowplayer.is-paused .fp-controls .fp-playbtn::before {
        background-image: url(../images/ico--play-lg.png);
        border: none;
    }

    .show-page .player-banner.flowplayer .fp-player {
        height: 100%;
    }

    .show-page .player-banner.flowplayer .fp-controls .fp-playbtn {
        pointer-events: initial;
        top: -82px;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin: 0;
    }

    .show-page .player-banner.flowplayer .fp-controls .fp-playbtn::before {
        content: '';
        width: 3.4rem;
        background-image: url(../images/pause-mob.png);
        background-repeat: no-repeat;
        background-size: 100%;
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }

    .show-page .player-banner.flowplayer .fp-controls .fp-timeline {
        height: 2px;
        top: 26px;
        max-width: 93%;
    }

    .show-page .player-banner.flowplayer .fp-controls .fp-color {
        background-color: #000;
    }

    .show-page .player-banner.flowplayer .play-info {
        display: none;
    }

    .show-page .player-banner.flowplayer .fp-header {
        background-image: none;
    }

    .show-page .player-banner.flowplayer .fp-ui {
        background-color: transparent;
        height: 46px;
    }

    .about-inner {
        background-image: none !important;
    }

    .grid-item .title span + span::before {
        top: 7px;
    }

    .copyright ul {
        margin-top: -12px;
    }

    .copyright li + li {
        margin-right: 3px;
    }

    .about-header {
        height: 100%;
    }

    .grid-item.expanded .social {
        display: inline-block;
        position: static;
        margin-right: 22px;
        vertical-align: middle;
    }

    .grid-item.expanded .social a {
        position: relative;
    }

    .grid-item.expanded .social a:before {
        content: '';
        position: absolute;
        top: 0;
        right: -0.95rem;
        width: 1px;
        height: 100%;
        background-color: #1a1a1a;
        opacity: 0.5;
    }

    .grid-item.expanded .grid-body {
        padding-top: 0.95rem;
    }

    .grid-item.expanded .grid-body > div:first-child {
        display: inline-block;
        vertical-align: middle;
    }

    .all-shows-page td a > div::before {
        font-weight: 400;
    }

    .post-type-archive-podcast .hero-section .text-wrapper h1 {
        margin-top: 27px;
        margin-bottom: 47px;
    }

    .post-type-archive-podcast .hero-section .text-wrapper h1::before {
        display: none;
    }

    .post-type-archive-podcast .hero-section .text-wrapper h1 span {
        font-size: 22px;
    }

    .post-type-archive-podcast .hero-section .text-wrapper p {
        line-height: 1.45;
        letter-spacing: 0.2px;
        font-size: 16px;
        text-shadow: 1px 1px 2px #000;
    }

    .broadcast .btn {
        bottom: 0.95rem;
        font-size: 19px;
        height: 1.8rem;
        letter-spacing: 0.5px;
    }

    .show-page {
        /*.player  {
      .embed {
        &.ready, &.copied {
          width: 100%;
          text-align: left;
          margin-top: 7px;
        }
      }
    }*/
    }

    .show-page .player-info.for-copy {
        padding-top: 6.9rem !important;
    }

    .show-page .player-info.for-copy .player-links {
        /*flex-wrap: wrap;
          flex-direction: column-reverse;*/
    }

    .show-page .player-info.for-copy .player-links textarea {
        width: calc(100% - 192px);
        left: 192px;
        color: #8b8b8b;
        font-size: 12px;
        padding: 5px 6px;
        height: 57px;
        background-color: #fff;
        z-index: 1;
        min-width: 314px;
    }

    .show-page .player-info.copied-parent {
        padding-top: 2.6rem !important;
    }

    .show-page .player-tags {
        margin-top: 2.5rem;
    }

    .show-page .player-tags a {
        font-size: 21px;
        line-height: 27px;
        border-radius: 15px;
        min-width: 83px;
        box-sizing: border-box;
        padding: 3px 10px 0;
    }

    .footer-rows li a span {
        letter-spacing: 1px;
    }

    .footer-bottom .main-footer strong {
        letter-spacing: 0.3px;
    }

    .footer-bottom div:first-child a {
        margin-left: -2px;
        letter-spacing: -0.2px;
    }

    .ondemand li {
        margin-bottom: 2.33rem;
    }

    .ondemand p {
        margin: 0.8rem 0 0;
    }

    .ondemand h2 {
        margin-bottom: 1.56rem;
    }

    .ondemand {
        padding-bottom: 0.8rem;
    }

    .footer-rows div:last-of-type li {
        padding-right: 2.0rem;
    }

    .footer-rows div:last-of-type li.has-en {
        margin-top: 1.03rem;
    }

    .footer-rows div:last-of-type span {
        font-size: 16px;
        letter-spacing: 0px;
    }

    .footer-rows div:last-of-type span.en {
        font-size: 14px;
    }

    .home .mob-top-hp-player {
        display: block;
    }

    .program-list {
        justify-content: center;
    }

    .result-page .search-posts .ais-Hits-item, .search-no-results .search-posts .ais-Hits-item,
    .result-page .search-posts .ais-InfiniteHits-item, .search-no-results .search-posts .ais-InfiniteHits-item{
        width: 50%;
        margin: 0;
        padding: 0 10px 0.6rem;
    }

    .result-page .broadcasters-list .ais-InfiniteHits-item .broadcastername{
        max-height: 96px;
    }
}

@media screen and (min-width: 993px) and (max-width: 1670px) {
    .program-page .hero-section::before {
        background-size: cover;
    }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .top-line .en {
        margin-top: 0px;
    }

    .top-line .en a {
        font-size: 0.74rem;
    }

    .top-line ul a {
        font-size: 1rem;
    }

    .top-line ul li + li {
        margin-right: 1.35rem;
        margin-top: -1px;
    }

    .show-page .player-title::before {
        background-size: cover;
    }

}

@media screen and (max-width: 1200px){
    .result-page .search-resaults .ais-Hits-item, .search-no-results .search-resaults .ais-Hits-item,
    .result-page .search-resaults .ais-InfiniteHits-item, .search-no-results .search-resaults .ais-InfiniteHits-item{
        width: 25%;
        padding: 0 15px 30px;
    }
}

@media screen and (max-width: 768px){
    .result-page .search-posts .ais-Hits-item, .search-no-results .search-posts .ais-Hits-item, .result-page .search-posts .ais-InfiniteHits-item, .search-no-results .search-posts .ais-InfiniteHits-item{
        width: 100%;
    }

    .result-page .search-posts .ais-InfiniteHits-item img{
        width: 100%;
    }

    .show-page .player .social{
        display: none;
    }

    .show-page .player .embed{
        background-image: none;
        padding-left: 0;
    }

    .show-page .player #shareBtn{
        display: inline-block;
        width: 1.1rem;
        height: 1.3rem;
        padding: 3px 0;
        margin: 0 12px 0 0;
    }
}

@media screen and (max-width: 639px) {
    body #block-menu-accessibility-menu a#accessibility-menu-link {
        width: 35px;
        height: 35px;
        background-size: 16px 20px;
    }

    body #block-menu-accessibility-menu ul.menu {
        width: 140px;
    }

    body #block-menu-accessibility-menu ul.menu li a {
        font-size: 12px;
        padding: 10px 35px 7px 10px;
    }

    body #block-menu-accessibility-menu ul.menu li a:before {
        background-size: cover;
    }

    body #block-menu-accessibility-menu ul.menu li a.readable-font::before {
        right: 8px;
        top: 9px;
        width: 10px;
        height: 14px;
    }

    body #block-menu-accessibility-menu ul.menu li a.grayscale::before {
        right: 5px;
        top: 10px;
        width: 15px;
        height: 12px;
    }

    body #block-menu-accessibility-menu ul.menu li a.increase_font_size::before {
        right: 5px;
        top: 9px;
        width: 15px;
        height: 15px;
    }

    body #block-menu-accessibility-menu ul.menu li a.decrease_font_size::before {
        right: 5px;
        top: 9px;
        width: 15px;
        height: 15px;
    }

    body #block-menu-accessibility-menu ul.menu li a.highlight-links::before {
        right: 2px;
        top: 9px;
        width: 18px;
        height: 15px;
    }

    body #block-menu-accessibility-menu ul.menu li a.high-contrast::before {
        right: 5px;
        top: 11px;
        width: 15px;
        height: 11px;
    }

    body #block-menu-accessibility-menu ul.menu li a.negative-contrast::before {
        right: 5px;
        top: 10px;
        width: 15px;
        height: 12px;
    }

    body #block-menu-accessibility-menu ul.menu li a.stop-animation::before {
        right: 7px;
        top: 7px;
        width: 10px;
        height: 19px;
    }

    body #block-menu-accessibility-menu ul.menu li a.reset-setting::before {
        right: 5px;
        top: 8px;
        width: 14px;
        height: 11px;
    }

    .grid-item .title span {
        display: inline;
    }

    .grid-item .title span a:first-child {
        position: relative;
    }

    .grid-item .title span a:first-child::before {
        content: '';
        position: absolute;
        top: 0.4rem;
        right: -13px;
        width: 3px;
        height: 3px;
        border-radius: 50%;
        background-color: currentColor;
    }

    .grid-item .title span::before {
        content: none;
    }

    .show-page .player-title::before {
        background-position: 53% 50%;
        background-size: 149%;
    }

    .show-page .player .social .whatsapp {
        /*display: none;*/
    }

    .show-page .player-info.for-copy {
        /*padding-top: 7.6rem;*/
    }

    .show-page .player-info.for-copy .player-links {
        /*flex-wrap: wrap;
          flex-direction: column-reverse;*/
    }

    .show-page .player-info.for-copy .player-links textarea {
        color: #8b8b8b;
        font-size: 12px;
        padding: 5px 6px;
        height: 57px;
        background-color: #fff;
        z-index: 1;
        width: calc(100% - 136px);
        left: 136px;
        min-width: 157px;
        border-color: #e2e2e2;
        top: 28px;
    }

    .hero-section::before {
        background-position: 50% 28%;
    }

    .grid-item .title h3 a {
        font-size: 1.125rem !important;
    }

    .grid-item .title span,
    .grid-item .title a {
        font-size: 16px;
    }

    .result-page .episodes-slider .grid-item .title div span, .search-no-results .episodes-slider .grid-item .title div span,
    .result-page .episodes-slider .grid-item .title div a, .search-no-results .episodes-slider .grid-item .title div a{
        font-size: 13px;
    }

    .grid-item .title span + span,
    .grid-item .title a + span {
        margin-right: 1.45rem;
    }

    .grid-item .title span + span::before,
    .grid-item .title a + span::before {
        top: 5px;
        right: -0.87rem;
    }

    .grid-item .title div {
        margin-top: 0.6rem;
    }


    .result-page .grid-item div, .search-no-results .grid-item div{
        margin: 0;
    }
}

@media screen and (max-width: 380px) {
    .show-page .player-info > div > span {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .result-page .broadcasters-slider .owl-item .broadcasters-item,  .search-no-results .broadcasters-slider .owl-item .broadcasters-item{
        width: 113px;
    }

    .result-page .broadcasters-img, .search-no-results .broadcasters-img{
        /*width: 113px;*/
        /*height: 113px;*/
        width: 100%;
    }

    .broadcasters-slider .owl-item .broadcasters-item .broadcasters-img img {
        width: 101px;
        height: 101px;
    }

    #ondemand-row .ondemand-subtitle {
        font-size: 16px;
        max-width: 270px;
    }

    .ondemand-button {
        display: block;
        text-align: center;
        margin-top: 22px;
    }

    #ondemand-row li {
        margin-bottom: 32px;
    }

    #main-content .search {
        padding-top: 10px;
    }

    .search h2 {
        margin-bottom: 14px;
    }

    .result-page .search-resaults li.ais-Hits-item, .search-no-results .search-resaults li.ais-Hits-item,
    .result-page .search-resaults li.ais-InfiniteHits-item, .search-no-results .search-resaults li.ais-InfiniteHits-item{
        width: 50%;
    }

}

@media screen and (min-width: 993px) and (max-width: 1249px) {
    .broadcast-descr {
        right: 1%;
        width: 145px;
        height: 145px;
    }
}

@media screen and (min-width: 1230px){
    .program-list-page .grid.two-items{
        padding-left: 0;
        padding-right: 0;
    }

    .program-list-page .grid ul, .grid-wrapper{
        margin: 0 -15px;
    }
}

@media screen and (min-width: 1250px) and (max-width: 1449px) {
    .broadcast-descr {
        right: 2%;
        width: 194px !important;
        height: 194px !important;
    }
}

@media screen and (min-width: 1450px) and (max-width: 9999px) {
    .broadcast-descr {
        right: 8%;
        width: 194px !important;
        height: 194px !important;
    }
}

.hero-section {
    position: relative;
    color: #fff;
}
.page-template-program_landing .hero-section {
    height: 410px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 46px;
}

.page-template-program_landing .hero-section h1{
    font-size: 80px;
    letter-spacing: 1px;
    margin-top: 30px;
}

#main-content {
    box-sizing: border-box;
    flex: 1 1 auto;
}

.result-page #main-content, .search-no-results #main-content{
    padding: 0 0 24px 0;
    visibility: hidden;
    opacity: 0;
}

.page-template-program_landing #main-content {margin-top: -35px;}

.header_date {
    display: inline-block;
    font-size: 80px;
    letter-spacing: 1px;
    color: #1a1a1a;
    font-weight: 900;
    margin: 25px 0px 0px 18px;
    padding-left: 30px;
    position: relative;
}

.header_date:before {
    content: '';
    width: 5px;
    height: 80px;
    background: #1a1a1a;
    position: absolute;
    left: 3px;
    top: 4px;
}

.hero-headline {
    display: flex;
    margin-top: 5px;
}

.program-landing-button {
    padding: 3.5px 21.5px;
    color: #ffffff;
    border: 1px solid #ffffff;
    letter-spacing: 0.8px;
    position: absolute;
    left: 50.15%;
    transform: translate(-50%);
    top: 68.6%;
}

.program-landing-button:hover {
    color: #32b1ca;
    border: 1px solid #32b1ca;
    background: #FFFFFF;
}
.program-list-item-title {
    width: 100%;
    max-width: 48.5%;
}

.program-list-item-title > p {
    margin: 0px;
}

.hero_info {
    display: inline-block;
    line-height: 24px;
    margin-top: -3px;
    letter-spacing: 0.5px;
    text-align: center;
    font-size: 24px;
}

.program-list-item-icons img{
    margin-bottom: 10px;
    height: 30px;
}

.program-list-item-icons .facebook-icon{
    width: 50px;
    margin-left: 10px;
}
.program_title_parrent h2 {
    font-size: 35px;
    text-align: center;
    margin-top: 48px;
    margin-bottom: 21px;
    letter-spacing: 0.5px;
    font-weight: 300;
}

.program-list-item {
    border-bottom: 1px solid black;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 20px 0px 42px 0px;
    justify-content: space-between;
}


.program-list-item:first-child {
    padding: 8px 0px 22px 0px;
}

.program_list_item_container h3 {
    color: #36B0C9;
    font-size: 35px;
    max-width: 250px;
    margin-right: 80px;
    font-weight: 900;
    letter-spacing: 0.5px;
    line-height: 1.4;

}

.program-list-item-time {
    font-size: 35px;
    margin-right: 1px;
    white-space: pre;
    letter-spacing: 0.8px;
}

.program-list-item-title > p{
    font-size: 17px;
    line-height: 25px;
    max-width: 540px;
}

.program_list_item_container {
    display: flex;
    align-items: center;
}

.footer_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #36B0C9;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.3px;
    font-size: 20px;
    padding: 34px 0px 30px 0px;
    margin-top: -8px;
}

.footer_text p {
    margin: 0px;
}

.white_text {
    color: #ffffff;
}
.program-list {
    max-width: 1160px;
    margin: 0 auto;
}

/*.result-page .program-list{*/
/*    max-width: 1185px;*/
/*}*/

.all-shows-page .program-list,
.post-type-archive-show .program-list,
.post-type-archive-podcast .program-list{
    max-width: 100%;
}

.all-shows-page .program-list tr:last-child{

}


br {
    display: none;
}

.program-list-item:last-child {
    border: none;
    margin-bottom: 35px;
}

.rank-math-breadcrumb{
    color: #a1a1a1;
    font: 14px 'Open Sans Hebrew', sans-serif;
    margin: 30px 0 30px;
    padding: 0 0.9375rem 0;
    max-width: 1200px;
    clear: both;
}
.rank-math-breadcrumb p{
    margin: 0;
}
.rank-math-breadcrumb p,
.rank-math-breadcrumb span,
.rank-math-breadcrumb a{
    font-size: 14px;
}
.rank-math-breadcrumb .separator{
    width: 6px;
    height: 12px;
    background: url("../images/arrow-2.png") no-repeat;
    display: inline-block;
    text-indent: -99999px;
    overflow: hidden;
    margin: 0 12px 2px 11px;
    vertical-align: middle;
}
.rank-math-breadcrumb a {
    color: #a1a1a1;
}
.newsletter-page .rank-math-breadcrumb{
    color: #fff;
    max-width: 1170px;
    padding: 20px 15px;
    margin: 0;
}
.newsletter-page .rank-math-breadcrumb a{
    color: #fff;
}
.newsletter-page .rank-math-breadcrumb .separator{
    background: url("../images/arrow.svg") no-repeat 50% 50%;
}

@media screen and (max-width: 1140px) {
    /*.program-list {*/
    /*    padding: 0px 12px;*/
    /*}*/
    .program_list_item_container h3 {
        margin-right: 40px;
        margin-left: 40px;
    }
}

@media all and (min-width: 993px) {
    .contact-page .rank-math-breadcrumb{
        color: #fff;
        max-width: 1170px;
        padding: 20px 0;
        margin: 0;
    }
    .contact-page .rank-math-breadcrumb a{
        color: #fff;
    }
    .contact-page .rank-math-breadcrumb .separator{
        background: url("../images/arrow.svg") no-repeat 50% 50%;
    }
}
@media screen and (max-width: 960px) {
    .page-template-program_landing .hero-section h1{
        display: flex;
        flex-direction: column;
        font-size: 60px;
    }
    .header_date {
        font-size: 60px;
    }
    .header_date:before {
        height: 50px;
        top: 7px;
    }
    .page-template-program_landing .hero-section h1 span{
        border: none;
        position: relative;
    }
    .hero_info {
        font-weight: 100;
    }
    .program_list_item_container h3 {
        font-size: 28px;
    }
    .program-list-item-time {
        font-size: 28px;
    }
}

@media screen and (max-width: 768px) {
    .program-list-item-title {
        max-width: 100%;
    }
    .page-template-program_landing .hero-section h1{
        font-size: 2.5rem;
    }
    .program-list-item {
        flex-direction: column;
        align-items: end;
    }
    .header_date:before {
        height: 30px;
    }
    .program-landing-button {
        top: 58.6%;
    }
    .program-list-item-time{
        position: relative;
    }
    .program-list-item-time:after{
        content: '';
        width: 3px;
        height: 20px;
        background: #000e14;
        position: absolute;
        top: 50%;
        transform: translate(0,-50%);
        left: -15%;
    }
    .header_date {
        font-size: 2.5rem;
    }
    .footer_text {
        padding: 41px 35px 35px 35px;
    }
    .footer_text p {
        max-width: 500px;
    }

    .broadcasters-slider {
        max-height: 270px;
        min-height: 233px;
    }

    .result-page .search-resaults .broadcasters-list, .search-no-results .search-resaults .broadcasters-list{
        margin: 0;
    }

    .result-page .search-resaults .ais-Hits-list .broadcasters-item, .search-no-results .search-resaults .ais-Hits-list .broadcasters-item,
    .result-page .search-resaults .ais-InfiniteHits-list .broadcasters-item, .search-no-results .search-resaults .ais-InfiniteHits-list .broadcasters-item{
        width: 100%;
        padding: 0 15px;
        margin: 0;
    }

    .search-no-results .search-posts .grid > .flex, .result-page .search-posts .grid > .flex{
        flex-direction: row-reverse;
    }

    .result-page .search-resaults .ais-Hits-item, .search-no-results .search-resaults .ais-Hits-item,
    .result-page .search-resaults .ais-InfiniteHits-item, .search-no-results .search-resaults .ais-InfiniteHits-item{
        width: 33%;
    }
}

@media screen and (max-width: 767px) {
    .rank-math-breadcrumb{
        margin: 20px 0 20px;
    }
    .contact-page .rank-math-breadcrumb{
        margin: 0 0 20px;
    }
    .newsletter-page .rank-math-breadcrumb{
        padding: 20px 15px;
    }
}
@media screen and (max-width: 500px) {
    .page-template-program_landing .hero-section {
        height: 400px;
    }

    .program-list-item:last-child {
        border: none;
        margin-bottom: 42px;
    }

    .program-list-item:first-child {
        padding: 20px 0px 24px 0px;
    }

    .program_title_parrent h2 {
        font-size: 30px;
        margin-top: 0px;
        line-height: 68px;
        margin-bottom: 22px;
    }

    .hero-headline {
        display: block;
        text-align: center;
        margin-top: 29px;
    }

    .header_date:before {
        display: none;
    }

    .header_date {
        font-size: 40px;
        border: none;
    }
    .page-template-program_landing .hero-section span {
        padding: 0px 4px 0px 0px;
        margin-bottom: 13px;
    }
    .page-template-program_landing .hero-section h1 {
        margin-left: 17px;
        margin-top: 26px;
    }
    .page-template-program_landing .hero_info {
        margin-top: -2px;
    }
    .program-list-title {
        font-size: 33px;
        padding-left: 15px;
        line-height: normal;
        font-weight: 100;
    }
    .program-list-title {
        margin: 18px 0px 38px 0px;
    }
    .program_list_item_container h3 {
        font-size: 20px;
        margin: 0 12px 0 0;
    }

    .program-list-item-time {
        font-size: 20px;
        white-space: pre;
    }
    .program-list-item-time:after {
        width: 2px;
        left: -8%;
    }
    .program-list-item {
        padding-bottom: 20px;
    }
    .hero-headline:after{
        content: '';
        width: 33px;
        height: 1px;
        background: #000e14;
        position: absolute;
        top: 42.2%;
        left: 47.5%;
    }
    br {
        display: inline-flex;
    }
    .program-landing-button {
        display: none;
    }

    .program-list-item-title > p {
        margin-top: 5px;
    }

    .program_list_item_container {
        margin-top: 14px;
        margin-bottom: 10px;
    }

    .search-no-results #main-content .grid:nth-child(3) .all-shows-slider, .result-page #main-content .grid:nth-child(3) .all-shows-slider {
        margin: -15px auto 5px;
    }

    .result-page .episodes-slider .grid-body .allready-cuted:first-child, .result-page .podcasts-slider .grid-body .allready-cuted:first-child, .search-no-results .episodes-slider .grid-body .allready-cuted:first-child, .search-no-results .podcasts-slider .grid-body .allready-cuted:first-child, .result-page .episodes-slider .grid-body .allready-cuted:nth-child(2), .result-page .podcasts-slider .grid-body .allready-cuted:nth-child(2), .search-no-results .episodes-slider .grid-body .allready-cuted:nth-child(2), .search-no-results .podcasts-slider .grid-body .allready-cuted:nth-child(2) {
        margin: 26px 0 0 0;
    }

    .search-no-results .grid-item, .result-page .grid-item {
        padding-bottom: 1px;
    }

}

@media screen and (max-width: 360px){
    .result-page .broadcasters-list .ais-InfiniteHits-item .broadcastername {
        max-height: 130px;
    }
}

@media screen and (max-height: 700px){
    .algolia-autocomplete .aa-dropdown-menu > div {
        padding: 10px 0;
    }
}

@media screen and (max-height: 640px){
    .algolia-autocomplete .aa-dropdown-menu {
        padding: 0 10px 10px;
    }

    .algolia-autocomplete .aa-dropdown-menu > div {
        padding: 5px 0 0;
    }

    .algolia-autocomplete .aa-dropdown-menu > .aa-dataset-2,
    .algolia-autocomplete .aa-dropdown-menu > .aa-dataset-3,
    .algolia-autocomplete .aa-dropdown-menu > .aa-dataset-4,
    .algolia-autocomplete .aa-dropdown-menu > .aa-dataset-7,
    .algolia-autocomplete .aa-dropdown-menu > .aa-dataset-8,
    .algolia-autocomplete .aa-dropdown-menu > .aa-dataset-9{
        padding: 5px 0 10px;
    }
}