:root {
  --red: #d51131;
  --black: #050505;
  --border: #e5e5e5;
  --soft: #fff8f6;
  --blue: #f1f5f8;
  --muted: #666;
  --max: 1200px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: Montserrat, Arial, sans-serif;
  background: #fff;
  color: #111;
  font-size: 14px;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

/* ================= HEADER ================= */

.io-topbar {
  background: #000;
  color: #fff;
  font-size: 11px;
}

.io-topbar-in {
  max-width: var(--max);
  width: calc(100% - 24px);
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 7px 0;
}

.io-topbar a {
  margin-left: 14px;
}

.live-dot {
  width: 7px;
  height: 7px;
  background: red;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
  box-shadow: 0 0 0 4px rgba(255, 0, 0, .16);
}

.io-masthead {
  max-width: var(--max);
  width: calc(100% - 24px);
  margin: auto;
  display: grid;
  grid-template-columns: 230px 1fr 230px;
  align-items: center;
  padding: 15px 0 13px;
  border-bottom: 1px solid #ddd;
}

.io-date {
  font-size: 11px;
  color: #555;
  line-height: 1.55;
}

.io-logo {
  text-align: center;
}

.io-logo h1 {
  font-family: Faustina, Georgia, serif;
  font-size: 52px;
  line-height: .9;
  font-weight: 800;
  letter-spacing: -1.5px;
}

.io-logo h1 span {
  color: #7a0a0a;
}

.io-logo p {
  font-size: 11px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: #777;
  margin-top: 6px;
}

/* ================= NAV ================= */

.io-nav-wrap {
  max-width: var(--max);
  width: calc(100% - 24px);
  margin: 0 auto;
  border-bottom: 2px solid #000;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 99999;
  overflow: visible;
}

.io-nav {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: visible;
  scrollbar-width: none;
}

.io-nav::-webkit-scrollbar {
  display: none;
}

.io-nav a,
.io-nav-dd-btn {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 12px 13px;
  border-right: 1px solid #eee;
  display: block;
  flex: 0 0 auto;
  cursor: pointer;
}

.io-nav a:hover,
.io-nav-dd-btn:hover {
  color: var(--red);
}

.io-nav-dd {
  position: relative;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.io-nav-dd-panel {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 240px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
  z-index: 999999;
}

.io-nav-dd:hover .io-nav-dd-panel {
  display: block;
}

.io-nav-dd.open .io-nav-dd-panel {
  display: block;
}

.io-nav-dd-panel a {
  display: block;
  padding: 12px 15px;
  font-size: 13px;
  font-weight: 700;
  text-transform: none;
  border-bottom: 1px solid #eee;
  background: #fff;
  white-space: normal;
}

.io-nav-dd-panel a:hover {
  background: #f5f5f5;
  color: var(--red);
}

/* ================= BREAKING NEWS ================= */

.io-market {
  max-width: var(--max);
  width: calc(100% - 24px);
  margin: 8px auto 0;
  background: #fff7f4;
  border: 1px solid #f1d4cc;
  display: grid;
  grid-template-columns: 150px 1fr;
}

.io-market b {
  background: #111;
  color: #fff;
  padding: 9px 10px;
  font-size: 11px;
  text-transform: uppercase;
}

.io-market marquee {
  padding: 8px 12px;
  font-size: 12px;
}

/* ================= FOOTER ================= */

footer,
.io-footer {
  background: #050505;
  color: #fff;
  margin-top: 30px;
}

.io-foot {
  max-width: var(--max);
  width: calc(100% - 24px);
  margin: auto;
  padding: 30px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.io-foot h2 {
  font-family: Faustina, Georgia, serif;
  font-size: 32px;
}

.io-foot h3 {
  margin-bottom: 10px;
}

.io-foot p,
.io-foot a {
  color: #ccc;
  font-size: 13px;
  line-height: 1.8;
}

.io-foot a:hover {
  color: #fff;
}

.io-social {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}

.io-social a {
  background: #222;
  padding: 8px 10px;
  border-radius: 4px;
  font-size: 12px;
}

.io-footer-btns {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.io-btn {
  display: inline-block;
  padding: 8px 12px;
  background: #333;
  color: #fff;
  font-size: 12px;
}

.io-btn-red {
  background: #d51131;
}

.io-app {
  text-align: center;
  padding: 15px;
  border-top: 1px solid #222;
}

.io-app a {
  margin: 0 10px;
  color: #fff;
  font-weight: bold;
}

.copy {
  text-align: center;
  color: #aaa;
  padding: 12px;
  border-top: 1px solid #222;
  font-size: 12px;
}

/* ================= UPCOMING BLINK ================= */

.upcoming-blink {
  color: #000 !important;
  position: relative;
  font-weight: 800;
}

.upcoming-blink span {
  background: #f47b20;
  color: #fff;
  font-size: 8px;
  padding: 2px 6px;
  border-radius: 20px;
  margin-left: 5px;
  vertical-align: middle;
  animation: newBlink 1s infinite;
}

@keyframes newBlink {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: .3;
    transform: scale(1.08);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* ================= RESPONSIVE ================= */

@media(max-width:1100px) {
  .io-masthead {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 10px;
  }

  .io-date {
    text-align: center;
  }

  .io-foot {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width:700px) {
  .io-topbar-in {
    width: calc(100% - 16px);
    flex-direction: column;
    text-align: center;
    gap: 4px;
    font-size: 9px;
  }

  .io-topbar a {
    margin-left: 8px;
  }

  .io-masthead {
    width: calc(100% - 16px);
    padding: 10px 0;
  }

  .io-logo h1 {
    font-size: 28px;
    letter-spacing: -.5px;
  }

  .io-logo p {
    font-size: 8px;
    letter-spacing: 1.4px;
  }

  .io-date {
    font-size: 9px;
    margin-bottom: 6px;
  }

  .io-nav-wrap {
    width: calc(100% - 16px);
    overflow: visible;
  }

  .io-nav {
    overflow-x: auto;
    overflow-y: visible;
  }

  .io-nav a,
  .io-nav-dd-btn {
    font-size: 9px;
    padding: 9px 8px;
  }

  .io-nav-dd {
    position: static;
  }

  .io-nav-dd-panel {
    left: 8px;
    right: 8px;
    width: auto;
    top: 100%;
  }

  .io-nav-dd:hover .io-nav-dd-panel {
    display: none;
  }

  .io-nav-dd.open .io-nav-dd-panel {
    display: block !important;
  }

  .io-market {
    width: calc(100% - 16px);
    grid-template-columns: 100px 1fr;
  }

  .io-market b {
    font-size: 9px;
    padding: 8px 6px;
  }

  .io-market marquee {
    font-size: 10px;
    padding: 8px 6px;
  }

  .io-foot {
    width: calc(100% - 16px);
    grid-template-columns: 1fr;
    text-align: center;
    padding: 30px 20px;
    gap: 30px;
  }

  .io-foot h2 {
    font-size: 30px;
  }

  .io-foot h3 {
    font-size: 18px;
    margin-bottom: 14px;
  }

  .io-foot p,
  .io-foot a {
    font-size: 14px;
    line-height: 2;
  }

  .io-social {
    justify-content: center;
    gap: 12px;
  }

  .io-social a {
    padding: 10px 12px;
    font-size: 13px;
  }

  .io-footer-btns {
    width: 100%;
    margin-top: 15px;
  }

  .io-btn {
    width: 100%;
    text-align: center;
    padding: 12px;
    font-size: 14px;
  }
}