body{
    padding-top: 103px;
    background: #F6E3D6;
}


h1, h2, h3, h4, h5, h6, a, p{
  font-family: var(--font-family-heading);
  color: #6D4742;
}

.header_wrap header{
  border-bottom: 1px solid #DDD4CF;
  background-color: #F6E3D6;
}

.media_news_sec{
  background-color: #F6E3D6;
}

.logo_text a svg * {
  fill: var(--color-dark1);
}

.header_wrap .nav_links_sec ul li a{
  color: var(--color-dark1);
}

.news_sec{
    background: #F6E3D6;
}

.news_tab {
    display: none;
  }


.news_tab_changer{
  padding: 5px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 75px;
    border-top: 1px solid rgba(84, 74, 67, 0.4);
    border-bottom: 1px solid rgba(84, 74, 67, 0.4);
}

.news_tab_changer button{
   background: none;
   outline: none;
   border: none;
   color: #6D4742;
    font-family: var(--fm-montserrat);
    font-size:var(--font-size-normal);
    font-style: normal;
    font-weight: var(--font-weight-normal);
    line-height: var(--line-height-copyright);
    text-transform: capitalize;
    cursor: pointer;
}

.news_tab_changer button.news_active{
  color: #EC744A;
}

.tab_content{
  background-color: #F2DDCE;
}

.tab_content .container{
  padding: 55px 90px 125px;
}

.news_grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 45px;
  row-gap: 55px;
}

.news_title{
  padding-top: 15px;
}

.news_title span, .detail_title span{
  color: #6D4742;
font-family: var(--fm-montserrat);
font-size: var(--font-size-xxs);
font-style: normal;
font-weight: var(--font-weight-medium);
line-height: 40px;
letter-spacing: var(--letter-spacing-xxl);
}


.news_title h3{
  color: #EC744A;
  font-family: var(--font-family-heading);
  font-size: 19px;
  font-style: normal;
  font-weight: var(--font-weight-normal);
  line-height: 28px; 
  letter-spacing: -0.38px;
  padding: 7px 0 15px;
}




.news_title p{
  color: #6D4742;
  font-family: var(--font-family-heading);
font-size: var(--font-size-xs);
font-style: normal;
font-weight: var(--font-weight-normal);
line-height: var(--line-height-values-p);
letter-spacing: -0.28px;
}



/* detail page  */

.detail_content{
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
}

.news_articles{
  text-align: center;
}
.detail_title h1{
  color: #EC744A;
text-align: center;
font-family: var(--font-family-heading);
font-size: var(--font-size-result-li);
font-style: normal;
font-weight: var(--font-weight-normal);
line-height: 40px; 
letter-spacing: -0.72px;
padding-bottom: 25px;
}


.single-news .detail_content h3{
  padding-bottom: 20px;
}

.detail_content h3, .detail_content h4{
    color: #6D4742;
    text-align: center;
    font-family: var(--font-family-heading);
    line-height: normal;
    font-style: normal;
    font-weight: var(--font-weight-normal);
}

.news_articles p{
  color: #6D4742;
  text-align: center;
  font-family: var(--font-family-heading);
  font-size: 19px;
  font-style: normal;
  font-weight: var(--font-weight-normal);
  line-height: var(--line-height-copyright);
  letter-spacing: -0.38px;
}
.tab_content .news_articles p{
  font-size: 14px;
  line-height: 25px;
  text-align: left;
}
.tab_content  .news_title h3{
  text-align: left;

}
.news_title span {
  display: block;
  text-align: left;
}

.detail_feature_img{
  padding: 35px 0;
}

.detail_content span, .detail_content p, .detail_content a{
  color: #6D4742;
  font-family: var(--font-family-heading);
font-size: var(--font-size-md);
font-style: normal;
font-weight: var(--font-weight-normal);
line-height: var(--line-height-copyright);
letter-spacing: -0.32px;
padding-bottom: 35px;
display: block;
}

.detail_content a{
  padding: 0;
}

.news_articles .detail_content p:last-child{
  padding-bottom: 15px;
}

.content_img ul{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px;
  padding-bottom: 35px;
}

.you_tube_link p{
  padding-bottom: 15px;
}

.you_tube_link a{
  text-decoration: underline;
  padding-bottom: 0;
}

.year_filter_wrap{
  display: none;
}


/* privacy pages css */

.page-id-1088 .detail_content p, .page-id-1086 .detail_content p, .page-id-1092 .detail_content p, .page-id-1090 .detail_content p{
  text-align: left;
}

.page-id-1088 .detail_content a, .page-id-1086 .detail_content a, .page-id-1092 .detail_content a, .page-id-1090 .detail_content a{
 text-decoration: underline;
 display: inline-block;
}

.page-id-1088 .detail_content ul li, .page-id-1086 .detail_content ul li, .page-id-1092 .detail_content ul li, .page-id-1090 .detail_content ul li{
text-align: left;
padding-bottom: 35px;
color: #6D4742;
list-style: disc;
/* list-style-position: inside; */
}

.page-id-1088 .detail_content ul, .page-id-1086 .detail_content ul, .page-id-1092 .detail_content ul, .page-id-1090 .detail_content ul{
  padding-left: 30px;
}

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

  .news_tab_changer{
    column-gap: 40px;
  }
/* 
  .news_tab_changer button{
    min-width: 30%;
  } */


  /* .news_tab_changer{
    display: none;
  } */

  .tab_content .container{
    padding: 55px 15px;
  }

  .news_grid{
    grid-template-columns: repeat(1, 1fr);
  }

  .select_year_filter{
    position: relative;
}

.year_filter_wrap{
    display: block;
    position: fixed;
    top: 50%;
    right: 15px;
    z-index: 99;
}

.dropdown-content{
    display: none;
}

.show_years{
    display: block;
}
.select_year_filter .dropbtn{
    color: #F8ECE4;
    text-align: center;
    font-family: var(--fm-montserrat);
    font-size: 12px;
    font-style: normal;
    font-weight: var(--font-weight-bold);
    line-height: normal;
    letter-spacing: 0.84px;
    border-radius: 40px;
    background: #6A5453;
    padding: 10px 13px;
    display: block;
    border: none;
    outline: none;
    min-width: 130px;
    width: 100%;
    text-transform: uppercase;
}

.dropdown-content{
    border-radius: 20px;
    background: #FFF1E7;
    box-shadow: -3px 4px 5px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 13px;
    position: absolute;
    bottom: 100%;
    width: 100%;
    padding: 15px 20px;
    min-width: 152px;
    right: 0;
}


.dropdown-content li a{
    color: #6A5350;
    text-align: left;
    font-family: var(--fm-montserrat);
    font-size: 20px;
    font-style: normal;
    font-weight: var(--font-weight-normal);
    line-height: 42px;
    letter-spacing: -0.8px;
}
}