editorjs-style.no-show {
    display: none;
}

/*  COLORS  */
.has-text-rrlblue { color: #6CCDF3 !important; }
.has-text-rrlpink { color: #ED73A1 !important; }
.has-text-rrlyellow { color: #FEE962 !important; }
.has-text-rrlblack { color: #000 !important; }
.has-text-rrlwhite { color: #fff !important; }
.has-text-rrlgold { color: #daa520 !important; } /*ffd700*/
.has-text-rrlsilver { color: #999 !important; }
.has-text-rrlbronze { color: #c73 !important; }
.has-text-m7green { color: #06C986 !important }

.has-bg-rrlblue { background-color: #6CCDF3 !important; }
.has-bg-rrlpink { background-color: #ED73A1 !important; }
.has-bg-rrlyellow { background-color: #FEE962 !important; }
.has-bg-rrlgold { background-color: #daa520 !important; }
.has-bg-rrlsilver { background-color: #999 !important; }
.has-bg-rrlbronze { background-color: #c73 !important; }
.has-bg-m7green { background-color: #06C986 !important }

.discord-button { font-size: 80%; color:#6ccdf3; }
.discord-button:hover { color:#6ccdf3; }

/* LOADED FONT FAMILIES AND TYPES */

/* FONTS & TYPEFACES */

h1, h2, h3, h4, h5, h6,
.uk-panel-title,
.is-heading {
    font-family: 'Nova Square', Inter, sans-serif;
}

body { font-family: 'Prompt', Inter, sans-serif; }

.is-script {
    font-family: 'Bilbo', cursive;
    letter-spacing: 2px;
}

.text-s {font-size: 0.8rem; }
.text-m {font-size: 1.5rem; }
.text-l { font-size: 2rem; }
.text-xl {font-size: 2.5rem; }

.text-h1 { font-size: 2.85rem; line-height: 1.25; font-weight: 680; }
.text-h2 { font-size: 1.95rem; line-height: 1.35; font-weight: 620; }
.text-h3 { font-size: 1.65rem; line-height: 1.375; font-weight: 620; }
.text-h4 { font-size: 1.4rem; line-height: 1.4; font-weight: 580; }

.text-light { font-weight: 200; }
.text-bold { font-weight: 600; }


/* Font Awesome css */

.text-info:before {
    font-family: 'FontAwesome';
    content: "\f05a";
    margin-right: 10px;
    color: mediumspringgreen;
}

.text-info { color: mediumspringgreen; }

.text-warning:before {
    font-family: 'FontAwesome';
    content: "\f071";
    margin-right: 10px;
    color: darkorange;
}

.text-warning { color: darkorange; }


/* ALIGNMENT */

.has-text-centered { text-align: center; }

p span.center img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

p span.right img {
    float: right;
    margin-left: 30px;
    display: block;
}

p span.left img {
    float: left;
    margin-right: 30px;
    display: block;
}

/* IMAGES */
span.img_right {
    width: 25%;
    display: block;
    float: right;
    margin: 3px 0px 3px 3px;
    min-width: 150px;
}

span.img_left {
    width: 25%;
    display: block;
    float: left;
    margin: 3px 3px 3px 0px;
    min-width: 150px;
}

.am-button.hof {
    width: 120px;
}


audio {
    background-color: lightgray;
    padding: 1px;
}

/* ---- NEWS TICKER --- */
.ticker {
  width: 100%;
  margin: 50px auto;
font-family: monospace;
}

.ticker div {
color: #6CCDF3;
}

.ticker div a {
color: #6CCDF3;
}

.ticker div a:hover {
color: #FEE962;
}

 /* The HTML list gets replaced with a single div,
    which contains the active ticker item, so you
    can easily style that as well */
.ticker div {
  display: inline-block;
  word-wrap: break-word;
}

/* ---- END NEWS TICKER --- */


/* .card-blog { display: none; } */

/* BACK TO TOP BUTTON */
html
{
  scroll-behavior: smooth;
}

.gotopbtn {
    position: fixed;
    width: 40px;
    height: 40px;
    /* background: #27ae60; */
    bottom: 40px;
    right: 50px;
    text-decoration: none;
    text-align: center;
    line-height: 45px;
    color: #ed73a1 !important;
    font-size: 32px;
}
a.gotopbtn { 
    border-bottom: none !important;
    opacity: .6;
 }

a.gotopbtn:hover {
    color: #fee962 !important;
    border-bottom: none;
    opacity: 1;
}

@media (max-width: 600px) {
    .gotopbtn {
        right: 0px;
    }
}

/*  MODIFIERS */
.is-rrl-quote {
display: block;
margin: 0px 50px 0px 50px !important;
font-style: italic;
line-height: 2;
font-size: 0.9rem;
border-left: 3px solid #5b5b5b;
padding: 5px 20px 5px 20px;
font-family: 'Nova Square', Inter, sans-serif;
}

@media (max-width: 1000px) {
.is-rrl-quote {
margin: 0px 20px 0px 20px !important;
line-height: 1.5;
}
}

iframe.irf { width: 100%; }

.navbar { position: fixed !important; top:20px; }

ul.uk-navbar-nav li a,
li.uk-row-first a {
    font-size:0.75rem !important;
    color: #6ccdf3 !important;
}

.uk-navbar-nav>li>a:after {
    border-bottom: 0px solid transparent !important;
}

.uk-navbar-nav>li>a:hover { color: white !important; }

p.nav-up { font-style: italic; }

span.topbar-icon a { color: #fafafa; }
span.topbar-icon a:hover { color: #212121; }

section.hero.content { margin-top: 2rem; }

.text-subtitle {
    font-size: 0.7rem !important;
    padding-top: 0.5rem !important;
}

figcaption,
.am-gallery-lightbox-caption {
    font-size: 0.8rem;
    font-style: italic;
    font-family: 'Prompt', sans-serif;
    letter-spacing: 1px;
    color: #ccc;
    font-weight: 200;
}

ol li { padding-bottom: 20px; }
ol li ol li { list-style: lower-latin; }

am-toc.am-block.am-toc-ordered {
    text-align: center;
    font-size: 80%;
    margin-top: 0;
    color: #a1a1a1;
}

am-toc ol li:before {
    content: none;
    
}

am-toc ol li {
    display: inline-block;
    padding: 5px;
}

table.race-cal-table tr td {
    height: 40px !important;
    vertical-align: middle !important;
}

table.race-cal-table tr td.col1 {
    width: 40px !important;
}

td.hof-table-col1 {
    font-size: 0.8rem;
    font-style: italic;
    width: 130px;
    color: #999999;
}

td.hof-table-col2 {
    color: #6ccdf3;
}

td.col1, td.col2, td.col3, td.col4, td.col5 {
    border-color: #fafafa !important;
}

span.hof-table-team-members {
    font-size: 0.8rem;
    font-style: italic;
    font-weight: 200;
}

.content table th {
    font-weight: 700;
}

@media (max-width: 1000px) {
    .content table {
        font-size: 80%;
    }
}

/* Championship tables */
div.tabs ul li label span,
div.tabs ul li label div {
    font-family: 'Nova Square';
}

table.champ-table th {
/*     font-family: 'Nova Square', Inter, sans-serif; */
/*     font-size: 1rem;  */
    color: #6ccdf3;
    }
    
table.champ-table td.pos,
table.champ-table td.drvr,
table.champ-table td.car { 
    width: 50px;
}

table.champ-table td.drvrs { 
    width: 100px;
}

span.amcup,
span.procup,
span.slvrcup {
    padding: 0px 6px 0px 5px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    position: relative;
    bottom: 1px;
    color: black;
    margin-left: 5px;
}

span.amcup {
    background-color: #06C986;
}

span.procup {
    background-color: gold;
}

span.slvrcup {
    background-color: silver;
}

table.champ-table td.pnts { 
    width: 75px;
}

table.champ-table td.pos,
table.champ-table td.car,
table.champ-table td.drvrs {
    font-size: 0.8rem;
    vertical-align: middle;
}

table.champ-table td.car,
table.champ-table td.drvrs {
    color: #6a6a6a;
}

table.champ-table th.h-car,
table.champ-table th.h-pnts,
table.champ-table td.car,
table.champ-table td.pnts {
    text-align: right;
}

@media (max-width: 1000px) {
    table.champ-table {
        font-size: 80%;
    }
}

@media (max-width: 600px) {
    .tabs ul li label div {
        display: none;
      }
}

.yt-frame { text-align: center; }


/* Footer navigation tweaks. Use nav only for social media accounts */
li.uk-row-first {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
}

li.uk-row-first a {
    padding-right: 25px;
    border-bottom: 0px !important;
}

li.uk-text-right.uk-text-left-small {
 /*   display: block;
    width: 100%;
    margin-top: 1rem; */
    font-size: 0.7rem;
}

li.uk-text-right.uk-text-left-small a {
    color: #fee962 !important;
    border-bottom: 0px !important;
}
