:root {
  --list-widget-border-color: #000000;
}
:root {
  --list-widget-border-style: dotted;
}
:root {
  --input-focus-shadow: 2px 8px 20px rgba(0, 0, 0, 0);
}
:root {
  --input-focus-border-color: #000000;
}
:root {
  --input-focus-background: #d0d0d0;
}
:root {
  --input-shadow: 2px 8px 20px rgba(0, 0, 0, 0);
}
:root {
  --input-border-color: #000000;
}
:root {
  --input-background: #e0e0e0;
}
:root {
  --input-placeholder-opacity: 0.6;
}
:root {
  --input-height: 40px;
}
:root {
  --input-border-radius: 0px;
}
:root {
  --input-border-width: 0px;
}
:root {
  --button-hover-shadow: 2px 8px 20px rgba(0, 0, 0, 0);
}
:root {
  --button-shadow: 2px 8px 20px rgba(0, 0, 0, 0);
}
:root {
  --button-padding: 28px;
}
:root {
  --button-height: 48px;
}
:root {
  --button-border-radius: 0px;
}
:root {
  --accent-color: #db4a37;
}
:root {
  --border-color: #000000;
}
:root {
  --darkmode-bg: #000;
}
:root {
  --content-width: 1230px;
}
:root {
  --narrow-width: 720px;
}
:root {
  --font-nav: "Merriweather", serif;
}
:root {
  --font-heading: "Oswald", sans-serif;
}
:root {
  --font-body: "Merriweather", serif;
}
:root {
  --blog-grid-h-spacing: 20px;
  --blog-grid-v-spacing: 40px;
}
:root {
  --blog-grid-h-spacing: 20px;
  --blog-grid-v-spacing: 40px;
}
:root {
  --font-body: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-heading: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-nav: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --accent-color: #db4a37;
  --link-color: #db4a36;
  --border-color: #c0c1c0;
  --input-color: #000;
  --input-background: #fff;
  --input-border-color: var(--border-color);
  --input-border-width: 1px;
  --input-border-radius: 1px;
  --input-height: 46px;
  --input-focus-color: #000;
  --input-focus-background: #fafafa;
  --input-focus-border-color: var(--border-color);
  --input-shadow: none;
  --input-focus-shadow: none;
  --input-placeholder-opacity: 0.6;
  --button-padding: 28px;
  --button-height: 48px;
  --button-border-radius: 0px;
  --button-shadow: none;
  --button-hover-shadow: none;
  --content-width: 1080px;
  --narrow-width: 660px;
  --ipad-f: 0.88;
  --ipad-portrait-f: 0.71;
  --iphone-f: 0.5;
  --iphone-portrait-f: 0.42;
  --fb: #3b5998;
  --ms: #0084ff;
  --tw: #55acee;
  --pin: #cc2127;
  --lin: #0077b5;
  --em: #111;
  --ws: #128c7e;
  --rd: #ff4500;
  --list-widget-border-style: solid;
  --list-widget-border-color: var(--border-color);
  --microtip-transition-duration: 0ms;
  --darkmode-text-color: #fff;
  --darkmode-bg: #000;
}
html {
  font-size: 0.625em;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.bg-normal {
  background: linear-gradient(45deg, #000000, #030303);
}
.btn-danger {
  --bs-btn-bg: #e41e1b;
  --bs-btn-border-color: #f44336;
}
#submit {
  background: #e98525;
  border-color: #e99b1b;
  color: white;
  padding: 5px 20px;
}
a {
  color: #a00007;
  text-decoration: underline;
}
.bg-light-kiss {
  --bs-bg-opacity: 1;
  background-color: #fff8f0;
}
.card .card-img-overlay {
  border-radius: 0;
}
.navbar {
  background: white;
}
.text-normal {
  color: #33002e;
}
.dropdown-toggle::after {
  display: none;
}
.bottom-posts .card .overlay {
  position: absolute;
  background-color: #ffffff00 !important;
  width: 100%;
  height: 300px;
  display: inline;
  cursor: pointer;
}
.bottom-posts .card:hover .overlay {
  height: 300px;
}
figcaption {
  background: #fff8f0;
  padding: 3px 9px;
  color: #666666;
  font-style: oblique;
  position: relative;
  top: 0;
  font-size: 15px;
}
.h222 img {
  height: 145px;
  object-fit: cover;
  object-position: top;
}
.catt.bottom-posts .title-2 {
  font-size: 24px;
  font-weight: 500;
  min-height: 4px !important;
}
.h222 .title-2 {
  font-size: 18px;
  min-height: 40px;
}
.bottom-posts .overlay i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  opacity: 1;
  border: 3px solid;
  border-radius: 50%;
  padding: 20px 25px;
  display: inline;
  color: white;
  font-size: xx-large;
}
.bottom-posts.h300 .time {
  top: 275px;
}
.more {
  position: absolute;
  z-index: 1;
  width: fit-content;
  border: 1px solid black;
  padding: 3px 30px;
  left: 47%;
  border-radius: 18px;
}
.hero .dot {
  right: 18px;
  position: absolute;
  top: 11px;
}
.breadcrumb a {
  color: #8d9197;
  text-decoration: none;
}
.shadow {
  box-shadow: rgb(0 0 0 / 17%) 0px -23px 25px 0px inset,
    rgb(0 0 0 / 15%) 0px -36px 30px 0px inset,
    rgb(0 0 0 / 10%) 0px -79px 40px 0px inset, rgb(0 0 0 / 6%) 0px 2px 1px,
    rgb(0 0 0 / 9%) 0px 4px 2px, rgb(0 0 0 / 9%) 0px 8px 4px,
    rgb(0 0 0 / 9%) 0px 16px 8px, rgb(0 0 0 / 9%) 0px 32px 16px;
}
.alicen,
.alicen a {
  align-self: center;
}
.hero img {
  border-radius: 0 0 180px 180px;
  height: 254px;
  object-fit: cover;
  box-shadow: 1px 25px 14px -9px rgba(0, 120, 173, 0.6);
  -webkit-box-shadow: 1px 25px 14px -9px rgba(0, 120, 173, 0.6);
  -moz-box-shadow: 1px 25px 14px -9px rgba(0, 120, 173, 0.6);
}
.carousel-caption {
  top: 0 !important;
  background: linear-gradient(
    45deg,
    #004564,
    #004564f2,
    #00456480,
    transparent
  );
  bottom: 0;
  left: 0;
  padding: 35px 2rem;
  right: 0;
  text-align: left;
}
.carousel-caption p {
  font-family: "Ubuntu";
  font-size: 17px;
  line-height: 1;
}
.bg-img img {
  height: 300px;
  object-fit: cover;
  object-position: top;
}
.nav-link.active {
  color: rgb(255 255 255 / 86%);
  border-bottom: 2px solid;
}
.search i {
  position: absolute;
  padding: 10px;
  color: #000000;
  background: #b4b4b4;
  border: 2px solid #575757;
}
.search input {
  background: #e4e4e4;
  border: 2px solid #676767;
  color: beige;
}
.fs-30 {
  font-size: 24px;
}
.bg-danger {
  background-color: #e0241a !important;
}
.text-normal .nav-link {
  color: #000000;
}
.title {
  font-weight: 700;
  font-size: 2rem;
}
.nav-link {
  color: #ffffff;
  font-weight: 700;
  align-self: center;
  text-transform: uppercase;
}
.bg-normal .nav-link:hover {
  color: rgb(255, 255, 255);
  border-top: 2px solid;
}
.bg-normal .nav-link.search:hover {
  color: rgb(255, 255, 255);
  border-bottom: none;
}
.nav-item {
  align-self: center;
}
.play {
  position: absolute;
  height: 300px;
}
.stations .owl-carousel .owl-nav button.owl-prev {
  top: -55px;
  background: #dddddd;
  right: 34px;
  left: auto;
}
.stations .owl-carousel .owl-nav button.owl-next {
  top: -55px;
}
.item .card-img-overlay h5 {
  color: #ffffff;
  font-size: larger;
}
.card:hover .play i {
  position: absolute;
  top: 139px;
  font-size: 38px;
  background: #b50000;
  left: 40%;
  border-radius: 50%;
  padding: 2px;
}
.item h5 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #41464b;
}
.play i {
  position: absolute;
  top: 140px;
  font-size: 38px;
  background: #b50000;
  left: 41%;
  border-radius: 50%;
}
.round * {
  border-radius: 15px;
}
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 140px;
  color: #000;
  background: #ffd500;
  padding: 0 9px 5px !important;
  font-size: 24px;
  border-radius: 5px;
  line-height: 1;
  left: 0;
}
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 140px;
  color: #000;
  background: #ffd500;
  padding: 0 9px 5px !important;
  font-size: 24px;
  border-radius: 5px;
  line-height: 1;
  right: 0;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel button.owl-dot:hover {
  background-color: #ea1f1f;
  color: white;
}
.stations small {
  font-size: 11px;
}
.stations .round,
.stations .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
}
.item {
  margin-bottom: 10px;
}
.menu::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.card-img-overlay {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  background: linear-gradient(
    180deg,
    transparent,
    #0000008f,
    #000000b0,
    #000000b3,
    #000000cc
  );
  /* background: linear-gradient(180deg,transparent,#00000021,#00000059,#00000057,#00000073); */
}
.live {
  position: absolute;
  top: 8px;
  border-radius: 12px;
  right: 8px;
  padding: 0 4px;
  font-size: 12px;
}
.nav-item {
  align-self: center;
  min-width: fit-content;
  padding: 7px;
}
.time {
  position: absolute;
  top: 176px;
  border-radius: 12px;
  right: 8px;
  padding: 0 4px;
  font-size: 12px;
}
.menu {
  list-style: none;
  overflow-x: auto;
}
.byline .circled {
  height: 40px;
  width: 40px !important;
}
.social a {
  color: white;
  padding: 6px;
  font-size: 14px;
  text-decoration: none;
}
.h80 img {
  height: 65px;
  object-fit: cover;
  object-position: top;
}
.sidebar .title-2 {
  min-height: 50px;
}
.next h6 {
  text-transform: uppercase;
  font-size: 11px;
}
.topic img {
  height: 250px;
  object-fit: cover;
  object-position: top;
}
.topic .cat {
  left: 44% !important;
}
.tags span {
  background: #fff8f0;
  border: 1px solid #e98525;
  padding: 3px 11px;
  margin-bottom: 5px;
  text-transform: capitalize;
  border-radius: 0;
}
.tags span:hover {
  background: #e98525;
  border: 1px solid #e98525;
  color: white;
}
.article .cat:before {
  left: -8.4px;
  margin-top: 17px;
}
.social a:hover {
  color: white;
  background: #960296;
}
.bg-fb {
  background: #025b96;
}
.bg-twitter {
  background: #0082d9;
}
.bg-whatsapp {
  background: #00d97f;
}
.bg-linkedin {
  background: #0048d9;
}
.bg-instagram {
  background: #d98200;
}
.bell {
  position: absolute;
  top: 143px;
  border-radius: 8px 0 8px;
  right: 0;
  padding: 0 4px;
  font-size: 18px;
}
.h-auto img {
  height: auto !important;
  object-fit: cover;
  object-position: top;
}
.h300 img {
  height: 300px;
  object-fit: cover;
  object-position: top;
}
.main-post img {
  height: 365px;
  object-fit: cover;
  object-position: top;
}
.cat {
  height: 27px;
  line-height: 26px;
  vertical-align: middle;
  display: block;
  padding: 0 11px;
  width: max-content;
  background: #ea1f1f;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}
.cat:before {
  border-bottom-color: #ea1f1f;
  border-right-color: #ea1f1f;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 10.6px;
  width: 18px;
  height: 18px;
  margin-top: 18px;
  border-bottom: 9px solid #a4089500;
  border-right: 9px solid #ffffff;
  border-top: 9px solid transparent;
  border-left: 9px solid transparent;
  background-color: transparent !important;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.right-posts .cat:before {
  left: -8.6px;
  margin-top: 17.6px;
}
.sidebar .col-9 {
  align-self: center;
}
.circled {
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  width: 100px !important;
}
.right-posts .cat {
  position: absolute;
  bottom: auto;
  top: 286px;
  left: 28%;
}
.no {
  position: absolute;
  background-image: url(../img/bg_list_num.webp);
  width: 40px;
  height: 40px;
  background-position: left;
  padding: 7px 0 0 18px;
  color: white;
  font-size: 18px;
  font-weight: 400;
  bottom: 9px;
  font-family: fantasy;
  left: -9px;
}
.left-decor span,
.right-decor {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.left-decor span,
.right-decor span {
  background-color: #f32918;
}
.right-decor span:nth-child(4) {
  opacity: 0.6;
}
.right-decor span:nth-child(5) {
  opacity: 0.4;
}
.right-decor span:nth-child(6) {
  opacity: 0.2;
}
.left-decor span:nth-child(3) {
  opacity: 0.6;
}
.left-decor span:nth-child(2) {
  opacity: 0.4;
}
.left-decor span:nth-child(1) {
  opacity: 0.2;
}
.left-decor span,
.right-decor span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  vertical-align: middle;
  margin-top: -0.15em;
}
.right-decor span + span {
  margin-left: 6px;
}
.card:hover .overlay {
  position: absolute;
  background-color: #00000087 !important;
  width: 100%;
  height: 100%;
  display: inline;
  cursor: pointer;
}
.rotate {
  position: absolute;
  left: 245px;
  -webkit-transform: rotate(-90deg);
  top: 160px;
}
.rotate.section-title h4 {
  font-size: 35px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.5;
}
.card:hover .overlay i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  opacity: 1;
  display: inline;
  font-size: xx-large;
}
.overlay,
.overlay i {
  display: none;
}
.videos {
  height: 400px;
  background-color: #d1b190;
  overflow-y: visible;
  margin-bottom: 190px !important;
}
.h300 .h100 img {
  height: 100px;
}
.card:hover .plays {
  display: none;
}
.plays {
  position: absolute;
  right: auto;
  top: 15px;
  font-size: 20px;
  color: white;
  border: 3px solid;
  padding: 11px 11px;
  border-radius: 50%;
  line-height: 1;
  left: 15px;
}
.col-md-3 .plays {
    font-size: 25px;
    width: 45px; 
    height: 45px;
    padding: 8px;
    text-align: center;
}
.videos .main-post img {
  object-position: center;
}
.left-decor span,
.right-decor span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  vertical-align: middle;
  margin-top: -0.15em;
}
.section-title h4 {
  font-size: 4em;
  font-weight: 700;
  letter-spacing: -3px;
  text-transform: uppercase;
  font-family: var(--font-heading);
  text-align: center;
}
.title-3 {
  font-family: "Oswald", sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  font-style: normal;
  line-height: 1.1em;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.385px;
}
.title-2 {
  margin-bottom: var(--bs-card-title-spacer-y);
  font-family: "Oswald", sans-serif;
  margin: 4px 0 0.25em;
  letter-spacing: -1px;
  line-height: 1.12em;
  font-size: 18px;
  font-weight: 700;
}
.bottom-posts .cat {
  position: absolute;
  bottom: auto;
  top: 0;
  left: 28%;
}
.bottom-posts {
  position: relative;
}

