/**
 * This is our main stylesheet for the entire playspace project.
 *
 * Here we use the ITCSS convention (https://www.xfive.co/blog/itcss-scalable-maintainable-css-architecture/).
 *
 * The aim is to provide a single stylesheet across playspace that
 * shares common styles across pages as opposed to a stylesheet per page.
 */
/** VENDOR */
/** SETTINGS */
/*------------------------------------*\
  # COLOUR PALETTE
\*------------------------------------*/
/**
 * The Playspace colour palette is comprised of 2 parts.
 *
 * 1. Colour definitions. These variables give our HEX codes a human readable
 * name, but ARE NOT designed to be implemented directly within components.
 *
 * 2. Colour implementations. These variables DESCRIBE a colour definition in
 * a functional context. They are designed to be used within components.
 * Several implementations can (and should) share the same definition.
 *
 */
/*------------------------------------*\
1. COLOUR DEFINITIONS
\*------------------------------------*/
/*------------------------------------*\
2. COLOUR IMPLEMENTATIONS
\*------------------------------------*/
/*------------------------------------*\
2. PROPERTY IMPLEMENTATIONS
\*------------------------------------*/
/** ELEMENTS */
body {
  background-color: #ffffff; }

.play-c-aod__loading-spinner {
  display: flex;
  margin-left: auto;
  margin-right: auto; }

/**
 * Countdown (coming up next notification)
 *
 *  xs,     s,     m,     l,     xl,     xxl
 * 240px, 400px, 600px, 900px, 1008px, 1280px
 *
 * The countdown mantains an absolute positioning
 * throughout all breakpoints. It resizes up until 399 breakpoint
 * in order to don't squash the content (circle progress bar
 * and metadata).
 *
 * Starting from Small breakpoint it fixes the width and height
 * and remain centered. Doing so it doesn't have to resize.
 *
 * Starting from Medium breakpoint it increases the width, increases
 * the distance from the top by triplicating the gel base spacing unit.
 */
.play-c-aod__countdown {
  position: absolute;
  top: 8px;
  right: 8px;
  left: 8px;
  z-index: 9999; }
  @media (min-width: 25em) {
    .play-c-aod__countdown {
      width: 304px;
      height: 167px;
      margin: auto;
      right: 0px;
      left: 0px; } }
  @media (min-width: 37.5em) {
    .play-c-aod__countdown {
      width: 343px;
      top: 24px;
      right: 0px;
      left: auto; } }

.play-c-brand-logo {
  height: 24px;
  position: absolute;
  right: 0;
  width: 24px; }
  .play-c-brand-logo:focus {
    outline: 0; }
  .play-c-brand-logo__image_focus {
    display: none; }
  .play-c-brand-logo:hover .play-c-brand-logo__image {
    display: none; }
  .play-c-brand-logo:hover .play-c-brand-logo__image_focus {
    display: block; }

@media (min-width: 37.5em) {
  .play-c-brand-logo {
    height: 40px;
    width: 40px; } }

.play-c-synopsis_subscribe {
  flex-wrap: wrap-reverse;
  justify-content: center; }
  @media (min-width: 37.5em) {
    .play-c-synopsis_subscribe {
      flex-wrap: nowrap;
      justify-content: space-between; } }

/* Width of the SMP play button */
/* SMP */
.play-c-smp {
  height: 112px;
  width: 100%; }

.play-c-exit_modal {
  -webkit-overflow-scrolling: touch;
  background: #2a2a2a;
  border-radius: 0;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  outline: none;
  position: relative;
  text-align: center;
  top: 80px;
  width: 272px; }
  .play-c-exit_modal h2 {
    font-size: 24px;
    text-align: center;
    color: #f54997; }
  .play-c-exit_modal__desc {
    font-size: 16px;
    line-height: 1.38;
    text-align: center;
    color: #ffffff; }

.play-c-exit_modal__button {
  background: transparent;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  color: #ffffff;
  cursor: pointer;
  width: 272px; }
  .play-c-exit_modal__button:hover {
    background: #f54997; }
  .play-c-exit_modal__button:focus {
    background: #f54997; }
  .play-c-exit_modal__button--faint {
    color: rgba(255, 255, 255, 0.8); }
  .play-c-exit_modal__button--dark {
    background: transparent; }
  .play-c-exit_modal__button--text {
    font-family: ReithSans,Arial,Helvetica,freesans,sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #ffffff; }

@media (min-width: 25em) {
  .play-c-exit_modal {
    width: 327px; }
  .play-c-exit_modal__button {
    width: 327px; } }

@media (min-width: 37.5em) {
  .play-c-exit_modal {
    width: 357px; }
    .play-c-exit_modal h2 {
      font-size: 32px; }
  .play-c-exit_modal__button {
    width: 357px; } }

@media (min-width: 80em) {
  .play-c-exit_modal {
    width: 391px; }
  .play-c-exit_modal__button {
    width: 391px; } }

.play-c-heading {
  color: #ffffff; }
  .play-c-heading .play-c-heading__text {
    position: relative;
    background: #1a1a1a;
    top: 5px;
    padding-right: 8px; }
  .play-c-heading .play-c-heading__line {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.play-area {
  background: none; }

.cap-c-play-header {
  height: 100%;
  width: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 20%;
  filter: blur(15px);
  -webkit-filter: blur(15px);
  transition: all 0.5s linear;
  transform: scale(1.1);
  -webkit-transform: scale(1.1); }

.cap-c-play-header::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: none;
  background-color: transparent; }

.play-c-header-image--rounded img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  overflow: hidden; }

.play-c-header-image img {
  max-width: 100%; }

/** OBJECTS */
/* A simple flex layout object */
.play-o-layout {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.play-o-layout--equal-length {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.play-o-layout--row {
  -webkit-flex-direction: row;
  flex-direction: row; }

.play-o-layout--column {
  -webkit-flex-direction: column;
  flex-direction: column; }

.play-o-layout--space-between {
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.cap-c-play-header--local::before {
  background-image: linear-gradient(to right, #714f77, rgba(113, 79, 119, 0.8), rgba(113, 79, 119, 0.8), #714f77); }

.cap-c-play-header--bbc_radio_webonly::before {
  background: rgba(38, 37, 37, 0.75); }

.cap-c-play-header--bbc_radio_one::before {
  background-image: linear-gradient(to right, rgba(51, 161, 162, 0.9), rgba(32, 71, 142, 0.75), rgba(113, 45, 106, 0.75), rgba(208, 90, 71, 0.75), rgba(250, 116, 81, 0.75), rgba(252, 176, 89, 0.9)); }

.cap-c-play-header--bbc_1xtra::before {
  background-image: linear-gradient(to bottom, rgba(181, 36, 60, 0.9), rgba(96, 39, 101, 0.75), rgba(2, 121, 157, 0.65)); }

.cap-c-play-header--bbc_radio_two::before {
  background-image: linear-gradient(to right, rgba(252, 104, 70, 0.9), rgba(252, 104, 70, 0.75), rgba(252, 104, 70, 0.75), rgba(252, 104, 70, 0.9)); }

.cap-c-play-header--bbc_radio_three::before {
  background-image: linear-gradient(to right, rgba(162, 35, 49, 0.9), rgba(162, 35, 49, 0.75), rgba(162, 35, 49, 0.75), rgba(162, 35, 49, 0.9)); }

.cap-c-play-header--bbc_radio_four::before {
  background-image: linear-gradient(to right, rgba(28, 72, 117, 0.9), rgba(28, 72, 117, 0.75), rgba(28, 72, 117, 0.75), rgba(28, 72, 117, 0.9)); }

.cap-c-play-header--bbc_radio_fourfm::before {
  background-image: linear-gradient(to right, rgba(28, 72, 117, 0.9), rgba(28, 72, 117, 0.75), rgba(28, 72, 117, 0.75), rgba(28, 72, 117, 0.9)); }

.cap-c-play-header--bbc_radio_four_extra::before {
  background-image: linear-gradient(to right, rgba(57, 42, 87, 0.9), rgba(57, 42, 87, 0.75), rgba(57, 42, 87, 0.75), rgba(57, 42, 87, 0.9)); }

.cap-c-play-header--bbc_radio_five_live::before {
  background-image: linear-gradient(to right, #277d98, rgba(39, 125, 152, 0.75), rgba(39, 125, 152, 0.75), #277d98); }

.cap-c-play-header--bbc_radio_five_live_sports_extra::before {
  background-image: linear-gradient(to right, rgba(38, 127, 88, 0.9), rgba(38, 127, 88, 0.75), rgba(38, 127, 88, 0.75), rgba(38, 127, 88, 0.9)); }

.cap-c-play-header--bbc_6music::before {
  background-image: linear-gradient(to right, rgba(28, 102, 107, 0.9), rgba(28, 102, 107, 0.75), rgba(28, 102, 107, 0.75), rgba(28, 102, 107, 0.9)); }

.cap-c-play-header--bbc_asian_network::before {
  background-image: linear-gradient(to right, rgba(123, 28, 95, 0.9), rgba(123, 28, 95, 0.75), rgba(123, 28, 95, 0.75), rgba(123, 28, 95, 0.9)); }

.cap-c-play-header--bbc_world_service::before {
  background-image: linear-gradient(to right, rgba(116, 20, 22, 0.9), rgba(116, 20, 22, 0.75), rgba(116, 20, 22, 0.75), rgba(116, 20, 22, 0.9)); }

.cap-c-play-header--bbc_radio_scotland::before {
  background-image: linear-gradient(to right, rgba(88, 62, 124, 0.9), rgba(88, 62, 124, 0.75), rgba(88, 62, 124, 0.75), rgba(88, 62, 124, 0.9)); }

.cap-c-play-header--bbc_radio_scotland_music_extra::before {
  background-image: linear-gradient(to right, rgba(88, 62, 124, 0.9), rgba(88, 62, 124, 0.75), rgba(88, 62, 124, 0.75), rgba(88, 62, 124, 0.9)); }

.cap-c-play-header--bbc_radio_scotland_fm::before {
  background-image: linear-gradient(to right, rgba(88, 62, 124, 0.9), rgba(88, 62, 124, 0.75), rgba(88, 62, 124, 0.75), rgba(88, 62, 124, 0.9)); }

.cap-c-play-header--bbc_radio_scotland_mw::before {
  background-image: linear-gradient(to right, rgba(88, 62, 124, 0.9), rgba(88, 62, 124, 0.75), rgba(88, 62, 124, 0.75), rgba(88, 62, 124, 0.9)); }

.cap-c-play-header--bbc_radio_nan_gaidheal::before {
  background-image: linear-gradient(to right, rgba(11, 60, 108, 0.9), rgba(11, 60, 108, 0.75), rgba(11, 60, 108, 0.75), rgba(11, 60, 108, 0.9)); }

.cap-c-play-header--bbc_radio_ulster::before {
  background-image: linear-gradient(to right, rgba(129, 154, 83, 0.9), rgba(129, 154, 83, 0.75), rgba(129, 154, 83, 0.75), rgba(129, 154, 83, 0.9)); }

.cap-c-play-header--bbc_radio_foyle::before {
  background-image: linear-gradient(to right, rgba(129, 154, 83, 0.9), rgba(129, 154, 83, 0.75), rgba(129, 154, 83, 0.75), rgba(129, 154, 83, 0.9)); }

.cap-c-play-header--bbc_radio_wales::before {
  background-image: linear-gradient(to right, rgba(139, 22, 42, 0.9), rgba(139, 22, 42, 0.75), rgba(139, 22, 42, 0.75), rgba(139, 22, 42, 0.9)); }

.cap-c-play-header--bbc_radio_wales_fm::before {
  background-image: linear-gradient(to right, rgba(139, 22, 42, 0.9), rgba(139, 22, 42, 0.75), rgba(139, 22, 42, 0.75), rgba(139, 22, 42, 0.9)); }

.cap-c-play-header--bbc_radio_cymru::before {
  background-image: linear-gradient(to right, rgba(4, 114, 150, 0.9), rgba(4, 114, 150, 0.75), rgba(4, 114, 150, 0.75), rgba(4, 114, 150, 0.9)); }

.cap-c-play-header--bbc_radio_cymru_mwy::before {
  background-image: linear-gradient(to right, rgba(4, 114, 150, 0.9), rgba(4, 114, 150, 0.75), rgba(4, 114, 150, 0.75), rgba(4, 114, 150, 0.9)); }

.cap-c-play-header--bbc_radio_cymru_2::before {
  background-image: linear-gradient(to right, rgba(29, 176, 158, 0.9), rgba(29, 176, 158, 0.75), rgba(29, 176, 158, 0.75), rgba(29, 176, 158, 0.9)); }

.cap-c-play-header--bbc_radio_one_vintage::before {
  background-image: linear-gradient(to right, #d6d6d6, #d6d6d6, #d6d6d6, #d6d6d6); }

.cap-c-play-header--bbc_music_jazz::before {
  background-image: linear-gradient(to right, #5f9981, #5f9981, #5f9981, #5f9981); }

.cap-c-play-header--bbc_radio_two_country::before {
  background-image: linear-gradient(to right, rgba(252, 104, 70, 0.9), rgba(252, 104, 70, 0.75), rgba(252, 104, 70, 0.75), rgba(252, 104, 70, 0.9)); }

/** LEGACY */
/**
 * This is legacy sass that needs to be refactored after the branding switch.
 *
 * Once the branding switch has taken place, we can look into fixing this.
 */
body {
  background-color: #262525; }

.play {
  position: relative;
  overflow: hidden; }

.header {
  position: relative;
  color: #ffffff; }

.tleo-info {
  margin-right: 32px;
  margin-left: 32px;
  text-align: center; }
  .tleo-info a.primary-title {
    color: #ffffff;
    text-decoration: none; }
  .tleo-info a.primary-title:hover {
    color: #f54997; }
  .tleo-info .tleo-underline-center {
    height: 2px;
    width: 24px;
    background: #f54997;
    display: inline-block; }
  @media (min-width: 63em) {
    .tleo-info {
      text-align: left; } }

@media (min-width: 37.5em) {
  .tleo-info {
    margin-right: 48px;
    margin-left: 48px; } }

