/**
	COD Blog Card Styles - /apps/atvi/callofduty/blog/v2021/clientlibs/blog-core/css/blog-card.less
*/
.blog-card-item a {
  text-decoration: none;
}
.blog-card-item .preview,
.blog-card-item .blog-image {
  transition: transform .5s ease;
}
.blog-card-item .title,
.blog-card-item .subtitle,
.blog-card-item .title a,
.blog-card-item .subtitle a {
  color: #f3f4f5;
}
.blog-card-item .title h3,
.blog-card-item .subtitle h3,
.blog-card-item .title p,
.blog-card-item .subtitle p {
  color: inherit;
}
.blog-card-item .game-list {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-right: 8px;
  flex-wrap: wrap;
}
.blog-card-item .game-tile {
  font-family: "Hitmarker Text Medium";
  font-weight: 500;
  font-style: normal;
  font-size: 0.69rem;
  line-height: 0.63rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inherit;
}
.blog-card-item .game-tile > a,
.blog-card-item .game-tile p {
  padding: 4px;
  background: #9c978f;
  border: solid 1px #9c978f;
  color: #000000;
}
.blog-card-item .game-tile > p {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
.blog-card-item .game-tile a:hover {
  filter: brightness(80%);
  cursor: pointer;
  color: #000000;
}
.blog-card-item .news-published {
  font-family: "Hitmarker Text Medium";
  font-weight: 500;
  font-style: normal;
  font-size: 0.69rem;
  line-height: 0.63rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #9c978f;
  flex-shrink: 0;
}
.blog-card-item .tag-list li {
  font-family: "Hitmarker Text Medium";
  font-weight: 500;
  font-style: normal;
  font-size: 0.69rem;
  line-height: 0.63rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #9c978f;
}
.blog-card-item .tag-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 4px;
}
.blog-card-item .tag-list .tag-item {
  display: flex;
  padding: 4px;
  align-items: flex-start;
  gap: 10px;
  border: 1px solid #9c978f;
  margin: 0 0;
}
.blog-card-item .tag-list a {
  font-family: "Hitmarker Text Medium";
  font-weight: 500;
  font-style: normal;
  font-size: 0.69rem;
  line-height: 0.63rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #9c978f;
}
.blog-card-item .card-inner .bg {
  overflow: hidden;
}
.blog-card-item .card-inner .graphics:hover .preview {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
.blog-card-item .card-inner .graphics:hover .blog-image {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
@supports selector(:has(+ *)) {
  .graphics:has(+ .text > .title a:hover, + .text > .subtitle a:hover) .preview {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
  }
  .graphics:has(+ .text > .title a:hover, + .text > .subtitle a:hover) .blog-image {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
  }
}
.blog-card-lg .text,
.blog-card-md .text {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}
.blog-card-lg .date-line,
.blog-card-md .date-line {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blog-card-lg .news-published,
.blog-card-md .news-published {
  padding-top: 4px;
}
.blog-card-lg .title h3,
.blog-card-md .title h3,
.blog-card-lg .title a,
.blog-card-md .title a {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1.75rem;
  line-height: 1.75rem;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .blog-card-lg .title h3,
  .blog-card-md .title h3,
  .blog-card-lg .title a,
  .blog-card-md .title a {
    font-family: "Hitmarker Condensed Black", Arial;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 1.25rem;
    line-height: 1.25rem;
    text-transform: uppercase;
  }
}
.blog-card-lg .subtitle,
.blog-card-md .subtitle {
  margin-top: 12px;
}
.blog-card-lg .subtitle p,
.blog-card-md .subtitle p {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1.5rem;
}
.blog-card-horiz .card-inner {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 1fr 1fr;
  height: 100%;
  padding-bottom: 24px;
}
.blog-card-horiz .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog-card-horiz .title h3,
.blog-card-horiz .title a {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: optional;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.blog-card-horiz .title h3 sup,
.blog-card-horiz .title a sup {
  position: relative;
  font-size: 40%;
  line-height: 0;
  vertical-align: baseline;
  top: -0.4rem;
}
.blog-card-horiz .date-line {
  margin-top: 8px;
}
.blog-card-horiz .game-list {
  margin-top: 8px;
}
html[dir="rtl"] .blog-card-item .game-list {
  margin-right: 0;
  margin-left: 8px;
}
.game-tile.aurora a {
  cursor: not-allowed;
  pointer-events: none;
}

/**************************
@green			 : green;
@black           : #000;
@white           : #FFF;

@link-color      : #000;
@link-hover-color: #000;
 
@accent-color    : @green;
**************************/
/************************
IMPORT FONT FAMILIES HERE
************************/
/*
@font-face {
    font-family: 'Teko';
    src: url('../../../../../common/fonts/Teko-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Teko';
    src: url('../../../../../common/fonts/Teko-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Teko';
    src: url('../../../../../common/fonts/Teko-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Teko';
    src: url('../../../../../common/fonts/Teko-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Teko';
    src: url('../../../../../common/fonts/Teko-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Neo Sans Pro';
    src: url('../../../../../common/fonts/NeoSansPro-Bold.woff2') format('woff2'),
        url('../../../../../common/fonts/NeoSansPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neo Sans Pro';
    src: url('../../../../../common/fonts/NeoSansPro-Regular.woff2') format('woff2'),
        url('../../../../../common/fonts/NeoSansPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neo Sans Pro';
    src: url('../../../../../common/fonts/NeoSansPro-BoldItalic.woff2') format('woff2'),
        url('../../../../../common/fonts/NeoSansPro-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Neo Sans Pro';
    src: url('../../../../../common/fonts/NeoSansPro-Italic.woff2') format('woff2'),
        url('../../../../../common/fonts/NeoSansPro-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Tahoma';
    src: url('../../../../../common/fonts/Tahoma.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

// LESS mixins for Teko font weights
.teko-bold() {
    font-family: 'Teko', sans-serif;
    font-weight: 700;
}

.teko-light() {
    font-family: 'Teko', sans-serif;
    font-weight: 300;
}

.teko-reg() {
    font-family: 'Teko', sans-serif;
    font-weight: 500;
}

.teko-regular() {
    font-family: 'Teko', sans-serif;
    font-weight: 400;
}

.teko-semi-bold() {
    font-family: 'Teko', sans-serif;
    font-weight: 600;
}

.neosans-bold() {
    font-family: 'Neo Sans Pro',sans-serif;
    font-weight: 700;
    font-style: normal;
}

.neosans-bold-italic() {
    font-family: 'Neo Sans Pro',sans-serif;
    font-weight: 700;
    font-style: italic;
}

.neosans-italic() {
    font-family: 'Neo Sans Pro',sans-serif;
    font-weight: 400;
    font-style: italic;
}

.neosans-reg() {
    font-family: 'Neo Sans Pro',sans-serif;
    font-weight: 400;
    font-style: normal;
}

.tahoma-reg() {
    font-family: 'Tahoma', sans-serif; 
	font-weight: 400;
    font-style: normal;
}
*/
/* TO DO */
/*
//  M I X I N S
// -------------

// no conversion necessary
.convertRem(@selector, @amt) when (isunit(@amt, rem)),
(isunit(@amt, em)) {
	@{selector}: @amt;
}

// convert px -> rem
.convertRem(@selector, @amt, @remInPx: @fontSizeBase) when (ispixel(@amt)) {
	@{selector}: round(unit((@amt / @remInPx), rem), 2);
}

// Heading
.heading-base() {
	.teko-bold();
    text-transform: uppercase;
    .convertRem(letter-spacing, 1px);
}

.heading-xxs() {
	.heading-base();
    .convertRem(font-size, 16px);
}

.heading-xs() {
	.heading-base();
    .convertRem(font-size, 20px);
}

.heading-sm() {
    .heading-base();
    .convertRem(font-size, 28px);
}

.heading-md() {
    .heading-base();
    .convertRem(font-size, 36px);
}

.heading-lg() {
    //.heading-base();
    //.convertRem(font-size, 56px);
}

.heading-xl() {
    .heading-base();
    .convertRem(font-size, 60px);
}

// Custom heading size
.heading-custom(@font-size, @line-height, @letter-spacing:optional) {
    .heading-base();
    .convertRem(font-size, @font-size);
	line-height: @line-height;
    & when not (letter-spacing = optional) {
    	letter-spacing: @letter-spacing;
    }
}

// Body
.body-base() {
	.neosans-reg();
    .convertRem(letter-spacing, 0.75px);

    &:lang(ru) {
      .tahoma-reg();
    }
}

.body-xxs() {
    .body-base();
    .convertRem(font-size, 10px);
    .convertRem(line-height, 12px);
    letter-spacing: 1px;
}

.body-xs() {
    .body-base();
    .convertRem(font-size, 12px);
    .convertRem(line-height, 16px);
    letter-spacing: 1px;
}

.body-sm() {
    .body-base();
    .convertRem(font-size, 16px);
    .convertRem(line-height, 28px);
}

.body-md() {

}

.body-lg() {
    .body-base();
    .convertRem(font-size, 20px);
    .convertRem(line-height, 32px);
}

.body-bold() {
	.body-base();
    font-weight: bold;
}

.body-italic() {
	.body-base();
    font-style: italic;
}

.body-custom(@font-size, @line-height, @letter-spacing:optional) {
    .body-base();
    // Define your own font family on local css
    .convertRem(font-size, @font-size);
	line-height: @line-height;
    & when not (letter-spacing = optional) {
    	letter-spacing: @letter-spacing;
    }
} 
*/
/**
	THPS News Styles - /apps/atvi/tony-hawk/global/components/content/thps-news/clientlibs/css/thps-news.less
*/
.thps-news-container {
  /*display: grid;
    grid-template-columns: @gtc-1;
	grid-gap: 20px;*/
  padding-top: 70px;
  padding-bottom: 70px;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 60px;
}
@media (max-width: 1024px) {
  .thps-news-container {
    max-width: 1024px;
    padding-inline: 40px;
  }
}
@media (max-width: 600px) {
  .thps-news-container {
    max-width: 600px;
    padding-inline: 16px;
  }
}
@media screen and (max-width: 768px) {
  .thps-news-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.thps-news-container a {
  text-decoration: none;
  display: block;
  color: inherit;
}
.thps-news-container .section-header h2 {
  font-family: 'Teko Bold';
  font-weight: 700;
  font-style: normal;
  font-size: 3.75rem;
  line-height: 4.25rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .thps-news-container .section-header h2 {
    font-family: 'Teko Bold';
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
    line-height: 1.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
}
.thps-news-container .blog-card-item {
  height: 100%;
}
.thps-news-container .blog-card-item .card-inner {
  display: flex;
  flex-direction: column;
  height: inherit;
}
.thps-news-container .blog-card-item .card-inner .text {
  height: 100%;
}
.thps-news-container .blog-card-item .tag-list {
  display: none;
}
.thps-news-container .blog-card-item .game-list {
  display: none;
}
.thps-news-container .news-list > ul {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-gap: 28px;
}
@media (max-width: 600px) {
  .thps-news-container .news-list > ul {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.thps-news-container .news-list > ul > li {
  grid-column: span 4;
  background: #1B1B1B;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.8);
  border: 1px solid #4f4f4f;
}
.thps-news-container .news-list > ul > li .blog-card-item .blog-image {
  width: 100%;
}
.thps-news-container .news-list > ul > li .blog-card-item .news-published {
  font-family: 'Neo Sans Pro Regular';
  font-weight: normal;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 0.88rem;
  line-height: 1.38rem;
}
.thps-news-container .news-list > ul > li .blog-card-lg .date-line,
.thps-news-container .news-list > ul > li .blog-card-md .date-line {
  justify-content: start;
}
.thps-news-container .news-list > ul > li .text {
  display: flex;
  flex-direction: column;
  padding: 20px;
  margin-top: 0;
  gap: 12px;
}
.thps-news-container .news-list > ul > li .text .title,
.thps-news-container .news-list > ul > li .text .subtitle {
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  line-height: 1;
}
.thps-news-container .news-list > ul > li .text .title:hover,
.thps-news-container .news-list > ul > li .text .subtitle:hover {
  scroll-behavior: smooth;
  transition: scroll-behavior 0.3s;
}
@media (max-width: 1024px) {
  .thps-news-container .news-list > ul > li .text .title,
  .thps-news-container .news-list > ul > li .text .subtitle {
    -webkit-line-clamp: 4;
  }
}
@media (max-width: 600px) {
  .thps-news-container .news-list > ul > li .text .title,
  .thps-news-container .news-list > ul > li .text .subtitle {
    -webkit-line-clamp: 2;
  }
}
.thps-news-container .news-list > ul > li .text .title,
.thps-news-container .news-list > ul > li .text .title a {
  font-family: 'Teko Bold';
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1.75rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  line-height: .9;
  font-family: 'Teko Bold' !important;
  font-weight: 700 !important;
  font-style: normal !important;
}
.thps-news-container .news-list > ul > li .text .subtitle {
  font-family: 'Neo Sans Pro Regular';
  font-weight: normal;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0;
}
.thps-news-container .cta-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}
.thps-news-container .sideline {
  width: 100%;
  height: 1px;
  background: #636262;
}
.thps-news-container .sideline.left {
  background: linear-gradient(90deg, rgba(62, 62, 62, 0) 0%, #636262 100%);
}
.thps-news-container .sideline.right {
  background: linear-gradient(90deg, #636262 0%, rgba(62, 62, 62, 0) 100%);
}
.thps-news-container .news-cta {
  /*.atvi-cta-secondary-button(glint);
        flex-shrink: 0;*/
}
@keyframes scrollText {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}

