/*
blue: #263370;
yellow: #ffcb28...
*/
/* faster when compiling than including all bootstrap */
.amber-gradient {
  background: #652d82;
  background: -moz-linear-gradient(-45deg, #FAD917 0%, #FAD917 50%, #652d82 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAD917), color-stop(50%, #FAD917), color-stop(100%, #652d82));
  background: -webkit-linear-gradient(-45deg, #FAD917 0%, #FAD917 50%, #652d82 100%);
  background: -o-linear-gradient(-45deg, #FAD917 0%, #FAD917 50%, #652d82 100%);
  background: linear-gradient(to -45deg, #FAD917 0%, #FAD917 50%, #652d82 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FAD917, endColorstr=#652d82);
}

/* font size adjustments */
#cd-top-nav {
  font-size: 115%;
}

.rugby-league-feature-match-slider p.current-date {
  font-size: 1.2rem;
}

body, html {
  font-family: "lato";
  background-color: #000000 !important;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

#cd-lateral-nav {
  background-image: linear-gradient(90deg, #652D82, #43125d);
}

#cd-lateral-nav ul li {
  font-size: 20px;
  letter-spacing: 0.5px;
}

#cd-lateral-nav .sub-menu a {
  border-bottom: 1px solid #666;
  padding-left: 45px;
  font-size: 1.1rem;
  color: #ccc;
  letter-spacing: 0.5px;
  font-family: "lato";
  font-size: 14px;
  line-height: 120%;
}

#cd-lateral-nav .sub-menu a:hover {
  color: #FAD917;
}

.cd-main-content {
  background: #FFFFFF;
  padding-top: 70px;
}

.img-fluid {
  width: 100%;
}

.logo-bar {
  background: url("/themes/pluto/_img/header_bg.jpg");
  padding: 50px 0px;
  height: 70px;
}

img.logo-mobile {
  width: 100px;
}

img.logo {
  width: 200px;
  padding: 10px;
}

a {
  color: #652d82;
  text-decoration: none;
}

a:HOVER {
  text-decoration: none;
  color: #000000;
}

.row {
  background: none;
}

.news-grid-plugin h4.card-title {
  font-family: "Teko", sans-serif;
}
.news-grid-plugin h4.card-title a {
  font-size: 1.5rem;
}

.btn-primary {
  background-color: #000;
  border-color: #000;
  font-size: 20px;
  font-family: "Teko", sans-serif;
  font-weight: normal;
  letter-spacing: 0rem;
  text-transform: uppercase;
}

.btn-primary:HOVER {
  background-color: #163413;
  border-color: #163413;
}

.ign-row-content-light .btn-primary {
  background-color: #FAD917;
  border-color: #ffcc00;
  color: #000000;
}

.news-feature-plugin .slick-feature-slider A:HOVER h2:after {
  background: #ffcc00;
}

.card {
  width: 100%;
}

.card-icons .card {
  background: none;
  box-shadow: none;
  border: none;
}

.card h3.card-title {
  color: #000 !important;
  font-size: 25px;
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
}

p.card-text {
  margin-bottom: 20px;
}

.slider .slick-prev:before, .slider .slick-next:before {
  color: #ccc;
}

.home-feature .match-holder {
  padding-top: 30px;
}

footer {
  background-color: #000;
}
footer a {
  color: #FAD917;
}
footer a.fluid {
  color: #ccc;
}
footer a:hover {
  color: #652d82;
}
footer footer p {
  font-size: 12px;
  line-height: 160%;
  color: #ccc;
}

footer .partners a img {
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.4;
  border: 1px #cccccc solid;
  display: block;
}

footer .partners {
  background-color: #221f20;
}

.partners img.partner-item {
  max-width: 100%;
}

img.partner-item {
  padding: 10%;
}

footer .partners a img:hover {
  -webkit-filter: grayscale(0);
  filter: none;
  opacity: 1;
}

/*.container-fluid {max-width:1460px; margin-left:auto; margin-right:auto;}*/
header {
  position: fixed;
  top: 0;
  height: 70px;
  width: 100%;
  background-image: linear-gradient(90deg, #652D82, #43125d);
  z-index: 3;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.3);
}

.rugby-league-feature-match-slider .home-feature .heading-hold h2 {
  font-size: 40px !important;
  font-weight: normal;
}
@media (min-width: 768px) {
  .rugby-league-feature-match-slider .home-feature .heading-hold h2 {
    font-size: 40px !important;
  }
}
@media (min-width: 992px) {
  .rugby-league-feature-match-slider .home-feature .heading-hold h2 {
    font-size: 40px !important;
  }
}
@media (min-width: 1200px) {
  .rugby-league-feature-match-slider .home-feature .heading-hold h2 {
    font-size: 60px !important;
  }
}

#cd-top-nav a,
.rugby-league-feature-match-slider .match-latest,
.rugby-league-feature-match-slider p.current-date,
.rugby-league-feature-match-slider .home-feature .heading-hold h2,
.cd-navigation li a,
.match-centre .team-name,
.hero h2 {
  font-family: "Teko", sans-serif;
  font-weight: normal;
}

.hero .img-hold img.full-image {
  left: 0px !important;
}

.text-plugin h1, .text-image-plugin h1,
.text-plugin h2, .text-image-plugin h2,
.text-plugin h3, .text-image-plugin h3,
.text-plugin h4, .text-image-plugin h4,
.text-plugin h5, .text-image-plugin h5,
.text-plugin h6, .text-image-plugin h6 {
  font-weight: normal;
  color: #000 !important;
}

.text-plugin h1, .text-image-plugin h1 {
  font-size: 2rem !important;
  line-height: 2.2rem;
}

.text-plugin h2, .text-image-plugin h2 {
  font-size: 1.8rem !important;
  line-height: 2rem;
}

.text-plugin h3, .text-image-plugin h3 {
  font-size: 1.6rem !important;
  line-height: 1.8rem;
}

.text-plugin h4, .text-image-plugin h4 {
  font-size: 1.4rem !important;
  line-height: 1.6rem;
}

.text-plugin h5, .text-image-plugin h5 {
  font-size: 1.2rem !important;
  line-height: 1.4rem;
}

.text-plugin h6, .text-image-plugin h6 {
  font-size: 1rem !important;
  line-height: 1.2rem;
}

.match-centre h3.comp-divider {
  font-family: "Teko", sans-serif;
  font-weight: normal;
  letter-spacing: 0rem;
  text-transform: none;
  color: #263370;
}

header.fixed {
  background-color: #000;
  transition: 0.4s all;
  height: 70px;
}

header.fixed img.logo {
  width: 200px;
  transition: 0.4s all;
  padding-top: 10px;
  position: absolute;
}

header.fixed #cd-top-nav ul {
  padding-top: 22px;
  transition: 0.4s all;
}