.bottom-posts .cat {
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bottom-posts .cat:before {
  left: -8.4px;
  margin-top: 17px;
  display: none;
}
.bottom-posts .title-2 {
  margin-bottom: var(--bs-card-title-spacer-y);
  font-family: "Oswald", sans-serif;
  margin: 4px 0 0.25em;
  letter-spacing: -1px;
  line-height: 1.12em;
  font-size: 24px;
  font-weight: 700;
  min-height: 4px !important;
}
.border-left {
  border-left: 1px solid gainsboro;
}
.item h5 {
  margin-top: 10px;
}
.h170 img {
  height: 170px;
  object-fit: cover;
  object-position: top;
}
.h200 img {
  height: 200px;
  object-fit: cover;
  object-position: top;
}
.logo {
  height: 80px;
  object-fit: cover;
}
.navbar {
  padding: 0rem;
  margin-bottom: 2rem;
}
.h350 .scroll .time {
  top: 75px;
}
.h300 .time {
  top: 200px;
}
.dropdown .dropdown-menu {
  border-radius: 0;
}
.scroll .px-2 {
  width: 170px;
}
.scroll .card {
  display: inline-table;
}
.ms-3:first-child {
  margin-left: 0 !important;
}
.h350 .scroll img {
  height: 100px;
  object-fit: cover;
  object-position: top;
  border-radius: 5px;
}
.scroll {
  width: 100%;
  overflow-x: scroll;
}
.accordion-button:not(.collapsed) {
  color: #ea1f1f;
}
.accordion .btn {
  border-radius: 19px;
  padding: 3px 15px;
}
.h350 img {
  height: 260px;
  object-fit: cover;
  object-position: top;
}
.h350 .time {
  top: 170px;
}
.h350 .card-img-overlay {
  padding: 0.5rem;
  background: linear-gradient(
    180deg,
    transparent,
    #0000008f,
    #000000b0,
    #000000b3,
    #000000cc
  );
}
@media (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    border-radius: 0;
  }
}

