.site-branding {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  
}
.site-header{
    background-color: transparent;
}

img.thumbnail-img {
  width: 100%;
  height: auto;
}

.site-branding a {
  display: flex;
}

.site-branding img {
  max-height: 74px;
}

.primary-menu-container {
  background: var(--theme-primary);
  padding: 15px;
  margin-bottom: 25px;
}

.primary-menu-container a {
  color: var(--white);
  text-decoration: none;
  font-size: var(--font-size-m);
}

.primary-menu-container ul {
  margin: 0;
  padding: 0;
}

.primary-menu-container ul li {
  padding: 0 15px;
  border-left: 1px solid var(--white);
  border-bottom: 0;
}

.primary-menu-container ul li:last-child {
  border-left: 0;
}

.section-title {
  margin-bottom: 20px;
  border-bottom: 4px solid #d9d9d9;
}

.section-title h2 {
  padding: 0;
  margin: 0;
}

.section-title h2 a span,
.more-news-section .section-title h2 span,
.latest-news-section .section-title h2 span,
.single-category .section-title h2 span {
  border-bottom: 4px solid red;
  margin: 0;
  padding-bottom: 4px;
  display: inline-block;
  background: #fffdfd;
  position: relative;
  top: 4px;
}

.featured-news {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .featured-news-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    text-decoration: none;
  }
  .featured-news-container .featured-image-box {
    flex-shrink: 0;
    width: 100px;
  }
  .featured-news,
  h4 {
    font-size: 16px;
  }

  .single-post h1{
    margin: 15px 0;
  }
  .heading-margin {
    /* margin-bottom: 1.75rem; */
    font-size: 18px;
  }
  .featured-news{
    margin-bottom: 0;
  }

  .featured-image-box .date_section, .featured-news-2 .date_section, .featured-news .date_section{
    margin-bottom: 1rem;
  }

  .separater-line {
    display: none;
  }
  .category-large-section h1 {
    font-size: 18px;
  }
  .site-main h1 {
    font-size: 22px !important;
  }
  .row h3 {
    font-size: 16px;
  }
  .category-large-section {
    margin-bottom: 35px !important;
  }
  .post-content p {
    font-size: 16px !important;
  }
  .links-section ul li a {
    font-size: 14px !important;
  }

}

.latest-news-section .featured-news {
  margin-bottom: 0;
}

.featured-news h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 65px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.featured-news-2 h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 90px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.featured-news h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 65px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.featured-news-2 p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 68px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: var(--font-size-s);
  margin-bottom: 10px;
}


.latest-news-section .featured-news-2 p{
    margin-bottom: 0px;

}

.featured-news a,
.featured-news a:visited,
.featured-news a:hover,
.featured-news-2 a,
.featured-news-2 a:visited,
.featured-news-2 a:hover,
.single-category a,
.single-category a:visited,
.single-category a:hover,
.section-title a,
.section-title a:visited,
.section-title a:hover {
  color: var(--black);
}

.featured-news p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 68px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: var(--font-size-s);
  margin-top: 10px;
}

.more-news-section .featured-news p {
  margin: 0;
}

.featured-news img {
  width: 100%;
  height: auto;
}

.separater-line {
  height: 1px;
  background: #b2b0b0;
  margin: 20px 0;
}

.site-footer {
  background-color: var(--theme-primary);

  padding: 40px;
}

.links-section ul,
.social-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.links-section ul li a {
  color: var(--white);
  text-decoration: none;
  font-size: var(--font-size-m);
}

.links-section ul li {
  padding: 0 15px;
  border-left: 1px solid var(--white);
}

.links-section ul li:last-child {
  border-left: 0;
}

.social-section img {
  width: auto;
  height: 24px;
  margin: 25px;
}

.copyright-section {
  display: flex;
  align-items: center;
  justify-content: center;
}

.copyright-section p {
  color: var(--white);
  font-size: var(--font-size-s);
  font-family: sans-serif;
}

