/*
Theme Name: TrendnDailyToday
*/
/* Reset css */
body{ -webkit-text-size-adjust: 100%; }
*{margin:0;padding:0;box-sizing:border-box}
body,html{height:100%;-webkit-text-size-adjust:100%;word-break:break-word;vertical-align:baseline}
a{text-decoration:none;color:inherit;font: inherit;}
button{color: inherit;font: inherit;outline: 0;cursor: pointer;border: 0;box-shadow: 0;background: none;}
input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
a,abbr,acronym,address,applet,big,blockquote,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}
ol,ul,li{list-style:none}
table{border-collapse:separate;border-spacing:0}
caption,td,th{text-align:left;}
img{width: 100%;}
textarea:focus, input:focus{ outline: none; }
select{-webkit-appearance: none; -moz-appearance: none;}
.blog-content ul li, .blog-content ol li {
color: #445566;
}
body,
input,
button,
textarea,
h1,
p {
  font-family: 'Nunito', sans-serif;
}
html{
  background: #F0F0F0;
}
@-ms-viewport { width: device-width; }


/* header-footer section */
.container {
  margin: 0 auto;
  max-width: 1200px;
  margin: 0 auto;
}
.top-section {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 20px;
}
.header-section {
  padding: 0;
  max-width: none;
  margin: 0;
  width: auto;
  display: block;
  position: static;
}
span.b_slash {
  display: inline-block;
  flex-direction: row;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 60%;
  margin: 0 4px;
}
.menu-header-menu-container{
  width: 100%;
}
#navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
}

#navigation .logo {
  position: absolute;
  left: 20px;
  top: 21px;
  width: 170px;
  height: auto;
}

#navigation .hamburger {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  position: absolute;
  top: 19px;
  right: 20px;
  z-index: 1000;
}

#navigation .hamburger span:nth-child(2) {
  margin: 4px auto;
}

#navigation .hamburger span {
  width: 20px;
  height: 2.18px;
  background-color: #1C3434;
  transition: all 0.3s ease;
  border-radius: 5px;
}

#navigation .hamburger.open span:nth-child(1) {
  transform: rotate(45deg);
  position: relative;
  top: 5px;
}

#navigation .hamburger.open span:nth-child(2) {
  opacity: 0;
}

#navigation .hamburger.open span:nth-child(3) {
  transform: rotate(-45deg);
  position: relative;
  top: -8px;
}

#navigation ul.menu-left {
  position: absolute;
  margin-right: 0;
  display: block;
  width: 100%;
  background-color: #F2F2F2;
  left: 0;
  margin-top: 0;
  box-shadow: 0 3px 30px hsla(0, 0%, 0%, .1);
  overflow: hidden;
  transition: all .3s ease-out;
  z-index: 10;
  max-height: 0;
  top: 45px;
}

#navigation ul.menu-left li {
  display: flex;
  position: relative;
  transition: color .35s ease;
  color: #456;
  justify-content: center;
  list-style: none;
  text-align: center;
  padding: 0 21px;
  margin: 0;
}

#navigation .menu-left li a {
  color: #000;
  text-align: center;
  text-decoration: none;
  padding: .5em 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 16px;
}

#navigation .menu-left li:last-child {
  border: 0;
}

#navigation ul.menu-left.collapse {
  max-height: 15em;
}

/* artical section */

