/*
 * Styles for the [displayevents] shortcode.
 * Moved from wp-content/themes/salient-child/style.css — see Task 6 of the
 * extraction plan / the 2026-07-02 design spec.
 */

/* Home page TV Section CSS */
.tooltip-bar {
  background-color: #336699;
  margin-bottom: 0px !important;
  padding-left: 35px !important;
  width: 1400px;
  margin: -97px auto 0 auto;
  height: 130px;
}

.tooltip-left h4 {
  color: #15191b;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 28px;
  font-family: "Avenir Next LT W01 Bold" !important;
}

.tooltip-btn {
  display: inline-block;
}
.tooltip-btn div a {
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left center;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  font-family: "Avenir Next LT W01 Bold" !important;
  margin-right: 5px;
}

.tooltip-btn div {
  float: left;
  margin-right: 8px;
}

.tooltip-bar-content {
  display: inline-block;
  width: 100%;
  height: 130px;
}

.tooltip-left {
  width: 36%;
  float: left;
  padding: 30px 0px 15px;
  height: 130px;
}

.tooltip-right {
  width: 64%;
  float: right;
  height: 130px;
}

.week-days {
  display: inline-block;
  height: 130px;
  float: right;
}
.week-days .day {
  border-right: 1px solid #fff;
  width: 170px;
  float: left;
  font-size: 24px;
  line-height: 130px;
  color: #ffffff;
  font-family: "Avenir Next LT W01 Bold" !important;
  text-transform: uppercase;
  text-align: center;
  height: 130px;
  cursor: pointer;
}
.week-days .day a {
  color: #fff;
}
.week-days .day:hover {
  color: #15191b;
}
.week-days .day:hover a {
  color: #15191b;
}
.week-days .day:last-child {
  border-right: 0px solid #fff;
}

.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 270px;
  background-color: #fff;
  text-align: center;
  border-radius: 0px;
  padding: 10px 10px 20px 10px;
  position: absolute;
  z-index: 1;
  bottom: 104%;
  left: 0%;
  margin-left: -60px;
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltiptext .guestname {
  background-image: url(/wp-content/uploads/2019/05/home-guest-icon.png);
}
.tooltiptext .titlename {
  background-image: url(/wp-content/uploads/2019/05/home-title-icon.png);
  cursor: pointer;
}
.tooltiptext .guestname {
  margin-left: 11px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto;
  font-size: 16px;
  line-height: 20px;
  color: #15191b;
  font-family: "Avenir Next LT W01 Bold" !important;
  text-align: left;
  padding: 5px 10px 0px 28px;
  text-transform: capitalize;
}
.tooltiptext .titlename {
  margin-left: 11px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto;
  font-size: 16px;
  line-height: 20px;
  color: #15191b;
  font-family: "Avenir Next LT W01 Bold" !important;
  text-align: left;
  padding: 5px 10px 0px 28px;
  text-transform: capitalize;
}
.tooltiptext .titlename a {
  color: #15191b;
}
.tooltiptext .titlename:hover {
  color: #336699;
}
.tooltiptext .titlename:hover a {
  color: #336699;
}
.tooltiptext .air-date {
  font-size: 14px;
  color: #336699;
  font-family: "AvenirNextLTW01-Medium" !important;
  text-align: left;
  line-height: 16px;
  padding: 15px 11px 8px 11px;
  text-transform: capitalize;
}
.tooltiptext .tooltip-img {
  line-height: 17px;
}

.my-homepage-container-wrap {
  width: 1400px;
  margin: 0 auto;
  padding-top: 410px;
}

.homepage-feature-banner {
  height: 870px;
}

.my-homepage-container-wrap .header-video-icon, .my-homepage-container-wrap .header-video-text, .my-homepage-container-wrap .header-post-guest-name, .my-homepage-container-wrap .header-post-title, .my-homepage-container-wrap .header-entry-content {
  padding-left: 0px;
}
.my-homepage-container-wrap .header-post-title a {
  color: #fff;
}
.my-homepage-container-wrap .header-entry-content p {
  line-height: 26px;
}

.container-wrap.my-main-tooltip-container {
  /* Not `inherit`: the wrapper's min-height:100% inflated this to ~948px for a
     130px bar, and the empty area sat at z-index:10 swallowing clicks behind it. */
  min-height: 0 !important;
}

.tooltiptext p {
  font-size: 16px;
  line-height: 20px;
  color: #15191b;
  font-family: "Avenir Next LT W01 Bold" !important;
  padding-top: 15px;
}

.week-days.mobile-view {
  display: none;
}

@media only screen and (max-width: 1500px) {
  .week-days {
    display: block;
    float: left;
    width: 100%;
  }
  .week-days .day {
    width: 120px;
  }

  .tooltip-bar {
    width: 1150px;
  }

  .tooltip-left {
    width: 46%;
  }

  .tooltip-right {
    width: 54%;
  }

  .tooltip .tooltiptext {
    margin-left: -57px;
    width: 225px;
  }
}

