/*
Theme Name: TrendnDailyTreats
*/
/* 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;
}


/* header-footer section */
.container {
  margin: 0 auto;
}

.top-section {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 20px;
  background: #32226D;
}

.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: 59px;
}

#navigation .logo img {
  width: auto;
  height: 20px;
}

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

#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: #000;
  text-align: center;
  text-decoration: none;
  padding: .5em 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 16px;
  text-transform: capitalize;
}


#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: 30px;
  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 */
.footer {
  background: #000;
  padding: 50px 30px;
}

.footer img {
  height: 27px;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 32px;
}

.footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.footer ul li {
  display: contents;
  list-style: none;
  text-decoration: none;
  color: #fff;
  font-size: 13.125px;
  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: #fff;
  font-size: inherit;
  font-family: inherit;
}

.footer ul li:last-child::after {
  display: none;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 48px 10px;
  }

  .footer img {
    height: 28px;
    margin-bottom: 66px;
  }

  .footer ul li {
    font-size: 13.016px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  .header-block {
    background-size: cover;
  }
}

/* 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: #32226D;
}

.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;
}
.main-content{
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.articlebanner {
  max-width: 896px;
  padding: 24px 15px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  background: rgba(255, 255, 255, 0.10);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(6px);
  margin: 61px 16px 32px
}

.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: 384px;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto 32px;
}

.lp-post-wrapper {
  column-gap: 40px;
  display: flex;
  padding: 49px 10px;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(135deg, #581C87 0%, #1E3A8A 50%, #312E81 100%);
}
  .category-posts .lp-post-wrapper {
    background: transparent;
  }

.hightlight {
  color: #4F46E5;
}

.top-two-posts {
  color: #fff;
  font-size: 14.875px;
  line-height: 26px;
  font-weight: 400;
  width: 100%;
  margin: 0 auto;
}

.top-two-posts p {
  margin-bottom: 30px;

}

.top-two-posts h1,
.top-two-posts h2,
.top-two-posts h3 {
  font-weight: 700;
  font-size: 28.945px;
  line-height: 36px;
  padding-bottom: 24px; 
  color: #fff;
}

.top-two-posts h2:nth-of-type(1),
.top-two-posts h2:nth-of-type(5),
.top-two-posts h2:nth-of-type(9) {
  background: linear-gradient(90deg, #F472B6 0%, #C084FC 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top-two-posts h2:nth-of-type(2),
.top-two-posts h2:nth-of-type(6),
.top-two-posts h2:nth-of-type(10) {
  background: linear-gradient(90deg, #FACC15 0%, #FB923C 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top-two-posts h2:nth-of-type(3),
.top-two-posts h2:nth-of-type(7),
.top-two-posts h2:nth-of-type(11) {
  background: linear-gradient(90deg, #4ADE80 0%, #34D399 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top-two-posts h2:nth-of-type(4),
.top-two-posts h2:nth-of-type(8),
.top-two-posts h2:nth-of-type(12) {
  background: linear-gradient(90deg, #60A5FA 0%, #818CF8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.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: 924px; */
  margin: 0 auto;
}

.tp-article-list h2 {
  background: linear-gradient(90deg, #22D3EE 0%, #F472B6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 34.875px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 48px;
  text-align: center;
}

.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: #fff;
  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: #e371ff;
}

.page-title {
  color: #fff;
  font-size: 30px;
  line-height: normal;
  text-align: left;
  padding: 0;
  margin: 0;
  font-style: normal;
  font-weight: 700;
}

.category-posts .page-title {
  text-align: center;
  color: #fff;
}

.category-posts .top-header-section {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    padding: 64px 15px;
    background: url(images/legalpage-bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.category-posts .post-section .post-content h3{
  color: #fff;
  display: block;
  padding-bottom: 10px;
}
.category-posts  .post-content div {
  display: block;
}
.header-block {
  background: url(images/article-bg.jpg) no-repeat right;
  background-size: 100% 100%;
  background-color: #483397;
}

.header-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  max-width: 832px;
  width: 100%;
  padding: 35px 0;
  margin: 0 auto;
}

.blog-breadcrumbs {
  margin: 0;
  color: #4F46E5;
  font-size: 15.125px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 32px;
}

#crumbs {
  color: #4F46E5;
  font-size: 15.125px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

#crumbs svg {
  margin-right: 4px;
  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-content {
    padding: 64px 0;
  }

  .articlebanner {
    padding: 49px 49px 19px;
    margin: 64px 20px;
  }

  .top-two-posts {
    font-size: 18.594px;
    font-weight: 400;
    line-height: 32.5px;
  }

  /* header-footer section */
  #navigation .logo img {
    height: auto;
    width: 250px;
  }

  #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;
    color: #FFFFFFCC;
    text-align: center;
    font-family: "Inter";
    font-size: 15.375px;
    font-weight: 400;
    line-height: 24px;
    display: flex;
  }

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

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


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

  /* header-footer section ends */

  /* legal pages common */

  .content-wrapper {
    padding: 0;
  }

  .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;
  }
.category-posts .post-section .post-content h3{
  padding-bottom: 24px;
}
  .tp-article-list h2 {
    font-size: 26.77px;
    line-height: 36px;
  }
}

@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;
  }

  .lp-post-wrapper {
    padding: 49px 20px;
  }

  .category-posts .content-wrapper,
  .category-posts .lp-post-wrapper {
    padding-top: 0;
  }

  .footer {
    padding: 48px 10px;
  }

  .footer img {
    height: 28px;
    margin-bottom: 66px;
  }

  .footer ul li {
    font-size: 13.016px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
}

@media screen and (max-width: 640px) {
  .slide {
    width: 100%;
    max-width: 100%;
  }
}

/* more article section */
.related-blog-cards .card {
  width: 100%;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}

.related-blog-cards .card {
  max-width: 405px;
}

.related-blog-cards {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
}

.related-blog-cards {
  margin-bottom: 30px;
}

.related-blog-cards .card-image {
  height: 192px;
  width: 100%;
  object-fit: cover;
}

.related-blog-cards .card-footer {
  padding: 33px 32px 42px;
  color: #fff;
}

.related-blog-cards .card-footer span {
  font-size: 13.781px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 25px;
}

.related-blog-cards a:first-child .card-footer {
  background: linear-gradient(135deg, #EC4899 0%, #F43F5E 100%);
}

.related-blog-cards a:nth-child(2) .card-footer {
  background: linear-gradient(135deg, #A855F7 0%, #8B5CF6 100%);
}

.related-blog-cards a:nth-child(3) .card-footer {
  background: linear-gradient(135deg, #22C55E 0%, #10B981 100%);
}

.related-blog-cards a:nth-child(4) .card-footer {
  background: linear-gradient(135deg, #3B82F6 0%, #06B6D4 100%);
}

.related-blog-cards .card-title {
  color: #FFF;
}

.related-blog-cards .card-title {
  font-size: 23.438px;
  font-weight: 700;
  line-height: 32px;
}

@media(max-width: 1200px) {
  div#trending-posts {
    justify-content: center;
  }

  .tp-article-list h2 {
    text-align: center;
  }
}