/* homepage section */

#tv-guide-sessions-container
  > div.session-card
  > button.session-card-more-info {
  margin-left: 12px !important;
}

.homepage-section {
  max-width: 1224px;
  margin: auto;
}

.homepage-section-spacer-top {
  margin-top: 36px;
}

.homepage-section-spacer-bottom {
  margin-bottom: 48px;
}

.homepage-section .section-header {
  font-family: "Metropolis", Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 300;
  font-size: 34px;
  color: #000000;
  line-height: 40px;
}

.img-container {
  padding: 12px !important;
  line-height: 0px !important;
}

.img-fluid {
  width: 100%;
}

@media (max-width: 576px) {
  #exploreMoreDesktop {
    display: none;
  }

  #exploreMoreMobile {
    display: block !important;
  }

  .img-container {
    padding: 7.5px !important;
  }

  .homepage-section-spacer-top {
    margin-top: 17px !important;
  }

  .homepage-section-spacer-bottom {
    margin-bottom: 24.5px !important;
  }

  #contentCatalog {
    padding: 15px 7.5px 7.5px 7.5px !important;
  }

  .homepage-section .section-header {
    font-size: 23px !important;
    line-height: 30px !important;
  }

  .banner-img {
    padding: 12px 8px !important;
  }
}

@media (min-width: 577px) {
  .banner-img {
    padding: 12px 60px !important;
  }
}

#exploreMoreMobile {
  display: none;
}

#contentCatalog {
  padding: 12px 12px 12px 0px;
}

.app-store-link {
  display: block;
  position: absolute;
  top: 59%;
  left: 38.5%;
  width: 12%;
  height: 25%;
}

.google-play-link {
  display: block;
  position: absolute;
  top: 59%;
  left: 51%;
  width: 12%;
  height: 25%;
}

.bcc-wrap {
  margin: 0 auto;
  /*box-shadow: 0px 20px 45px 0px #a0a0a0;*/
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
}

/* end homepage section */

.att-dash-join-the-experience {
  height: 416px !important;
}

@media (max-width: 1024px) {
  /* #special-div
    > div
    > div
    > div:nth-child(1)
    > div
    > div
    > div
    > div
    > div:nth-child(2) {
    display: none;
  } */
  #special-div > div > div > div:nth-child(1) {
    padding-bottom: 0 !important;
  }
}

.page-builder-display-reset {
  max-width: unset !important;
  padding: 0px !important;
}

.flex-box-section-full:nth-child(1) {
  width: 100%;
  background: linear-gradient(360deg, rgb(199, 220, 231), rgb(255, 255, 255));
  padding: 24px 0px !important;
}

.flex-box-section-full:nth-child(2) {
  max-width: 1200px;
}

.flex-box-section-full-interior {
  width: 100% !important;
}

#special-div
  > div.flex-box-section-full-interior
  > div.flex-box-section
  > div.flex-box-child {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

@media (min-width: 416px) and (max-width: 992px) {
  .flex-box-section-full:nth-child(2) {
    margin: 0 16px;
  }
}

@media (min-width: 993px) and (max-width: 1260px) {
  .flex-box-section-full:nth-child(2) {
    margin: 0 30px;
  }
}

@media (min-width: 993px) {
  .epg-mobile {
    padding-right: 6px;
  }
}

/*-- Wilson's Code --*/

#tabs-content > div.info-tab-content {
  background-color: #fff !important;
}

.info-tab-content {
  background-color: white !important;
}

.banner-desktop {
  display: block;
}

.banner-mobile {
  display: none;
}

@media (max-width: 415px) {
  .banner-desktop {
    display: none !important;
  }

  .banner-mobile {
    display: block !important;
  }

  .app-store-link {
    top: 68%;
    left: 9%;
    width: 25%;
    height: 16%;
  }

  .google-play-link {
    top: 68%;
    left: 36%;
    width: 26%;
    height: 16%;
  }
}

#special-div
  > div
  > div
  > div:nth-child(1)
  > div.flex-box-section-full-interior
  > div.flex-box-section
  > div.flex-box-child.rf-grid-layout-100 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

