body {
  background-image: linear-gradient(#000010, #A9352A);
  color: #eee;
  font-family: "Titillium Web", sans-serif;
  /***** GENERAL *****/
}
body header .brand-logo {
  height: 5rem;
  position: relative;
  bottom: 5px;
  right: 5px;
}
body header .logo-title {
  font-family: "Nova Square", sans-serif;
  font-size: 2rem;
  background: -webkit-linear-gradient(#872A21, #A9352A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body header .dropdown-menu {
  background-color: #333;
}
body header .dropdown-menu .dropdown-item {
  color: #eee !important;
}
body header .dropdown-menu .dropdown-item:hover {
  background-color: #A9352A;
}
body header .dropdown-menu small {
  color: #eee;
  background-color: #A9352A;
  padding: 0 8px;
  margin-left: 0.5rem;
  border-radius: 4px;
}
body .index-page .next-box .next-element {
  padding-right: 0.5rem;
  flex-grow: 1;
}
body .index-page .next-box .next-element:last-of-type {
  padding-right: 0;
}
body .index-page .next-box .next-element .next-image {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
}
body .index-page .latestVideoEmbed {
  border-radius: 8px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
}
body .index-page .recent-collection .collection-box {
  flex-wrap: wrap;
}
body .index-page .recent-collection .collection-box .collection-element {
  padding-right: 0.5rem;
  flex: 20%;
}
body .index-page .recent-collection .collection-box .collection-element:last-of-type {
  padding-right: 0;
}
body .index-page .recent-collection .collection-box .collection-element .collection-image {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
}
body .about .profile-photo {
  border-radius: 8px;
}
body .games .game-elem {
  background-image: linear-gradient(#333, #111);
  border-radius: 8px;
  overflow: hidden;
}
body .games .game-elem .game-image {
  height: 15rem;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
}
body .games .game-elem .game-title {
  font-size: 1.25rem;
  height: 3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
body .games .game-elem .game-date {
  font-size: 0.85rem;
}
body .pjr .pjr-elem {
  background-image: linear-gradient(#333, #111);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
body .pjr .pjr-elem .pjr-image {
  border-radius: 8px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
}
body .pjr .pjr-elem .pjr-title {
  font-size: 1.25rem;
  height: 3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
body .pjr .pjr-elem .viewCount {
  border-radius: 8px;
  background-color: #A9352A;
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
}
body .pjr .pjr-elem .pjr-date {
  font-size: 0.85rem;
}
body .bestof .bestof-elem {
  background-image: linear-gradient(#333, #111);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
body .bestof .bestof-elem .bestof-image {
  border-radius: 8px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
}
body .bestof .bestof-elem .bestof-title {
  font-size: 1.25rem;
  height: 3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
body .bestof .bestof-elem .viewCount {
  border-radius: 8px;
  background-color: #A9352A;
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
}
body .bestof .bestof-elem .bestof-date {
  font-size: 0.85rem;
}
body .vod .vod-elem {
  background-image: linear-gradient(#333, #111);
  border-radius: 8px;
  overflow: hidden;
}
body .vod .vod-elem .vod-image {
  border-radius: 8px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
}
body .vod .vod-elem .vod-title {
  font-size: 1.25rem;
  height: 3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
body .vod .vod-elem .vod-date {
  font-size: 0.85rem;
}
body .vod .info .btn {
  border-radius: 8px;
  background-color: #243B55;
}
body .vod .info .vod-date {
  font-size: 0.85rem;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
}
body .vod .info .viewCount {
  border-radius: 8px;
  background-color: #243B55;
  line-height: 2.25;
}
body .shorts .short-elem {
  background-image: linear-gradient(#333, #111);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
body .shorts .short-elem .short-image {
  border-radius: 8px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
}
body .shorts .short-elem .short-title {
  font-size: 1rem;
  height: 2.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
body .shorts .short-elem .viewCount {
  border-radius: 8px;
  background-color: #A9352A;
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
}
body .shorts .short-elem .short-date {
  font-size: 0.85rem;
}
body .streams .stream-elem {
  background-image: linear-gradient(#333, #111);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
body .streams .stream-elem .stream-image {
  border-radius: 8px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
}
body .streams .stream-elem .stream-title {
  font-size: 1.25rem;
  height: 3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
body .streams .stream-elem .viewCount {
  border-radius: 8px;
  background-color: #A9352A;
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
}
body .streams .stream-elem .stream-date {
  font-size: 0.85rem;
}
body .contact a {
  text-decoration: none !important;
  color: #A9352A !important;
}
body .contact a:hover {
  text-decoration: underline !important;
}
body .playstation-page .psn-name {
  display: inline-block;
  margin: 1rem 0 0 0;
}
body .playstation-page .psn-name .psn-avatar {
  width: 3rem;
  border-radius: 8px;
}
body .playstation-page .psn-name .psn-plus {
  height: 2rem;
}
body .playstation-page .psn-name .psn-is-online {
  font-size: 0.75rem;
}
body .playstation-page .psn-name .psn-is-online.online {
  color: green;
}
body .playstation-page .psn-name .psn-is-online.offline {
  color: #990000;
}
body .playstation-page .psn-trophy-info {
  background-image: linear-gradient(#333, #111);
  border-radius: 8px;
}
body .playstation-page .trophies {
  background-image: linear-gradient(#333, #111);
  border-radius: 8px;
}
body .playstation-page .trophies .trophy {
  text-align: center;
}
body .playstation-page .trophies .trophy .trophy-image {
  height: 5rem;
  display: block;
  margin: auto;
}
body .playstation-page .games-preview {
  background-image: linear-gradient(#333, #111);
  border-radius: 8px;
}
body .playstation-page .games-preview .game {
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  border-radius: 8px;
}
body .playstation-page .games-preview .game .game-image {
  height: 7.5rem;
  display: block;
  margin: auto;
}
body .playstation-page .games {
  background-image: linear-gradient(#333, #111);
  border-radius: 8px;
}
body .playstation-page .games .game {
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  border-radius: 8px;
}
body .playstation-page .games .game .game-image {
  height: 7.5rem;
  display: block;
  margin: auto;
}
body .psn-games-page .games {
  background-image: linear-gradient(#333, #111);
  border-radius: 8px;
}
body .psn-games-page .games .game {
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  border-radius: 8px;
}
body .psn-games-page .games .game .game-image {
  height: 7.5rem;
  display: block;
  margin: auto;
}
body .collection .collection-elem {
  background-image: linear-gradient(#333, #111);
  border-radius: 8px;
  overflow: hidden;
}
body .collection .collection-elem .collection-image {
  height: 15rem;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
}
body .collection .collection-elem .collection-title {
  font-size: 1.25rem;
  height: 3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
body .collection .collection-elem .collection-date {
  font-size: 0.85rem;
}
body footer {
  background-color: #000010;
}
body footer .social-logo .counter {
  font-size: 0.8rem;
}
body footer .social-logo i {
  color: #A9352A;
  font-size: 1.5rem;
  margin: 0 0.5rem;
}
body footer .brand-logo {
  height: 5rem;
}
body .bg-blue {
  background-image: linear-gradient(#333, #111);
  border-radius: 8px;
  overflow: hidden;
  padding: 0.75rem;
}
body .social-icons .social-logo i {
  color: #A9352A;
  font-size: 1.5rem;
  margin: 0 0.5rem;
}
body .filter-kit {
  z-index: 99;
}
body .filter {
  background-image: linear-gradient(to bottom right, #333, #111);
  border-radius: 8px;
}
body .filter select {
  color: #333;
  border: 0;
}
body .filter .btn-reset-filter {
  color: #ef473a !important;
}
body .filter .btn-reset-filter:hover {
  text-decoration: underline !important;
}
body .filter .filter-form {
  display: inline-block;
}
body .filter .sort {
  border-radius: 8px;
  display: inline-block;
}
body .filter .sort .btn-filter {
  line-height: 1.5;
}
body .filter .sort .dropdown-menu {
  background-image: linear-gradient(to bottom right, #333, #111);
  background-color: unset !important;
  border: 0;
  z-index: 999;
}
body .filter .sort .dropdown-menu .dropdown-item {
  color: #eee;
}
body .filter .sort .dropdown-menu .dropdown-item:hover {
  background-color: #A9352A;
}
body a {
  color: #eee !important;
  text-decoration: none !important;
}
body a:hover {
  color: #A9352A;
  text-decoration: underline;
}
body a.link-purple {
  color: #A9352A !important;
}
body a.link-purple:hover {
  text-decoration: underline !important;
}
body .background-darker {
  background: rgba(0, 0, 0, 0.5);
}
body #cc-main .cm__footer {
  display: none;
}
body .btn-purple {
  background-color: #A9352A;
  color: #eee;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
}
body .btn-purple:hover {
  text-decoration: none;
  color: #eee;
  box-shadow: none;
}
body .btn-filter {
  background-color: #A9352A;
  color: #eee;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  bottom: 2px;
}
body .btn-filter:hover {
  text-decoration: none;
  color: #eee;
  box-shadow: none;
}
body .txt-purple {
  color: #A9352A;
}
body .game-info-modal, body .psn-game-info-modal, body .collection-game-modal {
  padding: 0;
  color: #eee;
  font-family: "Titillium Web", sans-serif;
  background-image: linear-gradient(#333, #111);
  border-radius: 8px;
  overflow: hidden;
}
body .game-info-modal .game-title, body .psn-game-info-modal .game-title, body .collection-game-modal .game-title {
  font-size: 2rem;
  color: #A9352A;
}
body .game-info-modal .game-photo, body .psn-game-info-modal .game-photo, body .collection-game-modal .game-photo {
  border-radius: 8px;
  max-height: 75vh;
  max-width: 75%;
}
body .game-info-modal .game-vod-link, body .psn-game-info-modal .game-vod-link, body .collection-game-modal .game-vod-link {
  background-color: #A9352A;
  color: #eee;
  border-radius: 8px;
  width: fit-content;
  margin: 0.5rem 0.5rem 1rem 0;
}
body .game-info-modal .data-table, body .psn-game-info-modal .data-table, body .collection-game-modal .data-table {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 95%;
}
body .game-info-modal .data-table .data-label, body .psn-game-info-modal .data-table .data-label, body .collection-game-modal .data-table .data-label {
  color: #A9352A;
  padding-right: 2rem;
  vertical-align: top;
}
body .game-info-modal .data-table .data-platform, body .psn-game-info-modal .data-table .data-platform, body .collection-game-modal .data-table .data-platform {
  font-size: 0.75rem;
  border-radius: 4px;
  padding: 0.05rem 0.5rem;
  color: #fff;
  background-color: #A9352A;
}
body .game-info-modal .data-table .data-platform:hover, body .psn-game-info-modal .data-table .data-platform:hover, body .collection-game-modal .data-table .data-platform:hover {
  color: #A9352A !important;
  background-color: #fff;
}
body .trophy-help-modal .modal-dialog .modal-content {
  padding: 0;
  color: #eee;
  font-family: "Titillium Web", sans-serif;
  background-image: linear-gradient(#333, #111);
  border-radius: 8px;
  overflow: hidden;
  border: 0;
  background-color: unset;
}
body .trophy-help-modal .modal-dialog .modal-content .modal-header {
  border-bottom: 0;
}
body .trophy-help-modal .modal-dialog .modal-content .modal-footer {
  border-top: 0;
}
body .paginator-custom {
  margin: 2rem auto;
}
body .paginator-custom nav div:last-of-type {
  justify-content: center !important;
}
body .paginator-custom nav div:last-of-type div:first-of-type {
  display: none;
}
body .paginator-custom nav div:last-of-type .pagination {
  margin-bottom: 0;
}
body .paginator-custom nav div:last-of-type .pagination .page-item {
  position: relative;
  margin: 0 0.15rem;
}
body .paginator-custom nav div:last-of-type .pagination .page-item .page-link {
  color: #eee;
  background-color: #111;
  border: 0;
  line-height: 1.25;
  height: 2rem;
  border-radius: 4px;
  padding: 0.375rem 0.5rem;
}
body .paginator-custom nav div:last-of-type .pagination .page-item.active .page-link {
  opacity: 0.4;
  border-color: unset;
}
body .paginator-custom nav div:last-of-type .pagination .page-item:first-of-type {
  font-size: 1.5rem;
}
body .paginator-custom nav div:last-of-type .pagination .page-item:first-of-type .page-link {
  line-height: 0.7 !important;
}
body .paginator-custom nav div:last-of-type .pagination .page-item:last-of-type {
  font-size: 1.5rem;
}
body .paginator-custom nav div:last-of-type .pagination .page-item:last-of-type .page-link {
  line-height: 0.7 !important;
}
body .paginator-custom nav div:last-of-type .pagination .page-item.disabled .page-link {
  opacity: 0.4;
}
body .scroll-top-btn {
  background-image: linear-gradient(to bottom right, #141E30, #243B55);
  border-radius: 8px;
  color: #eee;
  padding: 0.7rem 0.8rem;
  position: fixed;
  right: 0.5rem;
  bottom: 0.5rem;
  width: 3rem;
  height: 3rem;
  text-align: center;
}
body .desktop-only {
  display: inline-block;
}
body .sm-only {
  display: none;
}

@media only screen and (max-width: 992px) {
  header .brand-logo {
    height: 3rem !important;
  }
  .recent-collection .collection-box .collection-element {
    flex: 50% !important;
    margin-bottom: 0.5rem;
  }
  .recent-collection .collection-box .collection-element:nth-of-type(3), .recent-collection .collection-box .collection-element:nth-of-type(4) {
    margin-bottom: 0 !important;
  }
  .recent-collection .collection-box .collection-element:last-of-type {
    display: none !important;
  }
  .about .profile-photo {
    width: 50% !important;
  }
  .filter {
    width: 100%;
    margin-bottom: 1rem !important;
  }
  .filter form {
    width: 100%;
  }
  .filter form .form-group {
    width: 100%;
  }
  .filter form .form-group select, .filter form .form-group input {
    width: 100% !important;
    margin-bottom: 0.5rem;
  }
  .filter form .btn-red {
    bottom: 0 !important;
  }
  .sort {
    margin-left: 0 !important;
    position: relative !important;
    top: unset !important;
    transform: unset !important;
    margin-top: 0.5rem;
  }
  .vod .vod-element .vod-info {
    bottom: 0 !important;
    padding-bottom: 0.5rem !important;
  }
  .vod .vod-element .vod-info .vod-title {
    font-size: 1rem !important;
    height: fit-content !important;
    max-height: 2.5rem !important;
    line-height: 1 !important;
    margin-bottom: 0.25rem !important;
  }
  .vod .vod-element .vod-info .vod-game {
    padding: 0.5rem;
    margin: 0.5rem -0.5rem !important;
  }
  .vod .vod-element .vod-info .vod-game span {
    line-height: 1 !important;
    height: 2.25rem !important;
  }
  .vod .vod-element .vod-info .col-4, .vod .vod-element .vod-info .col-8 {
    padding: 0.25rem 0.5rem;
    line-height: 1;
  }
  .vod .vod-element .pb-c {
    padding: 0.5rem !important;
  }
  .game-info-modal .data-table, .psn-game-info-modal .data-table, .collection-game-modal .data-table {
    position: unset !important;
    top: unset !important;
    transform: unset !important;
    max-width: 100% !important;
  }
  .game-info-modal .game-title, .psn-game-info-modal .game-title, .collection-game-modal .game-title {
    font-size: 1.5rem !important;
    margin-top: 3rem !important;
  }
  .game-info-modal .m-sm-0, .psn-game-info-modal .m-sm-0, .collection-game-modal .m-sm-0 {
    margin: auto !important;
  }
  .game-info-modal .w-sm-100, .psn-game-info-modal .w-sm-100, .collection-game-modal .w-sm-100 {
    max-width: 100% !important;
    width: 100% !important;
  }
  .game-info-modal .info, .psn-game-info-modal .info, .collection-game-modal .info {
    display: inline-block;
    width: 49%;
    margin: 0.15rem 0 !important;
    padding: 0.15rem 0.5rem !important;
    vertical-align: top;
  }
  .game-info-modal .info a, .psn-game-info-modal .info a, .collection-game-modal .info a {
    margin-bottom: 0.5rem;
    line-height: 1;
  }
  .game-info-modal .info:nth-child(odd), .psn-game-info-modal .info:nth-child(odd), .collection-game-modal .info:nth-child(odd) {
    text-align: right !important;
  }
  .game-info-modal .info:nth-child(even), .psn-game-info-modal .info:nth-child(even), .collection-game-modal .info:nth-child(even) {
    text-align: left !important;
  }
  .game-info-modal .game-photo, .psn-game-info-modal .game-photo, .collection-game-modal .game-photo {
    display: inline-block;
  }
  .shorts .short-element {
    height: 15rem !important;
  }
  .playstation-page .psn-trophy-info {
    width: 100% !important;
    margin-bottom: 0.5rem !important;
    text-align: center;
  }
  .playstation-page .trophies .trophy .trophy-image {
    height: 3rem !important;
  }
  .playstation-page .games-preview .game {
    width: 32% !important;
    margin-bottom: 0.5rem !important;
  }
  .playstation-page .games-preview .game .game-image {
    width: 100%;
    height: unset !important;
    display: block;
    margin: auto;
  }
  .psn-games-page .game {
    width: 32% !important;
    margin-bottom: 0.5rem !important;
  }
  .psn-games-page .game .game-image {
    width: 100%;
    height: unset !important;
    display: block;
    margin: auto;
  }
  .collection .table tr td:nth-of-type(2) {
    display: none;
  }
  .collection .table tr td:nth-of-type(3) {
    display: none;
  }
  .collection .table tr td .gamelist-title {
    position: unset !important;
    transform: unset !important;
    height: auto !important;
    max-height: unset !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .fancybox-slide {
    padding: 0;
  }
  .text-sm-custom {
    text-align: center !important;
  }
  .paginator-custom {
    margin: 1rem auto !important;
    overflow: scroll;
    display: flex;
    justify-content: center;
  }
  .paginator-custom nav div:first-of-type {
    display: none !important;
  }
  .paginator-custom nav div:last-of-type {
    display: flex !important;
  }
  .paginator-custom nav div:last-of-type div:first-of-type {
    display: none;
  }
  .paginator-custom nav div:last-of-type .pagination {
    margin-bottom: 0;
  }
  .paginator-custom nav div:last-of-type .pagination .page-item {
    position: relative;
    margin: 0 0.15rem;
  }
  .paginator-custom nav div:last-of-type .pagination .page-item .page-link {
    color: #eee;
    background-color: #243B55;
    border: 0;
    line-height: 1.25;
    height: 2rem;
    border-radius: 4px;
    padding: 0.375rem 0.5rem;
  }
  .paginator-custom nav div:last-of-type .pagination .page-item.active .page-link {
    opacity: 0.4;
    border-color: unset;
  }
  .paginator-custom nav div:last-of-type .pagination .page-item:first-of-type {
    font-size: 1.5rem;
  }
  .paginator-custom nav div:last-of-type .pagination .page-item:first-of-type .page-link {
    line-height: 0.7 !important;
  }
  .paginator-custom nav div:last-of-type .pagination .page-item:last-of-type {
    font-size: 1.5rem;
  }
  .paginator-custom nav div:last-of-type .pagination .page-item:last-of-type .page-link {
    line-height: 0.7 !important;
  }
  .paginator-custom nav div:last-of-type .pagination .page-item.disabled .page-link {
    opacity: 0.4;
  }
  .desktop-only {
    display: none !important;
  }
  .sm-only {
    display: inline-block !important;
  }
}

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