@media (max-width: 959px) {
  .content-area {
    padding: 0 5px;
  }
  /* .main-navigation > div > div {
    margin-right: 35px;
  } */

  .breaking__news--title {
    font-size: 50px;
  }

  .breaking__news p {
    padding: 0 5px;
    font-size: 16px;
    line-height: 1.6;
  }
  .australia__news .news__tab {
    position: relative;
    margin: 0;
    margin-top: 10px;
    top: 0;
  }
  .australia__news .content {
    margin-top: 30px !important;
  }
  .photo__gallery {
    padding-bottom: 50px;
  }
  .video__section iframe {
    width: 100%;
    height: 350px;
  }
  .video__section .autoflow {
    margin-top: 30px;
  }
  .site-footer .big-section {
    padding: 25px 0;
  }
  .photo__gallery .thumbnail img {
    height: 150px;
  }

  .special__news .special__news__bg {
    margin-left: 30px;
    margin-top: 0;
  }
  .special__news .special__side__news {
    padding: 30px;
    padding-left: 0;
  }
  .top__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .site-header .gam-npad-position-wrap > div {
    margin-top: 0;
  }

  .main-navigation .menu-main-menu-container {
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 20px;
  }

  .main-navigation
    > div
    > div
    > div
    > ul
    > li.menu-item-has-children
    > a::after {
    display: none;
  }
  .main-navigation > div > div > div > ul > li.menu-item-has-children > a {
    padding-right: 0;
  }
  .main-navigation > div > div > div > ul > li:hover > ul {
    opacity: 0;
    top: 120%;
    visibility: hidden;
    -webkit-transition: 0.4s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
    -o-transition: 0.4s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
    transition: 0.4s cubic-bezier(0.55, -0.01, 0.19, 0.98) 0s;
  }

  .podcast__wrapper {
    display: flex;
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .desktop-view {
    display: block;
  }

  .mobile-view {
    display: none;
  }
}
@media (max-width: 768px) {
  .mobile-view {
    display: block;
  }

  .desktop-view {
    display: none;
  }
  .news__row__wrapper .col__wrapper:first-child {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .news__row__wrapper .col__wrapper:last-child {
    width: 100%;
  }
}

@media (max-width: 639px) {
  .cat-name {
    font-size: 30px;
  }
  .breaking__news--title {
    font-size: 45px;
    margin-bottom: 10px;
  }
  .australia__news .news__post img {
    height: auto;
  }

  .big-news .news__title--large {
    font-size: 25px;
  }
  .australia__special .overlay__section .overlay__txt,
  .special__section .overlay__section .overlay__txt {
    position: relative;
    padding-top: 10px;
    pointer-events: auto;
  }
  .australia__special .overlay__section .overlay__txt .content,
  .special__section .overlay__section .overlay__txt .content {
    width: 100%;
  }
  .australia__special .overlay__section .overlay__txt::after,
  .special__section .overlay__section .overlay__txt::after {
    background: #fff;
  }
  .overlay__section .overlay__txt h2,
  .news__title,
  .special__section .overlay__txt h2 {
    font-size: 25px !important;
  }
  .australia__special .overlay__section .overlay__txt h2 a,
  .overlay__section .overlay__txt .news--author,
  .australia__special .overlay__section .overlay__txt .news--author a,
  .australia__special .overlay__section .overlay__txt .news--author span,
  .special__section .overlay__section .overlay__txt h2 a,
  .special__section .overlay__section .overlay__txt .news--author a,
  .special__section .overlay__section .overlay__txt .news--author span {
    color: #333;
  }

  .photo__gallery .photo img {
    height: 300px;
  }
  .content__wrapper {
    margin-top: 30px;
  }

  .overlay__row .col__wrapper:last-child,
  .overlay__row .col__wrapper:nth-child(2) {
    width: 100%;
    margin-top: 40px;
  }
  .overlay__row .col__wrapper:nth-child(2) {
    padding-right: 0;
  }
  .overlay__row .col__wrapper:last-child {
    padding-left: 0;
  }
  /* .breaking__news {
    padding: 20px;
  } */
  /* .site-header .custom-logo {
    max-width: 200px;
    padding: 20px 0;
  } */
  .grid .column {
    grid-column: span 12;
  }
  #st-1 .st-btn {
    display: inline-block !important;
    width: auto;
    margin-bottom: 0;
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .sticky .news--author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0;
    margin: 15px 0;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin-top: 0;
  }
  .sticky .news--author img {
    width: 40px;
    height: 40px;
    margin: 0;
    margin-right: 10px;
  }
  .post__time {
    margin: 0;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #eee;
  }
  .comment-reply-title {
    font-size: 22px;
  }
  .comment-reply-title #cancel-comment-reply-link {
    font-size: 18px;
  }
  .comment-respond form p:nth-child(3),
  .comment-respond form p:nth-child(4),
  .comment-respond form p:nth-child(5) {
    grid-column: span 12;
  }
  .section-margin {
    margin-top: 30px;
  }
  .video__section {
    padding: 30px 0;
  }
  .page-numbers.next,
  .page-numbers.prev {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .news__post > a {
    height: auto;
  }

  .subtitle {
    font-size: 19px;
  }

  .video__section .section-heading span {
    background: -o-linear-gradient(#cdae29, #c0a42a);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#d4b428),
      to(#ccae29)
    );
    background: -o-linear-gradient(#d4b428, #ccae29);
    background: linear-gradient(#d4b428, #ccae29);
    color: #fff;
  }

  .photo__gallery .thumbnail img {
    height: 100px;
  }

  .podcast__wrapper{
    flex-direction: column;
  }
}

@media (max-width: 563px) {
  .site-header > div > div {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .top-header-right {
    margin-top: 15px;
    text-align: center;
  }

  .site-header .custom-logo {
    max-width: 150px;
    padding-top: 10px;
  }
  .site-branding .today__date {
    position: absolute;
    top: 13px;
    left: 43px;
  }
  .site-branding .logo__txt span {
    color: #666161;
    font-size: 12px;
    font-weight: 600;
    font-style: italic;
  }
  .site-branding .logo__txt {
    position: absolute;
    bottom: -5px;
    right: -122px;
  }
  .site-branding .today__date span {
    color: #666161;
    font-size: 12px;
    font-weight: 500;
  }
}
