.g-body {
  background-color: #ecf0f1;
}

.top-header {
  background-color: #20150F;
}

.t-header-content {
  display: flex;
  flex-direction: row;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 45px;
}

.t-header-content > div:nth-child(2) > a {
  text-align: right;
  margin-left: 15px;
  font-size: 14px;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.t-header-content > div > a {
  color: white;
  text-decoration: none;
}

.header {
  background-color: white;
  padding: 20px 0px;
}

.header-content {
  display: flex;
  flex-direction: row;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.header-content > div:first-child {
  width: 30%;
}

.header-content > div:last-child {
  width: 70%;
  text-align: right;
}

.header-content > div:last-child > img {
  object-fit: contain;
  width: 100%;
}

.header-content > div > a > .logo {
  width: 80px;
  height: 80px;
}

.nav-content {
  display: flex;
  flex-direction: row;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}

.nav-content > div:nth-child(2) {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.nav-content > div:nth-child(2) > a {
  margin-right: 40px;
  color: white;
  font-size: 14px;
  text-decoration: none;
}

.nav-content > div:nth-child(2) > a:last-child {
  margin-right: 0px;
}

.nav-content > div {
}

.navigation {
  background-color: #e72a28;
}

.lead-stories {
  display: flex;
  flex-direction: row;
  flex-flow: row;
  padding-top: 15px;
  justify-content: normal;
  align-items: stretch;
  height: 535px;
}

.story {
  overflow: hidden;
  position: relative;
  display: block;
}

.big {
  width: 60%;
  height: 510px;
}

.small {
  width: 100%;
  height: 220px;
  margin-bottom: 15px;
}

.story > .bg {
  position: relative;
  height: 100%;
}

.story > .bg > .overlay {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.story > .bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease 0s;
}

.story:hover > .bg > img {
  transform: scale(1.045);
}

.lead-stories > a:last-child {
  display: flex;
  flex-direction: column;
  flex-flow: column;
}

.story > .content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
}

.story > .content > span {
  color: white;
  padding: 5px 10px;
  display: inline-block;
  text-align: center;
  min-width: 120px;
  background-color: #e72a28;
  margin-bottom: 15px;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.story > .content > h5 {
  color: white;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.post-info > div {
  display: inline-block;
  color: #fafafa;
  font-size: 12px;
  margin-right: 15px;
}

.post-info > div.new {
  color: var(--bs-gray-500);
  font-size: 14px;
}

.post-info > div.new > a {
  text-decoration: none;
  color: #555555;
}

.post-info > div.new > a:hover {
  text-decoration: none;
  color: #e72a28;
}

.post-info > div > i {
  margin-right: 10px;
}

.lead-stories > .others {
  width: 40%;
  height: 100%;
  padding: 0px 0px 15px 15px;
}

.chart {
  /*margin-bottom: 20px;*/
}

.chart > .head {
  background-color: #e72a28;
  padding: 10px;
  position: relative;
}

.chart > .head > h5 {
  color: white;
  display: inline-block;
  margin-right: 6px;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.chart > .head > a {
  text-decoration: none;
  color: #20150f;
  font-size: 12px;
}

.chart > .head > span {
  position: absolute;
  right: 10px;
  top: 25%;
  color: whitesmoke;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.chart > .body {
  padding: 20px;
  display: flex;
  flex-direction: row;
  flex-flow: row;
  justify-content: space-between;
}

.chart > .body {
  padding: 10px 20px 20px 20px;
  border: 1px solid #e72a28;
  background-color: white;
}

.chart > .body > div {
}

.chart > .body > div > img {
  height: 100px;
  width: 100px;
  object-fit: cover;
  border-radius: 50%;
}

.chart > .body > div > span {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.chart > .body > div > div > span {
  font-size: 30px;
  margin-right: 3px;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.chart > .body > div > div > i.red {
  color: red;
}

.chart > .body > div > div > i.green {
  color: green;
}

.lead-heading {
  font-size: 34px;
}

.flash-news {
  padding: 10px 20px;
  background-color: white;
}

.flash-news > strong {
  color: #e72a28;
  margin-right: 5px;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.latest-news {
  display: flex;
  flex-direction: row;
  flex-flow: row;
  padding-top: 15px;
  justify-content: space-between;
  align-items: stretch;
}

.latest-news > .main {
  width: 64%;
  background-color: white;
  padding: 15px;
}

.latest-news > .side {
  width: 34%;
  background-color: white;
  padding: 15px;
}

.sec-heading {
  padding: 8px 15px;
  background-color: #e72a28;
  color: white;
  margin-bottom: 15px;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.latest-story {
  display: flex;
  flex-direction: row;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  text-decoration: none;
}

.latest-story > .illustration {
  width: 38%;
  height: 150px;
  overflow: hidden;
  position: relative;
  display: block;
}

.latest-story > .illustration > .bg {
  position: relative;
  height: 100%;
}

.latest-story > .illustration > .bg > .overlay {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.latest-story > .illustration > .bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease 0s;
}

.latest-story:hover > .illustration > .bg > img {
  transform: scale(1.045);
}

.latest-story > .illustration > span {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  padding: 5px 10px;
  display: inline-block;
  text-align: center;
  min-width: 100px;
  font-size: 14px;
  background-color: #e72a28;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.latest-story > .content > h5 {
  color: initial;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.latest-story > .content {
  width: 58%;
}

.latest-story > .content > div {
  margin-bottom: 10px;
}

.latest-story > .content > div > div {
  display: inline-block;
  color: var(--bs-black);
  font-size: 12px;
  margin-right: 15px;
  color: #777777;
}

.latest-story > .content > div > div > i {
  margin-right: 6px;
}

.latest-story > .content > p {
  font-size: 14px;
  margin-bottom: 0px;
  color: #555555;
}

.slider {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.slider-container {
  display: flex;
  flex-direction: row;
  flex-flow: row;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
  transition: transform 0.5s ease-in-out;
}

.slide {
  min-width: 100%;
  box-sizing: border-box;
}

/* Image styling */

.slide img {
  width: 100%;
  height: 100%;
  display: block;
}

/* Navigation buttons */

.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px;
  cursor: pointer;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

/* Media queries to change the number of slides displayed based on screen size */

@media (max-width: 768px) {
  .slide {
    min-width: 33.33%;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .slide {
    min-width: 50%;
  }
}

@media (min-width: 1025px) {
  .slide {
    min-width: 23.85%;
  }
}

.birthday-section {
}

.birthday-section > div > img {
  position: absolute;
  width: 80px;
  height: 80px;
}

.birthday-section > div > img:nth-child(1) {
  top: 0px;
  left: 0px;
}

.birthday-section > div > img:nth-child(2) {
  top: 0px;
  right: 0px;
}

.birthday-section > div > img:nth-child(3) {
  bottom: 0px;
  right: 0px;
}

.birthday-section > div > div {
  text-align: center;
  /*padding: 0px 15px;*/
  /*color: #c07f00;*/
}

.birthday-section > div > div > h4 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.birthday-section > div > div > h1 {
  font-family: "Great Vibes", cursive;
  font-weight: 700;
  font-style: normal;
}

.birthday-section > div > div > p {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 0px 25px;
}

.birthday-section > div > img:nth-child(4) {
  bottom: 0px;
  left: 0px;
}

.birthday-section > div {
  position: relative;
  /*height: 350px;*/
  padding: 20px 0px;
}

.mi-slide {
  display: flex;
  flex-direction: row;
  flex-flow: row;
  justify-content: normal;
  align-items: center;
  margin-bottom: 15px;
}

.mi-slide > div:nth-child(1) {
  /*width: 20%;*/
  height: 160px;
  padding: 10px;
  background-color: black;
  margin-right: -50px;
}

.mi-slide > div:nth-child(2) {
  height: 220px;
  width: 360px;
  padding: 10px;
  background-color: black;
  z-index: 1;
}

.mi-slide > div:nth-child(3) {
  /*width: 20%;*/
  height: 160px;
  padding: 10px;
  background-color: black;
  margin-left: -50px;
}

.mi-slide > div:nth-child(3) > img {
  height: 100%;
  object-fit: cover;
  border: 5px solid #e72a28;
}

.mi-slide > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 5px solid #e72a28;
}

.content.side {
  width: 100%;
  padding: 10px 0px;
}

.illustration.side {
  width: 100%;
}

.latest-story.side {
  flex-direction: column;
}

.story.full {
  width: 100%;
  height: 300px;
  margin-bottom: 15px;
}

.popular-two {
  display: flex;
  gap: 15px;
}

.top-section {
  background-color: #242930;
  padding: 20px 10px;
  height: 558px;
}

@media (max-width: 991px) {
  .top-section {
    background-color: #242930;
    padding: 20px 10px;
    height: auto;
  }
}

.navigate {
  display: flex;
  flex-direction: row;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  /*background-color: #e72a28;*/
}

.navigate > .logo-sec {
}

.navigate > .logo-sec > a > img {
  width: 60px;
  height: 60px;
}

@media (max-width: 992px) {
  .navigate > .links {
    position: absolute;
    display: none;
    right: 1px;
    top: 60px;
    background-color: #1c2127;
    width: 220px;
    padding: 15px 0px;
    z-index: 1024;
  }
}

@media (max-width: 992px) {
  .navigate > .links > a {
    display: block;
    width: 100%;
    padding: 8px 25px;
  }
}

.navigate > .links > a:hover {
  color: #e72a28;
}

@media (max-width: 992px) {
  .navigate > .links > a:hover {
    background-color: #e72a28;
    color: #ecf0f1;
  }
}

.navigate > .links > a {
  margin-right: 30px;
  text-decoration: none;
  color: #ecf0f1;
  text-transform: uppercase;
  font-size: 13px;
}

.navigate > .links > a:last-child {
  margin-right: 0px;
}

.navigate > .menu-bar {
  display: none;
}

@media (max-width: 992px) {
  .navigate > .menu-bar {
    display: inherit;
  }
}

.navigate > .menu-bar > a {
  text-decoration: none;
  font-size: 35px;
  color: #ecf0f1;
}

.navigate > .menu-bar > a:hover {
  color: #e72a28;
}

.flash-story {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .flash-story {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
}

.flash-story > .img-div {
  width: 70%;
  height: 370px;
}

@media (max-width: 991px) {
  .flash-story > .img-div {
    width: 100%;
    height: 370px;
  }
}

.flash-story > .img-div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flash-story > .links {
  width: 29.5%;
  display: flex;
  flex-direction: column;
  flex-flow: column;
  align-items: normal;
  gap: 5px;
}

@media (max-width: 991px) {
  .flash-story > .links {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-flow: column;
    gap: 5px;
  }
}

.flash-story > .links > a {
  display: block;
  padding: 20px;
  background-color: #1c2127;
  color: white;
  height: 120px;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-style: normal;
}

.flash-story > .links > a.current {
  background-color: #e72a28;
}

.flash-story > .links > a:hover {
  background-color: #e72a28;
}

.flash-story > .links > a > h6 {
  font-weight: 300;
  color: gray;
  font-size: 14px;
}

.flash-story > .links > a.current > h6 {
  color: #ecf0f1;
}

.flash-story > .links > a:hover > h6 {
  color: white;
}

.flash-story > .links > a > p {
  font-size: 14px;
}

.navigate > .search-sub {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

@media (max-width: 992px) {
  .navigate > .search-sub {
    display: flex;
    justify-content: end;
    align-items: center;
    flex-grow: 1;
    padding-right: 20px;
  }
}

.navigate > .search-sub > a {
  position: relative;
  margin-right: 20px;
  color: #ecf0f1;
  text-decoration: none;
}

.navigate > .search-sub > a > i {
  font-size: 25px;
}

.navigate > .search-sub > a > sup {
  position: absolute;
  /*margin-top: -3px;*/
  margin-left: 14px;
  padding: 8px 9px 9px 8px;
  color: white;
  text-decoration: none;
  width: 12px;
  height: 12px;
  font-size: 10px;
  background-color: #ed3237;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  border: none;
}

.navigate > .search-sub > button {
  background-color: transparent;
  border-radius: 15px;
  padding: 10px 20px;
  color: #ecf0f1;
  outline: none;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  font-size: 12px;
}

.navigate > .search-sub > button:hover {
  background-color: #e72a28;
}

.metro {
  position: absolute;
  width: 97.56%;
  padding: 0px 0px;
  background-color: white;
  overflow-x: hidden;
}

@media (max-width: 991px) {
  .metro {
    position: relative;
    width: 100%;
    background-color: white;
  }
}

.metro > .top {
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  border-bottom: 1px solid #eeeeee;
}

@media (max-width: 420px) {
  .metro > .top {
  }
}

.metro > .top > .left {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-style: normal;
}

.metro > .top > .right {
}

@media (max-width: 576px) {
  .metro > .top > .right {
    display: none;
  }
}

.metro > .top > .left > div {
  padding: 0px 20px;
}

.metro > .top > .left > div:first-child {
  border-right: 1px solid lightgray;
  padding: 4px 20px 4px 0px;
}

@media (max-width: 576px) {
  .metro > .top > .left > div:first-child > h5 {
  }
}

.metro > .top > .left > div:first-child > h5 {
  margin-bottom: 0px;
  border-left: 5px solid #e72a28;
  padding: 0px 5px 0px 5px;
  color: #1c2127;
}

@media (max-width: 576px) {
  .metro > .top > .left > div:first-child > h5 {
    font-size: 16px;
  }
}

.metro > .top > .left > div:last-child > a {
  color: #e72a28;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.metro > .top > .left > div:last-child > a > i {
  margin-left: 5px;
  color: #1c2127;
}

.main-section {
  background-color: #eeeeee;
  padding: 220px 10px 40px 10px;
}

@media (max-width: 991px) {
  .main-section {
    background-color: #eeeeee;
    padding: 30px 15px 0px 15px;
  }
}

.metro > .top > .right > a {
  text-decoration: none;
  color: #242930;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
  font-size: 35px;
}

.metro > .top > .right > a:hover {
  color: #ed3237;
}

@media (max-width: 576px) {
  .metro > .top > .right > a {
    text-decoration: none;
    color: #1c2127;
    /*border: 1px solid #cdcdcd;*/
    border-radius: 50%;
    padding: 0px 5px 2px 5px;
    margin-right: 0px;
    display: inline;
  }
}

.metro > .top > .right > a:last-child {
  margin-right: 0px;
}

.small-story {
  display: flex;
  flex-direction: row;
  flex-flow: row;
  justify-content: start;
  align-items: center;
  gap: 15px;
  /*width: 33.33%;*/
  min-width: 31%;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  padding: 0px 15px;
}

@media (min-width: 568px) AND (max-width: 991px) {
  .small-story {
    display: flex;
    flex-direction: column;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    width: 31%;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-style: normal;
  }
}

@media (min-width: 568px) AND (max-width: 991px) {
  .small-story {
    display: flex;
    flex-direction: column;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    width: 31%;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-style: normal;
  }
}

@media (min-width: 768px) AND (max-width: 991px) {
  .small-story.headlines {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    width: 31%;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-style: normal;
  }
}

@media (max-width: 767px) {
  .small-story.headlines > a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    width: 31%;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-style: normal;
  }
}

@media (max-width: 576px) {
  .small-story {
    display: flex;
    flex-direction: row;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    width: 100%;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    margin-bottom: 15px;
  }
}

.small-story > img {
  min-width: 120px;
  width: 120px;
  height: 120px;
  object-fit: cover;
}

.small-story.headlines > img {
  min-width: 120px;
  width: 120px;
  height: 120px;
  object-fit: cover;
}

@media (min-width: 768px) AND (max-width: 991px) {
  .small-story.headlines > img {
    min-width: 120px;
    width: 120px;
    height: 120px;
    object-fit: cover;
  }
}

@media (min-width: 568px) AND (max-width: 991px) {
  .small-story > img {
    min-width: 100%;
    width: 100%;
    height: 120px;
    object-fit: cover;
  }
}

.small-story > div {
  flex-grow: 1;
  /*padding: 10px;*/
}

.small-story > div > span {
  display: block;
  font-size: 12px;
  color: gray;
  margin-bottom: 6px;
}

.small-story > div > p {
  font-size: 16px;
  color: #1c2127;
  font-weight: 500;
  margin-bottom: 0px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
}

.metro > .body {
  padding: 30px 0px;
  display: flex;
  flex-direction: row;
  /*gap: 3.5%;*/
  flex-flow: row;
  justify-content: flex-start;
  /*overflow-x: hidden;*/
  transition: transform 0.5s ease-in-out;
  min-width: 100%;
}

.metro > .body.related {
  padding: 30px 30px;
  display: flex;
  flex-direction: row;
  gap: 15px;
  flex-flow: wrap;
  justify-content: flex-start;
}

.metro > .body.related > div {
  width: 31%;
}

@media (max-width: 768px) {
  .metro > .body.related > div {
    width: 48%;
  }
}

@media (max-width: 768px) {
  .metro > .body.related > div:nth-child(3) {
    display: none;
  }
}

@media (max-width: 576px) {
  .metro > .body.related > div {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .metro > .body {
    padding: 30px 10px;
    display: flex;
    flex-direction: column;
    flex-flow: column;
    justify-content: space-between;
  }
}

@media (max-width: 576px) {
  .metro > .body > a:nth-child(4) {
    display: none;
  }
}

@media (max-width: 576px) {
  .metro > .body > a:nth-child(5) {
    display: none;
  }
}

@media (max-width: 576px) {
  .metro > .body > a:nth-child(6) {
    display: none;
  }
}

.late-story {
  display: flex;
  flex-direction: row;
  flex-flow: row;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .late-story {
    display: flex;
    flex-direction: column;
    flex-flow: column;
    justify-content: space-between;
  }
}

.late-story > .main {
  width: 67%;
}

@media (max-width: 992px) {
  .late-story > .main {
    width: 100%;
    margin-bottom: 20px;
  }
}

.late-story > .side {
  width: 31%;
}

@media (max-width: 992px) {
  .late-story > .side {
    width: 100%;
  }
}

.late-story > .foot {
  background-color: white;
}

.tabs {
  border-bottom: 1px solid #cdcdcd;
  display: flex;
  flex-direction: row;
  flex-flow: row;
  align-items: center;
  height: 50px;
}

.tabs > a {
  text-decoration: none;
  width: 50%;
  text-align: center;
  background-color: transparent;
  height: 100%;
  padding: 10px 0px;
  font-size: 13px;
  color: #1c2127;
  font-weight: 700;
  border-top: 4px solid transparent;
}

.tabs > a.active {
  background-color: white;
  border-top: 4px solid #e72a28;
}

.tabs > a > i {
  color: #e72a28;
  margin-right: 5px;
}

.red-header > h4, .red-header > h5 {
  display: inline-block;
  border-bottom: 4px solid #e72a28;
  margin-bottom: 0px;
  padding-bottom: 18px;
  color: #1c2127;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
}

.red-header {
  border-bottom: 1px solid #cdcdcd;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  margin-bottom: 30px;
  height: 50px;
}

.stories {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: flex-start;
  gap: 3.5%;
}

.stories > a {
  display: flex;
  flex-direction: column;
  width: 48%;
  text-decoration: none;
}

.stories > a.headline {
  width: 100%;
}

@media (max-width: 768px) {
  .stories > a.headline {
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .stories > a {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-decoration: none;
  }
}

.stories > a > div {
  padding: 15px 0px;
}

.stories > a > div > span {
  color: gray;
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
}

.stories > a > div > p {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 600;
  color: #1c2127;
}

.stories > a > img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.stories > a.headline > img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.late-story > .side > .foot > a {
  color: #e72a28;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}

.late-story > .side > .foot > a > i {
  margin-left: 8px;
}

.late-story > .side > .foot {
  background-color: white;
  text-align: center;
  padding: 8px;
}

.late-story > .side > .charting {
  display: flex;
  flex-direction: column;
}

@media (max-width: 992px) {
  .late-story > .side > .charting {
    display: flex;
    flex-direction: row;
    flex-flow: row;
    justify-content: space-between;
  }
}

@media (max-width: 578px) {
  .late-story > .side > .charting {
    display: flex;
    flex-direction: column;
    flex-flow: column;
    justify-content: space-between;
  }
}

.chart-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #242930;
  border-bottom: 1px solid #555555;
}

@media (max-width: 992px) {
  .chart-item {
    width: 33%;
  }
}

@media (max-width: 578px) {
  .chart-item {
    width: 100%;
  }
}

.chart-item > div:first-child {
  width: 120px;
  text-align: center;
  background-color: #1c2127;
}

.chart-item > div:first-child > .no {
  border-bottom: 1px solid #555555;
  padding: 5px 0px;
}

.chart-item > div:first-child > .no > h1 {
  font-size: 60px;
  margin-bottom: -8px;
  color: #ffffff;
}

.chart-item > div:first-child > .no > i.green {
  color: #00ff00;
}

.chart-item > div:first-child > .no > i.red {
  color: red;
}

.chart-item > div:first-child > .details {
  padding: 15px 0px;
  color: #ecf0f1;
}

.chart-item > div:first-child > .details > span {
  font-size: 8px;
  color: #bebebe;
}

.chart-item > div:first-child > .details > h5 {
  margin-bottom: 20px;
}

.chart-item > div:last-child {
  flex-grow: 1;
  text-align: center;
  padding: 0px 9px;
}

.chart-item > div:last-child > img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.chart-item > div:last-child > h5 {
  color: white;
  margin-bottom: 20px;
  font-size: 16px;
}

.chart-item > div:last-child > .tt-artist {
  color: white;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 16px;
  display: block;
  font-weight: 500;
  text-decoration: none;
}

.chart-item > div:last-child > span {
  color: white;
  font-size: 10px;
  color: #e72a28;
}

.chart-item > div:last-child > h6 {
  color: white;
  font-size: 13px;
}

.chart-item > div:last-child > .tt-song {
  color: white;
  font-size: 13px;
  display: block;
  text-decoration: none;
}

.footer-section {
  background-color: #242930;
  padding: 30px 0px;
}

@media (max-width: 1199px) {
  .footer-section {
    background-color: #242930;
    padding: 30px 15px;
  }
}

@media (max-width: 992px) {
  .footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 15px;
  }
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
}

.footer > .left {
}

@media (max-width: 768px) {
  .footer > .left {
    text-align: center;
    margin-bottom: 20px;
  }
}

.footer > .left > img {
  width: 70px;
  margin-bottom: 20px;
}

.footer > .left > p {
  color: #eeeeee;
  margin-bottom: 5px;
  font-size: 14px;
}

.footer > .left > p > a {
  margin-left: 5px;
  color: #e72a28;
  text-decoration: none;
}

.footer > .right {
}

.footer > .right > .quicklinks {
  text-align: right;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .footer > .right > .quicklinks {
    text-align: center;
  }
}

.footer > .right > .quicklinks > a {
  color: #ecf0f1;
  margin-right: 20px;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
}

.footer > .right > .quicklinks > a:hover {
  color: #e72a28;
}

.footer > .right > .quicklinks > div {
  display: inline-block;
}

@media (max-width: 768px) {
  .footer > .right > .quicklinks > div {
    display: block;
    margin-top: 20px;
  }
}

.footer > .right > .quicklinks > div > button {
  background-color: transparent;
  border-radius: 15px;
  padding: 10px 20px;
  color: #ecf0f1;
  outline: none;
  border: 1px solid #4a3131;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}

.footer > .right > .quicklinks > div > button:hover {
  background-color: #e72a28;
}

.footer > .right > .socials {
  text-align: right;
}

@media (max-width: 768px) {
  .footer > .right > .socials {
    text-align: center;
  }
}

.footer > .right > .socials > a {
  margin-right: 25px;
  color: #ecf0f1;
  font-size: 20px;
}

.footer > .right > .socials > a:hover {
  color: #e72a28;
}

.footer > .right > .socials > a:last-child {
  margin-right: 0px;
}

.events {
  padding: 10px 0px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media (max-width: 992px) {
  .events {
    flex-direction: row;
    gap: 15px;
  }
}

@media (max-width: 767px) {
  .events {
    flex-direction: column;
  }
}

.event-item {
  background-color: white;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 60px;
}

.event-item > .img-div {
  height: 250px;
  position: relative;
}

.event-item > .img-div > span {
  position: absolute;
  top: 15px;
  left: 20px;
  padding: 5px 20px;
  background-color: #e72a28;
  font-size: 12px;
  color: white;
  /*border-radius: 5px;*/
}

.event-item > .img-div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-item > .content {
  padding: 15px 15px;
  display: flex;
}

.event-item > .content > .date {
  text-align: center;
  padding: 5px;
  width: 80px;
}

.event-item > .content > .details {
}

.event-item:hover > .content > .details > a {
  color: #e72a28;
}

.event-item > .content > .details > a {
  color: #1c2127;
  font-weight: 600;
  text-decoration: none;
}

.event-item > .content > .details > p {
  color: #808080;
  margin-bottom: 0px;
}

.event-item > .content > .details > p > i {
  color: red;
}

.event-item > .obtain {
  text-align: center;
  margin-bottom: 20px;
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.event-item > .obtain > button {
  display: inline-block;
  width: 80%;
  padding: 7px 0px 10px 0px;
  background-color: #e72a28;
  color: white;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 700;
  border: none;
}

.event-item > .obtain > button:hover {
  background-color: #c82a28;
}

.metro-section {
  background-color: white;
}

.metro.complete {
  position: relative;
}

.more-news-section {
  background-color: #eeeeee;
}

@media (max-width: 1199px) {
  .more-news-section {
    background-color: #eeeeee;
    padding: 0px 15px;
  }
}

.stories > a.third {
  width: 31%;
}

@media (max-width: 768px) {
  .stories > a.third {
    width: 48%;
  }
}

@media (max-width: 576px) {
  .stories > a.third {
    width: 100%;
  }
}

.stories.pad {
  padding: 30px 0px;
  justify-content: flex-start;
  gap: 3.5%;
}

@media (max-width: 1199px) {
  .stories.pad {
    padding: 30px 15px;
  }
}

@media (max-width: 992px) {
  .stories.pad {
    padding: 30px 15px;
  }
}

.blog-nav {
  background-color: #242930;
}

@media (max-width: 1199px) {
  .blog-nav {
    padding: 0px 15px;
  }
}

.blog-section {
  background-color: #eeeeee;
  padding: 40px 15px;
}

.blog {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .blog {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.blog > .main {
  width: 67%;
  padding: 15px;
  background-color: white;
}

.blog > .main > .featured {
  margin-bottom: 25px;
}

.blog > .main > .content {
  margin-bottom: 50px;
  font-family: "Inter", serif;
}

@media (max-width: 992px) {
  .blog > .main {
    width: 100%;
    margin-bottom: 40px;
  }
}

.blog > .side {
  width: 30%;
}

@media (max-width: 992px) {
  .blog > .side {
    width: 100%;
  }
}

.bread {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  margin-bottom: 15px;
}

.bread > .crumbs {
  text-decoration: none;
  color: #242930;
  font-weight: 500;
  font-family: "Cardo", serif;
}

.bread > .crumbs:last-child {
  color: var(--bs-gray-500);
}

.bread > .crumbs:first-child::before {
  content: "";
  margin-left: 0px;
  margin-right: 0px;
  font-family: "Cardo", serif;
}

.bread > .crumbs::before {
  content: "/";
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  color: #242930;
}

.blog > .main > .title {
  color: #242930;
  font-size: 30px;
  width: 90%;
  font-family: "Cardo", serif;
}

.post-info.new {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  flex-flow: wrap;
  gap: 5px;
  align-items: center;
}

.blog > .main > .featured > img {
  width: 100%;
}

.blog-navigate {
  display: flex;
  justify-content: space-between;
}

.blog-navigate > div {
  min-width: 140px;
  text-align: center;
  padding: 5px 15px;
  background-color: var(--bs-gray-100);
}

.blog-navigate > div:hover {
  background-color: #fff4f4;
}

.blog-navigate > div > a {
  display: block;
  text-decoration: none;
  color: #242930;
  font-weight: 600;
  font-size: 14px;
}

.blog-navigate > div:hover > a {
  color: #e72a28;
}

.tags-share {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 25px;
  display: flex;
  padding: 15px 0px;
  font-size: 13px;
  align-items: flex-start;
}

@media (max-width: 576px) {
  .tags-share {
    flex-flow: wrap;
  }
}

@media (max-width: 576px) {
  .tags-share > .tags.mist {
    order: 1;
    width: 100%;
    margin-top: 5px;
  }
}

.tags-share > .tags > strong {
  color: #ecf0f1;
  background-color: #242930;
  padding: 2px 10px 5px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  border: 1px solid #eeeeee;
}

.tags-share > .tags > span {
  color: var(--bs-gray-500);
  padding: 2px 10px 5px 10px;
  margin-right: 10px;
  margin-bottom: 8px;
  display: inline-block;
  border: 1px solid #eeeeee;
}

.share {
  flex-grow: 1;
  text-align: right;
  position: relative;
}

.share > div {
  position: absolute;
  right: 0px;
  top: -125px;
  text-align: center;
  padding: 4px 11px;
  background-color: #242930;
  border-radius: 3px;
  display: none;
}

.share > div > a {
  display: block;
  color: #ecf0f1;
  font-size: 25px;
}

.share > div > a:hover {
  color: #e72a28;
}

.share > a {
  font-size: 20px;
  padding: 4px 15px;
  border-radius: 3px;
  color: #eeeeee;
  background-color: #e72a28;
}

.recent-posts {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 15px 0px;
}

@media (max-width: 992px) {
  .recent-posts {
    display: flex;
    flex-direction: row;
    gap: 15px;
    padding: 15px 0px;
  }
}

@media (max-width: 768px) {
  .recent-posts {
    display: flex;
    flex-direction: row;
    gap: 15px;
    padding: 15px 0px;
  }
}

@media (max-width: 600px) {
  .recent-posts {
    flex-direction: column;
    gap: 15px;
    padding: 15px 0px;
  }
}

.recent-posts > a {
  width: 100%;
}

@media (max-width: 992px) {
  .recent-posts > a {
    width: 31%;
  }
}

@media (max-width: 768px) {
  .recent-posts > a {
    width: 48%;
  }
}

@media (max-width: 600px) {
  .recent-posts > a {
    width: 100%;
  }
}

.mentions {
  background-color: white;
}

.profile-list {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

@media (max-width: 360px) {
  .profile-list {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media (max-width: 360px) {
  .profile-list > :nth-child(n + 5 ) {
    display: none;
  }
}

.profile-list > a {
  text-align: center;
  width: 120px;
  padding: 10px;
  text-decoration: none;
  color: #242930;
  font-size: 14px;
  font-weight: 500;
}

.profile-list > a:hover {
  color: #e72a28;
  background-color: #fff4f4;
}

.profile-list > a > img {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #f8e1e1;
}

.profile-list > a > span {
  display: block;
}

.mentions > h4 {
  color: #e72a28;
}

.small-story.side > img {
  width: 100px;
  height: 100px;
}

.new-entries-section {
  background-color: #eeeeee;
  padding: 25px 15px;
}

.new-entries {
}

.new-entries > h4 {
  color: #e72a28;
}

.chart-overview-section {
  padding: 25px 15px;
  background-color: #e72a28;
}

.chart-overview {
  font-weight: 700;
  font-size: 11px;
}

.chart-overview > .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.chart-overview > .top > a {
  color: #fff4f4;
  text-decoration: none;
}

.chart-overview > .top > div {
  color: #fff4f4;
  text-align: right;
}

.chart-overview > .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .chart-overview > .head {
    flex-direction: column;
    text-align: start;
  }
}

@media (max-width: 575px) {
  .chart-overview > .head > .left {
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .chart-overview > .head > .right {
    text-align: right;
  }
}

@media (max-width: 575px) {
  .chart-overview > .head > div {
    width: 100%;
  }
}

.chart-overview > .head > .right {
  position: relative;
}

.chart-overview > .head > .right > a {
  text-decoration: none;
  color: white;
  font-size: 14px;
}

.chart-overview > .head > .right > div {
  top: 28px;
  position: absolute;
  width: 100%;
  background-color: #fff4f4;
  max-height: 250px;
  overflow-y: auto;
  display: none;
  z-index: 99;
}

.chart-overview > .head > .right > div > a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  text-decoration: none;
  color: #e72a28;
}

.chart-overview > .head > .right > div > a:hover {
  background-color: rgb(36,41,48);
  color: white;
}

.chart-overview > .head > .right > a:hover {
  color: #4a3131;
}

.chart-overview > .head > .right > a > span {
  margin: 0px 10px;
}

.chart-overview > .top-three {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: space-between;
}

.chart-overview > .top-three > div {
  width: 32%;
}

@media (max-width: 576px) {
  .chart-overview > .top-three > div {
    width: 100%;
  }
}

.chart-list-section {
  background-color: #1c2127;
  padding: 30px 15px;
}

.chart-list {
  display: flex;
  flex-direction: column;
}

.chart-list-head {
  display: flex;
  flex-direction: column;
}

.chartItem {
  display: flex;
  flex-direction: row;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.chartItem-head {
  display: flex;
  flex-direction: row;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  color: #bebebe;
  font-size: 12px;
}

.chartItem.item {
  background-color: rgba(0,0,0,0.4);
  padding: 10px 0px;
  margin-bottom: 5px;
}

.chartItem.item:hover {
  background-color: rgba(0,0,0,0.5);
}

.chartItem.item.dragging {
  background-color: #e72a28;
  opacity: 0.8;
  transform: scale(1.01);
}

.chartItem > .rank {
  width: 100px;
  text-align: center;
}

.chartItem-head > .rank {
  width: 100px;
  text-align: center;
}

.chartItem.item > .rank {
  text-align: center;
}

@media (max-width: 520px) {
  .chartItem > .rank {
    width: 60px;
    min-width: 60px;
  }
}

@media (max-width: 520px) {
  .chartItem-head > .rank {
    width: 60px;
    min-width: 60px;
  }
}

.chartItem.item > .rank > i.green {
  color: #00ff00;
}

.chartItem.item > .rank > i.red {
  color: red;
}

.chartItem.item > .rank > i.yellow {
  color: yellow;
}

.chartItem.item > .rank > h1 {
  color: white;
}

.chartItem-head > .rank > h1 {
  color: white;
}

.chartItem > .song {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.chartItem-head > .song {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.chartItem-head > .song {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.chartItem.item > .song > img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 20px;
  object-fit: cover;
}

@media (max-width: 520px) {
  .chartItem.item > .song > img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
}

.chartItem.item > .song > div {
}

.chartItem.item > .song > div > a {
  display: block;
}

.chartItem.item > .song > div > .artist-link {
  color: #bebebe;
  font-size: 12px;
  text-decoration: none;
}

.chartItem.item > .song > div > .song-link {
  color: white;
  font-size: 14px;
  margin-bottom: 3px;
  text-decoration: none;
  font-weight: 700;
}

.chartItem.item > .song > div > strong {
  display: block;
  color: white;
  font-size: 14px;
  margin-bottom: 3px;
}

@media (max-width: 520px) {
  .chartItem.item > .song > div > strong {
    font-size: 13px;
  }
}

.chartItem.item.dragging > .song > div > span {
  color: white;
}

.chartItem.item > .song > div > span {
  display: block;
  color: #bebebe;
  font-size: 12px;
}

@media (max-width: 520px) {
  .chartItem.item > .song > div > span {
    font-size: 11px;
  }
}

.chartItem > .weeks-no {
  width: 100px;
  text-align: center;
}

.chartItem > .weeks-no > a {
  color: #e72a28;
  text-decoration: none;
  font-size: 30px;
}

.chartItem-head > .weeks-no {
  width: 100px;
  text-align: center;
}

@media (max-width: 520px) {
  .chartItem > .weeks-no {
    width: 60px;
    min-width: 60px;
  }
}

@media (max-width: 520px) {
  .chartItem-head > .weeks-no {
    width: 60px;
    min-width: 60px;
  }
}

@media (max-width: 520px) {
  .chartItem-head > .weeks-no {
    width: 60px;
    min-width: 60px;
  }
}

.chartItem.item > .weeks-no {
  color: white;
}

.chartItem > .weeks-on-chart {
  width: 120px;
  text-align: center;
}

.chartItem-head > .weeks-on-chart {
  width: 120px;
  text-align: center;
}

@media (max-width: 520px) {
  .chartItem > .weeks-on-chart {
    width: 60px;
  }
}

@media (max-width: 520px) {
  .chartItem-head > .weeks-on-chart {
    width: 60px;
  }
}

.chartItem.item > .weeks-on-chart {
  color: white;
}

.chartItem.item > .weeks-on-chart > i {
  font-size: 30px;
  cursor: move;
}

.chartItem.head {
  margin-bottom: 10px;
}

.chartItem.head > span {
  color: #bebebe;
  font-size: 11px;
}

.chartItem-head > span {
  color: #bebebe;
  font-size: 11px;
}

@media (max-width: 520px) {
  .chartItem-head > span {
    font-size: 10px;
  }
}

@media (max-width: 520px) {
  .chartItem-head > span {
    font-size: 10px;
  }
}

.events-section {
  padding: 50px 15px;
  background-color: #eeeeee;
}

.event-listing {
  display: flex;
  flex-direction: row;
  flex-flow: row;
  justify-content: space-between;
}

.event-listing > .main {
  display: flex;
  flex-flow: wrap;
  gap: 15px;
}

.event-listing > .main > div {
  width: 32%;
}

@media (max-width: 860px) {
  .event-listing > .main > div {
    width: 48%;
  }
}

@media (max-width: 600px) {
  .event-listing > .main > div {
    width: 100%;
  }
}

.event-banner {
  height: 50vh;
  position: relative;
}

.event-banner > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-banner > div {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
  color: white;
  padding: 10px 20px;
}

@media (max-width: 576px) {
  .event-banner > div {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    color: white;
    padding: 10px 20px;
  }
}

.event-banner > div > h1 {
  font-size: 40px;
}

.e-pagination {
  padding: 4px 0px;
  text-align: right;
  margin-bottom: 20px;
}

.e-pagination > a {
  margin-right: 20px;
  text-decoration: none;
  font-size: 22px;
  color: #e72a28;
}

.e-pagination > a:hover {
  color: #242930;
}

.events-details-section {
  padding: 40px 0px;
}

@media (max-width: 991px) {
  .events-details-section {
    padding: 40px 15px;
  }
}

.evt-details {
  padding-bottom: 20px;
}

.evt-details > .top {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
}

.evt-details > .top > .left {
  display: flex;
  align-items: flex-start;
  flex-flow: wrap;
  gap: 70px;
  width: 70%;
}

@media (max-width: 576px) {
  .evt-details > .top > .left {
    gap: 40px;
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 440px) {
  .evt-details > .top > .left {
    gap: 10px;
    width: 100%;
    margin-bottom: 20px;
  }
}

.evt-details > .top > .left > .sec {
  flex-grow: 1;
}

.evt-details > .top > .left > .first {
  min-width: 160px;
}

.evt-details > .top > .left > .first > div > i {
  color: #e72a28;
  margin-right: 10px;
}

.evt-details > .top > .left > .first > div > span {
  color: rgba(0,0,0,0.5);
  font-size: 14px;
  font-weight: 500;
}

.evt-details > .top > .left > .sec > span {
  color: rgba(0,0,0,0.5);
  font-size: 14px;
  font-weight: 500;
}

.evt-details > .top > .left > .sec > h4 {
  color: rgb(36,41,48);
  font-weight: 500;
}

.evt-details > .top > .right {
  width: 30%;
  text-align: right;
}

@media (max-width: 576px) {
  .evt-details > .top > .right {
    width: 100%;
    text-align: right;
  }
}

.evt-details > .top > .right > button {
  padding: 10px 40px;
  background-color: #e72a28;
  color: white;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 700;
  outline: none;
  border: none;
  width: 100%;
}

.evt-details > .body {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.evt-details > .body > .first {
  width: 68%;
}

@media (max-width: 768px) {
  .evt-details > .body > .first {
    width: 100%;
  }
}

.evt-details > .body > .first > h3 {
  margin-bottom: 15px;
}

.evt-details > .body > .first > p {
  text-align: justify;
}

.evt-details > .body > .sec {
  width: 30%;
}

@media (max-width: 768px) {
  .evt-details > .body > .sec {
    width: 100%;
  }
}

.cart-section {
  padding: 30px 0px;
}

@media (max-width: 1199px) {
  .cart-section {
    padding: 30px 15px;
  }
}

@media (max-width: 992px) {
  .cart-section {
    padding: 20px 15px;
  }
}

.cart {
}

.cart > .head {
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
}

.cart > .head > #total-items {
  margin-right: 8px;
}

.cart > .body {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.cart > .body > .left {
  width: 60%;
}

@media (max-width: 767px) {
  .cart > .body > .left {
    width: 100%;
  }
}

.cart > .body > .left > div {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid #eeeeee;
  padding: 10px;
  margin-bottom: 15px;
}

@media (max-width: 500px) {
  .cart > .body > .left > div {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid #eeeeee;
    padding: 10px;
    margin-bottom: 15px;
  }
}

.cart > .body > .left > div:hover {
  background-color: #f8e1e1;
}

.cart > .body > .left > div > img {
  width: 160px;
  height: 160px;
  object-fit: cover;
}

@media (max-width: 500px) {
  .cart > .body > .left > div > img {
    width: 100%;
    height: 160px;
    object-fit: cover;
  }
}

.cart > .body > .left > div > div {
  position: relative;
  flex-grow: 1;
  padding: 15px 25px 8px 0px;
  height: 100%;
}

.cart > .body > .left > div > div > h5 {
  margin-top: 5px;
  font-size: 17px;
}

@media (max-width: 500px) {
  .cart > .body > .left > div > div {
    position: relative;
    flex-grow: 1;
    padding: 15px 25px 8px 10px;
    height: 100%;
  }
}

.cart > .body > .left > div > div > a {
  position: absolute;
  top: 0px;
  right: 10px;
  color: #e72a28;
}

@media (max-width: 500px) {
  .cart > .body > .left > div > div > a {
    position: absolute;
    top: -173px;
    right: 2px;
    color: #e72a28;
    padding: 1px 7px;
    background-color: white;
    border-radius: 5px;
  }
}

.cart > .body > .left > div > div > div > {
}

.cart > .body > .left > div > div > .tickets {
  margin: 10px 0px 10px 0px;
}

.cart > .body > .left > div > div > .tickets > div {
  display: flex;
  justify-content: space-between;
}

.cart > .body > .left > div > div > .tickets > div > .inc-dec {
}

.cart > .body > .left > div > div > .tickets > div > .cat {
}

.cart > .body > .left > div > div > .tickets > div > .cat > strong {
  margin-right: 5px;
}

.cart > .body > .left > div > div > .tickets > div > .inc-dec > a {
  color: #555555;
  font-size: 18px;
}

.cart > .body > .left > div > div > .tickets > div > .inc-dec > a:hover {
  color: #e72a28;
}

.cart > .body > .left > div > div > .tickets > div > .inc-dec > span {
  width: 30px;
  display: inline-block;
  text-align: center;
}

.cart > .body > .left > div > div > .sub-total {
  text-align: right;
}

.cart > .body > .left > div > div > .sub-total > span {
  margin-right: 5px;
}

.cart > .body > .left > div > div > .sub-total > strong {
  font-size: 20px;
}

.cart > .body > .right {
  width: 38%;
  padding: 50px;
  background-color: #ffe7e6;
}

@media (max-width: 767px) {
  .cart > .body > .right {
    width: 100%;
    padding: 50px;
  }
}

.cart > .body > .right > h4 {
  margin-bottom: 50px;
  color: #242930;
}

.cart > .body > .right > .subtotals {
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--bs-gray-600);
}

.cart > .body > .right > .totals > strong {
  font-size: 20px;
}

.cart > .body > .right > .totals > strong:last-child {
  float: right;
}

.cart > .body > .right > .totals {
  margin-bottom: 30px;
  color: #242930;
}

.cart > .body > .right > button {
  background-color: #e72a28;
  padding: 15px 20px;
  border-radius: 4px;
  color: #ecf0f1;
  outline: none;
  border: none;
  text-transform: uppercase;
  font-size: 18px;
  width: 100%;
}

.cart > .body > .right > .subtotals > div {
  color: #242930;
}

.cart > .body > .right > .subtotals > div > span {
  font-weight: 500;
}

.cart > .body > .right > .subtotals > div > span:last-child {
  float: right;
}

.add-new {
  margin-bottom: 30px;
  display: flex;
  gap: 15px;
  justify-content: flex-end;
}

.add-new > button {
  padding: 7px 20px 10px 20px;
  background-color: #e72a28;
  color: white;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
  outline: none;
  border: none;
}

.tbd-sections {
  padding: 30px 0px;
}

@media (max-width: 1199px) {
  .tbd-sections {
    padding: 30px 15px;
  }
}

@media (max-width: 992px) {
  .tbd-sections {
    padding: 30px 15px;
  }
}

.section {
}

.section > div {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .section > div {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
  }
}

.section > div > .right {
  width: 48%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media (max-width: 768px) {
  .section > div > .right {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-flow: wrap;
    gap: 15px;
  }
}

.section > div > .right > a {
  width: 100%;
}

@media (max-width: 767px) {
  .section > div > .right > a {
    display: flex;
    flex-flow: column;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .section > div > .right > a > div {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .section > div > .right > a > img {
    width: 100%;
    height: 180px;
  }
}

.section > div > .left {
  width: 50%;
}

@media (max-width: 768px) {
  .section > div > .left {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .section > div > .left {
    width: 100%;
  }
}

.top-lifestyle-section {
  padding: 40px 0px;
  background-color: #eeeeee;
}

@media (max-width: 991px) {
  .top-lifestyle-section {
    padding: 40px 0px;
    background-color: #eeeeee;
  }
}

@media (max-width: 992px) {
  .top-lifestyle-section {
    padding: 30px 15px;
  }
}

.top-lifestyle {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .top-lifestyle {
    display: flex;
    flex-flow: column;
    gap: 20px;
    justify-content: space-between;
    /*padding: 0px 15px;*/
  }
}

.top-lifestyle > .left {
  width: 69%;
}

@media (max-width: 991px) {
  .top-lifestyle > .left {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .top-lifestyle > .left > a > img {
    width: 100%;
    border-radius: 15px 15px 0px 0px;
  }
}

@media (max-width: 991px) {
  .top-lifestyle > .left > a > div {
    width: 100%;
    border-radius: 0px 0px 15px 15px;
    padding-bottom: 40px;
  }
}

.lifecard {
  display: flex;
  flex-flow: wrap;
  text-decoration: none;
  align-items: normal;
}

.lifecard > img {
  width: 55%;
  height: 400px;
  object-fit: cover;
  border-radius: 15px 0px 0px 15px;
  flex-grow: 1;
}

.lifecard.smart > img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 15px 15px 0px 0px;
}

.lifecard > div > .date {
  position: absolute;
  bottom: 20px;
  left: 30px;
  font-size: 12px;
  font-weight: 600;
}

.lifecard > div > .tag {
  font-size: 12px;
  font-weight: 600;
  border: 1px solid white;
  padding: 3px 8px 5px 8px;
  border-radius: 10px;
  margin-right: 10px;
}

.lifecard.smart > div > .tag {
  border: 1px solid lightgray;
}

.lifecard > div > h4 {
  margin-top: 20px;
  margin-bottom: 25px;
}

.lifecard > div > p {
  font-size: 13px;
  text-align: justify;
}

.lifecard > div {
  position: relative;
  width: 45%;
  padding: 25px;
  background-color: #e72a28;
  color: white;
  border-radius: 0px 15px 15px 0px;
  flex-grow: 1;
}

.lifecard.smart > div {
  position: relative;
  width: 100%;
  padding: 25px 25px 35px 25px;
  background-color: white;
  color: initial;
  border-radius: 0px 0px 15px 15px;
  flex-grow: 1;
}

.top-lifestyle > .right {
  width: 29%;
}

.top-lifestyle > .last {
  margin-top: 20px;
  width: 100%;
}

@media (min-width: 767px) AND (max-width: 991px) {
  .top-lifestyle > .right {
    display: none;
  }
}

@media (max-width: 991px) {
  .top-lifestyle > .right.birthday {
    display: block;
    width: 100%;
    order: 1;
  }
}

@media (max-width: 767px) {
  .top-lifestyle > .right {
    width: 100%;
  }
}

.lifecard.smart {
  flex-direction: column;
  flex-flow: column;
}

.more-life-section {
  padding: 0px 0px 30px 0px;
  background-color: #eeeeee;
}

@media (max-width: 1199px) {
  .more-life-section {
    padding: 0px 15px;
    background-color: #eeeeee;
  }
}

@media (max-width: 991px) {
  .more-life-section {
    padding: 0px 15px 0px 15px;
    background-color: #eeeeee;
  }
}

.more-life {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  gap: 2%;
}

.more-life > a {
  width: 32%;
  margin-bottom: 2%;
}

@media (max-width: 767px) {
  .more-life > a {
    width: 48%;
    margin-bottom: 2%;
  }
}

@media (max-width: 575px) {
  .more-life > a {
    width: 100%;
    margin-bottom: 15px;
  }
}

.swiper.mySwiper {
  width: 100%;
  /*height: 100%;*/
}

.swiper-pagination {
}

.swiper-pagination-bullet-active {
  background-color: white;
}

.swiper-slide.birthday {
  display: flex;
  justify-content: stretch;
  align-items: flex-end;
  height: 400px;
  text-decoration: none;
}

@media (max-width: 768px) {
  .swiper-slide.birthday {
    display: flex;
    flex-flow: wrap;
    justify-content: stretch;
    align-items: flex-end;
    height: auto;
  }
}

@media (max-width: 767px) {
  .swiper-slide.birthday {
    display: flex;
    flex-flow: column;
  }
}

.swiper-slide.birthday > img {
  width: auto;
  max-width: 60%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .swiper-slide.birthday > img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.swiper-slide.birthday > div {
  position: relative;
  /*width: 50%;*/
  flex-grow: 1;
  height: 100%;
  background-color: #e72a28;
  padding: 30px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  color: white;
}

@media (max-width: 767px) {
  .swiper-slide.birthday > div {
    width: 100%;
    padding: 40px;
  }
}

.swiper-slide.birthday > div > h3 {
  margin-bottom: 20px;
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 30px;
  font-style: normal;
  text-align: center;
}

@media (max-width: 576px) {
  .swiper-slide.birthday > div > h3 {
    margin-bottom: 20px;
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-weight: 500;
    font-size: 22px;
    font-style: normal;
    text-align: center;
  }
}

.swiper-slide.birthday > div > em {
  position: absolute;
  bottom: 40px;
  right: 20px;
}

@media (max-width: 767px) {
  .swiper-slide.birthday > div > em {
    bottom: 25px;
    right: 40px;
  }
}

.upcoming-bday {
  padding: 20px 10px;
}

.upcoming-bday > .list {
  display: flex;
  flex-flow: wrap;
  gap: 1.333%;
}

@media (max-width: 767px) {
  .upcoming-bday > .list {
    flex-flow: wrap;
    justify-content: space-between;
    gap: 4%;
  }
}

.upcoming-bday > .list > div {
  width: 24%;
  height: 300px;
  position: relative;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .upcoming-bday > .list > div {
    width: 48%;
    height: 300px;
    position: relative;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .upcoming-bday > .list > div {
    width: 100%;
    height: 300px;
    position: relative;
    margin-bottom: 20px;
  }
}

.upcoming-bday > .list > div > .date {
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 2px 10px 10px 10px;
  background-color: #e72a28;
  text-align: center;
  color: white;
  border-bottom-right-radius: 15px;
  font-weight: 600;
}

.upcoming-bday > .list > div > .info {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  padding: 5px 15px;
  background-color: rgb(28,33,39);
}

.upcoming-bday > .list > div > .info > a {
  text-decoration: none;
  color: white;
  font-weight: 600;
}

.upcoming-bday > .list > div > .info > a:hover {
  text-decoration: none;
  color: #e72a28;
}

.upcoming-bday > .list > div > .date > span {
  font-size: 24px;
  line-height: 30px;
}

.upcoming-bday > .list > div > .date > h6 {
  margin: 0px 0px;
  line-height: 15px;
}

.upcoming-bday > .list > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.forelayer {
  top: 0;
  right: 0;
  left: 0;
  z-index: 1032;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.65);
  justify-content: center;
  align-items: center;
  display: none;
}

.feedback {
  top: 0;
  right: 0;
  left: 0;
  z-index: 1040;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.65);
  justify-content: center;
  align-items: center;
  display: none;
  flex-direction: column;
}

.feedback > div {
  min-width: 200px;
  max-width: 250px;
  text-align: center;
  padding: 20px;
  background-color: white;
}

.feedback > div > div {
  text-align: center;
  margin: 15px;
  background-color: white;
}

.feedback > div > div > button:last-child {
  margin-right: 0px;
  background-color: #e72a28;
}

.feedback > div > div > button {
  margin-right: 15px;
  min-width: 75px;
  border: none;
  color: white;
  outline: none;
  background-color: #777777;
  padding: 3px 9px;
  border-radius: 5px;
}

.feedback > div > i {
  display: block;
  font-size: 40px;
}

.feedback > div > i.success {
  color: green;
}

.feedback > div > i.error {
  color: red;
}

.feedback > div > span {
  display: block;
  color: #242930;
}

.forelayer > .popup {
  position: relative;
  width: 500px;
  max-height: 80%;
  background-color: white;
  padding: 40px;
  overflow-y: auto;
}

.forelayer > .popup > .close-entry-modal {
  position: absolute;
  top: 0px;
  right: 5px;
  font-size: 30px;
  color: #ed3237;
}

@media (max-width: 575px) {
  .forelayer > .popup {
    position: relative;
    width: 90%;
    background-color: white;
    padding: 40px;
  }
}

.x-form {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.x-form > .full {
  width: 100%;
}

.x-form > .half {
  width: 48%;
}

.x-form > div {
  position: relative;
  margin-bottom: 15px;
}

.x-form > div > .img-list {
  margin-top: 15px;
}

.x-form > div > .img-list > div {
  display: inline-block;
  width: 100px;
  height: 100px;
  position: relative;
}

.x-form > div > .img-list > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.x-form > div > .img-list > div > a {
  position: absolute;
  top: 0px;
  right: 5px;
  color: red;
}

.x-form > div > label {
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 500;
  color: #242930;
}

.x-form > div > sup {
  color: #e72a28;
}

.x-form > div > em {
  position: absolute;
  right: 8px;
  font-size: 12px;
  margin-top: -20px;
  color: #ed3237;
}

.x-form > div > .auto-suggest {
  position: absolute;
  width: 100%;
  margin-top: 5px;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  padding: 5px 0px;
  background-color: white;
  z-index: 1;
}

.x-form > div > .auto-suggest > a {
  padding: 6px 8px;
  border-bottom: 1px solid #eeeeee;
  display: block;
  margin: 0px 6px;
  text-decoration: none;
  color: #242930;
  font-size: 14px;
}

.x-form > div > .auto-suggest > span {
  padding: 6px 15px;
  display: block;
  color: #242930;
  font-size: 14px;
}

.x-form > div > .auto-suggest > a:last-child {
  border-bottom: none;
}

.x-form > div > .auto-suggest > a:hover {
  background-color: rgba(231,42,40,0.74);
  color: white;
}

.full.submit {
  margin-top: 15px;
}

.full.submit > button {
  padding: 12px 20px 12px 20px;
  background-color: #e72a28;
  color: white;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  outline: none;
  border: none;
  width: 100%;
}

.half.submit > button {
  padding: 12px 20px 12px 20px;
  background-color: #e72a28;
  color: white;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  outline: none;
  border: none;
  width: 100%;
}

.full.heading {
  margin-bottom: 20px;
  text-align: center;
}

#label-fi-input > span {
  display: block;
}

#label-fi-input > em {
  display: block;
  font-weight: 400;
  color: #ed3237;
}

#label-fi-input > i {
  font-size: 35px;
  color: #a1a1a1;
}

#label-fi-input {
  display: block;
  text-align: center;
  padding: 25px;
  border: 1px dashed var(--bs-gray-500);
}

#title-suggestions {
  display: none;
}

#artist-suggestions {
  display: none;
}

/* post content preloaders */

.post-content-preloader {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  margin-bottom: 20px;
}

.line {
  width: 100%;
  height: 12px;
  background-color: var(--bs-gray-700);
  border-radius: 4px;
  animation: pulse 1.5s infinite ease-in-out;
}

.line.short {
  width: 60%;
}

@keyframes pulse {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}

.image-preloader {
  width: 100%;
  height: 200px;
  background-color: var(--bs-gray-700);
  border-radius: 8px;
  animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}

/* //slide */

.small-story {
  /*flex: 0 0 33.33%;*/
  min-width: 33.33%;
}

/* .metro .right a, 
.metro .left a {
  cursor: pointer;
  padding: 10px;
  color: #333;
} */

#related-posts > a {
  width: 33.33%;
}

@media (max-width: 576px) {
  #related-posts > a {
    width: 100%;
  }
}

.author-profile {
  display: flex;
  gap: 25px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .author-profile {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .author-profile > .div-img {
    /*text-align: center;*/
  }
}

.author-profile > .div-img > img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  box-shadow: 0 0 0 .25rem rgba(231,42,40,0.2);
}

@media (max-width: 767px) {
  .author-profile > .div-img > img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    box-shadow: 0 0 0 .25rem rgba(231,42,40,0.2);
  }
}

.author-profile > .content {
  max-width: 500px;
  text-align: justify;
}

.contact-section {
  padding: 50px 0px;
}

@media (max-width: 1199px) {
  .contact-section {
    padding: 30px 15px;
  }
}

.privacy-policies > hr {
  margin: 40px 0px;
}

.privacy-policies > ul > li {
  margin: 15px 0px;
}

@media (max-width: 1199px) {
  .about-us-header-section {
    padding: 30px 15px;
  }
}

.about-us-header-section {
  padding: 30px 0px;
  background-color: #fff4f4;
  border-bottom: 3px solid #e72a28;
}

.about-us-header {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  height: 250px;
  justify-content: center;
  padding: 20px;
  text-align: center;
  font-family: "Cardo", serif;
}

.about-us-header > img {
  height: 80px;
  width: 80px;
  margin-bottom: 20px;
}

.about-us-header > h1 {
  margin-bottom: 20px;
}

.about-us-content-section {
  padding: 60px 0px;
}

@media (max-width: 1199px) {
  .about-us-content-section {
    padding: 40px 15px;
  }
}

.about-us-content > p {
  margin-bottom: 40px;
}

.wp-block-image > img {
    max-width: 100%;
}

.wp-block-gallery {
    display: flex;
    flex-flow: wrap;
    gap: 4%
}

.wp-block-gallery > figure {
    width: 48%;
}
.wp-block-gallery > figure > img {
    width: 100%;
}

@media (max-width: 576px) {
.wp-block-gallery > figure {
    width: 100%;
}
}
