.bs-news-feed {
  margin: 0 auto;
}

.bs-news-feed-categories {
  margin-bottom: 55px;
}

@media only screen and (max-width: 899px) {
  .bs-news-feed-categories {
    margin-bottom: 45px;
  }
}

.bs-news-feed-categories-list {
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  list-style: none;
}

@media only screen and (max-width: 899px) {
  .bs-news-feed-categories-list {
    display: block;
    text-align: center;
  }
}

.bs-news-feed-categories-list li {
  margin-right: 10px;
  display: inline-flex;
}

@media only screen and (max-width: 899px) {
  .bs-news-feed-categories-list li {
    margin-left: 10px;
    margin-right: 10px;
    display: inline-flex;
  }
}

/* .bs-news-feed-categories-list li::after {
  content: ',';
  color: #7e7e7e;
}

.bs-news-feed-categories-list li:first-child::after,
.bs-news-feed-categories-list li:last-child::after {
  content: none;
} */

@media only screen and (max-width: 899px) {
  .bs-news-feed-categories-list li:first-child {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 15px;
    margin: 0 0 24px 0;
  }
}

.bs-news-feed-categories-list li.active {
  background-color: #af15f1;
  color: #fff;
  text-decoration: none;
  padding: 1px 9px;
  border-radius: 5px;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.bs-news-feed-categories-list li.active:hover {
  background-color: #4627c3;
}

.bs-news-feed-categories-list li.active:nth-child(2) {
  background-color: #eee;
}

.bs-news-feed-categories-list li a {
  color: #7e7e7e;
}

.bs-news-feed-categories-list li a:hover {
  color: #060b3e;
}

.bs-news-feed-categories-list li.active a {
  color: #fff;
}

.bs-news-feed-categories-list li.active:nth-child(2) a {
  color: #7e7e7e;
}

.bs-news-feed-categories-list li.active:nth-child(2) a:hover {
  color: #060b3e;
}

.bs-news-feed-category-current {
  font-size: 24px;
  font-weight: 400 !important;
  list-style: none;
  margin: 75px 0 -36px 36px;
}

.bs-news-feed-category-current-name {
}

.bs-news-feed-item {
  position: relative;
  background: #fff;
  border-radius: 15px;
  box-shadow: 15px 15px 35px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}
.blog-headline__wrap {
  padding-top: 25px;
  padding-bottom: 0;
}
.blog-headline {
  text-transform: uppercase;
  font-size: 19px !important;
  background-image: linear-gradient(274deg, #1A2392, #ea00ff);
    background-clip: text;
    color: transparent;
}
ul.bs-news-feed-categories-list li  {
  color: #6A6A9F !important;
  background: #6A6A9F1A;
  padding: 1px 10px;
  border-radius: 4px;
  font-size: 15px;
  margin-bottom: 10px;
}
ul.bs-news-feed-categories-list li:first-child {
  background: no-repeat;
  color: #000000DE !important;
}
.bs-news-feed-categories-list li.active:nth-child(2) a {
  color: white;
}
.bs-news-feed-categories-list li.active:nth-child(2) {
  background-color: #af15f1;
  color: white !important;
}
@media only screen and (max-width: 899px) {
  .bs-news-feed-item {
    margin-bottom: 90px;
  }
}

.bs-news-feed .bs-news-feed-item:last-child {
  margin-bottom: 190px;
}




.bs-news-feed-item:last-child::after {
  content: none;
  display: none;
}

.bs-news-feed-item-image {
  width: 100%;
  max-height: 450px;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 15px 15px 0px 0px;
  display: block;
}

.bs-news-feed-item-video iframe {
  border-radius: 15px;
}

.bs-news-feed-item-content {
  padding: 28px 34px;
}

.has-post-thumbnail .bs-news-feed-item-content,
.has-post-video .bs-news-feed-item-content {
  padding: 17px 27px;
  margin-bottom: auto;
}

.bs-news-feed-item-title {
  font-size: 24px;
  font-weight: 600 !important;
  color: #333;
  letter-spacing: normal;
  margin-bottom: 18px;
  margin-top: 12px;
}

.bs-news-feed-item-title a {
  color: #333;
}

.bs-news-feed-item-title a:hover {
  color: #542fe8;
}

.bs-news-feed-item-meta {
  color: #888888;
  font-size: 15px !important;
  font-weight: 400;
  margin-bottom: 19px;
  display: flex;
  align-items:center;
  gap:8px
}
.bs-news-feed-item-meta img {
  height: 16px;
}

.bs-news-feed-item-date {
}



.bs-news-feed-item-categories {
  display: flex;
  flex-flow: wrap;
    gap: 10px;
}


.bs-news-feed-item-categories-link {
  color: #6A6A9F;
  background: #6A6A9F1A;
  padding: 1px 10px;
  border-radius: 4px;
  font-size: 15px;
}

.bs-news-feed-item-excerpt {
  font-size: 16px !important;
  line-height: 1.625;
  color: #333;
  display: block;
  margin-bottom: 18px;
  text-align: justify;
}

.bs-news-feed-item-readmore {
  color: #898989;
  text-decoration: none;
}

.bs-news-feed-item-readmore:hover {
  color: #060b3e;
}

.bs-news-feed-item-readmorelink {
  margin: 0 20px 0 0;
}
.blog-first__row {
  display: none;
  align-items: center;
  gap: 25px;
}

.bs-news-feed-item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  border-top:1px solid #F2F2F2;
  padding: 20px 27px;
}
.blog-grid article:first-child span.bs-news-feed-item-categories {
  display: none;
}
.blog-grid article:first-child .bs-news-feed-item-content-wrap .blog-first__row span.bs-news-feed-item-categories {
  display: flex;
}
.blog-grid article:first-child .blog-first__row {
  display: flex !important;
  margin-bottom: 18px;
}
.blog-grid article:first-child header.bs-paragraph.bs-news-feed-item-meta {
  display: none;
}
.blog-first__row .bs-paragraph.bs-news-feed-item-meta {
  margin: 0;
}
.bs-news-feed-item-content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-grid article:first-child footer.bs-news-feed-item-footer {
  border-top: none;
}
.bs-news-feed-item-author {
  display: flex;
  align-items: center;
}

.bs-news-feed-item-author-link {
  display: inline-flex;
  align-items: center;
  color: #333;
}

.bs-news-feed-item-author-link img.avatar {
  width: 32px;
  height: 32px;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 100%;
}

.bs-news-feed-item-author-name {
  font-size: 15px !important;
  line-height: 1.35;
  margin-left: 10px;
}

.bs-news-feed-item-social {
  font-size: 15px !important;
  line-height: 1.35;
  display: flex;
  align-items: center;
}

.bs-social .wpulike {
  padding: 0;
}

.bs-social .wpulike .wp_ulike_general_class {
  box-shadow: none;
  border: none;
  padding: 0;
  display: flex;
  margin: 0;
}

.bs-social .wpulike-heart .wp_ulike_put_imagea {
  padding: 0;
  margin: 0 10px 0 0;
}

.bs-social .wpulike-heart .wp_ulike_put_image:after {
  width: 18px;
  height: 18px;
}

.bs-social
  .wpulike-heart
  .wp_ulike_is_not_liked:not(.wp_ulike_is_liked)
  .wp_ulike_put_image:after,
.bs-social
  .wpulike-heart
  .wp_ulike_is_unliked:not(.wp_ulike_is_liked)
  .wp_ulike_put_image:after {
  content: "";
  width: 21px;
  height: 21px;
  margin: auto;
  background: url("../../img/bs-assets/icons/icon-heart-empty.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0.35;
  margin-right: 8px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.bs-social .wpulike-heart .wp_ulike_is_loading .wp_ulike_put_image:after {
  content: none;
}

.bs-social .wpulike-heart .count-box {
  font-size: 15px !important;
  line-height: 1.35;
  font-weight: 400;
  display: flex;
  color: #898989;
  align-items: center;
  padding: 0 0 0 2px;
}

.bs-social .wpulike-heart .wp_ulike_is_not_liked .count-box {
}

.bs-news-feed-item-likes {
  display: inline-flex;
  color: #898989;
  align-items: center;
}

.bs-news-feed-item-likes::before {
  content: "";
  width: 21px;
  height: 21px;
  margin: auto;
  background: url("../../img/bs-assets/icons/icon-heart-empty.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0.35;
  margin-right: 8px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.bs-news-feed-item-likes:hover::before {
  opacity: 1;
}

.bs-news-feed-item-share {
  display: inline-flex;
  color: #898989;
  align-items: center;
  margin-right: 8px;
}

.bs-news-feed-item-share-cl {
  margin-right: 6px;
}

.bs-news-feed-item-share-cl {
  position: relative;
}

.bs-news-feed-item-share-cl::after {
  content: "Copied!"; /* translate */
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #333;
  color: #ccc;
  padding: 4px 6px;
  border-radius: 3px;
  width: fit-content;
  opacity: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}

.bs-news-feed-item-share-cl.click::after {
  -webkit-animation: flash 1s;
  -moz-animation: flash 1s;
  -o-animation: flash 1s;
  animation: flash 1s;
}

@-webkit-keyframes flash {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-moz-keyframes flash {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes flash {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.bs-news-feed-item-share::before {
  content: "";
  width: 21px;
  height: 21px;
  margin: auto;
  background: url("../../img/bs-assets/icons/icon-link.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0.35;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.bs-news-feed-item-share-cl::before {
  margin-right: 8px;
}

.bs-news-sticky .bs-news-feed-single-footer-left {
  flex-direction: column;
  gap: 20px;
  align-items: baseline;
}

.fb-colored::before{
  background: url("../../img/bs-assets/icons/fb-icon.svg") !important;
  width: 48px;
  height: 48px;
  opacity: 1;
  background-size: contain !important;
    background-repeat: no-repeat !important;
}
.li-colored::before{
  background: url("../../img/bs-assets/icons/li-icon.svg") !important;
  width: 48px;
  height: 48px;
  opacity: 1;
  background-size: contain !important;
    background-repeat: no-repeat !important;
}
.mail-colored::before{
  background: url("../../img/bs-assets/icons/mail-icon.svg") !important;
  width: 48px;
  height: 48px;
  opacity: 1;
  background-size: contain !important;
    background-repeat: no-repeat !important;
}

.bs-news-feed-item-share-fb::before {
  background: url("../../img/bs-assets/icons/logo-facebook.svg");
}

.bs-news-feed-item-share-tw::before {
  background: url("../../img/bs-assets/icons/logo-twitter.svg");
}

.bs-news-feed-item-share-li::before {
  background: url("../../img/bs-assets/icons/logo-linkedin.svg");
}

.bs-news-feed-item-share:hover::before {
  opacity: 1;
}

/* News Feed Single */

.bs-news-feed-single {
  max-width: 1190px;
  margin: 55px auto;
}
.bs-news-bottom-navigation__link {
  max-width: 250px;
}
.bs-news-bottom-navigation__link-right {
  margin-left: auto;
  text-align: end;
}
.bs-news-bottom-navigation {
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 1fr;
  padding: 0 20px;
  margin-top:50px;
}
.bs-news-bottom-navigation__link p {
  color: #2121217A;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  position: relative;
}
.bs-news-bottom-navigation__link a {
  font-size: 19px;
  color: #212121;
  font-weight: 400;
  line-height: 1.4;
}
.bs-news-bottom-navigation__link-left p:before{
  position: absolute;
  left: -18px;
  width: 10px;
  height: 12px;
  top: 0;
  content:"";
  background: url("../../img/bs-assets/icons/news-navigation-left.svg");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  margin: auto;
}
.bs-news-bottom-navigation__link-right p:after{
  position: absolute;
  right: -18px;
  width: 10px;
  height: 12px;
  top: 0;
  content:"";
  background: url("../../img/bs-assets/icons/news-navigation-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 899px) {
  .bs-news-bottom-navigation{
    padding: 0 10px;
    gap: 20px;
  }
  .bs-news-bottom-navigation__link a {
    font-size: 15px;
}
  .fb-colored::before,
  .li-colored::before,
  .mail-colored::before{
    width: 28px;
    height: 28px;
  }

  .bs-news-feed-single {
    margin: 0 auto;
  }
}

.bs-news-feed-single-backlink {
  margin: 0 auto 26px auto;
  
}
@media only screen and (max-width: 599px) {
  .bs-news-bottom-navigation__link p {
    font-size: 14px;

}
  .bs-news-bottom-navigation__link a {
    font-size: 13px;
}
  .bs-news-feed-single-backlink {
    margin: 0;
}
}

.bs-news-feed-single-backlink > a {
  position: relative;
  padding-left: 26px;
  color: #888888;
  font-size: 15px !important;
  font-weight: 400;
}

.bs-news-feed-single-backlink > a::before {
  font-family: "Ionicons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: absolute;
  top: 53%;
  vertical-align: middle;
  -webkit-transform: translateX(0%) translateY(-50%);
  -moz-transform: translateX(0%) translateY(-50%);
  transform: translateX(0%) translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  font-size: 24px;
  color: #999;
  text-shadow: none;
  content: "";
  width: 16px;
}

.bs-news-feed-single-backlink > a:hover {
  color: #060b3e;
}

.bs-news-feed-single-backlink > a:hover::before {
  left: -2px;
  color: #060b3e;
}

.bs-news-feed-single-image {
  width: 100%;
  margin: 30px auto 40px auto;
}

.bs-news-feed-single-image > img {
  display: block;
  width: 100%;
  height: auto;
  /*max-height: 460px;*/
  object-fit: cover;
  object-position: center;
  border-radius: 25px;
}

.bs-news-feed-single-video {
  width: 100%;
  margin: 30px auto 50px auto;
}

.bs-news-feed-single-video iframe {
  border-radius: 25px;
}

.bs-news-feed-single-article {
  display: flex;
  align-items:start;
}
.bs-news-sticky { 
  position: sticky; 
  top: 165px;
  margin-top: 45px;
  margin-left: 55px;
 }
 @media only screen and (max-width: 1199px) {
  .bs-news-feed-single-main {
    max-width: 100%;
}
  .bs-news-sticky .bs-news-feed-single-footer-left {
    display: block;
    

}
  .bs-news-sticky {
    margin-top: 0;
    margin-left: 0;
    position: relative;
    top: 0;
}
  .bs-news-feed-single-article{
    flex-direction: column;
  }
}
@media only screen and (max-width: 899px) {
  .bs-news-feed-single-article {
    margin-bottom: 100px;
  }
}
.blog-grid article{
  display: none;
}
.bs-news-feed-single-main {
  max-width: 840px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
.width-1660{
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 25px;
}
.load-more__blog-wrap{
  text-align: center;
  padding-top: 25px;
}
.bs-news-feed-single-title {
  font-size: 48px;
  font-weight: 600 !important;
  color: #212121;
  line-height: 1.2;
  margin-bottom: 24px;
}

@media only screen and (max-width: 899px) {
  .bs-news-feed-single-title {
    font-size: 24px;
    margin-bottom: 14px;
  }
}

.bs-news-feed-single-meta {
  color: #888888;
  font-size: 15px !important;
  font-weight: 400;
  margin-bottom: 23px;
}

@media only screen and (max-width: 899px) {
  .bs-news-feed-single-meta {
    margin-bottom: 8px;
  }
}

.bs-news-feed-single-content h2 {
  font-size: 26px;
  font-weight: 500 !important;
  line-height: 1.2;
  letter-spacing: -0.025ex;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 899px) {
  .bs-news-feed-single-content h2 {
    font-size: 23px;
    letter-spacing: -0.015ex;
  }
}

@media only screen and (max-width: 599px) {
  .bs-news-feed-single-content h2 {
    font-size: 21px;
    letter-spacing: -0.01ex;
  }
}

.bs-news-feed-single-content h2 strong {
  font-weight: 500 !important;
}

.bs-news-feed-single-content h3 {
  font-size: 23px;
  font-weight: 500 !important;
  line-height: 1.2;
  letter-spacing: -0.02ex;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 899px) {
  .bs-news-feed-single-content h3 {
    font-size: 21px;
    letter-spacing: -0.01ex;
  }
}

@media only screen and (max-width: 599px) {
  .bs-news-feed-single-content h3 {
    font-size: 19px;
    letter-spacing: -0.005ex;
  }
}

.bs-news-feed-single-content h3 strong {
  font-weight: 500 !important;
}

.bs-news-feed-single-content ul {
  list-style-type: disc;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.bs-news-feed-single-content ol {
  list-style-type: decimal;
}

.bs-news-feed-single-content,
.bs-news-feed-single-content p {
  font-size: 16px !important;
  line-height: 1.625;
  color: #333;
  display: block;
  margin-bottom: 18px;
}

.bs-news-feed-single-content-prelude p {
  font-size: 24px !important;
  font-weight: 400;
  line-height: 1.6667;
}

.bs-news-feed-single-content strong {
  font-weight: bold !important;
}

.bs-news-feed-single-content .myportfolio-container {
  padding-top: 25px;
}

.bs-news-feed-single-content
  .esg-grid
  ul
  li[data-skin="boost-custom"]
  .esg-entry-media-wrapper-even,
.bs-news-feed-single-content
  .esg-grid
  ul
  li[data-skin="boost-custom"]
  .esg-entry-cover
  .esg-overlay {
  border-radius: 10px;
}

.bs-news-feed-single-content .post-password-form input[type="password"] {
  font-size: 17px;
  font-weight: 400;
  color: #111017;
  line-height: 1.3;
  padding: 12px 15px;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #d5d5d5;
  box-shadow: none;
  border-radius: 3px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  transition: all 0.15s ease-in-out;
}

.bs-news-feed-single-content .post-password-form input[type="password"]:hover,
.bs-news-feed-single-content .post-password-form input[type="password"]:focus,
.bs-news-feed-single-content .post-password-form input[type="password"]:active {
  border-color: #333;
}

.bs-news-feed-single-content .post-password-form input[type="submit"] {
  display: inline-block;
  width: auto;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  margin: 25px auto 0 auto;
  padding: 10px 20px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out,
    border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  background: #333;
  border: 2px solid #333;
  min-width: 120px;
  line-height: 1.15;
  white-space: break-spaces;
  letter-spacing: normal;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  display: block;
}

@media only screen and (max-width: 1200px) {
  .bs-news-feed-single-content .post-password-form input[type="submit"] {
    font-size: 15px;
  }
}

@media only screen and (max-width: 899px) {
  .bs-news-feed-single-content-prelude p{
    font-size: 16px !important;
  }
  .bs-news-feed-single-content .post-password-form input[type="submit"] {
    font-size: 14px;
  }
}

.bs-news-feed-single-content .post-password-form input[type="submit"]:hover {
  background-color: #555;
  border-color: #555;
  color: #fff;
}

a.bs-btn {
  text-decoration: none !important;
  letter-spacing: normal !important;
}

.bs-news-feed-single-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
  font-size: 15px !important;
  line-height: 1.35;
  color: #898989;
}

@media only screen and (max-width: 480px) {
  .bs-news-feed-single-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

.bs-news-feed-single-footer-left {
  align-items: center;
  display: flex;
}

@media only screen and (max-width: 480px) {
  .bs-news-feed-single-footer-left {
    margin-bottom: 10px;
  }
}

.bs-news-feed-single-footer-left > span:first-child {
  margin-right: 16px;
}

.bs-news-feed-single-footer-left .bs-news-feed-item-share:last-child {
  margin-right: 0;
}

.bs-news-feed-single-footer-right {
  align-items: center;
  display: flex;
}

.bs-news-feed-single-author-bio {
  position: relative;
  background: #f7f7fb;
  border-radius: 15px;
  box-shadow: 12px 12px 30px rgba(0, 0, 0, 0.035);
  margin: 50px auto 0;
}

.bs-news-feed-single-author-bio-content {
  display: flex;
  padding: 40px 30px;
}
.news-feed-template-default .bs-main-page-wrapper {
  background: white;
}

@media only screen and (max-width: 899px) {
  .bs-news-feed-single-author-bio-content {
    padding: 16px 19px 13px 16px;
  }
}

.bs-news-feed-single-author-bio-content > img.avatar {
  align-self: flex-start;
  max-width: 62px;
  margin: 0 12px 0 5px;
  border-radius: 100%;
}

@media only screen and (max-width: 899px) {
  .bs-news-feed-single-author-bio-content > img.avatar {
    max-width: 40px;
    margin: 0 20px 0 5px;
  }
}

.bs-news-feed-single-author-bio-text {
  align-self: center;
}

.bs-news-feed-single-author-title {
  font-size: 21px;
  font-weight: 400 !important;
  color: #0000007A;
  letter-spacing: normal;
  margin-bottom: 0;
}

.bs-news-feed-single-author-bio-text > p {
  margin: 5px 0 0 0;
  font-size: 17px !important;
  color:#0000007A;
}

.bs-password-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 15px 40px -14px rgba(0, 0, 0, 0.15);
  padding: 25px;
  width: 100%;
  gap: 8px;
  margin-top: 50px;
  margin-bottom: 50px;
  box-sizing: border-box;
}

@media screen and (max-width: 899px) {
  .bs-news-feed-single-author-bio-text > p{
    font-size: 14px !important;
  }
  .bs-news-feed-single-author-title{
    font-size: 16px;
  }
  .bs-password-box {
    padding: 25px;
  }
}

.bs-password-box-heading {
  font-size: 20px;
  font-weight: 700 !important;
  margin: 0;
}

.bs-password-box-description {
  font-size: 14px;
  color: #767676;
  font-weight: 500 !important;
  line-height: 1.57142857;
  margin: 0 0 15px 0;
}

.bs-password-box .bs-btn {
  margin: 0;
  letter-spacing: normal !important;
}

@media (max-width: 500px) {
  .bs-news-feed-item-title {
    font-size: 24px;
}
  .has-post-thumbnail .bs-news-feed-item-content, .has-post-video .bs-news-feed-item-content {
    padding: 20px;
}
  .bs-news-feed-item-author {
    margin-bottom: 10px;
}
  .bs-news-feed-item-footer{
    display: block;
  }
}