@media (max-width: 415px) {
  #special-div
    > div.page-builder-display-reset
    > div.flex-box-section-full:nth-child(2) {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  #special-div > div.flex-box-section-full-interior {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

/* #contentCatalogImg {
  width: 100% !important;
  max-width: 288px !important;
  height: auto !important;
  object-fit: contain !important;
} */

/*
.bcc-wrap * {
    font-family: 'Metropolis Light', Arial, Helvetica, sans-serif !important;
}
*/

.bcc-wrap {
  padding: 0 px !important;
}

@media (max-width: 768px) {
  .flex-box-section-full:nth-child(1) {
    margin-top: 50px;
  }

  .flex-box-section {
    margin: 0px !important;
  }

  .video-js.vjs-fluid {
    z-index: 8 !important;
  }
}

/* START WELCOME VIDEO EDITS */

.welcome-video-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 10;
  background: linear-gradient(180deg, #f4f8fa 0%, #c6dde7 100%) fixed;
  background-color: white;
}

.welcome-video-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 720px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 32px;
  padding-bottom: 32px;
}

/*--
.video-header {
padding-bottom: 28px;
}
--*/

.video-title {
  font-family: "Metropolis", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  margin-top: 7px;
}

object.vmworld-2020-img {
  width: 233px;
  float: left;
}

.welcome-video-container {
  margin-top: 28px;
  margin-bottom: 28px;
  clear: both;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.welcome-video-container > iframe:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

object.vmworld-img {
  width: 137px;
  float: left;
}

span.video-title {
  font-family: "Metropolis", Helvetica, Arial, sans-serif;
  float: right;
  font-size: 16px;
  line-height: 100%;
  color: #565656;
}

.rfwf-header-buttons button {
  background: transparent;
  color: #1a428a;
  font-size: 16px;
  line-height: 22px;
  border: none;
  outline: none;
  cursor: pointer;
  padding-right: 20px;
  position: relative;
  left: 10px;
}

i.fa.fa-chevron-right {
  color: #1a428a;
}

.rfwf-header-buttons button:hover,
.rfwf-header-buttons button:hover .rfwf-header-buttons i.fa.fa-chevron-right {
  color: #007ab8;
}

.fa.fa-chevron-right {
  z-index: -1;
}

@media (max-width: 415px) {
  .video-title {
    clear: both !important;
    float: left !important;
    padding: 24px 0px 0px 0px;
  }

  .video-header,
  .video-footer {
    padding: 0px;
  }

  /* .welcome-video-container {
      width: calc(100vw - 32px) !important;
  } */
}

.welcome-video-wrapper .vjs-big-play-button {
  margin: auto !important;
}

@media (min-width: 416px) {
  .welcome-video-wrapper .video-js .vjs-big-play-button .vjs-icon-placeholder {
    left: 30% !important;
    top: 15% !important;
  }
}

/* END WELCOME VIDEO EDITS */

/*- Mobile Video Player Tweaks -*/

@media screen and (max-width: 432px) {
  #player-6164421911001-4vwmvmbeOy
    > div.control-bar-wrapper
    > div.description-wrapper
    > span.video-title {
    max-height: none !important;
    overflow: auto !important;
  }

  #player-6164421911001-4vwmvmbeOy
    > div.control-bar-wrapper
    > div.description-wrapper
    > span.video-description {
    display: none !important;
  }

  #player-epg-container-mobile
    > div
    > div.tabs-and-pigeonhole
    > div.tabs-content-mobile > div {
    background-color: #ffffff !important;
  }

  .channels-listings-item:not(.channels-listings-item:first-child)
    > div:first-child
    button {
    background-color: #1a428a;
  }

  #player-epg-container-mobile
    > div
    > div.tabs-and-pigeonhole
    > div.tabs-content-mobile
    > div
    > div:nth-child(2)
    > div:nth-child(1)
    > button {
    background-color: #1a428a !important;
  }
}

.tabs-and-pigeonhole {
    background-color: #ffffff !important;
}

#tabs-content
  > div.info-tab-content
  > div.broadcast-times
  > div
  > div:nth-child(2)
  > div.broadcast-times-schedule-item
  > a:link {
  color: #1A428A !important;
}

#tv-guide-overlay > div.now-play-sidebar > div.now-play-session-title {
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 150% !important;
  max-height: 80px !important;
  text-overflow: ellipsis !important;
}

#sidebarInfoTab, #sidebarQAndATab, #comingUpNext {
    padding: 0px 16px !important;  
    justify-content: flex-start !important;
}

.class.tab-mobile {
text-align: left !important;
width: unset !important;
}

.channels-listings-item button {
  background: transparent;
}

.channels-listings-item:first-child button {
    background:  #1A428A;
  }

#tv-guide-overlay > div.tv-guide-sessions > div.tv-guide-sessions-header > span {
  cursor: pointer;
}

.channels-listings-item>div:first-child button {
    color: #ffffff !important;
    background-color:  #1A428A !important;
}

#player-epg-container-mobile > div > div.tabs-and-pigeonhole > div.tabs-content-mobile > div > div > div > button {
    background-color:  #1A428A !important;
}



.welcome {
    position: relative;
    height: 100%;
    width: 100%;
    border: none;
    height: 330px;
}


@media (max-width: 416px) {
  .welcome {
        position: relative;
        height: 100%;
        width: 100%;
        border: none;
        height: 193px !important;
    }
}
   

.content-catalog-link {
    position: absolute;
    top: 51%;
    left: 12%;
    width: 24%;
    height: 11%;
}

.my-survey-link {
    position: absolute;
    top: 81%;
    left: 12%;
    width: 16%;
    height: 11%;
}

@media (max-width: 1400px) {
    .content-catalog-link {
        left: 5% !important;
        width: 28% !important;
        height: 15%;
    }

    .my-survey-link {
        left: 5% !important;
        width: 19% !important;
    }
}

img.event-concluded-slate {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.15);
 }

@media (min-width: 792px) and (max-width:993px) {
 #special-div > div > div > div:nth-child(1) > div > div > div > div {
    margin-top: 56px;
 }
}

#special-div > div > div > div:nth-child(1) > div > div > div > div > div {
    max-width: 1200px;
    margin: 0 auto;
}