.category-posts .top-two-posts{
  max-width: none;
  display: flex;
  column-gap: 20px;
  row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.category-posts .top-two-posts .top-reads-box.dp-parent {
  max-width: 275px;
}

.category-posts .post-section {
  flex-direction: column;
}

.category-posts .post-thumb {
  max-width: 100%;
  min-height: 150px;
  margin-bottom: 15px;
}

.category-posts .post-thumb img {
  width: 100%;
  height: 100%;
}

.category-posts h1 {
  text-align: center;
}
/* footer section */
/* footer section */
.footer {
  background: #16404E;
  padding: 16px 6px 20px;
}  
.footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.footer ul li {
  list-style: none;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 26px;
}
.footer ul li a {
  color: inherit;
  text-decoration: none;
}
.footer ul li::after {
  content: "|";
  margin: 0 5px;
  color: #fff;
  font-size: inherit;
  font-family: inherit;
}
.footer ul li:last-child::after {
  display: none;
}
/* header-footer section end */

/* legel pages common */
.legal-content-container{
  border-radius: 20px;
  background: #fff;
  padding: 80px 40px;
  max-width: 1200px;
  margin: 0 auto 80px;
}
.content-wrapper {
  padding: 20px 16px 40px;
  min-height: 100vh;
}
.page-title {
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  margin: 39px 0 40px 0;
  color: #00A6E3;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.articlebanner{
  max-width: 1200px;
  margin: 0 auto;
}
.blog-image{
  max-height: none;
  border-radius: 20px;
  position: relative;
  background: transparent;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  padding: 0;
  border-radius: 24px;
  row-gap: 20px;
  width: 100%;
}
.article-banner{
  max-width: none;
  height: 400px;
  border-radius: 40px;
  overflow: hidden;
  width: 100%;
}
.top-header-section {
  padding: 0 25px 25px;
}
.top-two-posts figure, .wp-block-image img{
  display: none;
}
.blog-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-post-wrapper {
  column-gap: 40px;
  display: flex;
  padding: 16px;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 90%;
  margin: -80px auto 0;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  position: relative;
}

.top-two-posts {
  color: #6B6B6B;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 26.992px */
  width: 100%;
}
.top-two-posts p{
  margin-bottom: 30px;

}
.top-two-posts h1,.top-two-posts h2,.top-two-posts h3{
  font-weight: 700;
  color: #000;
  font-size: 20px;
}
.top-two-posts ul{
  list-style: disc;
  margin: 0 0 30px 25px;
  padding: 0;
}
.top-two-posts ul li{
  
  list-style-type: disc;
}
.tp-article-list{
  width: 100%;
  background: #FFFFFF;
  padding: 80px 20px 80px;
}
.tp-article-list h2{
  position: relative;
  display: flex;
  justify-content: left;
  width: 100%;
  color: #1C3434;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  max-width: 1200px;
  margin: 0 auto;
}
.tp-article-list h2 div{
  flex: none;
}
.featured-post-section {
  display: flex;
  border-bottom: 1px solid #F1F2F4;
  padding: 20px 0;
  cursor: pointer;
}

.featured-post-section:first-child {
  padding-top: 0;
}

.featured-post-section:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.post-section {
  display: flex;
  column-gap: 20px;
}

.post-thumb {
  max-width: 160px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
}
.post-thumb img {
    width: 100%;
    height: 80px;
    object-fit: cover;
}

.post-section .post-content h3 {
  color: #344756;
  
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 5px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.post-content {
  width: 100%;
}

.post-content div {
  color: #000;  
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-content div span{
  color: #00A6E3;
}
.page-title {
  font-size: 30px;
  line-height: normal;
  font-style: normal;
  text-align: center;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000000;
  font-style: normal;
  font-weight: 600;
   /* 111.111% */
}
.category-posts .page-title {
  text-align: center;
  margin-bottom: 40px;
  color: #013C5A;
  font-weight: 700;
}
.category-posts .top-header-section{
  position: static;
  padding: 0 20px 0;
}
.blog-breadcrumbs {
  margin: 0 0 34px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.blog-breadcrumbs .current {
  color: #5B7981;
}

    /* slider */
    #trending-posts {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      column-gap: 20px;
      row-gap: 20px;
      justify-content: center;
      max-width: 1200px;
      margin: 40px auto 0;
    }

    .trending-section {
      margin-top: 80px;
    }

    .trending-post-title {
      color: #344756;
      font-family: "Public Sans";
      font-size: 12px;
      font-style: normal;
      font-weight: 900;
      line-height: normal;
      text-transform: uppercase;
      margin-top: 20px;
    }

    .trending-post-copy {
      color: #344756;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 23px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .trending-post-copy figure{
      display: none;
    }

    .trnding-content {
      width: 100%;
      display: flex;
      border-radius: 20px;
      background: #fff;
      flex-direction: column;
    }

    .trnding-content img {
      width: 100%;
      height: 160px;
      display: flex;
      margin: 0;
      object-fit: cover;
      border-radius: 10px;
      cursor: pointer;
      transition: .25s ease-in-out;
    }
    .trnding-content h4 {
      /* 125% */
      color: #000;
      font-family: Nunito;
      font-size: 24px;
      font-style: normal;
      font-weight: 600;
      line-height: 35px; /* 125% */
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      margin: 12px 0 0;
    }
    
    .trending-content-inner span {
     color: #5B7981;
     font-family: Nunito;
     font-size: 20px;
     font-style: normal;
     font-weight: 700;
     line-height: normal;
     display: block;
     margin: 24px 0 0;
    }
    .trending-content-inner img {
      width: 16px;
      height: 16px;
      align-self: end;
      margin-right: 10px;
    }
    
    .trending-content-inner {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      margin-top: 12px;
    }
    
    .control-prev-btn {
      position: absolute;
      top: 29%;
      left: 0;
      background-color: transparent;
      height: auto;
      line-height: normal;
      width: 44px;
      text-align: center;
      box-shadow: 0;
      user-select: none;
      color: #444;
      cursor: pointer;
    }

    .control-next-btn {
      position: absolute;
      top: 29%;
      right: 0;
      background-color: transparent;
      height: auto;
      line-height: normal;
      width: 44px;
      text-align: center;
      box-shadow: 0;
      user-select: none;
      color: #444;
      cursor: pointer;
    }

    .control-next-btn img,
    .control-prev-btn img {
      width: 100%;
    }

    
.slide {
  position: relative;
  margin: 0;
  max-width: 386px;
  min-height: 259px;
  background: #FFF;
  padding: 20px 20px 40px;
  width: 100%;
  border-radius: 20px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
}
.slide:first-child{
}
.slide:first-child .trnding-content{
}
.slide:first-child .trnding-content h4{
}
.slide:first-child .trending-post-copy{
}
.slide:first-child .trending-content-inner span{
}
.slider::-webkit-scrollbar {
  height: 5px;
  width: 150px;
  display: none;
}

.slider::-webkit-scrollbar-track {
  background: transparent;
}

.slider::-webkit-scrollbar-thumb {
  background: #888;
}

.slider::-webkit-scrollbar-thumb:hover {
  background: #555;
}


    /* slider end */
    


@media screen and (min-width: 921px) {
  a.featured-post-section:hover,a.latest-featured-post:hover,.featured-post-section:hover,a.slide:hover{
    text-decoration: underline;
    color: inherit;
  }
  .blog-image{
    padding: 0;
    row-gap: 48px;
    flex-direction: column-reverse;
  }
  .top-header-section {
    padding: 0;
    width: 96%;
  }
  /* header-footer section */
  #navigation .logo {
    width: 257px;
    top: 58px;
    left: 0;
  }

  #navigation .hamburger {
    display: none;
  }

  #navigation ul.menu-left {
    display: flex;
    padding: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
    max-width: 471px;
    position: unset;
    min-height: 56px;
    transition: none;
    border-radius: 50px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    margin: 0 auto;
  }

  #navigation .menu-left li a {
    color: #1C3434;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-decoration: none;
    padding: 0;
  }

  #navigation  .menu-left li a:hover {
    text-decoration: underline;
    color: inherit;
  }
  
  #navigation ul.menu-left li:last-child{
      padding-right: 0;
  }
  
  #navigation ul.menu-left li:first-child{
      padding-left: 0;
  }
  #navigation {
    padding: 41px 0 80px;
    position: relative;
  }
  /* footer section */
  .footer {
    padding: 32px 84px;
  }
  .footer ul li {
    font-size: 15px;
    line-height: normal;
    font-weight: 500;
  }
  .footer ul li:hover {
    text-decoration: underline;
  }
  /* header-footer section ends */

  /* legal pages common */
  .category-posts{
    margin-bottom: 40px;
  }
  .content-wrapper {
    padding: 0 20px 80px;
  }    
  .page-title {
    font-size: 48px;
    line-height: 60px;
    margin: 0;
  }   
  .category-posts  .page-title{
    padding-top: 0;
    
  }
  .lp-post-wrapper{
    padding: 40px;
  }
  .category-posts .lp-post-wrapper{
    margin: 0 auto;
    width: 100%;
  }
  .tp-article-list h2{
    font-size: 48px;
    line-height: 56px;
  }
}
@media screen and (max-width: 1170px) {
  body #navigation .logo{
      width: 170px;
  }
}
@media screen and (max-width:920px) {
  .top-section{
    min-height: auto;
  }
  .blog-breadcrumbs{
    margin-top: 0px;
  }
  .slider {
    flex-direction: column;
  }
  .trnding-content{
    max-width: none;
  }
  .top-header-section{
    text-align: center;
    padding: 0;
}

.article-banner {
    height: 340px;
    max-width: 100%;
    border-radius: 24px;
}
  .trnding-content h4{
    font-size: 20px;
    line-height: 24px;
    height: 48px;
}
  .slide:last-child {
    /* border: 0; */
    /* margin-bottom: 0; */
    /* padding-bottom: 0; */
  }
  #trending-posts {
    margin-top: 32px;
    row-gap: 20px;
  }
  .category-posts .content-wrapper, .category-posts .lp-post-wrapper{
    padding-top: 16px;
    margin-top: 0;
  }
  .category-posts .page-title{
    margin-top: 40px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px){
  .slide{
    width: 100%;
    max-width: 100%;
  }
  .tp-article-list h2 div{
    margin-right: 20px;
    font-size: 32px;
  }
  .trending-content-inner span{
    font-size: 16px;
  }
}