/*
Theme Name: TrendnDailyDeals
*/
/* 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: 'Inter', sans-serif;
}
html{
  background: #F9F9F7;
  font-family: 'Inter', sans-serif;
}
@-ms-viewport { width: device-width; }

.wrapper{
  background: linear-gradient(135deg, #F8FAFC 0%, #EFF6FF 50%, #E0E7FF 100%);
}
/* header-footer section */
.container {
  margin: 0 auto;
  max-width: 832px;
  margin: 0 auto;
}
.top-section {
  width: 100%;
  background: #fff;
  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;
}
#navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 64px;
  margin: 0 auto;
  padding: 0 15px;
}
#navigation .logo {
        width: auto;
        height: 24px;
}

#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.3px;
  background-color: #355CEB;
  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: static;
  transition: color .35s ease;
  list-style: none;
  text-align: right;
  padding: 0 30px;
  justify-self: center;
}

#navigation .menu-left li:hover {
  text-decoration: underline;
  color: white;
}

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


#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: 320px;
}

.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 {
      background: #111827;
      padding: 32px 84px;
    }
     .footer img{
      height: 27px;
      width: auto;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      margin-bottom: 20px;
     }
    .footer ul {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
    }
 
    .footer ul li {
      list-style: none;
      text-decoration: none;
      color: #9CA3AF;
      font-size: 13.234px;
      font-weight: 400;
      line-height: 20px
    }

    .footer ul li a {
      color: inherit;
      text-decoration: none;
    }
   .footer ul li a:hover {
      text-decoration: underline;
    }

    .footer ul li::after {
      content: "|";
      margin: 0 3px;
      color: #9CA3AF;
      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: 0;
  min-height: 100vh;
  background: linear-gradient(135deg,#F8FAFC 0%, #EFF6FF 50%, #E0E7FF 100%);
}
.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{
  margin: 0 auto;
  max-width: 864px;
  padding: 10px 16px 30px;
}
.top-header-section {
  padding: 0 25px 25px;
}
.top-two-posts figure, .wp-block-image img{
  display: none;
}
.blog-image img{
  max-width: 832px;
  width: 100%;
  height: 468px;
  object-fit: cover;
  border-radius: 12px;
  margin: 0 auto 32px;
}

.lp-post-wrapper {
  column-gap: 40px;
  display: flex;
  padding-top: 49px;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 15px 5px 50px;
}
.top-two-posts {
  color: #111827;
  font-size: 18.594px;
  font-style: normal;
  font-weight: 300;
  line-height: 32.5px;
  width: 100%;
  margin: 0 auto;
  background: var(--color-white-80, rgba(255, 255, 255, 0.80));
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.10), 0px 8px 10px -6px rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(2px);
  padding: 56px 48px 42px;
  border-radius: 8px;
}
.top-two-posts p{
  margin-bottom: 30px;

}
.top-two-posts h1,.top-two-posts h2,.top-two-posts h3{
  font-weight: 700;
  color: #111827;
  font-size: 23.625px;
  line-height: 36px; 
  padding-bottom: 32px;
}
.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%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 832px;
    margin: 0 auto;
}
.tp-article-list h2{
  color: #111827;
font-size: 32.322px;
font-style: normal;
font-weight: 700;
line-height: 36.923px; 
margin-bottom: 24px;
}
.featured-post-section {
  display: flex;
  border-bottom: 1px solid #F1F2F4;
  padding: 20px 0;
}

.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: #4F46E5;
}
.page-title {
  color: #111827;
  font-size: 34.875px;
  line-height: 45px;
  font-style: normal;
  text-align: left;
  padding: 0;
  margin: 0;
  font-style: normal;
  font-weight: 700;
}
.category-posts .page-title {
  text-align: center;  
  margin: 40px 0;
  color:#355CEB
}
.category-posts .top-header-section{
  position: static;
  padding: 0 20px 0;
}
.header-content{
     display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    max-width: 832px;
    width: 100%;
    padding:44px 5px 24px;
    margin: 0 auto;
}
.blog-breadcrumbs {
  margin: 0;
  color: #4F46E5;
  font-size: 15.125px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 35px;
}
#crumbs{
  color: #4B5563;
  font-size: 13.234px;
