@media (max-width: 915px) {
  .links--image:nth-child(7) {
    display: none;
  }
}

@media (max-width: 830px) {
  .links--image:nth-child(6) {
    display: none;
  }
}

@media (max-width: 768px) {
  .article__social-share {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }

  nav.header__nav {
    overflow-x: scroll;
  }

  .container .tf-lhs-col {
    margin-right: 0 !important;
  }

  .container {
    padding-top: 30px;
    justify-content: center;
  }

  .tf-rhs-col,
  .brandbar,
  .header-container--content {
    display: none;
  }
}

.live__text p {
  font-size: 16px;
}

.live__text p a {
  font-family: "proximanova-bold", sans-serif;
  font-weight: bold;
}

.live__text img {
  display: block;
  max-width: 700px;
  width: 100%;
  margin: 20px auto;
}

a.mlink {
  font-weight: bold;
  font-family: "proximanova-bold";
  color: #a1caff;
  text-decoration: underline;
}

h1 {
  font-size: 3rem;
  line-height: 1.2;
}

@media (max-width: 768px) {
  h1 {
    font-size: 2.2rem;
    line-height: 1.2;
  }
}

img {
  width: 100%;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}

@media (max-width: 1020px) {
  nav.header__nav {
    overflow-x: scroll;
  }

  .footer--rhs {
    display: none;
  }

  .header__nav ul {
    text-align: justify;
    padding: 0 8px;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.brandbar__links {
  padding-left: 10px;
}

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

  .container .tf-lhs-col {
    width: 100%;
  }
}

@media (max-width: 1020px) {
  .qwe {
    width: 100%;
  }

  .container .tf-rhs-col {
    width: 100% !important;
  }
}

.live__text a {
  font-weight: bold;
}

p.underimg {
  font-style: italic;
  width: 100%;
  text-align: center;
}

a.mlink {
  font-weight: bold;
  color: #dd1e26 !important;
}

.qwe {
  padding-left: 15px;
  border-left: 2px solid #ccc;
  font-style: italic;
}

.billions {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.3em;
}

.billions img {
  flex: 1 0 auto;
}

.fb-post {
  width: 100%;
  padding: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dddfe2;
  border-radius: 3px;
  font: 400 14px / 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fb-comment__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  margin: 10px 0;
}

.fb-comment__avatar {
  height: 32px;
  width: max-content !important;
  min-width: 32px;
  margin-right: 8px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 0 !important;
}

.btn_comm {
  width: 100%;
}

.fb-comment__text {
  /* max-width: 440px; */
  width: 100%;
  margin: 0;
  padding: 8px 10px;
  color: #1d2129;
  background-color: #f2f3f5;
  border-radius: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.fb-comment__text-input {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.comment-block-input__input {
  border: none;
  outline: none;
  background-color: inherit;
  flex: 0 1 70%;
}

.comment-block-input__button {
  border: none;
  font-weight: 500;
  float: right;
  cursor: pointer;
  color: #365899;
  padding: 10px;
}

.fb-comment__sort {
  color: #365899;
  cursor: pointer;
  margin: 10px 0;
}

.fb-comment__sort span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-position: -408px -270px;
  background-repeat: no-repeat;
}

.fb-comment__avatar {
  height: 32px;
  min-width: 32px;
  margin-right: 8px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 0 !important;
}

.fb-comment__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.fb-comment__text {
  /* max-width: 440px; */
  width: 100%;
  margin: 0;
  padding: 8px 10px;
  color: #1d2129;
  background-color: #f2f3f5;
  border-radius: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.fb-comment__author {
  font-weight: 600;
  color: #365899;
  text-decoration: none;
}

.fb-comment__text a {
  color: #163860;
  cursor: pointer;
  transition: color 0.3s ease-in;
}

.fb-comment__like {
  position: absolute;
  bottom: 5;
  right: 0;
  height: 20px;
  width: 44px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  color: #8d949e;
  font-size: 11px;
  font-weight: normal;
  padding: 2px 1px 2px 2px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fb-comment__like img {
  height: 18px;
  width: 18px;
  display: inline-block;
  margin-right: 3px;
  padding: 0 !important;
}

a img {
  border: none;
}

.fb-comment__react {
  text-decoration: none;
  color: #365899;
}

.fb-comment__react:after {
  content: "·";
  color: #606770;
  padding: 3px;
}

.fb-comment__posted {
  color: #606770;
}

.fb-comment__answer {
  display: flex;
  margin-top: 1.4rem;
}

@media (max-width: 1020px) {
  .newsletter-subscription {
    display: none;
  }

  .podcasts-widget__footer {
    display: flex;
    justify-content: center;

    > a {
      width: 50%;
    }
  }

  .lotto__btn {
    display: flex;
    justify-content: center;

    > a {
      width: 50%;
    }
  }

  .featured-category__read-more,
  .traffic-widget__btn {
    width: 50%;
  }

  .podcasts-widget--slider {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
}

h2 {
  font-weight: bold;
  font-family: "proximanova-bold";
  font-size: 2.3rem;
  line-height: 1.3;
}