header.fixed #cd-menu-trigger {
  top: 0px;
  transition: 0.4s all;
  border: 0px;
}

header.fixed #cd-menu-trigger .cd-menu-text {
  line-height: 77px;
}

header .logo-mini {
  width: 150px;
  top: -100px;
  position: absolute;
  left: 10px;
}

header.fixed .logo-mini {
  top: 0px;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
}

/*header.fixed img.logo {top:-100px;}*/
div.border-bottom-gradient {
  display: inline-block;
  height: auto;
  width: auto;
  border: solid 0px #CCC;
  border-bottom: none;
  position: relative;
  padding-bottom: 5px;
}

div.border-bottom-gradient:after {
  content: "";
  background: #FAD917;
  background: -moz-linear-gradient(-45deg, #000 0%, #FAD917 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000), color-stop(100%, #FAD917));
  background: -webkit-linear-gradient(-45deg, #000 0%, #FAD917 100%);
  background: -o-linear-gradient(-45deg, #000 0%, #FAD917 100%);
  background: linear-gradient(to -45deg, #000 0%, #FAD917 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#000, endColorstr=#FAD917);
  display: block;
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.partners {
  background-color: #ffffff;
}

.sm-gutters > .col, .sm-gutters > [class*=col-] {
  padding-right: 4px;
  padding-left: 4px;
}

.slick-prev, .slick-next {
  top: 80%;
}

#cd-menu-trigger .cd-menu-icon {
  width: 28px;
}

#cd-menu-trigger .cd-menu-icon::before {
  bottom: 10px;
}

#cd-menu-trigger .cd-menu-icon::after {
  top: 10px;
}

#cd-menu-trigger {
  border: none;
  top: 0;
  wdith: 80px;
}

#cd-top-nav ul {
  padding-top: 18px;
}

