/*
###########################################################
##                                                       ##
##   Theme Name: ILoveHits.com                           ##
##   Theme URI: http://ilovehits.com/                    ##
##   Description: Official theme for ILoveHits.com       ##
##   Version: 2.0                                        ##
##   Author: Sean Owen                                   ##
##                                                       ##
##   (c) 2024 ILoveHits.com. All rights reserved.        ##
##                                                       ##
###########################################################
*/

@charset "utf-8";
@import url("../../assets/css/cookies.css");
@import url("../../assets/fonts/tabler-icons.min.css");
@import url("../../assets/fonts/feather.css");
@import url("../../assets/fonts/fontawesome.css");
@import url("../../assets/fonts/material.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900');

html {
    margin: 0;
}

body {
    background-color: #0198E3;
    font: 14px/1.2 "Roboto", Arial, sans-serif;
    font-weight: normal;
    line-height: 1.2;
    color: #787c80;
    line-height: 1.42;
    margin: 0;
}

body::before {
    content: '';
    position: fixed;
    opacity: 0.23;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../static/images/boxing-pattern.webp');
    background-position: 0 100%;
    background-repeat: repeat;
    z-index: -3;
}

img {
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}

a * {
  cursor: pointer;
}

a > i {
    vertical-align: middle;
}

#interior-page {
    position: relative;
    z-index: 99;
}

.cookies .cookies-wrapper {
    max-width: 84% !important;
}

.cookies-wrapper {
    background-color: #ff9701 !important;
    background-image: url('../../static/images/cookies.webp');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    color: white !important;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    text-shadow: 0 2px 6px rgba(0,0,0,.4);
    border-radius: 54px !important;
    box-shadow: 0 4px 0 rgba(0,0,0,.1),inset 0 3px 0 rgba(255,255,255,.25),inset 0 -3px 0 rgba(0,0,0,.25) !important;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
}

.cookie-content a {
    color: #0D6EFD !important;
}

.text-left {
    text-align: left !important;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.row > * {
    padding-right: 0;
    padding-left: 0;
}

.btn {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    text-shadow: 0 2px 0 rgba(0,0,0,.1);
    align-items: center;
    justify-content: center;
    border-radius: 54px;
    box-shadow: 0 4px 0 rgba(0,0,0,.1),inset 0 3px 0 rgba(255,255,255,.25),inset 0 -3px 0 rgba(0,0,0,.25);
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
}

.btn:hover {
    box-shadow: 0 6px 0 rgba(0,0,0,.1),inset 0 3px 0 rgba(255,255,255,.25),inset 0 -3px 0 rgba(0,0,0,.25);
    color: #fff;
    transform: translate3d(0,-2px,0);
    -webkit-transform: translate3d(0,-2px,0);
}

.card {
    box-shadow: 0 4px 0 rgba(0,0,0,.1),inset 0 3px 0 rgba(255,255,255,.25),inset 0 -3px 0 rgba(0,0,0,.25);
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
}

.banner-btn {
    font-size: 12px;
    width: 96%;
}

.card-header {
    font-size: 16px;
    font-weight: 700;
    border-bottom: 3px solid #cecece;
}

.card-header img {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
}

.header {
    position: relative;
    margin-bottom: 10px;
    background: -webkit-linear-gradient(top,rgba(0,0,0,.12) 0%,transparent 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.12)),to(transparent));
    background: linear-gradient(to bottom,rgba(0,0,0,.12) 0%,transparent 100%);
}

.header-top {
    padding: 9px 0;
    background-color: #0063A1;
    color: white;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 3px solid #c5c5c5;
    position: relative;
    z-index: 1;
}

.header-top .container {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 22px;
}

