/* GT Custom CSS */

@font-face {
    font-family: 'Oswald';
    src: url('/assets/fonts/Oswald-Regular.woff2') format('woff2'),
        url('/assets/fonts/Oswald-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('/assets/fonts/Oswald-Bold.woff2') format('woff2'),
        url('/assets/fonts/Oswald-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'League Gothic';
    src: url('/assets/fonts/LeagueGothic-Regular.woff2') format('woff2'),
        url('/assets/fonts/LeagueGothic-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.font-heading, #site-title { font-family: 'League Gothic'; text-transform: uppercase; font-size:  }
nav li, a.text-brand.decoration-2 { font-family: 'Oswald'; text-transform: uppercase; text-decoration-thickness: 0px; font-size: 1.2rem; font-weight: normal;}
/* Styles for Header-Footer */
header {
  background-color: black;
  color: white;
}
header a em { color: grey; }
header .border-t-4 {
  border-width: 1px 0 0 0;
  border-color: #444444;
  margin-top: 4px;
}
footer {
  background-color: #444444;
  color: gray;
}
header .font-heading {
  font-size: 4em;
  color: white;
}
footer .font-heading {
  font-size: 3em;
  color: gray !important;
}
.font-heading.font-semibold {
  font-weight: normal;
}
header button .bg-typ { background-color: white; }
header .py-4 { padding-bottom: 0; }
header .bg-bgr { background-color: black; }
footer .border-b, footer .border-t-4 { border: 0; }
footer .border-brd-soft { border-color: #999999; }
footer .after\:text-brd-soft:after { color: grey; }



/* Styles for Review card */
.review-card {
    display: block;
    margin-top: 60px;
    background-color: #C1C1C1;
}
.review-ribbon {
    background-color: black;
    display: block;
    padding: 18px 0;
}
.review-badge {
    padding: 0 .2em 0 .2em;
    font-family: 'Oswald';
    font-size: 110px;
    font-weight: 600;
    float: left;
    margin-right: 20px;
    margin-top: -56px;
    line-height: normal;
}

.score-low  {
    background-color: #D90000;
    color: #660000 !important;
    -webkit-box-shadow: 12px 12px 0px rgba(142, 0, 0, 0.6);
    -moz-box-shadow:    12px 12px 0px rgba(142, 0, 0, 0.6);
    box-shadow:         12px 12px 0px rgba(142, 0, 0, 0.6);
}
.score-med  {
    background-color: #D9D900;
    color: #8C6900 !important;
    -webkit-box-shadow: 12px 12px 0px rgba(140, 141, 0, 0.6);
    -moz-box-shadow:    12px 12px 0px rgba(140, 141, 0, 0.6);
    box-shadow:         12px 12px 0px rgba(140, 141, 0, 0.6);
}
.score-high  {
    background-color: #36D900;
    color: #0E6800 !important;
    -webkit-box-shadow: 12px 12px 0px rgba(0, 106, 0, 0.6);
    -moz-box-shadow:    12px 12px 0px rgba(0, 106, 0, 0.6);
    box-shadow:         12px 12px 0px rgba(0, 106, 0, 0.6);
}


.review-ribbon h3.review-product-title {
    font-family: var(--gh-font-heading);
    font-weight: 500 !important;
    color: white;
    margin-left: 20px;
    line-height: 120%;
    font-size: 1.6em;
    margin: 0;
}
.review-details {
    clear: both;
    margin-top: 6px;
    padding: 4px 18px 18px 18px;
}
.review-details h4 {
    font-family: 'Oswald';
    font-size: 36px;
    font-weight: 500 !important;
    margin-top: 10px;
    text-transform: uppercase;
    line-height: 120%;
}
.review-details p {
    font-weight: 420;
    padding-bottom: 10px;
    margin: 20px 0 0 0;
}
.review-details hr {
    background-color: #808080;
    border-color: #808080;
    margin: 0 0 10px 0;
}
a.review-guidelines {
    float: right;
    margin-top: -32px;
    color: #0093cb;
    font-weight: bold;
}
.pros-cons h5 {
    font-family: var(--font1);
    font-size: 18px;
    font-weight: bold !important;
    line-height: 50%;
}
.pros-cons ul {
    margin-bottom: 14px;
}
.pros-cons div {
    width: 46%;
}
.pros-cons li {
    font-size: 16px !important;
    line-height: 110% !important;
    margin-bottom: 4px !important;
}
.review-pros {
    float: left;
}
.review-cons {
    float: right;
}
.review-disclosure {
    font-style: italic;
}
.clear-both { clear: both; }


a.kg-btn, .rounded-btn, button.px-5 {
  filter: drop-shadow(6px 6px rgba(0, 147, 203, 0.7));
}

main nav .rounded-btn {
  filter: none;
}

/* Score Matrix on review sys */
.score-index {
    width: 50px;
    height: 43px;
    padding-top: 7px;
    position: relative;
    top: 20px;
    left: 84px;
    display: block;
}
 .score-low-index {
    background-color: #D90000;
    color: #660000 !important;
    -webkit-box-shadow: 4px 4px 0px rgba(142, 0, 0, 0.6);
    -moz-box-shadow:    4px 4px 0px rgba(142, 0, 0, 0.6);
    box-shadow:         4px 4px 0px rgba(142, 0, 0, 0.6);
}
.score-med-index {
    background-color: #D9D900;
    color: #8C6900 !important;
    -webkit-box-shadow: 4px 4px 0px rgba(140, 141, 0, 0.6);
    -moz-box-shadow:    4px 4px 0px rgba(140, 141, 0, 0.6);
    box-shadow:         4px 4px 0px rgba(140, 141, 0, 0.6);
}
.score-high-index {
    background-color: #36D900;
    color: #0E6800 !important;
    -webkit-box-shadow: 4px 4px 0px rgba(0, 106, 0, 0.6);
    -moz-box-shadow:    4px 4px 0px rgba(0, 106, 0, 0.6);
    box-shadow:         4px 4px 0px rgba(0, 106, 0, 0.6);
}
    .score-matrix { 
        padding-left: 0 !important;
        background-color: white;
        border: 1px solid gray;
        padding: 20px 20px 0px 20px;
    }
    .score-matrix li {
    height: 50px;
    margin-bottom: 10px;
    padding: 8px;
    list-style: none;
    margin-left: 0;
}
 .score-matrix span {
    height: 43px;
    padding-top: 10px;
    padding-bottom: 40px;
    font-family: 'Oswald';
    font-weight: 400;
    font-size: 32px;
    line-height: 30px;
    display: block-inline;
    width: 100px;
    text-align: center;
    float: left;
    font-weight: 500;
    margin-right: 10px;
    margin-top: -16px;
}
    .score-matrix div { 
        margin-left: 112px;
        margin-top: -18px;
        line-height: 16px;
    }
 .score-matrix strong {
    font-weight: bold;
}
 .score-matrix .score-low-index {
    background-color: transparent !important;
    color: #660000 !important;
    -webkit-box-shadow: 0px 0px 0px rgba(142, 0, 0, 0.6) !important;
    -moz-box-shadow:    0px 0px 0px rgba(142, 0, 0, 0.6) !important;
    box-shadow:         0px 0px 0px rgba(142, 0, 0, 0.6) !important;
    font-size: 18px;
}
 .score-matrix .score-med-index {
    background-color: transparent !important;
    color: #8C6900 !important;
    -webkit-box-shadow: 0px 0px 0px rgba(140, 141, 0, 0.6) !important;
    -moz-box-shadow:    0px 0px 0px rgba(140, 141, 0, 0.6) !important;
    box-shadow:         0px 0px 0px rgba(140, 141, 0, 0.6) !important;
    font-size: 18px;
}
.score-matrix .score-high-index {
    background-color: transparent !important;
    color: #0E6800 !important;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 106, 0, 0.6) !important;
    -moz-box-shadow:    0px 0px 0px rgba(0, 106, 0, 0.6) !important;
    box-shadow:         0px 0px 0px rgba(0, 106, 0, 0.6) !important;
    font-size: 18px;
}


 .score-matrix .score-low-index span {
    background-color: #D90000;
    color: #660000 !important;
    -webkit-box-shadow: 4px 4px 0px rgba(142, 0, 0, 0.6);
    -moz-box-shadow:    4px 4px 0px rgba(142, 0, 0, 0.6);
    box-shadow:         4px 4px 0px rgba(142, 0, 0, 0.6);
}
 .score-matrix .score-med-index span {
    background-color: #D9D900;
    color: #8C6900 !important;
    -webkit-box-shadow: 4px 4px 0px rgba(140, 141, 0, 0.6);
    -moz-box-shadow:    4px 4px 0px rgba(140, 141, 0, 0.6);
    box-shadow:         4px 4px 0px rgba(140, 141, 0, 0.6)
}
 .score-matrix .score-high-index span {
    background-color: #36D900;
    color: #0E6800 !important;
    -webkit-box-shadow: 4px 4px 0px rgba(0, 106, 0, 0.6);
    -moz-box-shadow:    4px 4px 0px rgba(0, 106, 0, 0.6);
    box-shadow:         4px 4px 0px rgba(0, 106, 0, 0.6);
}

/* Styles for mobile */
@media (max-width: 479px) {
    #site-title { font-size: 3em; }
    .review-ribbon h3.review-product-title { font-size: 1em; }
    .review-badge { font-size: 80px;}
}