#cd-top-nav i {
  color: #ffcc00 !important;
}

#cd-top-nav a {
  font-weight: 400;
  font-size: 20px;
}

.card {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.02), 0 2px 3px 0 rgba(0, 0, 0, 0.05), 0 1px 0 0 rgba(0, 0, 0, 0.06);
  border-radius: 0px;
  border: 0;
}

.card-img-overlay {
  text-align: center;
  top: 40%;
}
@media (max-width: 991.98px) {
  .card-img-overlay {
    top: 10%;
  }
}
@media (max-width: 1199.98px) {
  .card-img-overlay {
    top: 20%;
  }
}
.card-img-overlay h3.card-title {
  font-size: 35px !important;
}
@media (min-width: 768px) {
  .card-img-overlay h3.card-title {
    font-size: 20px !important;
  }
}
@media (min-width: 1200px) {
  .card-img-overlay h3.card-title {
    font-size: 35px !important;
  }
}

img.card-img {
  opacity: 0.6;
  border-radius: 0px;
}

img.card-img-top {
  border-radius: 0px;
}

.card-img-overlay h3.card-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal;
  color: #ffffff !important;
  /*text-shadow: 2px 2px 8px #000;*/
}

.slick-dots li.slick-active button:before {
  color: #ffcc00;
}

.news-feature-plugin .slick-feature-slider .slick-current h2 {
  top: 0px;
}

.news-feature-plugin .slick-feature-slider h2 {
  font-family: "lato";
  font-weight: 900;
  letter-spacing: -1px;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 100%;
  padding-right: 20px;
  color: #ffffff;
}

.news-feature-plugin .slick-feature-slider h3 {
  font-size: 16px;
  font-weight: 400;
  text-shadow: none;
  padding-bottom: 20px;
}

.news-feature-plugin .slick-feature-slider .slick-current h3 {
  top: 0px !important;
}

