/*
Gold: #f7b143;
Claret: #5b002c;
*/
/* faster when compiling than including all bootstrap */
.claret-gradient {
  background: #3b031e;
  background: -moz-linear-gradient(-45deg, #640633 0%, #3b031e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #640633), color-stop(100%, #3b031e));
  background: -webkit-linear-gradient(-45deg, #640633 0%, #3b031e 100%);
  background: -o-linear-gradient(-45deg, #640633 0%, #3b031e 100%);
  background: linear-gradient(to -45deg, #640633 0%, #3b031e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#640633, endColorstr=#3b031e);
}

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

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

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

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

img.logo {
  width: 140px;
}

a {
  color: #f7b143;
  text-decoration: none;
}

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

.row {
  background: none;
}

.btn {
  text-transform: uppercase;
  font-weight: 600;
}

.btn-primary {
  background-color: #5b002c;
  border-color: #5b002c;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 400;
}

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

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

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

.card {
  width: 100%;
}

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

.card h3.card-title {
  color: #5b002c !important;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}

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

footer {
  background-color: #ffffff;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

footer a {
  color: #660033;
}

footer p {
  font-size: 12px;
  line-height: 160%;
  color: #666666;
}

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

p {
  font-size: 14px;
  line-height: 150%;
}

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

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

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

/*.container-fluid {max-width:1460px; margin-left:auto; margin-right:auto;}*/
.display-4 {
  font-size: 1.7rem;
}

.display-5 {
  font-size: 1.5rem;
}

.display-6 {
  font-size: 1.3rem;
}

header {
  position: fixed;
  top: 0;
  height: 70px;
  width: 100%;
  background: #5b002c;
  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);
}

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

header.fixed img.logo {
  width: 80px;
  transition: 0.4s all;
  padding-top: 0px;
  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: #f5b04e;
  background: -moz-linear-gradient(left, #e68e12 0%, #f5b04e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e68e12), color-stop(100%, #f5b04e));
  background: -webkit-linear-gradient(left, #e68e12 0%, #f5b04e 100%);
  background: -o-linear-gradient(left, #e68e12 0%, #f5b04e 100%);
  background: linear-gradient(to left, #e68e12 0%, #f5b04e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#e68e12, endColorstr=#f5b04e);
  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: 22px;
}

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

#cd-top-nav a {
  font-weight: 300;
}

.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: 30%;
}

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

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

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

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

.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: #f7b143;
  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 #f7b143;*/
}

.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: 16px;
  font-weight: bold;
}

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

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

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

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

.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: #f7b143 !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: #5b002c;
}

.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: #f28330;
  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 #660033;
}

.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);
}

.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;
}

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

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

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

.page-link {
  color: #5b002c;
}

.gallery-filters a {
  color: #5b002c;
}

/* == TYPOGRAPHY ================================================================= */
h1.page-title {
  font-size: 17px;
  font-weight: 500;
  color: #660033;
  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: #660033;
  font-size: 200%;
}

.hero h2 {
  font-weight: 900;
  letter-spacing: -1px;
}

.text-plugin h2, .text-image-plugin h2 {
  color: #660033;
  font-size: 30px;
}

.text-plugin h3, .text-image-plugin h3 {
  color: #660033;
  font-size: 21px;
  line-height: 120%;
  font-weight: 400;
}

.text-plugin h5, .text-image-plugin h5 {
  color: #660033;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
}

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

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

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

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

.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: #000000;
}

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

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

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

h2.row-title {
  font-family: "lato";
  font-weight: 400;
  font-size: 18px;
  color: #660033;
  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: #660033 !important;
}

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

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

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

.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;
  }
}

.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;
}

.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: 700;
}
@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: 80px;
  }
}
@media (min-width: 1200px) {
  .rugby-league-feature-match-slider .home-active-panel {
    top: 80px;
  }
}

@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: 442px;
  }
}

.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: 900;
  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: #f7b143;
    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;
  }

  .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;
  }

  .card-img-overlay h3.card-title {
    font-size: 25px;
  }

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

/*# sourceMappingURL=file:///home/giantstest/public_html/ignite/local/themes/giants/_css/giants.css.map */
