@charset "UTF-8";
/**
* Just include what you need
*/
@import url(all.min.css);
@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:400,600&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Barlow:400,600&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid, body > header {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }

.row, body > header > div.header-content, #main-menu, .widget_wisden_features_articles_module .mainWidth, div.join-club, aside.story-grid > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, body > header > div.header-content > div:nth-child(2), body > header > div.header-content > div:nth-child(1), body > header > div.header-content aside, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, aside.story-grid > div > article, aside.story-grid > div > div, aside.story-grid > div > article:nth-child(1), .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, body > footer nav div, .widget_wisden_interview_module .row > div, .widget_wisden_interview_module body > header > div.header-content > div, .widget_wisden_interview_module #main-menu > div, .widget_wisden_interview_module .widget_wisden_features_articles_module .mainWidth > div, .widget_wisden_features_articles_module .widget_wisden_interview_module .mainWidth > div, .widget_wisden_interview_module div.join-club > div, .widget_wisden_interview_module aside.story-grid > div > div, .widget_wisden_contributors_module.wg, .widget_wisden_popular_posts_module.wg, div.join-club > div, .widget_wisden_newscard_module .item, .widget_related_stories_module .item, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, #main-menu > div, .col-md-5, .col-md-6, .col-md-7, .col-md-8, #main-menu nav, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4, body > header > div.header-content > div:nth-child(2), body > header > div.header-content > div:nth-child(1), body > header > div.header-content aside {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12, aside.story-grid > div > article, aside.story-grid > div > div, aside.story-grid > div > article:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-1, body > header > div.header-content > div:nth-child(2), #main-menu nav, aside.story-grid > div > div:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2, body > header > div.header-content > div:nth-child(1), #main-menu > div, aside.story-grid > div > article, aside.story-grid > div > div {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3, body > header > div.header-content > div:nth-child(3), body > header > div.header-content aside {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12, body > footer nav div, .widget_wisden_interview_module .row > div, .widget_wisden_interview_module body > header > div.header-content > div, .widget_wisden_interview_module #main-menu > div, .widget_wisden_interview_module .widget_wisden_features_articles_module .mainWidth > div, .widget_wisden_features_articles_module .widget_wisden_interview_module .mainWidth > div, .widget_wisden_interview_module div.join-club > div, .widget_wisden_interview_module aside.story-grid > div > div, .widget_wisden_contributors_module.wg, .widget_wisden_popular_posts_module.wg, div.join-club > div, .widget_wisden_newscard_module .item, .widget_related_stories_module .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3, body > footer nav div, body > header > div.header-content > div:nth-child(2), body > header > div.header-content aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4, #main-menu > div, div.join-club > div, aside.story-grid > div > article, aside.story-grid > div > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6, body > header > div.header-content > div:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8, #main-menu nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12, aside.story-grid > div > article:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3, aside.story-grid > div > article, aside.story-grid > div > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4, .widget_wisden_newscard_module .item, .widget_related_stories_module .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6, .widget_wisden_interview_module .row > div, .widget_wisden_interview_module body > header > div.header-content > div, .widget_wisden_interview_module #main-menu > div, .widget_wisden_interview_module .widget_wisden_features_articles_module .mainWidth > div, .widget_wisden_features_articles_module .widget_wisden_interview_module .mainWidth > div, .widget_wisden_interview_module div.join-club > div, .widget_wisden_interview_module aside.story-grid > div > div, .widget_wisden_contributors_module.wg, .widget_wisden_popular_posts_module.wg, aside.story-grid > div > article:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef; }
  .table tbody + tbody {
    border-top: 2px solid #e9ecef; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #e9ecef; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #e9ecef; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #dddfe2; }

.table-hover .table-secondary:hover {
  background-color: #cfd2d6; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #cfd2d6; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #e9ecef; }

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm.table-bordered {
      border: 0; } }

@media (max-width: 767px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md.table-bordered {
      border: 0; } }

@media (max-width: 991px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg.table-bordered {
      border: 0; } }

@media (max-width: 1199px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl.table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive.table-bordered {
    border: 0; }

.btn, #match-fixtures li > div:nth-child(3) a, body.page-template-squad-selector #ssel-next span, body.page-template-squad-selector .btn-share, body.page-template-squad-selector .btn-facebook, body.page-template-squad-selector .btn-twitter, main.page.team-page .cta-scorecard, .widget_wisden_live_match_module .cta-scorecard {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  .btn:focus, #match-fixtures li > div:nth-child(3) a:focus, body.page-template-squad-selector #ssel-next span:focus, body.page-template-squad-selector .btn-share:focus, body.page-template-squad-selector .btn-facebook:focus, body.page-template-squad-selector .btn-twitter:focus, main.page.team-page .cta-scorecard:focus, .widget_wisden_live_match_module .cta-scorecard:focus, .btn:hover, #match-fixtures li > div:nth-child(3) a:hover, body.page-template-squad-selector #ssel-next span:hover, body.page-template-squad-selector .btn-share:hover, body.page-template-squad-selector .btn-facebook:hover, body.page-template-squad-selector .btn-twitter:hover, main.page.team-page .cta-scorecard:hover, .widget_wisden_live_match_module .cta-scorecard:hover {
    text-decoration: none; }
  .btn:focus, #match-fixtures li > div:nth-child(3) a:focus, body.page-template-squad-selector #ssel-next span:focus, body.page-template-squad-selector .btn-share:focus, body.page-template-squad-selector .btn-facebook:focus, body.page-template-squad-selector .btn-twitter:focus, main.page.team-page .cta-scorecard:focus, .widget_wisden_live_match_module .cta-scorecard:focus, .btn.focus, #match-fixtures li > div:nth-child(3) a.focus, body.page-template-squad-selector #ssel-next span.focus, body.page-template-squad-selector .focus.btn-share, body.page-template-squad-selector .focus.btn-facebook, body.page-template-squad-selector .focus.btn-twitter, main.page.team-page .focus.cta-scorecard, .widget_wisden_live_match_module .focus.cta-scorecard {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, #match-fixtures li > div:nth-child(3) a.disabled, body.page-template-squad-selector #ssel-next span.disabled, body.page-template-squad-selector .disabled.btn-share, body.page-template-squad-selector .disabled.btn-facebook, body.page-template-squad-selector .disabled.btn-twitter, main.page.team-page .disabled.cta-scorecard, .widget_wisden_live_match_module .disabled.cta-scorecard, .btn:disabled, #match-fixtures li > div:nth-child(3) a:disabled, body.page-template-squad-selector #ssel-next span:disabled, body.page-template-squad-selector .btn-share:disabled, body.page-template-squad-selector .btn-facebook:disabled, body.page-template-squad-selector .btn-twitter:disabled, main.page.team-page .cta-scorecard:disabled, .widget_wisden_live_match_module .cta-scorecard:disabled {
    opacity: .65; }
  .btn:not([disabled]):not(.disabled):active, #match-fixtures li > div:nth-child(3) a:not([disabled]):not(.disabled):active, body.page-template-squad-selector #ssel-next span:not([disabled]):not(.disabled):active, body.page-template-squad-selector .btn-share:not([disabled]):not(.disabled):active, body.page-template-squad-selector .btn-facebook:not([disabled]):not(.disabled):active, body.page-template-squad-selector .btn-twitter:not([disabled]):not(.disabled):active, main.page.team-page .cta-scorecard:not([disabled]):not(.disabled):active, .widget_wisden_live_match_module .cta-scorecard:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active, #match-fixtures li > div:nth-child(3) a:not([disabled]):not(.disabled).active, body.page-template-squad-selector #ssel-next span:not([disabled]):not(.disabled).active, body.page-template-squad-selector .btn-share:not([disabled]):not(.disabled).active, body.page-template-squad-selector .btn-facebook:not([disabled]):not(.disabled).active, body.page-template-squad-selector .btn-twitter:not([disabled]):not(.disabled).active, main.page.team-page .cta-scorecard:not([disabled]):not(.disabled).active, .widget_wisden_live_match_module .cta-scorecard:not([disabled]):not(.disabled).active {
    background-image: none; }

a.btn.disabled, #match-fixtures li > div:nth-child(3) a.disabled, body.page-template-squad-selector a.disabled.btn-share, body.page-template-squad-selector a.disabled.btn-facebook, body.page-template-squad-selector a.disabled.btn-twitter, main.page.team-page a.disabled.cta-scorecard, .widget_wisden_live_match_module a.disabled.cta-scorecard,
fieldset[disabled] a.btn,
fieldset[disabled] #match-fixtures li > div:nth-child(3) a,
#match-fixtures li > div:nth-child(3) fieldset[disabled] a,
fieldset[disabled] body.page-template-squad-selector a.btn-share,
body.page-template-squad-selector fieldset[disabled] a.btn-share,
fieldset[disabled] body.page-template-squad-selector a.btn-facebook,
body.page-template-squad-selector fieldset[disabled] a.btn-facebook,
fieldset[disabled] body.page-template-squad-selector a.btn-twitter,
body.page-template-squad-selector fieldset[disabled] a.btn-twitter,
fieldset[disabled] main.page.team-page a.cta-scorecard,
main.page.team-page fieldset[disabled] a.cta-scorecard,
fieldset[disabled] .widget_wisden_live_match_module a.cta-scorecard,
.widget_wisden_live_match_module fieldset[disabled] a.cta-scorecard {
  pointer-events: none; }

.btn-primary, body.page-template-squad-selector #ssel-next span {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover, body.page-template-squad-selector #ssel-next span:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, body.page-template-squad-selector #ssel-next span:focus, .btn-primary.focus, body.page-template-squad-selector #ssel-next span.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-primary.disabled, body.page-template-squad-selector #ssel-next span.disabled, .btn-primary:disabled, body.page-template-squad-selector #ssel-next span:disabled {
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not([disabled]):not(.disabled):active, body.page-template-squad-selector #ssel-next span:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active, body.page-template-squad-selector #ssel-next span:not([disabled]):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle,
  body.page-template-squad-selector #ssel-next .show > span.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #727b84;
    border-color: #6c757d; }
  .btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #868e96;
    border-color: #868e96; }
  .btn-secondary:not([disabled]):not(.disabled):active, .btn-secondary:not([disabled]):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #666e76;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not([disabled]):not(.disabled):active, .btn-success:not([disabled]):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not([disabled]):not(.disabled):active, .btn-info:not([disabled]):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning {
  color: #111;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #111;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not([disabled]):not(.disabled):active, .btn-warning:not([disabled]):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #111;
    background-color: #d39e00;
    border-color: #c69500;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not([disabled]):not(.disabled):active, .btn-danger:not([disabled]):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-light {
  color: #111;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #111;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not([disabled]):not(.disabled):active, .btn-light:not([disabled]):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #111;
    background-color: #dae0e5;
    border-color: #d3d9df;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not([disabled]):not(.disabled):active, .btn-dark:not([disabled]):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not([disabled]):not(.disabled):active, .btn-outline-primary:not([disabled]):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #868e96;
    background-color: transparent; }
  .btn-outline-secondary:not([disabled]):not(.disabled):active, .btn-outline-secondary:not([disabled]):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5); }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not([disabled]):not(.disabled):active, .btn-outline-success:not([disabled]):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not([disabled]):not(.disabled):active, .btn-outline-info:not([disabled]):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not([disabled]):not(.disabled):active, .btn-outline-warning:not([disabled]):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not([disabled]):not(.disabled):active, .btn-outline-danger:not([disabled]):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not([disabled]):not(.disabled):active, .btn-outline-light:not([disabled]):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not([disabled]):not(.disabled):active, .btn-outline-dark:not([disabled]):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    border-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #868e96; }

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

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

.btn-block + .btn-block {
  margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: none; }
  .nav-link.disabled {
    color: #868e96; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: #e9ecef #e9ecef #ddd; }
    .nav-tabs .nav-link.disabled {
      color: #868e96;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #ddd #ddd #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card-deck .card {
    margin-bottom: 20px; }
  @media (min-width: 576px) {
    .card-deck {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin-right: -20px;
      margin-left: -20px; }
      .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-right: 20px;
        margin-bottom: 0;
        margin-left: 20px; } }

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card-group .card {
    margin-bottom: 20px; }
  @media (min-width: 576px) {
    .card-group {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      .card-group .card {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group .card:first-child .card-img-top {
            border-top-right-radius: 0; }
          .card-group .card:first-child .card-img-bottom {
            border-bottom-right-radius: 0; }
        .card-group .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group .card:last-child .card-img-top {
            border-top-left-radius: 0; }
          .card-group .card:last-child .card-img-bottom {
            border-bottom-left-radius: 0; }
        .card-group .card:only-child {
          border-radius: 0.25rem; }
          .card-group .card:only-child .card-img-top {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .card-group .card:only-child .card-img-bottom {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        .card-group .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom {
            border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2; }
  .alert-secondary hr {
    border-top-color: #cfd2d6; }
  .alert-secondary .alert-link {
    color: #2e3133; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75; }

button.close {
  padding: 0;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
            transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  pointer-events: none; }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 15px;
    margin: -15px -15px -15px auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 15px; }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
          transform: translateX(0); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next,
    .active.carousel-item-right {
      -webkit-transform: translate3d(100%, 0, 0);
              transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-prev,
    .active.carousel-item-left {
      -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:focus, .carousel-control-prev:hover,
  .carousel-control-next:focus,
  .carousel-control-next:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

html, body {
  font-size: 10px;
  font-family: SourceSansPro, arial, helvetica, sans-serif;
  background: #fff; }

a {
  color: #000;
  cursor: pointer; }

a:hover {
  text-decoration: underline !important;
  color: inherit; }

main p a {
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
  position: relative;
  text-decoration: none !important;
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #c52121), color-stop(0, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, #c52121 100%, rgba(0, 0, 0, 0) 0);
  background-size: 1px 1px;
  background-position: 0 1.15em;
  transition: 0.25s all; }
  main p a:hover {
    border: none;
    text-decoration: none !important;
    background-position-y: -1px;
    color: #c52121; }

.clear {
  clear: both; }

.fa-share-alt:hover {
  color: #dbdbdb; }

.fa-facebook:hover, .fa-facebook-f:hover {
  color: #3B5998; }

.fa-twitter:hover {
  color: #00aced; }

.fa-instagram:hover {
  color: #e95950; }

.fa-youtube-play:hover {
  color: #ff0000; }

/*h1,h2,h3,h4,h5,h6{
	@include title(1rem,bold);
}*/
/*h1{
	font-size: $smallHeadingSize;
}

span{
	font-size:$smallFontSize;
}*/
html, body {
  font-size: 10px;
  font-family: SourceSansPro, arial, helvetica, sans-serif;
  background: #fff;
  font-weight: 400; }

a {
  color: #000;
  cursor: pointer; }

a:hover {
  text-decoration: underline;
  color: inherit; }

#main {
  font-size: 1.8rem; }

p, ul {
  margin: 0 0 25px 0; }

.btn-black, #match-fixtures li > div:nth-child(3) strong.upcoming + a, .woocommerce .woocommerce-message a, .woocommerce-cart table.cart td.actions .coupon input.button {
  cursor: pointer;
  color: #000;
  display: inline-block;
  background: transparent;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 2.3px;
  padding: 16px 30px;
  border: 1px solid #000;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  text-align: center; }
  body.india .btn-black, body.india #match-fixtures li > div:nth-child(3) strong.upcoming + a, #match-fixtures li > div:nth-child(3) body.india strong.upcoming + a, body.india .woocommerce .woocommerce-message a, .woocommerce .woocommerce-message body.india a, body.india .woocommerce-cart table.cart td.actions .coupon input.button, .woocommerce-cart table.cart td.actions .coupon body.india input.button {
    background: #118cda;
    border-color: #118cda; }
    body.india .btn-black:hover, body.india #match-fixtures li > div:nth-child(3) strong.upcoming + a:hover, #match-fixtures li > div:nth-child(3) body.india strong.upcoming + a:hover, body.india .woocommerce .woocommerce-message a:hover, .woocommerce .woocommerce-message body.india a:hover, body.india .woocommerce-cart table.cart td.actions .coupon input.button:hover, .woocommerce-cart table.cart td.actions .coupon body.india input.button:hover {
      background: #000;
      border-color: #000; }
  .btn-black:hover, #match-fixtures li > div:nth-child(3) strong.upcoming + a:hover, .woocommerce .woocommerce-message a:hover, .woocommerce-cart table.cart td.actions .coupon input.button:hover {
    color: #fff !important;
    background: #000;
    border-color: #000;
    text-decoration: none !important; }
  .btn-black[disabled], #match-fixtures li > div:nth-child(3) strong.upcoming + a[disabled], .woocommerce .woocommerce-message a[disabled], .woocommerce-cart table.cart td.actions .coupon input.button[disabled] {
    opacity: 0.5; }

.subscribeWB, aside.subscription > div > div > div:last-child a:first-child {
  cursor: pointer;
  color: #000;
  display: inline-block;
  background: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 2.3px;
  padding: 16px 30px;
  border: 1px solid #fff;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  text-align: center; }
  body.india .subscribeWB, body.india aside.subscription > div > div > div:last-child a:first-child, aside.subscription > div > div > div:last-child body.india a:first-child {
    background: #118cda;
    border-color: #118cda; }
    body.india .subscribeWB:hover, body.india aside.subscription > div > div > div:last-child a:hover:first-child, aside.subscription > div > div > div:last-child body.india a:hover:first-child {
      background: #000;
      border-color: #000; }
  .subscribeWB:hover, aside.subscription > div > div > div:last-child a:hover:first-child {
    color: #fff !important;
    background: #000;
    border-color: #000;
    text-decoration: none !important; }
  .subscribeWB[disabled], aside.subscription > div > div > div:last-child a[disabled]:first-child {
    opacity: 0.5; }

.subscribeBW, aside.subscription > div > div > div:last-child a.BW:first-child {
  cursor: pointer;
  color: #fff;
  display: inline-block;
  background: #000;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 2.3px;
  padding: 16px 30px;
  border: 1px solid #000;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  text-align: center; }
  body.india .subscribeBW, body.india aside.subscription > div > div > div:last-child a.BW:first-child, aside.subscription > div > div > div:last-child body.india a.BW:first-child {
    background: #118cda;
    border-color: #118cda; }
    body.india .subscribeBW:hover, body.india aside.subscription > div > div > div:last-child a.BW:hover:first-child, aside.subscription > div > div > div:last-child body.india a.BW:hover:first-child {
      background: #fff;
      border-color: #fff; }
  .subscribeBW:hover, aside.subscription > div > div > div:last-child a.BW:hover:first-child {
    color: #000 !important;
    background: #fff;
    border-color: #fff;
    text-decoration: none !important; }
  .subscribeBW[disabled], aside.subscription > div > div > div:last-child a.BW[disabled]:first-child {
    opacity: 0.5; }

.btn, #match-fixtures li > div:nth-child(3) a, body.page-template-squad-selector #ssel-next span, body.page-template-squad-selector .btn-share, body.page-template-squad-selector .btn-facebook, body.page-template-squad-selector .btn-twitter, main.page.team-page .cta-scorecard, .widget_wisden_live_match_module .cta-scorecard {
  cursor: pointer;
  color: #000;
  display: inline-block;
  background: #ffd421;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 2.3px;
  padding: 16px 30px;
  border: 1px solid #ffd421;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  text-align: center; }
  body.india .btn, body.india #match-fixtures li > div:nth-child(3) a, #match-fixtures li > div:nth-child(3) body.india a, body.india body.page-template-squad-selector #ssel-next span, body.page-template-squad-selector #ssel-next body.india span, body.india body.page-template-squad-selector .btn-share, body.page-template-squad-selector body.india .btn-share, body.india body.page-template-squad-selector .btn-facebook, body.page-template-squad-selector body.india .btn-facebook, body.india body.page-template-squad-selector .btn-twitter, body.page-template-squad-selector body.india .btn-twitter, body.india main.page.team-page .cta-scorecard, main.page.team-page body.india .cta-scorecard, body.india .widget_wisden_live_match_module .cta-scorecard, .widget_wisden_live_match_module body.india .cta-scorecard {
    background: #118cda;
    border-color: #118cda; }
    body.india .btn:hover, body.india #match-fixtures li > div:nth-child(3) a:hover, #match-fixtures li > div:nth-child(3) body.india a:hover, body.india body.page-template-squad-selector #ssel-next span:hover, body.page-template-squad-selector #ssel-next body.india span:hover, body.india body.page-template-squad-selector .btn-share:hover, body.page-template-squad-selector body.india .btn-share:hover, body.india body.page-template-squad-selector .btn-facebook:hover, body.page-template-squad-selector body.india .btn-facebook:hover, body.india body.page-template-squad-selector .btn-twitter:hover, body.page-template-squad-selector body.india .btn-twitter:hover, body.india main.page.team-page .cta-scorecard:hover, main.page.team-page body.india .cta-scorecard:hover, body.india .widget_wisden_live_match_module .cta-scorecard:hover, .widget_wisden_live_match_module body.india .cta-scorecard:hover {
      background: #000;
      border-color: #000; }
  .btn:hover, #match-fixtures li > div:nth-child(3) a:hover, body.page-template-squad-selector #ssel-next span:hover, body.page-template-squad-selector .btn-share:hover, body.page-template-squad-selector .btn-facebook:hover, body.page-template-squad-selector .btn-twitter:hover, main.page.team-page .cta-scorecard:hover, .widget_wisden_live_match_module .cta-scorecard:hover {
    color: #fff !important;
    background: #000;
    border-color: #000;
    text-decoration: none !important; }
  .btn[disabled], #match-fixtures li > div:nth-child(3) a[disabled], body.page-template-squad-selector #ssel-next span[disabled], body.page-template-squad-selector .btn-share[disabled], body.page-template-squad-selector .btn-facebook[disabled], body.page-template-squad-selector .btn-twitter[disabled], main.page.team-page .cta-scorecard[disabled], .widget_wisden_live_match_module .cta-scorecard[disabled] {
    opacity: 0.5; }

.upper {
  text-transform: uppercase; }

strong {
  font-weight: 600; }

.block-wrap {
  background: #f8f8f8; }

@media (max-width: 767px) {
  .red-text a {
    color: #c52121 !important; } }

/**
* hide share this branding (social sharing)
*/
.st-logo {
  display: none !important; }

.container {
  max-width: 1184px; }

.intro-p, .drop-cap-intro {
  font-family: "Playfair Display", serif;
  color: #999;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3; }

/**
 * ICON IMAGE CLASSES
 */
.fixed-footer .ball {
  background-image: url("../svg/icon-ball-2.svg"); }

.fixed-footer .chart {
  background-image: url("../svg/icon-bar-chart.svg"); }

.fixed-footer .batball {
  background-image: url("../svg/icon-bat-ball-2.svg"); }

.fixed-footer .book {
  background-image: url("../svg/icon-book-open.svg"); }

.fixed-footer .cart {
  background-image: url("../svg/icon-cart-2.svg"); }

.fixed-footer .trophy {
  background-image: url("../svg/icon-trophy.svg"); }

.fixed-footer .tshirt {
  background-image: url("../svg/icon-t-shirt.svg"); }

.fixed-footer .medal {
  background-image: url("../svg/icon-medal.svg"); }

.fixed-footer .reader {
  background-image: url("../svg/icon-reader-2.svg"); }

.fixed-footer .star {
  background-image: url("../svg/icon-star.svg"); }

.drop-cap-intro:first-letter {
  font-size: 2.6em !important; }

.drop-cap:first-letter, .drop-cap-intro:first-letter {
  color: #c52121;
  float: left;
  padding-right: 6px;
  font-family: "Playfair Display", serif;
  color: #c52121;
  font-size: 2.9em;
  font-weight: bold;
  line-height: 1; }

iframe {
  max-width: 100%; }

.owl-carousel .owl-item img {
  height: auto; }

/**
 * temp class on temp element for JS measuring
 */
span.measure {
  display: inline-block; }

#main.page-404 {
  background: url(../jpg/404.jpg) no-repeat 50% 50%;
  height: 66vh;
  display: block;
  margin-top: 100px;
  position: relative; }
  @media (max-width: 767px) {
    #main.page-404 {
      margin-top: 45px; } }
  #main.page-404 p {
    color: #fff;
    margin-left: 28px;
    font-size: 3.2rem;
    padding-top: 32px; }
    #main.page-404 p a {
      cursor: pointer;
      color: #000;
      display: inline-block;
      background: #ffd421;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 1.4rem;
      letter-spacing: 2.3px;
      padding: 16px 30px;
      border: 1px solid #ffd421;
      -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
      transition: background-color 0.25s ease-out, color 0.25s ease-out;
      text-align: center; }
      body.india #main.page-404 p a {
        background: #118cda;
        border-color: #118cda; }
        body.india #main.page-404 p a:hover {
          background: #000;
          border-color: #000; }
      #main.page-404 p a:hover {
        color: #fff !important;
        background: #000;
        border-color: #000;
        text-decoration: none !important; }
      #main.page-404 p a[disabled] {
        opacity: 0.5; }
    @media (max-width: 767px) {
      #main.page-404 p:nth-child(2) {
        position: absolute;
        bottom: 10px; } }

.logout {
  text-align: center; }
  .logout a {
    cursor: pointer;
    color: #000;
    display: inline-block;
    background: #ffd421;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.4rem;
    letter-spacing: 2.3px;
    padding: 16px 30px;
    border: 1px solid #ffd421;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    text-align: center; }
    body.india .logout a {
      background: #118cda;
      border-color: #118cda; }
      body.india .logout a:hover {
        background: #000;
        border-color: #000; }
    .logout a:hover {
      color: #fff !important;
      background: #000;
      border-color: #000;
      text-decoration: none !important; }
    .logout a[disabled] {
      opacity: 0.5; }

.lb_widget .row > div, .lb_widget body > header > div.header-content > div, .lb_widget #main-menu > div, .lb_widget .widget_wisden_features_articles_module .mainWidth > div, .widget_wisden_features_articles_module .lb_widget .mainWidth > div, .lb_widget div.join-club > div, .lb_widget aside.story-grid > div > div {
  margin: 0 auto 1rem;
  padding: 1rem 0 0.5rem;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0; }

.lb_widget ~ h1 {
  padding-top: 0.5rem !important; }

.mpu_widget {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0; }
  @media (max-width: 767px) {
    .mpu_widget {
      display: none; } }
  .mpu_widget img, .mpu_widget iframe {
    max-width: unset; }
  .mpu_widget img {
    height: auto; }

/* RSN Note - this is here because it's impacted by MPUs invading its space, should it appear immediately below one */
.breakout_quote,
.breakout_stats {
  clear: left; }

/* RSN Note - this too is impacted if the fixed-footer 320x50 loaded */
body .fixed-footer.rsn-footer-ad {
  bottom: 50px; }

/* RSN Note - if an MPU appeared after this, this sat in front of the MPU due to still being floated left (prior to this fix) */
@media (max-width: 767px) {
  body main.single .breakout_related {
    float: none; } }

/* RSN Note - new RSN-specific ad stuff below here */
#rsn-dfp-ros-res-header {
  width: 320px;
  height: 50px;
  margin-left: auto;
  margin-right: auto; }

#rsn-dfp-page-mpu,
#rsn-dfp-page-mpu2,
#rsn-dfp-article-mpu,
#rsn-dfp-article-mpu2,
#rsn-dfp-article-mpu3 {
  width: 300px;
  height: 250px;
  margin-left: auto;
  margin-right: auto; }

#rsn-dfp-article-mpu,
#rsn-dfp-article-mpu2,
#rsn-dfp-article-mpu3,
#rsn-dfp-article-fullscreen {
  margin-bottom: 25px; }

@media (min-width: 576px) {
  #rsn-dfp-article-mpu,
  #rsn-dfp-article-mpu2,
  #rsn-dfp-article-mpu3 {
    float: left;
    clear: left;
    margin-left: 0;
    margin-right: 15px;
    margin-bottom: 15px; } }

#rsn-dfp-ros-fullscreen,
#rsn-dfp-article-fullscreen,
#rsn-dfp-article-fullscreenwrapper {
  visibility: hidden;
  width: 0;
  height: 0; }

#rsn-dfp-article-footer-placeholder {
  display: block;
  position: fixed;
  width: 100%;
  height: 50px;
  z-index: 100;
  bottom: 0;
  left: 0;
  background-color: #ffffff; }
  @media (min-width: 576px) {
    #rsn-dfp-article-footer-placeholder {
      display: none; } }

#rsn-dfp-article-footer {
  display: block;
  width: 320px;
  height: 50px;
  margin: 0 auto; }
  @media (min-width: 576px) {
    #rsn-dfp-article-footer {
      display: none; } }

body.rsn-debug #rsn-dfp-ros-fullscreen,
body.rsn-debug #rsn-dfp-article-fullscreen,
body.rsn-debug #rsn-dfp-article-fullscreenwrapper {
  visibility: visible;
  width: 100%;
  height: 10px; }

body.rsn-debug #rsn-dfp-ros-res-header,
body.rsn-debug #rsn-dfp-page-mpu,
body.rsn-debug #rsn-dfp-page-mpu2,
body.rsn-debug #rsn-dfp-article-mpu,
body.rsn-debug #rsn-dfp-article-mpu2,
body.rsn-debug #rsn-dfp-article-mpu3,
body.rsn-debug #rsn-dfp-article-footer,
body.rsn-debug #rsn-dfp-ros-fullscreen,
body.rsn-debug #rsn-dfp-article-fullscreen,
body.rsn-debug #rsn-dfp-article-fullscreenwrapper {
  background-color: #D6F600; }

/* RSN Note - new RSN-specific ad stuff above here */
main.archive > h1:first-child {
  text-align: center; }

main.archive article a {
  text-decoration: none !important; }

main.archive #post-sidebar {
  width: 25%;
  margin-left: 2%;
  position: -webkit-sticky;
  position: sticky;
  top: -112px;
  -ms-flex-item-align: start;
      align-self: flex-start; }

main.archive ul.archive-list {
  list-style: none;
  padding: 0;
  font-size: 1.5rem; }
  main.archive ul.archive-list article {
    margin-bottom: 17px; }
    main.archive ul.archive-list article .video {
      position: relative;
      padding-bottom: 56.25%;
      overflow: hidden;
      max-width: 88%;
      height: auto;
      margin-bottom: 4rem; }
      main.archive ul.archive-list article .video iframe, main.archive ul.archive-list article .video object, main.archive ul.archive-list article .video embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      @media (max-width: 991px) {
        main.archive ul.archive-list article .video {
          max-width: 100%; } }
    main.archive ul.archive-list article a img {
      display: block;
      height: auto; }
    main.archive ul.archive-list article a div strong:first-child {
      color: #c52121;
      text-transform: uppercase;
      font-size: 1rem;
      font-weight: 600;
      letter-spacing: 1.7px; }
    main.archive ul.archive-list article a div h1 {
      font-family: "Playfair Display", serif;
      color: #000;
      font-size: 2rem;
      font-weight: bold;
      line-height: 1.3;
      line-height: 1.4; }
    main.archive ul.archive-list article a div footer {
      display: none; }

@media (min-width: 768px) {
  main.archive {
    width: 98%;
    max-width: 1184px;
    margin-left: auto;
    margin-right: auto;
    margin: auto; }
    main.archive > h1:first-child {
      font-family: "Playfair Display", serif;
      color: #000;
      font-size: 4.8rem;
      font-weight: bold;
      line-height: 1.3;
      margin-bottom: 45px; }
    main.archive > div:first-of-type {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    main.archive div.archive-list {
      float: left;
      width: 73%; }
    main.archive ul.archive-list article a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      main.archive ul.archive-list article a img {
        max-width: 48.7179487179%;
        max-height: 277px;
        margin-right: 2.6923076923%; }
      main.archive ul.archive-list article a div {
        width: 35.8974358974%; }
        main.archive ul.archive-list article a div h1 {
          margin: 10px 0; }
    main.archive ul.archive-list + aside {
      width: 33.7837837838%;
      margin-left: 65.8783783784%; } }

@media (max-width: 767px) {
  main.archive {
    width: 100%;
    padding: 0 15px; }
    main.archive > h1:first-child {
      font-family: "Playfair Display", serif;
      color: #000;
      font-size: 2.4rem;
      font-weight: bold;
      line-height: 1.3;
      margin-bottom: 20px; }
    main.archive ul.archive-list {
      width: 100%; }
      main.archive ul.archive-list a {
        display: block; }
        main.archive ul.archive-list a img {
          max-width: 100%;
          margin: 0; }
        main.archive ul.archive-list a div {
          text-align: center; }
          main.archive ul.archive-list a div strong:first-child {
            display: block;
            margin-top: 17px; } }

article.archive-article-first {
  margin-bottom: 100px; }
  article.archive-article-first a div:first-child img {
    display: block;
    max-width: 100%; }
  article.archive-article-first a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    article.archive-article-first a div:first-child {
      width: 57.4324324324%;
      position: relative;
      margin-right: 49px; }
      article.archive-article-first a div:first-child strong {
        position: absolute;
        top: 0;
        right: 0;
        color: #c52121;
        text-transform: uppercase;
        font-size: 1rem;
        font-weight: 600;
        letter-spacing: 1.7px;
        display: inline-block;
        background: #c52121;
        color: #fff;
        padding: 5px 9px 3px 9px; }
    article.archive-article-first a div:last-child {
      width: 32.0945945946%; }
    article.archive-article-first a div h1 {
      font-family: "Playfair Display", serif;
      color: #000;
      font-size: 3.6rem;
      font-weight: bold;
      line-height: 1.3;
      margin: 25px 0 10px 0; }
    article.archive-article-first a div address + span {
      display: inline-block;
      background: url(../svg/icon-quote-indicator.svg) no-repeat 0 0/auto 100%;
      line-height: 26px;
      padding: 0 0 0 34px;
      font-size: 1.2rem;
      font-weight: 600;
      letter-spacing: 2px;
      text-transform: uppercase; }
  @media (max-width: 767px) {
    article.archive-article-first {
      margin-bottom: 10px;
      font-size: 1.5rem; }
      article.archive-article-first a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        article.archive-article-first a div {
          width: 100%;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          margin-right: 0;
          text-align: center; }
          article.archive-article-first a div:first-child strong {
            position: relative;
            color: #c52121;
            background: transparent; }
          article.archive-article-first a div h1 {
            font-family: "Playfair Display", serif;
            color: #000;
            font-size: 2rem;
            font-weight: bold;
            line-height: 1.3; }
          article.archive-article-first a div address, article.archive-article-first a div span {
            display: none; } }
  @media (max-width: 991px) {
    article.archive-article-first a div h1 {
      font-size: 3rem;
      margin-top: 0; }
    article.archive-article-first a div footer {
      display: none; } }

article.featured {
  text-align: center;
  margin: 0 0 20px 0;
  position: relative; }
  article.featured strong {
    font-weight: bold !important;
    line-height: 1; }
  article.featured header img:first-child {
    width: 100%;
    display: block;
    margin: 0 0 16px 0; }
  article.featured header strong {
    color: #c52121;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1.7px; }
  article.featured header h1 {
    font-family: "Playfair Display", serif;
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
    margin: 11px 0; }
    article.featured header h1::before {
      display: none !important; }
    article.featured header h1::after {
      display: none !important; }
  article.featured footer {
    font-size: 1.2rem;
    margin-top: 20px; }
  article.featured.leading header h1 {
    font-size: 3.6rem; }
  article.featured a:hover {
    text-decoration: none !important; }
  article.featured.gallery header:before {
    content: url("../png/icon-gallery.png");
    background-color: #ffd421;
    position: absolute;
    top: 0;
    left: 0;
    padding: 6px 6px 0 6px; }
  article.featured.podcast header:before {
    content: url("../svg/icon-podcast.svg");
    background-color: #ffd421;
    position: absolute;
    top: 0;
    left: 0;
    padding: 6px 6px 0 6px; }
  article.featured.video header:before {
    content: url("../svg/icon-video.svg");
    background-color: #ffd421;
    position: absolute;
    top: 0;
    left: 0;
    padding: 6px 6px 0 6px; }

@media (max-width: 767px) {
  article.featured.leading header h1 {
    font-size: 2.4rem; } }

aside.popular-articles {
  background: #fff !important;
  padding-top: 0px !important; }
  aside.popular-articles + .sponsor {
    margin-top: -40px;
    padding: 0 10px; }
    aside.popular-articles + .sponsor span {
      font-size: 1.2rem; }
    @media (max-width: 767px) {
      main section#post-sidebar aside.popular-articles + .sponsor .mpu_widget {
        display: block; } }

blockquote.article {
  background-size: cover;
  position: relative;
  margin: 0 0 20px 0; }
  blockquote.article a {
    display: block;
    padding: 20px;
    padding-top: 135px;
    background: rgba(200, 200, 200, 0.9); }
    blockquote.article a:hover {
      text-decoration: none !important; }
  blockquote.article div {
    font-family: "Playfair Display", serif;
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3; }
    blockquote.article div::before {
      content: "";
      display: block;
      background: url(../svg/icon-openquote-red.svg) no-repeat;
      width: 62px;
      height: 44px;
      position: absolute;
      top: 32px;
      left: -15px; }
  blockquote.article footer {
    margin-top: 20px; }
    blockquote.article footer cite {
      font-size: 1.2rem;
      font-style: normal; }
      blockquote.article footer cite strong {
        font-weight: bold; }

blockquote.color {
  background-size: cover;
  position: relative;
  margin: 0 0 20px 0; }
  blockquote.color a {
    display: block;
    padding: 20px;
    padding-top: 135px;
    background: rgba(0, 0, 0, 0.4); }
    blockquote.color a a:hover {
      text-decoration: none !important; }
  blockquote.color div {
    font-family: "Playfair Display", serif;
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
    color: #fff; }
    blockquote.color div::before {
      content: "";
      display: block;
      background: url(../svg/icon-openquote-red.svg) no-repeat;
      width: 62px;
      height: 44px;
      position: absolute;
      top: 32px;
      left: -15px; }

aside.trending-articles, aside.popular-articles {
  background: #f8f8f8;
  counter-reset: li-counter;
  padding: 11px 10px;
  margin: 0 0 20px 0; }
  aside.trending-articles h1, aside.popular-articles h1 {
    font-family: "Playfair Display", serif;
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
    margin: 4px 0 24px 0;
    text-align: center;
    /*@include media-breakpoint-up(xl) {
			@include headingDecoration();
		}*/
    /*@include media-breakpoint-down(xl) {
			text-align:center;
		}*/ }
    aside.trending-articles h1::before, aside.popular-articles h1::before, aside.trending-articles h1::after, aside.popular-articles h1::after {
      content: "";
      background: url(../svg/icon-divider-end2-black.svg) no-repeat 100% 50%;
      display: inline-block; }
    aside.trending-articles h1::before, aside.popular-articles h1::before {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    aside.trending-articles h1::before, aside.popular-articles h1::before, aside.trending-articles h1::after, aside.popular-articles h1::after {
      height: 10px;
      width: 54px;
      border-left: 1px solid #000; }
    aside.trending-articles h1::after, aside.popular-articles h1::after {
      margin: 0 0 0 16px; }
    aside.trending-articles h1::before, aside.popular-articles h1::before {
      margin: 0 16px 0 0; }
    aside.trending-articles h1.lw20::before, aside.popular-articles h1.lw20::before, aside.trending-articles h1.lw20::after, aside.popular-articles h1.lw20::after {
      width: 20px; }
    aside.trending-articles h1.lw10::before, aside.popular-articles h1.lw10::before, aside.trending-articles h1.lw10::after, aside.popular-articles h1.lw10::after {
      display: none; }
    aside.trending-articles h1.lw30::before, aside.popular-articles h1.lw30::before, aside.trending-articles h1.lw30::after, aside.popular-articles h1.lw30::after {
      width: 30px; }
    aside.trending-articles h1.lw40::before, aside.popular-articles h1.lw40::before, aside.trending-articles h1.lw40::after, aside.popular-articles h1.lw40::after {
      width: 40px; }
    aside.trending-articles h1.lw50::before, aside.popular-articles h1.lw50::before, aside.trending-articles h1.lw50::after, aside.popular-articles h1.lw50::after {
      width: 50px; }
    aside.trending-articles h1.lw60::before, aside.popular-articles h1.lw60::before, aside.trending-articles h1.lw60::after, aside.popular-articles h1.lw60::after {
      width: 60px; }
  aside.trending-articles ul, aside.popular-articles ul {
    list-style: none;
    margin: 0;
    padding: 0 20px; }
  aside.trending-articles li, aside.popular-articles li {
    font-size: 1.7rem;
    padding: 0 0 15px 43px;
    position: relative;
    padding-bottom: 15px;
    background: url(../svg/icon-divider.svg) no-repeat 50% 100%/118px auto;
    margin: 0 0 8px 0; }
    aside.trending-articles li::before, aside.popular-articles li::before {
      content: counter(li-counter);
      counter-increment: li-counter;
      font-size: 3rem;
      position: absolute;
      left: 0;
      top: -8px; }
    aside.trending-articles li:last-child, aside.popular-articles li:last-child {
      background: none; }
  aside.trending-articles > a:last-child, aside.popular-articles > a:last-child {
    cursor: pointer;
    color: #000;
    display: inline-block;
    background: #ffd421;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.4rem;
    letter-spacing: 2.3px;
    padding: 16px 30px;
    border: 1px solid #ffd421;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    text-align: center;
    display: block; }
    body.india aside.trending-articles > a:last-child, body.india aside.popular-articles > a:last-child {
      background: #118cda;
      border-color: #118cda; }
      body.india aside.trending-articles > a:last-child:hover, body.india aside.popular-articles > a:last-child:hover {
        background: #000;
        border-color: #000; }
    aside.trending-articles > a:last-child:hover, aside.popular-articles > a:last-child:hover {
      color: #fff !important;
      background: #000;
      border-color: #000;
      text-decoration: none !important; }
    aside.trending-articles > a:last-child[disabled], aside.popular-articles > a:last-child[disabled] {
      opacity: 0.5; }

@media (max-width: 767px) {
  .scorecard .score_panel > div.betting-box-container-small {
    position: relative;
    height: auto; } }

.bet365-odds-box {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  margin-top: 1rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  grid-column-gap: 5px; }
  @media (max-width: 767px) {
    .bet365-odds-box {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .bet365-odds-box span {
    place-self: center; }
    .bet365-odds-box span.home {
      grid-column-start: 1;
      grid-column-end: 1;
      font-weight: 600; }
    .bet365-odds-box span.odds {
      grid-row-start: 2;
      grid-row-end: 2;
      border: 1px solid #000;
      padding: 2px 8px 0; }
    .bet365-odds-box span.draw {
      grid-column-start: 2;
      grid-column-end: 2; }
    .bet365-odds-box span.name {
      grid-row-start: 1;
      grid-row-end: 1;
      text-transform: uppercase; }
    .bet365-odds-box span.away {
      grid-column-start: 3;
      grid-column-end: 3;
      font-weight: 600; }
    .bet365-odds-box span.link {
      grid-column-start: 4;
      grid-column-end: 4;
      grid-row-start: 2;
      grid-row-end: 2;
      justify-self: left;
      -ms-flex-item-align: end;
          align-self: end; }
      .bet365-odds-box span.link a {
        cursor: pointer;
        color: #fff;
        display: inline-block;
        background: #027b5b;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 1.4rem;
        letter-spacing: 2.3px;
        padding: 16px 30px;
        border: 1px solid #027b5b;
        -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
        transition: background-color 0.25s ease-out, color 0.25s ease-out;
        text-align: center;
        display: block;
        padding: 0.2rem 0.6rem;
        margin: auto 0.8rem -5px;
        font-size: 1rem;
        letter-spacing: 1px;
        position: relative; }
        body.india .bet365-odds-box span.link a {
          background: #118cda;
          border-color: #118cda; }
          body.india .bet365-odds-box span.link a:hover {
            background: #fff;
            border-color: #fff; }
        .bet365-odds-box span.link a:hover {
          color: #000 !important;
          background: #fff;
          border-color: #fff;
          text-decoration: none !important; }
        .bet365-odds-box span.link a[disabled] {
          opacity: 0.5; }
        .bet365-odds-box span.link a:hover {
          color: #ffd421 !important;
          background: #027b5b;
          border-color: #027b5b;
          text-decoration: none !important; }
        .bet365-odds-box span.link a:before {
          content: '';
          display: block;
          position: absolute;
          background-image: url(../png/bet365logo.png);
          height: 40px;
          background-repeat: no-repeat;
          background-size: contain;
          right: -1px;
          left: -1px;
          top: -40px;
          background-position-y: bottom; }
      .bet365-odds-box span.link.solo a:before {
        content: none; }
  .bet365-odds-box.inplay {
    grid-column-gap: 0; }
    .bet365-odds-box.inplay span.link {
      grid-column-start: 1;
      grid-column-end: 1; }
      .bet365-odds-box.inplay span.link a {
        font-size: 1.4rem; }

.bet365.betting-tab-events {
  list-style: none;
  padding-left: 0; }
  .bet365.betting-tab-events:first-of-type {
    margin-top: 1.5rem; }
  .bet365.betting-tab-events li {
    margin-bottom: 2px; }
    .bet365.betting-tab-events li details summary {
      background-color: #000;
      color: #fff;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 8px 16px;
      position: relative; }
      @media (max-width: 767px) {
        .bet365.betting-tab-events li details summary {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .bet365.betting-tab-events li details summary h2 {
        font-size: 27pt;
        font-family: "Playfair Display", serif;
        display: inline-block;
        cursor: pointer; }
        @media (max-width: 767px) {
          .bet365.betting-tab-events li details summary h2 {
            font-size: 20px; } }
      .bet365.betting-tab-events li details summary span {
        right: 0;
        height: 45px;
        margin-top: 1rem;
        position: absolute; }
        .bet365.betting-tab-events li details summary span small {
          font-size: 1.2rem; }
        .bet365.betting-tab-events li details summary span img {
          max-height: 100%;
          vertical-align: bottom; }
        @media (max-width: 767px) {
          .bet365.betting-tab-events li details summary span {
            position: relative;
            display: inline-block; } }
    .bet365.betting-tab-events li details ul {
      list-style: none;
      padding-left: 0; }
      .bet365.betting-tab-events li details ul.betting-tab-events-markets li {
        margin: 2px; }
        .bet365.betting-tab-events li details ul.betting-tab-events-markets li details summary {
          background-color: #027b5b;
          color: #fff; }
          .bet365.betting-tab-events li details ul.betting-tab-events-markets li details summary h3 {
            display: inline-block;
            font-weight: 600;
            cursor: pointer; }
        .bet365.betting-tab-events li details ul.betting-tab-events-markets li details ul.betting-tab-events-markets-runners li {
          background-color: #f8f8f8;
          padding: 8px 15px;
          margin: 2px 0;
          width: calc(50% - 1px); }
          .bet365.betting-tab-events li details ul.betting-tab-events-markets li details ul.betting-tab-events-markets-runners li strong {
            padding-left: 6px; }
          .bet365.betting-tab-events li details ul.betting-tab-events-markets li details ul.betting-tab-events-markets-runners li:nth-of-type(2n) {
            float: right;
            margin-top: -45.5px; }

.betting-box-container-large {
  display: none; }
  @media (min-width: 768px) {
    .betting-box-container-large {
      display: block; } }

@media (min-width: 768px) {
  .betting-box-container-small {
    display: none; } }

.scorecard .score_panel > div.wi-betfair-link-box-container-small {
  position: relative;
  font-size: 1.4rem;
  width: auto;
  bottom: auto;
  left: auto;
  right: auto;
  height: auto;
  overflow: auto; }
  .scorecard .score_panel > div.wi-betfair-link-box-container-small > span {
    position: relative;
    font-size: 1.4rem;
    width: auto;
    bottom: auto;
    left: auto;
    right: auto;
    height: auto;
    padding-left: 0;
    color: #222;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .scorecard .score_panel > div.wi-betfair-link-box-container-small > span .wi-betfair-link-box-content,
    .scorecard .score_panel > div.wi-betfair-link-box-container-small > span .wi-betfair-link-box-link {
      padding-top: 15px; }
    .scorecard .score_panel > div.wi-betfair-link-box-container-small > span .wi-betfair-link-box-content-team {
      height: 16px;
      line-height: 1.2; }

.match-centre-header-container {
  position: relative; }
  .match-centre-header-container .wi-matchcentre-betfair-title-logo {
    display: block;
    margin: 0 auto;
    background-color: #000;
    width: 188px;
    height: 94px;
    padding: 16px; }
    .match-centre-header-container .wi-matchcentre-betfair-title-logo img {
      width: 100%;
      height: auto;
      vertical-align: top; }
    @media (min-width: 768px) {
      .match-centre-header-container .wi-matchcentre-betfair-title-logo {
        position: absolute;
        right: 0;
        top: 0;
        width: 160px;
        height: 82px; } }

.wi-betfair-link-box {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding-top: 8px !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 768px) {
    .wi-betfair-link-box {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .wi-betfair-link-box .wi-betfair-link-box-logo,
  .wi-betfair-link-box .wi-betfair-link-box-link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0px;
            flex: 0 0 0; }
  .wi-betfair-link-box .wi-betfair-link-box-logo {
    margin-right: 4px;
    padding-top: 18px !important; }
  .wi-betfair-link-box .wi-betfair-link-box-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0px;
            flex: 0 0 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .wi-betfair-link-box .wi-betfair-link-box-content-team {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-top: 0 !important;
    margin-bottom: 1px; }
    .wi-betfair-link-box .wi-betfair-link-box-content-team span {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 0px;
              flex: 0 0 0;
      padding-top: 0 !important; }
    .wi-betfair-link-box .wi-betfair-link-box-content-team .wi-betfair-link-box-content-team-name {
      font-family: 'Barlow', sans-serif;
      font-weight: 600;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 36px;
              flex: 0 0 36px;
      width: 36px; }
    .wi-betfair-link-box .wi-betfair-link-box-content-team .wi-betfair-link-box-content-team-odds {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 1rem;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .wi-betfair-link-box .wi-betfair-link-box-content-team .wi-betfair-link-box-content-team-odds .wi-betfair-link-box-content-team-odds-value {
        font-size: 1.4rem;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 36px;
                flex: 0 0 36px;
        width: 36px;
        padding-left: 4px;
        background-color: #abdaff;
        margin: 0 8px 0 4px; }
        .wi-betfair-link-box .wi-betfair-link-box-content-team .wi-betfair-link-box-content-team-odds .wi-betfair-link-box-content-team-odds-value:hover {
          text-decoration: none !important; }
      .wi-betfair-link-box .wi-betfair-link-box-content-team .wi-betfair-link-box-content-team-odds.wi-betfair-link-box-content-team-odds-lay .wi-betfair-link-box-content-team-odds-value {
        background-color: #faccd4; }

#match-fixtures li > div:nth-child(3) .wi-betfair-link-box a, #match-fixtures li > div:nth-child(2) .wi-betfair-link-box a, #match-fixtures li > div:nth-child(4) .wi-betfair-link-box a {
  border-radius: 0;
  padding: 0;
  background: none;
  border: none;
  letter-spacing: normal;
  line-height: 1.2;
  margin-top: 0;
  display: block;
  text-align: left; }
  #match-fixtures li > div:nth-child(3) .wi-betfair-link-box a:hover, #match-fixtures li > div:nth-child(2) .wi-betfair-link-box a:hover, #match-fixtures li > div:nth-child(4) .wi-betfair-link-box a:hover {
    color: #000 !important; }

#match-fixtures li > div:nth-child(3) .wi-betfair-link-box, #match-fixtures li > div:nth-child(2) .wi-betfair-link-box, #match-fixtures li > div:nth-child(4) .wi-betfair-link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  left: 0; }
  @media (max-width: 767px) {
    #match-fixtures li > div:nth-child(3) .wi-betfair-link-box, #match-fixtures li > div:nth-child(2) .wi-betfair-link-box, #match-fixtures li > div:nth-child(4) .wi-betfair-link-box {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  #match-fixtures li > div:nth-child(3) .wi-betfair-link-box .wi-betfair-link-box-logo,
  #match-fixtures li > div:nth-child(3) .wi-betfair-link-box .wi-betfair-link-box-link, #match-fixtures li > div:nth-child(2) .wi-betfair-link-box .wi-betfair-link-box-logo,
  #match-fixtures li > div:nth-child(2) .wi-betfair-link-box .wi-betfair-link-box-link, #match-fixtures li > div:nth-child(4) .wi-betfair-link-box .wi-betfair-link-box-logo,
  #match-fixtures li > div:nth-child(4) .wi-betfair-link-box .wi-betfair-link-box-link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0px;
            flex: 0 0 0; }
  #match-fixtures li > div:nth-child(3) .wi-betfair-link-box .wi-betfair-link-box-link, #match-fixtures li > div:nth-child(2) .wi-betfair-link-box .wi-betfair-link-box-link, #match-fixtures li > div:nth-child(4) .wi-betfair-link-box .wi-betfair-link-box-link {
    padding-top: 15px; }
  #match-fixtures li > div:nth-child(3) .wi-betfair-link-box .wi-betfair-link-box-logo, #match-fixtures li > div:nth-child(2) .wi-betfair-link-box .wi-betfair-link-box-logo, #match-fixtures li > div:nth-child(4) .wi-betfair-link-box .wi-betfair-link-box-logo {
    margin-right: 4px;
    padding-top: 18px; }
  #match-fixtures li > div:nth-child(3) .wi-betfair-link-box .wi-betfair-link-box-content, #match-fixtures li > div:nth-child(2) .wi-betfair-link-box .wi-betfair-link-box-content, #match-fixtures li > div:nth-child(4) .wi-betfair-link-box .wi-betfair-link-box-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0px;
            flex: 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 15px; }
  #match-fixtures li > div:nth-child(3) .wi-betfair-link-box .wi-betfair-link-box-content-team, #match-fixtures li > div:nth-child(2) .wi-betfair-link-box .wi-betfair-link-box-content-team, #match-fixtures li > div:nth-child(4) .wi-betfair-link-box .wi-betfair-link-box-content-team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-top: 0;
    margin-bottom: 1px;
    height: 16px; }
    #match-fixtures li > div:nth-child(3) .wi-betfair-link-box .wi-betfair-link-box-content-team span, #match-fixtures li > div:nth-child(2) .wi-betfair-link-box .wi-betfair-link-box-content-team span, #match-fixtures li > div:nth-child(4) .wi-betfair-link-box .wi-betfair-link-box-content-team span {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 0px;
              flex: 0 0 0;
      padding-top: 0; }
    #match-fixtures li > div:nth-child(3) .wi-betfair-link-box .wi-betfair-link-box-content-team .wi-betfair-link-box-content-team-name, #match-fixtures li > div:nth-child(2) .wi-betfair-link-box .wi-betfair-link-box-content-team .wi-betfair-link-box-content-team-name, #match-fixtures li > div:nth-child(4) .wi-betfair-link-box .wi-betfair-link-box-content-team .wi-betfair-link-box-content-team-name {
      font-family: 'Barlow', sans-serif;
      font-weight: 700;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 36px;
              flex: 0 0 36px;
      width: 36px;
      text-align: left;
      bottom: 0;
      line-height: 16.8px; }
    #match-fixtures li > div:nth-child(3) .wi-betfair-link-box .wi-betfair-link-box-content-team .wi-betfair-link-box-content-team-odds, #match-fixtures li > div:nth-child(2) .wi-betfair-link-box .wi-betfair-link-box-content-team .wi-betfair-link-box-content-team-odds, #match-fixtures li > div:nth-child(4) .wi-betfair-link-box .wi-betfair-link-box-content-team .wi-betfair-link-box-content-team-odds {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 1rem;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      bottom: 0;
      line-height: 1.2; }
      #match-fixtures li > div:nth-child(3) .wi-betfair-link-box .wi-betfair-link-box-content-team .wi-betfair-link-box-content-team-odds .wi-betfair-link-box-content-team-odds-value, #match-fixtures li > div:nth-child(2) .wi-betfair-link-box .wi-betfair-link-box-content-team .wi-betfair-link-box-content-team-odds .wi-betfair-link-box-content-team-odds-value, #match-fixtures li > div:nth-child(4) .wi-betfair-link-box .wi-betfair-link-box-content-team .wi-betfair-link-box-content-team-odds .wi-betfair-link-box-content-team-odds-value {
        font-size: 1.4rem;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 36px;
                flex: 0 0 36px;
        width: 36px;
        padding-left: 4px;
        background-color: #abdaff;
        margin: 0 8px 0 4px; }
        #match-fixtures li > div:nth-child(3) .wi-betfair-link-box .wi-betfair-link-box-content-team .wi-betfair-link-box-content-team-odds .wi-betfair-link-box-content-team-odds-value:hover, #match-fixtures li > div:nth-child(2) .wi-betfair-link-box .wi-betfair-link-box-content-team .wi-betfair-link-box-content-team-odds .wi-betfair-link-box-content-team-odds-value:hover, #match-fixtures li > div:nth-child(4) .wi-betfair-link-box .wi-betfair-link-box-content-team .wi-betfair-link-box-content-team-odds .wi-betfair-link-box-content-team-odds-value:hover {
          text-decoration: none !important; }
      #match-fixtures li > div:nth-child(3) .wi-betfair-link-box .wi-betfair-link-box-content-team .wi-betfair-link-box-content-team-odds.wi-betfair-link-box-content-team-odds-lay .wi-betfair-link-box-content-team-odds-value, #match-fixtures li > div:nth-child(2) .wi-betfair-link-box .wi-betfair-link-box-content-team .wi-betfair-link-box-content-team-odds.wi-betfair-link-box-content-team-odds-lay .wi-betfair-link-box-content-team-odds-value, #match-fixtures li > div:nth-child(4) .wi-betfair-link-box .wi-betfair-link-box-content-team .wi-betfair-link-box-content-team-odds.wi-betfair-link-box-content-team-odds-lay .wi-betfair-link-box-content-team-odds-value {
        background-color: #faccd4; }

.wi-betting-tab-block {
  margin-top: 24px; }

.wi-betting-tab .wi-betting-tab-block {
  margin-top: 0; }

.wi-betting-tab-block-header,
.wi-betting-tab-block-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.wi-betting-tab-block-header {
  background-color: #000 !important;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 16px; }
  @media (max-width: 767px) {
    .wi-betting-tab-block-header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .wi-betting-tab-block-header .wi-betting-competition-header {
    background-color: inherit !important; }
  .wi-betting-tab-block-header .wi-betting-partner-link {
    background-color: inherit !important;
    font-family: "Barlow", sans-serif; }
  .wi-betting-tab-block-header h2 {
    font-size: 27pt;
    font-family: "Playfair Display", serif; }
  .wi-betting-tab-block-header .wi-betting-partner-link {
    font-size: 1.3rem; }
    .wi-betting-tab-block-header .wi-betting-partner-link img {
      margin-left: 16px;
      height: 24px; }
      .wi-betting-tab-block-header .wi-betting-partner-link img.wi-match-betting-tab-partner-link {
        height: 75px; }

.wi-betting-tab-main-section {
  margin-top: 16px; }
  .wi-betting-tab-main-section .wi-betting-date-row {
    margin-bottom: 16px; }
  .wi-betting-tab-main-section .wi-betting-date-row-header,
  .wi-betting-tab-main-section .wi-betting-date-item,
  .wi-betting-tab-main-section .wi-betting-date-item-date-teams {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  @media (min-width: 768px) {
    .wi-betting-tab-main-section .wi-betting-date-row-header-mobile {
      display: none; } }
  .wi-betting-tab-main-section .wi-betting-date-row-header,
  .wi-betting-tab-main-section .wi-betting-date-item {
    font-size: 1.4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .wi-betting-tab-main-section .wi-betting-date-row-header {
    background-color: #e1e1e1;
    padding: 6px 0 2px;
    font-weight: 600; }
  .wi-betting-tab-main-section .wi-betting-date-item {
    margin-top: 1px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .wi-betting-tab-main-section .wi-betting-date-item a:hover {
      text-decoration: none !important; }
  .wi-betting-tab-main-section .wi-betting-date-row-header-left,
  .wi-betting-tab-main-section .wi-betting-date-row-body-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .wi-betting-tab-main-section .wi-betting-date-row-header-right {
    display: none; }
    @media (min-width: 768px) {
      .wi-betting-tab-main-section .wi-betting-date-row-header-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 300px;
                flex: 0 0 300px;
        max-width: 300px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .wi-betting-tab-main-section .wi-betting-date-row-body-right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .wi-betting-tab-main-section .wi-betting-date-row-body-right > div {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 33.33333%;
              flex: 1 1 33.33333%;
      max-width: 33.33333%; }
    @media (min-width: 768px) {
      .wi-betting-tab-main-section .wi-betting-date-row-body-right {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 300px;
                flex: 0 0 300px;
        max-width: 300px; } }
  .wi-betting-tab-main-section .wi-betting-date-row-header-mobile {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%; }
    .wi-betting-tab-main-section .wi-betting-date-row-header-mobile .wi-betting-date-row-header-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      max-width: 100%; }
      .wi-betting-tab-main-section .wi-betting-date-row-header-mobile .wi-betting-date-row-header-right > div {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 33.33333%;
                flex: 1 1 33.33333%;
        max-width: 33.33333%; }
  .wi-betting-tab-main-section .wi-betting-date-header-date,
  .wi-betting-tab-main-section .wi-betting-date-item-date-teams {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .wi-betting-tab-main-section .wi-betting-date-header-date {
    padding-left: 16px;
    text-align: left;
    line-height: 1.2; }
    @media (max-width: 767px) {
      .wi-betting-tab-main-section .wi-betting-date-header-date {
        width: 50%;
        padding-left: 6px; } }
  .wi-betting-tab-main-section .wi-betting-date-item-date {
    background-color: #f7f7f7;
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 4px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }
  .wi-betting-tab-main-section .wi-betting-date-item-teams {
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 8px; }
  .wi-betting-tab-main-section .wi-betting-date-header-matched,
  .wi-betting-tab-main-section .wi-betting-date-item-matched {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    max-width: 80px;
    text-align: center; }
  .wi-betting-tab-main-section .wi-betting-date-header-team-1,
  .wi-betting-tab-main-section .wi-betting-date-header-team-x,
  .wi-betting-tab-main-section .wi-betting-date-header-team-2,
  .wi-betting-tab-main-section .wi-betting-date-item-team-1,
  .wi-betting-tab-main-section .wi-betting-date-item-team-x,
  .wi-betting-tab-main-section .wi-betting-date-item-team-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    max-width: 100px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
        align-self: stretch; }
  .wi-betting-tab-main-section .wi-betting-date-item-team-1-back,
  .wi-betting-tab-main-section .wi-betting-date-item-team-x-back,
  .wi-betting-tab-main-section .wi-betting-date-item-team-2-back,
  .wi-betting-tab-main-section .wi-betting-date-item-team-1-lay,
  .wi-betting-tab-main-section .wi-betting-date-item-team-x-lay,
  .wi-betting-tab-main-section .wi-betting-date-item-team-2-lay {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    text-align: center;
    font-size: 1.4rem;
    line-height: 0.9;
    padding: 4px 0; }
  .wi-betting-tab-main-section .wi-betting-date-item-team-1-back,
  .wi-betting-tab-main-section .wi-betting-date-item-team-x-back,
  .wi-betting-tab-main-section .wi-betting-date-item-team-2-back {
    background-color: #abdaff; }
  .wi-betting-tab-main-section .wi-betting-date-item-team-1-lay,
  .wi-betting-tab-main-section .wi-betting-date-item-team-x-lay,
  .wi-betting-tab-main-section .wi-betting-date-item-team-2-lay {
    background-color: #faccd4; }
  .wi-betting-tab-main-section .wi-betting-date-item-team-x-back,
  .wi-betting-tab-main-section .wi-betting-date-item-team-x-lay {
    opacity: 0.5;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .wi-betting-tab-main-section .wi-betting-date-header-info,
  .wi-betting-tab-main-section .wi-betting-date-item-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32px;
            flex: 0 0 32px;
    max-width: 32px;
    display: none; }
  .wi-betting-tab-main-section .wi-betting-date-item-info {
    text-align: center; }
    .wi-betting-tab-main-section .wi-betting-date-item-info a.fa {
      font-size: 1.2rem;
      display: inline-block;
      background-color: #c0c0c0;
      padding: 4px 8px; }

.wi-betting-tab-block-footer {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #c0c0c0;
  padding: 4px 16px;
  font-size: 1.3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 2.4rem; }
  .wi-betting-tab-block-footer a.fa {
    font-size: 1.2rem;
    display: inline-block;
    background-color: #c0c0c0;
    padding: 4px 8px;
    margin-left: 8px; }
  .wi-betting-tab-block-footer .wi-betting-regulation-container img {
    height: 24px;
    margin-left: 16px; }
  .wi-betting-tab-block-footer span {
    display: inline-block; }

#wi-match-betting-tab-block .wi-betting-tab-block-header {
  padding: 8px 16px; }
  #wi-match-betting-tab-block .wi-betting-tab-block-header h2 {
    font-size: 3.6rem;
    margin-bottom: 10px;
    line-height: 1.5;
    font-weight: 600; }
    @media (max-width: 767px) {
      #wi-match-betting-tab-block .wi-betting-tab-block-header h2 {
        text-align: center; } }
    @media (max-width: 991px) {
      #wi-match-betting-tab-block .wi-betting-tab-block-header h2 {
        font-size: 3rem;
        margin-bottom: 6px; } }
  #wi-match-betting-tab-block .wi-betting-tab-block-header .wi-betting-competiton-meta {
    font-size: 1.6rem;
    margin: 14px 0 0;
    display: block; }
    @media (max-width: 991px) {
      #wi-match-betting-tab-block .wi-betting-tab-block-header .wi-betting-competiton-meta {
        margin: 8px 0 0; } }
  #wi-match-betting-tab-block .wi-betting-tab-block-header .wi-betting-partner-link img {
    height: 75px; }

#wi-match-betting-tab-block .wi-match-betting-tab-odds-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.4rem;
  margin: 0 8px;
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 4px; }
  #wi-match-betting-tab-block .wi-match-betting-tab-odds-header .wi-match-betting-tab-odds-header-title {
    font-weight: 600; }

#wi-match-betting-tab-block .wi-match-betting-tab-odds-matched-total {
  font-size: 1.4rem;
  margin: 0 8px 16px;
  text-align: right;
  padding: 4px 0; }

#wi-match-betting-tab-block .wi-match-betting-tab-refresh-button {
  background-color: #c3c2c2;
  border: 0;
  border-radius: 4px;
  margin-left: 8px; }

#wi-match-betting-tab-block .wi-match-betting-tab-odds-header-row,
#wi-match-betting-tab-block .wi-match-betting-tab-odds-body-row {
  margin: 0 8px; }

#wi-match-betting-tab-block .wi-match-betting-tab-odds-header-row,
#wi-match-betting-tab-block .wi-match-betting-tab-odds-body-row,
#wi-match-betting-tab-block .wi-match-betting-tab-header-right,
#wi-match-betting-tab-block .wi-match-betting-tab-body-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem; }

#wi-match-betting-tab-block .wi-match-betting-tab-header-left,
#wi-match-betting-tab-block .wi-match-betting-tab-body-left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  max-width: 30%;
  border-bottom: 1px solid #c0c0c0; }

#wi-match-betting-tab-block .wi-match-betting-tab-header-right,
#wi-match-betting-tab-block .wi-match-betting-tab-body-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 70%;
          flex: 1 1 70%;
  max-width: 70%;
  border-bottom: 1px solid #c0c0c0; }

#wi-match-betting-tab-block .wi-match-betting-tab-header-col-back {
  background-color: #abdaff;
  font-size: 1.2rem; }

#wi-match-betting-tab-block .wi-match-betting-tab-header-col-lay {
  background-color: #faccd4;
  font-size: 1.2rem; }

@media (min-width: 768px) {
  #wi-match-betting-tab-block .wi-match-betting-tab-header-left,
  #wi-match-betting-tab-block .wi-match-betting-tab-header-right,
  #wi-match-betting-tab-block .wi-match-betting-tab-body-left,
  #wi-match-betting-tab-block .wi-match-betting-tab-body-right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%; }
  #wi-match-betting-tab-block .wi-match-betting-tab-header-col-back,
  #wi-match-betting-tab-block .wi-match-betting-tab-header-col-lay {
    font-size: 1.4rem; } }

#wi-match-betting-tab-block .wi-match-betting-tab-header-col,
#wi-match-betting-tab-block .wi-match-betting-tab-body-col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 16.66667%;
          flex: 1 1 16.66667%;
  max-width: 16.66667%;
  text-align: center; }
  #wi-match-betting-tab-block .wi-match-betting-tab-header-col a,
  #wi-match-betting-tab-block .wi-match-betting-tab-body-col a {
    display: block;
    height: 100%; }
    #wi-match-betting-tab-block .wi-match-betting-tab-header-col a:hover,
    #wi-match-betting-tab-block .wi-match-betting-tab-body-col a:hover {
      text-decoration: none !important; }
  #wi-match-betting-tab-block .wi-match-betting-tab-header-col:not(.wi-match-betting-tab-body-col-back) .wi-betting-date-item-team-1-back,
  #wi-match-betting-tab-block .wi-match-betting-tab-header-col:not(.wi-match-betting-tab-body-col-lay) .wi-betting-date-item-team-1-lay,
  #wi-match-betting-tab-block .wi-match-betting-tab-body-col:not(.wi-match-betting-tab-body-col-back) .wi-betting-date-item-team-1-back,
  #wi-match-betting-tab-block .wi-match-betting-tab-body-col:not(.wi-match-betting-tab-body-col-lay) .wi-betting-date-item-team-1-lay {
    background-color: transparent; }

#wi-match-betting-tab-block .wi-match-betting-tab-body-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

#wi-match-betting-tab-block .wi-betting-tab-popular-markets-header {
  background-color: #000 !important;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px;
  font-size: 1.6rem; }
  #wi-match-betting-tab-block .wi-betting-tab-popular-markets-header .wi-betting-tab-popular-markets-header-text,
  #wi-match-betting-tab-block .wi-betting-tab-popular-markets-header .wi-betting-tab-popular-markets-header-partner-link {
    background-color: inherit; }
  #wi-match-betting-tab-block .wi-betting-tab-popular-markets-header .wi-betting-tab-popular-markets-header-text {
    font-weight: 600;
    padding: 10px 16px;
    font-family: "Playfair Display", serif;
    font-size: 2rem; }
  #wi-match-betting-tab-block .wi-betting-tab-popular-markets-header .wi-betting-tab-popular-markets-header-partner-link a {
    cursor: pointer;
    color: #000;
    display: inline-block;
    background: #ffd421;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.4rem;
    letter-spacing: 2.3px;
    padding: 16px 30px;
    border: 1px solid #ffd421;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    text-align: center; }
    #wi-match-betting-tab-block .wi-betting-tab-popular-markets-header .wi-betting-tab-popular-markets-header-partner-link a i {
      margin-left: 8px;
      display: inline-block; }
    #wi-match-betting-tab-block .wi-betting-tab-popular-markets-header .wi-betting-tab-popular-markets-header-partner-link a:hover {
      color: #fff;
      text-decoration: none !important;
      background: #000;
      border: 1px solid #000; }

#wi-match-betting-tab-block .wi-betting-tab-popular-markets-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 8px; }
  #wi-match-betting-tab-block .wi-betting-tab-popular-markets-body .wi-betting-tab-popular-markets-body-col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 100%;
    padding: 0 8px;
    margin-bottom: 16px; }
  #wi-match-betting-tab-block .wi-betting-tab-popular-markets-body .wi-betting-tab-popular-markets-body-col-header {
    background-color: #ecebec;
    padding: 8px 8px 6px;
    font-weight: 600;
    margin-bottom: 16px; }
  #wi-match-betting-tab-block .wi-betting-tab-popular-markets-body .wi-betting-tab-popular-markets-body-col-table-header-row,
  #wi-match-betting-tab-block .wi-betting-tab-popular-markets-body .wi-betting-tab-popular-markets-body-col-table-body-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #wi-match-betting-tab-block .wi-betting-tab-popular-markets-body .wi-betting-tab-popular-markets-body-col-table-header-col,
  #wi-match-betting-tab-block .wi-betting-tab-popular-markets-body .wi-betting-tab-popular-markets-body-col-table-body-col {
    border-bottom: 1px solid #c0c0c0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 70%;
    font-size: 1.4rem; }
  #wi-match-betting-tab-block .wi-betting-tab-popular-markets-body .wi-betting-tab-popular-markets-body-col-table-body-col {
    padding: 4px 0; }
  #wi-match-betting-tab-block .wi-betting-tab-popular-markets-body .wi-betting-tab-popular-markets-body-col-table-header-col-back,
  #wi-match-betting-tab-block .wi-betting-tab-popular-markets-body .wi-betting-tab-popular-markets-body-col-table-header-col-lay,
  #wi-match-betting-tab-block .wi-betting-tab-popular-markets-body .wi-betting-tab-popular-markets-body-col-table-body-col-back,
  #wi-match-betting-tab-block .wi-betting-tab-popular-markets-body .wi-betting-tab-popular-markets-body-col-table-body-col-lay {
    max-width: 15%;
    text-align: center; }
    #wi-match-betting-tab-block .wi-betting-tab-popular-markets-body .wi-betting-tab-popular-markets-body-col-table-header-col-back a:hover,
    #wi-match-betting-tab-block .wi-betting-tab-popular-markets-body .wi-betting-tab-popular-markets-body-col-table-header-col-lay a:hover,
    #wi-match-betting-tab-block .wi-betting-tab-popular-markets-body .wi-betting-tab-popular-markets-body-col-table-body-col-back a:hover,
    #wi-match-betting-tab-block .wi-betting-tab-popular-markets-body .wi-betting-tab-popular-markets-body-col-table-body-col-lay a:hover {
      text-decoration: none !important; }
  #wi-match-betting-tab-block .wi-betting-tab-popular-markets-body .wi-betting-tab-popular-markets-body-col-table-body-col-back {
    background-color: #abdaff; }
  #wi-match-betting-tab-block .wi-betting-tab-popular-markets-body .wi-betting-tab-popular-markets-body-col-table-body-col-lay {
    background-color: #faccd4; }

#wi-match-betting-tab-block .wi-betting-tab-popular-markets-footer {
  text-align: center;
  padding: 16px 0; }
  #wi-match-betting-tab-block .wi-betting-tab-popular-markets-footer a {
    cursor: pointer;
    color: #000;
    display: inline-block;
    background: #ffd421;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.4rem;
    letter-spacing: 2.3px;
    padding: 16px 30px;
    border: 1px solid #ffd421;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    text-align: center; }
    #wi-match-betting-tab-block .wi-betting-tab-popular-markets-footer a i {
      margin-left: 8px;
      display: inline-block; }
    #wi-match-betting-tab-block .wi-betting-tab-popular-markets-footer a:hover {
      color: #fff;
      text-decoration: none !important;
      background: #000;
      border: 1px solid #000; }

@media (min-width: 768px) {
  #wi-match-betting-tab-block .wi-betting-tab-popular-markets-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #wi-match-betting-tab-block .wi-betting-tab-popular-markets-body .wi-betting-tab-popular-markets-body-col {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 50%;
              flex: 1 1 50%;
      max-width: 50%; } }

.module-betting-link {
  margin-left: 16px;
  font-size: 1.6rem;
  color: #fff !important; }
  @media (max-width: 767px) {
    .module-betting-link {
      text-align: center; } }
  @media (max-width: 1199px) {
    .module-betting-link {
      display: block;
      margin-left: 0;
      margin-top: 8px; } }
  .module-betting-link img {
    height: 14px;
    width: auto; }
  .module-betting-link a {
    text-decoration: underline;
    color: #fff !important; }

main.single .breakout_category-slider #newscard h2 {
  font-family: "Playfair Display", serif;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 2rem; }
  main.single .breakout_category-slider #newscard h2::before, main.single .breakout_category-slider #newscard h2::after {
    content: "";
    background: url(../svg/icon-divider-end2-black.svg) no-repeat 100% 50%;
    display: inline-block; }
  main.single .breakout_category-slider #newscard h2::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  main.single .breakout_category-slider #newscard h2::before, main.single .breakout_category-slider #newscard h2::after {
    height: 10px;
    width: 54px;
    border-left: 1px solid #000; }
  main.single .breakout_category-slider #newscard h2::after {
    margin: 0 0 0 16px; }
  main.single .breakout_category-slider #newscard h2::before {
    margin: 0 16px 0 0; }
  main.single .breakout_category-slider #newscard h2.lw20::before, main.single .breakout_category-slider #newscard h2.lw20::after {
    width: 20px; }
  main.single .breakout_category-slider #newscard h2.lw10::before, main.single .breakout_category-slider #newscard h2.lw10::after {
    display: none; }
  main.single .breakout_category-slider #newscard h2.lw30::before, main.single .breakout_category-slider #newscard h2.lw30::after {
    width: 30px; }
  main.single .breakout_category-slider #newscard h2.lw40::before, main.single .breakout_category-slider #newscard h2.lw40::after {
    width: 40px; }
  main.single .breakout_category-slider #newscard h2.lw50::before, main.single .breakout_category-slider #newscard h2.lw50::after {
    width: 50px; }
  main.single .breakout_category-slider #newscard h2.lw60::before, main.single .breakout_category-slider #newscard h2.lw60::after {
    width: 60px; }

main.single .breakout_category-slider .owl-prev {
  opacity: 0.6;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 5rem;
  position: absolute;
  top: 40%;
  left: 22px; }
  main.single .breakout_category-slider .owl-prev:hover {
    color: #ffd421 !important;
    opacity: 1; }
  main.single .breakout_category-slider .owl-prev i {
    background-color: #fff;
    padding: 0 14px 0 10px;
    border-radius: 25px; }

main.single .breakout_category-slider .owl-next {
  opacity: 0.6;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 5rem;
  position: absolute;
  top: 40%;
  right: 22px; }
  main.single .breakout_category-slider .owl-next:hover {
    color: #ffd421 !important;
    opacity: 1; }
  main.single .breakout_category-slider .owl-next i {
    background-color: #fff;
    padding: 0 10px 0 14px;
    border-radius: 25px; }

main.single .breakout_category-slider .owl-stage {
  right: 65px; }
  main.single .breakout_category-slider .owl-stage article.featured {
    padding: 0 0.3rem; }
    main.single .breakout_category-slider .owl-stage article.featured header h1 {
      font-size: 2rem;
      margin: 11px 0; }

@media (max-width: 767px) {
  main.single .breakout_category-slider {
    padding: 0 1.6rem; }
    main.single .breakout_category-slider #newscard h2 {
      font-size: 1.8rem; }
    main.single .breakout_category-slider .owl-stage {
      right: 35px; }
      main.single .breakout_category-slider .owl-stage article.featured header h1 {
        font-size: 1.4rem;
        margin-top: 0; }
      main.single .breakout_category-slider .owl-stage article.featured header img {
        margin-bottom: 6px; }
    main.single .breakout_category-slider .owl-nav .owl-next {
      right: 0;
      top: 10%;
      -webkit-transform: scale(0.5);
              transform: scale(0.5); }
    main.single .breakout_category-slider .owl-nav .owl-prev {
      left: 0;
      top: 10%;
      -webkit-transform: scale(0.5);
              transform: scale(0.5); } }

main.single .breakout_signup {
  background: #f8f8f8;
  display: grid;
  margin: 0 0 2rem -100px;
  padding: 1rem 0;
  position: relative;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  grid-template: "image title" auto
 "image info" auto
 "image form" auto
 / 1fr 3fr;
  grid-column-gap: 1rem; }
  main.single .breakout_signup img {
    grid-area: image; }
  main.single .breakout_signup h3 {
    grid-area: title;
    font-family: "Playfair Display", serif;
    color: #000;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.3;
    line-height: 1; }
  main.single .breakout_signup p {
    grid-area: info; }
  main.single .breakout_signup form {
    grid-area: form;
    -ms-flex-item-align: end;
        align-self: end; }
    main.single .breakout_signup form label, main.single .breakout_signup form legend {
      display: none; }
    main.single .breakout_signup form > div {
      position: absolute;
      bottom: 0; }
    main.single .breakout_signup form fieldset {
      border: 1px solid #dbdbdb;
      padding: 12px 0;
      height: 55px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      float: left;
      width: 300px;
      overflow: hidden; }
    main.single .breakout_signup form input[type="text"], main.single .breakout_signup form input[type="email"], main.single .breakout_signup form input[type="password"] {
      border: 0;
      outline: 0;
      width: 100%;
      text-indent: 5px;
      display: block;
      background: transparent; }
      main.single .breakout_signup form input[type="text"]::-webkit-input-placeholder, main.single .breakout_signup form input[type="email"]::-webkit-input-placeholder, main.single .breakout_signup form input[type="password"]::-webkit-input-placeholder {
        color: #dbdbdb;
        font-size: 1.5rem; }
      main.single .breakout_signup form input[type="text"]::-ms-input-placeholder, main.single .breakout_signup form input[type="email"]::-ms-input-placeholder, main.single .breakout_signup form input[type="password"]::-ms-input-placeholder {
        color: #dbdbdb;
        font-size: 1.5rem; }
      main.single .breakout_signup form input[type="text"]::placeholder, main.single .breakout_signup form input[type="email"]::placeholder, main.single .breakout_signup form input[type="password"]::placeholder {
        color: #dbdbdb;
        font-size: 1.5rem; }
    main.single .breakout_signup form fieldset {
      margin: 0 1rem 0 0; }
    main.single .breakout_signup form button {
      cursor: pointer;
      color: #000;
      display: inline-block;
      background: #ffd421;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 1.4rem;
      letter-spacing: 2.3px;
      padding: 16px 30px;
      border: 1px solid #ffd421;
      -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
      transition: background-color 0.25s ease-out, color 0.25s ease-out;
      text-align: center; }
      body.india main.single .breakout_signup form button {
        background: #118cda;
        border-color: #118cda; }
        body.india main.single .breakout_signup form button:hover {
          background: #000;
          border-color: #000; }
      main.single .breakout_signup form button:hover {
        color: #fff !important;
        background: #000;
        border-color: #000;
        text-decoration: none !important; }
      main.single .breakout_signup form button[disabled] {
        opacity: 0.5; }

@media (max-width: 767px) {
  main.single .breakout_signup {
    margin: 0 0 2rem;
    text-align: center;
    padding: 1em 15px;
    grid-template: "image" auto
 "title" auto
 "info" auto
 "form" auto
 / 1fr; }
    main.single .breakout_signup h3 {
      margin-bottom: 1.25rem; }
    main.single .breakout_signup p {
      text-align: left; }
    main.single .breakout_signup form fieldset {
      width: 100%;
      background-color: #fff;
      margin-bottom: 2rem; }
      main.single .breakout_signup form fieldset input {
        text-align: center; }
    main.single .breakout_signup img {
      display: none; } }

main.single .breakout_quote {
  background: #f8f8f8;
  font-family: "Playfair Display", serif;
  display: block;
  margin: 0 0 2rem -100px;
  padding: 1em 50px;
  font-size: 3.6rem;
  position: relative; }
  main.single .breakout_quote span {
    border-left: 1px #fce16f solid;
    display: block;
    padding-left: 50px; }
    main.single .breakout_quote span:before {
      content: url("../png/diamond-yellow-sm.png");
      position: absolute;
      left: 45px;
      top: -6px; }
    main.single .breakout_quote span:after {
      content: url("../png/diamond-yellow-sm.png");
      position: absolute;
      left: 45px;
      bottom: 15px; }

@media (max-width: 767px) {
  main.single .breakout_quote {
    margin: 0;
    padding: 1em 15px;
    font-size: inherit;
    color: #000; }
    main.single .breakout_quote span {
      padding-left: 15px; }
      main.single .breakout_quote span:before {
        left: 11px;
        top: 26px; }
      main.single .breakout_quote span:after {
        left: 10px;
        bottom: 26px; } }

main.single .breakout_related {
  font-family: "Playfair Display", serif;
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  float: left;
  font-weight: 500;
  margin: 0 0 1rem -100px;
  padding: 0 50px 1rem 0;
  width: 360px; }
  main.single .breakout_related a {
    border-top: 3px solid #c52121;
    display: block;
    padding-top: 1rem; }

@media (max-width: 1199px) {
  main.single .breakout_related {
    width: 100%;
    padding: 1em 0 2em 0;
    margin: 0; } }

@media (max-width: 767px) {
  main.single .breakout_related {
    margin: 0;
    padding: 1em 3%;
    font-size: inherit;
    color: #000;
    width: 100%; }
    main.single .breakout_related span {
      padding-left: 15px; }
      main.single .breakout_related span:before {
        left: 11px;
        top: 26px; }
      main.single .breakout_related span:after {
        left: 10px;
        bottom: 26px; } }

.breakout_stats {
  background: #f8f8f8; }
  .breakout_stats.stats_h {
    padding: 20px;
    margin: 10px 0; }
    @media (max-width: 991px) {
      .breakout_stats.stats_h {
        margin: 10px 1.6rem; } }
  .breakout_stats.stats_v {
    float: left;
    margin: 0 1rem 1rem -100px;
    padding: 20px;
    width: 230px; }
    @media (max-width: 991px) {
      .breakout_stats.stats_v {
        float: none;
        margin: 10px 1.6rem;
        width: auto; } }
  .breakout_stats h3 {
    font-family: "Playfair Display", serif;
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    margin-bottom: 2rem; }
    .breakout_stats h3::before, .breakout_stats h3::after {
      content: "";
      background: url(../svg/icon-divider-end2-grey.svg) no-repeat 100% 50%;
      display: inline-block; }
    .breakout_stats h3::before {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .breakout_stats h3::before, .breakout_stats h3::after {
      height: 10px;
      width: 54px;
      border-left: 1px solid #BABABA; }
    .breakout_stats h3::after {
      margin: 0 0 0 16px; }
    .breakout_stats h3::before {
      margin: 0 16px 0 0; }
    .breakout_stats h3.lw20::before, .breakout_stats h3.lw20::after {
      width: 20px; }
    .breakout_stats h3.lw10::before, .breakout_stats h3.lw10::after {
      display: none; }
    .breakout_stats h3.lw30::before, .breakout_stats h3.lw30::after {
      width: 30px; }
    .breakout_stats h3.lw40::before, .breakout_stats h3.lw40::after {
      width: 40px; }
    .breakout_stats h3.lw50::before, .breakout_stats h3.lw50::after {
      width: 50px; }
    .breakout_stats h3.lw60::before, .breakout_stats h3.lw60::after {
      width: 60px; }
    .breakout_stats h3::before {
      display: none; }

.breakout_subs {
  float: left;
  margin: 0 1rem 1rem -100px;
  width: 230px;
  text-align: center; }
  @media (max-width: 991px) {
    .breakout_subs {
      display: none; } }
  .breakout_subs h3 {
    font-family: "Playfair Display", serif;
    color: #000;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.3;
    margin: 0.8rem; }
  .breakout_subs a {
    cursor: pointer;
    color: #000;
    display: inline-block;
    background: #ffd421;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.4rem;
    letter-spacing: 2.3px;
    padding: 16px 30px;
    border: 1px solid #ffd421;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    text-align: center; }
    body.india .breakout_subs a {
      background: #118cda;
      border-color: #118cda; }
      body.india .breakout_subs a:hover {
        background: #000;
        border-color: #000; }
    .breakout_subs a:hover {
      color: #fff !important;
      background: #000;
      border-color: #000;
      text-decoration: none !important; }
    .breakout_subs a[disabled] {
      opacity: 0.5; }
  .breakout_subs img {
    width: 100%;
    height: auto; }

.full-gray {
  background: #f8f8f8; }

.comments {
  padding: 34px 10px;
  font-size: 1.7rem; }
  .comments .fn {
    font-size: 1.4rem;
    font-weight: 600;
    display: block; }
  .comments .says {
    display: none; }
  .comments .comment-list {
    list-style-type: none;
    padding-left: 0; }
  .comments .comment-author img {
    border-radius: 100px;
    margin: 0px 15px 13px 0;
    float: left; }
  .comments .comment-meta .commentmetadata a {
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 0.4px; }
  .comments .comment-list li {
    border-bottom: 1px solid #dadada;
    padding-top: 13px;
    clear: both; }
  .comments .comment-list li p {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.58;
    letter-spacing: 0.4px;
    clear: both; }
  .comments .comment-list li .reply {
    text-align: right;
    padding-bottom: 13px;
    color: #c52121;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.4px; }
  .comments .comment-list li .reply a {
    color: #c52121; }
  .comments .must-log-in a {
    color: red; }
  .comments .comment-form-comment label {
    display: none; }
  .comments .comment-reply-title {
    font-size: 2.2rem; }
  .comments #comment {
    width: 100%;
    border: none; }
  .comments #reply-title {
    font-size: 1.6em; }
  @media (min-width: 768px) {
    .comments .comments-area {
      max-width: 652px !important;
      margin: auto !important;
      margin-left: 200px !important; } }
  .comments .form-submit input {
    float: right; }
  .comments #commentform #submit {
    cursor: pointer;
    color: #000;
    display: inline-block;
    background: #ffd421;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.4rem;
    letter-spacing: 2.3px;
    padding: 16px 30px;
    border: 1px solid #ffd421;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    text-align: center;
    font-size: 1rem;
    letter-spacing: 1px;
    padding: 8px 15px;
    margin-top: -20px; }
    body.india .comments #commentform #submit {
      background: #118cda;
      border-color: #118cda; }
      body.india .comments #commentform #submit:hover {
        background: #000;
        border-color: #000; }
    .comments #commentform #submit:hover {
      color: #fff !important;
      background: #000;
      border-color: #000;
      text-decoration: none !important; }
    .comments #commentform #submit[disabled] {
      opacity: 0.5; }

main.competition article form label, main.competition article form legend {
  display: none; }

main.competition article form > div {
  position: absolute;
  bottom: 0; }

main.competition article form fieldset {
  border: 1px solid #dbdbdb;
  padding: 12px 0;
  height: 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  width: 100%;
  overflow: hidden; }

main.competition article form input[type="text"], main.competition article form input[type="email"], main.competition article form input[type="password"] {
  border: 0;
  outline: 0;
  width: 100%;
  text-indent: 5px;
  display: block;
  background: transparent; }
  main.competition article form input[type="text"]::-webkit-input-placeholder, main.competition article form input[type="email"]::-webkit-input-placeholder, main.competition article form input[type="password"]::-webkit-input-placeholder {
    color: #dbdbdb;
    font-size: 1.5rem; }
  main.competition article form input[type="text"]::-ms-input-placeholder, main.competition article form input[type="email"]::-ms-input-placeholder, main.competition article form input[type="password"]::-ms-input-placeholder {
    color: #dbdbdb;
    font-size: 1.5rem; }
  main.competition article form input[type="text"]::placeholder, main.competition article form input[type="email"]::placeholder, main.competition article form input[type="password"]::placeholder {
    color: #dbdbdb;
    font-size: 1.5rem; }

main.competition article form div {
  position: relative;
  bottom: auto; }

main.competition article form fieldset {
  margin-bottom: 2rem;
  float: none; }

main.competition article form input[type="submit"], main.competition article form button {
  cursor: pointer;
  color: #000;
  display: inline-block;
  background: #ffd421;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 2.3px;
  padding: 16px 30px;
  border: 1px solid #ffd421;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  text-align: center; }
  body.india main.competition article form input[type="submit"], body.india main.competition article form button {
    background: #118cda;
    border-color: #118cda; }
    body.india main.competition article form input[type="submit"]:hover, body.india main.competition article form button:hover {
      background: #000;
      border-color: #000; }
  main.competition article form input[type="submit"]:hover, main.competition article form button:hover {
    color: #fff !important;
    background: #000;
    border-color: #000;
    text-decoration: none !important; }
  main.competition article form input[type="submit"][disabled], main.competition article form button[disabled] {
    opacity: 0.5; }

main.competition article form button:before {
  clear: left; }

main.competition article form .radio {
  margin: 0.8rem 0; }
  main.competition article form .radio input[type="radio"] {
    display: none; }
  main.competition article form .radio label {
    padding-left: 0px !important;
    cursor: pointer;
    line-height: 28px;
    display: block; }
  main.competition article form .radio input[type="radio"] + label span {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    background: url(../svg/form-radio-unchecked.svg) no-repeat;
    position: relative;
    top: -3px;
    margin-right: 1rem; }
  main.competition article form .radio input[type="radio"]:checked + label span {
    background: url(../svg/form-radio-checked.svg) no-repeat; }

main.competition article form aside.optins {
  background: #dbdbdb;
  padding: 8px;
  margin: 12px 0;
  font-size: 1.2rem; }
  main.competition article form aside.optins p {
    margin-bottom: 6px; }
    main.competition article form aside.optins p:last-of-type {
      margin-bottom: 0; }
  main.competition article form aside.optins label {
    display: block; }

main.competition article small {
  display: block;
  line-height: 1; }

.post-type-archive-competitions article footer address {
  display: none; }

.post-type-archive-competitions article.archive-article-first a div:first-child strong {
  display: none; }

.post-type-archive-competitions article a div strong:first-child {
  display: none; }

@media (max-width: 767px) {
  main.competition section#post-sidebar {
    display: none; } }

/* Featured Shop Module */
.featured-shop-pullout-area {
  padding: 1% 0 20px; }
  .featured-shop-pullout-area .featured-shop-title {
    text-align: center;
    width: 100%;
    padding: 0 0 20px;
    float: right; }
    .featured-shop-pullout-area .featured-shop-title h1 {
      text-align: center;
      font-family: "Playfair Display", serif;
      color: #000;
      font-size: 2rem;
      font-weight: bold;
      line-height: 1.3;
      margin: 6px 0 0 0; }
      .featured-shop-pullout-area .featured-shop-title h1::before, .featured-shop-pullout-area .featured-shop-title h1::after {
        content: "";
        background: url(../svg/icon-divider-end2-black.svg) no-repeat 100% 50%;
        display: inline-block; }
      .featured-shop-pullout-area .featured-shop-title h1::before {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      .featured-shop-pullout-area .featured-shop-title h1::before, .featured-shop-pullout-area .featured-shop-title h1::after {
        height: 10px;
        width: 54px;
        border-left: 1px solid #000; }
      .featured-shop-pullout-area .featured-shop-title h1::after {
        margin: 0 0 0 16px; }
      .featured-shop-pullout-area .featured-shop-title h1::before {
        margin: 0 16px 0 0; }
      .featured-shop-pullout-area .featured-shop-title h1.lw20::before, .featured-shop-pullout-area .featured-shop-title h1.lw20::after {
        width: 20px; }
      .featured-shop-pullout-area .featured-shop-title h1.lw10::before, .featured-shop-pullout-area .featured-shop-title h1.lw10::after {
        display: none; }
      .featured-shop-pullout-area .featured-shop-title h1.lw30::before, .featured-shop-pullout-area .featured-shop-title h1.lw30::after {
        width: 30px; }
      .featured-shop-pullout-area .featured-shop-title h1.lw40::before, .featured-shop-pullout-area .featured-shop-title h1.lw40::after {
        width: 40px; }
      .featured-shop-pullout-area .featured-shop-title h1.lw50::before, .featured-shop-pullout-area .featured-shop-title h1.lw50::after {
        width: 50px; }
      .featured-shop-pullout-area .featured-shop-title h1.lw60::before, .featured-shop-pullout-area .featured-shop-title h1.lw60::after {
        width: 60px; }
  .featured-shop-pullout-area .featured-shop-pullout {
    display: inline-block;
    width: 100%;
    margin: auto;
    text-align: center; }
    @media (max-width: 767px) {
      .featured-shop-pullout-area .featured-shop-pullout {
        padding: 10px; } }
    .featured-shop-pullout-area .featured-shop-pullout ul {
      padding: 0;
      margin-bottom: 8px; }
      @media (max-width: 767px) {
        .featured-shop-pullout-area .featured-shop-pullout ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    .featured-shop-pullout-area .featured-shop-pullout a.visit-shop {
      cursor: pointer;
      color: #000;
      display: inline-block;
      background: #ffd421;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 1.4rem;
      letter-spacing: 2.3px;
      padding: 16px 30px;
      border: 1px solid #ffd421;
      -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
      transition: background-color 0.25s ease-out, color 0.25s ease-out;
      text-align: center;
      margin-top: 2% !important;
      margin: auto; }
      body.india .featured-shop-pullout-area .featured-shop-pullout a.visit-shop {
        background: #118cda;
        border-color: #118cda; }
        body.india .featured-shop-pullout-area .featured-shop-pullout a.visit-shop:hover {
          background: #000;
          border-color: #000; }
      .featured-shop-pullout-area .featured-shop-pullout a.visit-shop:hover {
        color: #fff !important;
        background: #000;
        border-color: #000;
        text-decoration: none !important; }
      .featured-shop-pullout-area .featured-shop-pullout a.visit-shop[disabled] {
        opacity: 0.5; }
      @media (max-width: 767px) {
        .featured-shop-pullout-area .featured-shop-pullout a.visit-shop {
          display: block;
          margin-top: 5% !important; } }
    .featured-shop-pullout-area .featured-shop-pullout li {
      display: inline-block;
      width: 50%;
      height: auto;
      padding: 0 10px;
      font-size: 1.4rem;
      margin: auto; }
      @media (max-width: 767px) {
        .featured-shop-pullout-area .featured-shop-pullout li:nth-child(2) {
          display: none; } }
      .featured-shop-pullout-area .featured-shop-pullout li .add_to_cart_button {
        display: none; }
      .featured-shop-pullout-area .featured-shop-pullout li h2 {
        font-size: 1.4rem;
        margin-top: 5%; }
      @media (max-width: 767px) {
        .featured-shop-pullout-area .featured-shop-pullout li {
          width: 100%; } }
      .featured-shop-pullout-area .featured-shop-pullout li img {
        width: 100%;
        height: auto; }

/* Featured Shop Module */
.widget_wisden_features_shop_module #featured-shop-title {
  text-align: center;
  width: 100%;
  padding: 20px 0;
  float: right; }
  .widget_wisden_features_shop_module #featured-shop-title h1 {
    text-align: center;
    font-family: "Playfair Display", serif;
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
    margin: 23px 0 0 0; }
    .widget_wisden_features_shop_module #featured-shop-title h1::before, .widget_wisden_features_shop_module #featured-shop-title h1::after {
      content: "";
      background: url(../svg/icon-divider-end2-black.svg) no-repeat 100% 50%;
      display: inline-block; }
    .widget_wisden_features_shop_module #featured-shop-title h1::before {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .widget_wisden_features_shop_module #featured-shop-title h1::before, .widget_wisden_features_shop_module #featured-shop-title h1::after {
      height: 10px;
      width: 54px;
      border-left: 1px solid #000; }
    .widget_wisden_features_shop_module #featured-shop-title h1::after {
      margin: 0 0 0 16px; }
    .widget_wisden_features_shop_module #featured-shop-title h1::before {
      margin: 0 16px 0 0; }
    .widget_wisden_features_shop_module #featured-shop-title h1.lw20::before, .widget_wisden_features_shop_module #featured-shop-title h1.lw20::after {
      width: 20px; }
    .widget_wisden_features_shop_module #featured-shop-title h1.lw10::before, .widget_wisden_features_shop_module #featured-shop-title h1.lw10::after {
      display: none; }
    .widget_wisden_features_shop_module #featured-shop-title h1.lw30::before, .widget_wisden_features_shop_module #featured-shop-title h1.lw30::after {
      width: 30px; }
    .widget_wisden_features_shop_module #featured-shop-title h1.lw40::before, .widget_wisden_features_shop_module #featured-shop-title h1.lw40::after {
      width: 40px; }
    .widget_wisden_features_shop_module #featured-shop-title h1.lw50::before, .widget_wisden_features_shop_module #featured-shop-title h1.lw50::after {
      width: 50px; }
    .widget_wisden_features_shop_module #featured-shop-title h1.lw60::before, .widget_wisden_features_shop_module #featured-shop-title h1.lw60::after {
      width: 60px; }

.widget_wisden_features_shop_module .featured-shop {
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: center; }
  @media (max-width: 767px) {
    .widget_wisden_features_shop_module .featured-shop {
      padding: 10px; } }
  .widget_wisden_features_shop_module .featured-shop ul {
    padding: 0; }
    @media (max-width: 767px) {
      .widget_wisden_features_shop_module .featured-shop ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .widget_wisden_features_shop_module .featured-shop li {
    display: inline-block;
    width: 25%;
    height: auto;
    padding: 0 10px;
    font-size: 1.4rem; }
    .widget_wisden_features_shop_module .featured-shop li:first-of-type {
      text-align: left; }
      @media (max-width: 767px) {
        .widget_wisden_features_shop_module .featured-shop li:first-of-type p {
          display: none; } }
      .widget_wisden_features_shop_module .featured-shop li:first-of-type a.visit-shop {
        cursor: pointer;
        color: #000;
        display: inline-block;
        background: #ffd421;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 1.4rem;
        letter-spacing: 2.3px;
        padding: 16px 30px;
        border: 1px solid #ffd421;
        -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
        transition: background-color 0.25s ease-out, color 0.25s ease-out;
        text-align: center;
        margin-top: 5%; }
        body.india .widget_wisden_features_shop_module .featured-shop li:first-of-type a.visit-shop {
          background: #118cda;
          border-color: #118cda; }
          body.india .widget_wisden_features_shop_module .featured-shop li:first-of-type a.visit-shop:hover {
            background: #000;
            border-color: #000; }
        .widget_wisden_features_shop_module .featured-shop li:first-of-type a.visit-shop:hover {
          color: #fff !important;
          background: #000;
          border-color: #000;
          text-decoration: none !important; }
        .widget_wisden_features_shop_module .featured-shop li:first-of-type a.visit-shop[disabled] {
          opacity: 0.5; }
        @media (max-width: 767px) {
          .widget_wisden_features_shop_module .featured-shop li:first-of-type a.visit-shop {
            display: block;
            margin: 5% 0; } }
    @media (max-width: 767px) {
      .widget_wisden_features_shop_module .featured-shop li:first-child {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      .widget_wisden_features_shop_module .featured-shop li:nth-child(2) {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
    @media (max-width: 767px) {
      .widget_wisden_features_shop_module .featured-shop li:nth-child(n+3) {
        display: none; } }
    .widget_wisden_features_shop_module .featured-shop li .add_to_cart_button {
      display: none; }
    .widget_wisden_features_shop_module .featured-shop li h2 {
      font-size: 1.4rem;
      margin-top: 5%; }
    @media (max-width: 767px) {
      .widget_wisden_features_shop_module .featured-shop li {
        width: 100%; } }
    .widget_wisden_features_shop_module .featured-shop li img {
      width: 100%;
      height: auto; }

.fixtures > section article div ul li.status {
  background: #c52121;
  color: #fff;
  padding: 5px 15px 1px;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.4px;
  line-height: 25px;
  margin-right: 10px; }
  @media (max-width: 767px) {
    .fixtures > section article div ul li.status {
      display: inline-block; } }

/*@font-face {
    font-family: 'SourceSansPro';
    src:
		local('Source Sans Pro ExtraLight'),
		url('../fonts/sourcesanspro-extralight-webfont.woff2') format('woff2'),
        url('../fonts/sourcesanspro-extralight-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
*/
@font-face {
  font-family: 'SourceSansPro';
  src: local("Source Sans Pro Light"), url("../woff2/sourcesanspro-light-webfont.woff2") format("woff2"), url("../woff/sourcesanspro-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansPro';
  src: local("Source Sans Pro"), url("../woff2/sourcesanspro-regular-webfont.woff2") format("woff2"), url("../woff/sourcesanspro-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansPro';
  src: local("Source Sans Pro SemiBold"), url("../woff2/sourcesanspro-semibold-webfont.woff2") format("woff2"), url("../woff/sourcesanspro-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansPro';
  src: local("Source Sans Pro"), url("../woff2/sourcesanspro-bold-webfont.woff2") format("woff2"), url("../woff/sourcesanspro-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

/*@font-face {
    font-family: 'SourceSansPro';
    src:
		local('Source Sans Pro Black'),
		url('../fonts/sourcesanspro-black-webfont.woff2') format('woff2'),
        url('../fonts/sourcesanspro-black-webfont.woff') format('woff');
    font-weight: bolder;
    font-style: normal;
}

*/
/*
@font-face {
    font-family: 'SourceSansPro';
    src:
		local('Source Sans Pro ExtraLight'),
		url('../fonts/sourcesanspro-extralightitalic-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-extralightitalic-webfont.woff') format('woff');
    font-weight: lighter;
    font-style: italic;
}

@font-face {
    font-family: 'SourceSansPro';
    src:
		local('Source Sans Pro Light'),
		url('../fonts/sourcesanspro-lightitalic-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-lightitalic-webfont.woff') format('woff');
    font-weight: lighter;
    font-style: italic;
}

@font-face {
    font-family: 'SourceSansPro';
    src:
		local('Source Sans Pro'),
		url('../fonts/sourcesanspro-italic-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'SourceSansPro';
    src:
		local('Source Sans Pro SemiBold'),
		url('../fonts/sourcesanspro-semibolditalic-webfont.woff2') format('woff2'),
        url('../fonts/sourcesanspro-semibolditalic-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;

}

@font-face {
    font-family: 'SourceSansPro';
    src:
		local('Source Sans Pro'),
		url('../fonts/sourcesanspro-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-bolditalic-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'SourceSansPro';
    src:
		local('Source Sans Pro Black'),
		url('../fonts/sourcesanspro-blackitalic-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-blackitalic-webfont.woff') format('woff');
    font-weight: bolder;
    font-style: italic;
}*/
/*@font-face {
    font-family: 'Playfair Display';
    src:
		local('Playfair Display Black'),
		url('../fonts/playfairdisplay-black-webfont.woff2') format('woff2'),
         url('../fonts/playfairdisplay-black-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Playfair Display';
    src:
		local('Playfair Display Black'),
		url('../fonts/playfairdisplay-blackitalic-webfont.woff2') format('woff2'),
         url('../fonts/playfairdisplay-blackitalic-webfont.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}*/
@font-face {
  font-family: 'Playfair Display';
  src: local("Playfair Display"), url("../woff2/playfairdisplay-bold-webfont.woff2") format("woff2"), url("../woff/playfairdisplay-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

/*@font-face {
    font-family: 'Playfair Display';
    src:
		local('Playfair Display'),
		url('../fonts/playfairdisplay-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/playfairdisplay-bolditalic-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Playfair Display';
    src:
		local('Playfair Display'),
		url('../fonts/playfairdisplay-italic-webfont.woff2') format('woff2'),
         url('../fonts/playfairdisplay-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}*/
@font-face {
  font-family: 'Playfair Display';
  src: local("Playfair Display"), url("../woff2/playfairdisplay-regular-webfont.woff2") format("woff2"), url("../woff/playfairdisplay-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 03-Oct-2017, 12:38:39
    Author     : michaelturner
*/
body > footer {
  width: 100%; }

@media (max-width: 767px) {
  body > footer {
    min-width: auto !important; } }

#footer-social {
  background: #f8f8f8;
  padding: 17px;
  text-align: center;
  color: #4a483f;
  font-weight: 600;
  font-size: 1.6rem;
  min-height: 55px; }
  #footer-social p {
    display: inline-block;
    padding-right: 25px;
    margin: 0; }
  #footer-social .fa, #footer-social .fab {
    font-size: 25px;
    letter-spacing: 40px; }

@media (max-width: 767px) {
  #footer-social .fa {
    letter-spacing: 15px; } }

#footer-advertisers-panel {
  background: #4a483f;
  color: #ebeef1;
  padding: 20px 0; }
  #footer-advertisers-panel img {
    max-width: 100%;
    width: 150px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    min-height: 1px;
    min-width: 1px;
    max-width: 100%;
    max-height: 100%; }
  #footer-advertisers-panel p {
    position: relative;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  #footer-advertisers-panel a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: right; }
  #footer-advertisers-panel span {
    font-size: 16px;
    padding: 0 10px; }
  #footer-advertisers-panel > div.container {
    width: 100%; }
  #footer-advertisers-panel div > div > div {
    max-width: auto;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto; }
  #footer-advertisers-panel div > div > div {
    width: 17%;
    text-align: center; }
    #footer-advertisers-panel div > div > div:last-child {
      width: 32%; }
  @media (max-width: 767px) {
    #footer-advertisers-panel div > div > div {
      width: 50%; }
      #footer-advertisers-panel div > div > div:last-child {
        width: 100%; } }
  @media (max-width: 767px) {
    #footer-advertisers-panel {
      padding: 20px; }
      #footer-advertisers-panel > div.container {
        max-width: 100%; }
      #footer-advertisers-panel .row div, #footer-advertisers-panel body > header > div.header-content div, #footer-advertisers-panel #main-menu div, #footer-advertisers-panel .widget_wisden_features_articles_module .mainWidth div, .widget_wisden_features_articles_module #footer-advertisers-panel .mainWidth div, #footer-advertisers-panel div.join-club div, #footer-advertisers-panel aside.story-grid > div div {
        text-align: center;
        padding-top: 22px; }
        #footer-advertisers-panel .row div:last-child, #footer-advertisers-panel body > header > div.header-content div:last-child, #footer-advertisers-panel #main-menu div:last-child, #footer-advertisers-panel .widget_wisden_features_articles_module .mainWidth div:last-child, .widget_wisden_features_articles_module #footer-advertisers-panel .mainWidth div:last-child, #footer-advertisers-panel div.join-club div:last-child, #footer-advertisers-panel aside.story-grid > div div:last-child {
          width: 100%; }
      #footer-advertisers-panel #footer-advertisers-panel {
        font-size: 1.2rem; }
        #footer-advertisers-panel #footer-advertisers-panel p {
          text-align: center !important; } }

.footer-subscription-panel {
  background: #ffd421;
  color: #000;
  text-align: center;
  padding: 40px 20px;
  min-height: 221px;
  height: 100%; }
  .footer-subscription-panel h2 {
    font-family: "Playfair Display", serif;
    color: #000;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.3; }
  .footer-subscription-panel p {
    font-size: 18px;
    line-height: 1.56;
    display: block;
    margin-bottom: 27px; }
  .footer-subscription-panel fieldset {
    display: block; }
  .footer-subscription-panel div {
    display: inline-block; }
  .footer-subscription-panel legend {
    display: none; }
  .footer-subscription-panel label {
    display: none; }
  .footer-subscription-panel #wisden_rc {
		display: flex;
		padding: 2rem 0;
		justify-content: center;
		text-align: center;
	}
  .footer-subscription-panel input {
    width: 300px;
    height: 46px;
    font-size: 15px;
    color: #808080;
    padding-left: 13px;
    outline: 0;
    border: none; }
  .footer-subscription-panel button {
    width: 300px;
    height: 46px;
    border: solid 1px #000000;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2.3px;
    text-transform: uppercase; }
    .footer-subscription-panel button:hover {
      cursor: pointer;
      text-decoration: underline; }
  @media (max-width: 767px) {
    .footer-subscription-panel {
      padding-bottom: 100px; }
      .footer-subscription-panel h2 {
        font-family: "Playfair Display", serif;
        color: #000;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1.3; }
      .footer-subscription-panel p {
        font-size: 12px; }
      .footer-subscription-panel fieldset, .footer-subscription-panel fieldset * {
        width: 100%; }
      .footer-subscription-panel button {
        margin-top: 20px;
        min-width: 100%;
        width: 290px;
        left: 0;
        margin-left: 0; } }

body > footer nav {
  padding: 67px 0; }
  body > footer nav h1 {
    font-family: "Playfair Display", serif;
    color: #000;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.3;
    width: 192px;
    padding: 24px 0; }
  body > footer nav h2 {
    font-family: "Playfair Display", serif;
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3; }
  body > footer nav li {
    list-style: none !important;
    position: relative;
    left: -40px;
    font-weight: 200;
    font-size: 14px;
    line-height: 1.79; }

@media (max-width: 767px) {
  body > footer nav {
    padding: 20px 0 50px 0; }
    body > footer nav div {
      margin-bottom: 20px; }
    body > footer nav h1 {
      font-family: "Playfair Display", serif;
      color: #000;
      font-size: 2.4rem;
      font-weight: bold;
      line-height: 1.3;
      text-align: center;
      margin: 0 auto; }
    body > footer nav img {
      display: block;
      margin: auto;
      width: auto; }
    body > footer nav li {
      float: left;
      width: 50%;
      line-height: 2.08; }
    body > footer nav h2 {
      clear: both; } }

.fixed-footer {
  display: none; }

@media (max-width: 767px) {
  .fixed-footer {
    display: block;
    border: 1px #e8e8e8 solid;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    font-size: 2vw;
    font-weight: 600;
    letter-spacing: 1px;
    z-index: 200; }
    .fixed-footer a:last-child div {
      background: #fff; }
    .fixed-footer div {
      background: #f8f8f8;
      float: left;
      border-right: 1px #e8e8e8 solid;
      padding: 10px;
      width: 20%; }
    .fixed-footer img {
      display: inline-block;
      width: 4.5vw;
      height: 4.5vw; } }

.gform_wrapper ul.gform_fields li.gfield {
  position: relative;
  margin-bottom: 3rem; }
  .gform_wrapper ul.gform_fields li.gfield > label.gfield_label {
    position: absolute;
    top: 7px;
    left: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-weight: 500;
    color: #aeaeae;
    margin-top: 0 !important; }
  .gform_wrapper ul.gform_fields li.gfield:focus > label.gfield_label, .gform_wrapper ul.gform_fields li.gfield:active > label.gfield_label, .gform_wrapper ul.gform_fields li.gfield.entered > label.gfield_label, .gform_wrapper ul.gform_fields li.gfield.staticlable > label.gfield_label {
    top: -21px;
    left: 0;
    font-size: 86%;
    font-weight: 700;
    color: #222;
    margin-top: 0 !important; }
  .gform_wrapper ul.gform_fields li.gfield .ginput_container input:not([type='checkbox']),
  .gform_wrapper ul.gform_fields li.gfield .ginput_container textarea,
  .gform_wrapper ul.gform_fields li.gfield .ginput_container select {
    width: 100%; }
    .gform_wrapper ul.gform_fields li.gfield .ginput_container input:not([type='checkbox'])::-webkit-input-placeholder,
    .gform_wrapper ul.gform_fields li.gfield .ginput_container textarea::-webkit-input-placeholder,
    .gform_wrapper ul.gform_fields li.gfield .ginput_container select::-webkit-input-placeholder {
      opacity: 0; }
    .gform_wrapper ul.gform_fields li.gfield .ginput_container input:not([type='checkbox'])::-ms-input-placeholder,
    .gform_wrapper ul.gform_fields li.gfield .ginput_container textarea::-ms-input-placeholder,
    .gform_wrapper ul.gform_fields li.gfield .ginput_container select::-ms-input-placeholder {
      opacity: 0; }
    .gform_wrapper ul.gform_fields li.gfield .ginput_container input:not([type='checkbox'])::placeholder,
    .gform_wrapper ul.gform_fields li.gfield .ginput_container textarea::placeholder,
    .gform_wrapper ul.gform_fields li.gfield .ginput_container select::placeholder {
      opacity: 0; }
  .gform_wrapper ul.gform_fields li.gfield label.gfield_consent_label {
    display: inline; }
  .gform_wrapper ul.gform_fields li.gfield.gfield_error {
    background: inherit;
    margin-bottom: 3rem !important;
    border: none;
    padding: inherit; }

.gform_wrapper .gform_footer input[type="submit"] {
  cursor: pointer;
  color: #000;
  display: inline-block;
  background: #ffd421;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 2.3px;
  padding: 16px 30px;
  border: 1px solid #ffd421;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  text-align: center; }
  body.india .gform_wrapper .gform_footer input[type="submit"] {
    background: #118cda;
    border-color: #118cda; }
    body.india .gform_wrapper .gform_footer input[type="submit"]:hover {
      background: #000;
      border-color: #000; }
  .gform_wrapper .gform_footer input[type="submit"]:hover {
    color: #fff !important;
    background: #000;
    border-color: #000;
    text-decoration: none !important; }
  .gform_wrapper .gform_footer input[type="submit"][disabled] {
    opacity: 0.5; }

.gform_wrapper .field_description_below .gfield_description {
  padding-top: 0; }

body > header {
  position: fixed;
  z-index: 100;
  top: 0;
  background: #fff;
  padding: 0; }
  body > header #agate-wallet .wallet-wrapper__3PKzG {
    top: -10px; }
    @media (max-width: 767px) {
      body > header #agate-wallet .wallet-wrapper__3PKzG {
        top: 30px; } }

body > header > div.header-content {
  width: 98%;
  max-width: 1184px;
  margin-left: auto;
  margin-right: auto;
  margin: auto; }
  body > header > div.header-content img {
    -webkit-transition: width 0.15s ease, height 1s ease;
    transition: width 0.15s ease, height 1s ease; }
  body > header > div.header-content #main-menu nav {
    padding: 0; }
  body > header > div.header-content > div:nth-child(2) {
    padding-top: 40px;
    padding-right: 0; }
    body > header > div.header-content > div:nth-child(2) > img {
      margin-right: 20px;
      width: 38.8513513514%; }
      @media (max-width: 991px) {
        body > header > div.header-content > div:nth-child(2) > img {
          display: none; } }
    body > header > div.header-content > div:nth-child(2) div.join-the-club-menu {
      display: inline-block;
      font-size: 1.8rem;
      background: #fff;
      font-weight: lighter; }
      body > header > div.header-content > div:nth-child(2) div.join-the-club-menu > a {
        position: relative;
        display: block;
        border: 1px solid #000;
        font-size: 1.4rem;
        color: #000;
        border-radius: 0;
        font-weight: 600;
        padding: 10px 9px;
        background: #fff;
        z-index: 102; }
      body > header > div.header-content > div:nth-child(2) div.join-the-club-menu > div.join-club {
        position: absolute;
        width: 100%;
        margin: -3px 0 0 0;
        left: -5000px;
        z-index: 101; }
  body > header > div.header-content > div:nth-child(1) {
    text-align: center; }
    body > header > div.header-content > div:nth-child(1) h1 {
      margin-bottom: 10px; }
    body > header > div.header-content > div:nth-child(1) h2 {
      font-size: 1.3rem;
      font-weight: 600;
      display: inline; }
    body > header > div.header-content > div:nth-child(1) time {
      font-size: 1.3rem; }
    body > header > div.header-content > div:nth-child(1) img {
      display: block;
      margin: auto;
      width: 256px; }
  body > header > div.header-content > div:nth-child(3) span {
    display: none; }
  body > header > div.header-content aside {
    padding-top: 40px;
    -webkit-transition: opacity 0.15s ease, padding 0.15s ease;
    transition: opacity 0.15s ease, padding 0.15s ease; }
    body > header > div.header-content aside a {
      color: inherit;
      display: block;
      font-size: 10px;
      text-decoration: none; }
      body > header > div.header-content aside a img {
        display: block;
        margin: auto; }
        body > header > div.header-content aside a img:first-of-type {
          float: left;
          padding-right: 10px;
          max-height: 90px;
          width: auto; }
        body > header > div.header-content aside a img:nth-child(3) {
          padding: 10px 0; }
      body > header > div.header-content aside a h1 {
        font-weight: 400;
        font-family: "Playfair Display", serif;
        color: #000;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1.3;
        margin: 0; }
      body > header > div.header-content aside a span {
        color: #c52121;
        letter-spacing: 0.5px;
        font-weight: 600;
        font-size: 1.6rem; }
    @media (max-width: 991px) {
      body > header > div.header-content aside a img, body > header > div.header-content aside h1 {
        display: none; }
      body > header > div.header-content aside span {
        border: 1px solid #c52121;
        margin-top: 5px;
        display: block;
        padding: 10px 6px;
        font-size: 1.4em !important;
        text-align: center; } }

@media (max-width: 767px) {
  body > header > div.header-content {
    max-width: 100%;
    width: 100%; }
    body > header > div.header-content > div:nth-child(1) {
      padding: 0; }
      body > header > div.header-content > div:nth-child(1) img {
        width: 100%;
        margin-top: -10px; }
      body > header > div.header-content > div:nth-child(1) h2, body > header > div.header-content > div:nth-child(1) time {
        display: none; }
    body > header > div.header-content > div:nth-child(2) {
      padding-top: 4vw;
      padding-left: 12px;
      text-align: left; }
      body > header > div.header-content > div:nth-child(2) > img {
        display: none; }
      body > header > div.header-content > div:nth-child(2) div.join-the-club-menu > a {
        border: 0;
        font-size: 14px;
        border-radius: 0;
        padding: 0;
        font-size: 3vw; }
      body > header > div.header-content > div:nth-child(2) div.join-the-club-menu:hover > a, body > header > div.header-content > div:nth-child(2) div.join-the-club-menu.active > a {
        border: none;
        border-top: 0;
        -webkit-box-shadow: none;
                box-shadow: none; }
    body > header > div.header-content > div:nth-child(3) {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.3333333333%;
              flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
      position: relative;
      text-align: right;
      padding-right: 12px;
      padding-top: 4vw; }
      body > header > div.header-content > div:nth-child(3)::after {
        content: "";
        display: inline-block;
        width: 100%;
        height: 100%;
        background: url(../png/bolt.png) no-repeat 80% 50%/auto 45%;
        cursor: pointer;
        position: absolute;
        right: -8px;
        top: 5px; }
      body > header > div.header-content > div:nth-child(3) span {
        display: inline-block;
        position: relative;
        font-weight: 600;
        cursor: pointer;
        font-size: 3vw;
        margin-right: 19px; }
    body > header > div.header-content aside {
      display: none; } }

@media (min-width: 576px) {
  body > header.scrolled > div.header-content > div:nth-child(2) {
    padding-top: 5px;
    text-align: left; }
    body > header.scrolled > div.header-content > div:nth-child(2) > img {
      width: 0px;
      height: auto; }
  body > header.scrolled > div.header-content > div:nth-child(1) h1 {
    margin-top: -22px; }
    body > header.scrolled > div.header-content > div:nth-child(1) h1 img {
      width: 164px; }
  body > header.scrolled > div.header-content > div:nth-child(1) h2, body > header.scrolled > div.header-content > div:nth-child(1) time {
    display: none; }
  body > header.scrolled > div.header-content > aside {
    padding-top: 0;
    height: 20px; }
    body > header.scrolled > div.header-content > aside a img, body > header.scrolled > div.header-content > aside h1 {
      display: none; }
    body > header.scrolled > div.header-content > aside a {
      display: inline-block;
      float: right; }
    body > header.scrolled > div.header-content > aside span {
      border: 1px solid #c52121;
      margin-top: 5px;
      display: block;
      padding: 10px 13px;
      font-size: 1.4em;
      text-align: center; } }

#main-menu {
  padding-top: 40px;
  border-bottom: 2px solid #DBDBDB;
  width: 98%;
  max-width: 1184px;
  margin-left: auto;
  margin-right: auto;
  margin: auto; }
  @media (max-width: 991px) {
    #main-menu {
      padding-top: 0; } }
  #main-menu > div {
    text-align: right;
    font-size: 1.2rem;
    font-weight: 600;
    -ms-flex-item-align: center;
        align-self: center; }
    #main-menu > div i {
      color: #ffd421;
      font-size: 2.2rem; }
    #main-menu > div span {
      padding-right: 10px; }
    #main-menu > div .top-bar-right a:nth-child(4) {
      position: absolute;
      right: 18px;
      bottom: -48px;
      background: #fff;
      padding: 16px 6px 6px;
      border-bottom: 1px solid lightgray;
      display: none; }
      #main-menu > div .top-bar-right a:nth-child(4):hover {
        display: block; }
    #main-menu > div .top-bar-right a:nth-child(3):hover + a {
      display: block; }

.mob-join-club {
  display: none; }

@media (max-width: 767px) {
  .top-bar-right {
    text-align: center;
    width: 100%;
    background: #fff;
    font-size: 2vw;
    font-weight: 600;
    letter-spacing: 1px;
    min-height: 58px;
    height: 100%; }
    .top-bar-right a {
      float: left;
      border-right: 1px #e8e8e8 solid;
      border-bottom: 1px #e8e8e8 solid;
      width: 33.3%;
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 1.7px; }
      .top-bar-right a :hover {
        text-decoration: none !important; }
      .top-bar-right a:nth-child(4) {
        display: none !important; }
    .top-bar-right i {
      display: block;
      width: 100%;
      margin: 10px 0; }
  #main-menu > div {
    margin: 0;
    padding: 0; }
    #main-menu > div span {
      padding-right: 0 !important; }
    #main-menu > div .mob-join-club {
      background: #c52121;
      display: block;
      width: 100%;
      text-align: center; }
      #main-menu > div .mob-join-club a {
        color: #fff;
        display: block;
        padding: 20px;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0.5px; } }

@media (min-width: 576px) {
  body > header.scrolled #main-menu, body > header #main-menu {
    padding-top: 13.3333333333px;
    margin-top: -20px; } }

#main {
  margin-top: 120px; }

body.home #main {
  margin-top: 195px; }
  @media (max-width: 991px) {
    body.home #main {
      margin-top: 220px; } }
  @media (max-width: 767px) {
    body.home #main {
      margin-top: 18vw; } }

@media (max-width: 767px) {
  #main {
    margin-top: 18vw; } }

/* Interview Module */
.wg {
  margin: 3rem 0; }

.widget_wisden_interview_module .row > div, .widget_wisden_interview_module body > header > div.header-content > div, .widget_wisden_interview_module #main-menu > div, .widget_wisden_interview_module .widget_wisden_features_articles_module .mainWidth > div, .widget_wisden_features_articles_module .widget_wisden_interview_module .mainWidth > div, .widget_wisden_interview_module div.join-club > div, .widget_wisden_interview_module aside.story-grid > div > div {
  background-color: #ffd421;
  padding-left: 0;
  padding-right: 0; }

.widget_wisden_interview_module .im-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .widget_wisden_interview_module .im-right > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.widget_wisden_interview_module .left-deco-seperator {
  position: relative;
  padding: 30px 20px 30px 40px;
  background: url("../png/deco-separator-black.png") 3% 95% no-repeat transparent; }
  .widget_wisden_interview_module .left-deco-seperator div {
    position: absolute;
    bottom: 0; }
    .widget_wisden_interview_module .left-deco-seperator div h2 {
      font-family: "Playfair Display", serif;
      color: #000;
      font-size: 3.6rem;
      font-weight: bold;
      line-height: 1.3; }
    .widget_wisden_interview_module .left-deco-seperator div p {
      font-family: "Playfair Display", serif;
      color: #000;
      font-size: 1.6rem;
      font-weight: 300;
      line-height: 1.3; }

.widget_wisden_interview_module .interview-home-excerpt {
  padding: 1px 1.25rem;
  background: #fff;
  font-size: 1.8rem; }
  .widget_wisden_interview_module .interview-home-excerpt .author, .widget_wisden_interview_module .interview-home-excerpt main.archive article address, main.archive article .widget_wisden_interview_module .interview-home-excerpt address {
    margin-top: 12px;
    font-weight: bold;
    font-size: 1.2rem; }
    .widget_wisden_interview_module .interview-home-excerpt .author .article-date, .widget_wisden_interview_module .interview-home-excerpt main.archive article address .article-date, main.archive article .widget_wisden_interview_module .interview-home-excerpt address .article-date {
      font-weight: 100; }

@media (max-width: 991px) {
  .wg {
    margin: 2rem 0; }
  .widget_wisden_interview_module .image {
    text-align: center; }
    .widget_wisden_interview_module .image img {
      width: 96%;
      height: auto;
      padding: 2%; }
  .widget_wisden_interview_module .im-right {
    display: block; }
  .widget_wisden_interview_module .left-deco-seperator {
    padding: 20px 10px 20px 50px;
    background: url("../png/deco-separator-black.png") 5% center no-repeat transparent; }
    .widget_wisden_interview_module .left-deco-seperator div {
      position: relative; }
      .widget_wisden_interview_module .left-deco-seperator div h2 {
        font-family: "Playfair Display", serif;
        color: #000;
        font-size: 2.4rem;
        font-weight: bold;
        line-height: 1.3; }
      .widget_wisden_interview_module .left-deco-seperator div p {
        font-family: "Playfair Display", serif;
        color: #000;
        font-size: 1.5rem;
        font-weight: 300;
        line-height: 1.3; }
  .widget_wisden_interview_module .interview-home-excerpt a.btn-black, .widget_wisden_interview_module .interview-home-excerpt #match-fixtures li > div:nth-child(3) strong.upcoming + a, #match-fixtures li > div:nth-child(3) .widget_wisden_interview_module .interview-home-excerpt strong.upcoming + a, .widget_wisden_interview_module .interview-home-excerpt .woocommerce .woocommerce-message a, .woocommerce .woocommerce-message .widget_wisden_interview_module .interview-home-excerpt a {
    display: block;
    text-align: center; } }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.owl-carousel {
  display: block !important; }

.widget_wisden_features_articles_module {
  background: #f8f8f8; }
  .widget_wisden_features_articles_module h2 {
    font-family: "Playfair Display", serif;
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    text-align: center;
    padding: 15px 0;
    /*@include media-breakpoint-down($mobileMax) {
				@include headingDecoration('grey','left');
				padding-left: $mobileGutter;
			}*/ }
    .widget_wisden_features_articles_module h2::before, .widget_wisden_features_articles_module h2::after {
      content: "";
      background: url(../svg/icon-divider-end2-black.svg) no-repeat 100% 50%;
      display: inline-block; }
    .widget_wisden_features_articles_module h2::before {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .widget_wisden_features_articles_module h2::before, .widget_wisden_features_articles_module h2::after {
      height: 10px;
      width: 54px;
      border-left: 1px solid #000; }
    .widget_wisden_features_articles_module h2::after {
      margin: 0 0 0 16px; }
    .widget_wisden_features_articles_module h2::before {
      margin: 0 16px 0 0; }
    .widget_wisden_features_articles_module h2.lw20::before, .widget_wisden_features_articles_module h2.lw20::after {
      width: 20px; }
    .widget_wisden_features_articles_module h2.lw10::before, .widget_wisden_features_articles_module h2.lw10::after {
      display: none; }
    .widget_wisden_features_articles_module h2.lw30::before, .widget_wisden_features_articles_module h2.lw30::after {
      width: 30px; }
    .widget_wisden_features_articles_module h2.lw40::before, .widget_wisden_features_articles_module h2.lw40::after {
      width: 40px; }
    .widget_wisden_features_articles_module h2.lw50::before, .widget_wisden_features_articles_module h2.lw50::after {
      width: 50px; }
    .widget_wisden_features_articles_module h2.lw60::before, .widget_wisden_features_articles_module h2.lw60::after {
      width: 60px; }
  .widget_wisden_features_articles_module .mainWidth {
    max-width: 1204px;
    overflow: hidden;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .widget_wisden_features_articles_module .mainWidth {
        width: 100%;
        padding: 0 15px; } }
  .widget_wisden_features_articles_module article {
    padding: 0 10px 10px 10px;
    width: 25%;
    /*border-right: 10px solid $secondaryBackground;
			border-left: 10px solid $secondaryBackground;*/ }
    @media (max-width: 767px) {
      .widget_wisden_features_articles_module article {
        padding: 0 0 15px 0;
        margin: 0;
        width: 100%; } }
    .widget_wisden_features_articles_module article a {
      display: block;
      height: 100%;
      background: #fff;
      border-bottom: 2px solid #ffd421;
      position: relative; }
    .widget_wisden_features_articles_module article h1 {
      padding: 0 5px; }
  .widget_wisden_features_articles_module address {
    text-align: left;
    padding-left: 10px; }

.widget_wisden_contributors_module.wg {
  max-width: 44%;
  margin: 0 3%; }
  .widget_wisden_contributors_module.wg h1 {
    text-align: center;
    font-family: "Playfair Display", serif;
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
    margin: 4px 0 24px 0;
    text-align: center;
    padding-top: 4px;
    /*@include media-breakpoint-down($mobileMax) {
  		@include headingDecoration('grey','left');
  	}*/ }
    .widget_wisden_contributors_module.wg h1::before, .widget_wisden_contributors_module.wg h1::after {
      content: "";
      background: url(../svg/icon-divider-end2-black.svg) no-repeat 100% 50%;
      display: inline-block; }
    .widget_wisden_contributors_module.wg h1::before {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .widget_wisden_contributors_module.wg h1::before, .widget_wisden_contributors_module.wg h1::after {
      height: 10px;
      width: 54px;
      border-left: 1px solid #000; }
    .widget_wisden_contributors_module.wg h1::after {
      margin: 0 0 0 16px; }
    .widget_wisden_contributors_module.wg h1::before {
      margin: 0 16px 0 0; }
    .widget_wisden_contributors_module.wg h1.lw20::before, .widget_wisden_contributors_module.wg h1.lw20::after {
      width: 20px; }
    .widget_wisden_contributors_module.wg h1.lw10::before, .widget_wisden_contributors_module.wg h1.lw10::after {
      display: none; }
    .widget_wisden_contributors_module.wg h1.lw30::before, .widget_wisden_contributors_module.wg h1.lw30::after {
      width: 30px; }
    .widget_wisden_contributors_module.wg h1.lw40::before, .widget_wisden_contributors_module.wg h1.lw40::after {
      width: 40px; }
    .widget_wisden_contributors_module.wg h1.lw50::before, .widget_wisden_contributors_module.wg h1.lw50::after {
      width: 50px; }
    .widget_wisden_contributors_module.wg h1.lw60::before, .widget_wisden_contributors_module.wg h1.lw60::after {
      width: 60px; }
  .widget_wisden_contributors_module.wg img {
    float: left;
    max-width: 100px; }
  .widget_wisden_contributors_module.wg div {
    margin-bottom: 24px; }
    .widget_wisden_contributors_module.wg div div {
      margin-left: 110px; }
      .widget_wisden_contributors_module.wg div div h2 {
        font-family: "Playfair Display", serif;
        color: #000;
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 1.3; }
        .widget_wisden_contributors_module.wg div div h2:after {
          background-image: url(../svg/icon-openquote-red.svg);
          background-size: 21px 15px;
          display: block;
          width: 21px;
          height: 15px;
          content: "";
          margin-top: 5px; }
      .widget_wisden_contributors_module.wg div div .writer-quote {
        font-size: 1.4rem;
        margin: 5px 0;
        line-height: 1.3;
        font-weight: 100; }
      .widget_wisden_contributors_module.wg div div a {
        font-size: 1.4rem;
        font-weight: 500; }

@media (max-width: 767px) {
  .widget_wisden_popular_posts_module.wg,
  .widget_wisden_contributors_module.wg {
    clear: both;
    display: block !important;
    max-width: 100% !important; } }

/**
* a bit of a hack to overwrite widget margins depending on placement
*/
@media (max-width: 767px) {
  #home-mainarea .widget_wisden_features_articles_module + .widget_wisden_interview_module {
    margin-top: -20px; } }

.widget_media_video.wg {
  max-width: 850px;
  margin: 3rem auto; }
  .widget_media_video.wg h2 {
    font-family: "Playfair Display", serif;
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 2.4rem; }
    .widget_media_video.wg h2::before, .widget_media_video.wg h2::after {
      content: "";
      background: url(../svg/icon-divider-end2-black.svg) no-repeat 100% 50%;
      display: inline-block; }
    .widget_media_video.wg h2::before {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .widget_media_video.wg h2::before, .widget_media_video.wg h2::after {
      height: 10px;
      width: 54px;
      border-left: 1px solid #000; }
    .widget_media_video.wg h2::after {
      margin: 0 0 0 16px; }
    .widget_media_video.wg h2::before {
      margin: 0 16px 0 0; }
    .widget_media_video.wg h2.lw20::before, .widget_media_video.wg h2.lw20::after {
      width: 20px; }
    .widget_media_video.wg h2.lw10::before, .widget_media_video.wg h2.lw10::after {
      display: none; }
    .widget_media_video.wg h2.lw30::before, .widget_media_video.wg h2.lw30::after {
      width: 30px; }
    .widget_media_video.wg h2.lw40::before, .widget_media_video.wg h2.lw40::after {
      width: 40px; }
    .widget_media_video.wg h2.lw50::before, .widget_media_video.wg h2.lw50::after {
      width: 50px; }
    .widget_media_video.wg h2.lw60::before, .widget_media_video.wg h2.lw60::after {
      width: 60px; }

#live-banner {
  background: #f8f8f8;
  background: #ffd421;
  height: 40px;
  position: fixed;
  bottom: 0;
  display: block;
  width: 100%;
  -webkit-box-shadow: 0px -1px 4px #777777;
          box-shadow: 0px -1px 4px #777777;
  z-index: 9999; }
  @media (max-width: 767px) {
    #live-banner {
      display: none; } }
  @media (max-width: 767px) {
    #live-banner {
      top: 0; } }
  #live-banner div {
    background: #ffd421;
    text-transform: uppercase;
    display: inline-block;
    width: 60px;
    text-align: center;
    height: 40px;
    line-height: 20px;
    font-size: 1.5rem;
    font-weight: bold;
    font-size: 0.8rem;
    position: relative;
    z-index: 1; }
    #live-banner div:first-child {
      cursor: pointer; }
    #live-banner div img {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 5px; }
    #live-banner div.links {
      position: absolute;
      left: 0;
      top: 0;
      height: 107px;
      overflow: hidden;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      width: 120px;
      -webkit-transition: 0.3s all linear;
      transition: 0.3s all linear; }
      #live-banner div.links a {
        display: block;
        text-align: left;
        font-size: 1.4rem;
        padding: 6px 12px 0; }
      #live-banner div.links.closed {
        height: 0px; }
  #live-banner > a {
    position: absolute;
    display: block;
    color: #979797;
    background: #ffd421;
    right: 0px;
    bottom: -12px;
    width: 30px;
    cursor: default;
    font-size: 3.5rem;
    text-align: center;
    text-decoration: none !important; }
    #live-banner > a.left {
      left: 55px; }
  #live-banner.scrollable > a {
    color: #000;
    cursor: pointer; }
    #live-banner.scrollable > a.end {
      color: #979797;
      cursor: default; }
  #live-banner ul {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    width: 500%;
    position: relative;
    top: -40px;
    left: 50px;
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear; }
    @media (max-width: 767px) {
      #live-banner ul {
        left: 40px; } }
    #live-banner ul li {
      list-style: none;
      line-height: 40px;
      display: inline-block;
      width: auto;
      margin: 0 30px;
      position: relative; }
      @media (max-width: 767px) {
        #live-banner ul li:first-of-type {
          margin: 0; }
        #live-banner ul li:nth-child(n+2) {
          display: none; } }
      #live-banner ul li a {
        padding: 2px 10px;
        -webkit-transition: 0.35s all;
        transition: 0.35s all;
        text-decoration: none !important; }
        #live-banner ul li a:hover {
          -webkit-box-shadow: 2px 2px 5px #777;
                  box-shadow: 2px 2px 5px #777;
          text-decoration: none; }
        #live-banner ul li a:focus {
          -webkit-box-shadow: 1px 1px 3px #777 inset;
                  box-shadow: 1px 1px 3px #777 inset;
          text-decoration: none; }
        #live-banner ul li a:after {
          content: url(../svg/diamond_000.svg);
          right: -36px;
          position: absolute;
          width: 11px;
          height: 30px;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
        #live-banner ul li a span.res {
          color: #c52121;
          font-size: 1.2rem;
          padding: 0 3px;
          text-transform: uppercase; }
        #live-banner ul li a span.live {
          text-transform: uppercase;
          color: #fff;
          background: #c52121;
          padding: 0 4px;
          font-size: 1.2rem;
          margin-right: 4px;
          bottom: 1px;
          position: relative; }
        #live-banner ul li a span.upcoming, #live-banner ul li a span.stumps {
          font-weight: normal;
          font-size: 1.4rem;
          margin-right: 6px; }
      #live-banner ul li:first-of-type a:before {
        content: url(../svg/diamond_000.svg);
        left: -35px;
        position: absolute;
        width: 11px;
        height: 30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      #live-banner ul li span.scores {
        color: #979797; }
        #live-banner ul li span.scores span.current {
          color: #c52121; }
        #live-banner ul li span.scores.result {
          color: #000; }
      #live-banner ul li img {
        height: 18px;
        width: auto;
        margin: -6px 6px 0; }
  #live-banner.empty {
    bottom: -40px;
    -webkit-transition: bottom 1s 0.5s ease-in-out;
    transition: bottom 1s 0.5s ease-in-out; }
    #live-banner.empty div:first-child {
      top: -40px;
      -webkit-box-shadow: 0px -1px 4px #777777;
              box-shadow: 0px -1px 4px #777777;
      -webkit-transition: top 1s 0.5s ease-in-out;
      transition: top 1s 0.5s ease-in-out; }
    #live-banner.empty div.links {
      top: -40px; }
  #live-banner span.partner-logo {
    display: none; }
  #live-banner span.partner-banner {
    background-color: #ffd421;
    display: block;
    height: 40px;
    width: 130px;
    position: absolute;
    left: 50px;
    top: 0;
    padding: 0;
    z-index: 9;
    text-align: center; }
    #live-banner span.partner-banner img {
      height: 100%;
      width: auto; }
    #live-banner span.partner-banner ~ a.left {
      left: 180px; }

main.logins article {
  text-align: center; }
  main.logins article .tml {
    text-align: left;
    width: 50%;
    margin: 0 auto; }
    main.logins article .tml form label, main.logins article .tml form legend {
      display: none; }
    main.logins article .tml form > div {
      position: absolute;
      bottom: 0; }
    main.logins article .tml form fieldset {
      border: 1px solid #dbdbdb;
      padding: 12px 0;
      height: 55px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      float: left;
      width: 100%;
      overflow: hidden; }
    main.logins article .tml form input[type="text"], main.logins article .tml form input[type="email"], main.logins article .tml form input[type="password"] {
      border: 0;
      outline: 0;
      width: 100%;
      text-indent: 5px;
      display: block;
      background: transparent; }
      main.logins article .tml form input[type="text"]::-webkit-input-placeholder, main.logins article .tml form input[type="email"]::-webkit-input-placeholder, main.logins article .tml form input[type="password"]::-webkit-input-placeholder {
        color: #dbdbdb;
        font-size: 1.5rem; }
      main.logins article .tml form input[type="text"]::-ms-input-placeholder, main.logins article .tml form input[type="email"]::-ms-input-placeholder, main.logins article .tml form input[type="password"]::-ms-input-placeholder {
        color: #dbdbdb;
        font-size: 1.5rem; }
      main.logins article .tml form input[type="text"]::placeholder, main.logins article .tml form input[type="email"]::placeholder, main.logins article .tml form input[type="password"]::placeholder {
        color: #dbdbdb;
        font-size: 1.5rem; }
    main.logins article .tml form fieldset {
      margin-bottom: 2rem; }
    main.logins article .tml form input[type="submit"], main.logins article .tml form button {
      cursor: pointer;
      color: #000;
      display: inline-block;
      background: #ffd421;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 1.4rem;
      letter-spacing: 2.3px;
      padding: 16px 30px;
      border: 1px solid #ffd421;
      -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
      transition: background-color 0.25s ease-out, color 0.25s ease-out;
      text-align: center; }
      body.india main.logins article .tml form input[type="submit"], body.india main.logins article .tml form button {
        background: #118cda;
        border-color: #118cda; }
        body.india main.logins article .tml form input[type="submit"]:hover, body.india main.logins article .tml form button:hover {
          background: #000;
          border-color: #000; }
      main.logins article .tml form input[type="submit"]:hover, main.logins article .tml form button:hover {
        color: #fff !important;
        background: #000;
        border-color: #000;
        text-decoration: none !important; }
      main.logins article .tml form input[type="submit"][disabled], main.logins article .tml form button[disabled] {
        opacity: 0.5; }
    main.logins article .tml form button:before {
      clear: left; }
    main.logins article .tml ul.tml-action-links {
      padding: 0;
      margin-top: 1.2rem; }
      main.logins article .tml ul.tml-action-links li {
        list-style: none; }
        main.logins article .tml ul.tml-action-links li a {
          font-size: 1.6rem; }

@media (max-width: 991px) {
  main.logins #post-sidebar {
    display: none; }
  main.logins > article:first-of-type {
    width: 100% !important;
    padding: 0 1rem; } }

@media (max-width: 767px) {
  main.logins .tml {
    width: 90%; }
  main.logins section#post-sidebar {
    display: none; } }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 11-Oct-2017, 12:27:52
    Author     : michaelturner
*/
@media (min-width: 768px) {
  header {
    /*nav ul > li:first-child ul{
			left: auto;
		}*/ }
    header nav {
      margin: 0 !important;
      padding: 0 !important; }
    header nav #menu-header-menu {
      margin: 0;
      padding: 0; }
    header nav:after {
      content: "";
      display: table;
      clear: both; }
    header nav ul {
      float: left;
      padding: 0;
      margin: 0;
      list-style: none;
      position: relative; }
    header nav ul li {
      margin: 0px;
      display: inline-block;
      float: left;
      background-image: none !important; }
    header nav a {
      display: block;
      padding: 14px 12px;
      color: #000;
      font-size: 17px;
      text-decoration: none;
      border-top: 4px solid transparent;
      border-left: 1px solid transparent;
      border-right: 1px solid transparent;
      text-transform: uppercase; }
    header nav > ul > li > a:hover {
      background: #fff;
      border-top: 4px solid #c52121;
      border-left: 1px solid #000;
      border-right: 1px solid #000; }
    header nav ul ul {
      left: -50000px;
      position: absolute;
      top: 56px; }
    header nav ul li:hover > ul, header nav ul li.hover > ul {
      display: inherit;
      left: auto; }
    header nav ul li:hover > ul li {
      background: #ffffff;
      border-width: 0px 1px 0px 1px;
      border-style: solid solid solid solid;
      border-color: #dbdbdb #dbdbdb #dbdbdb #dbdbdb;
      -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
              box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }
    header nav > ul > li:hover > ul > li:last-child {
      border-bottom: 1px solid #dbdbdb; }
    header nav ul ul li {
      width: 170px;
      float: none;
      display: list-item;
      position: relative; }
    header nav ul ul ul li {
      position: relative;
      top: -60px;
      left: 170px; }
    header nav > ul li > ul li > ul li {
      margin-left: -2px; }
    header nav > ul > li > ul > li:hover > ul > li:last-child {
      border-bottom: 1px solid #dbdbdb; }
    header .menu-close {
      display: none; }
    header #main-menu nav {
      max-width: 67%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 67%;
              flex: 0 0 67%; }
    header #main-menu > div {
      max-width: 33%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33%;
              flex: 0 0 33%; } }

@media (max-width: 991px) {
  header #main-menu nav {
    max-width: 80%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%; }
  header #main-menu > div {
    max-width: 20%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%; }
    header #main-menu > div span {
      display: none; }
    header #main-menu > div .top-bar-right a:nth-child(4) {
      display: none !important; }
    header #main-menu > div i {
      margin: 0 6px; } }

@media (max-width: 767px) {
  header #main-menu {
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 103;
    overflow: hidden;
    display: block;
    padding: 0 0 64px 0;
    width: 0;
    -webkit-transition: width 0.1s ease-out;
    transition: width 0.1s ease-out; }
    header #main-menu nav {
      max-width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; }
    header #main-menu.shown {
      width: 100%;
      overflow: auto; }
    header #main-menu > div {
      max-width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; }
      header #main-menu > div span {
        display: inline-block; }
      header #main-menu > div i {
        margin: 0; }
  body.nav-open {
    overflow: hidden; }
  #main-menu nav {
    -webkit-transition: margin 0.2s ease-out;
    transition: margin 0.2s ease-out;
    padding: 0; }
    #main-menu nav > ul > li {
      background-repeat: no-repeat;
      background-position: 14px 50%;
      background-size: 20px auto; }
      #main-menu nav > ul > li > a {
        padding-left: 45px !important; }
    #main-menu nav ul {
      list-style: none;
      position: relative;
      margin: 0;
      padding: 0; }
      #main-menu nav ul li {
        background-color: #fff;
        border-bottom: 1px solid #dbdbdb; }
        #main-menu nav ul li:hover, #main-menu nav ul li:focus {
          background-color: #ffd421;
          text-decoration: none !important; }
        #main-menu nav ul li a {
          display: block;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding: 20px 0 20px 20px;
          font-size: 1.6rem;
          letter-spacing: 1.7px;
          text-transform: uppercase;
          color: #000; }
          #main-menu nav ul li a.menu-open span {
            float: right;
            position: relative;
            right: 0;
            display: block;
            width: 64px;
            height: 64px;
            margin-top: -20px; }
            #main-menu nav ul li a.menu-open span::after {
              content: "";
              display: block;
              width: 18px;
              height: 18px;
              background: url(../svg/nav-icons.svg) no-repeat 0 0;
              position: absolute;
              right: 23px;
              top: 50%;
              margin-top: -9px; }
          #main-menu nav ul li a.menu-open:hover span::after {
            background-position: 0 -18px; }
        #main-menu nav ul li a:hover, #main-menu nav ul li a:focus {
          text-decoration: none !important; }
    #main-menu nav ul ul {
      margin-left: 100%;
      position: absolute;
      top: 0;
      width: 100%;
      display: none; }
      #main-menu nav ul ul li {
        background-image: none; }
    #main-menu nav .menu-close {
      position: relative;
      font-weight: bolder;
      padding-left: 70px;
      line-height: 1; }
      #main-menu nav .menu-close:hover, #main-menu nav .menu-close a:active {
        color: #fff; }
        #main-menu nav .menu-close:hover::before, #main-menu nav .menu-close a:active::before {
          color: #fff; }
      #main-menu nav .menu-close::before {
        position: absolute;
        left: 20px;
        top: 7px;
        content: "";
        display: block;
        width: 39px;
        height: 31px;
        background: url(../png/back.png) no-repeat 0 0; } }

.page-template-page-match-centre .wrapper .series-archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2.4rem; }
  .page-template-page-match-centre .wrapper .series-archive ul {
    list-style: none; }
  .page-template-page-match-centre .wrapper .series-archive div {
    width: 100%; }
  .page-template-page-match-centre .wrapper .series-archive .season-series {
    width: 65%; }
    .page-template-page-match-centre .wrapper .series-archive .season-series ul li {
      margin-bottom: 0.65rem;
      border-bottom: 1px solid #dbdbdb;
      padding-bottom: 0.5rem; }
    .page-template-page-match-centre .wrapper .series-archive .season-series ul.loading {
      position: relative; }
      .page-template-page-match-centre .wrapper .series-archive .season-series ul.loading:after {
        background: url("../gif/spinner.gif");
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-position: center 25%;
        position: absolute;
        content: '';
        background-repeat: no-repeat; }
        @media (max-width: 767px) {
          .page-template-page-match-centre .wrapper .series-archive .season-series ul.loading:after {
            background-position: center 0; } }
    @media (max-width: 767px) {
      .page-template-page-match-centre .wrapper .series-archive .season-series {
        width: 100%;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
  .page-template-page-match-centre .wrapper .series-archive .archive-seasons {
    width: 33%;
    margin-left: 2%; }
    .page-template-page-match-centre .wrapper .series-archive .archive-seasons > span {
      display: none; }
    .page-template-page-match-centre .wrapper .series-archive .archive-seasons > ul {
      padding: 0; }
      .page-template-page-match-centre .wrapper .series-archive .archive-seasons > ul > li {
        display: block;
        font-size: 1.5rem;
        margin-bottom: 0.8rem; }
        .page-template-page-match-centre .wrapper .series-archive .archive-seasons > ul > li span {
          background: #ffd421;
          display: block;
          padding: 8px 8px 2px;
          cursor: pointer;
          position: relative; }
          .page-template-page-match-centre .wrapper .series-archive .archive-seasons > ul > li span::after {
            content: '˅';
            margin-left: 6px;
            padding: 0 7px;
            color: #000;
            position: absolute;
            right: 6px;
            bottom: 4px;
            -webkit-transition: 0.6s;
            transition: 0.6s;
            -webkit-transform-origin: 0 1rem;
                    transform-origin: 0 1rem; }
          .page-template-page-match-centre .wrapper .series-archive .archive-seasons > ul > li span.open::after {
            -webkit-transform: rotateX(180deg);
                    transform: rotateX(180deg); }
        .page-template-page-match-centre .wrapper .series-archive .archive-seasons > ul > li ul {
          margin: 8px 0;
          padding-left: 0.4rem;
          display: none; }
          .page-template-page-match-centre .wrapper .series-archive .archive-seasons > ul > li ul li {
            margin: 0.6rem 1rem 0.5rem 0;
            padding: 1px 4px;
            background: none;
            display: inline-block;
            cursor: pointer;
            font-weight: bold; }
            .page-template-page-match-centre .wrapper .series-archive .archive-seasons > ul > li ul li.selected {
              background: #c52121;
              color: #fff;
              border-radius: 10px; }
        .page-template-page-match-centre .wrapper .series-archive .archive-seasons > ul > li:first-of-type ul {
          display: block; }
    .page-template-page-match-centre .wrapper .series-archive .archive-seasons .seasons {
      display: none; }
    @media (max-width: 767px) {
      .page-template-page-match-centre .wrapper .series-archive .archive-seasons {
        width: 100%;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-left: 0;
        text-align: center;
        position: relative; }
        .page-template-page-match-centre .wrapper .series-archive .archive-seasons > span {
          display: block;
          font-weight: bold;
          text-transform: uppercase;
          font-size: 1.6rem;
          width: 70%;
          margin: 0 auto 6px;
          border: 1px solid #dbdbdb;
          border-top: 3px solid #c52121;
          padding: 7px;
          -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
                  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
          cursor: pointer;
          position: relative; }
          .page-template-page-match-centre .wrapper .series-archive .archive-seasons > span::after {
            content: '˅';
            margin-left: 6px;
            background-color: #c52121;
            padding: 0 7px;
            border: 0 0 3px 1px #979797;
            color: #fff;
            position: absolute;
            right: 6px;
            bottom: 6px;
            -webkit-box-shadow: 0px 0px 3px 1px #979797;
                    box-shadow: 0px 0px 3px 1px #979797;
            -webkit-transition: 0.6s;
            transition: 0.6s; }
          .page-template-page-match-centre .wrapper .series-archive .archive-seasons > span.clicked::after {
            -webkit-transform: rotateX(180deg);
                    transform: rotateX(180deg); }
        .page-template-page-match-centre .wrapper .series-archive .archive-seasons > ul {
          display: none;
          margin: -7px auto 6px;
          -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
                  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
          border: 1px solid #dbdbdb;
          width: 70%;
          position: absolute;
          left: 15%;
          top: 48px;
          background: #fff; }
          .page-template-page-match-centre .wrapper .series-archive .archive-seasons > ul li {
            background: #fff;
            font-weight: 900;
            border-top: 1px solid #dbdbdb; }
            .page-template-page-match-centre .wrapper .series-archive .archive-seasons > ul li span {
              background: transparent; }
              .page-template-page-match-centre .wrapper .series-archive .archive-seasons > ul li span:after {
                display: none; }
            .page-template-page-match-centre .wrapper .series-archive .archive-seasons > ul li ul li {
              display: none; }
        .page-template-page-match-centre .wrapper .series-archive .archive-seasons .seasons {
          display: block;
          width: 85%;
          margin: 12px auto;
          font-size: 1.6rem;
          border-bottom: 1px solid #dbdbdb; }
          .page-template-page-match-centre .wrapper .series-archive .archive-seasons .seasons ul {
            margin: 8px 0;
            padding-left: 0.4rem; }
            .page-template-page-match-centre .wrapper .series-archive .archive-seasons .seasons ul li {
              margin: 0.6rem 1rem 0.5rem 0;
              padding: 1px 4px;
              background: none;
              display: inline-block;
              cursor: pointer;
              font-weight: bold; }
              .page-template-page-match-centre .wrapper .series-archive .archive-seasons .seasons ul li.selected {
                background: #c52121;
                color: #fff;
                border-radius: 10px; } }

#filters {
  margin-top: -67px; }
  @media (max-width: 767px) {
    #filters {
      display: none; } }
  #filters > ul {
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 14px; }
    #filters > ul li {
      display: inline-block;
      font-weight: bold;
      margin-right: 25px; }
      #filters > ul li:last-child {
        margin-right: 0; }
    #filters > ul a {
      cursor: pointer;
      font-family: arial, helvetica, sans-serif;
      display: inline-block;
      font-weight: normal;
      font-size: 12px !important;
      line-height: 20px;
      text-align: center;
      background: #c52121;
      color: #fff;
      border-radius: 50%;
      width: 20px;
      height: 20px;
      position: relative;
      top: -2px;
      text-decoration: none !important; }
      #filters > ul a:hover {
        background: #ffd421;
        color: #000;
        font-weight: bold; }

#filter-results {
  margin: 20px 0;
  position: relative;
  top: -163px;
  display: inline-block; }
  @media (max-width: 991px) {
    #filter-results {
      top: -145px;
      width: 100%;
      text-align: center; }
      #filter-results > a > span {
        width: 278px; } }
  @media (max-width: 767px) {
    #filter-results {
      top: 0px; } }
  #filter-results > a {
    border: 1px solid #979797;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.4rem;
    display: inline-block;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 99;
    background: #fff;
    cursor: pointer; }
    #filter-results > a > span {
      border-top: 2px solid #fff;
      padding: 7px 10px 7px 10px;
      display: inline-block; }
      #filter-results > a > span span {
        display: inline-block;
        -webkit-transform: scale(1.5, 1);
                transform: scale(1.5, 1);
        font-size: 0.8em;
        margin-left: 10px;
        -webkit-transition: -webkit-transform 1s ease;
        transition: -webkit-transform 1s ease;
        transition: transform 1s ease;
        transition: transform 1s ease, -webkit-transform 1s ease;
        position: relative;
        top: -2px; }
      #filter-results > a > span i {
        margin-right: 10px; }
  #filter-results form {
    width: 1184px;
    max-width: 1184px;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0px #979797;
            box-shadow: 0 0 5px 0px #979797;
    border: 1px solid #979797;
    z-index: 98;
    margin-top: -2px;
    position: absolute;
    top: -5000px;
    display: table;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    #filter-results form > ul {
      margin: 0;
      padding: 0 0 0 10px;
      font-size: 14px; }
      #filter-results form > ul li {
        display: inline-block;
        font-weight: bold;
        margin-right: 25px; }
        #filter-results form > ul li:last-child {
          margin-right: 0; }
      #filter-results form > ul a {
        cursor: pointer;
        font-family: arial, helvetica, sans-serif;
        display: inline-block;
        font-weight: normal;
        font-size: 12px !important;
        line-height: 20px;
        text-align: center;
        background: #c52121;
        color: #fff;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        position: relative;
        top: -2px;
        text-decoration: none !important; }
        #filter-results form > ul a:hover {
          background: #ffd421;
          color: #000;
          font-weight: bold; }
    #filter-results form > div {
      display: table-row;
      -webkit-box-sizing: inherit;
              box-sizing: inherit; }
      #filter-results form > div > div {
        display: table-cell;
        vertical-align: top;
        width: 33.3%;
        -webkit-box-sizing: inherit;
                box-sizing: inherit;
        padding: 10px;
        position: relative; }
        #filter-results form > div > div:first-child {
          width: 66.6%; }
    #filter-results form input {
      text-indent: 5px;
      position: relative; }
    #filter-results form select {
      text-indent: 5px;
      -webkit-appearance: none;
      -moz-appearance: none;
      background-image: url(../svg/arrow-down.svg);
      background-origin: content-box;
      background-position: right -14px center;
      background-repeat: no-repeat;
      background-size: 14px auto;
      padding-right: 24px; }
      #filter-results form select option:checked {
        background: #ffd421;
        color: #000;
        outline-color: #ffd421; }
    #filter-results form input, #filter-results form select {
      border: 1px solid #979797;
      height: 45px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      font-size: 1.5rem; }
      #filter-results form input[readonly], #filter-results form input[disabled], #filter-results form select[readonly], #filter-results form select[disabled] {
        background: #dbdbdb;
        color: #000; }
      #filter-results form input:active, #filter-results form input:hover, #filter-results form input:focus, #filter-results form select:active, #filter-results form select:hover, #filter-results form select:focus {
        outline-color: #ffd421; }
    #filter-results form input, #filter-results form select:not(.group) {
      width: 100%; }
    #filter-results form input.group, #filter-results form select.group {
      width: 49%; }
      #filter-results form input.group:first-child, #filter-results form select.group:first-child {
        margin-right: 1.1%; }
    #filter-results form button {
      cursor: pointer;
      color: #000;
      display: inline-block;
      background: #ffd421;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 1.4rem;
      letter-spacing: 2.3px;
      padding: 16px 30px;
      border: 1px solid #ffd421;
      -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
      transition: background-color 0.25s ease-out, color 0.25s ease-out;
      text-align: center;
      padding: 0;
      height: 45px;
      line-height: 45px;
      width: 100%; }
      body.india #filter-results form button {
        background: #118cda;
        border-color: #118cda; }
        body.india #filter-results form button:hover {
          background: #000;
          border-color: #000; }
      #filter-results form button:hover {
        color: #fff !important;
        background: #000;
        border-color: #000;
        text-decoration: none !important; }
      #filter-results form button[disabled] {
        opacity: 0.5; }
    #filter-results form div ul {
      position: absolute;
      top: -5000px;
      background: #fff;
      border: 1px solid #dbdbdb;
      width: calc(100% - 20px);
      list-style: none;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0;
      z-index: 100;
      max-height: 220%;
      overflow-y: auto; }
      #filter-results form div ul.shown {
        top: 55px; }
      #filter-results form div ul li {
        padding: 5px;
        font-size: 1.4rem; }
        #filter-results form div ul li:hover {
          color: #fff;
          background: #ffd421; }
  #filter-results.shown > a {
    border-top: 1px solid #c52121;
    -webkit-box-shadow: 0 -3px 5px 0px #979797;
            box-shadow: 0 -3px 5px 0px #979797;
    border-bottom: 1px solid #fff; }
    #filter-results.shown > a > span {
      border-top: 2px solid #c52121; }
      #filter-results.shown > a > span span {
        -webkit-transform: scaleX(-1) scale(1.5, 1) rotate(180deg);
                transform: scaleX(-1) scale(1.5, 1) rotate(180deg); }
  #filter-results.shown form {
    top: 100%; }

@media (max-width: 767px) {
  #filter-results form > div {
    display: block; }
    #filter-results form > div > div {
      display: block;
      vertical-align: top;
      width: 100%; }
      #filter-results form > div > div:first-child {
        width: 100%; }
  #filter-results form input.group, #filter-results form select.group {
    width: 100%; }
    #filter-results form input.group:first-child, #filter-results form select.group:first-child {
      margin-right: 0;
      margin-bottom: 20px; } }

#ui-datepicker-div {
  font-size: 1.6rem; }

#match-fixtures {
  margin-top: 5px; }
  #match-fixtures > ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    #match-fixtures > ul > li {
      border: 1px solid #dbdbdb;
      border-bottom: 1px solid #ffd421;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 10px 20px;
      margin-bottom: 30px; }
  #match-fixtures li > div {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.4rem;
    position: relative; }
    #match-fixtures li > div strong.button {
      display: block;
      color: #fff;
      text-transform: uppercase;
      font-size: 1.1rem;
      text-align: center;
      line-height: 1;
      font-weight: normal;
      padding: 7px 0;
      background: #49473f; }
      #match-fixtures li > div strong.button.live {
        background: #c52121; }
      #match-fixtures li > div strong.button.win {
        background: green; }
      #match-fixtures li > div strong.button.draw {
        background: #979797; }
    #match-fixtures li > div:nth-child(1) {
      width: 50%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      position: relative; }
      #match-fixtures li > div:nth-child(1) > img {
        position: absolute; }
        #match-fixtures li > div:nth-child(1) > img.badge {
          float: left;
          position: static;
          width: 52px;
          margin-top: 5px; }
        #match-fixtures li > div:nth-child(1) > img.flag {
          width: 52px;
          margin-top: 14px; }
          #match-fixtures li > div:nth-child(1) > img.flag:nth-child(1) {
            left: 0; }
      #match-fixtures li > div:nth-child(1) > strong {
        float: left;
        display: block;
        height: auto; }
        #match-fixtures li > div:nth-child(1) > strong:nth-of-type(1) {
          margin-left: 52px; }
        #match-fixtures li > div:nth-child(1) > strong:nth-of-type(2) {
          text-align: right; }
      #match-fixtures li > div:nth-child(1) div strong span {
        font-size: 1.5rem; }
      #match-fixtures li > div:nth-child(1) strong {
        width: calc(50% - 82px);
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 8px 10px 0 10px;
        font-size: 2.8rem; }
        #match-fixtures li > div:nth-child(1) strong span {
          text-transform: uppercase;
          font-size: 2.3rem;
          font-family: "Playfair Display", serif;
          position: relative; }
          #match-fixtures li > div:nth-child(1) strong span.scores {
            font-family: SourceSansPro, arial, helvetica, sans-serif;
            text-transform: none;
            color: #979797; }
            #match-fixtures li > div:nth-child(1) strong span.scores span.current {
              font-family: SourceSansPro, arial, helvetica, sans-serif;
              text-transform: none;
              position: relative;
              color: #212529; }
              #match-fixtures li > div:nth-child(1) strong span.scores span.current:after {
                content: '';
                position: block;
                width: 10px;
                height: 10px;
                border-radius: 5px;
                background-color: #c52121;
                display: inline-block;
                top: 50%;
                -webkit-transform: translateY(-2px);
                        transform: translateY(-2px);
                margin: 0 4px; }
            #match-fixtures li > div:nth-child(1) strong span.scores.result {
              color: #212529; }
          #match-fixtures li > div:nth-child(1) strong span img {
            height: 1.2rem;
            width: auto;
            padding: 0 8px; }
            @media (max-width: 1024px) {
              #match-fixtures li > div:nth-child(1) strong span img {
                position: absolute;
                right: -46px;
                bottom: -34px; } }
            @media (max-width: 700px) {
              #match-fixtures li > div:nth-child(1) strong span img {
                bottom: -23px; } }
        #match-fixtures li > div:nth-child(1) strong.inplay::after {
          display: inline-block;
          content: "";
          background: #c52121;
          width: 10px;
          height: 10px;
          border-radius: 50%; }
        #match-fixtures li > div:nth-child(1) strong img {
          max-height: 14px;
          width: auto;
          margin-top: -7px; }
        @media (max-width: 1024px) {
          #match-fixtures li > div:nth-child(1) strong:nth-of-type(1) span img {
            left: -46px; } }
      #match-fixtures li > div:nth-child(1) div {
        text-align: center;
        clear: both;
        line-height: 1.1;
        padding-top: 20px; }
        #match-fixtures li > div:nth-child(1) div strong {
          font-size: 1.8rem;
          padding: 8px 0 0; }
          #match-fixtures li > div:nth-child(1) div strong > strong {
            color: #c52121; }
    #match-fixtures li > div:nth-child(2), #match-fixtures li > div:nth-child(3) {
      width: 25%; }
    #match-fixtures li > div:nth-child(2) {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      padding-right: 15px; }
      #match-fixtures li > div:nth-child(2) strong {
        font-size: 1.8rem; }
      #match-fixtures li > div:nth-child(2) time {
        display: block; }
      #match-fixtures li > div:nth-child(2) > span {
        display: block;
        padding-top: 15px;
        bottom: 0;
        line-height: 1.2; }
    #match-fixtures li > div:nth-child(3) {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      padding-left: 36px;
      text-align: center; }
      #match-fixtures li > div:nth-child(3) a {
        margin-top: 12px; }
        @media (max-width: 991px) {
          #match-fixtures li > div:nth-child(3) a {
            padding: 16px 17px; } }
  #match-fixtures .countdown {
    font-size: 2.7rem;
    position: relative;
    display: inline-block; }
    #match-fixtures .countdown span {
      color: #fff;
      background: #000;
      margin: 0 1px;
      border-radius: 3.4px;
      display: inline-block;
      padding: 1px 3px; }
    #match-fixtures .countdown::before, #match-fixtures .countdown::after {
      font-size: 1.28rem;
      position: absolute;
      top: -1.55rem; }
    #match-fixtures .countdown::before {
      content: "Hours";
      left: 0.3rem; }
    #match-fixtures .countdown::after {
      content: "Minutes";
      right: 0; }
  #match-fixtures .winviz {
    padding-top: 15px;
    font-size: 1.4rem; }

@media (max-width: 767px) {
  #match-fixtures > ul > li {
    display: block; }
  #match-fixtures li > div {
    width: 100%; }
    #match-fixtures li > div:nth-child(1) {
      width: 100%; }
      #match-fixtures li > div:nth-child(1) > img.flag {
        width: 32px; }
      #match-fixtures li > div:nth-child(1) > img.badge {
        width: 38px; }
      #match-fixtures li > div:nth-child(1) > strong {
        width: calc(50% - 52px);
        font-size: 1.6rem; }
        #match-fixtures li > div:nth-child(1) > strong:nth-of-type(1) {
          margin-left: 32px; }
    #match-fixtures li > div:nth-child(2), #match-fixtures li > div:nth-child(3) {
      width: 100%;
      clear: both; }
    #match-fixtures li > div:nth-child(2) {
      text-align: center;
      padding: 2rem 0; }
      #match-fixtures li > div:nth-child(2) span {
        position: static; }
    #match-fixtures li > div:nth-child(3) {
      padding-left: 0; } }

.page-template-page-match-centre main.page {
  width: 100%;
  max-width: 100%; }
  .page-template-page-match-centre main.page > h1 {
    font-family: "Playfair Display", serif;
    color: #000;
    font-size: 4.8rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: center; }
    @media (max-width: 991px) {
      .page-template-page-match-centre main.page > h1 {
        margin-bottom: 60px; } }
    @media (max-width: 767px) {
      .page-template-page-match-centre main.page > h1 {
        margin-top: 0;
        margin-bottom: inherit; } }
  .page-template-page-match-centre main.page .title_logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .page-template-page-match-centre main.page .title_logos-logo {
      display: inline-block;
      margin: 1.5rem 1.5rem 0.5rem;
      display: block;
      margin-bottom: 2rem; }
      .page-template-page-match-centre main.page .title_logos-logo img {
        max-height: 9rem;
        width: auto; }
      @media (max-width: 767px) {
        .page-template-page-match-centre main.page .title_logos-logo {
          margin-top: 0;
          margin-bottom: 1rem; } }
      .page-template-page-match-centre main.page .title_logos-logo:nth-of-type(2) img {
        max-width: 13rem; }

.page-template-page-match-centre .wrapper {
  max-width: 1184px;
  margin: auto; }

.page-template-page-match-centre .pagination {
  margin-bottom: 0;
  margin-top: 0; }

.page-template-page-match-centre aside.story-grid {
  margin-top: 70px; }

.mc-sponsor {
  text-align: center;
  margin-top: 1.5rem; }
  .mc-sponsor img {
    max-width: 13rem; }
  .mc-sponsor small {
    display: block;
    margin-top: 0.8rem;
    font-size: 1rem; }

.bet-ctas {
  text-align: center; }
  .bet-ctas a {
    cursor: pointer;
    color: #fff;
    display: inline-block;
    background: #027b5b;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.4rem;
    letter-spacing: 2.3px;
    padding: 16px 30px;
    border: 1px solid #027b5b;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    text-align: center;
    padding: 1.2rem 2rem;
    margin: auto 0.8rem; }
    body.india .bet-ctas a {
      background: #118cda;
      border-color: #118cda; }
      body.india .bet-ctas a:hover {
        background: #fff;
        border-color: #fff; }
    .bet-ctas a:hover {
      color: #000 !important;
      background: #fff;
      border-color: #fff;
      text-decoration: none !important; }
    .bet-ctas a[disabled] {
      opacity: 0.5; }
    .bet-ctas a:hover {
      color: #ffd421 !important;
      background: #027b5b;
      border-color: #000;
      text-decoration: none !important; }

main.scorecard .content-area .li + .forecast {
  margin-top: 30px; }

main.scorecard .content-area .forecast {
  -webkit-box-shadow: 0 2px 0 0 #ffd421;
          box-shadow: 0 2px 0 0 #ffd421;
  background-color: #ffffff;
  border: solid 1px #dbdbdb;
  margin-top: 30px;
  border-bottom: 2px solid #ffd421;
  margin-top: 0;
  padding: 20px;
  position: relative; }
  main.scorecard .content-area .forecast > span {
    display: none; }
    @media (max-width: 767px) {
      main.scorecard .content-area .forecast > span {
        display: block;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 1.6rem;
        text-align: center; }
        main.scorecard .content-area .forecast > span::after {
          content: '˅';
          margin-left: 6px;
          color: #c52121; } }
  main.scorecard .content-area .forecast section > aside:before {
    content: '';
    width: 100%;
    background-color: #dbdbdb;
    height: 2px;
    position: absolute;
    top: -22px;
    left: 0; }
  main.scorecard .content-area .forecast h2 {
    font-weight: 300;
    font-size: 2.6rem;
    letter-spacing: 1px;
    margin-bottom: 25px; }
  main.scorecard .content-area .forecast > ul:nth-of-type(1) {
    list-style: none;
    position: absolute;
    top: 20px;
    left: 20px;
    margin: 0 0 0 50%;
    padding: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    width: 200px;
    display: block;
    text-align: center; }
    main.scorecard .content-area .forecast > ul:nth-of-type(1) li {
      position: relative;
      display: inline-block;
      font-size: 1.6rem;
      padding: 7px 13px;
      margin: 0;
      cursor: pointer; }
      main.scorecard .content-area .forecast > ul:nth-of-type(1) li.active {
        background-color: #c52121;
        color: #fff;
        border-radius: 20px; }
  main.scorecard .content-area .forecast section {
    position: relative; }
    main.scorecard .content-area .forecast section .winviz {
      position: relative;
      margin-top: 40px;
      padding-top: 20px; }
      main.scorecard .content-area .forecast section .winviz > h2 {
        font-weight: bold;
        cursor: pointer;
        color: #a1a1a1;
        text-align: center; }
        main.scorecard .content-area .forecast section .winviz > h2 img {
          height: 24px;
          width: auto;
          margin-top: -5px; }
      main.scorecard .content-area .forecast section .winviz ul li {
        font-size: 1.6rem !important;
        display: inline-block; }
        main.scorecard .content-area .forecast section .winviz ul li > h2 {
          display: inline-block; }
        main.scorecard .content-area .forecast section .winviz ul li > strong {
          display: inline-block; }
      main.scorecard .content-area .forecast section .winviz > div {
        height: 2rem !important;
        margin-bottom: 20px;
        width: calc(100%) !important; }
    main.scorecard .content-area .forecast section.pv {
      display: none; }
    main.scorecard .content-area .forecast section .predictviz h2 {
      margin-top: 50px;
      cursor: pointer; }
      @media (max-width: 767px) {
        main.scorecard .content-area .forecast section .predictviz h2 {
          text-align: center; } }
      main.scorecard .content-area .forecast section .predictviz h2 img {
        height: 32px;
        width: auto;
        margin-top: -8px; }
    main.scorecard .content-area .forecast section .predictviz > span {
      position: relative;
      top: -26px;
      -webkit-transition: 0.3s linear all;
      transition: 0.3s linear all;
      cursor: pointer; }
      main.scorecard .content-area .forecast section .predictviz > span::after {
        content: '˅';
        left: 40px;
        color: #fff;
        background: #c52121;
        height: 16px;
        width: 16px;
        display: inline-block;
        top: 4px;
        position: absolute;
        border-radius: 50%;
        text-align: center;
        font-size: 14px;
        -webkit-transition: 0.3s linear all;
        transition: 0.3s linear all;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg); }
    main.scorecard .content-area .forecast section .predictviz > div {
      text-align: center;
      color: #c52121;
      font-weight: bold;
      position: relative;
      font-size: 2.2rem; }
    main.scorecard .content-area .forecast section .predictviz ul {
      width: calc(100% - 150px);
      margin-left: 150px;
      list-style: none;
      padding: 0;
      font-weight: bold;
      margin-top: -70px; }
      main.scorecard .content-area .forecast section .predictviz ul:first-of-type li {
        float: left;
        text-align: center;
        border-right: 1px dashed #999;
        padding-bottom: 8px; }
        main.scorecard .content-area .forecast section .predictviz ul:first-of-type li:last-of-type {
          border-right: none; }
      main.scorecard .content-area .forecast section .predictviz ul:nth-of-type(2) {
        background-color: #dbdbdb;
        clear: left;
        height: 20px;
        padding: 0; }
        main.scorecard .content-area .forecast section .predictviz ul:nth-of-type(2) li {
          display: inline-block;
          height: 20px;
          background-color: #000;
          position: relative; }
          main.scorecard .content-area .forecast section .predictviz ul:nth-of-type(2) li.t1 {
            background-color: #ffd421; }
          main.scorecard .content-area .forecast section .predictviz ul:nth-of-type(2) li:after {
            position: absolute;
            right: 0;
            content: '';
            height: 40px;
            background: #999;
            width: 1px;
            top: -10px; }
      main.scorecard .content-area .forecast section .predictviz ul:nth-of-type(3) {
        margin-top: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition: 0.3s linear all;
        transition: 0.3s linear all;
        margin-left: 0;
        text-align: center;
        width: 100%;
        height: 63px; }
        main.scorecard .content-area .forecast section .predictviz ul:nth-of-type(3) li {
          font-weight: normal;
          float: left;
          width: 25%;
          border-left: 6px solid #000;
          padding-left: 6px; }
          main.scorecard .content-area .forecast section .predictviz ul:nth-of-type(3) li.t1 {
            border-left: 6px solid #ffd421; }
          main.scorecard .content-area .forecast section .predictviz ul:nth-of-type(3) li span {
            display: block;
            background: #dbdbdb;
            margin-left: -6px;
            font-weight: bold;
            font-size: 1.6rem;
            padding: 2px 0 2px 6px;
            margin-right: 12px;
            margin-bottom: 8px; }
        main.scorecard .content-area .forecast section .predictviz ul:nth-of-type(3).hide {
          height: 0px;
          opacity: 0; }
        @media (max-width: 767px) {
          main.scorecard .content-area .forecast section .predictviz ul:nth-of-type(3) {
            display: block;
            height: 340px; }
            main.scorecard .content-area .forecast section .predictviz ul:nth-of-type(3) li {
              float: none;
              width: 75%;
              margin-left: 12.5%;
              margin-bottom: 20px;
              padding-bottom: 12px;
              font-size: 1.6rem; }
              main.scorecard .content-area .forecast section .predictviz ul:nth-of-type(3) li span {
                margin-bottom: 12px; } }
      @media (max-width: 767px) {
        main.scorecard .content-area .forecast section .predictviz ul {
          width: 100%;
          margin-left: 0;
          margin-top: 0;
          font-size: 1.4rem; } }
    main.scorecard .content-area .forecast section .predictviz.lo ul:first-of-type {
      margin-top: -58px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      main.scorecard .content-area .forecast section .predictviz.lo ul:first-of-type li {
        position: relative;
        float: none;
        width: 50%;
        text-align: left;
        display: block;
        border: none; }
        main.scorecard .content-area .forecast section .predictviz.lo ul:first-of-type li strong {
          display: block;
          margin-left: 78px;
          font-size: 2.4rem;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          font-weight: normal; }
          main.scorecard .content-area .forecast section .predictviz.lo ul:first-of-type li strong span {
            font-weight: bold; }
        main.scorecard .content-area .forecast section .predictviz.lo ul:first-of-type li img {
          position: absolute;
          left: 10px;
          top: 6px;
          width: 58px;
          height: auto; }
    main.scorecard .content-area .forecast section .predictviz.lo div {
      text-align: center; }
      main.scorecard .content-area .forecast section .predictviz.lo div:before {
        content: '';
        width: 100%;
        background-color: #dbdbdb;
        height: 2px;
        position: absolute;
        top: -22px;
        left: 0; }
    @media (max-width: 767px) {
      main.scorecard .content-area .forecast section .predictviz.lo ul:first-of-type {
        margin-top: 0;
        display: block; }
        main.scorecard .content-area .forecast section .predictviz.lo ul:first-of-type li {
          width: 75%;
          margin-left: 12.5%; } }
  @media (max-width: 767px) {
    main.scorecard .content-area .forecast > h2 {
      font-weight: 600;
      font-size: 1.8rem;
      letter-spacing: normal;
      margin-bottom: 18px;
      text-align: center; }
    main.scorecard .content-area .forecast ul:nth-of-type(1) {
      top: 48px;
      left: 0px; }
    main.scorecard .content-area .forecast aside:before {
      display: none; } }

h2[data-modal="cricviz"] {
  cursor: pointer; }

.cv-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.74);
  z-index: 99999;
  -webkit-transition: 0.5s linear opacity;
  transition: 0.5s linear opacity;
  opacity: 0; }
  .cv-modal > section {
    margin: 5% auto 10%;
    width: 90%;
    max-width: 500px;
    background-color: #fff;
    border-top: 3px solid #c52121;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    padding: 2rem 1rem 2rem 2rem;
    font-size: 1.4rem; }
    .cv-modal > section h1 {
      display: block;
      background: #000;
      margin: -2rem -1.1rem 1rem -2.1rem;
      text-align: center;
      position: relative; }
      .cv-modal > section h1 img {
        max-height: 8rem; }
      .cv-modal > section h1:after {
        content: '+';
        position: absolute;
        top: 0rem;
        right: 1rem;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        color: #fff;
        font-size: 4rem;
        font-weight: normal;
        cursor: pointer;
        line-height: 4rem; }
    .cv-modal > section h2 {
      font-weight: 300;
      font-size: 2.6rem;
      letter-spacing: 1px;
      margin-bottom: 25px; }
    .cv-modal > section article {
      overflow: hidden scroll;
      padding-right: 1rem; }

main.scorecard .content-area .forecast + .graphs {
  margin-top: 30px; }

main.scorecard .content-area .graphs + .forecast {
  margin-top: 30px; }

main.scorecard .content-area .graphs {
  -webkit-box-shadow: 0 2px 0 0 #ffd421;
          box-shadow: 0 2px 0 0 #ffd421;
  background-color: #ffffff;
  border: solid 1px #dbdbdb;
  margin-top: 30px;
  border-bottom: 2px solid #ffd421;
  margin-top: 0px;
  padding: 20px;
  position: relative;
  min-height: 628px; }
  main.scorecard .content-area .graphs > span {
    display: none; }
    @media (max-width: 767px) {
      main.scorecard .content-area .graphs > span {
        display: block;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 1.6rem;
        text-align: center; }
        main.scorecard .content-area .graphs > span::after {
          content: '˅';
          margin-left: 6px;
          color: #c52121; } }
  main.scorecard .content-area .graphs > aside:before {
    content: '';
    width: 100%;
    background-color: #dbdbdb;
    height: 2px;
    position: absolute;
    top: -22px;
    left: -22px; }
  main.scorecard .content-area .graphs h2 {
    font-weight: 300;
    font-size: 2.6rem;
    letter-spacing: 1px;
    margin-bottom: 25px; }
  main.scorecard .content-area .graphs > ul:nth-of-type(1) {
    list-style: none;
    position: absolute;
    top: 20px;
    left: 20px;
    margin: 0 0 0 50%;
    padding: 0;
    -webkit-transform: translateX(-400px);
            transform: translateX(-400px);
    width: 800px;
    display: block;
    text-align: center; }
    main.scorecard .content-area .graphs > ul:nth-of-type(1) li {
      position: relative;
      display: inline-block;
      font-size: 1.6rem;
      padding: 7px 13px;
      margin: 0;
      cursor: pointer; }
      main.scorecard .content-area .graphs > ul:nth-of-type(1) li.active {
        background-color: #c52121;
        color: #fff;
        border-radius: 20px; }
    @media (max-width: 767px) {
      main.scorecard .content-area .graphs > ul:nth-of-type(1) {
        display: none;
        z-index: 9999;
        background: #fff;
        top: 100px;
        width: 400px;
        -webkit-transform: translateX(-200px);
                transform: translateX(-200px); }
        main.scorecard .content-area .graphs > ul:nth-of-type(1) li {
          border: none !important;
          display: block;
          width: 90%;
          margin-left: 5%;
          border-radius: unset !important; }
          main.scorecard .content-area .graphs > ul:nth-of-type(1) li a.active {
            color: #c52121;
            border-radius: unset; } }
  main.scorecard .content-area .graphs ul {
    list-style: none; }
  main.scorecard .content-area .graphs .radio {
    margin: 0; }
    main.scorecard .content-area .graphs .radio input[type="radio"] {
      display: none; }
    main.scorecard .content-area .graphs .radio label {
      padding-left: 0px !important;
      cursor: pointer;
      line-height: 28px;
      display: block;
      font-weight: bold;
      font-size: 1.6rem; }
      main.scorecard .content-area .graphs .radio label span {
        font-weight: normal; }
    main.scorecard .content-area .graphs .radio label input[type="radio"] + span {
      display: inline-block;
      vertical-align: middle;
      width: 32px;
      height: 32px;
      background: url(../svg/form-radio-unchecked.svg) no-repeat;
      position: relative;
      top: -3px;
      margin-right: 1rem; }
    main.scorecard .content-area .graphs .radio label input[type="radio"]:checked + span {
      background: url(../svg/form-radio-checked.svg) no-repeat; }
    main.scorecard .content-area .graphs .radio label input[type="radio"]:disabled + span {
      background: url(../svg/form-radio-disabled.svg) no-repeat; }
    main.scorecard .content-area .graphs .radio label.disabled {
      cursor: inherit; }
  main.scorecard .content-area .graphs section.ww > div:nth-of-type(2) {
    position: absolute;
    right: 20px;
    top: 84px; }
    @media (max-width: 767px) {
      main.scorecard .content-area .graphs section.ww > div:nth-of-type(2) {
        position: relative;
        top: auto;
        right: auto;
        text-align: center;
        margin-top: 6px; }
        main.scorecard .content-area .graphs section.ww > div:nth-of-type(2) > span {
          display: none; } }
  main.scorecard .content-area .graphs section.ww ul.players {
    display: none;
    padding: 0;
    margin-top: 12px; }
    main.scorecard .content-area .graphs section.ww ul.players:last-of-type {
      display: inherit; }
  main.scorecard .content-area .graphs section.ww aside.key {
    border: 1px solid #000;
    padding: 6px;
    display: inline;
    position: absolute;
    bottom: 20px;
    right: 20px; }
    main.scorecard .content-area .graphs section.ww aside.key ul {
      margin: 0;
      padding: 0 5px; }
      main.scorecard .content-area .graphs section.ww aside.key ul li:after {
        content: '';
        background-color: #ffd421;
        width: 40px;
        height: 2px;
        display: inline-block;
        position: relative;
        margin-left: 10px;
        bottom: 4px; }
      main.scorecard .content-area .graphs section.ww aside.key ul li:nth-of-type(1):after {
        background-color: #ff87c3; }
      main.scorecard .content-area .graphs section.ww aside.key ul li:nth-of-type(2):after {
        background-color: #000; }
      main.scorecard .content-area .graphs section.ww aside.key ul li:nth-of-type(3):after {
        background-color: #4B0082; }
      main.scorecard .content-area .graphs section.ww aside.key ul li:nth-of-type(4):after {
        background-color: #979797; }
      main.scorecard .content-area .graphs section.ww aside.key ul li:nth-of-type(5):after {
        background-color: #ffd421; }
  main.scorecard .content-area .graphs section.ww .wagonwheel {
    float: right;
    margin-right: 10%;
    margin-top: 10px; }
    main.scorecard .content-area .graphs section.ww .wagonwheel path.run {
      -webkit-transform-origin: 190px 190px;
              transform-origin: 190px 190px; }
      main.scorecard .content-area .graphs section.ww .wagonwheel path.run.run1 {
        stroke: #ffd421; }
      main.scorecard .content-area .graphs section.ww .wagonwheel path.run.run2 {
        stroke: #979797; }
      main.scorecard .content-area .graphs section.ww .wagonwheel path.run.run3 {
        stroke: #4B0082; }
      main.scorecard .content-area .graphs section.ww .wagonwheel path.run.run4 {
        stroke: #000; }
      main.scorecard .content-area .graphs section.ww .wagonwheel path.run.run5 {
        stroke: #ffd421; }
      main.scorecard .content-area .graphs section.ww .wagonwheel path.run.run6 {
        stroke: #ff87c3; }
  main.scorecard .content-area .graphs section.grf {
    display: none; }
    @media (max-width: 767px) {
      main.scorecard .content-area .graphs section.grf {
        margin: 18px -20px 0 -18px; } }
    main.scorecard .content-area .graphs section.grf > div:first-of-type {
      position: absolute;
      right: 20px;
      top: 52px; }
      @media (max-width: 767px) {
        main.scorecard .content-area .graphs section.grf > div:first-of-type {
          position: relative;
          top: auto;
          right: auto;
          text-align: center;
          margin-top: 6px;
          margin-bottom: 12px; }
          main.scorecard .content-area .graphs section.grf > div:first-of-type > span {
            display: none; } }
    main.scorecard .content-area .graphs section.grf aside.key {
      border: 1px solid #000;
      padding: 6px;
      display: inline-block;
      text-align: center;
      margin: 20px auto;
      width: 300px;
      margin-left: 50%;
      -webkit-transform: translateX(-150px);
              transform: translateX(-150px); }
      main.scorecard .content-area .graphs section.grf aside.key ul {
        margin: 0;
        padding: 0 5px; }
        main.scorecard .content-area .graphs section.grf aside.key ul li span {
          width: 40px;
          height: 6px;
          display: inline-block;
          position: relative;
          margin-right: 10px;
          bottom: 2px; }
          main.scorecard .content-area .graphs section.grf aside.key ul li span.wicket {
            width: 16px;
            height: 16px;
            background-color: #c52121;
            border-radius: 8px;
            bottom: -2px; }
      @media (max-width: 767px) {
        main.scorecard .content-area .graphs section.grf aside.key ul li {
          float: left;
          text-align: center;
          width: 50%; } }
  @media (min-width: 576px) {
    main.scorecard .content-area .graphs select.players_sel {
      display: none !important; } }
  @media (max-width: 767px) {
    main.scorecard .content-area .graphs {
      min-height: auto; }
      main.scorecard .content-area .graphs h2 {
        font-weight: 600;
        font-size: 1.8rem;
        letter-spacing: normal;
        margin-bottom: 18px;
        text-align: center; }
      main.scorecard .content-area .graphs ul:nth-of-type(1) {
        left: 0px; }
      main.scorecard .content-area .graphs section.ww {
        margin-top: 18px; }
        main.scorecard .content-area .graphs section.ww div:first-of-type {
          text-align: center; }
        main.scorecard .content-area .graphs section.ww select {
          width: 100%;
          cursor: pointer;
          border: none;
          text-align: center; }
        main.scorecard .content-area .graphs section.ww aside.wagonwheel {
          float: none;
          position: relative;
          margin: 0;
          width: 100%;
          left: 0;
          text-align: center; }
          main.scorecard .content-area .graphs section.ww aside.wagonwheel svg {
            width: 100%;
            height: auto;
            margin-top: 10px; }
        main.scorecard .content-area .graphs section.ww ul.players {
          display: none !important; }
        main.scorecard .content-area .graphs section.ww select.players_sel {
          display: none;
          padding: 0;
          margin-top: 12px; }
          main.scorecard .content-area .graphs section.ww select.players_sel:last-of-type {
            display: inherit; }
        main.scorecard .content-area .graphs section.ww aside.key {
          display: inline-block;
          position: relative;
          bottom: auto;
          right: auto;
          margin-top: 12px;
          width: 100%; }
          main.scorecard .content-area .graphs section.ww aside.key ul li {
            float: left;
            text-align: center;
            width: 33%; } }

main.scorecard .content-area.prematch {
  padding-top: 0; }

main.scorecard .content-area div.inning-content.scorecard {
  margin-top: 0;
  margin-bottom: 30px; }

main.scorecard .tabbed-content ~ .prematch {
  margin-top: 2rem; }

main.scorecard .wrapper {
  max-width: 1184px;
  margin: auto; }

.switch {
  margin: 0 0.3rem -0.8rem;
  position: relative;
  display: inline-block;
  width: 52px;
  height: 28px; }
  .switch input {
    height: 0.1px;
    width: 0.1px;
    opacity: 0; }
    .switch input:checked + .slider {
      background-color: #dbdbdb; }
      .switch input:checked + .slider:before {
        -webkit-transform: translateX(24px);
        transform: translateX(24px); }
    .switch input:focus + .slider {
      -webkit-box-shadow: 0 0 1px #dbdbdb;
              box-shadow: 0 0 1px #dbdbdb; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #dbdbdb;
  -webkit-transition: .4s;
  transition: .4s; }
  .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: #ffd421;
    -webkit-transition: .4s;
    transition: .4s; }
  .slider.round {
    border-radius: 20px; }
    .slider.round:before {
      border-radius: 50%; }

.modal {
  font-size: 1.6rem;
  padding: 0 !important; }

.modal-header.alert-danger {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }

.modal-dialog.full {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  max-width: none;
  border: 0; }
  .modal-dialog.full .modal-content {
    height: auto;
    height: 100%;
    border: 0;
    border-radius: 0; }

.modules-title h2 {
  font-family: "Playfair Display", serif;
  color: #000;
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 25px 0; }

@media (max-width: 767px) {
  .modules-title h2 {
    font-family: "Playfair Display", serif;
    color: #000;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.3;
    margin: 0 0 32px 0;
    padding: 0 1.6rem; } }

main.page .modules-title {
  text-align: center; }

.modules-title .title_logos-logo {
  display: inline-block;
  margin: 1.5rem 1.5rem 0.5rem; }
  .modules-title .title_logos-logo img {
    max-height: 9rem;
    width: auto; }
    @media (max-width: 767px) {
      .modules-title .title_logos-logo img {
        max-height: 6rem; } }
  @media (max-width: 767px) {
    .modules-title .title_logos-logo {
      margin-top: 0;
      margin-bottom: 1rem; } }

.modules-subtitle h2 {
  font-family: "Playfair Display", serif;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 3rem; }
  .modules-subtitle h2::before, .modules-subtitle h2::after {
    content: "";
    background: url(../svg/icon-divider-end2-black.svg) no-repeat 100% 50%;
    display: inline-block; }
  .modules-subtitle h2::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .modules-subtitle h2::before, .modules-subtitle h2::after {
    height: 10px;
    width: 54px;
    border-left: 1px solid #000; }
  .modules-subtitle h2::after {
    margin: 0 0 0 16px; }
  .modules-subtitle h2::before {
    margin: 0 16px 0 0; }
  .modules-subtitle h2.lw20::before, .modules-subtitle h2.lw20::after {
    width: 20px; }
  .modules-subtitle h2.lw10::before, .modules-subtitle h2.lw10::after {
    display: none; }
  .modules-subtitle h2.lw30::before, .modules-subtitle h2.lw30::after {
    width: 30px; }
  .modules-subtitle h2.lw40::before, .modules-subtitle h2.lw40::after {
    width: 40px; }
  .modules-subtitle h2.lw50::before, .modules-subtitle h2.lw50::after {
    width: 50px; }
  .modules-subtitle h2.lw60::before, .modules-subtitle h2.lw60::after {
    width: 60px; }

.modules-hub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .modules-hub .hub {
    width: calc(33.33% - 24px);
    margin: 0 18px 36px;
    position: relative;
    overflow: hidden;
    height: 240px; }
    .modules-hub .hub a {
      width: 100%;
      height: 100%;
      display: block;
      background-size: cover;
      background-position: center;
      -webkit-transition: 1s;
      transition: 1s;
      text-shadow: 1px 1px 1px #222; }
      .modules-hub .hub a:hover {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
      .modules-hub .hub a div {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.8);
        text-align: center;
        color: #fff; }
        .modules-hub .hub a div h3 {
          position: absolute;
          bottom: 6rem;
          left: 10px;
          right: 10px;
          font-weight: normal;
          font-size: 2.2rem;
          line-height: 1.1;
          min-height: 3.5rem; }
        .modules-hub .hub a div img.icon {
          width: 33% !important;
          margin-top: 2rem; }
        .modules-hub .hub a div span.subtitle {
          position: absolute;
          line-height: 1.1;
          bottom: 1.5rem;
          left: 10px;
          right: 10px;
          font-size: 1.6rem;
          min-height: 3.5rem; }
        .modules-hub .hub a div:last-child {
          margin-right: 0; }
    main.page .modules-hub .hub {
      width: calc(20% - 28.8px); }
      main.page .modules-hub .hub:nth-child(5n) {
        margin-right: 0; }
      main.page .modules-hub .hub:nth-child(5n+1) {
        margin-left: 0; }
      main.page .modules-hub .hub:last-child {
        margin-right: 0; }
    main.single .modules-hub .hub {
      width: calc(33.33% - 24px); }
      main.single .modules-hub .hub:nth-child(3n) {
        margin-right: 0; }
      main.single .modules-hub .hub:nth-child(3n+1) {
        margin-left: 0; }
      main.single .modules-hub .hub:last-child {
        margin-right: 0; }
  @media (max-width: 767px) {
    .modules-hub .hub {
      width: 90%;
      margin: 0 0 18px; }
      .modules-hub .hub a div img.icon {
        width: auto !important;
        margin-top: 2rem;
        max-height: 100px; }
      main.page .modules-hub .hub,
      main.single .modules-hub .hub {
        width: 90%;
        margin: 0 0 18px; } }

.modules-video .video {
  position: relative;
  overflow: hidden;
  max-width: 800px;
  margin: 2rem auto 4rem; }
  .modules-video .video iframe, .modules-video .video object, .modules-video .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

main.page .modules {
  width: 100%;
  max-width: 1184px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }
  main.page .modules.modules-content_area {
    word-wrap: break-word; }
    @media (min-width: 768px) {
      main.page .modules.modules-content_area {
        max-width: 60%;
        text-align: center; } }

.page-template-landing-page main.page {
  display: block; }
  @media (max-width: 767px) {
    .page-template-landing-page main.page .story-grid + .widget_wisden_newscard_module {
      margin-top: -20px; } }

@media (min-width: 576px) {
  .tabbed-content.quick-links {
    text-align: center;
    border-width: 0;
    margin-top: -1.5rem;
    margin-bottom: 2.5rem; }
    .tabbed-content.quick-links ul li:first-child {
      border-left: 0; }
    .tabbed-content.quick-links ul li:last-child {
      border-right: 0; }
    .tabbed-content.quick-links ul li a {
      padding: 0 25px; }
    .archive h1 + .tabbed-content.quick-links {
      margin-top: -3.5rem; } }

main.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  main.page > article:first-of-type div.content img, main.page > article:first-of-type div.content .wp-caption.alignnone {
    max-width: 100% !important;
    height: auto; }

main.page {
  width: 98%;
  max-width: 1184px;
  margin-left: auto;
  margin-right: auto;
  margin: auto; }
  main.page > article:first-of-type {
    width: 73%;
    padding-left: 1rem; }
    main.page > article:first-of-type header h1 {
      font-family: "Playfair Display", serif;
      color: #000;
      font-size: 4.5rem;
      font-weight: bold;
      line-height: 1.3;
      margin: 0 0 25px 0; }
    main.page > article:first-of-type header h1 + img {
      border-bottom: 4px solid #ffd421;
      width: 100%;
      height: auto; }
    main.page > article:first-of-type div.content {
      margin-left: 12px;
      margin-top: 33px; }

@media (max-width: 767px) {
  main.page > article:first-of-type {
    width: 100%; }
    main.page > article:first-of-type header {
      text-align: center; }
      main.page > article:first-of-type header h1 {
        font-family: "Playfair Display", serif;
        color: #000;
        font-size: 2.4rem;
        font-weight: bold;
        line-height: 1.3;
        margin: 0 0 32px 0;
        padding: 0 1.6rem; }
      main.page > article:first-of-type header img {
        width: 100%;
        height: auto; }
    main.page > article:first-of-type div.content {
      padding-top: 26px; }
      main.page > article:first-of-type div.content img {
        width: 100%;
        height: auto; }
      main.page > article:first-of-type div.content p {
        padding: 0 1.6rem; }
    main.page > article:first-of-type footer {
      padding: 0 1.6rem; } }

main.page section#post-sidebar {
  width: 25%;
  margin-left: 2%;
  position: -webkit-sticky;
  position: sticky;
  top: -140px;
  -ms-flex-item-align: start;
      align-self: flex-start; }

@media (max-width: 767px) {
  main.page, main.single, main.gallery, main.players, main.teams, main.single-players, main.archive, main.search, fixtures > section, results > section {
    display: block !important; }
    main.page section#post-sidebar, main.single section#post-sidebar, main.gallery section#post-sidebar, main.players section#post-sidebar, main.teams section#post-sidebar, main.single-players section#post-sidebar, main.archive section#post-sidebar, main.search section#post-sidebar, fixtures > section section#post-sidebar, results > section section#post-sidebar {
      width: 100% !important;
      margin-left: 0 !important; }
      main.page section#post-sidebar .mpu_widget, main.single section#post-sidebar .mpu_widget, main.gallery section#post-sidebar .mpu_widget, main.players section#post-sidebar .mpu_widget, main.teams section#post-sidebar .mpu_widget, main.single-players section#post-sidebar .mpu_widget, main.archive section#post-sidebar .mpu_widget, main.search section#post-sidebar .mpu_widget, fixtures > section section#post-sidebar .mpu_widget, results > section section#post-sidebar .mpu_widget {
        display: none; }
    main.page .player-wrap, main.single .player-wrap, main.gallery .player-wrap, main.players .player-wrap, main.teams .player-wrap, main.single-players .player-wrap, main.archive .player-wrap, main.search .player-wrap, fixtures > section .player-wrap, results > section .player-wrap {
      display: block !important; } }

main.page.resture {
  display: block; }

div.pagination {
  display: inline-block;
  margin: 55px 0 60px 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  clear: both; }
  div.pagination > span, div.pagination > a {
    display: inline-block;
    height: 22px;
    width: 22px;
    line-height: 25px;
    text-align: center;
    font-weight: 600;
    font-size: 1.6rem;
    margin: 0 2px; }
  div.pagination .current {
    background: #ffd421; }

/* Popular Posts Module */
.widget_wisden_popular_posts_module.wg {
  max-width: 40%;
  float: right;
  margin: 0 5%; }
  .widget_wisden_popular_posts_module.wg strong {
    color: #c52121;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1.7px; }
  .widget_wisden_popular_posts_module.wg ul li a {
    display: block;
    font-family: "Playfair Display", serif;
    color: #000;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 6px; }
  .widget_wisden_popular_posts_module.wg footer address {
    font-size: 1.4rem; }
    .widget_wisden_popular_posts_module.wg footer address strong {
      color: #000;
      text-transform: none;
      letter-spacing: inherit;
      font-size: 1.4rem; }

@media (max-width: 767px) {
  .widget_wisden_popular_posts_module.wg,
  .widget_wisden_contributors_module.wg {
    display: none; } }

#post-sidebar .widget_wisden_popular_posts_module.wg {
  width: 100%;
  margin: 0;
  padding: 0;
  float: none;
  max-width: 100%; }
  #post-sidebar .widget_wisden_popular_posts_module.wg aside.trending-articles ul, #post-sidebar .widget_wisden_popular_posts_module.wg aside.popular-articles ul, #post-sidebar .widget_wisden_popular_posts_module.wg aside.popular-articles ul {
    padding: 0; }
    #post-sidebar .widget_wisden_popular_posts_module.wg aside.trending-articles ul li > strong:first-of-type, #post-sidebar .widget_wisden_popular_posts_module.wg aside.popular-articles ul li > strong:first-of-type, #post-sidebar .widget_wisden_popular_posts_module.wg aside.popular-articles ul li > strong:first-of-type {
      display: none; }

#post-sidebar .mpu_widget + .widget_wisden_popular_posts_module.wg {
  margin-top: 24px; }

@media (max-width: 991px) {
  .winviz ul li h2, main.scorecard .content-area .forecast section .winviz ul li h2 {
    font-size: 1rem; }
  .winviz ul li strong, main.scorecard .content-area .forecast section .winviz ul li strong {
    font-size: 1rem; } }

.winviz *, main.scorecard .content-area .forecast section .winviz * {
  margin: 0;
  padding: 0; }

.winviz h1, main.scorecard .content-area .forecast section .winviz h1 {
  display: none; }

.winviz h2, main.scorecard .content-area .forecast section .winviz h2 {
  font-size: inherit;
  line-height: 1; }
  .winviz h2 img, main.scorecard .content-area .forecast section .winviz h2 img {
    height: 24px;
    width: auto;
    margin-top: -5px; }

.winviz ul, main.scorecard .content-area .forecast section .winviz ul {
  margin: 0;
  padding: 0;
  font-size: 0; }
  .winviz ul li, main.scorecard .content-area .forecast section .winviz ul li {
    width: 50%;
    display: inline-block;
    text-align: left;
    font-size: 1.4rem; }
    .winviz ul li:nth-of-type(2), main.scorecard .content-area .forecast section .winviz ul li:nth-of-type(2) {
      text-align: center; }
    .winviz ul li:last-of-type, main.scorecard .content-area .forecast section .winviz ul li:last-of-type {
      text-align: right; }
    .winviz ul li *, main.scorecard .content-area .forecast section .winviz ul li * {
      display: block;
      text-indent: 3px; }

.winviz span, main.scorecard .content-area .forecast section .winviz span {
  position: absolute;
  bottom: -24px;
  left: calc(50% + 50px);
  width: 140px;
  -webkit-transform: translateX(-70px);
          transform: translateX(-70px);
  text-align: center;
  font-size: 1.4rem;
  color: #a1a1a1; }

.winviz div, main.scorecard .content-area .forecast section .winviz div {
  width: 100%;
  height: 1.3rem;
  position: relative;
  overflow: hidden; }
  .winviz div div, main.scorecard .content-area .forecast section .winviz div div {
    position: absolute;
    height: 100%;
    top: -100%;
    left: 0;
    -webkit-animation: prediciton-bar 2s forwards;
            animation: prediciton-bar 2s forwards; }
  .winviz div div.team2, main.scorecard .content-area .forecast section .winviz div div.team2 {
    width: 100%; }
  .winviz div div.high, main.scorecard .content-area .forecast section .winviz div div.high {
    background: #ffd421; }
  .winviz div div.low, main.scorecard .content-area .forecast section .winviz div div.low {
    background: #000; }
  .winviz div div.draw, main.scorecard .content-area .forecast section .winviz div div.draw {
    background: #dbdbdb; }

.score_panel .winviz div div, .score_panel main.scorecard .content-area .forecast section .winviz div div, main.scorecard .content-area .forecast section .score_panel .winviz div div {
  -webkit-animation: none;
          animation: none;
  top: 0; }

@-webkit-keyframes prediciton-bar {
  0% {
    width: 0;
    top: 0; }
  100% {
    top: 0; } }

@keyframes prediciton-bar {
  0% {
    width: 0;
    top: 0; }
  100% {
    top: 0; } }

.results, .fixtures {
  max-width: 1184px;
  margin: auto; }
  .results > h1:first-child, .fixtures > h1:first-child {
    font-family: "Playfair Display", serif;
    color: #000;
    font-size: 4.8rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: center; }
  .results h2, .fixtures h2 {
    text-align: center;
    font-weight: 300;
    font-size: 3rem;
    text-align: center; }
    .results h2::before, .fixtures h2::before, .results h2::after, .fixtures h2::after {
      content: "";
      background: url(../svg/icon-divider-end2-black.svg) no-repeat 100% 50%;
      display: inline-block; }
    .results h2::before, .fixtures h2::before {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .results h2::before, .fixtures h2::before, .results h2::after, .fixtures h2::after {
      height: 10px;
      width: 54px;
      border-left: 1px solid #000; }
    .results h2::after, .fixtures h2::after {
      margin: 0 0 0 16px; }
    .results h2::before, .fixtures h2::before {
      margin: 0 16px 0 0; }
    .results h2.lw20::before, .fixtures h2.lw20::before, .results h2.lw20::after, .fixtures h2.lw20::after {
      width: 20px; }
    .results h2.lw10::before, .fixtures h2.lw10::before, .results h2.lw10::after, .fixtures h2.lw10::after {
      display: none; }
    .results h2.lw30::before, .fixtures h2.lw30::before, .results h2.lw30::after, .fixtures h2.lw30::after {
      width: 30px; }
    .results h2.lw40::before, .fixtures h2.lw40::before, .results h2.lw40::after, .fixtures h2.lw40::after {
      width: 40px; }
    .results h2.lw50::before, .fixtures h2.lw50::before, .results h2.lw50::after, .fixtures h2.lw50::after {
      width: 50px; }
    .results h2.lw60::before, .fixtures h2.lw60::before, .results h2.lw60::after, .fixtures h2.lw60::after {
      width: 60px; }
    @media (max-width: 767px) {
      .results h2, .fixtures h2 {
        font-size: 1.8rem; } }
  .results > section, .fixtures > section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .results > section article, .fixtures > section article {
      width: 73%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 73%;
              flex: 0 0 73%; }
      @media (max-width: 767px) {
        .results > section article, .fixtures > section article {
          width: 100%;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%; } }
      .results > section article div, .fixtures > section article div {
        background: #f8f8f8;
        margin: 20px 0 32px 0;
        padding: 20px; }
        .results > section article div h3, .fixtures > section article div h3 {
          font-size: 1.4rem;
          font-weight: 300;
          margin-bottom: 0;
          text-transform: uppercase;
          color: #c52121; }
        .results > section article div h4, .fixtures > section article div h4 {
          font-size: 1.8rem;
          font-weight: 300;
          margin-bottom: 20px;
          float: left;
          width: 65%; }
          .results > section article div h4 span, .fixtures > section article div h4 span {
            font-weight: 600; }
        .results > section article div aside, .fixtures > section article div aside {
          font-size: 12px;
          font-weight: 300;
          letter-spacing: 0.4px;
          display: block; }
          @media (max-width: 767px) {
            .results > section article div aside, .fixtures > section article div aside {
              padding: 0; } }
        .results > section article div ul, .fixtures > section article div ul {
          list-style-type: none;
          margin: 0;
          padding: 0 0 30px 0;
          clear: both; }
          @media (max-width: 767px) {
            .results > section article div ul, .fixtures > section article div ul {
              padding: 0; } }
          .results > section article div ul li, .fixtures > section article div ul li {
            float: left;
            padding: 0 10px;
            text-transform: uppercase; }
            @media (max-width: 767px) {
              .results > section article div ul li, .fixtures > section article div ul li {
                float: none;
                padding: 0; } }
            .results > section article div ul li a, .fixtures > section article div ul li a {
              color: #c52121;
              font-size: 12px;
              font-weight: 600;
              letter-spacing: 0.4px; }
    .results > section .fixtures-info, .fixtures > section .fixtures-info {
      width: 48%;
      display: inline-block;
      margin: 0; }
  @media (max-width: 767px) {
    .results > section, .fixtures > section {
      display: block !important; }
      .results > section section#post-sidebar, .fixtures > section section#post-sidebar {
        width: 100% !important;
        margin-left: 0 !important; }
        .results > section section#post-sidebar .mpu_widget, .fixtures > section section#post-sidebar .mpu_widget {
          display: none; }
    .results .fixtures-info, .fixtures .fixtures-info {
      width: 100% !important;
      padding: 0;
      margin-bottom: 20px !important; } }

section.ballbyball {
  border-bottom: 2px solid #ffd421;
  padding: 10px 20px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 20px; }
  section.ballbyball h2 {
    font-size: 1.6rem; }
  section.ballbyball ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  section.ballbyball div {
    overflow: hidden;
    padding: 40px 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%; }
    section.ballbyball div > ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-left: 22px; }
      section.ballbyball div > ul > li {
        border: 1px solid #dbdbdb;
        margin-right: 15px;
        position: relative;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transition: -webkit-transform .2s ease-in-out;
        transition: -webkit-transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out; }
        section.ballbyball div > ul > li span {
          position: absolute;
          width: 100%;
          text-align: center;
          top: -30px; }
        section.ballbyball div > ul > li ul {
          width: 110px; }
          section.ballbyball div > ul > li ul li {
            width: 27px;
            float: left;
            text-align: center;
            line-height: 30px;
            height: 30px;
            margin: 14px;
            font-family: Arial, Helvetica, sans-serif; }
            section.ballbyball div > ul > li ul li:nth-child(odd) {
              clear: left; }
            section.ballbyball div > ul > li ul li:nth-child(n+5) {
              margin-bottom: 20px; }
            section.ballbyball div > ul > li ul li:nth-child(-n+2) {
              margin-top: 20px; }
            section.ballbyball div > ul > li ul li:nth-child(7), section.ballbyball div > ul > li ul li:nth-child(8) {
              position: absolute;
              float: none;
              margin: 0;
              left: 43px; }
            section.ballbyball div > ul > li ul li:nth-child(7) {
              top: calc(33% - 15px); }
            section.ballbyball div > ul > li ul li:nth-child(8) {
              top: calc(66% - 15px); }
            section.ballbyball div > ul > li ul li:nth-child(9) {
              top: calc(0% - 15px); }
            section.ballbyball div > ul > li ul li:nth-child(10) {
              top: calc(99% - 15px); }
            section.ballbyball div > ul > li ul li.nb {
              border: 1px solid #000;
              border-radius: 50%; }
        section.ballbyball div > ul > li.maiden {
          background-image: url(../png/maiden.png);
          background-size: 84% 67%; }
        section.ballbyball div > ul > li.wicket {
          background-image: url(../png/wicket.png);
          background-size: 84% 67%; }
        section.ballbyball div > ul > li.active {
          color: #c52121;
          position: relative;
          -webkit-transform: scale(1.1);
                  transform: scale(1.1);
          /*ul{
						width: 126px;
						height: 198px;
					}*/ }
          section.ballbyball div > ul > li.active .nb {
            border-color: #c52121; }
  section.ballbyball > a {
    position: absolute;
    display: block;
    right: 8px;
    bottom: 0;
    height: 240px;
    cursor: pointer;
    background: #fff;
    line-height: 210px;
    width: 28px;
    font-size: 8rem;
    text-align: center;
    text-decoration: none !important; }
    section.ballbyball > a::selection, section.ballbyball > a::-moz-selection, section.ballbyball > a:focus, section.ballbyball > a:active, section.ballbyball > a:visited {
      background: transparent !important;
      outline: 0; }
    section.ballbyball > a.left {
      left: 8px; }

section.ballbyball.vertical div > ul > li ul li {
  display: block;
  float: none; }
  section.ballbyball.vertical div > ul > li ul li:nth-child(4) {
    float: right;
    position: absolute;
    top: 8px;
    left: 50px; }
  section.ballbyball.vertical div > ul > li ul li:nth-child(5) {
    float: right;
    position: absolute;
    top: 56px;
    left: 50px; }
  section.ballbyball.vertical div > ul > li ul li:nth-child(6) {
    float: right;
    position: absolute;
    top: 100px;
    left: 50px; }

.innings {
  background: #fff;
  max-width: 1184px;
  margin: auto;
  margin-bottom: 18px;
  font-size: 1.3rem; }
  .innings .table-responsive {
    padding: 0 10px; }
  .innings h2 {
    background: #ffd421;
    padding: 5px 20px 10px 20px;
    font-size: 1.5rem;
    margin: 0 -10px; }
    .innings h2 > span {
      text-align: right;
      float: right; }
      @media (max-width: 767px) {
        .innings h2 > span span {
          display: none; } }
  .innings table {
    margin-top: 10px; }
    .innings table tr.total td strong {
      font-weight: 900;
      font-size: 1.8rem; }
  .innings h4 {
    padding: 10px 7px; }
  .innings .scorecard-btn {
    text-align: center;
    margin-right: 15px; }
  .innings.page-scorecard .scorecard-btn {
    display: none; }
  .innings .notout {
    color: #fff;
    background-color: #81b13e;
    padding: 1px 4px;
    margin-left: -4px; }
  .innings .hurt {
    color: #fff;
    background-color: #c52121;
    padding: 1px 4px;
    margin-left: -4px; }
  .innings .ton {
    background-color: #ffd421;
    padding: 1px 4px;
    margin-left: -4px; }
  .innings .captain {
    position: relative; }
    .innings .captain :after {
      content: url("../svg/captain.svg");
      margin-left: 3px;
      position: absolute; }
      @media (max-width: 767px) {
        .innings .captain :after {
          margin-left: 0px;
          position: relative;
          display: block; } }
  .innings .keeper {
    position: relative; }
    .innings .keeper:after {
      content: url("../svg/keeper.svg");
      margin-left: 3px;
      position: absolute; }
      @media (max-width: 767px) {
        .innings .keeper:after {
          margin-left: 0px;
          position: relative;
          display: block; } }
  .innings .capkeep {
    position: relative; }
    .innings .capkeep:after {
      content: url("../svg/capkeep.svg");
      margin-left: 3px;
      position: absolute; }
      @media (max-width: 767px) {
        .innings .capkeep:after {
          margin-left: 0px;
          position: relative;
          display: block; } }

.jump-to-links {
  padding: 20px 0;
  background: #fff;
  max-width: 1184px;
  margin: auto; }
  .jump-to-links ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .jump-to-links ul li {
      margin: 0;
      list-style-type: none;
      background: #fff;
      font-size: 1.6rem;
      width: 25%;
      text-align: center;
      max-width: 200px; }
      @media (max-width: 767px) {
        .jump-to-links ul li {
          margin: auto;
          width: 50%; } }
      .jump-to-links ul li a {
        display: block;
        padding: 5px 10px;
        font-weight: 400; }
        .jump-to-links ul li a:hover {
          background: #c52121;
          border-radius: 50px;
          color: #fff;
          text-decoration: none; }

.li {
  -webkit-box-shadow: 0 2px 0 0 #ffd421;
          box-shadow: 0 2px 0 0 #ffd421;
  background-color: #ffffff;
  border: solid 1px #dbdbdb;
  margin-top: 30px;
  border-bottom: 2px solid #ffd421;
  margin-top: 0; }
  .li .live-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .li .live-info > div {
      width: 50%;
      margin: 22px 0;
      padding: 0 2.5%;
      position: relative; }
      .li .live-info > div h2 {
        font-weight: 300;
        font-size: 2.6rem;
        letter-spacing: 1px;
        margin-bottom: 25px; }
      .li .live-info > div h3 {
        font-size: 1.6rem;
        margin-top: 8px; }
      .li .live-info > div:nth-child(1) {
        border-right: 2px solid #dbdbdb; }
        .li .live-info > div:nth-child(1).outbat:after {
          content: 'out!';
          position: absolute;
          top: 0;
          text-align: center;
          vertical-align: middle;
          background: #c52121;
          color: #fff;
          text-transform: uppercase;
          font-size: 5rem;
          padding: 1rem 4rem 0;
          -webkit-transform: translate(-50%, -50%) rotate(-14deg);
                  transform: translate(-50%, -50%) rotate(-14deg);
          -webkit-filter: none;
                  filter: none;
          line-height: 9rem;
          margin: 50%; }
        .li .live-info > div:nth-child(1).outbat img, .li .live-info > div:nth-child(1).outbat div, .li .live-info > div:nth-child(1).outbat h3, .li .live-info > div:nth-child(1).outbat strong, .li .live-info > div:nth-child(1).outbat span, .li .live-info > div:nth-child(1).outbat aside {
          -webkit-filter: grayscale(100);
                  filter: grayscale(100);
          opacity: 0.4; }
        .li .live-info > div:nth-child(1) > strong {
          display: block;
          margin-top: 8px;
          font-size: 1.6rem; }
          .li .live-info > div:nth-child(1) > strong h4 {
            background-color: #000;
            color: #fff;
            padding-left: 6px; }
          .li .live-info > div:nth-child(1) > strong span {
            color: #999999;
            padding-right: 8px;
            font-size: 1.1rem; }
        .li .live-info > div:nth-child(1) > span {
          display: inline-block;
          font-size: 1.6rem; }
          .li .live-info > div:nth-child(1) > span:nth-of-type(1) {
            background-color: #c52121;
            text-transform: uppercase;
            padding: 6px 12px 2px;
            color: #fff;
            line-height: 1.2; }
          .li .live-info > div:nth-child(1) > span:nth-of-type(2) {
            color: #999999;
            line-height: 1.38; }
          .li .live-info > div:nth-child(1) > span:nth-of-type(3) {
            display: block;
            line-height: 1.38; }
        .li .live-info > div:nth-child(1) > div {
          display: inline-block;
          margin-left: 20px; }
          .li .live-info > div:nth-child(1) > div > span:nth-child(1) {
            font-size: 2.4rem;
            text-align: center;
            font-weight: 600;
            width: 100px;
            height: 100px;
            display: inline-block;
            background-color: #ffd421;
            border-radius: 50%;
            padding-top: 34px;
            position: relative; }
            .li .live-info > div:nth-child(1) > div > span:nth-child(1):before {
              content: '';
              width: 90px;
              height: 90px;
              border: 2px dashed #fff;
              border-radius: 50%;
              position: absolute;
              left: 5px;
              top: 5px; }
          .li .live-info > div:nth-child(1) > div > span:nth-child(2) {
            display: block;
            text-align: center;
            margin-top: 13px;
            font-weight: 600;
            line-height: 1.2;
            font-size: 1.6rem; }
        .li .live-info > div:nth-child(1) > aside {
          display: inline-block;
          vertical-align: top;
          margin-left: 15px; }
      .li .live-info > div:nth-child(2) > strong {
        display: block;
        margin-top: 8px;
        font-size: 1.6rem; }
        .li .live-info > div:nth-child(2) > strong span {
          color: #999999;
          padding-right: 8px;
          font-size: 1.1rem; }
        .li .live-info > div:nth-child(2) > strong h4 {
          background-color: #000;
          color: #fff;
          padding-left: 6px; }
      .li .live-info > div:nth-child(2) > span {
        display: inline-block;
        font-size: 1.6rem; }
        .li .live-info > div:nth-child(2) > span:nth-of-type(1) {
          background-color: #c52121;
          text-transform: uppercase;
          padding: 6px 12px 2px;
          color: #fff;
          line-height: 1.2; }
        .li .live-info > div:nth-child(2) > span:nth-of-type(2) {
          color: #999999;
          line-height: 1.38; }
      .li .live-info > div:nth-child(2) > div {
        display: inline-block;
        margin-left: 20px; }
        .li .live-info > div:nth-child(2) > div > span:nth-child(1) {
          font-size: 2.4rem;
          text-align: center;
          font-weight: 600;
          width: 100px;
          height: 100px;
          display: inline-block;
          background-color: #ffd421;
          border-radius: 50%;
          padding-top: 34px;
          position: relative; }
          .li .live-info > div:nth-child(2) > div > span:nth-child(1):before {
            content: '';
            width: 90px;
            height: 90px;
            border: 2px dashed #fff;
            border-radius: 50%;
            position: absolute;
            left: 5px;
            top: 5px; }
        .li .live-info > div:nth-child(2) > div > span:nth-child(2) {
          display: block;
          text-align: center;
          margin-top: 13px;
          font-weight: 600;
          line-height: 1.2;
          font-size: 1.6rem; }
          .li .live-info > div:nth-child(2) > div > span:nth-child(2) span {
            display: block; }
      .li .live-info > div:nth-child(2) > aside {
        display: inline-block;
        vertical-align: top;
        margin-left: 15px; }
      .li .live-info > div:nth-child(3) {
        border-right: 2px solid #dbdbdb; }
        .li .live-info > div:nth-child(3):before {
          content: '';
          width: 100%;
          background-color: #dbdbdb;
          height: 2px;
          position: absolute;
          top: -22px; }
        .li .live-info > div:nth-child(3) h3 {
          margin-bottom: -4px; }
        .li .live-info > div:nth-child(3) img {
          width: 75px;
          float: left;
          margin-right: 12px; }
        .li .live-info > div:nth-child(3) > span {
          display: inline-block;
          font-size: 1.6rem; }
          .li .live-info > div:nth-child(3) > span:nth-of-type(1) {
            background-color: #e9ecef;
            text-transform: uppercase;
            padding: 6px 12px 2px;
            color: #000;
            line-height: 1.2;
            margin-bottom: 12px; }
          .li .live-info > div:nth-child(3) > span:nth-of-type(2) {
            color: #999999;
            line-height: 1.38; }
          .li .live-info > div:nth-child(3) > span:nth-of-type(3) {
            font-weight: bold; }
          .li .live-info > div:nth-child(3) > span:nth-of-type(4) {
            color: #999999; }
          .li .live-info > div:nth-child(3) > span span {
            color: #999; }
        .li .live-info > div:nth-child(3) > div {
          display: inline-block;
          margin-left: 20px; }
          .li .live-info > div:nth-child(3) > div > span:nth-child(1) {
            font-size: 2.4rem;
            text-align: center;
            font-weight: 600;
            width: 100px;
            height: 100px;
            display: inline-block;
            background-color: #ffd421;
            border-radius: 50%;
            padding-top: 34px;
            position: relative; }
            .li .live-info > div:nth-child(3) > div > span:nth-child(1):before {
              content: '';
              width: 90px;
              height: 90px;
              border: 2px dashed #fff;
              border-radius: 50%;
              position: absolute;
              left: 5px;
              top: 5px; }
          .li .live-info > div:nth-child(3) > div > span:nth-child(2) {
            display: block;
            text-align: center;
            margin-top: 13px;
            font-weight: 600;
            line-height: 1.2;
            font-size: 1.6rem; }
        .li .live-info > div:nth-child(3) > aside {
          display: inline-block;
          vertical-align: top;
          margin-left: 15px; }
      .li .live-info > div:nth-child(4):before {
        content: '';
        width: 100%;
        background-color: #dbdbdb;
        height: 2px;
        position: absolute;
        top: -22px;
        left: -22px; }
      .li .live-info > div:nth-child(4) h3 {
        margin-bottom: -4px; }
      .li .live-info > div:nth-child(4) img {
        width: 75px;
        float: left;
        margin-right: 12px; }
      .li .live-info > div:nth-child(4) > span {
        display: inline-block;
        font-size: 1.6rem; }
        .li .live-info > div:nth-child(4) > span:nth-of-type(1) {
          background-color: #e9ecef;
          text-transform: uppercase;
          padding: 6px 12px 2px;
          color: #000;
          line-height: 1.2;
          margin-bottom: 12px; }
        .li .live-info > div:nth-child(4) > span:nth-of-type(2) {
          color: #999999;
          line-height: 1.38; }
        .li .live-info > div:nth-child(4) > span span {
          color: #999; }
      .li .live-info > div:nth-child(4) > div {
        display: inline-block;
        margin-left: 20px; }
        .li .live-info > div:nth-child(4) > div > span:nth-child(1) {
          font-size: 2.4rem;
          text-align: center;
          font-weight: 600;
          width: 100px;
          height: 100px;
          display: inline-block;
          background-color: #ffd421;
          border-radius: 50%;
          padding-top: 34px;
          position: relative; }
          .li .live-info > div:nth-child(4) > div > span:nth-child(1):before {
            content: '';
            width: 90px;
            height: 90px;
            border: 2px dashed #fff;
            border-radius: 50%;
            position: absolute;
            left: 5px;
            top: 5px; }
        .li .live-info > div:nth-child(4) > div > span:nth-child(2) {
          display: block;
          text-align: center;
          margin-top: 13px;
          font-weight: 600;
          line-height: 1.2;
          font-size: 1.6rem; }
      .li .live-info > div:nth-child(5) {
        width: 100%; }
        .li .live-info > div:nth-child(5):before {
          content: '';
          width: calc(100% - 40px);
          background-color: #dbdbdb;
          height: 2px;
          position: absolute;
          top: -22px;
          left: 20px; }
        .li .live-info > div:nth-child(5) > span {
          display: inline-block;
          font-size: 1.6rem; }
          .li .live-info > div:nth-child(5) > span:nth-of-type(1), .li .live-info > div:nth-child(5) > span:nth-of-type(2) {
            background-color: #e9ecef;
            text-transform: uppercase;
            padding: 6px 12px 2px;
            color: #000;
            line-height: 1.2;
            margin-bottom: 12px; }
          .li .live-info > div:nth-child(5) > span:nth-of-type(2), .li .live-info > div:nth-child(5) > span:nth-of-type(3) {
            float: right; }
        .li .live-info > div:nth-child(5) div.scorecard-btn {
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%) translateY(-100%);
                  transform: translateX(-50%) translateY(-100%); }
      .li .live-info > div:nth-child(6) {
        width: 100%;
        text-align: center; }
        .li .live-info > div:nth-child(6):before {
          content: '';
          width: calc(100% - 40px);
          background-color: #dbdbdb;
          height: 2px;
          position: absolute;
          top: -22px;
          left: 20px;
          text-align: left; }
      .li .live-info > div img {
        width: 150px;
        height: auto;
        vertical-align: top; }
    @media (max-width: 1024px) {
      .li .live-info > div:nth-child(1) {
        position: relative; }
        .li .live-info > div:nth-child(1) aside {
          left: 179px;
          position: absolute;
          top: 233px; }
        .li .live-info > div:nth-child(1) > span:nth-of-type(1) {
          margin-top: 12px; }
        .li .live-info > div:nth-child(1) > strong h4 {
          margin-top: 2.4rem; }
      .li .live-info > div:nth-child(2) aside {
        left: 179px;
        position: absolute;
        top: 233px; }
      .li .live-info > div:nth-child(2) > span:nth-of-type(1) {
        margin-top: 12px; }
      .li .live-info > div:nth-child(2) > strong h4 {
        margin-top: 2.4rem; } }
    @media (max-width: 767px) {
      .li .live-info > div {
        width: 100%; }
        .li .live-info > div:nth-child(4) {
          -webkit-box-ordinal-group: 5;
              -ms-flex-order: 4;
                  order: 4; }
          .li .live-info > div:nth-child(4)::before {
            width: 90%;
            left: 5%; }
        .li .live-info > div:nth-child(3) {
          border: 0;
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; }
          .li .live-info > div:nth-child(3)::before {
            width: 90%;
            left: 5%; }
        .li .live-info > div:nth-child(2) {
          -webkit-box-ordinal-group: 4;
              -ms-flex-order: 3;
                  order: 3; }
          .li .live-info > div:nth-child(2):before {
            width: 90%;
            left: 5%;
            content: '';
            background-color: #dbdbdb;
            height: 2px;
            position: absolute;
            top: -22px; }
          .li .live-info > div:nth-child(2) aside {
            left: 168px;
            position: absolute;
            top: 233px; }
          .li .live-info > div:nth-child(2) > span:nth-of-type(1) {
            margin-top: 12px; }
          .li .live-info > div:nth-child(2) > strong h4 {
            margin-top: 2.4rem; }
        .li .live-info > div:nth-child(1) {
          border: 0;
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          position: relative; }
          .li .live-info > div:nth-child(1) aside {
            left: 168px;
            position: absolute;
            top: 233px; }
          .li .live-info > div:nth-child(1) > span:nth-of-type(1) {
            margin-top: 12px; }
          .li .live-info > div:nth-child(1) > strong h4 {
            margin-top: 2.4rem; }
        .li .live-info > div:nth-child(5) {
          -webkit-box-ordinal-group: 6;
              -ms-flex-order: 5;
                  order: 5;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          .li .live-info > div:nth-child(5) > span {
            position: relative;
            display: block;
            width: 100%; }
            .li .live-info > div:nth-child(5) > span:nth-of-type(1) {
              -webkit-box-ordinal-group: 2;
                  -ms-flex-order: 1;
                      order: 1; }
            .li .live-info > div:nth-child(5) > span:nth-of-type(2) {
              float: none;
              -webkit-box-ordinal-group: 4;
                  -ms-flex-order: 3;
                      order: 3;
              margin-top: 12px; }
            .li .live-info > div:nth-child(5) > span:nth-of-type(3) {
              -webkit-box-ordinal-group: 5;
                  -ms-flex-order: 4;
                      order: 4; }
            .li .live-info > div:nth-child(5) > span:nth-of-type(4) {
              -webkit-box-ordinal-group: 3;
                  -ms-flex-order: 2;
                      order: 2;
              float: none; }
          .li .live-info > div:nth-child(5) div.scorecard-btn {
            -webkit-box-ordinal-group: 6;
                -ms-flex-order: 5;
                    order: 5;
            margin: 2rem auto 0;
            position: relative;
            left: auto;
            -webkit-transform: none;
                    transform: none; }
        .li .live-info > div:nth-child(6) {
          -webkit-box-ordinal-group: 7;
              -ms-flex-order: 6;
                  order: 6; } }

.live-summary {
  background: #fff;
  border-bottom: 2px solid #ffd421;
  max-width: 1184px;
  font-size: 1.3rem; }
  .live-summary hr {
    margin-bottom: 20px; }
  .live-summary h2 {
    text-align: center;
    font-family: "Playfair Display", serif;
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
    margin: 20px 0; }
    .live-summary h2::before, .live-summary h2::after {
      content: "";
      background: url(../svg/icon-divider-end2-black.svg) no-repeat 100% 50%;
      display: inline-block; }
    .live-summary h2::before {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .live-summary h2::before, .live-summary h2::after {
      height: 10px;
      width: 54px;
      border-left: 1px solid #000; }
    .live-summary h2::after {
      margin: 0 0 0 16px; }
    .live-summary h2::before {
      margin: 0 16px 0 0; }
    .live-summary h2.lw20::before, .live-summary h2.lw20::after {
      width: 20px; }
    .live-summary h2.lw10::before, .live-summary h2.lw10::after {
      display: none; }
    .live-summary h2.lw30::before, .live-summary h2.lw30::after {
      width: 30px; }
    .live-summary h2.lw40::before, .live-summary h2.lw40::after {
      width: 40px; }
    .live-summary h2.lw50::before, .live-summary h2.lw50::after {
      width: 50px; }
    .live-summary h2.lw60::before, .live-summary h2.lw60::after {
      width: 60px; }
  .live-summary table {
    margin: 30px 0;
    font-size: 1.3rem; }
  .live-summary .table th, .live-summary .table td {
    border: none !important; }
  .live-summary .row, .live-summary body > header > div.header-content, .live-summary #main-menu, .live-summary .widget_wisden_features_articles_module .mainWidth, .widget_wisden_features_articles_module .live-summary .mainWidth, .live-summary div.join-club, .live-summary aside.story-grid > div {
    margin-bottom: 20px;
    padding: 0 10px;
    margin-right: 0;
    margin-left: 0; }
  .live-summary .scorecard-btn {
    text-align: center;
    margin-right: 15px; }
    .live-summary .scorecard-btn .btn, .live-summary .scorecard-btn #match-fixtures li > div:nth-child(3) a, #match-fixtures li > div:nth-child(3) .live-summary .scorecard-btn a, .live-summary .scorecard-btn body.page-template-squad-selector #ssel-next span, body.page-template-squad-selector #ssel-next .live-summary .scorecard-btn span, .live-summary .scorecard-btn body.page-template-squad-selector .btn-share, body.page-template-squad-selector .live-summary .scorecard-btn .btn-share, .live-summary .scorecard-btn body.page-template-squad-selector .btn-facebook, body.page-template-squad-selector .live-summary .scorecard-btn .btn-facebook, .live-summary .scorecard-btn body.page-template-squad-selector .btn-twitter, body.page-template-squad-selector .live-summary .scorecard-btn .btn-twitter, .live-summary .scorecard-btn main.page.team-page .cta-scorecard, main.page.team-page .live-summary .scorecard-btn .cta-scorecard, .live-summary .scorecard-btn .widget_wisden_live_match_module .cta-scorecard, .widget_wisden_live_match_module .live-summary .scorecard-btn .cta-scorecard {
      margin: 10px 0;
      padding: 10px 10px;
      font-size: 1.2rem; }

.match-info {
  -webkit-box-shadow: 0 2px 0 0 #ffd421;
          box-shadow: 0 2px 0 0 #ffd421;
  background-color: #ffffff;
  border: solid 1px #dbdbdb;
  margin-top: 0;
  padding: 5px 20px; }
  .match-info h2 {
    font-family: "Playfair Display", serif;
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    margin: 20px 0; }
    .match-info h2::before, .match-info h2::after {
      content: "";
      background: url(../svg/icon-divider-end2-black.svg) no-repeat 100% 50%;
      display: inline-block; }
    .match-info h2::before {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .match-info h2::before, .match-info h2::after {
      height: 10px;
      width: 54px;
      border-left: 1px solid #000; }
    .match-info h2::after {
      margin: 0 0 0 16px; }
    .match-info h2::before {
      margin: 0 16px 0 0; }
    .match-info h2.lw20::before, .match-info h2.lw20::after {
      width: 20px; }
    .match-info h2.lw10::before, .match-info h2.lw10::after {
      display: none; }
    .match-info h2.lw30::before, .match-info h2.lw30::after {
      width: 30px; }
    .match-info h2.lw40::before, .match-info h2.lw40::after {
      width: 40px; }
    .match-info h2.lw50::before, .match-info h2.lw50::after {
      width: 50px; }
    .match-info h2.lw60::before, .match-info h2.lw60::after {
      width: 60px; }
  .match-info h3 {
    float: left;
    width: 20%;
    clear: left;
    font-size: 1.3rem; }
    .match-info h3.title {
      padding-top: 10px; }
    @media (max-width: 767px) {
      .match-info h3 {
        width: 100%; } }
  .match-info h3 + span {
    display: block;
    float: left;
    font-size: 1.3rem;
    margin-left: 5%;
    width: 75%; }
    @media (max-width: 767px) {
      .match-info h3 + span {
        width: 100%; } }

/**
 * in this page https://stage.wisden.com/matches/scorecard/197632/kolkata-knight-riders-v-mumbai-indians
 * the match info card is spaced from cards above
 */
.scorecard + .match-info {
  margin-top: 30px; }

.player-line-up {
  background: #fff;
  max-width: 1184px;
  border-bottom: 2px solid #ffd421;
  margin-top: 20px;
  position: absolute;
  width: 100%;
  bottom: 0; }
  .player-line-up h2 {
    font-family: "Playfair Display", serif;
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
    margin: 20px 0;
    text-align: center;
    /*@include media-breakpoint-down(xl) {
			text-align:center;
		}*/ }
    .player-line-up h2::before, .player-line-up h2::after {
      content: "";
      background: url(../svg/icon-divider-end2-black.svg) no-repeat 100% 50%;
      display: inline-block; }
    .player-line-up h2::before {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .player-line-up h2::before, .player-line-up h2::after {
      height: 10px;
      width: 54px;
      border-left: 1px solid #000; }
    .player-line-up h2::after {
      margin: 0 0 0 16px; }
    .player-line-up h2::before {
      margin: 0 16px 0 0; }
    .player-line-up h2.lw20::before, .player-line-up h2.lw20::after {
      width: 20px; }
    .player-line-up h2.lw10::before, .player-line-up h2.lw10::after {
      display: none; }
    .player-line-up h2.lw30::before, .player-line-up h2.lw30::after {
      width: 30px; }
    .player-line-up h2.lw40::before, .player-line-up h2.lw40::after {
      width: 40px; }
    .player-line-up h2.lw50::before, .player-line-up h2.lw50::after {
      width: 50px; }
    .player-line-up h2.lw60::before, .player-line-up h2.lw60::after {
      width: 60px; }
  .player-line-up li {
    font-weight: bold;
    line-height: 30px;
    font-size: 1.3rem; }
    .player-line-up li span {
      font-weight: 300;
      margin-left: 50px; }
  @media (max-width: 767px) {
    .player-line-up {
      position: relative; }
      .player-line-up ul {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-size: 1.6rem; } }

.player-line-ups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .player-line-ups .line-up {
    width: 49%;
    -webkit-box-shadow: 0 2px 0 0 #ffd421;
            box-shadow: 0 2px 0 0 #ffd421;
    background-color: #ffffff;
    border: solid 1px #dbdbdb;
    margin-top: 30px; }
    .player-line-ups .line-up img.flag {
      max-height: 56px;
      width: auto;
      max-width: 80px;
      height: auto; }
    .player-line-ups .line-up:nth-child(1) {
      margin-right: 2%; }
      @media (max-width: 767px) {
        .player-line-ups .line-up:nth-child(1) {
          margin-right: 0; } }
    .player-line-ups .line-up h2 {
      font-family: "Playfair Display", serif;
      color: #000;
      font-size: 2rem;
      font-weight: bold;
      line-height: 1.3;
      margin: 20px 0;
      text-align: center;
      height: 35px; }
      .player-line-ups .line-up h2::before, .player-line-ups .line-up h2::after {
        content: "";
        background: url(../svg/icon-divider-end2-black.svg) no-repeat 100% 50%;
        display: inline-block; }
      .player-line-ups .line-up h2::before {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      .player-line-ups .line-up h2::before, .player-line-ups .line-up h2::after {
        height: 10px;
        width: 54px;
        border-left: 1px solid #000; }
      .player-line-ups .line-up h2::after {
        margin: 0 0 0 16px; }
      .player-line-ups .line-up h2::before {
        margin: 0 16px 0 0; }
      .player-line-ups .line-up h2.lw20::before, .player-line-ups .line-up h2.lw20::after {
        width: 20px; }
      .player-line-ups .line-up h2.lw10::before, .player-line-ups .line-up h2.lw10::after {
        display: none; }
      .player-line-ups .line-up h2.lw30::before, .player-line-ups .line-up h2.lw30::after {
        width: 30px; }
      .player-line-ups .line-up h2.lw40::before, .player-line-ups .line-up h2.lw40::after {
        width: 40px; }
      .player-line-ups .line-up h2.lw50::before, .player-line-ups .line-up h2.lw50::after {
        width: 50px; }
      .player-line-ups .line-up h2.lw60::before, .player-line-ups .line-up h2.lw60::after {
        width: 60px; }
    .player-line-ups .line-up li {
      position: relative;
      margin-left: 111px;
      height: 75px;
      top: 30px;
      font-weight: 600;
      line-height: 30px;
      font-size: 1.4rem;
      margin-bottom: 24px;
      min-width: 75%; }
      .player-line-ups .line-up li a {
        width: 100%; }
        .player-line-ups .line-up li a:after {
          content: '❯';
          width: 32px;
          height: 32px;
          display: inline-block;
          border-radius: 50%;
          background-color: #ffd421;
          float: right;
          margin-right: 81px;
          font-size: 20px;
          text-align: center;
          padding-top: 3px;
          font-weight: normal; }
        .player-line-ups .line-up li a img {
          position: absolute;
          height: 75px;
          width: 75px;
          object-fit: cover;
          left: -111px;
          top: -25px; }
      @media (max-width: 767px) {
        .player-line-ups .line-up li {
          min-width: auto;
          width: calc(100% - 111px); } }
      .player-line-ups .line-up li span {
        font-weight: 300;
        margin-left: 50px; }
    @media (max-width: 767px) {
      .player-line-ups .line-up {
        position: relative;
        width: 100%; }
        .player-line-ups .line-up ol {
          padding-left: 12px; }
        .player-line-ups .line-up li a:after {
          margin-right: 20px; } }

.related-stories > h2 {
  font-family: "Playfair Display", serif;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin: 20px 0;
  text-align: center; }
  .related-stories > h2::before, .related-stories > h2::after {
    content: "";
    background: url(../svg/icon-divider-end2-black.svg) no-repeat 100% 50%;
    display: inline-block; }
  .related-stories > h2::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .related-stories > h2::before, .related-stories > h2::after {
    height: 10px;
    width: 54px;
    border-left: 1px solid #000; }
  .related-stories > h2::after {
    margin: 0 0 0 16px; }
  .related-stories > h2::before {
    margin: 0 16px 0 0; }
  .related-stories > h2.lw20::before, .related-stories > h2.lw20::after {
    width: 20px; }
  .related-stories > h2.lw10::before, .related-stories > h2.lw10::after {
    display: none; }
  .related-stories > h2.lw30::before, .related-stories > h2.lw30::after {
    width: 30px; }
  .related-stories > h2.lw40::before, .related-stories > h2.lw40::after {
    width: 40px; }
  .related-stories > h2.lw50::before, .related-stories > h2.lw50::after {
    width: 50px; }
  .related-stories > h2.lw60::before, .related-stories > h2.lw60::after {
    width: 60px; }

.related-stories a:hover {
  text-decoration: none !important; }

.related-stories ul.archive-list {
  list-style: none;
  padding: 0;
  font-size: 1.5rem; }
  .related-stories ul.archive-list article {
    margin-bottom: 17px; }
    .related-stories ul.archive-list article a img {
      display: block;
      height: auto; }
    .related-stories ul.archive-list article a div strong:first-child {
      color: #c52121;
      text-transform: uppercase;
      font-size: 1rem;
      font-weight: 600;
      letter-spacing: 1.7px; }
    .related-stories ul.archive-list article a div h1 {
      font-family: "Playfair Display", serif;
      color: #000;
      font-size: 2rem;
      font-weight: bold;
      line-height: 1.3;
      line-height: 1.4;
      text-align: left; }
      .related-stories ul.archive-list article a div h1::before {
        content: none; }
      .related-stories ul.archive-list article a div h1::after {
        content: none; }
    .related-stories ul.archive-list article a div footer {
      display: none; }

@media (min-width: 768px) {
  .related-stories > div:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .related-stories ul.archive-list article a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .related-stories ul.archive-list article a img {
      max-width: 48.7179487179%;
      max-height: 277px;
      margin-right: 2.6923076923%; }
    .related-stories ul.archive-list article a div {
      width: 50%; }
      .related-stories ul.archive-list article a div h1 {
        margin: 10px 0; }
  .related-stories ul.archive-list + aside {
    width: 33.7837837838%;
    margin-left: 65.8783783784%; } }

@media (max-width: 767px) {
  .related-stories {
    width: 100%; }
    .related-stories ul.archive-list {
      width: 100%; }
      .related-stories ul.archive-list a {
        display: block; }
        .related-stories ul.archive-list a img {
          max-width: 100%;
          margin: 0; }
        .related-stories ul.archive-list a div {
          text-align: center; }
          .related-stories ul.archive-list a div strong:first-child {
            display: block;
            margin-top: 17px; } }

.score_panel {
  border: 1px solid #dbdbdb;
  border-bottom: 1px solid #ffd421;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px;
  max-width: 1184px;
  margin: auto;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 80px;
  overflow: hidden; }
  .score_panel.upcoming {
    padding-bottom: 20px; }
  .score_panel > div {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.4rem;
    position: relative; }
    .score_panel > div strong.button {
      display: block;
      color: #fff;
      text-transform: uppercase;
      font-size: 1.1rem;
      text-align: center;
      line-height: 1;
      font-weight: normal;
      padding: 7px 0;
      background: #49473f; }
      .score_panel > div strong.button.live {
        background: #c52121; }
      .score_panel > div strong.button.win {
        background: green; }
      .score_panel > div strong.button.draw {
        background: #979797; }
    .score_panel > div:nth-child(1) {
      width: 50%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      position: relative; }
      .score_panel > div:nth-child(1) > img {
        position: absolute; }
        .score_panel > div:nth-child(1) > img.badge {
          float: left;
          position: static;
          width: 52px;
          margin: 5px 0 15px; }
        .score_panel > div:nth-child(1) > img.flag {
          max-width: 52px;
          margin-top: 14px;
          max-height: 56px;
          width: auto;
          height: auto; }
          .score_panel > div:nth-child(1) > img.flag:nth-child(1) {
            left: 0; }
      .score_panel > div:nth-child(1) > strong {
        float: left;
        display: block;
        height: auto; }
        .score_panel > div:nth-child(1) > strong:nth-of-type(1) {
          margin-left: 52px; }
        .score_panel > div:nth-child(1) > strong:nth-of-type(2) {
          text-align: right; }
      .score_panel > div:nth-child(1) strong {
        width: calc(50% - 82px);
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 8px 10px 0 10px;
        font-size: 2.8rem; }
        .score_panel > div:nth-child(1) strong span {
          text-transform: uppercase;
          font-size: 2.3rem;
          font-family: "Playfair Display", serif;
          position: relative; }
          .score_panel > div:nth-child(1) strong span.scores {
            font-family: SourceSansPro, arial, helvetica, sans-serif;
            text-transform: none;
            color: #979797; }
            .score_panel > div:nth-child(1) strong span.scores span.current {
              font-family: SourceSansPro, arial, helvetica, sans-serif;
              text-transform: none;
              position: relative;
              color: #212529; }
              .score_panel > div:nth-child(1) strong span.scores span.current:after {
                content: '';
                position: block;
                width: 10px;
                height: 10px;
                border-radius: 5px;
                background-color: #c52121;
                display: inline-block;
                top: 50%;
                -webkit-transform: translateY(-2px);
                        transform: translateY(-2px);
                margin: 0 4px; }
            .score_panel > div:nth-child(1) strong span.scores.result {
              color: #212529; }
          .score_panel > div:nth-child(1) strong span img {
            height: 1.2rem;
            width: auto;
            padding: 0 8px; }
            @media (max-width: 1024px) {
              .score_panel > div:nth-child(1) strong span img {
                position: absolute;
                right: -46px;
                bottom: -34px; } }
            @media (max-width: 700px) {
              .score_panel > div:nth-child(1) strong span img {
                bottom: -23px; } }
        .score_panel > div:nth-child(1) strong.inplay::after {
          display: inline-block;
          content: "";
          background: #c52121;
          width: 10px;
          height: 10px;
          border-radius: 50%; }
        @media (max-width: 1024px) {
          .score_panel > div:nth-child(1) strong:nth-of-type(1) span img {
            left: -46px; } }
      .score_panel > div:nth-child(1) div {
        text-align: center;
        clear: both;
        line-height: 1.1;
        padding-top: 6px;
        border-top: 1px solid #dbdbdb; }
        .score_panel > div:nth-child(1) div strong {
          font-size: 1.8rem; }
        .score_panel > div:nth-child(1) div > strong {
          float: left;
          display: block;
          height: auto; }
          .score_panel > div:nth-child(1) div > strong:nth-of-type(1) {
            margin-left: 52px;
            text-align: left; }
          .score_panel > div:nth-child(1) div > strong:nth-of-type(2) {
            text-align: right;
            margin-left: 60px; }
          .score_panel > div:nth-child(1) div > strong > span {
            font-family: inherit;
            font-size: 1.4rem;
            text-transform: none;
            display: block; }
            .score_panel > div:nth-child(1) div > strong > span:nth-child(3) {
              font-size: 1.6rem;
              min-height: 20px; }
              .score_panel > div:nth-child(1) div > strong > span:nth-child(3) span {
                color: #c52121;
                font-size: 1.6rem;
                font-weight: bold;
                font-family: inherit; }
            .score_panel > div:nth-child(1) div > strong > span:nth-child(1) {
              margin-bottom: 8px;
              font-size: 1.6rem; }
          .score_panel > div:nth-child(1) div > strong.old {
            color: #979797; }
    .score_panel > div:nth-child(2), .score_panel > div:nth-child(3) {
      width: 25%; }
    .score_panel > div:nth-child(2) {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      padding-right: 15px; }
      .score_panel > div:nth-child(2) strong {
        font-size: 1.8rem; }
      .score_panel > div:nth-child(2) time {
        display: block; }
      .score_panel > div:nth-child(2) > span {
        display: block;
        padding-top: 15px;
        bottom: 0;
        line-height: 1.2; }
    .score_panel > div:nth-child(3) {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      padding-left: 36px;
      text-align: center; }
      .score_panel > div:nth-child(3) strong.upcoming + a {
        background: #fff; }
      .score_panel > div:nth-child(3) a {
        display: inline-block;
        margin-top: 15px;
        line-height: 3.2rem;
        font-size: 1.6rem;
        margin-left: -18.5px;
        background: #ffd421;
        padding: 2px 32px 0 12px;
        border-radius: 25px;
        text-transform: uppercase;
        letter-spacing: 1px;
        -webkit-box-shadow: 2px 2px 2px 1px #777;
                box-shadow: 2px 2px 2px 1px #777;
        border: 1px #aeaeae solid; }
        .score_panel > div:nth-child(3) a::after {
          content: "❯";
          border-radius: 50%;
          display: inline-block;
          width: 3.2rem;
          height: 3.2rem;
          text-align: center;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          position: absolute;
          margin-left: 1px; }
        .score_panel > div:nth-child(3) a:hover {
          text-decoration: none !important;
          -webkit-box-shadow: 4px 4px 4px 1px #777;
                  box-shadow: 4px 4px 4px 1px #777; }
      .score_panel > div:nth-child(3) > strong:nth-of-type(1) {
        margin-bottom: 2rem; }
      .score_panel > div:nth-child(3) > strong:nth-of-type(2) {
        font-size: 1.6rem;
        margin-top: 1.6rem;
        display: block;
        color: #c52121; }
      .score_panel > div:nth-child(3) img {
        max-height: 14px;
        width: auto;
        margin-top: -5px; }
    .score_panel > div:nth-child(4) {
      position: absolute;
      bottom: 20px;
      left: 0;
      right: 0;
      height: 40px;
      overflow: hidden;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      touch-callout: none; }
      .score_panel > div:nth-child(4) > span {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 40px;
        width: 40px;
        background-color: #fff;
        z-index: 1;
        padding-left: 12px;
        font-size: 3.2rem;
        cursor: pointer;
        color: #222; }
        .score_panel > div:nth-child(4) > span.end {
          color: #dbdbdb; }
        .score_panel > div:nth-child(4) > span:nth-child(2) {
          left: auto;
          right: 0; }
        @media (max-width: 1024px) {
          .score_panel > div:nth-child(4) > span {
            width: 20px;
            padding-left: 2px;
            color: #aeaeae;
            display: none; } }
      .score_panel > div:nth-child(4) > div {
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        top: 0;
        cursor: -webkit-grab;
        cursor: grab; }
        .score_panel > div:nth-child(4) > div > ul {
          list-style: none;
          min-width: 100%;
          width: 15000px;
          height: 40px;
          margin: 0 0 0 40px;
          overflow: hidden;
          padding-left: 8px;
          background-color: #eee;
          -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.3);
                  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.3); }
          .score_panel > div:nth-child(4) > div > ul > li {
            float: left;
            position: relative;
            margin: 0 25px 0 17px; }
            .score_panel > div:nth-child(4) > div > ul > li:after {
              content: url(../svg/diamond_888.svg);
              right: -27px;
              position: absolute;
              width: 11px;
              height: 30px;
              top: 50%;
              -webkit-transform: translateY(-50%);
                      transform: translateY(-50%); }
            .score_panel > div:nth-child(4) > div > ul > li span {
              display: inline-block;
              float: left;
              margin-top: 11px;
              text-transform: uppercase;
              font-weight: 600;
              color: #888;
              font-size: 1.6rem; }
            .score_panel > div:nth-child(4) > div > ul > li ul {
              float: left;
              list-style: none;
              padding-left: 8px; }
              .score_panel > div:nth-child(4) > div > ul > li ul li {
                height: 28px;
                width: 28px;
                background: #ffd421;
                border-radius: 50%;
                margin: 6px 4px;
                text-align: center;
                color: #000;
                font-size: 1.2rem;
                font-weight: bold;
                padding-top: 5px;
                float: left; }
                .score_panel > div:nth-child(4) > div > ul > li ul li.six {
                  background-color: #ff87c3;
                  color: #fff; }
                .score_panel > div:nth-child(4) > div > ul > li ul li.wkt {
                  background-color: #c52121;
                  color: #fff; }
                .score_panel > div:nth-child(4) > div > ul > li ul li.wd span {
                  color: #c52121;
                  float: none;
                  display: inline;
                  font-size: 0.95rem; }
                .score_panel > div:nth-child(4) > div > ul > li ul li.nb span {
                  color: #c52121;
                  float: none;
                  display: inline;
                  font-size: 0.95rem; }
                .score_panel > div:nth-child(4) > div > ul > li ul li.dot {
                  background-color: #dbdbdb; }
                .score_panel > div:nth-child(4) > div > ul > li ul li.four {
                  background-color: #000;
                  color: #fff; }
  .score_panel .countdown {
    font-size: 2.7rem;
    position: relative;
    display: inline-block;
    margin-top: 20px; }
    .score_panel .countdown span {
      color: #fff;
      background: #000;
      margin: 0 1px;
      border-radius: 3.4px;
      display: inline-block;
      padding: 1px 3px; }
    .score_panel .countdown::before, .score_panel .countdown::after {
      font-size: 1.28rem;
      position: absolute;
      top: -1.55rem; }
    .score_panel .countdown::before {
      content: "Hours";
      left: 0.3rem; }
    .score_panel .countdown::after {
      content: "Minutes";
      right: 0; }
  .score_panel .winviz, .score_panel main.scorecard .content-area .forecast section .winviz, main.scorecard .content-area .forecast section .score_panel .winviz {
    padding-top: 15px;
    font-size: 1.4rem; }

@media (max-width: 767px) {
  .score_panel {
    display: block;
    margin: 0 3px; }
    .score_panel > div {
      width: 100%; }
      .score_panel > div:nth-child(1) {
        width: 100%; }
        .score_panel > div:nth-child(1) > img.flag {
          width: 32px; }
        .score_panel > div:nth-child(1) > img.badge {
          width: 38px; }
        .score_panel > div:nth-child(1) strong {
          width: calc(50% - 52px);
          font-size: 1.6rem; }
          .score_panel > div:nth-child(1) strong:nth-of-type(1) {
            margin-left: 32px; }
        .score_panel > div:nth-child(1) div {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .score_panel > div:nth-child(1) div > strong {
            width: 50%; }
            .score_panel > div:nth-child(1) div > strong:nth-of-type(1) {
              margin-left: 0;
              text-align: center; }
            .score_panel > div:nth-child(1) div > strong:nth-of-type(2) {
              margin-left: 0;
              text-align: center; }
      .score_panel > div:nth-child(2), .score_panel > div:nth-child(3) {
        width: 100%;
        clear: both; }
      .score_panel > div:nth-child(2) {
        text-align: center;
        padding: 2rem 0; }
        .score_panel > div:nth-child(2) span {
          position: static; }
      .score_panel > div:nth-child(3) {
        padding-left: 0; } }

main.scorecard {
  margin: auto;
  /**
 * content area grid live.php
 */ }
  main.scorecard > h1 {
    color: #c52121;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1.7px;
    text-align: center;
    padding: 0 15px; }
  main.scorecard div.summary {
    text-align: center;
    padding: 0 15px; }
    main.scorecard div.summary p:first-child {
      font-size: 3rem; }
    main.scorecard div.summary p {
      margin: 0; }
    main.scorecard div.summary p:nth-child(2) span {
      font-size: 0.8em;
      color: #777; }
    @media (max-width: 767px) {
      main.scorecard div.summary {
        /*span{
				display: block;
				text-indent: -50px;
				height: 1px;
				width: 1px;
			}*/ } }
  main.scorecard .mpu_widget {
    margin-bottom: 24px; }
  main.scorecard .footer-storygrid {
    padding-top: 2rem; }
  main.scorecard.moving {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: -webkit-grabbing;
    cursor: grabbing; }
    main.scorecard.moving .score_panel > div:nth-child(4) > div {
      cursor: -webkit-grabbing;
      cursor: grabbing; }
  main.scorecard .content-area {
    background: #fff;
    padding: 40px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    main.scorecard .content-area > div {
      max-width: 1184px;
      margin: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      main.scorecard .content-area > div > div h1 {
        font-family: "Playfair Display", serif;
        color: #000;
        font-size: 2rem;
        font-weight: bold;
        line-height: 1.3;
        text-align: center;
        margin: 10px 0; }
        main.scorecard .content-area > div > div h1::before, main.scorecard .content-area > div > div h1::after {
          content: "";
          background: url(../svg/icon-divider-end2-black.svg) no-repeat 100% 50%;
          display: inline-block; }
        main.scorecard .content-area > div > div h1::before {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
        main.scorecard .content-area > div > div h1::before, main.scorecard .content-area > div > div h1::after {
          height: 10px;
          width: 40px;
          border-left: 1px solid #000; }
        main.scorecard .content-area > div > div h1::after {
          margin: 0 0 0 16px; }
        main.scorecard .content-area > div > div h1::before {
          margin: 0 16px 0 0; }
        main.scorecard .content-area > div > div h1.lw20::before, main.scorecard .content-area > div > div h1.lw20::after {
          width: 20px; }
        main.scorecard .content-area > div > div h1.lw10::before, main.scorecard .content-area > div > div h1.lw10::after {
          display: none; }
        main.scorecard .content-area > div > div h1.lw30::before, main.scorecard .content-area > div > div h1.lw30::after {
          width: 30px; }
        main.scorecard .content-area > div > div h1.lw40::before, main.scorecard .content-area > div > div h1.lw40::after {
          width: 40px; }
        main.scorecard .content-area > div > div h1.lw50::before, main.scorecard .content-area > div > div h1.lw50::after {
          width: 50px; }
        main.scorecard .content-area > div > div h1.lw60::before, main.scorecard .content-area > div > div h1.lw60::after {
          width: 60px; }
      main.scorecard .content-area > div > div div, main.scorecard .content-area > div > div aside, main.scorecard .content-area > div > div section, main.scorecard .content-area > div > div canvas {
        background: #fff; }
      main.scorecard .content-area > div > div:first-child {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        width: 74.3243243243%;
        margin: 0 1.6891891892% 0 0; }
      main.scorecard .content-area > div > div:nth-child(2) {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        width: 23.9864864865%;
        position: relative;
        position: -webkit-sticky;
        position: sticky;
        top: 94px;
        -ms-flex-item-align: start;
            align-self: flex-start; }
        main.scorecard .content-area > div > div:nth-child(2) aside.popular-articles ul li strong {
          display: none; }
        main.scorecard .content-area > div > div:nth-child(2) aside.popular-articles ul li a {
          font-family: "Playfair Display", serif;
          color: #000;
          font-size: 1.7rem;
          font-weight: bold;
          line-height: 1.3; }
    main.scorecard .content-area .inning-content {
      margin-top: 30px;
      padding: 0 20px;
      -webkit-box-shadow: 0 2px 0 0 #ffd421;
              box-shadow: 0 2px 0 0 #ffd421;
      background-color: #ffffff;
      border: solid 1px #dbdbdb;
      margin-top: 30px;
      border-bottom: 2px solid #ffd421; }
    @media (max-width: 991px) {
      main.scorecard .content-area {
        padding: 40px 3px 0; }
        main.scorecard .content-area > div {
          display: block;
          width: 100%;
          margin: 0; }
          main.scorecard .content-area > div > div {
            width: 100% !important;
            max-width: 100%;
            margin: 0 0 15px 0 !important; }
        main.scorecard .content-area .inning-content {
          padding: 0; }
        main.scorecard .content-area #post-sidebar {
          display: none; } }
  main.scorecard .content-area-bottom {
    background: #f8f8f8;
    padding: 40px 0; }
    main.scorecard .content-area-bottom h1 {
      font-family: "Playfair Display", serif;
      color: #000;
      font-size: 2rem;
      font-weight: bold;
      line-height: 1.3;
      text-align: center;
      max-width: 1184px;
      margin: 0 auto 3rem; }
      main.scorecard .content-area-bottom h1::before, main.scorecard .content-area-bottom h1::after {
        content: "";
        background: url(../svg/icon-divider-end2-black.svg) no-repeat 100% 50%;
        display: inline-block; }
      main.scorecard .content-area-bottom h1::before {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      main.scorecard .content-area-bottom h1::before, main.scorecard .content-area-bottom h1::after {
        height: 10px;
        width: 54px;
        border-left: 1px solid #000; }
      main.scorecard .content-area-bottom h1::after {
        margin: 0 0 0 16px; }
      main.scorecard .content-area-bottom h1::before {
        margin: 0 16px 0 0; }
      main.scorecard .content-area-bottom h1.lw20::before, main.scorecard .content-area-bottom h1.lw20::after {
        width: 20px; }
      main.scorecard .content-area-bottom h1.lw10::before, main.scorecard .content-area-bottom h1.lw10::after {
        display: none; }
      main.scorecard .content-area-bottom h1.lw30::before, main.scorecard .content-area-bottom h1.lw30::after {
        width: 30px; }
      main.scorecard .content-area-bottom h1.lw40::before, main.scorecard .content-area-bottom h1.lw40::after {
        width: 40px; }
      main.scorecard .content-area-bottom h1.lw50::before, main.scorecard .content-area-bottom h1.lw50::after {
        width: 50px; }
      main.scorecard .content-area-bottom h1.lw60::before, main.scorecard .content-area-bottom h1.lw60::after {
        width: 60px; }
    main.scorecard .content-area-bottom > div {
      max-width: 1184px;
      margin: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      main.scorecard .content-area-bottom > div > div {
        width: 280px; }
        main.scorecard .content-area-bottom > div > div h1 {
          margin: 4px 0 24px 0; }
          @media (max-width: 991px) {
            main.scorecard .content-area-bottom > div > div h1 {
              padding: 0 0 0 15px; } }
        main.scorecard .content-area-bottom > div > div div, main.scorecard .content-area-bottom > div > div aside, main.scorecard .content-area-bottom > div > div section, main.scorecard .content-area-bottom > div > div canvas {
          background: #fff; }
        main.scorecard .content-area-bottom > div > div aside.lb_widget div {
          background: #f8f8f8; }
        main.scorecard .content-area-bottom > div > div aside.popular-articles ul li strong {
          display: none; }
        main.scorecard .content-area-bottom > div > div aside.popular-articles ul li a {
          font-family: "Playfair Display", serif;
          color: #000;
          font-size: 1.7rem;
          font-weight: bold;
          line-height: 1.3; }
      main.scorecard .content-area-bottom > div > div:first-child {
        width: 73%; }
        @media (max-width: 991px) {
          main.scorecard .content-area-bottom > div > div:first-child {
            width: 100%; } }
        main.scorecard .content-area-bottom > div > div:first-child > .widget_related_stories_module {
          margin-top: 24px;
          border-bottom: 2px solid #ffd421; }
      main.scorecard .content-area-bottom > div > div:nth-child(2) {
        width: 25%;
        margin: 0 0 0 2%; }
      main.scorecard .content-area-bottom > div div.wg {
        position: -webkit-sticky;
        position: sticky;
        top: 137px;
        -ms-flex-item-align: start;
            align-self: flex-start; }
        @media (max-width: 991px) {
          main.scorecard .content-area-bottom > div div.wg {
            display: none; } }
    @media (max-width: 767px) {
      main.scorecard .content-area-bottom > div {
        display: block;
        width: 100%;
        margin: 0; }
        main.scorecard .content-area-bottom > div > div {
          width: 100% !important;
          max-width: 100%;
          margin: 0 0 15px 0 !important; } }
    main.scorecard .content-area-bottom .widget_wisden_popular_posts_module {
      padding: 10px 0; }

.tabbed-content {
  border-style: solid;
  border-width: 1px 0;
  border-color: #dbdbdb;
  margin-top: 25px; }
  .tabbed-content div {
    max-width: 1184px;
    margin: auto;
    height: 100%; }
    .tabbed-content div span {
      display: none; }
    .tabbed-content div > ul {
      margin-left: -20px;
      height: 100%;
      margin: 0;
      padding-left: 0;
      font-size: 0; }
      @media (max-width: 767px) {
        .tabbed-content div > ul {
          padding: 0; } }
      .tabbed-content div > ul > li {
        height: 100%;
        display: inline-block;
        list-style-type: none;
        border-right: 1px solid #dbdbdb; }
        .tabbed-content div > ul > li:first-child {
          border-left: 1px solid #dbdbdb; }
        .tabbed-content div > ul > li a {
          display: block;
          text-transform: uppercase;
          font-weight: bold;
          padding: 20px 25px;
          height: 100%;
          font-size: 1.8rem; }
          .tabbed-content div > ul > li a.active {
            border-bottom: 2px solid #c52121; }
            @media (max-width: 767px) {
              .tabbed-content div > ul > li a.active {
                border-bottom: none;
                color: #c52121; } }
          @media (max-width: 767px) {
            .tabbed-content div > ul > li a {
              padding: 8px 4vw;
              font-size: 1.6rem; } }
        .tabbed-content div > ul > li.parent {
          position: relative; }
          @media (min-width: 576px) {
            .tabbed-content div > ul > li.parent.columns-2 > ul {
              -webkit-columns: 2;
                      columns: 2; } }
          .tabbed-content div > ul > li.parent > a::after {
            content: '˅';
            margin-left: 6px;
            position: relative;
            -webkit-transition: 0.6s;
            transition: 0.6s;
            opacity: 0.65; }
            .tabbed-content div > ul > li.parent > a::after:hover {
              text-decoration: none; }
          .tabbed-content div > ul > li.parent > a.clicked::after {
            -webkit-transform: rotateX(180deg);
                    transform: rotateX(180deg); }
          .tabbed-content div > ul > li.parent ul {
            display: none;
            position: absolute;
            background-color: #fff;
            z-index: 99;
            border: 1px solid #dbdbdb;
            margin: 0;
            padding: 0;
            list-style: none; }
            .tabbed-content div > ul > li.parent ul li a {
              white-space: nowrap;
              padding: 10px 25px; }
            @media (max-width: 767px) {
              .tabbed-content div > ul > li.parent ul {
                width: calc(100% + 1px);
                margin: 0 -1px;
                border-top: none; } }
  @media (max-width: 767px) {
    .tabbed-content {
      border: none;
      text-align: center; }
      .tabbed-content div span {
        display: block;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 1.6rem;
        width: 70%;
        margin: 0 auto 6px;
        border: 1px solid #dbdbdb;
        border-top: 3px solid #c52121;
        padding: 7px;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
                box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
        cursor: pointer;
        position: relative; }
        .tabbed-content div span::after {
          content: '˅';
          margin-left: 6px;
          background-color: #c52121;
          padding: 0 7px;
          border: 0 0 3px 1px #979797;
          color: #fff;
          position: absolute;
          right: 6px;
          bottom: 6px;
          -webkit-box-shadow: 0px 0px 3px 1px #979797;
                  box-shadow: 0px 0px 3px 1px #979797;
          -webkit-transition: 0.6s;
          transition: 0.6s; }
        .tabbed-content div span.clicked::after {
          -webkit-transform: rotateX(180deg);
                  transform: rotateX(180deg); }
      .tabbed-content div ul {
        display: none;
        margin: -7px auto 6px;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
                box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
        border: 1px solid #dbdbdb;
        width: 70%; }
        .tabbed-content div ul li {
          border: none !important;
          display: block;
          width: 100%;
          border-top: 1px solid #dbdbdb !important; } }

form.search label {
  display: none; }

form.search div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

form.search input {
  border: 0;
  outline: 0;
  color: #979797;
  width: 90%;
  display: block; }

form.search button {
  color: #ffd421;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: none;
  width: 10%;
  text-indent: -5000px; }
  form.search button::before {
    position: absolute;
    right: 0;
    top: 0;
    width: 10%;
    height: 100%;
    text-indent: 0;
    text-align: right; }

.modal-dialog.search header {
  padding: 0;
  border: 0;
  text-align: center;
  display: block;
  position: relative; }
  .modal-dialog.search header h1 {
    text-align: center;
    font-family: "Playfair Display", serif;
    color: #000;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.3;
    line-height: 1; }
  .modal-dialog.search header img {
    display: block;
    margin: auto;
    margin-bottom: 19px; }
  .modal-dialog.search header button.close {
    color: #ffd421;
    font-size: 6rem;
    font-weight: normal;
    position: absolute;
    top: 45px;
    right: 45px;
    float: none;
    cursor: pointer; }

.modal-dialog.search .modal-body {
  padding: 0; }
  .modal-dialog.search .modal-body form {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
    .modal-dialog.search .modal-body form div {
      border-bottom: 1px solid #979797;
      width: 90%;
      max-width: 730px;
      margin: auto; }
      .modal-dialog.search .modal-body form div input {
        font-size: 3rem; }
      .modal-dialog.search .modal-body form div button::before {
        line-height: 44px;
        font-size: 2.5rem; }

.modal-dialog.search footer {
  border: 0; }

.top-bar-right + form {
  display: none; }

/*
------------- MOBILE FORM --------------
*/
@media (max-width: 767px) {
  .top-bar-right + form {
    display: block;
    width: calc(100% - 30px) !important;
    margin: auto;
    padding: 15px 0; }
    .top-bar-right + form div {
      border-bottom: 1px solid #dbdbdb; }
    .top-bar-right + form input {
      font-size: 1.2rem; }
      .top-bar-right + form input::-webkit-input-placeholder {
        color: #dbdbdb; }
      .top-bar-right + form input::-ms-input-placeholder {
        color: #dbdbdb; }
      .top-bar-right + form input::placeholder {
        color: #dbdbdb; }
    .top-bar-right + form button::before {
      font-size: 1.5rem; } }

.page.shop .intro {
  text-align: center;
  max-width: 840px;
  margin: 2rem auto; }
  @media (max-width: 991px) {
    .page.shop .intro {
      padding: 0 6px; } }

.woocommerce .woocommerce-ordering {
  min-width: 161.6px;
  display: none; }
  @media (max-width: 991px) {
    .woocommerce .woocommerce-ordering {
      display: none; } }
  .woocommerce .woocommerce-ordering select.orderby {
    display: none; }

@media (max-width: 991px) {
  .wrapper-products {
    margin-top: 100px; } }

@media (max-width: 767px) {
  .wrapper-products .navigation-filter {
    top: -68px; } }

.pre-order-message {
  padding-top: 3rem;
  display: block;
  font-size: 0.9em; }

main.page.shop {
  display: block; }

form.cart, table.cart, p.cart {
  background-image: none; }

a.button.product_type_external {
  display: none; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* Custom UI */
.ui-front {
  z-index: 90; }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 8px 15px;
  text-transform: uppercase;
  font-family: SourceSansPro;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2.3px;
  text-align: right;
  color: #000000; }
  @media (max-width: 991px) {
    .ui-menu .ui-menu-item-wrapper {
      text-align: center; } }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: 0px; }

.ui-state-active {
  color: #c52121 !important; }

.ui-selectmenu-menu.ui-selectmenu-open {
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2); }
  .ui-selectmenu-menu.ui-selectmenu-open .ui-widget.ui-widget-content {
    border-top: 0; }

.ui-selectmenu-text {
  display: block;
  font-family: SourceSansPro;
  font-size: 14px;
  letter-spacing: 2.3px;
  text-align: left;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
  height: 18px;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-selectmenu-button.ui-button {
  outline: none;
  text-align: left;
  white-space: nowrap;
  width: 280px;
  height: 50px;
  padding: 16px 15px;
  border: solid 1px #bababa;
  background-color: #fff;
  border-radius: 0; }
  .ui-selectmenu-button.ui-button.ui-selectmenu-button-open {
    border-bottom: 0;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2); }

.ui-selectmenu-icon.ui-icon {
  float: right;
  position: relative;
  margin-top: 0;
  background-image: none !important; }
  .ui-selectmenu-icon.ui-icon:before {
    content: '';
    position: absolute;
    display: block;
    right: 2px;
    top: 3px;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: solid 1px #bababa;
  background-color: #fff;
  font-weight: 600;
  color: #000000; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 0px solid #fff;
  background: #fff;
  font-weight: 600;
  color: #000; }

.ui-button:active {
  border: 1px solid #bababa; }

/* Custom UI end */
.woocommerce #tab-delivery h2,
.woocommerce #tab-description h2 {
  font-family: "Playfair Display", serif;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 1.4rem; }
  .woocommerce #tab-delivery h2::before, .woocommerce #tab-delivery h2::after,
  .woocommerce #tab-description h2::before,
  .woocommerce #tab-description h2::after {
    content: "";
    background: url(../svg/icon-divider-end2-black.svg) no-repeat 100% 50%;
    display: inline-block; }
  .woocommerce #tab-delivery h2::before,
  .woocommerce #tab-description h2::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .woocommerce #tab-delivery h2::before, .woocommerce #tab-delivery h2::after,
  .woocommerce #tab-description h2::before,
  .woocommerce #tab-description h2::after {
    height: 10px;
    width: 54px;
    border-left: 1px solid #000; }
  .woocommerce #tab-delivery h2::after,
  .woocommerce #tab-description h2::after {
    margin: 0 0 0 16px; }
  .woocommerce #tab-delivery h2::before,
  .woocommerce #tab-description h2::before {
    margin: 0 16px 0 0; }
  .woocommerce #tab-delivery h2.lw20::before, .woocommerce #tab-delivery h2.lw20::after,
  .woocommerce #tab-description h2.lw20::before,
  .woocommerce #tab-description h2.lw20::after {
    width: 20px; }
  .woocommerce #tab-delivery h2.lw10::before, .woocommerce #tab-delivery h2.lw10::after,
  .woocommerce #tab-description h2.lw10::before,
  .woocommerce #tab-description h2.lw10::after {
    display: none; }
  .woocommerce #tab-delivery h2.lw30::before, .woocommerce #tab-delivery h2.lw30::after,
  .woocommerce #tab-description h2.lw30::before,
  .woocommerce #tab-description h2.lw30::after {
    width: 30px; }
  .woocommerce #tab-delivery h2.lw40::before, .woocommerce #tab-delivery h2.lw40::after,
  .woocommerce #tab-description h2.lw40::before,
  .woocommerce #tab-description h2.lw40::after {
    width: 40px; }
  .woocommerce #tab-delivery h2.lw50::before, .woocommerce #tab-delivery h2.lw50::after,
  .woocommerce #tab-description h2.lw50::before,
  .woocommerce #tab-description h2.lw50::after {
    width: 50px; }
  .woocommerce #tab-delivery h2.lw60::before, .woocommerce #tab-delivery h2.lw60::after,
  .woocommerce #tab-description h2.lw60::before,
  .woocommerce #tab-description h2.lw60::after {
    width: 60px; }

.woocommerce .upsells.products h2:nth-child(1) {
  font-family: "Playfair Display", serif;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 1.4rem; }
  .woocommerce .upsells.products h2:nth-child(1)::before, .woocommerce .upsells.products h2:nth-child(1)::after {
    content: "";
    background: url(../svg/icon-divider-end2-black.svg) no-repeat 100% 50%;
    display: inline-block; }
  .woocommerce .upsells.products h2:nth-child(1)::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .woocommerce .upsells.products h2:nth-child(1)::before, .woocommerce .upsells.products h2:nth-child(1)::after {
    height: 10px;
    width: 54px;
    border-left: 1px solid #000; }
  .woocommerce .upsells.products h2:nth-child(1)::after {
    margin: 0 0 0 16px; }
  .woocommerce .upsells.products h2:nth-child(1)::before {
    margin: 0 16px 0 0; }
  .woocommerce .upsells.products h2:nth-child(1).lw20::before, .woocommerce .upsells.products h2:nth-child(1).lw20::after {
    width: 20px; }
  .woocommerce .upsells.products h2:nth-child(1).lw10::before, .woocommerce .upsells.products h2:nth-child(1).lw10::after {
    display: none; }
  .woocommerce .upsells.products h2:nth-child(1).lw30::before, .woocommerce .upsells.products h2:nth-child(1).lw30::after {
    width: 30px; }
  .woocommerce .upsells.products h2:nth-child(1).lw40::before, .woocommerce .upsells.products h2:nth-child(1).lw40::after {
    width: 40px; }
  .woocommerce .upsells.products h2:nth-child(1).lw50::before, .woocommerce .upsells.products h2:nth-child(1).lw50::after {
    width: 50px; }
  .woocommerce .upsells.products h2:nth-child(1).lw60::before, .woocommerce .upsells.products h2:nth-child(1).lw60::after {
    width: 60px; }

.woocommerce .upsells.products ul.products {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%; }
  .woocommerce .upsells.products ul.products li.product {
    width: 32%;
    margin: 0 1% 22px; }
    .woocommerce .upsells.products ul.products li.product:nth-child(3n+1) {
      margin-left: 0; }
    .woocommerce .upsells.products ul.products li.product:nth-child(3n) {
      margin-right: 0; }

.upsells.products .navigation-filter.prods-dropdown {
  display: none; }

.related.products {
  display: none; }

.woocommerce div.product div.images .flex-control-thumbs li {
  margin: 20px 20px 0 0;
  width: 110px; }

.woocommerce div.product div.images .flex-control-thumbs li img {
  opacity: 1; }

.woocommerce div.product .product_title {
  font-family: "Playfair Display";
  font-weight: 700; }

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #000;
  font-size: 1.67em; }

.woocommerce div.product div.summary {
  float: left;
  margin-left: 2%; }

.woocommerce p.cart a.button.alt {
  margin: 0; }

.woocommerce div.product form.cart .button, .woocommerce p.cart a.button.alt {
  width: 280px;
  height: 50px;
  background-color: #ffd421;
  color: #000;
  border: none;
  border-radius: unset;
  font-size: 14px;
  letter-spacing: 2.3px;
  text-transform: uppercase;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  position: relative;
  cursor: pointer;
  float: none; }

.woocommerce div.product form.cart .button:hover, .woocommerce p.cart a.button.alt:hover {
  background-color: #000;
  color: #fff; }

.woocommerce div.product form.cart .button:after, .woocommerce p.cart a.button.alt:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #bababa;
  bottom: -20px;
  left: 0; }

.woocommerce div.product form.cart .variations select {
  width: 100%;
  height: 50px;
  border: solid 1px #bababa;
  font-family: SourceSansPro;
  font-size: 14px;
  letter-spacing: 2.3px;
  text-align: left;
  color: #000000;
  text-transform: uppercase;
  padding-left: 10px;
  outline: none; }

.woocommerce div.product form.cart .variations select:checked {
  background: red; }

.woocommerce div.product form.cart .variations select option {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2.3px;
  text-transform: uppercase; }

.woocommerce div.product form.cart .variations select option:checked {
  color: #c52121; }

.woocommerce div.product form.cart .variations select option:hover {
  -webkit-box-shadow: 0 0 10px 100px #000 inset;
          box-shadow: 0 0 10px 100px #000 inset; }

.woocommerce div.product form.cart .variations td.label {
  padding-right: 0; }

.screen-reader-text {
  clip: auto;
  height: auto;
  overflow: initial;
  position: static !important;
  width: auto;
  word-wrap: initial !important; }

.woocommerce .quantity .input-text.qty {
  width: 80px;
  height: 50px;
  border: solid 1px #bababa;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2.3px;
  text-align: center; }

.woocommerce .quantity .input-text.qty::-webkit-outer-spin-button,
.woocommerce .quantity .input-text.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.woocommerce div.product form.cart .reset_variations,
.woocommerce div.product form.cart .variations td.label label {
  visibility: hidden;
  font-size: 0; }

.woocommerce div.product form.cart div.quantity {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 1.11em 0; }

.woocommerce div.product form.cart {
  width: 100%;
}

form.cart .woocommerce_gc_giftcard_form input, form.cart .woocommerce_gc_giftcard_form textarea {
  border: 1px solid #dbdbdb;
  padding: 12px 0;
  height: 55px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  text-indent: 5px;
}

form.cart .woocommerce_gc_giftcard_form textarea {
  height: auto;
}

#ui-datepicker-div {
  width:auto;
  font-size:1.2rem;
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 1.11em;
  position: relative; }

.product_meta {
  font-size: 0; }

@media only screen and (max-width: 767px) {
  .woocommerce div.product div.summary {
    width: 100%;
    margin-left: 0;
    padding: 0 18px; }
  .woocommerce div.product form.cart {
    display: block;
    margin: 0 auto 2em; }
  .woocommerce div.product .woocommerce-tabs .panel {
    padding: 0 18px; }
  .woocommerce div.product div.images .flex-control-thumbs {
    padding: 0 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .woocommerce div.product div.images .flex-control-thumbs li {
      margin: 20px 0 0 0; } }

@media only screen and (max-width: 380px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0; }
  .woocommerce div.product div.images .flex-control-thumbs li {
    width: 32%; } }

/* Basket Items Module */
@media only screen and (min-width: 768px) {
  .woocommerce-cart main.page > article:first-of-type {
    width: 100%; }
    .woocommerce-cart main.page > article:first-of-type div.content {
      margin-left: 0; }
      .woocommerce-cart main.page > article:first-of-type div.content p.cart-empty:first-child:first-letter {
        display: inline;
        font-family: SourceSansPro;
        font-size: 30px;
        font-weight: 300;
        letter-spacing: 1px;
        text-align: center;
        color: #000000;
        float: none;
        padding-right: 0; }
    .woocommerce-cart main.page > article:first-of-type header h1 {
      text-align: center;
      padding-bottom: 35px;
      font-size: 4.8rem; }
  .woocommerce-cart-form__cart-item {
    height: 185px; }
  .woocommerce-cart table.cart img {
    width: 100%;
    max-height: 250px; }
  .woocommerce-cart table.cart td.actions input {
    padding: 16px 30px; }
  .woocommerce-cart table.cart td.actions .button {
    background: #ffd421;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.4rem;
    letter-spacing: 2.3px;
    border: 1px solid #ffd421;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    text-align: center;
    border-radius: 0;
    color: #000; }
    .woocommerce-cart table.cart td.actions .button:hover {
      background: #000;
      color: #fff;
      border-color: #000; }
  .woocommerce-cart table.cart td.actions .button:disabled[disabled] {
    padding: 16px 30px; }
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    max-width: 260px;
    width: 33%;
    padding: 13px; }
  .woocommerce-cart table.cart td.actions .coupon .button {
    margin-left: 20px; }
  .woocommerce-cart table.cart .coupon {
    width: 60%; }
  .woocommerce-cart .woocommerce .cart-empty {
    font-family: SourceSansPro;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center;
    color: #000000;
    padding: 130px 0 170px; }
  .woocommerce-cart .woocommerce .woocommerce-cart-form {
    padding-top: 35px;
    border-top: 2px solid #bababa;
    border-bottom: 2px solid #bababa;
    margin-bottom: 30px; }
  .woocommerce-cart .woocommerce .return-to-shop {
    text-align: center; }
  .woocommerce table.shop_table {
    border: 0;
    border-radius: 0; }
    .woocommerce table.shop_table thead {
      display: none; }
    .woocommerce table.shop_table td {
      border: 0;
      padding: 20px 10px;
      font-family: SourceSansPro;
      font-size: 16px;
      font-weight: 300;
      letter-spacing: 0.5px;
      text-align: left; }
      .woocommerce table.shop_table td.product-thumbnail {
        width: 280px; }
        .woocommerce table.shop_table td.product-thumbnail a {
          display: block;
          height: 185px;
          overflow: hidden; }
      .woocommerce table.shop_table td.product-name {
        width: 180px; }
      .woocommerce table.shop_table td.product-description {
        width: 80px; }
      .woocommerce table.shop_table td.product-option {
        width: 145px;
        padding-left: 20px; }
      .woocommerce table.shop_table td.product-name a {
        font-family: SourceSansPro;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0.5px;
        text-align: left;
        color: #000000; }
      .woocommerce table.shop_table td.product-quantity {
        padding: 20px 35px; }
        .woocommerce table.shop_table td.product-quantity .quantity {
          width: 80px;
          height: 50px;
          display: inline-block;
          position: relative; }
  .woocommerce a.remove {
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: SourceSansPro;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-align: left;
    color: #49473f !important;
    bottom: -27px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: auto;
    height: auto; }
  .woocommerce a.remove:hover {
    text-decoration: none;
    background: transparent;
    color: #49473f !important; }
  .woocommerce .quantity .input-text.qty {
    font-family: SourceSansPro;
    letter-spacing: 2.3px;
    color: #000000;
    border: 1px solid #bababa;
    outline: none; }
  .product-subtotal .woocommerce-Price-amount {
    font-family: SourceSansPro;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.56;
    color: #000000; }
  .product-quantity .wrapper {
    position: relative;
    width: 80px; }
    .product-quantity .wrapper .less-items {
      position: absolute;
      left: -50%;
      top: 50%;
      width: 16px;
      height: 16px;
      display: block;
      cursor: pointer;
      font-size: 0; }
      .product-quantity .wrapper .less-items:after {
        content: '';
        display: block;
        position: absolute;
        top: 8px;
        right: 0;
        width: 100%;
        height: 1px;
        background: #000;
        -webkit-transform: translateY(-8px);
                transform: translateY(-8px); }
    .product-quantity .wrapper .more-items {
      position: absolute;
      right: -50%;
      top: 50%;
      width: 16px;
      height: 16px;
      display: block;
      cursor: pointer;
      font-size: 0; }
      .product-quantity .wrapper .more-items:after {
        content: '';
        display: block;
        position: absolute;
        top: -1px;
        right: 0;
        width: 100%;
        height: 1px;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        background: #000; }
      .product-quantity .wrapper .more-items:before {
        content: '';
        display: block;
        position: absolute;
        top: 8px;
        right: 0;
        width: 100%;
        height: 1px;
        background: #000;
        -webkit-transform: translateY(-8px);
                transform: translateY(-8px); }
  .product-quantity .screen-reader-text {
    display: none; } }

.items-in-basket-title {
  font-family: SourceSansPro;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: left;
  color: #000000;
  margin-bottom: 10px; }

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 100%; }

body main.page > article:first-of-type div.content p:first-child:first-letter {
  color: inherit;
  font-size: inherit;
  float: none;
  line-height: 1;
  padding-right: 0; }

.woocommerce a.button.alt {
  width: 30%;
  margin: auto;
  background: #ffd421;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 2.3px;
  padding: 16px 30px;
  border: 1px solid #ffd421;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  text-align: center;
  border-radius: 0;
  color: #000;
  display: block; }
  .woocommerce a.button.alt:hover {
    background: #000;
    border-color: #000;
    text-decoration: none !important; }
  @media (max-width: 991px) {
    .woocommerce a.button.alt {
      width: 36%; } }

@media all and (max-width: 1215px) {
  main.page {
    width: 100%; } }

@media all and (max-width: 991px) {
  main.page {
    width: 100%; } }

@media all and (max-width: 767px) {
  a.checkout-button {
    width: 100%; }
  .product-option.hide {
    display: none !important; }
  .woocommerce table.shop_table_responsive tr td.product-quantity,
  .woocommerce-page table.shop_table_responsive tr td.product-quantity {
    padding-bottom: 40px; }
  .product-quantity .wrapper {
    position: relative;
    width: 80px;
    margin: 0 50px 0 auto; }
    .product-quantity .wrapper .less-items {
      position: absolute;
      left: -50%;
      top: 50%;
      width: 16px;
      height: 16px;
      display: block;
      cursor: pointer;
      font-size: 0; }
      .product-quantity .wrapper .less-items:after {
        content: '';
        display: block;
        position: absolute;
        top: 8px;
        right: 0;
        width: 100%;
        height: 1px;
        background: #000;
        -webkit-transform: translateY(-8px);
                transform: translateY(-8px); }
    .product-quantity .wrapper .more-items {
      position: absolute;
      right: -50%;
      top: 50%;
      width: 16px;
      height: 16px;
      display: block;
      cursor: pointer;
      font-size: 0; }
      .product-quantity .wrapper .more-items:after {
        content: '';
        display: block;
        position: absolute;
        top: -1px;
        right: 0;
        width: 100%;
        height: 1px;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        background: #000; }
      .product-quantity .wrapper .more-items:before {
        content: '';
        display: block;
        position: absolute;
        top: 8px;
        right: 0;
        width: 100%;
        height: 1px;
        background: #000;
        -webkit-transform: translateY(-8px);
                transform: translateY(-8px); }
  .product-quantity .screen-reader-text {
    display: none; }
  .woocommerce a.remove {
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: SourceSansPro;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-align: left;
    color: #49473f !important;
    bottom: -27px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: auto;
    height: auto; }
  .woocommerce a.remove:hover {
    text-decoration: none;
    background: transparent;
    color: #49473f !important; }
  #add_payment_method table.cart td.actions .coupon .input-text,
  .woocommerce-cart table.cart td.actions .coupon .input-text,
  .woocommerce-checkout table.cart td.actions .coupon .input-text {
    padding: 13px; }
  .woocommerce-cart table.cart td.actions .button {
    background: #ffd421;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.4rem;
    letter-spacing: 2.3px;
    border: 1px solid #ffd421;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    text-align: center;
    border-radius: 0;
    color: #000;
    padding: 17px 0; }
  .woocommerce a.button.alt {
    width: calc(100% - 24px); }
  .woocommerce h2 {
    padding-left: 12px;
    font-size: 2rem;
    font-family: "Playfair Display",serif; } }

/* Basket Items Module End */
/* Checkout estimation story */
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  max-width: 100%;
  width: 100%; }

main.page > article:first-of-type,
main.page > article:first-of-type div.content {
  margin: 0 auto; }

main.page > article:first-of-type header h1 {
  text-align: center;
  font-size: 48px; }

.woocommerce-form__label-for-checkbox span {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.56;
  letter-spacing: 0;
  padding-left: 16px; }

.woocommerce-checkout h3 {
  font-family: SourceSansPro;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: left;
  color: #000000; }
  .woocommerce-checkout h3#order_review_heading {
    padding: 30px 0 0 12px; }

.woocommerce input::-webkit-input-placeholder,
.woocommerce textarea::-webkit-input-placeholder {
  font-family: SourceSansPro;
  font-size: 15px;
  font-weight: 300;
  color: #49473f; }

.woocommerce input::-moz-placeholder,
.woocommerce textarea::-moz-placeholder {
  font-family: SourceSansPro;
  font-size: 15px;
  font-weight: 300;
  color: #49473f; }

/* Firefox 19+ */
.woocommerce input:-moz-placeholder,
.woocommerce textarea:-moz-placeholder {
  font-family: SourceSansPro;
  font-size: 15px;
  font-weight: 300;
  color: #49473f; }

/* Firefox 18- */
.woocommerce input:-ms-input-placeholder,
.woocommerce textarea:-ms-input-placeholder {
  font-family: SourceSansPro;
  font-size: 15px;
  font-weight: 300;
  color: #49473f; }

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  padding: 13px;
  outline: none; }

.woocommerce form .form-row select {
  padding: 0; }

.woocommerce form .form-row .select2-container,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row select,
.woocommerce form .form-row textarea {
  border: 1px solid #dbdbdb;
  resize: none; }

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
  border: none;
  border: 1px solid #ca2c2c; }

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border: none;
  border: 1px solid #4CAF50; }

.select2-container--default .select2-selection--single {
  height: auto;
  padding: 13px;
  border: none; }

.select2-results__option {
  font-size: 18px; }

.woocommerce table.shop_table.woocommerce-checkout-review-order-table td.product-name {
  width: auto; }

.woocommerce-form__input-checkbox,
.woocommerce form .form-row .input-checkbox {
  display: none; }

#ship-to-different-address label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
  padding-left: 3px; }

label.woocommerce-form__label-for-checkbox:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: solid 1px #dbdbdb; }

label.woocommerce-form__label-for-checkbox.labelChecked:before,
p.labelChecked label.woocommerce-form__label-for-checkbox:before  {
  content: "\2713";
  font-size: 29px;
  color: #ffd421;
  text-align: center;
  line-height: 13px;
  font-weight: 700;
  padding-left: 3px; }

.woocommerce-checkout #payment {
  background: #fff;
  border-radius: 0;
  border: 1px solid #dbdbdb;
  margin-bottom: 30px; }

.woocommerce-checkout-payment input.button.alt {
  background: #ffd421;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 2.3px;
  border: 1px solid #ffd421;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  text-align: center;
  border-radius: 0;
  color: #000;
  padding: 17px; }

.woocommerce-checkout-payment input.button.alt:hover {
  background: #000;
  color: #fff;
  border-color: #000; }

.woocommerce-checkout #payment div.payment_box {
  border-radius: 0; }

.woocommerce-feature-products-title.page-title {
  font-size: 32px;
  margin-bottom: 2rem; }
  ul.products + .woocommerce-feature-products-title.page-title {
    margin-bottom: -5rem; }

.woocommerce-products-header {
  position: relative; }

.back-to-shop {
  position: absolute;
  top: 3.5rem;
  left: 0; }

@media all and (max-width: 767px) {
  main.page > article:first-of-type header h1 {
    font-size: 24px; } }

@media all and (max-width: 580px) {
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100%; } }

/* Checkout estimation story End */
/*Products Grid*/
.page-title {
  font-family: PlayfairDisplay;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #000000; }

main.shop .woocommerce-result-count,
main.shop .add_to_cart_button,
.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
  display: none; }

.woocommerce ul.products {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin: 0 0 22px;
  width: 33%;
  float: none;
  text-align: center; }
  .woocommerce ul.products li.product a h2,
  .woocommerce-page ul.products li.product a h2 {
    text-align: center; }
    .woocommerce ul.products li.product a h2 mark,
    .woocommerce-page ul.products li.product a h2 mark {
      display: none; }

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: SourceSansPro;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: center;
  color: #000000;
  padding: 25px 0 0 0; }

.woocommerce ul.products li.product .price {
  font-family: SourceSansPro;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  color: #000000;
  margin: 0;
  padding-top: 5px; }

.woocommerce ul.products li.product a img {
  margin: 0; }

.woocommerce .woocommerce-ordering.prods-dropdown {
  float: none;
  width: 280px;
  margin-left: auto; }

.prods-dropdown .ui-selectmenu-button.ui-button {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right; }
  @media (max-width: 991px) {
    .prods-dropdown .ui-selectmenu-button.ui-button {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.prods-dropdown .ui-selectmenu-button.ui-button.ui-selectmenu-button-open {
  border: 1px solid #c5c5c5;
  border-bottom: none; }

.prods-dropdown .ui-selectmenu-icon.ui-icon {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.prods-dropdown .ui-selectmenu-text {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin: 0; }

.prods-dropdown .ui-selectmenu-icon.ui-icon:before {
  width: 6px;
  height: 6px;
  border: none;
  background: #c52121;
  z-index: 1; }

.prods-dropdown .ui-selectmenu-icon.ui-icon:after {
  content: '';
  width: 10px;
  height: 6px;
  border: none;
  background: #fff;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  z-index: 2; }

@media all and (max-width: 767px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 76%;
    margin: 0 auto 22px; } }

@media all and (max-width: 420px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 100%; } }

/*Products Grid End*/
/*Product Category Filter*/
.wrapper-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.navigation-filter-title {
  font-family: PlayfairDisplay;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 15px;
  position: relative; }

.icon-after {
  position: absolute;
  top: 50%;
  right: -15px;
  width: 51px;
  height: 1px;
  background: #bababa; }

.icon-after:before {
  content: '';
  display: block;
  width: 1px;
  height: 9px;
  background: #bababa;
  position: absolute;
  top: -4px;
  left: 0; }

.icon-after:after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid #bababa;
  position: absolute;
  top: -3px;
  right: -8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.navigation-filter-body {
  padding: 0;
  margin: 0; }

.navigation-filter-ref {
  list-style: none; }

.navigation-filter-select,
.navigation-filter.prods-dropdown .ui-selectmenu-button.ui-button {
  display: none; }

body.tax-product_cat .woocommerce-products-header__title {
  padding-bottom: 60px; }

.woocommerce div.product {
  width: 84%; }

.woocommerce-product-gallery__image a {
  width: 480px;
  display: block; }

.single-product .page-title {
  display: none; }

.navigation-filter.prods-dropdown .ui-selectmenu-button.ui-button {
  z-index: 20; }

@media all and (max-width: 1024px) {
  .navigation-filter-select,
  .navigation-filter.prods-dropdown .ui-selectmenu-button.ui-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .navigation-filter.prods-dropdown .ui-selectmenu-button.ui-button {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 240px; }
  .navigation-filter-body,
  .navigation-filter-title {
    display: none; }
  .wrapper-products {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative; }
  .navigation-filter {
    position: absolute;
    top: -68px;
    left: 0;
    margin: 0; }
  .woocommerce ul.products,
  .woocommerce div.product {
    width: 100%; }
  .woocommerce div.product {
    margin-top: 64px; }
  .woocommerce-product-gallery__image a {
    width: auto; }
  .single-product .navigation-filter {
    top: 0; }
  .wrapper-products {
    margin-left: 6px;
    margin-right: 6px; } }

.hidden-menu {
  display: block !important;
  visibility: hidden;
  height: 0; }

@media all and (max-width: 767px) {
  .navigation-filter {
    left: 16px; }
  body.tax-product_cat .navigation-filter.prods-dropdown .ui-selectmenu-button.ui-button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media all and (max-width: 768px) {
  .woocommerce-page main.page > article:first-of-type {
    width: 100%; } }

@media all and (max-width: 520px) {
  .woocommerce .woocommerce-ordering.prods-dropdown {
    margin: 3.4em auto 0 auto; }
  .navigation-filter {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -108px; }
  .navigation-filter.prods-dropdown .ui-selectmenu-button.ui-button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  body.tax-product_cat .navigation-filter {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }

/*Product Category Filter End*/
/*Order received*/
.woocommerce-notice--success,
.woocommerce-order-received h2 {
  font-family: SourceSansPro;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 1px; }

.woocommerce-order-received h2 {
  margin: 0; }

.woocommerce ul.order_details {
  padding-left: 0; }

.woocommerce-order-received .addresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.woocommerce-order-received .woocommerce .col2-set .col-1,
.woocommerce-order-received .woocommerce-page .col2-set .col-1,
.woocommerce-order-received .woocommerce .col2-set .col-2,
.woocommerce-order-received .woocommerce-page .col2-set .col-2 {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding-left: 0; }

.woocommerce-order-received .woocommerce .col2-set .col-1 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.woocommerce-order-received .woocommerce .col2-set .col-2 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

main.page > article:first-of-type address {
  border: none;
  padding: 0 12px 0 0;
  margin-top: 10px;
  font-family: SourceSansPro;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.56; }

.woocommerce-order-received main.page > article:first-of-type {
  max-width: 1180px;
  width: 100%; }

.woocommerce-order-received .woocommerce table.shop_table {
  margin-left: -10px; }

.woocommerce-order-received .woocommerce ul.order_details {
  display: none; }

.woocommerce-order-received main.page > article:first-of-type header h1 {
  margin-bottom: 49px; }

.order-info-email {
  line-height: 1.56; }

.custom-order-number {
  font-size: 24px;
  font-weight: 600; }

.help-order-email {
  font-weight: 600; }

.thankyou-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.thankyou-col-1 {
  width: 53%; }

.thankyou-col-2 {
  width: 41%;
  border: 1px solid #dbdbdb;
  padding: 20px; }

.order-overview-wrapper {
  padding-left: 0; }

.order-overview-item {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px; }

.order-img-thumbnail {
  width: 69px;
  height: 46px;
  margin-right: 28px;
  overflow: hidden; }

.order-img-thumbnail a {
  display: block;
  width: 100%;
  height: 100%; }

.order-img-thumbnail img {
  margin-top: -15px; }

.thankyou-col-2 p {
  margin: 0; }

.thankyou-col-2 p.thankyou-order-number-p {
  text-align: center;
  font-family: SourceSansPro;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 10px 0 33px; }

.order-item-name {
  font-weight: 600; }

/*Order received End*/
.product-descr-img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 76%;
  margin-left: -16px;
  overflow: hidden; }

.product-descr-img img {
  width: 100%;
  min-height: 281px;
  height: 100%; }

.order-item-info {
  width: calc(100% - 69px); }

.order-item-subinfo {
  font-size: 16px;
  height: 50px;
  overflow: hidden;
  position: relative; }

.addresses:before {
  display: none; }

.woocommerce-order-received main {
  padding-bottom: 60px; }

.woocommerce-order-received .woocommerce .woocommerce-customer-details,
.woocommerce-order-received .woocommerce .woocommerce-order-details,
.woocommerce-order-received .woocommerce .woocommerce-order-downloads {
  margin-bottom: 0; }

.cart_totals th,
.cart_totals td {
  font-family: SourceSansPro;
  font-size: 18px;
  font-weight: 600 !important;
  letter-spacing: 1px;
  color: #49473f; }

.cart_totals td {
  color: #000;
  font-size: 18px !important; }

.woocommerce ul#shipping_method li ul {
  padding-left: 23px; }

.woocommerce ul#shipping_method li ul li {
  font-family: SourceSansPro;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.56;
  text-transform: capitalize; }

.woocommerce ul#shipping_method li label {
  cursor: pointer;
  position: relative;
  padding-left: 45px;
  font-weight: 600; }

.woocommerce .woocommerce-shipping-fields .shipping_address {
  display: none; }

.woocommerce ul#shipping_method li input[type=radio] {
  display: none; }

.woocommerce ul#shipping_method li label:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: -4px;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  z-index: 1; }

.woocommerce ul#shipping_method li label:after {
  content: "";
  position: absolute;
  left: 4px;
  bottom: 0;
  background: transparent;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  z-index: 2; }

.woocommerce ul#shipping_method li input[type=radio]:checked + label:after {
  background: #ffd421; }

.cart_totals h2 {
  font-family: SourceSansPro;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 30px; }

.product-category-header {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 281px;
  margin: -20px 0 70px; }

.term-description {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 25%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffd421;
  padding: 0 20px;
  font-family: SourceSansPro;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.3; }

.term-description p {
  margin: 0; }

.descr-title {
  font-family: PlayfairDisplay;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 21px; }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  border-top: 3px solid #ffd421; }

.woocommerce-info::before {
  color: #f5c500; }

@media all and (max-width: 768px) {
  .product-descr-img {
    margin-left: 0px;
    width: 100% !important;
    height: 60%; }
  .term-description {
    width: 100% !important;
    height: 50%; }
  .product-category-header {
    display: block !important;
    margin-top: 6px; } }

@media all and (max-width: 580px) {
  body.tax-product_cat .woocommerce-products-header__title.padding_bottom {
    padding-bottom: 0; } }

.additional-descr-custom {
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  text-align: left; }

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  font-size: 1.4rem;
  border-radius: 0;
  color: #000;
  background-color: #ffd421;
  text-transform: uppercase;
  border: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  letter-spacing: 2.3px;
  padding: 16px 30px; }

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: #000;
  color: #fff;
  border-color: #000;
  text-decoration: none !important; }

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-radius: 0;
  border: 1px solid #dbdbdb; }

.woocommerce table.shop_table th,
.woocommerce table.shop_table td.product-name {
  font-family: SourceSansPro;
  font-weight: 600;
  color: #49473f;
  letter-spacing: 1px;
  font-size: 18px; }

.woocommerce table.shop_table td.product-total {
  font-weight: 600; }

input[name="login"].button {
  display: inline-block;
  margin-right: 40px; }

.woocommerce-shipping-calculator {
  padding-top: 25px; }

@media all and (max-width: 1220px) {
  .thankyou-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .thankyou-col-1,
  .thankyou-col-2 {
    width: 80%;
    margin: auto; }
  .thankyou-col-1 {
    padding-bottom: 30px; } }

@media all and (max-width: 767px) {
  .woocommerce-order-received .addresses {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

.woocommerce .woocommerce-message a {
  background-color: transparent !important;
  border: 1px solid #000 !important; }
  .woocommerce .woocommerce-message a:hover {
    background-color: #000 !important; }
  @media (max-width: 991px) {
    .woocommerce .woocommerce-message a {
      float: none; } }

.woocommerce-cart table.cart td.actions .coupon {
  text-align: left; }

.woocommerce-checkout #payment .payment_method_paypal img {
  max-height: 100%; }

.shop-slider {
  background: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 500px;
  overflow: hidden;
  color: #fff; }
  .shop-slider:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.3); }
  .shop-slider div {
    position: relative;
    top: 33%;
    left: 8%; }
    .shop-slider div h1 {
      font-family: "Playfair Display", serif; }
    .shop-slider div p {
      font-family: SourceSansPro, arial, helvetica, sans-serif; }

main.shop-slider .owl-item > div:first-child {
  background-size: cover;
  background-position: center center;
  height: 500px; }
  main.shop-slider .owl-item > div:first-child:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#000), to(#000));
    background-image: linear-gradient(to bottom right, #000, #000);
    opacity: .3; }

main.shop-slider .container {
  top: 40%;
  position: relative;
  color: #fff; }
  main.shop-slider .container h1 {
    font-family: "Playfair Display", serif;
    color: #fff;
    font-size: 4rem;
    font-weight: bold;
    line-height: 0.1; }

main.shop-slider .owl-nav {
  color: #fff; }
  main.shop-slider .owl-nav .owl-next {
    position: absolute;
    top: 45% !important;
    right: 10px !important;
    font-size: 5rem !important; }
  main.shop-slider .owl-nav .owl-prev {
    font-size: 5rem;
    position: absolute;
    top: 45%;
    left: 10px; }

.avr-over {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  background: rgba(0, 0, 0, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99; }
  .avr-over .avr-container {
    width: 50%;
    min-width: 300px;
    margin: auto;
    padding: 40px;
    min-height: 300px;
    background: rgba(0, 0, 0, 0.75);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .avr-over .avr-container p {
      color: #fff; }
      .avr-over .avr-container p.error {
        color: #f33; }

.stock.in-stock {
  display: none; }

main.single.gallery > article:first-of-type div.content {
  position: relative;
  margin-left: 0; }
  main.single.gallery > article:first-of-type div.content .gallery-card img {
    margin-bottom: 20px; }
  main.single.gallery > article:first-of-type div.content .gallery-card span {
    margin-left: 200px;
    display: block; }
  main.single.gallery > article:first-of-type div.content .owl-nav {
    position: absolute;
    top: -44px;
    right: 21px;
    width: 40px; }
    main.single.gallery > article:first-of-type div.content .owl-nav div {
      cursor: pointer;
      color: #000;
      display: inline-block;
      background: #ffd421;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 1.4rem;
      letter-spacing: 2.3px;
      padding: 16px 30px;
      border: 1px solid #ffd421;
      -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
      transition: background-color 0.25s ease-out, color 0.25s ease-out;
      text-align: center;
      padding: 6px 15px; }
      body.india main.single.gallery > article:first-of-type div.content .owl-nav div {
        background: #118cda;
        border-color: #118cda; }
        body.india main.single.gallery > article:first-of-type div.content .owl-nav div:hover {
          background: #000;
          border-color: #000; }
      main.single.gallery > article:first-of-type div.content .owl-nav div:hover {
        color: #fff !important;
        background: #000;
        border-color: #000;
        text-decoration: none !important; }
      main.single.gallery > article:first-of-type div.content .owl-nav div[disabled] {
        opacity: 0.5; }
      main.single.gallery > article:first-of-type div.content .owl-nav div.owl-prev, main.single.gallery > article:first-of-type div.content .owl-nav div.owl-next {
        opacity: 1;
        left: -22px; }
        main.single.gallery > article:first-of-type div.content .owl-nav div.owl-prev i, main.single.gallery > article:first-of-type div.content .owl-nav div.owl-next i {
          background-color: transparent;
          padding: 0;
          border-radius: 0; }
      main.single.gallery > article:first-of-type div.content .owl-nav div.owl-next {
        right: -22px;
        left: auto; }
  main.single.gallery > article:first-of-type div.content .counter {
    position: absolute;
    top: -40px;
    right: 99px;
    display: none; }

@media (max-width: 767px) {
  main.single.gallery > article:first-of-type div.content .gallery-card span {
    margin-left: 0; }
  main.single.gallery > article:first-of-type div.content .owl-nav .owl-prev, main.single.gallery > article:first-of-type div.content .owl-nav .owl-next {
    display: inline-block !important; } }

.single-players {
  display: block !important; }
  .single-players #main {
    width: 100%; }
  .single-players .player-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px; }
    .single-players .player-wrap article {
      width: 73%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 73%;
              flex: 0 0 73%; }
    @media (max-width: 767px) {
      .single-players .player-wrap article {
        width: 100%; } }
  .single-players .container {
    max-width: 1204px !important; }
  .single-players .name-block {
    padding: 30px 0 15px 0;
    -webkit-box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.2); }
    .single-players .name-block h1 {
      font-size: 36px;
      font-weight: 600;
      line-height: 0.78; }
      @media (max-width: 767px) {
        .single-players .name-block h1 {
          text-align: center;
          font-size: 16px; } }
  .single-players .player-image {
    margin-top:-130px;
  }
  .single-players .banner-image {
    height: 300px;
    width: 100%;
    display: block;
    background: url(http://via.placeholder.com/2000x400) center center no-repeat; }
    @media (max-width: 767px) {
      .single-players .banner-image {
        display: none; } }
  .single-players .player-info-block {
    position: relative; }
    @media (max-width: 767px) {
      .single-players .player-info-block {
        top: 0;
        margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .single-players .player-image {
      text-align: center; } }
  .single-players .player-image img {
    background: #fff;
    padding: 5px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    width: 100%;
    height: auto;
    max-width: 200px; }
    @media (max-width: 767px) {
      .single-players .player-image img {
        width: 150px;
        height: auto;
        padding: 0;
        -webkit-box-shadow: 0;
                box-shadow: 0; } }
  .single-players .player-summary {
    position: relative;
    padding-bottom: 15px; }
    @media (max-width: 991px) {
      .single-players .player-summary {
        padding: 10px; } }
    .single-players .player-summary div {
      font-size: 12px;
      font-weight: 300;
      line-height: 1.58;
      letter-spacing: 0.4px;
      color: #000; }
      .single-players .player-summary div:nth-child(4) {
        padding-bottom: 15px; }
    .single-players .player-summary span {
      font-size: 12px;
      font-weight: 300;
      line-height: 1.58;
      letter-spacing: 0.4px;
      color: #c52121; }
    .single-players .player-summary:nth-child(2) {
      border-bottom: 1px solid #ffd421;
      margin-bottom: 25px; }
  .single-players .player-stats h2 {
    text-align: center;
    font-family: "Playfair Display", serif;
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
    margin: 2rem 0 3rem; }
    .single-players .player-stats h2::before, .single-players .player-stats h2::after {
      content: "";
      background: url(../svg/icon-divider-end2-black.svg) no-repeat 100% 50%;
      display: inline-block; }
    .single-players .player-stats h2::before {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .single-players .player-stats h2::before, .single-players .player-stats h2::after {
      height: 10px;
      width: 54px;
      border-left: 1px solid #000; }
    .single-players .player-stats h2::after {
      margin: 0 0 0 16px; }
    .single-players .player-stats h2::before {
      margin: 0 16px 0 0; }
    .single-players .player-stats h2.lw20::before, .single-players .player-stats h2.lw20::after {
      width: 20px; }
    .single-players .player-stats h2.lw10::before, .single-players .player-stats h2.lw10::after {
      display: none; }
    .single-players .player-stats h2.lw30::before, .single-players .player-stats h2.lw30::after {
      width: 30px; }
    .single-players .player-stats h2.lw40::before, .single-players .player-stats h2.lw40::after {
      width: 40px; }
    .single-players .player-stats h2.lw50::before, .single-players .player-stats h2.lw50::after {
      width: 50px; }
    .single-players .player-stats h2.lw60::before, .single-players .player-stats h2.lw60::after {
      width: 60px; }
  .single-players .player-stats table.table {
    font-size: 1.4rem;
    margin-bottom: 4rem; }
    .single-players .player-stats table.table thead th {
      border-bottom: none !important; }
    .single-players .player-stats table.table th, .single-players .player-stats table.table td {
      border-top: none !important;
      padding: 0.3rem; }

main.single > article:first-of-type header > strong:first-child {
  color: #c52121;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1.7px; }

main.single > article:first-of-type address {
  display: block; }
  main.single > article:first-of-type address strong {
    font-weight: 600; }
  main.single > article:first-of-type address time span {
    display: inline;
    font-weight: normal;
    color: #979797;
    font-size: 1.3rem; }

main.single > article:first-of-type div.content img, main.single > article:first-of-type div.content .wp-caption.alignnone {
  max-width: 100% !important;
  height: auto; }

main.single > article:first-of-type footer > h1 {
  margin: 0;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  font-family: SourceSansPro, arial, helvetica, sans-serif; }

@media (min-width: 768px) {
  main.single {
    width: 98%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin: auto;
    padding: 0 1.6rem; }
    main.single > article:first-of-type {
      width: 73%; }
      main.single > article:first-of-type header h1 {
        font-family: "Playfair Display", serif;
        color: #000;
        font-size: 4.5rem;
        font-weight: bold;
        line-height: 1.3;
        margin: 0 0 25px 0; }
      main.single > article:first-of-type header h1 + img {
        border-bottom: 4px solid #ffd421; }
      main.single > article:first-of-type address {
        float: left;
        width: 32%;
        margin-top: 33px;
        line-height: 1; }
        main.single > article:first-of-type address img {
          border-radius: 40px;
          display: block;
          margin-right: 15px;
          margin-bottom: 23px;
          max-width: 90%;
          height: auto; }
        main.single > article:first-of-type address strong {
          font-size: 1.6rem;
          display: inline-block;
          margin-top: 20px; }
        main.single > article:first-of-type address a.author-twitter {
          font-size: 1.2rem;
          display: inline-block;
          padding-left: 16px;
          background: url(../png/twitter0.png) no-repeat 0 0/auto 10px; }
        main.single > article:first-of-type address time {
          clear: both;
          display: block;
          background: url(../png/deco1.png) no-repeat 0 0/161px auto;
          font-size: 1.4rem;
          font-weight: 600;
          display: block;
          padding: 23px 0 8px 0; }
          main.single > article:first-of-type address time span {
            display: inline;
            font-weight: normal;
            color: #979797;
            font-size: 1.3rem; }
        main.single > article:first-of-type address span {
          font-size: 1.2rem;
          display: block;
          margin-bottom: 12px; }
      main.single > article:first-of-type div.content {
        margin-left: 300px;
        margin-top: 33px; }
        main.single > article:first-of-type div.content p a {
          -webkit-transition: 0.25s all;
          transition: 0.25s all;
          position: relative;
          text-decoration: none !important;
          background-repeat: repeat-x;
          background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #c52121), color-stop(0, rgba(0, 0, 0, 0)));
          background-image: linear-gradient(to right, #c52121 100%, rgba(0, 0, 0, 0) 0);
          background-size: 1px 1px;
          background-position: 0 1.15em;
          transition: 0.25s all; }
          main.single > article:first-of-type div.content p a:hover {
            border: none;
            text-decoration: none !important;
            background-position-y: -1px;
            color: #c52121; }
      main.single > article:first-of-type footer {
        margin-left: 200px; } }

ul.tag-list {
  padding: 0;
  margin: 0 0 40px 0;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  font-family: SourceSansPro, arial, helvetica, sans-serif; }
  ul.tag-list li {
    background: #c52121;
    color: #fff;
    padding: 6px 11px;
    border-radius: 100px;
    line-height: 1;
    margin: 5px 0 0 5px;
    display: inline-block; }
    ul.tag-list li a {
      color: inherit; }

main.single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

main.single > article:first-of-type {
  border-right: 2px solid #dbdbdb;
  padding-right: 2%;
  width: 73%; }
  main.single > article:first-of-type header img {
    width: 100%;
    height: auto; }
  main.single > article:first-of-type address {
    width: 200px; }
  main.single > article:first-of-type div.content {
    margin-left: 200px; }

main.single section#post-sidebar {
  width: 25%;
  margin-left: 2%;
  position: -webkit-sticky;
  position: sticky;
  top: -140px;
  -ms-flex-item-align: start;
      align-self: flex-start; }

@media (max-width: 767px) {
  main.single > article:first-of-type {
    width: 100% !important; }
    main.single > article:first-of-type header {
      text-align: center; }
      main.single > article:first-of-type header h1 {
        font-family: "Playfair Display", serif;
        color: #000;
        font-size: 2.4rem;
        font-weight: bold;
        line-height: 1.3;
        margin: 0 0 32px 0;
        padding: 0 1.6rem; }
      main.single > article:first-of-type header img {
        width: 100%;
        height: auto; }
    main.single > article:first-of-type address {
      background: #ffd421;
      font-size: 1.2rem;
      text-align: right;
      padding: 13px;
      width: 100%;
      margin-top: 0; }
      main.single > article:first-of-type address img {
        display: none; }
      main.single > article:first-of-type address strong {
        display: inline-block;
        margin-top: 0; }
        main.single > article:first-of-type address strong:after {
          content: "\00a0/"; }
      main.single > article:first-of-type address time {
        display: inline-block;
        padding: 0; }
      main.single > article:first-of-type address span, main.single > article:first-of-type address br{
        display: none; }
    main.single > article:first-of-type div.content {
      padding-top: 26px;
      margin-left: 0; }
      main.single > article:first-of-type div.content img {
        width: 100%;
        height: auto; }
      main.single > article:first-of-type div.content p {
        padding: 0 1.6rem; }
    main.single > article:first-of-type footer {
      padding: 0 1.6rem;
      margin-left: 0; } }

main.page.teams {
  display: block; }

.teams {
  max-width: 1184px;
  margin: auto;
  width: 100%; }
  .teams h1 {
    text-align: center;
    font-family: "Playfair Display", serif;
    color: #000;
    font-size: 4.8rem;
    font-weight: bold;
    line-height: 1.3; }
  .teams .sub-menu {
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none; }
    .teams .sub-menu li {
      margin: 20px 0;
      padding: 0 30px;
      display: inline-block;
      background-color: #fff;
      text-transform: uppercase; }
  .teams article.archive-article-first {
    width: 73%;
    margin-bottom: 50px;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 991px) {
      .teams article.archive-article-first {
        width: 65%; } }
    .teams article.archive-article-first h1 {
      text-align: left;
      margin-top: 0; }
    .teams article.archive-article-first a div:first-child {
      margin-right: 32px; }
    @media (max-width: 991px) {
      .teams article.archive-article-first a {
        display: block; }
        .teams article.archive-article-first a div:first-child {
          margin-right: 0;
          width: 100%; }
        .teams article.archive-article-first a div:last-child {
          width: 100%; } }
    @media (max-width: 767px) {
      .teams article.archive-article-first {
        width: 100%;
        float: none; }
        .teams article.archive-article-first a div:first-child {
          margin-right: 0;
          width: inherit; }
        .teams article.archive-article-first h1 {
          margin-left: 2%;
          margin-right: 2%; } }
  .teams .tabs {
    float: left;
    width: 25%;
    padding: 0 1%; }
    @media (max-width: 991px) {
      .teams .tabs {
        width: 33%; } }
    @media (max-width: 767px) {
      .teams .tabs {
        width: 100%;
        padding: 0 10px; } }
    .teams .tabs .nav-link.active {
      border-bottom: 2px solid #c52121; }
    .teams .tabs .tab-content {
      background: #f8f8f8;
      padding: 10px 20px; }
      .teams .tabs .tab-content p {
        margin: 0 0 10px 0;
        font-size: 1.8rem;
        font-weight: 300;
        line-height: 1.56; }
      .teams .tabs .tab-content h4 {
        padding: 0 20px;
        font-size: 2rem;
        font-weight: 600; }
      .teams .tabs .tab-content strong {
        padding: 0 20px;
        display: table;
        font-size: 1.5rem; }
      .teams .tabs .tab-content a {
        font-size: 1.3rem;
        padding-left: 22px;
        color: #c52121; }
      .teams .tabs .tab-content time {
        padding: 0 20px 15px;
        font-size: 1.2rem;
        font-weight: 300;
        line-height: 1.58;
        letter-spacing: 0.4px;
        display: block;
        background: url(../svg/icon-divider.svg) no-repeat 50% 100%/118px auto;
        margin: 0 0 8px 0; }
      .teams .tabs .tab-content span {
        font-size: 1.2rem;
        font-weight: 600;
        padding: 0; }

.owl-players {
  display: none !important;
  -webkit-transition: 1.5s all;
  transition: 1.5s all;
  margin-bottom: 4rem; }
  .owl-players .player-info-card {
    text-align: center;
    padding: 10px; }
  .owl-players.selected {
    display: block !important; }

.owl-carousel.owl-loaded {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.owl-prev {
  font-size: 5rem;
  position: absolute;
  top: 40%;
  left: 22px; }
  .owl-prev:hover {
    color: #ffd421 !important; }
  .owl-prev i {
    background-color: #fff;
    padding: 0 16px;
    border-radius: 25px; }

.owl-next {
  font-size: 5rem;
  position: absolute;
  top: 40%;
  right: 22px; }
  .owl-next:hover {
    color: #ffd421 !important; }
  .owl-next i {
    background-color: #fff;
    padding: 0 16px;
    border-radius: 25px; }

body.page-template-squad-selector .level {
  position: relative;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  body.page-template-squad-selector .level form {
    width: 53%; }
    @media (max-width: 991px) {
      body.page-template-squad-selector .level form {
        width: 50%; } }
    @media (max-width: 767px) {
      body.page-template-squad-selector .level form {
        width: 120px; } }
    body.page-template-squad-selector .level form .yourdetails {
      padding-right: 15px;
      display: none; }
  body.page-template-squad-selector .level .yourteam {
    position: relative;
    padding-bottom: 80px; }
    body.page-template-squad-selector .level .yourteam > ul {
      height: 90px;
      width: 100%;
      text-align: center;
      position: relative;
      list-style: none;
      padding-right: 15px;
      margin: 15px 0 0; }
      @media (max-width: 991px) {
        body.page-template-squad-selector .level .yourteam > ul {
          padding: 0 2px; } }
      @media (max-width: 767px) {
        body.page-template-squad-selector .level .yourteam > ul {
          height: 127px;
          width: 106px; } }
      body.page-template-squad-selector .level .yourteam > ul:before {
        color: #858586;
        font-size: 42px;
        top: -2px;
        left: 0;
        right: 15px;
        bottom: -4px;
        position: absolute;
        text-align: left;
        line-height: 90px;
        background: #ececed;
        border: 1px dashed #9d9c9d;
        padding-left: 20px; }
        @media (max-width: 767px) {
          body.page-template-squad-selector .level .yourteam > ul:before {
            right: 0;
            text-align: center;
            line-height: 117px;
            padding-left: 0; } }
      body.page-template-squad-selector .level .yourteam > ul li {
        padding-right: 15px; }
        @media (max-width: 767px) {
          body.page-template-squad-selector .level .yourteam > ul li {
            padding-right: 0; } }

body.page-template-squad-selector .player-scroll {
  width: 47%;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background: repeating-linear-gradient(45deg, #f7f7f7, #f7f7f7 5px, white 5px, white 10px);
  background: #f7f7f7 !important;
  border-top: 2px #ffd421 solid;
  border-bottom: 2px #ffd421 solid;
  margin-top: 55px;
  max-height: calc(100vh - 163px);
  position: -webkit-sticky;
  position: sticky;
  top: 123px; }
  @media (max-width: 991px) {
    body.page-template-squad-selector .player-scroll {
      width: 50%; } }
  @media (max-width: 767px) {
    body.page-template-squad-selector .player-scroll {
      top: 46px;
      width: calc(100% - 120px); } }

body.page-template-squad-selector .squad-lists li,
body.page-template-squad-selector .ui-sortable-handle {
  margin: 10px 15px 10px 40px;
  cursor: move;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  list-style-type: none;
  z-index: 2;
  position: relative;
  background: #fafafa;
  border: 1px solid #777;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 991px) {
    body.page-template-squad-selector .squad-lists li,
    body.page-template-squad-selector .ui-sortable-handle {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-left: 0; } }
  @media (max-width: 767px) {
    body.page-template-squad-selector .squad-lists li,
    body.page-template-squad-selector .ui-sortable-handle {
      margin-right: 0; } }
  body.page-template-squad-selector .squad-lists li img,
  body.page-template-squad-selector .ui-sortable-handle img {
    width: 90px;
    min-width: 90px;
    max-width: 90px;
    display: block;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 7px 3px #777;
            box-shadow: 0px 0px 7px 3px #777; }
    @media (max-width: 767px) {
      body.page-template-squad-selector .squad-lists li img,
      body.page-template-squad-selector .ui-sortable-handle img {
        width: 100px;
        min-width: 100px;
        max-width: 100px; } }
  body.page-template-squad-selector .squad-lists li div,
  body.page-template-squad-selector .ui-sortable-handle div {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      body.page-template-squad-selector .squad-lists li div,
      body.page-template-squad-selector .ui-sortable-handle div {
        width: 100%;
        height: 2.7rem; } }
    body.page-template-squad-selector .squad-lists li div span,
    body.page-template-squad-selector .ui-sortable-handle div span {
      font-weight: bold;
      text-transform: uppercase;
      display: block;
      font-size: 1.8rem;
      width: 100%; }
      @media (max-width: 767px) {
        body.page-template-squad-selector .squad-lists li div span,
        body.page-template-squad-selector .ui-sortable-handle div span {
          font-size: 1.1rem;
          line-height: 1; } }

body.page-template-squad-selector .squad-lists ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  list-style: none;
  padding: 15px;
  margin-top: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 767px) {
    body.page-template-squad-selector .squad-lists ul {
      padding: 12px; } }
  body.page-template-squad-selector .squad-lists ul li {
    margin-bottom: 30px;
    margin: 0 5px 10px;
    width: 100%; }
    @media (max-width: 767px) {
      body.page-template-squad-selector .squad-lists ul li {
        width: 100px; } }

body.page-template-squad-selector .squad-lists h2 {
  clear: left;
  background: #ffd421;
  color: #000;
  font-size: 22px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  position: relative;
  width: 100%; }
  body.page-template-squad-selector .squad-lists h2:before {
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #ffd421 transparent transparent transparent; }

body.page-template-squad-selector #myteam1::before {
  content: "1"; }

body.page-template-squad-selector #myteam2::before {
  content: "2"; }

body.page-template-squad-selector #myteam3::before {
  content: "3"; }

body.page-template-squad-selector #myteam4::before {
  content: "4"; }

body.page-template-squad-selector #myteam5::before {
  content: "5"; }

body.page-template-squad-selector #myteam6::before {
  content: "6"; }

body.page-template-squad-selector #myteam7::before {
  content: "7"; }

body.page-template-squad-selector #myteam8::before {
  content: "8"; }

body.page-template-squad-selector #myteam9::before {
  content: "9"; }

body.page-template-squad-selector #myteam10::before {
  content: "10"; }

body.page-template-squad-selector #myteam11::before {
  content: "11"; }

body.page-template-squad-selector #myteam12::before {
  content: "12"; }

body.page-template-squad-selector #myteam13::before {
  content: "13"; }

body.page-template-squad-selector #myteam14::before {
  content: "14"; }

body.page-template-squad-selector #myteam15::before {
  content: "15"; }

body.page-template-squad-selector #myteam16::before {
  content: "16"; }

body.page-template-squad-selector li.zero-height-placeholder {
  height: 0px;
  margin: 0px; }

body.page-template-squad-selector #ssel-next {
  display: none;
  height: 60px;
  z-index: 99;
  bottom: 0;
  position: absolute;
  margin-top: 20px;
  width: 100%;
  padding-right: 15px; }
  body.page-template-squad-selector #ssel-next span {
    cursor: pointer;
    display: block;
    font-size: 1.8em;
    line-height: 25px;
    width: 100%;
    padding: 16px 0; }

body.page-template-squad-selector img.ss-share-image {
  max-width: 100%; }

body.page-template-squad-selector .btn-share, body.page-template-squad-selector .btn-facebook, body.page-template-squad-selector .btn-twitter {
  color: white;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #ffd421;
  margin-right: 10px; }
  body.page-template-squad-selector .btn-share:hover, body.page-template-squad-selector .btn-facebook:hover, body.page-template-squad-selector .btn-twitter:hover {
    color: white;
    background: #edbf00; }
  body.page-template-squad-selector .btn-share:before, body.page-template-squad-selector .btn-facebook:before, body.page-template-squad-selector .btn-twitter:before {
    font-family: "Font Awesome 5 Brands";
    margin-right: 10px; }

body.page-template-squad-selector .btn-facebook {
  background: #2d4373;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  body.page-template-squad-selector .btn-facebook:before {
    content: "\f39e"; }
  body.page-template-squad-selector .btn-facebook:hover, body.page-template-squad-selector .btn-facebook:focus {
    background: #1f2e4e;
    color: white; }

body.page-template-squad-selector .btn-twitter {
  background: #2795e9; }
  body.page-template-squad-selector .btn-twitter:before {
    content: "\f099"; }
  body.page-template-squad-selector .btn-twitter:hover, body.page-template-squad-selector .btn-twitter:focus {
    background: #147bc9;
    color: white; }

.widget_wisden_fixtures_results_module {
  margin-bottom: 40px;
  width: 98%;
  max-width: 1184px;
  margin-left: auto;
  margin-right: auto; }
  .widget_wisden_fixtures_results_module .fixtures-results-carousel {
    padding: 0 50px !important;
    max-height: 420px;
    overflow: hidden; }
    .widget_wisden_fixtures_results_module .fixtures-results-carousel:after {
      content: '';
      position: absolute;
      left: 50px;
      top: 0;
      bottom: 0;
      right: 50px;
      background-color: #fff;
      background-image: url(../png/fixture.png);
      background-repeat: repeat-x;
      background-position-x: center;
      -webkit-transition: opacity 1s ease-in-out;
      transition: opacity 1s ease-in-out; }
    .widget_wisden_fixtures_results_module .fixtures-results-carousel.owl-loaded {
      max-height: none; }
      .widget_wisden_fixtures_results_module .fixtures-results-carousel.owl-loaded:after {
        display: none; }
    .widget_wisden_fixtures_results_module .fixtures-results-carousel .owl-stage {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .widget_wisden_fixtures_results_module .fixtures-results-carousel .owl-stage .owl-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .widget_wisden_fixtures_results_module .fixtures-results-carousel .slide-item {
      border: 2px solid #dbdbdb;
      border-bottom: 2px solid #ffd421;
      padding: 20px;
      margin: 0 10px;
      width: 100%;
      min-height: 360px; }
      .widget_wisden_fixtures_results_module .fixtures-results-carousel .slide-item .status-box {
        background-color: #49473f;
        font-size: 1.1rem;
        font-weight: 600;
        letter-spacing: 0.4px;
        text-align: center;
        text-transform: uppercase;
        color: #ffffff;
        padding: 6px 0;
        margin-bottom: 15px; }
        .widget_wisden_fixtures_results_module .fixtures-results-carousel .slide-item .status-box.live, .widget_wisden_fixtures_results_module .fixtures-results-carousel .slide-item .status-box.stumps {
          background-color: #c52121; }
        .widget_wisden_fixtures_results_module .fixtures-results-carousel .slide-item .status-box.result {
          background-color: green; }
      .widget_wisden_fixtures_results_module .fixtures-results-carousel .slide-item .team-content {
        margin-bottom: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative; }
        .widget_wisden_fixtures_results_module .fixtures-results-carousel .slide-item .team-content .team-flag {
          max-width: 52px;
          display: inline-block;
          max-height: 44px;
          width: auto;
          height: auto;
          display: inline-block;
          vertical-align: top;
          margin-top: 4px;
          position: absolute; }
        .widget_wisden_fixtures_results_module .fixtures-results-carousel .slide-item .team-content .team-info {
          display: inline-block;
          margin-left: 6.2rem; }
          .widget_wisden_fixtures_results_module .fixtures-results-carousel .slide-item .team-content .team-info h2.team-header {
            color: #000000;
            display: inline-block;
            font-size: 23px;
            line-height: 30px;
            margin: 0; }
          .widget_wisden_fixtures_results_module .fixtures-results-carousel .slide-item .team-content .team-info .team-score {
            font-size: 1.8rem;
            font-weight: 600;
            letter-spacing: 0.6px; }
            .widget_wisden_fixtures_results_module .fixtures-results-carousel .slide-item .team-content .team-info .team-score .status-score {
              color: #000000; }
      .widget_wisden_fixtures_results_module .fixtures-results-carousel .slide-item .result-content {
        font-size: 1.6rem;
        font-weight: 600;
        letter-spacing: 0.5px;
        margin: -15px 0 130px;
        color: #c52121;
        font-weight: 900; }
        .widget_wisden_fixtures_results_module .fixtures-results-carousel .slide-item .result-content img {
          width: 16px;
          height: 16px;
          margin-top: -6px;
          display: inline-block; }
      .widget_wisden_fixtures_results_module .fixtures-results-carousel .slide-item .stumps ~ .team-content .team-score, .widget_wisden_fixtures_results_module .fixtures-results-carousel .slide-item .live ~ .team-content .team-score {
        color: #999999; }
        .widget_wisden_fixtures_results_module .fixtures-results-carousel .slide-item .stumps ~ .team-content .team-score .current, .widget_wisden_fixtures_results_module .fixtures-results-carousel .slide-item .live ~ .team-content .team-score .current {
          color: #000000; }
          .widget_wisden_fixtures_results_module .fixtures-results-carousel .slide-item .stumps ~ .team-content .team-score .current:after, .widget_wisden_fixtures_results_module .fixtures-results-carousel .slide-item .live ~ .team-content .team-score .current:after {
            content: '';
            position: block;
            width: 10px;
            height: 10px;
            border-radius: 5px;
            background-color: #c52121;
            display: inline-block;
            top: 50%;
            -webkit-transform: translateY(-2px);
                    transform: translateY(-2px);
            margin: 0 4px; }
      .widget_wisden_fixtures_results_module .fixtures-results-carousel .slide-item .carousel-lower-content {
        position: absolute;
        bottom: 10px;
        width: calc(100% - 45px); }
        .widget_wisden_fixtures_results_module .fixtures-results-carousel .slide-item .carousel-lower-content .match-details {
          font-size: 14px;
          font-weight: 300;
          line-height: 1.36;
          letter-spacing: 0.4px;
          margin-bottom: 15px;
          position: relative; }
          .widget_wisden_fixtures_results_module .fixtures-results-carousel .slide-item .carousel-lower-content .match-details span {
            font-size: 1.2em;
            font-weight: 900; }
          .widget_wisden_fixtures_results_module .fixtures-results-carousel .slide-item .carousel-lower-content .match-details img.league-icon {
            width: 70px;
            position: absolute;
            right: 0;
            top: -5px; }
      .widget_wisden_fixtures_results_module .fixtures-results-carousel .slide-item .link-viewall {
        display: block;
        font-size: 16px;
        margin-top: 20px; }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .widget_wisden_fixtures_results_module .fixtures-results-carousel {
    padding: 0 15px !important; }
    .widget_wisden_fixtures_results_module .fixtures-results-carousel:after {
      left: 15px;
      top: 0;
      bottom: 0;
      right: 15px; }
    .widget_wisden_fixtures_results_module .fixtures-results-carousel .slide-item .team-content .team-flag {
      max-width: 52px;
      display: inline-block;
      margin-top: 5px;
      max-height: 44px;
      width: auto;
      height: auto; }
    .widget_wisden_fixtures_results_module .fixtures-results-carousel .slide-item .team-content .team-info {
      padding-left: 8px; }
    .widget_wisden_fixtures_results_module .fixtures-results-carousel .slide-item .carousel-lower-content .cta-container {
      text-align: center; }
    .widget_wisden_fixtures_results_module .fixtures-results-carousel .slide-item .carousel-lower-content img.league-icon {
      position: static;
      margin: 20px auto 0; }
  .widget_wisden_fixtures_results_module .owl-nav {
    top: 210px;
    z-index: 1; } }

main.page.team-page {
  width: 100%;
  max-width: 100%;
  display: block; }
  @media (max-width: 767px) {
    main.page.team-page .wg {
      margin: 0; } }
  main.page.team-page article.archive-article-first {
    margin-bottom: 2.4rem; }
    @media (max-width: 767px) {
      main.page.team-page article.archive-article-first {
        margin-bottom: 0; } }
  main.page.team-page .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: middle; }
  main.page.team-page > h1 {
    font-family: "Playfair Display", serif;
    color: #000;
    font-size: 4.5rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: center; }
    @media (min-width: 576px) {
      main.page.team-page > h1 {
        padding-top: 1.5rem; } }
    main.page.team-page > h1 .img-responsive {
      max-height: 48px;
      display: inline;
      border: 1px solid #dbdbdb; }
      main.page.team-page > h1 .img-responsive.logo {
        border: none; }
      @media (max-width: 767px) {
        main.page.team-page > h1 .img-responsive {
          max-height: 32px;
          max-width: 6.5rem; } }
    @media (max-width: 767px) {
      main.page.team-page > h1 {
        font-size: 3.2rem; } }
  main.page.team-page .ben-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
  main.page.team-page .ben-row {
    margin-right: -15px;
    margin-left: -15px; }
  main.page.team-page .progress {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease; }
  main.page.team-page h2.live {
    font-size: 2.2rem;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.4px;
    margin: 0;
    text-transform: uppercase;
    color: #ffffff; }
  main.page.team-page h2.team-header {
    font-family: 'Playfair Display', serif;
    font-size: 23px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #ffffff; }
  main.page.team-page p.match-status {
    font-size: 1.8rem;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px; }
  main.page.team-page #newscard {
    text-align: center;
    width: 100%;
    padding: 20px 0; }
    main.page.team-page #newscard h2.newscard-header {
      font-family: 'Playfair Display', serif;
      font-size: 20px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #000000;
      display: inline-block;
      margin: 0;
      text-align: center; }
      main.page.team-page #newscard h2.newscard-header::before, main.page.team-page #newscard h2.newscard-header::after {
        content: "";
        background: url(../svg/icon-divider-end2-black.svg) no-repeat 100% 50%;
        display: inline-block; }
      main.page.team-page #newscard h2.newscard-header::before {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      main.page.team-page #newscard h2.newscard-header::before, main.page.team-page #newscard h2.newscard-header::after {
        height: 10px;
        width: 54px;
        border-left: 1px solid #000; }
      main.page.team-page #newscard h2.newscard-header::after {
        margin: 0 0 0 16px; }
      main.page.team-page #newscard h2.newscard-header::before {
        margin: 0 16px 0 0; }
      main.page.team-page #newscard h2.newscard-header.lw20::before, main.page.team-page #newscard h2.newscard-header.lw20::after {
        width: 20px; }
      main.page.team-page #newscard h2.newscard-header.lw10::before, main.page.team-page #newscard h2.newscard-header.lw10::after {
        display: none; }
      main.page.team-page #newscard h2.newscard-header.lw30::before, main.page.team-page #newscard h2.newscard-header.lw30::after {
        width: 30px; }
      main.page.team-page #newscard h2.newscard-header.lw40::before, main.page.team-page #newscard h2.newscard-header.lw40::after {
        width: 40px; }
      main.page.team-page #newscard h2.newscard-header.lw50::before, main.page.team-page #newscard h2.newscard-header.lw50::after {
        width: 50px; }
      main.page.team-page #newscard h2.newscard-header.lw60::before, main.page.team-page #newscard h2.newscard-header.lw60::after {
        width: 60px; }
  main.page.team-page .widget_wisden_fixtures_results_module .owl-carousel.owl-loaded, main.page.team-page .widget_wisden_series_team_selector_module .owl-carousel.owl-loaded, main.page.team-page .widget_wisden_player_index_module .owl-carousel.owl-loaded, main.page.team-page .widget_wisden_newscard_module .owl-carousel.owl-loaded, main.page.team-page .widget_wisden_image_video_gallery .owl-carousel.owl-loaded {
    padding-left: 0;
    padding-right: 0; }
  main.page.team-page .widget_wisden_fixtures_results_module .owl-nav .owl-prev, main.page.team-page .widget_wisden_fixtures_results_module .owl-nav .owl-next, main.page.team-page .widget_wisden_series_team_selector_module .owl-nav .owl-prev, main.page.team-page .widget_wisden_series_team_selector_module .owl-nav .owl-next, main.page.team-page .widget_wisden_player_index_module .owl-nav .owl-prev, main.page.team-page .widget_wisden_player_index_module .owl-nav .owl-next, main.page.team-page .widget_wisden_newscard_module .owl-nav .owl-prev, main.page.team-page .widget_wisden_newscard_module .owl-nav .owl-next, main.page.team-page .widget_wisden_image_video_gallery .owl-nav .owl-prev, main.page.team-page .widget_wisden_image_video_gallery .owl-nav .owl-next {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0.5; }
    main.page.team-page .widget_wisden_fixtures_results_module .owl-nav .owl-prev:hover, main.page.team-page .widget_wisden_fixtures_results_module .owl-nav .owl-next:hover, main.page.team-page .widget_wisden_series_team_selector_module .owl-nav .owl-prev:hover, main.page.team-page .widget_wisden_series_team_selector_module .owl-nav .owl-next:hover, main.page.team-page .widget_wisden_player_index_module .owl-nav .owl-prev:hover, main.page.team-page .widget_wisden_player_index_module .owl-nav .owl-next:hover, main.page.team-page .widget_wisden_newscard_module .owl-nav .owl-prev:hover, main.page.team-page .widget_wisden_newscard_module .owl-nav .owl-next:hover, main.page.team-page .widget_wisden_image_video_gallery .owl-nav .owl-prev:hover, main.page.team-page .widget_wisden_image_video_gallery .owl-nav .owl-next:hover {
      opacity: 1; }
      @media (max-width: 767px) {
        main.page.team-page .widget_wisden_fixtures_results_module .owl-nav .owl-prev:hover, main.page.team-page .widget_wisden_fixtures_results_module .owl-nav .owl-next:hover, main.page.team-page .widget_wisden_series_team_selector_module .owl-nav .owl-prev:hover, main.page.team-page .widget_wisden_series_team_selector_module .owl-nav .owl-next:hover, main.page.team-page .widget_wisden_player_index_module .owl-nav .owl-prev:hover, main.page.team-page .widget_wisden_player_index_module .owl-nav .owl-next:hover, main.page.team-page .widget_wisden_newscard_module .owl-nav .owl-prev:hover, main.page.team-page .widget_wisden_newscard_module .owl-nav .owl-next:hover, main.page.team-page .widget_wisden_image_video_gallery .owl-nav .owl-prev:hover, main.page.team-page .widget_wisden_image_video_gallery .owl-nav .owl-next:hover {
          opacity: 0.5; } }
    main.page.team-page .widget_wisden_fixtures_results_module .owl-nav .owl-prev:focus, main.page.team-page .widget_wisden_fixtures_results_module .owl-nav .owl-next:focus, main.page.team-page .widget_wisden_series_team_selector_module .owl-nav .owl-prev:focus, main.page.team-page .widget_wisden_series_team_selector_module .owl-nav .owl-next:focus, main.page.team-page .widget_wisden_player_index_module .owl-nav .owl-prev:focus, main.page.team-page .widget_wisden_player_index_module .owl-nav .owl-next:focus, main.page.team-page .widget_wisden_newscard_module .owl-nav .owl-prev:focus, main.page.team-page .widget_wisden_newscard_module .owl-nav .owl-next:focus, main.page.team-page .widget_wisden_image_video_gallery .owl-nav .owl-prev:focus, main.page.team-page .widget_wisden_image_video_gallery .owl-nav .owl-next:focus {
      opacity: 0.5; }
  main.page.team-page .widget_wisden_fixtures_results_module .owl-nav .owl-prev, main.page.team-page .widget_wisden_series_team_selector_module .owl-nav .owl-prev, main.page.team-page .widget_wisden_player_index_module .owl-nav .owl-prev, main.page.team-page .widget_wisden_newscard_module .owl-nav .owl-prev, main.page.team-page .widget_wisden_image_video_gallery .owl-nav .owl-prev {
    left: 4px; }
  main.page.team-page .widget_wisden_fixtures_results_module .owl-nav .owl-next, main.page.team-page .widget_wisden_series_team_selector_module .owl-nav .owl-next, main.page.team-page .widget_wisden_player_index_module .owl-nav .owl-next, main.page.team-page .widget_wisden_newscard_module .owl-nav .owl-next, main.page.team-page .widget_wisden_image_video_gallery .owl-nav .owl-next {
    right: 4px; }
  main.page.team-page .module-match-dates .owl-carousel.owl-loaded {
    padding-left: 0;
    padding-right: 0; }
  main.page.team-page .module-match-dates .owl-nav {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 0; }
    main.page.team-page .module-match-dates .owl-nav .owl-prev, main.page.team-page .module-match-dates .owl-nav .owl-next {
      width: 50px;
      height: 50px; }
      main.page.team-page .module-match-dates .owl-nav .owl-prev span, main.page.team-page .module-match-dates .owl-nav .owl-next span {
        font-size: 120px;
        line-height: 0px;
        padding: 15px 0 0 0;
        margin: 0;
        width: 50px;
        height: 50px;
        display: block; }
    main.page.team-page .module-match-dates .owl-nav .owl-prev:before {
      display: inline-block;
      content: "❮";
      position: absolute;
      top: 0;
      left: 0;
      font-size: 26px;
      line-height: 1; }
    main.page.team-page .module-match-dates .owl-nav .owl-next:before {
      display: inline-block;
      content: "❯";
      position: absolute;
      top: 0;
      right: 0;
      font-size: 26px;
      line-height: 1; }
  main.page.team-page span.status-icon {
    width: 14px;
    height: 14px;
    border-radius: 25px;
    display: inline-block;
    margin: 0 0 -2px 10px; }
  main.page.team-page .icon-captain {
    height: 22px;
    width: 22px;
    background-color: #000000;
    border-radius: 25px;
    display: inline-block;
    text-align: center; }
  main.page.team-page .no-padding {
    padding: 0; }
  main.page.team-page .red {
    background-color: #c52121; }
  main.page.team-page .grey {
    background-color: #999999; }
  main.page.team-page .yellow {
    background-color: #ffd421; }
  main.page.team-page .brown {
    background-color: #49473f; }
  main.page.team-page .black {
    background-color: #000000; }
  main.page.team-page .text-grey {
    color: #999999; }
  main.page.team-page .text-lightgrey {
    color: #dbdbdb; }

.widget_wisden_image_video_gallery {
  margin-bottom: 40px;
  width: 98%;
  max-width: 1184px;
  margin-left: auto;
  margin-right: auto; }
  .widget_wisden_image_video_gallery .gallery-content {
    padding-right: 0 !important;
    padding-left: 0 !important; }
    .widget_wisden_image_video_gallery .gallery-content .gallery-item {
      min-height: 220px;
      width: 100%;
      display: inline-block;
      position: relative; }
      .widget_wisden_image_video_gallery .gallery-content .gallery-item .gallery-item-excerpt {
        color: #fff;
        font-size: 16px;
        padding: 10px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1; }
      .widget_wisden_image_video_gallery .gallery-content .gallery-item:before {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        width: 44px;
        height: 38px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        background-color: #ffd421; }
      .widget_wisden_image_video_gallery .gallery-content .gallery-item.videos:before {
        background-image: url("../svg/icon-video-2.svg"); }
      .widget_wisden_image_video_gallery .gallery-content .gallery-item.gallery:before {
        background-image: url("../svg/icon-image.svg"); }
      .widget_wisden_image_video_gallery .gallery-content .gallery-item.quote:before {
        background-image: url("../svg/icon-quote.svg"); }
      .widget_wisden_image_video_gallery .gallery-content .gallery-item.summarycard:before {
        background-image: url("../svg/icon-summarycard.svg"); }
      .widget_wisden_image_video_gallery .gallery-content .gallery-item.poll:before {
        background-image: url("../svg/icon-poll.svg"); }
      .widget_wisden_image_video_gallery .gallery-content .gallery-item.podcast:before {
        background-image: url("../svg/icon-media.svg"); }
      .widget_wisden_image_video_gallery .gallery-content .gallery-item.trivia:before {
        background-image: url("../svg/icon-trivia.svg"); }
      .widget_wisden_image_video_gallery .gallery-content .gallery-item.quiz:before {
        background-image: url("../svg/icon-quiz.svg"); }
      .widget_wisden_image_video_gallery .gallery-content .gallery-item.flipcard:before {
        background-image: url("../svg/icon-flipcard.svg"); }
      .widget_wisden_image_video_gallery .gallery-content .gallery-item:after {
        content: "";
        background-color: #000;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 0;
        opacity: 0.2; }
  .widget_wisden_image_video_gallery .owl-nav {
    top: 33%;
    z-index: 1; }

/* Extra Small Devices, Phones */
.header-content {
  text-align: center;
  margin: 40px auto 55px; }
  .header-content .header-icon {
    display: inline;
    height: 50px;
    position: relative;
    top: -13px;
    margin-right: 25px; }
  .header-content h1 {
    display: inline;
    margin: 0; }

.module-left {
  grid-area: topleft; }

.module-right {
  grid-area: topright; }

.module-lower {
  grid-area: lower; }

.widget_wisden_live_match_module {
  margin-bottom: 40px;
  width: 98%;
  max-width: 1184px;
  margin-left: auto;
  margin-right: auto; }
  .widget_wisden_live_match_module h2.live {
    font-size: 2.2rem;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.4px;
    margin: 0;
    text-transform: uppercase;
    color: #ffffff; }
  .widget_wisden_live_match_module h2.team-header {
    font-family: 'Playfair Display', serif;
    font-size: 23px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #ffffff; }
  .widget_wisden_live_match_module p.match-status {
    font-size: 1.8rem;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    margin-bottom: 0; }
  .widget_wisden_live_match_module .module-container {
    background: #49473f;
    border-bottom: 1px solid #ffd421;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "topleft topright"
 "lower lower";
    width: 100%;
    position: relative;
    padding-top: 3.2rem; }
    .widget_wisden_live_match_module .module-container .module-left {
      background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(#49473f));
      background-image: linear-gradient(to top, #000000, #49473f);
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-bottom: 2px solid #999999; }
      .widget_wisden_live_match_module .module-container .module-left .module-live-column {
        position: absolute;
        top: 0;
        left: 0; }
        .widget_wisden_live_match_module .module-container .module-left .module-live-column .live-box {
          background-color: #c52121;
          padding: 8px 10px;
          display: inline-block; }
          .widget_wisden_live_match_module .module-container .module-left .module-live-column .live-box h2.live {
            margin: 0;
            text-align: center;
            line-height: 1.3; }
        .widget_wisden_live_match_module .module-container .module-left .module-live-column .module-match-status {
          display: inline-block;
          color: #ffffff;
          padding-left: 1rem; }
        .widget_wisden_live_match_module .module-container .module-left .module-live-column img.league-icon {
          width: 60px;
          position: absolute;
          margin-top: 60px;
          left: 10px; }
      .widget_wisden_live_match_module .module-container .module-left .module-match-data {
        width: 100%;
        padding: 15px 0 15px 94px; }
        .widget_wisden_live_match_module .module-container .module-left .module-match-data .module-match-status {
          margin-bottom: 15px;
          display: block;
          color: #fff; }
          .widget_wisden_live_match_module .module-container .module-left .module-match-data .module-match-status .status-icon {
            width: 22px;
            height: 22px;
            border-radius: 50px;
            display: inline-block;
            margin-right: 10px; }
          .widget_wisden_live_match_module .module-container .module-left .module-match-data .module-match-status p.match-status {
            display: inline;
            position: relative;
            top: -5px; }
        .widget_wisden_live_match_module .module-container .module-left .module-match-data .module-team-item {
          margin-bottom: 10px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          position: relative; }
          .widget_wisden_live_match_module .module-container .module-left .module-match-data .module-team-item img.team-flag {
            display: inline;
            max-width: 52px;
            height: auto;
            width: auto;
            max-height: 90%;
            position: absolute;
            bottom: 0;
            left: 0; }
          .widget_wisden_live_match_module .module-container .module-left .module-match-data .module-team-item span.team-flag {
            width: 52px; }
          .widget_wisden_live_match_module .module-container .module-left .module-match-data .module-team-item h2.team-header {
            display: inline-block;
            margin: 0 0 0 68px;
            position: relative;
            top: 0;
            width: 300px; }
            .widget_wisden_live_match_module .module-container .module-left .module-match-data .module-team-item h2.team-header img {
              height: 1.2rem;
              width: auto;
              padding: 0 8px;
              margin-top: -7px;
              -webkit-filter: invert(100%);
                      filter: invert(100%);
              position: relative;
              left: auto;
              top: auto; }
          .widget_wisden_live_match_module .module-container .module-left .module-match-data .module-team-item .team-score {
            display: inline;
            color: #999999;
            position: relative;
            top: 7px;
            font-size: 2.3rem;
            font-weight: 600;
            font-style: normal;
            font-stretch: normal;
            line-height: 1;
            letter-spacing: 0.6px;
            width: 11rem; }
            .widget_wisden_live_match_module .module-container .module-left .module-match-data .module-team-item .team-score span {
              display: inline-block; }
            .widget_wisden_live_match_module .module-container .module-left .module-match-data .module-team-item .team-score .current {
              color: #ffffff; }
              .widget_wisden_live_match_module .module-container .module-left .module-match-data .module-team-item .team-score .current:after {
                content: '';
                position: block;
                width: 10px;
                height: 10px;
                border-radius: 5px;
                background-color: #c52121;
                display: inline-block;
                top: 50%;
                -webkit-transform: translateY(-2px);
                        transform: translateY(-2px);
                margin: 0 4px; }
            .widget_wisden_live_match_module .module-container .module-left .module-match-data .module-team-item .team-score span.status-score {
              color: #ffffff; }
        .widget_wisden_live_match_module .module-container .module-left .module-match-data .module-latest {
          background-color: #c52121;
          margin: 12px 0;
          padding: 5px 10px;
          display: inline-block;
          width: auto; }
          .widget_wisden_live_match_module .module-container .module-left .module-match-data .module-latest p {
            color: #ffffff;
            text-align: center;
            margin: 0; }
          .widget_wisden_live_match_module .module-container .module-left .module-match-data .module-latest img.league-icon {
            display: none; }
        .widget_wisden_live_match_module .module-container .module-left .module-match-data .module-overs {
          display: block;
          margin-bottom: 10px; }
          .widget_wisden_live_match_module .module-container .module-left .module-match-data .module-overs > ul {
            list-style: none;
            padding: 0;
            margin-top: -25px; }
            .widget_wisden_live_match_module .module-container .module-left .module-match-data .module-overs > ul > li {
              float: left;
              position: relative;
              margin: 0; }
              .widget_wisden_live_match_module .module-container .module-left .module-match-data .module-overs > ul > li span {
                display: inline-block;
                float: left;
                margin-top: 11px;
                font-weight: 600;
                color: #ffffff;
                font-size: 1.6rem; }
              .widget_wisden_live_match_module .module-container .module-left .module-match-data .module-overs > ul > li ul {
                float: left;
                list-style: none;
                padding-left: 8px; }
                .widget_wisden_live_match_module .module-container .module-left .module-match-data .module-overs > ul > li ul li {
                  height: 28px;
                  width: 28px;
                  background: #ffd421;
                  border-radius: 50%;
                  margin: 6px 4px;
                  text-align: center;
                  color: #000;
                  font-size: 1.6rem;
                  font-weight: bold;
                  padding-top: 0;
                  float: left;
                  border: 2px solid #979797; }
                  .widget_wisden_live_match_module .module-container .module-left .module-match-data .module-overs > ul > li ul li.six {
                    background-color: #ff87c3;
                    color: #fff; }
                  .widget_wisden_live_match_module .module-container .module-left .module-match-data .module-overs > ul > li ul li.wkt {
                    background-color: #c52121;
                    color: #fff; }
                  .widget_wisden_live_match_module .module-container .module-left .module-match-data .module-overs > ul > li ul li.wd span {
                    color: #c52121;
                    float: none;
                    display: inline;
                    font-size: 0.95rem; }
                  .widget_wisden_live_match_module .module-container .module-left .module-match-data .module-overs > ul > li ul li.nb span {
                    color: #c52121;
                    float: none;
                    display: inline;
                    font-size: 0.95rem; }
                  .widget_wisden_live_match_module .module-container .module-left .module-match-data .module-overs > ul > li ul li.dot {
                    background-color: #dbdbdb; }
                  .widget_wisden_live_match_module .module-container .module-left .module-match-data .module-overs > ul > li ul li.four {
                    background-color: #000;
                    color: #fff; }
          .widget_wisden_live_match_module .module-container .module-left .module-match-data .module-overs .overs {
            font-size: 1.6rem;
            font-weight: 600;
            letter-spacing: 0.5px;
            color: #ffffff;
            display: inline;
            margin-right: 15px; }
          .widget_wisden_live_match_module .module-container .module-left .module-match-data .module-overs .over-icon {
            border: 2px solid #999999;
            border-radius: 50px;
            display: inline-block;
            font-size: 1.6rem;
            font-weight: 600;
            width: 28px;
            height: 28px;
            text-align: center;
            margin-right: 5px; }
          .widget_wisden_live_match_module .module-container .module-left .module-match-data .module-overs .brown {
            color: #ffffff; }
    .widget_wisden_live_match_module .module-container .module-right {
      background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(#49473f));
      background-image: linear-gradient(to top, #000000, #49473f);
      width: 100%;
      border-bottom: 2px solid #999999; }
      .widget_wisden_live_match_module .module-container .module-right .module-image {
        height: 100%;
        background-size: cover;
        background-position: center; }
        .widget_wisden_live_match_module .module-container .module-right .module-image img {
          max-width: 100%;
          opacity: 0; }
      .widget_wisden_live_match_module .module-container .module-right .module-players {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 20px;
        justify-self: start;
        align-self: start;
        color: #ffffff;
        width: 100%;
        padding: 20px 10px 20px; }
        .widget_wisden_live_match_module .module-container .module-right .module-players .on-strike-content {
          display: grid;
          grid-template-columns: 1fr 1fr;
          grid-column-gap: 10px;
          justify-self: start;
          align-self: start; }
          .widget_wisden_live_match_module .module-container .module-right .module-players .on-strike-content.outbat {
            position: relative; }
            .widget_wisden_live_match_module .module-container .module-right .module-players .on-strike-content.outbat:after {
              content: 'out!';
              position: absolute;
              top: 4rem;
              text-align: center;
              vertical-align: middle;
              background: #c52121;
              color: #fff;
              text-transform: uppercase;
              font-size: 3rem;
              padding: 1rem 3rem 0;
              -webkit-transform: rotate(-14deg);
                      transform: rotate(-14deg);
              -webkit-filter: none;
                      filter: none;
              line-height: 4rem;
              left: 1rem; }
            .widget_wisden_live_match_module .module-container .module-right .module-players .on-strike-content.outbat img, .widget_wisden_live_match_module .module-container .module-right .module-players .on-strike-content.outbat div div:not(.on-strike-alert) {
              opacity: 0.4;
              -webkit-filter: grayscale(100);
                      filter: grayscale(100); }
          .widget_wisden_live_match_module .module-container .module-right .module-players .on-strike-content .on-strike-img {
            min-width: 40px;
            max-width: 170px; }
            .widget_wisden_live_match_module .module-container .module-right .module-players .on-strike-content .on-strike-img img {
              border-bottom: 1px solid #ffd421;
              max-width: 100%;
              height: auto; }
          .widget_wisden_live_match_module .module-container .module-right .module-players .on-strike-content .on-strike-details .on-strike-alert {
            background-color: #c52121;
            text-align: center;
            font-size: 1.6rem;
            font-weight: 600;
            line-height: 1.75;
            text-transform: uppercase;
            margin-bottom: 10px;
            padding: 0 5px;
            width: 90px; }
          .widget_wisden_live_match_module .module-container .module-right .module-players .on-strike-content .on-strike-details .on-strike-name {
            font-size: 1.6rem;
            font-weight: 600;
            line-height: 1.25;
            margin-bottom: 5px;
            display: inline; }
          .widget_wisden_live_match_module .module-container .module-right .module-players .on-strike-content .on-strike-details .on-strike-style {
            font-size: 1.6rem;
            font-weight: normal;
            line-height: 1.25;
            color: #dbdbdb; }
        .widget_wisden_live_match_module .module-container .module-right .module-players .bowler-content {
          display: grid;
          grid-template-columns: 1fr 1fr;
          grid-column-gap: 10px;
          justify-self: start;
          align-self: center; }
          .widget_wisden_live_match_module .module-container .module-right .module-players .bowler-content .bowler-img {
            min-width: 40px;
            max-width: 170px; }
            .widget_wisden_live_match_module .module-container .module-right .module-players .bowler-content .bowler-img img {
              border-bottom: 1px solid #ffd421;
              max-width: 100%;
              height: auto; }
          .widget_wisden_live_match_module .module-container .module-right .module-players .bowler-content .bowler-details {
            padding-right: 10px; }
            .widget_wisden_live_match_module .module-container .module-right .module-players .bowler-content .bowler-details .bowler-alert {
              background-color: #c52121;
              text-align: center;
              font-size: 1.6rem;
              font-weight: 600;
              line-height: 1.75;
              text-transform: uppercase;
              margin-bottom: 10px;
              padding: 0 5px;
              width: 90px; }
            .widget_wisden_live_match_module .module-container .module-right .module-players .bowler-content .bowler-details .bowler-name {
              font-size: 1.6rem;
              font-weight: 600;
              line-height: 1.25;
              margin-bottom: 5px; }
            .widget_wisden_live_match_module .module-container .module-right .module-players .bowler-content .bowler-details .bowler-style {
              font-size: 1.6rem;
              font-weight: normal;
              line-height: 1.25;
              color: #dbdbdb; }
      .widget_wisden_live_match_module .module-container .module-right .module-off-strike .off-strike-alert {
        background-color: #999999;
        color: #000000;
        font-size: 1.6rem;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.75;
        text-transform: uppercase;
        padding: 5px 10px;
        display: inline; }
      .widget_wisden_live_match_module .module-container .module-right .module-off-strike .off-strike-name {
        font-size: 1.6rem;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.38;
        letter-spacing: normal;
        display: inline;
        color: #dbdbdb;
        margin-left: 10px; }
      .widget_wisden_live_match_module .module-container .module-right .module-homepage-img img.homepage-img {
        padding-left: 10px; }
    .widget_wisden_live_match_module .module-container .module-lower {
      display: grid;
      grid-template-columns: 5fr 3fr;
      width: 100%; }
      .widget_wisden_live_match_module .module-container .module-lower .module-cta-container {
        margin-left: 92px;
        padding: 14px 0; }
        .widget_wisden_live_match_module .module-container .module-lower .module-cta-container a.bet365 {
          color: #fff;
          background: #027b5b;
          border-color: #027b5b;
          background-image: url(../png/bet365-logo-white.png);
          background-position: calc(100% - 5px) calc(50% - 2px);
          background-size: 89px;
          background-repeat: no-repeat;
          padding-right: 95px;
          margin-left: 3rem; }
          .widget_wisden_live_match_module .module-container .module-lower .module-cta-container a.bet365:hover {
            color: #ffd421 !important; }
      .widget_wisden_live_match_module .module-container .module-lower .module-win-container {
        padding: 15px 15px 15px 11px;
        width: 100%;
        color: #ffffff; }
        .widget_wisden_live_match_module .module-container .module-lower .module-win-container aside {
          position: relative; }
          .widget_wisden_live_match_module .module-container .module-lower .module-win-container aside > h2 {
            position: absolute;
            left: -13rem;
            top: 22px; }
            .widget_wisden_live_match_module .module-container .module-lower .module-win-container aside > h2 img {
              display: block;
              height: auto;
              margin: -22px auto 8px;
              max-width: 10rem; }
        .widget_wisden_live_match_module .module-container .module-lower .module-win-container .runrate {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .widget_wisden_live_match_module .module-container .module-lower .module-win-container .runrate div {
            width: 25%;
            margin-right: 5%; }
            .widget_wisden_live_match_module .module-container .module-lower .module-win-container .runrate div:first-of-type {
              width: 40%; }
            .widget_wisden_live_match_module .module-container .module-lower .module-win-container .runrate div:last-of-type {
              margin-right: 0; }
        .widget_wisden_live_match_module .module-container .module-lower .module-win-container aside > h2 {
          text-align: center; }
        .widget_wisden_live_match_module .module-container .module-lower .module-win-container .winviz div {
          height: 2rem; }
          .widget_wisden_live_match_module .module-container .module-lower .module-win-container .winviz div div {
            -webkit-animation: none;
                    animation: none;
            top: 0; }
        .widget_wisden_live_match_module .module-container .module-lower .module-win-container .winviz ul li {
          font-size: 1.8rem; }
      .widget_wisden_live_match_module .module-container .module-lower .module-stats-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 26px 10px; }
        .widget_wisden_live_match_module .module-container .module-lower .module-stats-container p {
          font-size: 20px; }
        .widget_wisden_live_match_module .module-container .module-lower .module-stats-container .runs-rate {
          width: 35%; }
        .widget_wisden_live_match_module .module-container .module-lower .module-stats-container .stats-req-run {
          width: 30%; }
        .widget_wisden_live_match_module .module-container .module-lower .module-stats-container .stats-run-rate {
          width: 45%; }
          .widget_wisden_live_match_module .module-container .module-lower .module-stats-container .stats-run-rate .run-spin {
            font-size: 18px; }
  .widget_wisden_live_match_module .module-base {
    padding: 0;
    background-color: #dbdbdb; }
    .widget_wisden_live_match_module .module-base .module-teams .teams-list {
      list-style: none;
      margin: 0;
      padding: 0;
      position: relative;
      overflow: hidden;
      max-height: 60px; }
      .widget_wisden_live_match_module .module-base .module-teams .teams-list:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background-color: #fff;
        background-image: url(../png/fixture-select.png);
        background-repeat: repeat-x;
        -webkit-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out; }
      .widget_wisden_live_match_module .module-base .module-teams .teams-list.owl-loaded {
        max-height: none; }
        .widget_wisden_live_match_module .module-base .module-teams .teams-list.owl-loaded:after {
          display: none; }
      .widget_wisden_live_match_module .module-base .module-teams .teams-list .disabled {
        display: none; }
      .widget_wisden_live_match_module .module-base .module-teams .teams-list .owl-nav .owl-prev, .widget_wisden_live_match_module .module-base .module-teams .teams-list .owl-nav .owl-next {
        top: 0;
        cursor: pointer; }
        .widget_wisden_live_match_module .module-base .module-teams .teams-list .owl-nav .owl-prev i, .widget_wisden_live_match_module .module-base .module-teams .teams-list .owl-nav .owl-next i {
          background-color: transparent;
          padding: 0;
          border-radius: unset; }
      .widget_wisden_live_match_module .module-base .module-teams .teams-list .owl-nav .owl-prev {
        left: 0; }
      .widget_wisden_live_match_module .module-base .module-teams .teams-list .owl-nav .owl-next {
        right: 0; }
      .widget_wisden_live_match_module .module-base .module-teams .teams-list .owl-item {
        display: inline-block;
        font-size: 16px;
        font-weight: 700;
        position: relative;
        padding: 0;
        cursor: pointer;
        text-align: center; }
        .widget_wisden_live_match_module .module-base .module-teams .teams-list .owl-item .match {
          padding: 16px 0;
          -webkit-transition: 0.35s all;
          transition: 0.35s all; }
          .widget_wisden_live_match_module .module-base .module-teams .teams-list .owl-item .match:hover, .widget_wisden_live_match_module .module-base .module-teams .teams-list .owl-item .match.current {
            background-color: #ffd421; }
        .widget_wisden_live_match_module .module-base .module-teams .teams-list .owl-item:after {
          content: url(../svg/diamond_888.svg);
          right: -6px;
          position: absolute;
          width: 11px;
          height: 30px;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
        .widget_wisden_live_match_module .module-base .module-teams .teams-list .owl-item:last-child::after {
          display: none; }
        .widget_wisden_live_match_module .module-base .module-teams .teams-list .owl-item span {
          margin: 0 6px; }
        .widget_wisden_live_match_module .module-base .module-teams .teams-list .owl-item img {
          height: 25px; }
    .widget_wisden_live_match_module .module-base .module-match-dates ul.match-dates-list {
      list-style: none;
      margin: 0;
      padding: 0;
      position: relative; }
      .widget_wisden_live_match_module .module-base .module-match-dates ul.match-dates-list li {
        font-size: 16px;
        font-weight: 700;
        position: relative;
        padding: 0 35px 0 22px; }
        .widget_wisden_live_match_module .module-base .module-match-dates ul.match-dates-list li:after {
          content: url(../svg/diamond_888.svg);
          right: 0;
          position: absolute;
          width: 11px;
          height: 30px;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          z-index: 99; }
        .widget_wisden_live_match_module .module-base .module-match-dates ul.match-dates-list li .live-box-mini {
          background-color: #c52121;
          padding: 2px 4px;
          font-size: 12px;
          color: #fff;
          text-transform: uppercase;
          margin-right: 10px; }
        .widget_wisden_live_match_module .module-base .module-match-dates ul.match-dates-list li .text-red {
          color: #c52121; }

@media only screen and (max-width: 1200px) {
  .widget_wisden_live_match_module .module-container .module-left .module-match-data .module-team-item .team-score {
    display: block;
    top: 6px; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .widget_wisden_live_match_module .row, .widget_wisden_live_match_module body > header > div.header-content, .widget_wisden_live_match_module #main-menu, .widget_wisden_live_match_module .widget_wisden_features_articles_module .mainWidth, .widget_wisden_features_articles_module .widget_wisden_live_match_module .mainWidth, .widget_wisden_live_match_module div.join-club, .widget_wisden_live_match_module aside.story-grid > div {
    padding: 0; }
  .widget_wisden_live_match_module {
    overflow-x: hidden; }
    .widget_wisden_live_match_module .module-container {
      grid-template-columns: 1fr;
      grid-template-areas: "topleft" "lower";
      position: relative;
      padding-top: 3.2rem; }
      .widget_wisden_live_match_module .module-container .module-left .module-live-column .live-box h2.live {
        font-size: 1.8rem; }
      .widget_wisden_live_match_module .module-container .module-left .module-live-column .module-match-status {
        padding-top: 0.5rem; }
      .widget_wisden_live_match_module .module-container .module-left .module-live-column img.league-icon {
        display: none; }
      .widget_wisden_live_match_module .module-container .module-left .module-match-data {
        width: 100%;
        padding: 15px 20px 15px 20px; }
        .widget_wisden_live_match_module .module-container .module-left .module-match-data .module-team-item {
          position: relative; }
          .widget_wisden_live_match_module .module-container .module-left .module-match-data .module-team-item img {
            position: absolute;
            left: -75px;
            top: 8px; }
          .widget_wisden_live_match_module .module-container .module-left .module-match-data .module-team-item h2.team-header {
            width: calc(100% - 198px); }
        .widget_wisden_live_match_module .module-container .module-left .module-match-data .module-latest {
          position: relative;
          margin: 12px 0 12px 68px; }
          .widget_wisden_live_match_module .module-container .module-left .module-match-data .module-latest img.league-icon {
            width: 60px;
            position: absolute;
            top: -13px;
            left: -75px;
            height: auto; }
        .widget_wisden_live_match_module .module-container .module-left .module-match-data .module-overs {
          margin-left: 68px; }
      .widget_wisden_live_match_module .module-container .module-right {
        display: none; }
      .widget_wisden_live_match_module .module-container .module-lower {
        grid-template-columns: 2fr 3fr; }
        .widget_wisden_live_match_module .module-container .module-lower .module-cta-container {
          margin-left: 20px;
          padding: 16px 0; }
        .widget_wisden_live_match_module .module-container .module-lower .module-win-container .winviz ul li h2, .widget_wisden_live_match_module .module-container .module-lower .module-win-container .winviz ul li strong {
          font-size: 1.8rem;
          font-weight: normal; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .widget_wisden_live_match_module .module-container {
    padding-top: 0; }
    .widget_wisden_live_match_module .module-container .module-left {
      width: 100%;
      display: inline-block; }
      .widget_wisden_live_match_module .module-container .module-left .module-live-column {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
      .widget_wisden_live_match_module .module-container .module-left .module-match-data {
        padding: 15px 20px 60px 20px; }
        .widget_wisden_live_match_module .module-container .module-left .module-match-data .module-team-item {
          text-align: left; }
          .widget_wisden_live_match_module .module-container .module-left .module-match-data .module-team-item h2.team-header {
            width: calc(100% - 88px); }
    .widget_wisden_live_match_module .module-container .module-right {
      display: none; }
    .widget_wisden_live_match_module .module-container .module-lower {
      grid-template-columns: 1fr; }
      .widget_wisden_live_match_module .module-container .module-lower .module-cta-container {
        margin: 0 auto;
        grid-row-start: 1; }
      .widget_wisden_live_match_module .module-container .module-lower .module-win-container {
        grid-row-start: 2;
        padding: 15px; }
        .widget_wisden_live_match_module .module-container .module-lower .module-win-container aside > h2 {
          position: relative;
          top: auto;
          left: auto; }
          .widget_wisden_live_match_module .module-container .module-lower .module-win-container aside > h2 img {
            margin: auto; }
        .widget_wisden_live_match_module .module-container .module-lower .module-win-container .runrate {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          position: relative; }
          .widget_wisden_live_match_module .module-container .module-lower .module-win-container .runrate div {
            width: 50%;
            max-width: 50%;
            margin-right: 0; }
            .widget_wisden_live_match_module .module-container .module-lower .module-win-container .runrate div:first-of-type {
              width: 100%;
              min-width: 100%; }
            .widget_wisden_live_match_module .module-container .module-lower .module-win-container .runrate div:last-of-type {
              position: absolute;
              right: 0;
              top: 0;
              text-align: right; }
        .widget_wisden_live_match_module .module-container .module-lower .module-win-container .winviz ul li h2, .widget_wisden_live_match_module .module-container .module-lower .module-win-container .winviz ul li strong {
          font-size: 1.8rem; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .header-content {
    padding: 0 10px; }
    .header-content .header-icon {
      display: block;
      margin: 0 auto; }
  .widget_wisden_live_match_module .module-container .module-lower .module-cta-container {
    text-align: center; }
    .widget_wisden_live_match_module .module-container .module-lower .module-cta-container a.bet365 {
      margin-left: auto;
      margin-top: 2rem; }
  .widget_wisden_live_match_module .module-container .module-left .module-match-data {
    width: 100%;
    padding: 15px 20px 20px 20px;
    display: inline-block; }
    .widget_wisden_live_match_module .module-container .module-left .module-match-data .module-match-status {
      margin-bottom: 6px; }
    .widget_wisden_live_match_module .module-container .module-left .module-match-data .module-team-item {
      position: relative; }
      .widget_wisden_live_match_module .module-container .module-left .module-match-data .module-team-item img {
        position: absolute;
        left: -75px;
        top: 8px; }
    .widget_wisden_live_match_module .module-container .module-left .module-match-data .module-latest p {
      text-align: left; }
    .widget_wisden_live_match_module .module-container .module-left .module-match-data .module-overs span {
      display: block;
      width: 100%; }
      .widget_wisden_live_match_module .module-container .module-left .module-match-data .module-overs span + ul {
        margin-left: -12px; }
    .widget_wisden_live_match_module .module-container .module-left .module-match-data .module-overs .over-icon {
      font-size: 14px;
      width: 24px;
      height: 24px;
      margin-right: 3px; } }

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .widget_wisden_live_match_module .row, .widget_wisden_live_match_module body > header > div.header-content, .widget_wisden_live_match_module #main-menu, .widget_wisden_live_match_module .widget_wisden_features_articles_module .mainWidth, .widget_wisden_features_articles_module .widget_wisden_live_match_module .mainWidth, .widget_wisden_live_match_module div.join-club, .widget_wisden_live_match_module aside.story-grid > div, .widget_wisden_social_media_module .row, .widget_wisden_social_media_module body > header > div.header-content, .widget_wisden_social_media_module #main-menu, .widget_wisden_social_media_module .widget_wisden_features_articles_module .mainWidth, .widget_wisden_features_articles_module .widget_wisden_social_media_module .mainWidth, .widget_wisden_social_media_module div.join-club, .widget_wisden_social_media_module aside.story-grid > div {
    margin: 0 !important; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .main.team-page .tabbed-content {
    display: none; }
  .nm {
    display: none; } }

/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
.widget_wisden_player_index_module {
  margin-bottom: 40px;
  width: 98%;
  max-width: 1184px;
  margin-left: auto;
  margin-right: auto; }
  .widget_wisden_player_index_module#players {
    padding: 0;
    margin-top: -20px; }
  .widget_wisden_player_index_module .btn-filter-wrap {
    text-align: center;
    margin-bottom: 38px; }
    .widget_wisden_player_index_module .btn-filter-wrap .btn-filter {
      border: 0;
      font-size: 1.6rem;
      font-weight: 600;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: 0.5px;
      background-color: transparent;
      padding: 8px 13px;
      -webkit-transition: all .33s ease-in-out;
      transition: all .33s ease-in-out;
      cursor: pointer; }
    .widget_wisden_player_index_module .btn-filter-wrap .btn-active {
      background-color: #c52121;
      border-radius: 50px;
      color: #ffffff; }
  .widget_wisden_player_index_module .player-index-slides {
    padding: 0 50px !important;
    margin: 10px 0; }
    .widget_wisden_player_index_module .player-index-slides .slide-item a .slide-upper {
      overflow: hidden; }
      .widget_wisden_player_index_module .player-index-slides .slide-item a .slide-upper img.slide-image {
        -webkit-transition: opacity .33s ease-in-out;
        transition: opacity .33s ease-in-out; }
    .widget_wisden_player_index_module .player-index-slides .slide-item a .slide-lower {
      background-color: #ffd421;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 15px;
      min-height: 69px; }
      .widget_wisden_player_index_module .player-index-slides .slide-item a .slide-lower .slide-name {
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 1.25;
        color: #000000;
        display: inline;
        width: 80%; }
        @media (max-width: 767px) {
          .widget_wisden_player_index_module .player-index-slides .slide-item a .slide-lower .slide-name {
            font-size: 1.8rem; } }
      .widget_wisden_player_index_module .player-index-slides .slide-item a .slide-lower .cta-arrow-right {
        display: inline-block;
        text-align: center; }
        .widget_wisden_player_index_module .player-index-slides .slide-item a .slide-lower .cta-arrow-right img.cta-right {
          width: 26px;
          height: 24px;
          display: inline; }
    .widget_wisden_player_index_module .player-index-slides .slide-item a .mask {
      font-size: 1.4rem;
      text-align: center;
      color: #fff;
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 0 20px;
      -webkit-transition: opacity .33s ease-in-out;
      transition: opacity .33s ease-in-out;
      text-transform: uppercase;
      background-color: rgba(255, 212, 33, 0.6); }
      .widget_wisden_player_index_module .player-index-slides .slide-item a .mask h3 {
        top: 70px;
        position: relative; }
    .widget_wisden_player_index_module .player-index-slides .slide-item a:hover {
      text-decoration: none; }
      .widget_wisden_player_index_module .player-index-slides .slide-item a:hover .slide-upper {
        background-color: #000; }
        .widget_wisden_player_index_module .player-index-slides .slide-item a:hover .slide-upper img.slide-image {
          opacity: 0.25; }
      .widget_wisden_player_index_module .player-index-slides .slide-item a:hover .mask {
        zoom: 1;
        filter: alpha(opacity=100);
        opacity: 1; }
    .widget_wisden_player_index_module .player-index-slides .owl-nav {
      top: 40%; }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .widget_wisden_player_index_module .player-index-slides {
    padding: 0 !important; }
    .widget_wisden_player_index_module .player-index-slides .owl-nav {
      z-index: 1; } }

.widget_wisden_series_team_selector_module {
  margin-bottom: 40px;
  width: 98%;
  max-width: 1184px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 576px) {
    .widget_wisden_series_team_selector_module.bilateral {
      display: none; } }
  @media (max-width: 767px) {
    .widget_wisden_series_team_selector_module #newscard h2.newscard-header:before, .widget_wisden_series_team_selector_module #newscard h2.newscard-header:after {
      display: none !important; } }
  .widget_wisden_series_team_selector_module .btn-filter-wrap {
    text-align: center;
    margin-bottom: 38px; }
    .widget_wisden_series_team_selector_module .btn-filter-wrap .btn-filter {
      border: 0;
      font-size: 1.6rem;
      font-weight: 600;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: 0.5px;
      background-color: transparent;
      padding: 8px 13px;
      -webkit-transition: all .33s ease-in-out;
      transition: all .33s ease-in-out; }
    .widget_wisden_series_team_selector_module .btn-filter-wrap .btn-active {
      background-color: #c52121;
      border-radius: 50px;
      color: #ffffff; }
  .widget_wisden_series_team_selector_module .series-team-slides {
    margin: 10px 0 10px -40px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .widget_wisden_series_team_selector_module .series-team-slides .slide-item {
      width: 20%;
      margin-bottom: 30px;
      border: 0 solid rgba(0, 0, 0, 0);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background-clip: padding-box !important;
      border-left-width: 40px; }
      .widget_wisden_series_team_selector_module .series-team-slides .slide-item a {
        position: relative;
        display: block; }
        .widget_wisden_series_team_selector_module .series-team-slides .slide-item a .slide-upper-container {
          -webkit-transition: opacity .33s ease-in-out;
          transition: opacity .33s ease-in-out;
          position: relative;
          height: 200px;
          width: auto;
          padding: 15px; }
          .widget_wisden_series_team_selector_module .series-team-slides .slide-item a .slide-upper-container:before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: #000;
            opacity: .6;
            z-index: 0; }
          .widget_wisden_series_team_selector_module .series-team-slides .slide-item a .slide-upper-container .slide-upper-content {
            opacity: 1;
            position: relative;
            z-index: 1; }
            .widget_wisden_series_team_selector_module .series-team-slides .slide-item a .slide-upper-container .slide-upper-content img.slide-image {
              display: block;
              width: auto;
              max-height: 100px;
              margin: 10px auto;
              -webkit-transition: opacity .33s ease-in-out;
              transition: opacity .33s ease-in-out;
              -webkit-box-shadow: 0px 0px 4px 6px #555;
                      box-shadow: 0px 0px 4px 6px #555;
              padding: 2px;
              border: 4px solid #323232;
              background-color: #fff; }
            .widget_wisden_series_team_selector_module .series-team-slides .slide-item a .slide-upper-container .slide-upper-content p {
              font-family: 'Source Sans Pro', sans-serif;
              font-size: 16px;
              font-weight: normal;
              font-style: normal;
              font-stretch: normal;
              line-height: normal;
              letter-spacing: normal;
              text-align: center;
              color: #ffffff;
              position: relative;
              display: block;
              -webkit-transition: opacity .33s ease-in-out;
              transition: opacity .33s ease-in-out; }
        .widget_wisden_series_team_selector_module .series-team-slides .slide-item a .slide-lower {
          background-color: #ffd421;
          display: grid;
          grid-template-columns: 80% 20%;
          padding: 15px;
          text-align: left; }
          .widget_wisden_series_team_selector_module .series-team-slides .slide-item a .slide-lower .slide-name {
            font-size: 1.6rem;
            font-weight: 600;
            line-height: 1.25;
            color: #000000;
            display: inline;
            min-height: 4rem; }
            @media (max-width: 767px) {
              .widget_wisden_series_team_selector_module .series-team-slides .slide-item a .slide-lower .slide-name {
                font-size: 2rem;
                text-align: center;
                padding-top: 1rem; } }
          .widget_wisden_series_team_selector_module .series-team-slides .slide-item a .slide-lower .cta-arrow-right {
            display: inline-block;
            text-align: center; }
            .widget_wisden_series_team_selector_module .series-team-slides .slide-item a .slide-lower .cta-arrow-right img.cta-right {
              width: 26px;
              height: 24px;
              display: inline;
              margin-top: 8px; }
        .widget_wisden_series_team_selector_module .series-team-slides .slide-item a .mask {
          font-size: 1.4rem;
          text-align: center;
          color: #fff;
          opacity: 0;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          padding: 0 20px;
          -webkit-transition: opacity .33s ease-in-out;
          transition: opacity .33s ease-in-out;
          text-transform: uppercase;
          background-color: rgba(255, 212, 33, 0.6);
          z-index: 2; }
          .widget_wisden_series_team_selector_module .series-team-slides .slide-item a .mask h3 {
            top: 70px;
            position: relative; }
        .widget_wisden_series_team_selector_module .series-team-slides .slide-item a:hover {
          text-decoration: none; }
          .widget_wisden_series_team_selector_module .series-team-slides .slide-item a:hover .slide-upper {
            background-color: #000; }
            .widget_wisden_series_team_selector_module .series-team-slides .slide-item a:hover .slide-upper img.slide-image {
              opacity: 0.25; }
          .widget_wisden_series_team_selector_module .series-team-slides .slide-item a:hover .mask {
            zoom: 1;
            filter: alpha(opacity=100);
            opacity: 1; }
    .widget_wisden_series_team_selector_module .series-team-slides .owl-nav {
      top: 40%; }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .widget_wisden_series_team_selector_module .series-team-slides .slide-item {
    width: 50%; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .widget_wisden_series_team_selector_module #newscard h2.newscard-header {
    padding: 0 80px; }
    .widget_wisden_series_team_selector_module #newscard h2.newscard-header:before {
      margin: 20px 0px 2px 15px;
      position: absolute;
      left: 0; }
    .widget_wisden_series_team_selector_module #newscard h2.newscard-header:after {
      margin: -10px 0 0 0;
      position: absolute;
      right: 15px; }
  .widget_wisden_series_team_selector_module .series-team-slides {
    padding: 0 !important; }
    .widget_wisden_series_team_selector_module .series-team-slides .slide-item {
      width: 100%; }
    .widget_wisden_series_team_selector_module .series-team-slides .owl-nav {
      z-index: 1; } }

.widget_wisden_social_media_module {
  width: 98%;
  max-width: 1184px;
  margin-left: auto;
  margin-right: auto; }
  .widget_wisden_social_media_module .social-media-container {
    display: grid;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-items: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start; }
    .widget_wisden_social_media_module .social-media-container .social-media-item {
      padding: 15px;
      background-color: #ffd421 !important;
      height: auto;
      min-height: 280px;
      width: 100%; }
      .widget_wisden_social_media_module .social-media-container .social-media-item.social-media-bkg {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative; }
        .widget_wisden_social_media_module .social-media-container .social-media-item.social-media-bkg:before {
          content: "";
          background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
          background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 50%;
          z-index: 0; }
      .widget_wisden_social_media_module .social-media-container .social-media-item .social-media-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: 170px; }
        .widget_wisden_social_media_module .social-media-container .social-media-item .social-media-text p {
          color: #000000;
          font-size: 18px;
          line-height: 28px; }
      .widget_wisden_social_media_module .social-media-container .social-media-item .social-media-meta {
        display: grid;
        grid-template-columns: 1fr 1fr;
        position: relative;
        bottom: -30px;
        z-index: 1; }
        .widget_wisden_social_media_module .social-media-container .social-media-item .social-media-meta .social-media-user p {
          color: #000000;
          font-size: 12px;
          font-weight: 300;
          font-style: normal;
          font-stretch: normal;
          line-height: normal;
          letter-spacing: 0.4px; }
        .widget_wisden_social_media_module .social-media-container .social-media-item .social-media-meta .social-media-user p.handle {
          color: #000000;
          font-size: 10px;
          font-weight: 600;
          font-style: normal;
          font-stretch: normal;
          line-height: normal;
          letter-spacing: 0.4px; }
        .widget_wisden_social_media_module .social-media-container .social-media-item .social-media-meta .social-media-date p {
          color: #000000;
          font-size: 12px;
          font-weight: 300;
          font-style: normal;
          font-stretch: normal;
          line-height: normal;
          letter-spacing: 0.4px;
          float: right;
          margin-top: 10px; }
      .widget_wisden_social_media_module .social-media-container .social-media-item.social-media-bkg .social-media-user p,
      .widget_wisden_social_media_module .social-media-container .social-media-item.social-media-bkg .social-media-user p.handle,
      .widget_wisden_social_media_module .social-media-container .social-media-item.social-media-bkg .social-media-date p,
      .widget_wisden_social_media_module .social-media-container .social-media-item.social-media-bkg .social-media-date p.handle {
        color: #ffffff; }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .widget_wisden_social_media_module .social-media-container {
    grid-template-columns: 1fr 1fr; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .widget_wisden_social_media_module #newscard h2.newscard-header {
    padding: 8px 80px 0; }
    .widget_wisden_social_media_module #newscard h2.newscard-header:before {
      margin: 20px 0px 2px 15px;
      position: absolute;
      left: 0; }
    .widget_wisden_social_media_module #newscard h2.newscard-header:after {
      margin: -10px 0 0 0;
      position: absolute;
      right: 15px; }
  .widget_wisden_social_media_module .social-media-container {
    grid-template-columns: 1fr; } }

.widget_wisden_newscard_module article.archive-article-first a:hover {
  text-decoration: none !important; }

/* Extra Small Devices, Phones */
.widget_wisden_series_table_module {
  margin-bottom: 40px;
  width: 98%;
  max-width: 1184px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 767px) {
    .widget_wisden_series_table_module #newscard h2.newscard-header:before, .widget_wisden_series_table_module #newscard h2.newscard-header:after {
      display: none !important; } }
  .tabbed-content ~ .widget_wisden_series_table_module {
    margin-top: 2rem; }
  .widget_wisden_series_table_module .table-item {
    border: 2px solid #dbdbdb;
    border-bottom: 2px solid #ffd421;
    padding: 20px;
    margin: 0;
    width: 100%;
    position: relative; }
    @media (max-width: 767px) {
      .widget_wisden_series_table_module .table-item {
        padding: 20px 6px;
        margin: 0; } }
    .widget_wisden_series_table_module .table-item > .scrollable {
      overflow-x: auto;
      -webkit-box-pack: left;
          -ms-flex-pack: left;
              justify-content: left;
      position: relative; }
    .widget_wisden_series_table_module .table-item .scrollbar {
      display: none;
      position: absolute;
      height: 8px;
      background: #dbdbdb;
      bottom: 0;
      left: 0;
      width: 100%;
      margin-bottom: 6px; }
      @media (max-width: 991px) {
        .widget_wisden_series_table_module .table-item .scrollbar {
          display: block; } }
      .widget_wisden_series_table_module .table-item .scrollbar span {
        height: 100%;
        display: block;
        width: 35px;
        background-color: #ffd421;
        position: relative;
        pointer-events: none;
        min-width: 35px;
        max-width: calc(100% - 10px); }
        .widget_wisden_series_table_module .table-item .scrollbar span:after {
          content: " ";
          display: block;
          position: absolute;
          right: 0;
          top: -50%;
          height: 200%;
          width: 25px;
          background: #dbdbdb;
          pointer-events: auto; }
    .widget_wisden_series_table_module .table-item table {
      width: 100%;
      text-align: left;
      font-size: 1.3rem; }
      .widget_wisden_series_table_module .table-item table th {
        font-weight: 600;
        background-color: #dbdbdb;
        padding: 4px 4px 6px 20px; }
        .widget_wisden_series_table_module .table-item table th:first-child {
          background-color: #ffd421; }
        .widget_wisden_series_table_module .table-item table th:nth-child(2) {
          padding-left: 5rem; }
      .widget_wisden_series_table_module .table-item table td {
        padding: 4px 4px 6px 20px; }
        .widget_wisden_series_table_module .table-item table td:nth-child(-n+3) {
          background-color: #dbdbdb; }
        .widget_wisden_series_table_module .table-item table td:nth-child(2), .widget_wisden_series_table_module .table-item table td:last-child {
          font-weight: 600; }
        .widget_wisden_series_table_module .table-item table td:nth-child(2), .widget_wisden_series_table_module .table-item table td:nth-child(3), .widget_wisden_series_table_module .table-item table td:nth-child(1) {
          width: 1%;
          white-space: nowrap;
          font-weight: 600;
          padding-right: 2.4rem;
          padding-left: 4px; }
        .widget_wisden_series_table_module .table-item table td:nth-child(1) {
          padding-left: 0.8rem;
          text-align: center; }
        .widget_wisden_series_table_module .table-item table td:nth-child(4) {
          padding-left: 5rem; }
        .widget_wisden_series_table_module .table-item table td img {
          max-height: 1.8rem;
          width: auto; }
      .widget_wisden_series_table_module .table-item table.class-5 th:nth-child(5), .widget_wisden_series_table_module .table-item table.class-5 th:nth-child(8), .widget_wisden_series_table_module .table-item table.class-5 th:nth-child(9), .widget_wisden_series_table_module .table-item table.class-5 th:nth-child(10), .widget_wisden_series_table_module .table-item table.class-6 th:nth-child(5), .widget_wisden_series_table_module .table-item table.class-6 th:nth-child(8), .widget_wisden_series_table_module .table-item table.class-6 th:nth-child(9), .widget_wisden_series_table_module .table-item table.class-6 th:nth-child(10) {
        display: none; }
      .widget_wisden_series_table_module .table-item table.class-5 td:nth-child(7), .widget_wisden_series_table_module .table-item table.class-5 td:nth-child(10), .widget_wisden_series_table_module .table-item table.class-5 td:nth-child(11), .widget_wisden_series_table_module .table-item table.class-5 td:nth-child(12), .widget_wisden_series_table_module .table-item table.class-6 td:nth-child(7), .widget_wisden_series_table_module .table-item table.class-6 td:nth-child(10), .widget_wisden_series_table_module .table-item table.class-6 td:nth-child(11), .widget_wisden_series_table_module .table-item table.class-6 td:nth-child(12) {
        display: none; }
      .widget_wisden_series_table_module .table-item table.class-4 th:nth-child(7), .widget_wisden_series_table_module .table-item table.class-4 th:nth-child(10), .widget_wisden_series_table_module .table-item table.class-4 th:nth-child(11) {
        display: none; }
      .widget_wisden_series_table_module .table-item table.class-4 td:nth-child(9), .widget_wisden_series_table_module .table-item table.class-4 td:nth-child(12), .widget_wisden_series_table_module .table-item table.class-4 td:nth-child(13) {
        display: none; }

.page-template-join-the-club .block-wrap div.join-club {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff; }

.page-template-join-the-club ul {
  margin: 0 0 65px 0; }

div.join-club > div {
  padding-top: 50px; }
  div.join-club > div ul {
    list-style: none; }
    div.join-club > div ul li:before {
      content: '✓';
      margin-right: 10px; }
  div.join-club > div p {
    padding-bottom: 116px; }

div.join-club > div:nth-child(2) img {
  display: block !important; }

div.join-club > div:last-child p {
  padding-bottom: 100px;
  display: block !important; }

div.join-club {
  font-size: 1.8rem;
  width: 98%;
  max-width: 1184px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  margin: auto; }
  div.join-club > div {
    padding-bottom: 1rem;
    position: relative; }
    div.join-club > div:last-child {
      border: 0; }
    div.join-club > div h2 {
      font-family: "Playfair Display", serif;
      color: #000;
      font-size: 2rem;
      font-weight: bold;
      line-height: 1.3;
      margin: 0 0 2.2rem 0; }
    div.join-club > div a, div.join-club > div button {
      cursor: pointer;
      color: #000;
      display: inline-block;
      background: #ffd421;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 1.4rem;
      letter-spacing: 2.3px;
      padding: 16px 30px;
      border: 1px solid #ffd421;
      -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
      transition: background-color 0.25s ease-out, color 0.25s ease-out;
      text-align: center; }
      div.join-club > div a:hover, div.join-club > div button:hover {
        color: #fff !important;
        background: #000;
        border-color: #000;
        text-decoration: none !important; }
      div.join-club > div a[disabled], div.join-club > div button[disabled] {
        opacity: 0.5; }
    div.join-club > div a {
      position: absolute;
      bottom: 0; }
    div.join-club > div form.email-subscribe label, div.join-club > div form.email-subscribe legend {
      display: none; }
    div.join-club > div form.email-subscribe > div {
      position: absolute;
      bottom: 0;
      width: 90%; }
    div.join-club > div form.email-subscribe fieldset {
      border: 1px solid #dbdbdb;
      padding: 12px 0;
      height: 55px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      float: left;
      width: 200px;
      overflow: hidden; }
    div.join-club > div form.email-subscribe input {
      border: 0;
      outline: 0;
      width: 100%;
      text-indent: 5px;
      display: block;
      background: transparent; }
      div.join-club > div form.email-subscribe input::-webkit-input-placeholder {
        color: #dbdbdb;
        font-size: 1.5rem; }
      div.join-club > div form.email-subscribe input::-ms-input-placeholder {
        color: #dbdbdb;
        font-size: 1.5rem; }
      div.join-club > div form.email-subscribe input::placeholder {
        color: #dbdbdb;
        font-size: 1.5rem; }
    div.join-club > div form.email-subscribe button {
      padding-left: 15px;
      padding-right: 15px; }
  div.join-club ul {
    list-style: none; }
    div.join-club ul li:before {
      content: '✓';
      margin-right: 10px; }
  div.join-club > div:nth-child(2) img {
    float: left;
    width: 39.9399399399%;
    margin-right: 20px; }

@media screen and (max-width: 1040px) and (min-width: 768px) {
  div.join-club > div form.email-subscribe fieldset {
    float: none;
    width: 100%;
    margin-bottom: 15px; }
  div.join-club > div form.email-subscribe button {
    margin: auto;
    padding-left: 30px;
    padding-right: 30px; } }

@media (max-width: 991px) {
  div.join-club > div:nth-child(1) ul {
    margin-bottom: 59px; }
  div.join-club > div:nth-child(2) img {
    display: none; }
  div.join-club form.email-subscribe p {
    display: none; }
  div.join-club form.email-subscribe fieldset {
    max-width: 80%; } }

@media (max-width: 767px) {
  div.join-club {
    display: none; } }

header div.join-club {
  background: #fff !important;
  -webkit-box-shadow: 0 0 5px 0px #dbdbdb;
          box-shadow: 0 0 5px 0px #dbdbdb; }
  header div.join-club ul {
    list-style: none; }
    header div.join-club ul li:before {
      content: '✓';
      margin-right: 10px; }
  header div.join-club > div {
    border-right: 1px solid #dbdbdb; }

.block-wrap + .story-grid {
  margin-top: 41px; }

.join-club div ul {
  list-style: none; }
  .join-club div ul li:before {
    content: '✓';
    margin-right: 10px; }

.magsubtitle h1 {
  text-align: center;
  font-family: "Playfair Display", serif;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 23px 0 0 0;
  padding-bottom: 23px;
  background: #fff; }
  .magsubtitle h1::before, .magsubtitle h1::after {
    content: "";
    background: url(../svg/icon-divider-end2-black.svg) no-repeat 100% 50%;
    display: inline-block; }
  .magsubtitle h1::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .magsubtitle h1::before, .magsubtitle h1::after {
    height: 10px;
    width: 54px;
    border-left: 1px solid #000; }
  .magsubtitle h1::after {
    margin: 0 0 0 16px; }
  .magsubtitle h1::before {
    margin: 0 16px 0 0; }
  .magsubtitle h1.lw20::before, .magsubtitle h1.lw20::after {
    width: 20px; }
  .magsubtitle h1.lw10::before, .magsubtitle h1.lw10::after {
    display: none; }
  .magsubtitle h1.lw30::before, .magsubtitle h1.lw30::after {
    width: 30px; }
  .magsubtitle h1.lw40::before, .magsubtitle h1.lw40::after {
    width: 40px; }
  .magsubtitle h1.lw50::before, .magsubtitle h1.lw50::after {
    width: 50px; }
  .magsubtitle h1.lw60::before, .magsubtitle h1.lw60::after {
    width: 60px; }

.magsubscription .owl-nav {
  max-width: 1184px !important;
  position: relative;
  margin: 0 auto; }

.magsubscription .owl-prev i, .magsubscription .owl-next i {
  background: rgba(255, 255, 255, 0.6) !important; }
  .magsubscription .owl-prev i:hover, .magsubscription .owl-next i:hover {
    background: #fff !important; }

aside.subscription {
  color: #000; }
  aside.subscription.bg-white {
    color: #fff; }
  aside.subscription > h1 {
    text-align: center;
    font-family: "Playfair Display", serif;
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
    margin: 23px 0 0 0;
    padding-bottom: 23px;
    background: #fff; }
    aside.subscription > h1::before, aside.subscription > h1::after {
      content: "";
      background: url(../svg/icon-divider-end2-black.svg) no-repeat 100% 50%;
      display: inline-block; }
    aside.subscription > h1::before {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    aside.subscription > h1::before, aside.subscription > h1::after {
      height: 10px;
      width: 54px;
      border-left: 1px solid #000; }
    aside.subscription > h1::after {
      margin: 0 0 0 16px; }
    aside.subscription > h1::before {
      margin: 0 16px 0 0; }
    aside.subscription > h1.lw20::before, aside.subscription > h1.lw20::after {
      width: 20px; }
    aside.subscription > h1.lw10::before, aside.subscription > h1.lw10::after {
      display: none; }
    aside.subscription > h1.lw30::before, aside.subscription > h1.lw30::after {
      width: 30px; }
    aside.subscription > h1.lw40::before, aside.subscription > h1.lw40::after {
      width: 40px; }
    aside.subscription > h1.lw50::before, aside.subscription > h1.lw50::after {
      width: 50px; }
    aside.subscription > h1.lw60::before, aside.subscription > h1.lw60::after {
      width: 60px; }
  aside.subscription h1 {
    color: inherit !important; }
  aside.subscription > div {
    width: 98%;
    max-width: 1184px;
    margin-left: auto;
    margin-right: auto;
    margin: auto;
    background-repeat: no-repeat;
    background-position: 150px;
    background-size: 33% auto;
    font-size: 1.6rem; }
    aside.subscription > div > div {
      margin: 0 0 0 50%;
      padding: 6.8% 7.5%; }
      aside.subscription > div > div h1 {
        font-family: "Playfair Display", serif;
        color: #000;
        font-size: 3.4rem;
        font-weight: bold;
        line-height: 1.3; }
      aside.subscription > div > div > h1 {
        margin: 0 0 20px 0; }
      aside.subscription > div > div > div:last-child {
        margin-top: 30px; }
        aside.subscription > div > div > div:last-child a:last-child {
          letter-spacing: 0.5px;
          margin-left: 20px;
          font-weight: 600;
          font-size: 1.6rem; }
        aside.subscription > div > div > div:last-child a + a {
          color: inherit !important; }
  aside.subscription footer {
    background: #f8f8f8; }
    aside.subscription footer div {
      width: 98%;
      max-width: 1184px;
      margin-left: auto;
      margin-right: auto;
      padding: 50px 0;
      position: relative;
      margin: auto;
      background-size: 25.3378378378% auto;
      background-repeat: no-repeat;
      background-position: 25.3378378378% 20px; }
      aside.subscription footer div h1 {
        font-family: "Playfair Display", serif;
        color: #000;
        font-size: 3.6rem;
        font-weight: bold;
        line-height: 1.3;
        display: inline-block;
        position: absolute;
        left: 0; }
        aside.subscription footer div h1 span {
          font-family: SourceSansPro, arial, helvetica, sans-serif;
          font-size: 1.6rem;
          font-weight: 600;
          display: block; }
      aside.subscription footer div strong {
        margin-left: 52.7027027027%;
        display: inline-block;
        font-size: 3rem;
        height: 10px;
        position: relative;
        padding-bottom: 10px;
        line-height: 1;
        max-width: 28%;
        text-align: center; }
        aside.subscription footer div strong::before, aside.subscription footer div strong::after {
          content: "";
          background: url(../svg/icon-divider-end2-yellow.svg) no-repeat 100% 50%;
          display: inline-block; }
        aside.subscription footer div strong::before {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
        aside.subscription footer div strong::before, aside.subscription footer div strong::after {
          width: 50%;
          position: absolute;
          bottom: 0;
          background-position: 100% 0; }
        aside.subscription footer div strong::before {
          left: 0; }
        aside.subscription footer div strong::after {
          right: 0; }
      aside.subscription footer div a {
        cursor: pointer;
        color: #000;
        display: inline-block;
        background: #ffd421;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 1.4rem;
        letter-spacing: 2.3px;
        padding: 16px 30px;
        border: 1px solid #ffd421;
        -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
        transition: background-color 0.25s ease-out, color 0.25s ease-out;
        text-align: center;
        margin-left: 4.6452702703%; }
        aside.subscription footer div a:hover {
          color: #fff !important;
          background: #000;
          border-color: #000;
          text-decoration: none !important; }
        aside.subscription footer div a[disabled] {
          opacity: 0.5; }

@media (max-width: 991px) {
  aside.subscription > div > div > div:last-child a:last-child {
    display: block;
    margin-top: 8px; }
  aside.subscription footer div {
    background-position: 10% 20px; }
    aside.subscription footer div h1 {
      display: none; }
    aside.subscription footer div strong {
      margin-left: 40%; } }

@media (max-width: 767px) {
  aside.subscription {
    width: 100%; }
    aside.subscription > h1 {
      padding: 0 15px 23px 15px; }
    aside.subscription > div {
      width: 100%;
      background-position: 25px 30px;
      background-size: calc(100% - 50px) auto;
      padding-top: 125%; }
      aside.subscription > div > div {
        margin: 0;
        background: #fff;
        padding: 20px 15px 0 15px; }
        aside.subscription > div > div h1 {
          font-family: "Playfair Display", serif;
          color: #000;
          font-size: 2.4rem;
          font-weight: bold;
          line-height: 1.3; }
        aside.subscription > div > div > div:last-child a {
          display: block;
          width: 100%;
          text-align: center; }
          aside.subscription > div > div > div:last-child a:first-child {
            cursor: pointer;
            color: #000;
            display: inline-block;
            background: #ffd421;
            font-weight: bold;
            text-transform: uppercase;
            font-size: 1.4rem;
            letter-spacing: 2.3px;
            padding: 16px 30px;
            border: 1px solid #ffd421;
            -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
            transition: background-color 0.25s ease-out, color 0.25s ease-out;
            text-align: center; }
            aside.subscription > div > div > div:last-child a:first-child:hover {
              color: #fff !important;
              background: #000;
              border-color: #000;
              text-decoration: none !important; }
            aside.subscription > div > div > div:last-child a:first-child[disabled] {
              opacity: 0.5; }
          aside.subscription > div > div > div:last-child a:last-child {
            margin: 15px 0 0 0; }
    aside.subscription footer {
      display: none; } }

ul.share {
  /*position: fixed;
	left: 0;
	top: 138px;*/
  display: inline-block;
  position: -webkit-sticky;
  /* position: sticky;
	top: 200px;*/
  background: #fff;
  border: 1px solid #dbdbdb;
  list-style: none;
  padding: 0 18px;
  margin: 0; }
  ul.share li {
    margin: 16px 0; }
  ul.share .fa, ul.share .fas, ul.share .fab {
    font-size: 25px;
    cursor: pointer; }

header ul.share {
  display: none; }

@media (max-width: 767px) {
  address ul.share {
    display: none; }
  header ul.share {
    display: inline-block;
    margin: -20px auto 12px;
    padding: 0 10px; }
    header ul.share li {
      padding: 0 10px;
      float: left;
      margin: 10px 0; } }

.like-share-block {
  text-align: right; }
  @media (max-width: 767px) {
    .like-share-block {
      text-align: center; } }
  .like-share-block ul.share {
    display: inline-block;
    margin: -20px auto 12px;
    padding: 0 10px;
    border: none; }
    @media (max-width: 767px) {
      .like-share-block ul.share {
        border: 1px solid #dbdbdb;
        margin: 0; } }
  .like-share-block ul.share li {
    padding: 0 10px;
    float: left;
    margin: 10px 0; }

.st-btns .st-btn:nth-child(1),
.st-btns .st-btn:nth-child(2),
.st-btns .st-btn:nth-child(3),
.st-btns .st-btn:nth-child(6),
.st-btns .st-btn:nth-child(9),
.st-btns .st-btn:nth-child(10),
.st-btns .st-btn:nth-child(11),
.st-btns .st-btn:nth-child(12),
.st-btns .st-btn:nth-child(15),
.st-btns .st-btn:nth-child(16),
.st-btns .st-btn:nth-child(17),
.st-btns .st-btn:nth-child(19),
.st-btns .st-btn:nth-child(20),
.st-btns .st-btn:nth-child(21) {
  display: none !important; }

aside.story-grid > h1 {
  font-family: "Playfair Display", serif;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  text-align: center;
  margin: 1em 0;
  width: 98%;
  max-width: 1184px;
  margin-left: auto;
  margin-right: auto; }
  aside.story-grid > h1::before, aside.story-grid > h1::after {
    content: "";
    background: url(../svg/icon-divider-end2-black.svg) no-repeat 100% 50%;
    display: inline-block; }
  aside.story-grid > h1::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  aside.story-grid > h1::before, aside.story-grid > h1::after {
    height: 10px;
    width: 54px;
    border-left: 1px solid #000; }
  aside.story-grid > h1::after {
    margin: 0 0 0 16px; }
  aside.story-grid > h1::before {
    margin: 0 16px 0 0; }
  aside.story-grid > h1.lw20::before, aside.story-grid > h1.lw20::after {
    width: 20px; }
  aside.story-grid > h1.lw10::before, aside.story-grid > h1.lw10::after {
    display: none; }
  aside.story-grid > h1.lw30::before, aside.story-grid > h1.lw30::after {
    width: 30px; }
  aside.story-grid > h1.lw40::before, aside.story-grid > h1.lw40::after {
    width: 40px; }
  aside.story-grid > h1.lw50::before, aside.story-grid > h1.lw50::after {
    width: 50px; }
  aside.story-grid > h1.lw60::before, aside.story-grid > h1.lw60::after {
    width: 60px; }
  @media (max-width: 991px) {
    aside.story-grid > h1 {
      padding: 0 20px; } }

.home aside.story-grid > h1 {
  display: none !important; }

aside.story-grid > div {
  width: 98%;
  max-width: 1184px;
  margin-left: auto;
  margin-right: auto;
  margin: auto; }
  aside.story-grid > div > article, aside.story-grid > div > div {
    padding: 0; }
  aside.story-grid > div > article:nth-child(1) {
    padding: 0 20px; }
  @media (max-width: 991px) {
    aside.story-grid > div > div:nth-child(2) {
      max-width: 50%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      ms-flex-order: 1;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      padding: 0 2%; } }
  @media (max-width: 991px) {
    aside.story-grid > div > div:nth-child(3) {
      padding: 0 2%;
      max-width: 43%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 43%;
              flex: 0 0 43%; } }

@media (max-width: 767px) {
  aside.story-grid > div {
    width: 100%; }
    aside.story-grid > div > article, aside.story-grid > div > div {
      padding: 0 15px; }
    aside.story-grid > div > div:nth-child(2) {
      ms-flex-order: 1;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      max-width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      padding: 0 15px; }
    aside.story-grid > div > div:nth-child(3) {
      max-width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      padding: 0 15px;
      margin-bottom: 45px; }
    aside.story-grid > div > article:nth-child(1) h1, aside.story-grid > div > article:nth-child(1) p, aside.story-grid > div > article:nth-child(1) footer {
      padding: 0 20px; }
    aside.story-grid > div aside.mpu_widget {
      display: block; }
      aside.story-grid > div aside.mpu_widget div div div {
        width: 100% !important;
        text-align: center; } }

.widget_latest_match_report {
  clear: both; }
  .widget_latest_match_report .latest_match_report {
    width: 100%;
    overflow: hidden;
    position: relative; }
    .widget_latest_match_report .latest_match_report::after {
      content: url("../svg/report-icon.svg");
      position: absolute;
      top: 0px;
      left: 20px; }
    .widget_latest_match_report .latest_match_report img {
      width: 100%;
      height: auto;
      -webkit-filter: brightness(85%);
              filter: brightness(85%); }
    .widget_latest_match_report .latest_match_report span {
      font-family: "Playfair Display", serif;
      color: #000;
      font-size: 2rem;
      font-weight: bold;
      line-height: 1.3;
      position: absolute;
      left: 5%;
      width: 90%;
      bottom: 15px;
      color: #fff; }

.widget_wisden_newscard_module, .widget_related_stories_module {
  clear: both; }
  .widget_wisden_newscard_module #newscard, .widget_related_stories_module #newscard {
    text-align: center;
    width: 100%;
    padding: 20px 0; }
  .widget_wisden_newscard_module #newscard h2, .widget_related_stories_module #newscard h2 {
    font-family: "Playfair Display", serif;
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    padding: 0 10px;
    /*@include media-breakpoint-down($mobileMax) {
  		@include headingDecoration('grey','left');
  	}*/ }
    .widget_wisden_newscard_module #newscard h2::before, .widget_wisden_newscard_module #newscard h2::after, .widget_related_stories_module #newscard h2::before, .widget_related_stories_module #newscard h2::after {
      content: "";
      background: url(../svg/icon-divider-end2-black.svg) no-repeat 100% 50%;
      display: inline-block; }
    .widget_wisden_newscard_module #newscard h2::before, .widget_related_stories_module #newscard h2::before {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .widget_wisden_newscard_module #newscard h2::before, .widget_wisden_newscard_module #newscard h2::after, .widget_related_stories_module #newscard h2::before, .widget_related_stories_module #newscard h2::after {
      height: 10px;
      width: 54px;
      border-left: 1px solid #000; }
    .widget_wisden_newscard_module #newscard h2::after, .widget_related_stories_module #newscard h2::after {
      margin: 0 0 0 16px; }
    .widget_wisden_newscard_module #newscard h2::before, .widget_related_stories_module #newscard h2::before {
      margin: 0 16px 0 0; }
    .widget_wisden_newscard_module #newscard h2.lw20::before, .widget_wisden_newscard_module #newscard h2.lw20::after, .widget_related_stories_module #newscard h2.lw20::before, .widget_related_stories_module #newscard h2.lw20::after {
      width: 20px; }
    .widget_wisden_newscard_module #newscard h2.lw10::before, .widget_wisden_newscard_module #newscard h2.lw10::after, .widget_related_stories_module #newscard h2.lw10::before, .widget_related_stories_module #newscard h2.lw10::after {
      display: none; }
    .widget_wisden_newscard_module #newscard h2.lw30::before, .widget_wisden_newscard_module #newscard h2.lw30::after, .widget_related_stories_module #newscard h2.lw30::before, .widget_related_stories_module #newscard h2.lw30::after {
      width: 30px; }
    .widget_wisden_newscard_module #newscard h2.lw40::before, .widget_wisden_newscard_module #newscard h2.lw40::after, .widget_related_stories_module #newscard h2.lw40::before, .widget_related_stories_module #newscard h2.lw40::after {
      width: 40px; }
    .widget_wisden_newscard_module #newscard h2.lw50::before, .widget_wisden_newscard_module #newscard h2.lw50::after, .widget_related_stories_module #newscard h2.lw50::before, .widget_related_stories_module #newscard h2.lw50::after {
      width: 50px; }
    .widget_wisden_newscard_module #newscard h2.lw60::before, .widget_wisden_newscard_module #newscard h2.lw60::after, .widget_related_stories_module #newscard h2.lw60::before, .widget_related_stories_module #newscard h2.lw60::after {
      width: 60px; }
  .widget_wisden_newscard_module .nc-cta, .widget_related_stories_module .nc-cta {
    cursor: pointer;
    color: #000;
    display: inline-block;
    background: #ffd421;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.4rem;
    letter-spacing: 2.3px;
    padding: 16px 30px;
    border: 1px solid #ffd421;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    text-align: center;
    margin: 1rem auto 2rem; }
    .widget_wisden_newscard_module .nc-cta:hover, .widget_related_stories_module .nc-cta:hover {
      color: #fff !important;
      background: #000;
      border-color: #000;
      text-decoration: none !important; }
    .widget_wisden_newscard_module .nc-cta[disabled], .widget_related_stories_module .nc-cta[disabled] {
      opacity: 0.5; }
  .widget_wisden_newscard_module .owl-carousel.owl-loaded, .widget_related_stories_module .owl-carousel.owl-loaded {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .widget_wisden_newscard_module .item, .widget_related_stories_module .item {
    float: left;
    max-width: 100%; }
    @media (min-width: 576px) {
      .widget_wisden_newscard_module .item, .widget_related_stories_module .item {
        width: 33%;
        margin: auto; } }
  @media (min-width: 576px) {
    .widget_wisden_newscard_module .singlecard .item, .widget_related_stories_module .singlecard .item {
      float: none;
      margin: auto; } }
  .widget_wisden_newscard_module .owl-item .item, .widget_related_stories_module .owl-item .item {
    width: 100%;
    margin: auto; }
  .widget_wisden_newscard_module .owl-prev, .widget_related_stories_module .owl-prev {
    opacity: 0.6;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 5rem;
    position: absolute;
    top: 40%;
    left: 22px; }
    .widget_wisden_newscard_module .owl-prev:hover, .widget_related_stories_module .owl-prev:hover {
      color: #ffd421 !important;
      opacity: 1; }
    .widget_wisden_newscard_module .owl-prev i, .widget_related_stories_module .owl-prev i {
      background-color: #fff;
      padding: 0 14px 0 10px;
      border-radius: 25px; }
  .widget_wisden_newscard_module .owl-next, .widget_related_stories_module .owl-next {
    opacity: 0.6;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 5rem;
    position: absolute;
    top: 40%;
    right: 22px; }
    .widget_wisden_newscard_module .owl-next:hover, .widget_related_stories_module .owl-next:hover {
      color: #ffd421 !important;
      opacity: 1; }
    .widget_wisden_newscard_module .owl-next i, .widget_related_stories_module .owl-next i {
      background-color: #fff;
      padding: 0 10px 0 14px;
      border-radius: 25px; }
  .widget_wisden_newscard_module .owl-item::after, .widget_related_stories_module .owl-item::after {
    position: absolute;
    top: 15%;
    right: 0;
    width: 1px;
    height: 70%;
    content: '';
    background: url(../png/dashed.png) center center repeat transparent; }
    @media (max-width: 767px) {
      .widget_wisden_newscard_module .owl-item::after, .widget_related_stories_module .owl-item::after {
        display: none !important; } }

.widget_related_stories_module .item header {
  overflow: hidden; }
  .widget_related_stories_module .item header img {
    width: auto;
    height: auto;
    min-width: 100%; }
    @media (max-width: 767px) {
      .widget_related_stories_module .item header img {
        height: auto;
        width: 100%; } }

.winviz { display: none; }
.forecast { display: none; }
/*# sourceMappingURL=main.css.map */