@media only screen and (max-width: 1000px) {
  .week-days {
    display: none;
  }
  .week-days.mobile-view {
    display: block;
    height: auto;
    float: none;
  }

  .homepage-feature-banner {
    display: none;
  }

  .tooltip-bar {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin: 0px auto 0 auto;
    height: auto;
  }

  .tooltip-bar-content {
    height: auto;
  }

  .tooltip-btn {
    display: inline-block;
    width: 100%;
  }

  .tooltip-left {
    width: 100%;
    padding: 50px 40px 0px 40px;
    height: auto;
    float: none;
  }
  .tooltip-left h4 {
    margin-bottom: 42px !important;
    text-align: center;
    color: #fff;
  }

  .tooltip-btn div {
    margin-right: 2%;
    width: 32%;
    text-align: center;
    margin-bottom: 15px;
  }
  .tooltip-btn div:last-child, .tooltip-btn div a {
    margin-right: 0px;
  }

  .tooltip-right {
    width: 100%;
    float: none;
    border-top: 2px solid #fff;
    height: auto;
  }

  /* Style tab links */
  .week-days.mobile-view .tablink {
    background-color: #336699 !important;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 15px 16px;
    font-size: 17px;
    width: 20%;
    font-family: "Avenir Next LT W01 Bold" !important;
    border-radius: 0px !important;
    border-right: 1px solid #fff;
  }
  .week-days.mobile-view .tablink:nth-child(5) {
    border-right: 0px solid #fff;
  }
  .week-days.mobile-view .tablink:hover {
    color: #15191b;
  }
  .week-days.mobile-view .selected {
    color: #15191b;
  }

  /* Style the tab content (and add height:100% for full page content) */
  .tabcontent {
    color: white;
    display: none;
    height: 100%;
    background-color: #15191b;
    position: relative;
  }

  .tab-img-container {
    position: relative;
  }
  .tab-img-container .header-video-icon {
    margin-top: 0px;
    position: absolute;
    bottom: 20px;
    padding-left: 25px;
  }
  .tab-img-container .header-video-icon img {
    width: 52px !important;
  }

  .tabcontent .todays-video {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 18px;
    line-height: 22px;
    color: #336699;
    font-family: "Avenir Next LT W01 Bold" !important;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-top: 15px;
  }
  .tabcontent .guestname {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 25px;
    line-height: 25px;
    color: #fff;
    font-family: "Avenir Next LT W01 Bold" !important;
    text-transform: uppercase;
  }
  .tabcontent .titlename {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 25px;
    line-height: 25px;
    color: #fff;
    font-family: "Avenir Next LT W01 Bold" !important;
    text-transform: uppercase;
  }
  .tabcontent .titlename a {
    color: #fff;
  }
  .tabcontent .description {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 17px;
    line-height: 20px;
    color: #336699;
    text-transform: uppercase;
    font-family: "AvenirNextLTW01-Medium" !important;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .tabcontent .description a {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto;
    padding-right: 30px;
  }

  .my-btn-wrapper {
    display: flex;
    position: relative;
  }
  .my-btn-wrapper button.selected::before {
    content: "";
    position: absolute;
    bottom: -20px;
    margin-left: 9px;
    border-width: 10px;
    border-style: solid;
    border-color: #336699 transparent transparent transparent;
    color: #336699;
    z-index: 9;
  }

  .tab-img-container .tab-img {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .my-main-tooltip-container .container.main-content {
    max-width: 100% !important;
  }

  .tab-img-container .tab-img a {
    width: 100%;
    height: 100%;
    display: block;
  }
}

@media only screen and (max-width: 690px) {
  .week-days.mobile-view .tablink {
    padding: 17px 16px;
    font-size: 14px;
  }

  .tabcontent .todays-video {
    font-size: 14px;
    line-height: 18px;
  }
  .tabcontent .guestname, .tabcontent .titlename {
    font-size: 20px;
    line-height: 20px;
  }
  .tabcontent .description {
    font-size: 12px;
    line-height: 16px;
  }

  .tooltip-left h4 {
    font-size: 18px;
    line-height: 22px;
  }

  .tab-img-container .tab-img {
    height: 220px;
  }
}

#am-twol-video-modal video.size {
  width: 50%;
  height: 100%;
  border-width: 0;
}
#am-twol-video-modal {
  position: absolute;
  z-index: 999999 !important;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: none;
}
#am-twol-video-modal .modal-dialog {
  margin-top: 150px;
}
#am-twol-video-modal button.close {
  margin-left: 50%;
  background: #336699;
  color: white;
  border: none;
  height: 25px;
  width: 25px;
  font-size: 22px;
}
#am-twol-video-modal button.close:hover,
#am-twol-video-modal button.close:focus {
  cursor: pointer;
}
@media only screen and (max-width: 1400px) {
  #am-twol-video-modal video.size {
    width: 80%;
  }
  #am-twol-video-modal button.close {
    margin-left: 80%;
  }
}
