/*
Theme Name: Trend’n Daily USA
*/
/* 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;
}
@-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;
}

.wrapper{
  font-family: Fira Sans;
  color: #000;
}

.wrapper .main-container header{
  padding: 0;
}

.singlearticle-wrapper{
  min-height: 100vh;
  padding: 16px 16px 100px;
}
.singlearticle-wrapper .articlebanner{
  position: relative;
  max-width: 100%;
  margin: 0 auto 9px;
  min-height: 223px;
  border-radius: 12px;
  overflow: hidden;
}
.singlearticle-wrapper .articlebanner img{
  width: 100%;
  min-height: 223px;
  object-fit: cover;
}
.singlearticle-wrapper .articlebanner .articlecontent{
  min-height: 223px;
  height: 223px;
}
.singlearticle-wrapper .articlebanner .articlebanner-title{
  position: absolute;
  bottom: 0;
  color: #FFF;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.50);
  font-family: Fira Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  padding: 0 12px 12px;
  min-height: 72px;
  background: linear-gradient(181deg, rgba(0, 0, 0, 0.00) 7.62%, #000 99.38%);
}
.singlearticle-wrapper .articlebanner .articlebanner-title p{
  width: 229px;
}

/* midcontent */
.blog-content{
  display: flex;
  justify-content: space-between;
}

/* left section */
.blog-breadcrumbs p{
  font-size: 12px;
  font-weight: 500;
  line-height: 19px;
  color: #4E4E4E;
}
.blog-breadcrumbs strong{
  font-weight: 600;
  color: #000;
}

.blog-content .leftsection{
  max-width: 847px;
  margin-right: 10px;
}
.blog-content .leftsection .blog-breadcrumbs #crumbs a,
.blog-content .leftsection .blog-breadcrumbs #crumbs span{
  color: #4E4E4E;
  font-size: 12px;
  font-weight: 500;
}
.blog-content .leftsection .blog-breadcrumbs #crumbs span.current{
  color: #000;
  font-weight: 600;
} 
.leftsection .blog-desp{
  margin: 29px auto 56px;
}
.leftsection .blog-desp p{
  font-size: 14px;
  font-weight: 400;
  line-height: 19px; 
  margin-top: 12px;
}
.leftsection .blog-desp h2{
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  margin-top: 32px;
}


/* right section */
.blog-content .rightsection{
  max-width: 305px;
}
.blog-content .rightsection .advertisement a{
  display: block;
  cursor: pointer;
}
.blog-content .rightsection .advertisement a img{
  width: auto;
}
.blog-content .rightsection .advertisement .title{
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

/* featuredarticles */
.featuredarticles-wrapper{
  margin-top: 30px;
}
.featuredarticles-wrapper .featuredarticles-title{
  font-size: 24px;
  font-weight: 700;
  line-height: 22px;
}
.featuredarticles-wrapper .featuredarticles-list{
  margin-top: 17px;
}
.featuredarticles-wrapper .featuredarticles-list .featuredarticles{
  display: flex;
  margin-bottom: 16px;
  align-items: center;
}
.featuredarticles-wrapper .featuredarticles-list .featuredarticles img{
  width: 166px;
  height: 71px;
  border-radius: 8px;
  margin-right: 12px;
}
.featuredarticles-wrapper .featuredarticles-list .featuredarticles .featuredarticles-desp{
  font-size: 19px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
  align-items: center;
}
.leftsection .blog-desp p strong{
  font-size: 16px;
  font-weight: 600;
}
.leftsection .blog-desp p:nth-child(even){
  margin-top: 30px;
}

.nav-toggle.open span:first-child {
  transform: rotate(45deg) translate(5.4px,5.4px);
}
.nav-toggle.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.nav-toggle.open span:last-child {
  transform: rotate(-45deg) translate(4.4px,-4.4px);
}

@media screen and (min-width: 767px) {
  .singlearticle-wrapper{
      max-width: 1336px;
      margin: 0 auto;
      padding: 40px 28px 100px;
  }
  .singlearticle-wrapper .articlebanner{
      max-width: 1336px;
      margin: 0 auto 39px;
      border-radius: 16px;
  }
  .singlearticle-wrapper .articlebanner img{
      min-height: 577px;
      height: 577px;
  }
  .singlearticle-wrapper .articlebanner .articlebanner-title{
      min-height: 184px;
      font-size: 48px;
      padding: 0 48px 48px;
  }
  .singlearticle-wrapper .articlebanner .articlebanner-title p{
      width: 582px;
  }
  .singlearticle-wrapper .articlebanner .articlecontent{
      min-height: 577px;
      height: 577px;
  }

  /* left section */
  .blog-breadcrumbs p,
  .leftsection .blog-desp p{
      font-size: 16px;
      line-height: 22px
  }
  .leftsection .blog-desp h2{
      font-size: 19px;
      line-height: 22px;
  }
  .leftsection .blog-desp{
      margin: 27px auto 56px;
  }
  .leftsection .blog-desp p strong{
    font-size: 19px;
    font-weight: 600;
  }
  .blog-content .leftsection{
    width: 70%;
    margin-right: 15px;
  }
  .leftsection .blog-desp p:nth-child(even){
    margin-top: 32px;
  }

  /* right section */
  .featuredarticles-wrapper{
      margin-top: 0;
  }
  .featuredarticles-wrapper a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .blog-content{
      flex-direction: column;
      justify-content: flex-start;
  }
}


.footer .footer-desp{
  color: #878787;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  padding: 0 16px;
  margin-bottom: 28px;
}
.footer .footer-desp h6{
  margin-bottom: 12px;
}
.footer .foot-nav ul{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.footer .foot-nav{
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;  
  background: #306FDB;
}
.footer .foot-nav ul li{
  color: #FFF;
  text-align: center;
  font-family: Fira Sans;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; 
  letter-spacing: -0.27px;
}
.footer .foot-nav ul li:after{
  content: "|";
  margin: 0 3px;
  color: #fff;
}
.footer .foot-nav ul li:last-child:after{
  display: none;
}


@media screen and (min-width: 767px) {
  .footer .foot-nav{
      min-height: 70px;
  }
  .footer .foot-nav ul li{
      font-size: 14px;
  }
  .footer .foot-nav ul li:after{
      font-size: 12px;
      margin: 0 5px;
  }
  .footer .foot-nav ul li a:hover{
      text-decoration: underline;
  }
  .footer .footer-desp{
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 20px
  }
  .blog-content .leftsection .blog-breadcrumbs #crumbs a, 
  .blog-content .leftsection .blog-breadcrumbs #crumbs span{
    font-size: 16px;
  }
}