* {
  box-sizing: border-box;
}

.container {
  position: relative;
  max-width: 1920px;
  padding: 0% 5% 0% 5%;
  margin: 0 auto;
  overflow: hidden;
}
.container.blog {
  padding: 30px 0;
  max-width: 1440px;
}

.owl-nav {
  display: block;
  position: absolute;
  top: 42%;
  width: 100%;
  z-index: 100;
}

.owl-prev, .owl-next {
  font-size: 32px !important;
  color: #ffffff !important;
}

.custom-roster-page {
  background: #000000;
  background-image: url("../images/roster-page-bg.jpg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top left;
  padding-top: 60px;
}
.custom-roster-page .category-name {
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  font-family: "All-Pro Display A", Sans-serif;
}
.custom-roster-page .page-heading {
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-size: 82px;
  font-weight: 600;
  font-family: "All-Pro Display A", Sans-serif;
}
.custom-roster-page .sub-heading-text {
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  font-family: "All-Pro Display A", Sans-serif;
  margin-bottom: 45px;
}
.custom-roster-page .player {
  width: 100%;
  margin-bottom: 30px;
  color: #ffffff;
  font-family: "All-Pro Display A", Sans-serif;
  position: relative;
}
@media (min-width: 992px) {
  .custom-roster-page .player {
    width: calc(50% - 60px);
    margin: 0 30px 60px 30px;
  }
}
@media (min-width: 1440px) {
  .custom-roster-page .player {
    width: calc(25% - 60px);
  }
}
.custom-roster-page .player.no-team:hover .hidden-section {
  background-color: #013369;
  display: block;
  width: calc(100% + 30px);
  margin-left: -15px;
  min-height: calc(100% - 97px);
}
.custom-roster-page .player:hover .hidden-section {
  background-color: #013369;
  display: block;
  width: calc(100% + 30px);
  margin-left: -15px;
  min-height: calc(100% - 117px);
}
.custom-roster-page .player:hover .player-team {
  opacity: 0;
  visibility: hidden;
}
.custom-roster-page .player:hover .player-team.bio {
  opacity: 1;
  visibility: visible;
  font-size: 24px;
  padding-bottom: 5px;
}
.custom-roster-page .player:hover .player-bottom-section .player-name {
  opacity: 0;
  visibility: hidden;
}
.custom-roster-page .player:hover .player-bottom-section .player-name.bio {
  opacity: 1;
  visibility: visible;
}
.custom-roster-page .player .player-image img {
  max-width: 100%;
  width: 100%;
}
.custom-roster-page .player .player-bottom-section {
  padding: 15px;
  transition: all 0.5s ease;
  background-color: #013369;
}
.custom-roster-page .player .player-name {
  font-size: 31px !important;
  font-weight: 600 !important;
  margin-bottom: 5px !important;
  line-height: 1 !important;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
}
.custom-roster-page .player .player-team {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  transition: 0.5s ease;
  margin-bottom: 0;
}
.custom-roster-page .player .social-icons {
  padding-top: 10px;
}
.custom-roster-page .player .social-icons a {
  line-height: 32px;
  margin-right: 10px;
}
.custom-roster-page .player .social-icons a:last-child {
  margin-right: 0;
}
.custom-roster-page .player .social-icons img {
  max-width: 20px;
}
.custom-roster-page .player .hidden-section {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: transparent;
  padding: 15px;
  transition: all 0.5s ease;
}
.custom-roster-page .player .hidden-section p {
  font-size: 18px;
}
.custom-roster-page .hosts, .custom-roster-page .casters {
  width: 100%;
}
@media (min-width: 1440px) {
  .custom-roster-page .hosts, .custom-roster-page .casters {
    width: 50%;
  }
}
.custom-roster-page .hosts .player, .custom-roster-page .casters .player {
  width: 100%;
}
@media (min-width: 1440px) {
  .custom-roster-page .hosts .player, .custom-roster-page .casters .player {
    width: calc(50% - 60px);
  }
}

.custom-carousel {
  overflow: hidden;
}

.player {
  width: 100%;
  margin-bottom: 30px;
  color: #ffffff;
  font-family: "All-Pro Display A", Sans-serif;
  position: relative;
}
.player.no-team:hover .hidden-section {
  background-color: #013369;
  display: block;
  width: calc(100% + 30px);
  margin-left: -15px;
  height: 100%;
}
.player.owl {
  width: 100%;
}
.player.owl:hover .hidden-section {
  background-color: #013369;
  display: block;
  margin-left: 0;
  width: 100%;
  min-height: calc(100% - 97px);
}
.player:hover .hidden-section {
  background-color: #013369;
  display: block;
  width: calc(100% + 30px);
  margin-left: -15px;
  min-height: calc(100%);
}
.player:hover .player-team {
  opacity: 0;
  visibility: hidden;
}
.player:hover .player-team.bio {
  opacity: 1;
  visibility: visible;
  font-size: 24px;
  padding-bottom: 5px;
}
.player:hover .player-bottom-section .player-name {
  opacity: 0;
  visibility: hidden;
}
.player:hover .player-bottom-section .player-name.bio {
  opacity: 1;
  visibility: visible;
}
.player:hover .player-bottom-section .social-icons {
  position: absolute;
  z-index: 10;
  bottom: 15px;
}
.player .player-image img {
  max-width: 100%;
  width: 100%;
}
.player .player-bottom-section {
  padding: 15px;
  transition: all 0.5s ease;
  background-color: #013369;
}
.player .player-name {
  font-size: 31px !important;
  font-weight: 600 !important;
  margin-bottom: 5px !important;
  line-height: 1 !important;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
}
.player .player-team {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  transition: 0.5s ease;
  margin-bottom: 0;
}
.player .social-icons {
  padding-top: 10px;
}
.player .social-icons a {
  line-height: 32px;
  margin-right: 10px;
}
.player .social-icons a:last-child {
  margin-right: 0;
}
.player .social-icons img {
  max-width: 20px;
}
.player .hidden-section {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: transparent;
  padding: 15px;
  transition: all 0.5s ease;
}
.player .hidden-section p {
  font-size: 18px;
}

.hosts, .casters {
  width: 100%;
}
@media (min-width: 1440px) {
  .hosts, .casters {
    width: 50%;
  }
}
.hosts .player, .casters .player {
  width: 100%;
}
@media (min-width: 1440px) {
  .hosts .player, .casters .player {
    width: calc(50% - 60px);
  }
}

.blog-post {
  margin-top: 30px;
}
.blog-post .left {
  position: relative;
  padding-right: 10px;
}
.blog-post .left:after {
  content: "";
  height: 47px;
  width: 4px;
  position: absolute;
  background-color: #000000;
  right: -2px;
  top: -9px;
}
.blog-post .right {
  padding-left: 10px;
  line-height: 1;
  margin: 0;
}
.blog-post .right .date {
  color: #707070;
  font-weight: 400;
}
.blog-post span {
  color: #000000;
  font-size: 22px;
  font-weight: 600;
  font-family: "All-Pro Display A", Sans-serif;
}

/*# sourceMappingURL=custom-styles.css.map */
