/* Red-Carpet */
body {
    background-color: #000;
}
.red-carpet-section {
    background-image: url("../img/winners/red-carpet-bg.webp");
    background-size: contain;
    background-repeat: no-repeat;
}
.redcarpet-landing-page .redcarpet-header {
    padding-top: 17.3rem;
    text-align: center;
}
.is-style-capitalised {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2.3rem;
    color: #fff;
    margin: 0;
}
.red-carpet-section .hero-title,
.red-carpet-section h1 {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 5.8rem;
    color: #a0e79c;
    margin: 0;
}
.red-carpet-section p {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.73;
    max-width: 80rem !important;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    margin-bottom: 0;
}

.fullStreams {
    text-align: center;
}

.fullStreams .fullPresentations {
    padding: 30px 0;
}
.fullStreams h2 {
    font-size: 4rem;
    margin-bottom: 2rem;
}
.fullStreams .fullPresentations .facet-label {
    display: none;
}
.facet-wrap .facet-label {
    font-size: 1.2rem;
    color: #a3a3a3;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
}
.fullStreams .facetwp-facet {
    display: inline-block;
    margin: 0 3rem !important;
}
.fullStreams .facetwp-type-dropdown {
    position: relative;
}
.fullStreams .facetwp-facet .facetwp-dropdown,
.fullStreams .facetwp-facet input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 23.5rem;
    height: 3.8rem;
    color: #fff;
    font-size: 1.5rem;
    border: solid 1px #a3a3a3;
    background-color: #000;
    border-radius: 0;
    padding-left: 1rem;
}
.fullStreams .facetwp-type-dropdown:after {
    content: "";
    background: url(../img/arrows-dropdown.svg);
    position: absolute;
    width: 1.4rem;
    height: 1.4rem;
    right: 1.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: cover;
}
.fullStreams .fullPresentations .singleEvent.show {
    display: -webkit-flex !important;
    display: flex !important;
}
.fullStreams .fullPresentations .singleEvent {
    text-align: center;
    display: none;
    padding: 2rem 2rem;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 0 2rem;
}
.fullStreams .fullPresentations .singleEvent:not(:first-child) {
    display: none;
}
.fullStreams .fullPresentations .singleEvent .title {
    text-align: center;
    margin-bottom: 2rem;
    padding: 2rem 4rem;
    background-color: rgb(0 0 0 / 0.5);
}
.fullStreams .fullPresentations .singleEvent h3 {
    font-size: 2.5rem;
}
.fullStreams .medium-title,
h3 {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 2.1rem;
    color: #a0e79c;
    margin: 0;
}
.fullStreams .fullPresentations .singleEvent .streamPanel {
    display: -webkit-flex;
    display: flex;
}
@media (min-width: 992px) {
    .fullStreams .fullPresentations .singleEvent .streamPanel .controlBox {
        display: -webkit-flex;
        display: flex;
        margin-left: 4rem;
    }
}
.fullStreams .fullPresentations .singleEvent .streamPanel .controlBox {
    -webkit-order: 2;
    order: 2;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.fullStreams .fullPresentations .singleEvent .sectorBox .redcarpet.active {
    border: 1px solid rgb(255 255 255 / 0.7);
    color: #a0e79c;
}
.fullStreams .fullPresentations .singleEvent .sectorBox .redcarpet {
    font-size: 1.4rem;
    transition: border 0.4s ease;
    margin: 0;
    padding: 2rem 3rem;
    color: #dedede;
    text-transform: uppercase;
    width: 100%;
    background-color: #000;
    border: 1px solid rgb(255 255 255 / 0.3);
}
.fullStreams .fullPresentations .singleEvent .sectorBox .redcarpet.active {
    border: 1px solid rgb(255 255 255 / 0.7);
    color: #a0e79c;
}
.fullStreams .fullPresentations .singleEvent .title {
    text-align: center;
    margin-bottom: 2rem;
    padding: 2rem 4rem;
    background-color: rgb(0 0 0 / 0.5);
}
.medium-title,
h3 {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 2.1rem;
    color: #a0e79c;
    margin: 0;
}
.large-title,
h2 {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 3.2rem;
    color: #9dceff;
    margin: 0;
}
.fullStreams h2 {
    font-size: 4rem;
    margin-bottom: 2rem;
}
#playBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    clear: both;
    width: 100px;
    height: 70px;
    line-height: 70px;
    font-size: 45px;
    background: #000;
    text-align: center;
    color: #fff;
    border-radius: 18px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -35px;
}
#playArrow {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 25px solid #fff;
}
.fullStreams .fullPresentations .singleEvent .sectorBox .redcarpet:hover:not(.active) {
    border: 1px solid rgba(255, 255, 255, 0.7);
}
.companyRedCarpets {
    margin: 3rem 0;
    padding: 3rem 0 0;
}
@media (min-width: 992px) {
    .companyRedCarpets .redCarpetWinnerFacets {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}
.companyRedCarpets .redCarpetWinnerFacets {
    -webkit-justify-content: center;
    justify-content: center;
}
.facet-wrap .facet-label {
    font-size: 1.2rem;
    color: #a3a3a3;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
}
.fullStreams .facetwp-facet {
    display: inline-block;
    margin: 0 3rem !important;
}
.facetwp-type-dropdown {
    position: relative;
}
.companyRedCarpets .redCarpetWinnerFacets .resetLink {
    margin-top: 2rem;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    display: block;
    width: 100%;
    font-size: 1.3rem;
    text-decoration: underline;
    color: #fff;
    cursor: pointer;
}
.companyRedCarpetVideos {
    padding: 0 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 2rem;
}
.companyRedCarpetVideos .single-redcarpet {
    -webkit-flex: 0 0 40%;
    flex: 0 0 40%;
    display: -webkit-flex;
    display: flex;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 3rem;
}
.companyRedCarpetVideos .single-redcarpet .redcarpet.companyLink {
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
    width: 100%;
    margin: 0;
    padding: 3rem 1.5rem;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    line-height: normal;
    transition: border 0.4s ease;
}
.companyRedCarpetVideos .single-redcarpet .redcarpet.companyLink:hover {
    border: 1px solid rgba(255, 255, 255, 0.7);
}
.companyRedCarpetVideos .single-redcarpet h4 {
    font-size: 2rem;
    margin-bottom: 2rem;
}
h4,
h5 {
    color: #fff;
}
.companyRedCarpetVideos .single-redcarpet .redcarpet.companyLink .rclink {
    border-bottom: none;
    display: inline-block;
    color: #fff;
}
.companyRedCarpetVideos .single-redcarpet .redcarpet.companyLink .rclink {
    color: #fff;
}
.companyRedCarpetVideos .single-redcarpet .redcarpet.companyLink .rclink img {
    vertical-align: middle;
    margin: 0 5px;
}
.single-redcarpet a {
    cursor: pointer;
}

.facetwp-pager .facetwp-page.active,
.facetwp-pager .facetwp-page.active.page-link {
    font-weight: bold;
    cursor: default;
    color: #fff !important;
    background-color: #262626 !important;
    border-color: transparent !important;
}

.facetwp-pager .facetwp-page,
.facetwp-pager .facetwp-page.page-link {
    font-size: 1.3rem;
    color: #656565;
    padding: 0.4rem 0.8rem;
    background-color: #262626;
    display: inline-block;
    margin-right: 6px;
    cursor: pointer;
    border: none;
    text-decoration: none;
    border-radius: 0;
}

.facetwp-pager .facetwp-page:hover,
.facetwp-pager .facetwp-page.page-link:hover {
    color: #fff;
    background-color: #333;
}

.facetwp-pager .dots,
.facetwp-pager .page-link.dots {
    color: #fff;
    background: none;
    border: none;
    cursor: default;
}
@media (max-width: 992px) {
  .streamPanel {
    flex-direction: column;
    align-items: stretch;
  }

  .controlBox {
    order: 2;
    justify-content: center;
  }

  .redCarpetPlayer {
    order: 1;
  }
}

@media (max-width: 768px) {
   
  .redCarpetWinnerFacets {
    flex-direction: column;
  }

  .redCarpetWinnerFacets .facet-wrap {
    flex: 1 1 100%;
  }

  .facetwp-dropdown,
  .facetwp-search {
    font-size: 0.9rem;
  }

  .single-redcarpet h4 {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
    .companyRedCarpetVideos {
        display:block!important;
    }
  .redCarpetVideos {
    padding: 1rem 0.5rem;
  }

  .fullPresentations,
  .companyRedCarpets {
    padding: 1rem;
  }

  .controlBox {
    flex-direction: column;
  }

  .rclink img {
    height: 20px;
  }
}