
:root {
  --clr-primary: #d03523;
  --clr-secondary: #0b2212;
  --clr-text: #000000;
  --clr-red: #ff4747;
  --clr-green: green;
  --clr-yellow: orange;
  --clr-white: #ffffff;
  --clr-bg-white: #ffffff;
  --body-bg: #efeff3;
  --logo-font: "Limelight", sans-serif;
  --font-family: "Montserrat", sans-serif;
}
html,
body {
  scroll-behavior: smooth;
}
*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
a,
a:hover {
  text-decoration: none;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
}
.pointer {
  cursor: pointer;
}
body {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  font-family: var(--font-family);
  box-sizing: border-box;
}
body.light-theme {
  background: var(--body-bg);
}
/* PAGE */
.max-width-set-1350 {
  max-width: 1350px;
  margin: 0 auto;
}
.post-page-details-wrapper {
  display: flex;
}
.post-page-left-side {
  width: 70%;
}
.post-page-right-side {
  width: Calc(100% - 70%);
  padding: 0 20px;
}
a.share-menu-type {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 0.25rem;
  background: #ffffff;
  font-size: 17px;
  color: var(--clr-primary);
}
ul.share-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.post-title {
  font-weight: 700;
  font-size: 2rem;
  line-height: initial;
}
.post-details-box {
  display: flex;
  flex-direction: column;
  gap: 30px;
  background: #ffffff;
  padding: 50px 50px;
}
.post-title-heading {
  margin-bottom: 20px;
}
.post-title-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}
.post-title-tags span {
  font-size: 12px;
  font-weight: 500;
  background: #ffffff;
  padding: 2px 10px;
  border-radius: 100px;
  border: 1px solid #cdcdcd;
}
.post-title-tags span.blog-category {
  background: var(--clr-primary);
  color: #ffffff;
  border-color: var(--clr-primary);
}
.post-title-tags span.blog-badge {
  border-color: var(--clr-primary);
  color: var(--clr-primary);
}
a.side-menu-data {
  display: flex;
  gap: 10px;
}
.smd-img {
  width: 100px;
}
.smd-data {
  width: Calc(100% - 110px);
  font-size: 14px;
  font-weight: 700;
  color: var(--clr-text);
  line-height: initial;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sidemenu .sidemenu-list:not(nth-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d2d2;
}
.right-side-menu-container {
  background: #ffffff;
  padding: 20px;
}
.rsidemenutitle {
  font-size: 18px;
  font-weight: 800;
  /* background: red; */
  display: inline-flex;
  /* padding: 0 10px; */
  margin-bottom: 20px;
}
.user-postlist-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.user-post-card {
  width: Calc(100% / 2 - 10px);
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
}
.text-gradient {
  color: var(--clr-primary);
}
.blog-header-top {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
}
.blog-title {
  font-size: 18px;
  font-weight: 700;
  line-height: initial;
  color: #000000;
  padding-bottom: 20px;
  /* display: -webkit-box; */
  /* -webkit-line-clamp: 3; */
  /* -webkit-box-orient: vertical; */
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
}
.blog-title:hover {
  color: var(--clr-primary);
}
.blog-heading {
  margin-bottom: 15px;
}
.blog-content p {
  font-size: 14px;
  line-height: initial;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* //PAGE */
.user-post-list-container {
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.pagetitle {
  text-align: center;
  font-weight: 800;
}
.userbloglist-head {
  text-align: center;
  padding: 15px 0;
}
a.share-menu-type {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 0.25rem;
  background: #ffffff;
  font-size: 17px;
  color: #2f2e2e;
  background: #e3dddd;
}
ul.share-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 20px;
}
.custom-btn .btn.btn-main-outline {
  color: #ffffff;
  background: var(--clr-primary);
  border-color: var(--clr-primary);
}
.custom-btn .btn.btn-main-outline:hover {
  color: #ffffff;
  background: var(--clr-primary);
  border-color: var(--clr-primary);
}
.blog-image-area {
  margin-bottom: 10px;
}
a.share-menu-type i {
  display: flex;
}
a.share-menu-type:hover,
a.share-menu-type {
  color: #ffffff;
  background: var(--clr-primary);
}
.no-post-available {
  display: block;
  text-align: center;
  width: 100%;
  padding: 20px 10px;
  font-size: 1rem;
  font-weight: 700;
  font-style: italic;
  color: #646262;
}
.user-postlist-box.single-post .user-post-card {
  width: 100%;
}
.user-postlist-box.single-post .blog-title {
  font-size: 1.2rem;
}
.blog-btn-area {
  margin-top: 10px;
}
@media only screen and (min-width: 1180px) {

  .blog-title {
    font-size: 18px;
    font-weight: 700;
    line-height: initial;
    color: #000000;
    padding-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .user-postlist-box.single-post .blog-title {
    font-size: 21px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    font-weight: 700;
  }
}