/* blinking */
@keyframes up-right {
  0% {
    transform: scale(1);
    opacity: 0.25;
  }
  50% {
    transform: scale (1, 5);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.25;
  }
}

.dot:before {
  content: " ";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  background-color: #dd2319;
  border-radius: 50%;
}

.dot:after {
  content: " ";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #dd2319;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
  -webkit-animation-name: "ripple";
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
}

@keyframes ripple {
  0% {
    left: 5px;
    top: 5px;
    opcity: 75;
    width: 0;
    height: 0;
  }
  100% {
    left: -20px;
    top: -20px;
    opacity: 0;
    width: 50px;
    height: 50px;
  }
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #0a4464;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #f5f5f5;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #e98525;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
.h300 .title-2 {
  min-height: 50px;
}
a {
  cursor: pointer;
  color: initial;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
  color: #e98525;
  text-decoration: none;
}
.top .card-img-overlay {
  padding: 0.5rem;
  background: linear-gradient(
    180deg,
    transparent,
    #0000008f,
    #000000b0,
    #000000b3,
    #000000cc
  );
}
.top img {
  height: 150px;
  object-fit: cover;
  object-position: top;
}
.top .card-title {
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
}
h2 {
  font-size: 35px; 
  text-align: center;
}
.h300 .ratio16,
.ratio16 {
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: top;
  height: auto;
}
.h300 .h400 {
  height: 440px;
  object-fit: cover;
  object-position: top;
}
.h300 .h80 img {
  height: 80px;
}
.title {
  font-weight: 700;
  font-size: 2.3em;
  font-family: "Oswald", sans-serif;
}
p {
  font-weight: 400;
  line-height: 1.3;
  font-family: var(--font-body);
  color: #4c4c4c;
}
body {
  font-size: 16px;
  background-color: #ffffff;
}
.h80 p {
  font-weight: 500;
  font-size: 0.85em;
  line-height: 1.3;
  font-family: var(--font-body);
  margin-top: 8px;
}
hr,
.border-end {
  opacity: 1;
  border-color: #dee2e6 !important;
}
.double {
  border-top: 3px solid;
}
.byline {
  font-family: "Merriweather", serif;
}
.linear .title-2 {
  font-size: 2em;
  /* text-transform: uppercase; */
}
.cat-light {
  margin-top: 8px;
  background: none;
  color: inherit;
  border: 2px solid;
  padding: 3px 20px;
}
.linear img {
  height: 300px;
  object-fit: cover;
}
.lists h6 {
  font-size: 1.4rem;
  font-family: initial;
}
.title-section {
  font-size: 1.5rem;
  padding-left: 0;
  border-bottom: 5px solid #e98525;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Oswald";
  font-weight: 600;
  width: fit-content;
}
.bg-white {
  border-radius: 5px;
}
.card-text:last-child {
  margin-bottom: 0;
  font-size: 12px;
}
.opinion .h80 img {
  height: auto;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.opinion .h80 .icon {
  height: 70px;
  padding: 10px;
}
.opinion .h80 i {
  font-family: "Merriweather";
  font-size: 1.1rem;
}
.h300 .ratio10 {
  aspect-ratio: 16/10.5;
  object-fit: cover;
  object-position: top;
  height: auto;
}
.images .main-post img {
  height: 400px;
  object-fit: cover;
  object-position: top;
}
/* ticker  */
* {
  box-sizing: border-box;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.ticker-wrap {
  width: 100%;
  overflow-x: hidden;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.9);
  padding-left: 100%;
  box-sizing: content-box;
}
.ticker-wrap .ticker {
  display: inline-block;
  height: 3rem;
  line-height: 3rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}
.ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 2rem;
  font-size: 1.3rem;
  color: white;
}
.ticker-wrap {
  width: 100%;
  overflow-x: hidden;
  height: 3rem;
  background-color: rgb(255 248 240);
  padding-left: 100%;
  box-sizing: content-box;
  border-bottom: 3px solid #e6890f;
}

.ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 2rem;
  font-size: 1rem;
  color: black;
  font-family: "Merriweather";
  border-color: #979797 !important;
}
.ticker-wrap .ticker__item img {
  display: none;
}
.btn-premium {
  position: absolute;
  bottom: 16px;
  right: 12px;
  background: #c0b79f;
  border-radius: 18px 0 0px 0;
}
.plyr__control--overlaid {
  background: #d00101 !important;
}
.plyr--full-ui input[type="range"] {
  color: #d00101 !important;
}
footer p {
  color: #b0b0b0;
}
.text-danger a {
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.h150 {
  height: 134px;
  object-fit: cover;
  width: 150px;
}
.h80 .title-3 {
  font-size: 1em;
}
.cat a {
  color: white;
}
.navbar-light .nav-link {
  color: #000000;
}
.h500 {
  height: 500px;
  object-fit: cover;
  object-position: top;
}
.posabs {
  position: relative;
  top: -70px;
}
.tags a:hover {
  color: white;
}
.menu-item {
  align-self: center;
  min-width: fit-content;
  padding: 7px;
}
.menu-item a {
  color: #fff;
  font-weight: 700;
  align-self: center;
  text-transform: uppercase;
  font-family: "Oswald";
}
.menu {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.main-navigation {
  align-self: center;
}
.wp-block-image img {
  width: 100% !important;
  height: auto;
}
.card-title a,
.card-img-overlay .title a {
  color: white;
}
.text-danger a {
  color: rgb(238 159 62) !important;
  text-transform: uppercase;
  font-size: 0.7rem;
}
small {
  font-size: 0.7em;
}
.wp-block-embed iframe {
  max-width: 100%;
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.pattern {
  position: absolute;
  bottom: 0;
  height: 100%;
  z-index: 99;
}
.hero-section .carousel-item::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.4;
  z-index: 9;
  background-color: black;
}
.hero-section .heading {
  z-index: 99;
  align-self: center;
  padding-left: 70px;
}
.slider_heading {
  color: white;
  line-height: 84px;
  font-size: 88px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  margin-top: 25px;
}
.hero-section h4 {
  color: #ffd75a;
  font-size: 40px;
}
#twitch-embed iframe {
  width: 100%;
  height: 80vh;
}
.text-bg-dark .card {
  background: #00000040;
}
.text-bg-dark .card-body {
  padding: 15px;
}
.navbar-trans {
  background: linear-gradient(0deg, transparent, #020511);
}
.navbar-trans .logo {
  height: 40px;
}

.tv-vid .bottom-posts .overlay i {
  transform: translate(-50%, -50%);
  border: 5px solid;
  padding: 10px 13px;
  font-size: x-large;
}
.tv-vid .bottom-posts .card .overlay {
  height: 190px;
}
.tv-vid .bottom-posts img {
  height: 190px;
}

.tv-vid .bottom-posts.h300 .time {
  top: 180px;
  padding: 3px 8px 4px;
  border-radius: 6px;
}
.item h5 {
  color: #e4e4e4;
  min-height: 35px;
}
.entry-content iframe {
  display: none;
}
.comments textarea {
  resize: vertical;
  display: block;
  width: 100%;
}
i a {
  font-family: "Merriweather";
  font-size: 1rem;
}
.h300 .h200 {
  height: 180px;
}
p {
  font-weight: 400;
  line-height: 1.3;
  font-family: "Raleway", sans-serif;
  color: #000000;
  font-size: 18px;
}

.overlays {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
}
.overlays .overlay-content {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlays a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlays a:hover,
.overlay a:focus {
  color: #f1f1f1;
}

.overlays .closebtn {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 40px;
  color: black;
  z-index: 999;
}
.overlays .overlay-content .navbar-nav .nav-link {
  font-size: 20px;
  font-family: "Palatino";
  font-weight: 500;
  text-transform: normal;
  letter-spacing: 0;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  text-align: left;
  padding-left: 30px;
  border-bottom: 1px solid;
  color: black;
}
.overlays .nav-item {
  width: 100%;
}
.navbar.sticky-top {
  z-index: 9810;
}
.mobile-navigation .menu {
  display: block;
  margin-bottom: 0 !important;
}
.overlays .menu a {
  padding: 8px;
  text-decoration: none;
  font-size: 27px;
  color: #303030;
  display: block;
  transition: 0.3s;
  border-bottom: 1px solid;
  line-height: 1;
  text-align: start;
}
.bg-black {
  background: black;
}
.main-hero .slider_heading {
  color: white;
  line-height: 50px;
  font-size: 50px;
  margin-top: 25px;
}
.schedule .ratio16 {
  object-position: center;
}
.schedule .text-danger {
  --bs-text-opacity: 1;
  color: #c4c4c4 !important;
  font-weight: 100;
}
.nav-tabs {
  border-color: #070000d6;
}
.schedule .nav-link {
  border-radius: 0;
}
.schedule hr {
  opacity: 1;
  border-color: #0000009e !important;
}
.personalities .card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
  aspect-ratio: 1/1.2;
  object-fit: cover;
}
.text-bg-dark p {
  color: #ffffff;
}
.left-side {
  float: left;
  width: 50%;
  padding: 0 1.7% 1% 0;
  height: auto;
  min-height: 450px;
}
.round .card {
  background: #00000040;
  border-radius: 50%;
  overflow: hidden;
}
.uppercase {
  text-transform: uppercase;
}
.breaking .btn.btn-danger {
  border-radius: 5px 5px 0 0;
  margin-bottom: 10px;
}
.cat .text-danger {
  color: white !important;
  margin: 0 !important;
}
.border-right {
  border-right: 2px solid;
}
#comments {
  font-size: 1rem;
}
.comment-author img {
  border-radius: 50%;
}
.commentlist {
  list-style: none;
}
.comment-form-url {
  display: none;
}
.comment-respond label {
  display: block;
}
.comment-respond input,
.comment-respond textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #a8a8a8;
}
.entry-content,
.entry-content p {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 30px;
  font-family: Georgia, serif;
}
.entry-content a {
  font-size: 17px;
  font-family: Georgia, serif;
  text-decoration: underline;
  color: #2d1600;
}
#submit,
#wp-comment-cookies-consent {
  width: max-content;
}
.main-hero::before {
  left: 0 !important;
}