.header-top .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.header-top__text h1 {
  margin: 0 10px 0 0;
  font-size: 13px;
  letter-spacing: 1px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.header-main {
    max-height: 180px;
    padding: 2px 0;
}

.header-main .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.header .logo {
    display: inline-flex;
    padding: 12px 0;
    max-width: 100%;
    height: 200px;
    width: 100%;
    z-index: 100;
    position: relative;
}

header .quotes {
  top: 20px;
  right: 200px;
  position: absolute;
  width: 340px;
  color: #4e4e4e;
  font-size: 14px;
  font-weight: 300;
  padding: 7px;
  border-radius: 10px;
  border: 3px solid #bababa;
  background: #fdfdfd;
  line-height: 18px;
  z-index: 2;
}

header .quotes::before {
  content: '';
  position: absolute;
  left: calc(100% - 1px);
  top: 50%;
  transform: translateY(-50%);
  border-width: 5px 0 5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  z-index: 2;
}

header .quotes a {
  font-weight: 400 !important;
  color: #c60000 !important;
}

.header-main__image {
  position: absolute;
  pointer-events: none;
  top: -40px;
  right: 11px;
  z-index: 2;
}

.header-bottom .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.header-bottom__row {
    width: 66%;
}

.navbar {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.navbar .nav-link {
    color: white;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .14px;
    text-transform: uppercase;
    display: flex;
    align-items:center;
    vertical-align: middle;
}

.navbar .nav-link:hover {
    color: #FF9701;
}

.navbar .nav-link img {
    max-width: 100%;
    height: 35px;
    vertical-align: middle;
}

.navbar-brand img {
    height: 64px;
}

.promo-code {
    color: #c60000 !important;
    font-weight: 900 !important;
}

.page-banner {
    background: #ff9701;
    color: white;
    padding: 10px 0;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    text-shadow: 0 2px 0 rgba(0,0,0,.1);
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 0 rgba(0,0,0,.1),inset 0 3px 0 rgba(255,255,255,.25),inset 0 -3px 0 rgba(0,0,0,.25);
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    position: relative;
    z-index: 3;
}

.header__nav-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.page-banner img {
    max-width: 45px;
    width: 45px;
    background: #fff;
    border-radius: 50%;
    padding: 2px;
    border: 2px solid #c1c3c8;
}

.page-banner .header__nav-user-name {
    color: white;
    font-size: 23px;
    margin: 0;
    font-weight: 900;
    padding-left: 8px;
    white-space: nowrap;
    letter-spacing: .19px;
}

.ilh-card a > img {
    max-width: 100%;
    height: 200px;
    margin-top: 12px;
}

.list-group-icons a > img {
    max-width: 100%;
    height: 16px;
}

.gold-bg {
    background-color: #ff9701 !important;
}

.gold-card {
    border: 3px solid #f6c78f !important;
    border-radius: 10px;
}

.gold-card:hover > .card-header {
    color: #ff9701;
}

.lite-green-bg {
    background-color: #61c764 !important;
}

.lite-green-card {
    border: 3px solid #ade3b1 !important;
    border-radius: 10px;
}

.lite-green-card:hover > .card-header {
    color: #61c764;
}

.lite-blue-bg {
    background-color: #039ecc !important;
}

.lite-blue-card {
    border: 3px solid #7acbe0 !important;
    border-radius: 10px;
}

.lite-blue-card:hover > .card-header {
    color: #039ecc;
}

.yellow-bg {
    background-color: #f9b236 !important;
}

.yellow-card {
    border: 3px solid #fdd798 !important;
    border-radius: 10px;
}

.yellow-card:hover > .card-header {
    color: #f9b236;
}

footer {
    background-color: #ff9700;
}

footer .nav-item a {
    color: black;
    text-transform: uppercase;
    border-bottom: 3px solid #ff9700;
}

footer .nav-item a:hover {
    color: white;
    border-bottom: 3px solid white;
}

.copyright {
    height: 60px;
    background-color: #f08800;
    color: black;
    padding: 25px 0;
    font-size: 12px;
    text-align: center;
}

.copyright a {
    color: black;
}