/*
Theme Name: TrendnDailyHunter
*/
/* 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: 'Public Sans', sans-serif;
}
@-ms-viewport { width: device-width; }
body {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  height: auto;
}

img {
  vertical-align: bottom;
}

/* common header section */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body,
input,
button,
textarea,
h1,
p {
  font-family: 'Public Sans', sans-serif;
}

/* header-footer section */
.top-section {
  width: 100%;
  min-height: auto;
  background: #344756;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 20px;
}
.header-section {
  padding: 0;
  max-width: none;
  width: auto;
  display: block;
  position: static;
  max-width: 1200px;
  margin: 0 auto;
}    
span.b_slash {
  display: inline-block;
  flex-direction: row;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 60%;
  margin: 0 4px;
}
.menu-header-menu-container {
  display: block;
  max-width: 423px;
  width: 100%;
}
#navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
}    
#navigation .logo{
  position: absolute;
  left: 20px;
  top: 20px;
  width: 180px;
  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: #fff;
  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;
  margin: 0;
}    
#navigation ul.menu-left li {
  display: flex;
  position: relative;
  transition: color .35s ease;
  color: #456;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 16px;
  justify-content: center;
  list-style: none;
  border-right: 1px solid #fff;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 0;
}   
#navigation .menu-left li:hover {
  text-decoration: underline;
  color: white;
}    
#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 */

.singlearticle-wrapper{
  background: #344756;
}

.top-header-section{
  background: #344756;
  max-width: 1200px;
  margin: 0 auto;
}

.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: #F7F7F7;
  padding: 16px 6px 20px;
  border-top: 1px solid rgba(162, 160, 160, 0.5);
}  
.footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.footer ul li {
  list-style: none;
  text-decoration: none;
  color: #000;
  text-align: center;
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  line-height: normal;
}
.footer ul li a {
  color: inherit;
  text-decoration: none;
}
.footer ul li::after {
  content: "|";
  margin: 0 3px;
  color: #000;
  font-size: inherit;
  font-family: inherit;
}
.footer ul li:last-child::after {
  display: none;
}
/* header-footer section end */

/* legel pages common */
.content-wrapper {
  border-radius: 40px 40px 0 0;
  margin-top: 0;
  background-color: #fff;
  min-height: 100vh;
  padding: 25px;
}
.articlebanner{
  max-width: 1200px;
  margin: 0 auto;
}
.blog-image{
  height: 400px;
  overflow: hidden;
}
.top-two-posts figure, .wp-block-image img{
  display: none;
}
.blog-image{
  height: 240px;
  overflow: hidden;
}
.blog-image img{
  border-radius: 40px 40px 0px 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-post-wrapper {
  column-gap: 40px;
  display: flex;
  padding-top: 40px;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
}

.top-two-posts {
  color: #6B6B6B;
  font-family: "Public Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 168.7%; /* 26.992px */
  width: 100%;
  flex: 1;
}
.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{
  flex: 1;
  width: 100%;
}
.tp-article-list h2{
  font-family: 'Public Sans', sans-serif;
  font-weight: 900;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #DA7D54;
  display: flex;
  justify-content: left;
  align-items: center;
  column-gap: 40px;
}
.tp-article-list h2 div{
  flex: none;
}
.tp-article-list h2::after {
  content: "";
  display: flex;
  border: 2px solid #F1F2F4;
  width: 100%;
}
.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-family: "Public Sans";
  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-family: "Public Sans";
  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;
}

.page-title {
  color: #FFF;
  font-size: 30px;    
  line-height: 30px;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  padding: 39px 0 0 0;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.category-posts .page-title {
  text-align: center;  
  margin-bottom: 40px;
}
.blog-breadcrumbs {
  color: #FFF;
  font-family: "Public Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 40px auto;
}

.blog-breadcrumbs .current {
  font-weight: 600;
}

@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{
    height: 400px;
  }
  
  /* header-footer section */
  .blog-breadcrumbs{
    margin:40px auto 80px;
  }
  #navigation .logo{
    width: 225px;
    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;
    background: #2A3945;
    border-radius: 50px;
    max-width: 423px;
    position: unset;
    min-height: 56px;
    transition: none;
  }
  #navigation .menu-left li a{
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-decoration: none;
    padding: 0;
    text-transform: capitalize;
  }  
  #navigation a:hover {
    text-decoration: underline;
  }
  #navigation{
    padding: 41px 0;
    position: relative;
  }

  /* footer section */
  .footer {    
    padding: 29px 84px;
  }
  .footer ul li {    
    font-size: 16px;
  }
  .footer ul li:hover {
    text-decoration: underline;
  }
  /* header-footer section ends */

  /* legal pages common */
  .content-wrapper {
    border-radius: 80px 80px 0 0;
    padding: 80px 25px;
  }    
  .page-title {
    font-size: 72px;    
    line-height: 80px;
    margin: 0;
    padding-top: 78px;
  }   
  .category-posts  .page-title{
    padding-top: 0;    
  }
  .category-posts .lp-post-wrapper{
    padding-top: 0;
  }
  .lp-post-wrapper{
    flex-direction: row;
  } 
  .top-two-posts {
    max-width: 734px;
  }
  .tp-article-list{
    max-width: 426px;
  }
  .tp-article-list h2{
    font-size: 32px;
    line-height: normal;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1170px) { 
  .top-header-section{
    padding: 0 25px;
  }
}