font-style: normal;
font-weight: 400;
line-height: 20px;
}
#crumbs svg{
  margin-right: 16px;
  vertical-align: middle;
}

@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;
  }
  .top-header-section {
    padding: 0;
  }
  /* header-footer section */
  #navigation .logo img{
    height: auto;
    width: 162px;
  }

  #navigation .hamburger {
    display: none;
  }

  #navigation ul.menu-left {
    display: flex;
    padding: 0;
    position: static;
    background: transparent;
    box-shadow: none;
    max-height: none;
    justify-content: end;
  }

  #navigation .menu-left li a {
        text-decoration: none;
        padding: 0;
        text-align: center;
        font-size: 15.375px;
        line-height: 24px;
        display: flex;
  }

  #navigation a:hover {
    text-decoration: underline;
  }

  #navigation {
    padding: 15px 0;
    position: relative;
    max-width: 1280px;
  }

  
#navigation .menu-left li:last-child {
  border: 0;
  padding-right: 0;
}
  /* footer section */
  .footer {    
    padding: 29px 84px;
  }
  .footer ul li {    
    font-size: 16px;
    line-height: 22px;
  }
  .footer ul li:hover {
    text-decoration: underline;
  }
  /* header-footer section ends */

  /* legal pages common */
  .category-posts{
    margin-bottom: 40px;
  }    
  .page-title {
    font-size: 47.063px;
    line-height: 48px;
    margin: 0;
  }   
  .category-posts  .page-title{
    padding-top: 0;
    
  }
  .category-posts .lp-post-wrapper{
    padding-top: 0;
  }
  .tp-article-list h2{
font-size: 23.25px;
line-height: 32px;
  }
}

@media screen and (max-width:768px) {
  .slider {
    flex-direction: column;
  }

  .slide {
    display: flex;
    margin-bottom: 0;
    border-bottom: 0;
    padding: 0;
    max-width: 48%;
    width: 100%;
  }
  .trnding-content{
    max-width: none;
  }

  .slide:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .category-posts .content-wrapper, .category-posts .lp-post-wrapper{
    padding-top: 0;
  }
   .footer{
      padding: 48px 10px;
    }
    .footer ul{
      display: inline-block;
      text-align: center;
    }
    .footer img{
      height: 28px;
      margin-bottom: 66px;
     }
     .footer ul li{
      font-size: 13.016px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: contents;
     }
}
@media screen and (max-width: 640px){
  .slide{
    width: 100%;
    max-width: 100%;
  }
}
/* more article section */
     div#articles{
          display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
    flex: 1;
    min-height: 332px;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
     }
     .article-card{
          max-width: 261px;
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
     }
     .article-card img{
      height: 147px;
    width: 100%;
    object-fit: cover;
     }
     .article-content{
      padding: 27px 24px 24px;
    color: #fff;
    background: #fff;
    border-radius: 0 0 8px 8px;

     }
     h3.article-title{
    font-size: 15.625px;
    font-weight: 700;
    line-height: 24px;
    color: #111827;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
     }
     .article-excerpt{
    font-size: 12.906px;
    color: #4b5563;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
     }
     
    @media (max-width: 768px) {
      .top-two-posts{
        font-size: 14.875px;
        line-height: 26px;
      }
      .top-header-section {
        padding: 0;
      }
      .header-content{
        padding: 64px 16px;
      }
      .lp-post-wrapper{
        padding:18px 15px 30px;
      }
      .tp-article-list h2{
       margin-bottom: 62px; 
      }
    }

    @media(max-width: 1200px){
      div#articles{
        justify-content: center;
      }
      .tp-article-list h2{
        text-align: center;
      }
    }