/* FILE: /application/src/themes/main/assets/styl/common-mobile.styl */

@-moz-keyframes fadeInFrames {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInFrames {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeInFrames {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeInFrames {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeInFrames {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInFrames {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeInFrames {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInFrames {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeInOutRepeatFrames {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
@-webkit-keyframes fadeInOutRepeatFrames {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
@-o-keyframes fadeInOutRepeatFrames {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
@keyframes fadeInOutRepeatFrames {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
@media (max-width: 576px) {
  .no-xs {
    display: none !important;
  }
  ul.pagination {
    margin: 40px 0 0 0;
    padding: 0;
    font-size: 90%;
  }
  ul.pagination li a,
  ul.pagination li em {
    padding: 0 4px 0 4px;
    font-size: 130%;
    line-height: 21px;
  }
  ul.pagination li.prev,
  ul.pagination li.next {
    margin: 0;
  }
  ul.pagination li.prev a,
  ul.pagination li.next a,
  ul.pagination li.prev em,
  ul.pagination li.next em {
    padding-top: 0;
    padding-bottom: 0;
  }
  ul.pagination li.next a,
  ul.pagination li.next em {
    padding-left: 6px;
    padding-right: 6px;
  }
  ul.pagination li.prev:first-child,
  ul.pagination li.next:last-child {
    display: none;
  }
  ul.pagination li.text-muted.ml-2.mr-2 {
    margin: 0 !important;
  }
  #header {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    height: 85px !important;
    z-index: 1001;
  }
  #header .container .header-hamburger {
    display: block;
    position: absolute;
    left: 25px;
    top: 25px;
    padding: 3px 0 0 5px;
    width: 35px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
  }
  #header .container .header-hamburger * {
    pointer-events: none;
  }
  #header .container .header-hamburger:hover {
    background: #fff;
    color: #000;
  }
  #header .container #logo {
    display: block;
    position: absolute;
    left: 72.5px;
    top: 22.900000000000002px;
  }
  #header .container #logo img {
    display: block;
    width: 107.44999999999999px;
    height: 39.199999999999996px;
  }
  #header .container #player-header > .play {
    left: auto;
    right: 25px !important;
    top: 25px;
    bottom: 0;
    width: 94px !important;
    height: 100%;
    background: none;
  }
  #header .container #player-header > .play:before {
    display: block;
    position: relative;
    float: left;
    margin: 0;
    width: 35px;
    height: 35px;
    content: "";
    background-position: -140px 0 !important;
  }
  #header .container #player-header > .play span {
    display: block;
    position: relative;
    float: right;
    margin: 8px 0 0 0;
    color: #fff !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 125%;
  }
  #header .container #player-header > .play.active span,
  #header .container #player-header > .play.playing span,
  #header .container #player-header > .play.active:hover span,
  #header .container #player-header > .play.playing:hover span,
  #header .container #player-header > .play.active:active span,
  #header .container #player-header > .play.playing:active span,
  #header .container #player-header > .play.active:focus span,
  #header .container #player-header > .play.playing:focus span {
    color: #fff !important;
  }
  #header .container #player-header > .play.active:before,
  #header .container #player-header > .play.playing:before,
  #header .container #player-header > .play.active:hover:before,
  #header .container #player-header > .play.playing:hover:before,
  #header .container #player-header > .play.active:active:before,
  #header .container #player-header > .play.playing:active:before,
  #header .container #player-header > .play.active:focus:before,
  #header .container #player-header > .play.playing:focus:before {
    background-position: -175px 0 !important;
  }
  #nav {
    display: none;
  }
  #hamburger #hamburgerContent {
    top: 0 !important;
    padding: 0 !important;
  }
  #hamburger #hamburgerContent #hamburgerLogo {
    display: none;
  }
  #hamburger #hamburgerContent #hamburgerClose {
    margin: 25px 0 0 25px;
    padding: 5px 0 0 3px;
    width: 35px;
    height: 35px;
    font-size: 20px;
  }
  #homepage-nav {
    display: block;
  }
  #homepage {
    margin-top: 161px;
  }
  #homepage [class*="col-"] {
    margin: 0 !important;
    padding: 0 !important;
  }
  #homepage [class*="col-"] .homepage-post-group {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  #homepage [class*="col-"]:first-child .homepage-post-group {
    margin-bottom: 20px;
  }
  #homepage #homepage-highlighted h1 {
    display: none;
  }
  #homepage #homepage-last {
    position: relative;
    margin: 15px 0 0 0;
    padding: 15px;
    background: #dadada;
  }
  #homepage #homepage-last h1 {
    margin: 0 0 10px 0 !important;
    color: #000;
    font-size: 200%;
  }
  #homepage #homepage-focus {
    margin: 0;
    padding: 15px;
  }
  #homepage #homepage-focus h1 {
    margin: 0 0 10px 0 !important;
    text-align: left !important;
  }
  #homepage .link-siblings {
    margin: 8px 0 25px 0;
  }
  #homepage .link-siblings a {
    display: inline-block;
    padding-right: 30px;
    font-size: 100%;
  }
  #homepage .link-siblings a span {
    display: block;
    visibility: hidden;
    font-size: 0;
  }
  #homepage .link-siblings a i {
    display: block;
    position: absolute;
    right: 11px;
    top: 11px;
    margin-left: 0;
  }
  .podcast-item .thumbnail .thumbnail-action {
    bottom: 20px;
  }
  .podcast-item .thumbnail .thumbnail-action .thumbnail-program {
    padding: 5px 8px 5px 8px;
    font-size: 97%;
  }
  .podcast-item .thumbnail .thumbnail-action .thumbnail-play {
    margin: 0 0 0 2px;
  }
  .podcast-item .thumbnail .thumbnail-action .thumbnail-play .play {
    width: 26px;
    height: 26px;
  }
  .podcast-item .thumbnail .thumbnail-action .thumbnail-play .play i {
    left: 1px;
    right: 0;
    top: 50%;
    text-align: center;
    font-size: 100%;
  }
  .podcast-item .thumbnail .thumbnail-action .thumbnail-play .duration {
    margin: 3px 0 0 -10px;
    padding: 2px 10px 2px 15px;
    font-size: 100%;
  }
  .podcast-item-xs {
    margin: 0 0 20px 0;
  }
  .podcast-item-xs .thumbnail {
    float: none;
    margin: 0 0 10px 0;
  }
  .podcast-item-xs .thumbnail .thumbnail-img {
    width: 100% !important;
    height: auto !important;
  }
  .podcast-item-xs .info {
    margin: 0 0 20px 0;
  }
  .podcast-item-xs .info h3 {
    margin: 5px 0 0 0;
  }
  .program-header {
    margin: 85px 0 20px 0;
  }
  .program-header .container {
    position: relative;
    padding: 0;
  }
  .program-header .container .illustration {
    display: block;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    padding-top: 20px;
  }
  .program-header .container .illustration img {
    display: block;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 0 auto;
    width: calc(100% - 40px) !important;
    height: auto !important;
  }
  .program-header .container .details {
    margin: 0;
  }
  .program-header .container .details h1 {
    margin: 0;
    padding: 20px 0 15px 0;
  }
  .program-header .container .details h1 a {
    display: block;
    padding: 15px 20px;
  }
  .program-header .container .details .broadcast {
    margin: 0 20px 15px 20px;
    padding: 0;
    height: auto;
  }
  .program-header .container .details .description {
    display: block;
    margin: 0;
    padding: 20px;
    background: #e4e4e4;
  }
  .program-header .container .podcast-actions {
    display: block;
    position: relative;
    left: auto;
    top: auto;
    margin: 0 !important;
    padding: 20px;
  }
  .program-header .container .podcast-action {
    display: block;
    margin: 0 0 5px 0;
  }
  .program-header .container .podcast-action > a {
    padding: 8px 10px 7px 10px;
    font-size: 110%;
  }
  .program-header.program-header-less .container .illustration {
    display: none;
  }
  .program-header.program-header-less .container .details {
    margin-left: 0;
  }
  .program-header.program-header-less .container .details .broadcast {
    margin: 0 20px 20px 20px;
  }
  .program-header.program-header-less .container .details .podcast-actions {
    position: relative;
    margin: 0 20px 0 20px !important;
    padding: 0 0 20px 0;
    left: auto;
    top: auto;
  }
  .program-header.program-header-less .container .details .podcast-action {
    display: inline-block;
  }
  .program .container .row > *.col-md-8:first-child,
  .program .container .row:last-child > *.col-md-8:first-child {
    margin-bottom: 40px !important;
  }
  .program .container .row > *.col-md-8:first-child .pagination,
  .program .container .row:last-child > *.col-md-8:first-child .pagination {
    margin-top: 20px;
  }
  .podcast .content-container .section-title {
    font-size: 240%;
  }
  .podcast .content-container .thumbnail {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
  }
  .podcast .content-container .thumbnail .thumbnail-action {
    left: 15px;
    bottom: 15px;
  }
  .podcast .content-container .podcast-text {
    margin-left: -15px;
    margin-right: -15px;
    padding: 25px;
  }
  .podcast .content-container .podcast-download.text-right {
    text-align: center !important;
  }
  .podcast .content-container .post-section {
    margin-left: -15px;
    margin-right: -15px;
  }
  .podcast .content-container .post-section .post-section-body,
  .podcast .content-container .post-section .post-section-footer {
    padding: 25px;
  }
  .podcast .content-container .post-section .post-section-footer.text-right {
    text-align: left !important;
  }
  .podcast .content-container .post-section .post-section-footer.text-right .btn {
    font-size: 120%;
  }
  .podcast-sibling-link .info .img .arrow {
    display: none !important;
  }
  .podcast-sibling-link.prev .info,
  .podcast-sibling-link.next .info {
    margin-left: 0;
    margin-right: 0;
  }
  .podcast-sibling-link.prev .info .published-at,
  .podcast-sibling-link.next .info .published-at,
  .podcast-sibling-link.prev .info .label,
  .podcast-sibling-link.next .info .label {
    text-align: left !important;
  }
  .podcast-sibling-link-off {
    display: none;
  }
}

