/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  .headline .text-title {
    font-size: 1.7rem !important;
  }
  .text-description {
    font-size: 18px !important;
  }
  .text-excerpt {
    font-size: 18px !important;
  }
  .item-title {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .news-detail-page .heading-primary {
    font-size: 2.6em !important;
  }
}

/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (max-width: 1023px) {
  .subtitle-header {
    margin-top: 32px !important;
    width: 100%;
  }
  .tag-subtitle {
    margin-bottom: 0 !important;
  }
  .headline-mobile {
    margin-top: 56px;
  }
}

@media (max-width: 767px) {
  .tag-title {
    font-size: 6.5vw !important;
    margin-bottom: 0 !important;
    line-height: 2 !important;
  }
  .tag-subtitle {
    font-size: 5.5vw !important;
  }
  .news-detail-page .text-content {
    text-align: unset !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .marquee-container {
    margin-top: 24px !important;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .marquee-container {
    margin-top: 24px !important;
  }
}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .tid-content-layout {
    display: block;
  }
  .tid-content-layout > .left,
  .tid-content-layout > .right {
    width: 100%;
  }
}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  .tid-content-layout {
    display: block;
  }
  .tid-content-layout > .left,
  .tid-content-layout > .right {
    width: 100%;
  }
}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  .tid-content-layout {
    display: block;
  }
  .tid-content-layout > .left,
  .tid-content-layout > .right {
    width: 100%;
  }
}

/* new style */


@media (max-width: 575px) {
  h1.heading-primary,
  .text-content h1,
  .text-content h2,
  .text-content h3,
  .text-content h4{
    line-height: 1.5;
  }

  .news-detail-page .heading-primary {
    font-size: 2em;
  }

  .item-title {
    font-size: 18px !important;
  }
}

@media screen and (max-width: 480px) {
  .sosmedwrapper iframe,
  .instagram-media {
    width: 100%;
    min-width: unset;
    max-width: unset;
  }
}
