.img-thumbnail-qm {
	padding: 0.25rem;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.card {
	height: 100%;
}

.title-overlay {
	background-color: #00000070;
    height: 100%;
    width: 100%;
    color: #FFFFFF;
}

.blog_image_banner
{
	background-size: cover;
    box-shadow: inset 0 0 0 2000px rgb(105 106 107 / 55%);
    color: #FFFFFF;
}

.breadcrumb_list {
    list-style: none;
    display: inline-flex;
    flex-direction: row;
    margin-top: 0;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

ul.breadcrumb_list li a {
    color: var(--vivid-vivid-07,#00448F);
    font-size: 14px;
    font-family: var(--font-inter);
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: .7px;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 8px;
}

ul.breadcrumb_list li:not(:first-child):before {
    content: "/";
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
    margin-left: 0;
    color: #222;
    font-size: 14px;
    font-family: var(--font-inter);
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.blog_author_avtar {
    margin: auto;
    padding: 18px;
}

.blog_author_avtar img {
    border-radius: 100%;
    height: 120px;
    width: 120px;
}

.blog_author_avtar_small_img {
    border-radius: 100%;
    width: 24px;
    height: 24px;
    margin-left: 10px;
    margin-right: 10px;
}
.blog-post-meta {
    font-weight: 500;
    font-size: 15px;
}
.blog-post-meta-title {
    /*color: gray;*/
}
.blog-post-meta-icon {
    width: 20px;
    height: 20px;
    max-width: max-content;
}

.share-list {
  display: flex;
  flex-direction: row;
}

.share-list a {
  border-radius: 100px;
  width: 50px;
  height: 50px;
  padding: 7px;
  margin: 10px;
  cursor: pointer;
  overflow: hidden;
}
  
.share-list img {
    width: 100%;
    height: 100%;
    filter: invert(100%);
  }

a.fb-h { background: #3B5998; }
a.tw-h { background: #000000; }
a.li-h { background: #0077B5; }
a.re-h { background: #FF5700; }
a.pi-h { background: #c8232c; }
a.in-h { background: #d62976; }
a.wa-h { background: #075E54; }



.share-buttons-container {
  display: flex;
  justify-content: center;
  align-items: center;
/*  background: #bcbcf2;*/
  width: 100%;
/*  height: 100vh;*/
}

.share-article-text {
    font-size: 20px;
    font-weight: 500;
}