.ring-container {
  position: relative;
}

.circle {
  width: 15px;
  height: 15px;
  background-color: red;
  border-radius: 50%;
  position: absolute;
  top: 23px;
  left: 23px;
}
.custom-logo {
  height: 50px !important;
  object-fit: contain;
  width: fit-content;
  margin: 10px;
  margin-left: 0;
}
.ringring {
  border: 3px solid red;
  -webkit-border-radius: 30px;
  height: 25px;
  width: 25px;
  position: absolute;
  left: 15px;
  top: 15px;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@media screen and (max-height: 450px) {
  .overlays a {
    font-size: 20px;
  }
  .overlays .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
@media (max-width: 768px) {
  .h500 {
    height: auto;
    object-fit: cover;
    object-position: top;
  }
  .personalities .card-img-top {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
  }
  .main-hero .slider_heading {
    color: white;
    line-height: 38px;
    font-size: 38px;
    margin-top: 0px;
  }
  .title {
    font-size: 1.6em;
  }
  .schedule h4 {
    font-size: 14px;
    line-height: 1;
  }
  .schedule h5 {
    font-size: 12px;
  }
  .schedule .nav-link {
    font-size: 11px;
    padding: 4px 0;
    border-radius: 0;
  }
  .schedule p {
    font-size: 11px;
  }
  .schedule .nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: #fff;
    border: none;
    font-size: 11px;
    padding: 4px 5px;
  }
  .schedule .ratio16 {
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: top;
    height: 80px;
  }
  .schedule .konner h4 {
    font-size: 2rem !important;
    color: #ffc107;
  }
  .card-img-overlay .title {
    font-size: 1.4em;
  }
  .schedule .nav-link {
    padding: 5px 2px !important;
    font-size: 10px !important;
  }
}
.ad {
  display: block !important;
}

.custom-logo {
  height: 80px;
  object-fit: contain;
  width: fit-content;
}
.ticker-wrap .ticker {
  -webkit-animation-duration: 50s;
  animation-duration: 50s;
}
.right-posts .h81 img {
  height: 100px;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.cat {
  height: 27px;
  line-height: 26px;
  vertical-align: middle;
  display: block;
  padding: 0 11px;
  width: max-content;
  background: #e6890d;
  font-weight: 600;
  color: #ffffff !important;
  border-bottom: 3px solid #ffffff;
  opacity: 1;
}
.cat .text-warning {
  color: #ffffff !important;
}
.text-warning {
  --bs-text-opacity: 1;
  color: rgb(236 150 45) !important;
}
.wrapper__list__article {
  margin-bottom: 30px;
}
.wrapper__list__article .border_section:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 5px;
  background: #e6890e;
  z-index: 1;
}
.wrapper__list__article .border_section:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #e1e1e1;
}
.wrapper__list__article .border_section {
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
}
.h400 {
  height: 400px;
  object-fit: cover;
}
.btn-warning {
  background: #e98525;
  border-color: #e99b1b;
}
.entry-content figure {
  margin: 0 0 1rem;
  width: 100% !important;
}
.h81 .title-3 {
    font-family: "Oswald", sans-serif;
    font-size: .9em;
    font-weight: 700;
    font-style: normal;
    line-height: 1.1em;
    text-decoration: none;
    text-transform: none;
    letter-spacing: -0.385px;
}
.right-posts .h81 img {
    height: 73px;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption { 
    height: fit-content;
    top: auto !important;
}