.news-feature-plugin .slick-feature-slider P.date {
  background-color: #ffcc00;
  padding: 5px 10px;
  margin-top: 10px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.news-feature-plugin .slick-feature-slider .feature-content {
  left: 10vw;
  top: auto;
  bottom: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  padding: 30px;
  width: 100%;
  position: absolute;
  /*border-top:3px solid #ffcc00;*/
}

.news-feature-plugin .gradient {
  background: none;
}

.news-feature-plugin .slick-feature-slider h2:after {
  display: none;
}

.news-grid-plugin .time {
  text-transform: uppercase;
  font-size: 13px;
}

.news-grid-plugin h4.card-title a {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: normal;
}

.ign-row-content-light .news-grid-plugin h4.card-title a {
  color: #ffcc00;
}

.ign-row-content-light .news-grid-plugin .card-footer.text-muted.time {
  color: #fff !important;
}

.ign-row-content-light .news-grid-plugin h4.card-title a:HOVER {
  color: #ffffff;
}

.ign-row-content-light .card-footer {
  background-color: #652d82;
  color: #ffffff;
}

.ign-row-content-dark .news-grid-plugin h4.card-title a {
  color: #000;
}

.ign-row-content-light h2.row-title::after {
  border-bottom: 2px solid #ffcc00;
}

.ign-row-content-light TD {
  color: #ffffff;
}

.ign-row-content-light .table th, .table td {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  border-top: 0;
}

.ign-row-content-light .card h3.card-title {
  color: #ffcc00 !important;
}

.ign-row-content-light .card .card-img-overlay h3.card-title {
  color: #ffffff !important;
}

.photo-gallery-grid-plugin h4.card-title a {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}

.ign-row-content-dark .photo-gallery-grid-plugin h4.card-title a {
  color: #000;
}

.article-standard H1 {
  color: #003300;
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: -1px;
  line-height: 90%;
  margin-bottom: 20px;
}

.article-standard p.date {
  background-color: #652d82;
  padding: 5px 10px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.article-standard-related-news {
  background: #ffffff;
}

.article-standard .article-story-row p {
  padding: 10px 0;
}

.article-standard .article-story-row h3 {
  font-size: 23px;
  line-height: 28px;
}

.team-players .slick-dots {
  bottom: -45px !important;
}

.team-players .slick-dots li button:before {
  color: #666666;
}

.team-players .slick-prev, .team-players .slick-next {
  display: none !important;
}

.team-players.slick-dotted.slick-slider {
  margin-bottom: 20px !important;
}

.team-players img {
  margin-left: auto;
  margin-right: auto;
  padding: 3px;
}

.team-players img {
  max-width: 120px;
}

.team-players img.active {
  border: 2px solid #652d82;
}

.team-players span {
  display: block;
  text-transform: uppercase;
  margin-top: 11px;
  font-size: 10px;
  font-weight: bold;
}

.social-bar.light a {
  color: #339900;
  font-size: 25px;
}

.social-bar.light a:HOVER {
  color: #000000;
}

.ign-simple-content-trans .container {
  background-color: rgba(255, 255, 255, 0.9);
}

.ign-row-content-light .youtube-v3-playlist {
  color: #fff;
}

.youtube-v3-playlist .yt-element {
  line-height: 1.7rem;
}
.youtube-v3-playlist .yt-element span.title {
  font-size: 1.4rem;
  font-weight: bold;
}
.youtube-v3-playlist .yt-element span.date {
  background: #652d82;
  color: #fff;
  padding: 2px 7px;
  font-size: 0.9rem;
}
.youtube-v3-playlist .slick-prev:hover, .youtube-v3-playlist .slick-prev:focus, .youtube-v3-playlist .slick-next:hover, .youtube-v3-playlist .slick-next:focus {
  background: #652d82;
  transition: 0.4s all;
}
.youtube-v3-playlist .slick-dots li button:before {
  color: #fff;
}
.youtube-v3-playlist .slick-dots li.slick-active button:before {
  color: #652d82;
}
.youtube-v3-playlist.slider {
  padding-top: 10px;
}

.youtube-v3-playlist .video-img {
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
}

.youtube-v3-playlist .video-img img {
  position: relative;
  top: 0px;
}

footer {
  color: #fff;
  padding: 20px;
}

.cc-color-override--1984764914.cc-window {
  background-color: #000 !important;
}

.cc-color-override--1984764914 .cc-btn {
  border-color: #FAD917 !important;
  color: #FAD917 !important;
}

.player_profile ul.key-facts li {
  border-bottom: 1px solid #f1f1f1;
  padding: 20px 0px;
}

.player_profile ul.key-facts li span {
  color: #652d82;
}

.page-item.active .page-link {
  background-color: #000;
  border-color: #000;
}

.page-link {
  color: #000;
}

.player-details {
  margin-top: 40px;
}

.players-biography {
  padding: 20px;
}
.players-biography p {
  padding-bottom: 7px;
}
.players-biography iframe {
  min-width: 100%;
  width: 100%;
  min-height: 380px;
  margin: 30px 0;
}

.gallery-filters a {
  color: #000;
}

.rugbyleague-leaguetable .table th, .rugbyleague-leaguetable .table td {
  padding: 0.25rem;
}
.rugbyleague-leaguetable .link-hold a {
  color: #000;
  font-family: "Teko", sans-serif;
  border-bottom: 0;
  padding: 5px 15px;
  transition: 0.4s all;
}
.rugbyleague-leaguetable .link-hold a:hover {
  border-color: #652d82;
  transition: 0.4s all;
}
.rugbyleague-leaguetable .link-hold p {
  display: inline;
}
.rugbyleague-leaguetable .btn {
  font-weight: bold;
}
.rugbyleague-leaguetable .league-table-title {
  font-family: "Teko", sans-serif;
  font-size: 25px;
  text-transform: uppercase;
}
.rugbyleague-leaguetable .logo {
  float: left;
  padding: 0px;
  margin-right: 10px;
}

/* == TYPOGRAPHY ================================================================= */
p {
  font-size: 16px;
  line-height: 150%;
}

h1.page-title {
  font-family: "Teko", sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: #652d82;
  text-transform: none;
  text-transform: uppercase;
  border-bottom: none !important;
  width: 100%;
  text-align: center;
  margin: 0 auto 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 10px;
  padding-top: 20px;
}

h1.page-title::after {
  content: " ";
  display: block;
  border-bottom: 2px solid #666;
  width: 50px;
  margin: 0 auto;
  margin-top: 10px;
}

.player_profile h2.player-name {
  font-weight: 900;
  letter-spacing: -1px;
  font-size: 25px;
  text-transform: uppercase;
  color: #333333;
}

.player_profile h2.player-name span.number {
  color: #652d82;
  font-size: 200%;
}

.hero h2 {
  font-weight: 900;
  letter-spacing: -1px;
  font-size: 25px;
}
@media (min-width: 768px) {
  .hero h2 {
    font-size: 35px !important;
  }
}
@media (min-width: 992px) {
  .hero h2 {
    font-size: 60px !important;
  }
}
@media (min-width: 1200px) {
  .hero h2 {
    font-size: 80px !important;
  }
}

.text-plugin p, .text-image-plugin p {
  margin-bottom: 20px;
  line-height: 130%;
}

.ign-row-content-light .text-plugin H3 {
  color: #ffcc00 !important;
}

.text-plugin ul, .text-image-plugin ul {
  list-style: disc;
  margin-left: 20px;
}

.text-plugin li, .text-image-plugin li {
  margin-bottom: 8px;
  line-height: 120%;
}

.text-plugin img, .text-image-plugin img {
  max-width: 100%;
  height: auto;
}

.ign-row-content-light .text-plugin li, .ign-row-content-light .text-image-plugin li {
  color: #ffffff;
}

.ign-row-content-light p, .ign-row-content-light h1, .ign-row-content-light h2, .ign-row-content-light h3, .ign-row-content-light h4, .ign-row-content-light h5, .ign-row-content-light h6, .ign-row-content-light td, .ign-row-content-light th, .ign-row-content-light th, .ign-row-content-light li {
  color: #ffffff;
}

.match-centre .team-name {
  color: #263370;
  font-size: 25px !important;
  text-transform: uppercase;
}

.match-centre .fix-res-buttons button.btn-primary, .match-centre .fix-res-buttons button.btn-primary.active {
  background-color: #000;
}

.match-centre .fixture-card span.middle span {
  color: #263370;
}

.matchreport.commentary .badge.badge-primary {
  background: #000;
}

.sl-lbu {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: -1px;
  text-transform: uppercase;
  line-height: 100%;
}

h2.row-title {
  font-family: "Teko", sans-serif;
  font-size: 22px;
  color: #000;
  text-transform: none;
  text-transform: uppercase;
  border-bottom: none !important;
  width: 100%;
  text-align: center;
  margin: 0 auto 0 auto;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-top: 20px;
}

h2.row-title::after {
  content: " ";
  display: block;
  border-bottom: 2px solid #666;
  width: 50px;
  margin: 0 auto;
  margin-top: 10px;
}

.claret a {
  color: #652d82 !important;
}

.hero h2::after {
  border-bottom: solid 3px #ffcc00;
}

h2.row-title::after {
  border-bottom: 2px solid #f5b04e;
}

.sl-ssu {
  font-size: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.sl-slu {
  font-size: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 400;
}

.sl-nav {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 900 !important;
}

.sl-nav-light {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 400 !important;
}

.sl-lbu {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -1px;
  text-transform: uppercase;
  line-height: 100%;
}

.sl-mbu {
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.sl-mbl {
  font-weight: 600;
  font-size: 14px;
}
@media (min-width: 576px) {
  .sl-mbl {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .sl-mbl {
    font-size: 18px;
    font-weight: 700;
  }
}
@media (min-width: 992px) {
  .sl-mbl {
    font-size: 19px;
    font-weight: 400;
  }
}
@media (min-width: 1200px) {
  .sl-mbl {
    font-size: 22px;
    font-weight: 400;
  }
}

.sl-mlbu {
  font-size: 35px;
  font-weight: 900;
}

.sl-bold {
  font-weight: 700;
}

.sl-x-bold {
  font-weight: 900;
}

.sl-smaller {
  font-size: 12px;
}

.sl-news-card {
  font-weight: 600;
  font-size: 12px;
}
@media (min-width: 576px) {
  .sl-news-card {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .sl-news-card {
    font-size: 14px;
    font-weight: 400;
  }
}
@media (min-width: 992px) {
  .sl-news-card {
    font-size: 14px;
    font-weight: 400;
  }
}
@media (min-width: 1200px) {
  .sl-news-card {
    font-size: 18px;
    font-weight: 400;
  }
}

.main-stories-hold {
  background: #000;
}

.rugby-league-feature-match-slider .home-active-panel-hold {
  background: #0a071a;
  background: -moz-linear-gradient(-45deg, #0a071a 0%, #652D82 50%, #0a071a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0a071a), color-stop(50%, #652D82), color-stop(100%, #0a071a));
  background: -webkit-linear-gradient(-45deg, #0a071a 0%, #652D82 50%, #0a071a 100%);
  background: -o-linear-gradient(-45deg, #0a071a 0%, #652D82 50%, #0a071a 100%);
  background: linear-gradient(to -45deg, #0a071a 0%, #652D82 50%, #0a071a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#0a071a, endColorstr=#0a071a);
}

.rugby-league-feature-match-slider .home-feature .controls {
  padding-top: 10px;
  padding-bottom: 0px;
}
@media (min-width: 576px) {
  .rugby-league-feature-match-slider .home-feature .controls {
    font-size: 16px;
    padding-top: 10px;
  }
}
@media (min-width: 768px) {
  .rugby-league-feature-match-slider .home-feature .controls {
    font-size: 28px;
    padding-top: 10px;
  }
}
@media (min-width: 992px) {
  .rugby-league-feature-match-slider .home-feature .controls {
    font-size: 16px;
    padding-top: 10px;
  }
}
@media (min-width: 1200px) {
  .rugby-league-feature-match-slider .home-feature .controls {
    font-size: 28px;
    padding-top: 10px;
  }
}

.rugby-league-feature-match-slider .home-feature .controls A span.last-date, .rugby-league-feature-match-slider .home-feature .controls A span.next-date {
  font-size: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  top: 20px;
}
@media (min-width: 768px) {
  .rugby-league-feature-match-slider .home-feature .controls A span.last-date, .rugby-league-feature-match-slider .home-feature .controls A span.next-date {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  .rugby-league-feature-match-slider .home-feature .controls A span.last-date, .rugby-league-feature-match-slider .home-feature .controls A span.next-date {
    font-size: 9px;
  }
}
@media (min-width: 1200px) {
  .rugby-league-feature-match-slider .home-feature .controls A span.last-date, .rugby-league-feature-match-slider .home-feature .controls A span.next-date {
    font-size: 10px;
  }
}

.rugby-league-feature-match-slider p.current-date {
  padding-top: 20px;
  text-transform: uppercase;
}

.rugby-league-feature-match-slider p.home-team, .rugby-league-feature-match-slider p.away-team {
  font-size: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 768px) {
  .rugby-league-feature-match-slider p.home-team, .rugby-league-feature-match-slider p.away-team {
    font-size: 10px;
  }
}

.rugby-league-feature-match-slider .match-latest {
  font-size: 16px;
  font-weight: normal;
}
@media (min-width: 576px) {
  .rugby-league-feature-match-slider .match-latest {
    font-size: 16px;
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .rugby-league-feature-match-slider .match-latest {
    font-size: 28px;
    padding-top: 0px;
  }
}
@media (min-width: 992px) {
  .rugby-league-feature-match-slider .match-latest {
    font-size: 16px;
    padding-top: 10px;
  }
}
@media (min-width: 1200px) {
  .rugby-league-feature-match-slider .match-latest {
    font-size: 28px;
    padding-top: 0px;
  }
}

.rugby-league-feature-match-slider .home-active-panel {
  top: 10px;
}
@media (min-width: 576px) {
  .rugby-league-feature-match-slider .home-active-panel {
    top: 10px;
  }
}
@media (min-width: 768px) {
  .rugby-league-feature-match-slider .home-active-panel {
    top: 10px;
  }
}
@media (min-width: 992px) {
  .rugby-league-feature-match-slider .home-active-panel {
    top: 100px;
  }
}
@media (min-width: 1200px) {
  .rugby-league-feature-match-slider .home-active-panel {
    top: 120px;
  }
}

@media (min-width: 576px) {
  .rugby-league-feature-match-slider .home-feature .main-stories-hold {
    min-height: 67vw;
  }
}
@media (min-width: 768px) {
  .rugby-league-feature-match-slider .home-feature .main-stories-hold {
    min-height: 389px;
  }
}

.rugby-league-feature-match-slider .home-active-panel .matchreporthome img.teambadge {
  max-width: 45px;
}
@media (min-width: 768px) {
  .rugby-league-feature-match-slider .home-active-panel .matchreporthome img.teambadge {
    max-width: 45px;
  }
}
@media (min-width: 992px) {
  .rugby-league-feature-match-slider .home-active-panel .matchreporthome img.teambadge {
    max-width: 45px;
  }
}
@media (min-width: 1200px) {
  .rugby-league-feature-match-slider .home-active-panel .matchreporthome img.teambadge {
    max-width: 60px;
  }
}

.rugby-league-feature-match-slider .home-active-panel A.match {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 576px) {
  .rugby-league-feature-match-slider .home-active-panel A.match {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .rugby-league-feature-match-slider .home-active-panel A.match {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .rugby-league-feature-match-slider .home-active-panel A.match {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .rugby-league-feature-match-slider .home-active-panel A.match {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.rugby-league-feature-match-slider .fa-4x {
  font-size: 54px;
}

.rugby-league-feature-match-slider .home-feature .main-stories-hold .heading-hold {
  padding-bottom: 20px;
  padding-left: 5vw;
  padding-top: 20px;
}
@media (min-width: 576px) {
  .rugby-league-feature-match-slider .home-feature .main-stories-hold .heading-hold {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .rugby-league-feature-match-slider .home-feature .main-stories-hold .heading-hold {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .rugby-league-feature-match-slider .home-feature .main-stories-hold .heading-hold {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .rugby-league-feature-match-slider .home-feature .main-stories-hold .heading-hold {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

.rugby-league-feature-match-slider p.intro {
  font-size: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 768px) {
  .rugby-league-feature-match-slider p.intro {
    font-size: 10px;
  }
}

.rugby-league-feature-match-slider .home-active-panel-hold {
  border-top: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .rugby-league-feature-match-slider .home-active-panel-hold {
    border-top: 0px;
  }
}

.rugby-league-feature-match-slider .home-feature .heading-hold h2 {
  font-size: 30px;
  padding-top: 10px;
  font-weight: normal;
  line-height: 100%;
}
@media (min-width: 576px) {
  .rugby-league-feature-match-slider .home-feature .heading-hold h2 {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .rugby-league-feature-match-slider .home-feature .heading-hold h2 {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  .rugby-league-feature-match-slider .home-feature .heading-hold h2 {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .rugby-league-feature-match-slider .home-feature .heading-hold h2 {
    font-size: 80px;
  }
}

.rugby-league-feature-match-slider .home-feature .slick-dots {
  color: #fe1e3d;
  display: none !important;
}
@media (min-width: 576px) {
  .rugby-league-feature-match-slider .home-feature .slick-dots {
    font-size: 25px;
    display: block !important;
  }
}

.player.header {
  min-height: 363px;
}
@media (min-width: 576px) {
  .player.header {
    min-height: 297px;
  }
}
@media (min-width: 768px) {
  .player.header {
    min-height: 321px;
  }
}
@media (min-width: 992px) {
  .player.header {
    min-height: 402px;
  }
}

.player.header img.club-badge-sm {
  width: 60px;
  margin-left: 30px;
  margin-bottom: 10px;
}

.player.header .action-image {
  min-height: 363px;
}
@media (min-width: 576px) {
  .player.header .action-image {
    min-height: 297px;
  }
}
@media (min-width: 768px) {
  .player.header .action-image {
    min-height: 321px;
  }
}
@media (min-width: 992px) {
  .player.header .action-image {
    min-height: 402px;
  }
}

.player.header .player-hold {
  min-height: 363px;
}
@media (min-width: 576px) {
  .player.header .player-hold {
    min-height: 297px;
  }
}
@media (min-width: 768px) {
  .player.header .player-hold {
    min-height: 321px;
  }
}
@media (min-width: 1200px) {
  .player.header .player-hold {
    min-height: 402px;
  }
}

.form .fas {
  font-size: 6px;
}

.form .won {
  color: #4cee41;
}

.form .draw {
  color: #cccccc;
}

.form .lost, .form .loss {
  color: #b40005;
}

.twitter-tweet {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

/* == MEDIA QUERIES ================================================================= */
@media only screen and (min-width: 767px) {
  .news-feature-plugin .slick-feature-slider h2 {
    font-size: 35px;
    /*color:rgba(0, 0, 0, 0.9); -webkit-text-stroke-width: 1px;*/
    -webkit-text-stroke-color: #ffcc00;
    letter-spacing: -2px;
  }

  .news-feature-plugin .slick-feature-slider .feature-content {
    bottom: 0;
    left: 8vw;
    width: 50%;
  }

  .slick-prev, .slick-next {
    top: 50%;
  }
}
@media only screen and (min-width: 1000px) {
  .news-feature-plugin .slick-feature-slider h2 {
    font-size: 48px;
    letter-spacing: -2px;
  }

  .news-feature-plugin .slick-feature-slider h3 {
    font-size: 18px;
  }

  .article-standard H1 {
    font-size: 60px;
    letter-spacing: -2px;
    font-family: "Teko", sans-serif;
    color: #000;
  }

  .player_profile h2.player-name {
    letter-spacing: -2px;
    font-size: 60px;
  }

  .news-feature-plugin .slick-feature-slider .feature-content {
    width: 60%;
  }

  .sl-lbu {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1600px) {
  .news-feature-plugin .slick-feature-slider h2 {
    font-size: 48px;
  }

  .news-feature-plugin .slick-feature-slider h3 {
    font-size: 20px;
  }

  .news-feature-plugin .slick-feature-slider .feature-content {
    width: 40%;
  }
}

/*# sourceMappingURL=newcastle.css.map */