.featured-image img {
  min-width: 100%;
  height: auto;
}

.date-share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}

.date_section {
  display: flex;
  color: #545658;
  font-size: 16px;
}

.date_section img {
  width: auto;
  margin-left: 10px;
  height: 20px;
}

.single-post .date-section{
  color: #404040;
}

.share-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.share-section ul li {
  padding: 0 15px;
  border-left: 1px solid var(--black);
}

.share-section ul li:last-child {
  border-left: 0;
}

.share-section img {
  width: 20px;
  height: 20px;
}

.share-section ul li a {
  display: flex;
}

.category-large-section img,
.category-small-section img {
  width: 100%;
  height: auto;
}

.category-large-section p {
  font-size: var(--font-size-m);
}

.category-large-section,
.category-small-section {
  margin-bottom: 15px;
}
nav.navigation.pagination {
  margin-bottom: 50px;
}

nav.navigation.pagination a {
  padding: 5px 15px;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
}

nav.navigation.pagination .current {
  padding: 5px 15px;
  background-color: var(--theme-primary);
  color: var(--white);
  border-radius: 5px;
}

.menu-toggle-wrapper {
  display: none;
}

img.menu-toggle {
  height: 26px;
  display: block;
}
img.menu-toggle:hover {
  cursor: pointer;
}

.featured-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  width: 100%;
}
.featured-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.featured-image-box {
  position: relative;
}

.featured-image-box .play-icon {
  position: absolute;
  bottom: 0;
  left: 0;
}

.featured-image-box .play-icon img {
  width: 30px;
}

.large-play .play-icon img {
  width: 50px;
}
.wpcf7 {
  margin-bottom: 50px;
}
.wpcf7 label {
  font-family: sans-serif;
  font-size: 16px;
}

.wpcf7-submit {
  font-family: sans-serif;
  background-color: var(--theme-primary) !important;
  color: var(--white) !important;
  border: 0 !important;
  padding: 10px 40px !important;
}

.page-title {
  text-align: center;
}

.menu-toggle-wrapper,
.logo-wrapper,
.header-add-desktop,
.header-date,
.live-icon {
  flex: 1;
}

.header-date, .live-icon {
  text-align: left;
}

.live-icon{
    display: none;
    justify-content: end;
    align-items: center;
}
.header-date {
    display: block;
}

.logo-wrapper {
  display: flex;
  justify-content: flex-start;
}
.live-icon img {
    height: 38px;
}

.header-links{
    display: none;
    padding-bottom: 10px;
}

@media screen and (max-width: 1080px) {
  .primary-menu-container {
    display: none;
  }
  .category-large-section h1 {
    font-size: 26px;
  }
  .category-small-section h3 {
    font-size: 18px;
  }
  .site-main h1 {
    font-size: 26px;
  }
  .toggled .primary-menu-container {
    display: block;
  }
  .header-add-desktop {
    display: none;
  }

  .post-content p {
    font-size: 22px;
  }
  .featured-news p {
    display: none;
  }

  .more-news-section .featured-news p {
    display: block;
  }

  .menu-toggle-wrapper {
    display: flex;
  }

  .primary-menu-container ul li {
    border-left: 0;
    border-bottom: 1px solid var(--white);
    padding: 5px 15px;
  }
  .primary-menu-container ul li:last-child {
    border-left: 0;
    border-bottom: 0;
  }

  .logo-wrapper {
    justify-content: center;
  }

  .site-header{
    background-color: var(--theme-primary);
  }
  .header-date {
       display: none;
    }

    .live-icon{
        display: flex;
        
    }

    .header-links{
        display: block;
    }
}

@media screen and (max-width: 767px) {

  .links-section ul li{
    padding: 0 12px;
  }
  .site-footer{
    padding: 40px 20px;
  }
  .site-branding img{
    max-height: 54px;
  }
}