* {
  transition: all 0.3s linear;
}

.blogpost_wrapper {
  margin: auto;
  width: 100%;
}

.like-toggle {
  outline: none;
  box-shadow: none;
  border: none;
  width: 40px;
  height: 30px;
  font-size: 1.3em;
  border-radius: 10px;
}

.like-active.basic2 {
  background: #f06ea9;
}

/* .like-toggle.basic2:not(.like-active):hover {
    background: #438CCA;
    width: 60px;
} */

.share {
  position: relative;
}

.share-btn {
  outline: none;
  border: none;
  background-color: transparent;
  border-radius: 10px;
}

.share span {
  width: 80px;
  /* display: inline-block; */
  font-weight: 700;
  text-transform: uppercase;
  /* position: absolute; */
  /* transform: translateX(-50%); */
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
  color: rgb(4, 4, 124);
}

.share nav {
  font-size: 0;
}

.share a {
  line-height: 30px;
  width: 30px;
  text-align: center;
  display: inline-block;
  background-color: transparent;
  color: rgb(4, 4, 124);
  overflow: hidden;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  margin: 0;
  /* box-shadow: 3px 1px 3px rgba(0, 0, 0, 0.1); */
}

.blog_details_bottom_social .share nav a .fab.fa-facebook-f:before {
  font-size: 22px;
}

.blog_details_bottom_social span.share {
  flex-direction: column;
  align-items: flex-start;
}

.share a:nth-child(1) {
  margin-left: 0;
}

.blog_details_bottom_social a .img-responsive {
  width: 100%;
}

.share span {
  text-align: left;
  font: 16px/24px 'OpenSans-Regular';
  letter-spacing: 0.01px;
  color: #000000;
  opacity: 1;
  margin: 0 0 0.5rem 0;
}

.share a {
  /* border-radius: 50%; */
  margin: 0 10px;
  color: rgb(4, 4, 124);
  font-size: 28px;
}

.share a {
  color: white;
}

.blog_details_bg_image {
  width: auto;
  height: 15rem;
  /* aspect-ratio: 16/9; */
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog_details_bg_icon {
  width: auto;
  height: 15rem;
}

.blog_details_bg {
  background: #718391 0% 0% no-repeat padding-box;
  opacity: 1;
  height: 9rem;
  margin: -1.8rem 0 10rem 0;
  display: flex;
  justify-content: center;
}

.blog_details_bg_heading {
  font: 178px/180px 'OpenSans-Regular';
  letter-spacing: 200px;
  color: #d3dadd;
  opacity: 0.2;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 0 4rem;
}

.blog_details_text {
  width: 70%;
  min-height: 300px;
  border-radius: 6px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15), 0 0 6px 0 rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  margin: 4rem auto 2rem auto;
  display: flex;
  flex-direction: column;
  z-index: 2;
  overflow: visible;
  opacity: 1;
  position: relative;
  padding: 2rem;
}

.blog_details_text h1,
.blog_details_text strong {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #0b2033;
  font-family: 'OpenSans-SemiBold';
}

.blog_details_text strong img {
  width: 65%;
}


.blog_details_text .blog_details_text_safe img {
  max-width: 80%;
  width:auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog_details_like,
.blog_details_text p,
.blog_details_text ol {
  font-family: 'OpenSans-Regular';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #738390;
}

.blog_details_bottom {
  display: flex;
  width: 100%;
  margin: 0rem auto 0rem auto;
  justify-content: space-between;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 2rem;
}

.blog_details_bottom_social .share {
  display: flex;
  align-items: center;
}

.blog_details_tags {
  display: flex;
  flex-direction: row;
}

.blog_details_text_tags a {
  font-weight: 600;
  color: #56bef5;
  font-family: 'OpenSans-SemiBold';
}

.blog_details_bottom_social .share nav a i.fab {
  color: #ffffff;
}

.blog_details_bottom_logo .img-responsive {
  width: 30px;
  height: auto;
}

.blog_details_bottom_logo_text .blog_details_bottom_logo_khaata_text {
  margin: 0;
  text-align: left;
  font: 16px/24px 'OpenSans-Regular';
  letter-spacing: 0.01px;
  color: #000000;
}

.blog_details_bottom_logo_text .blog_details_bottom_logo_updated_date {
  margin: 0;
  text-align: left;
  font: 16px/24px 'OpenSans-Regular';
  letter-spacing: 0.01px;
  color: #000000;
}

.blog_details_bottom_logo_text {
  margin: 0 0 0 1rem;
}

.blog_details_bottom_logo {
  display: flex;
  align-items: center;
}

/* .blog_details_bottom_logo::after {
  content: "|";
  padding: 0rem 0 0 5rem;
} */

.blog_details_bottom_social span.share .share-btn {
  padding: 0;
}

.back_to_blog {
  border-radius: 6px;
  width: 656px;
  margin: 0 auto 2rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.back_to_blog_btn {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #ff5669;
  border-radius: 4px;
  width: 206px;
  height: 41px;
  font-family: 'OpenSans-SemiBold';
  text-align: center;
  font: 16px/40px 'OpenSans-SemiBold';
  letter-spacing: 0;
  color: #ff5669;
  opacity: 1;
  text-decoration: none;
}

.blog_details_text_tags {
  background: #00d4b3;
  display: flex;
  width: fit-content;
  color: #ffffff !important;
  padding: 0.5rem 1rem;
  margin-right: 0.875em;
  border-radius: 0.5em;
}

.blog_details_text_tags a {
  color: #ffffff !important;
  text-decoration: none;
}

.noscroll {
  overflow: hidden;
}

#img-modal {
  margin-top: 1em;
  max-height: 100%;
  max-width: 100%;
  padding: 2em 2em 0 2em;
}

.hide {
  display: none;
}

.expand-image {
  cursor: pointer;
  padding: 0.5em;
  max-width: 100%;
  border-radius: 0.5em;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}

.expand-image:hover {
  -webkit-box-shadow: 0.01em 0.01em 1em 0.2em #ccc;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0.01em 0.01em 1em 0.2em #ccc;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0.01em 0.01em 1em 0.2em #ccc;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  padding: 1em;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10000;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.overlay-close-btn {
  width: 2em;
  height: 2em;
  margin: 1em;
  padding: 0.5em;
  border-radius: 4em;
  background-color: #484848;
  cursor: pointer;
}

.blog-post-image-center {
  /* width: auto;
  height: 45rem; */
  max-width: 100%;
  height: auto;
}

.blog-post-image-parent {
  text-align: center;
}
@media only screen and (max-width: 64em) {
  .blog_details_bg {
    margin: -1.8rem 0 4rem 0;
  }
  .blog_details_text {
    width: 80%;
  }
  .blog_details_bottom {
    flex-direction: column;
    width: 100%;
  }
  .blog_details_bottom_logo {
    padding: 1rem 2rem 1rem 0rem;
  }
  .blog_details_bottom_logo::after {
    display: none;
  }
  .blog_details_bottom_social {
    padding: 1rem 2rem 1rem 0rem;
  }
  .blog_details_bottom_logo_text {
    margin: 0 !important;
  }
  .blog_details_bg_heading {
    font: 78px/180px 'OpenSans-Regular';
    letter-spacing: 0px;
    padding: 0 0 0 0rem;
  }

  .blog_details_bg_icon {
    max-width: 100%;
    height: 12rem;
  }

  .blog_details_bg {
    background: #718391 0% 0% no-repeat padding-box;
    opacity: 1;
    height: 5rem;
    margin: -1.8rem 0 5rem 0;
    display: flex;
    justify-content: center;
  }
  
  .blog_details_text .blog_details_text_safe img {
    max-width:100%;
    width:auto;
    height:auto;
  }

  .back_to_blog {
    width: 80%;
  }
  .blog_primary_masthead {
    width: 100% !important;
    flex-direction: column;
  }
  .mastered_container_content {
    width: 100%;
  }
}

.blog_details_like .like-button {
  display: flex;
  align-items: center;
}
.blog_details_like .like-button .like-toggle {
  display: flex;
  align-items: center;
  margin: 0 0.3rem 0 0;
}
.blog_details_like .like-button .basic2 {
  background: transparent url('../images/Blog/star_basic.svg') no-repeat;
  background-position: 0 0;
  background-size: 20px 20px;
  /* position: absolute; */
  width: 22px;
  height: 1.4rem;
  cursor: pointer;
}

.blog_details_like .like-button .like-active {
  background: transparent url('../images/Blog/star_like.svg') no-repeat;
  background-position: 0 0;
  background-size: 20px 20px;
  /* position: absolute; */
  width: 22px;
  height: 1.4rem;
}

/* 48em is 768px */
/* Styles for all screens less than 768px */
/* Mobile Devices */
@media only screen and (max-width: 30em) {
  .blog_details_text {
    width: 95%;
    padding: 1rem;
  }

  .blog_details_text strong img {
    width: -webkit-fill-available;
  }

  .blog_details_bg_image {
    width: auto;
    height: auto;
    aspect-ratio: 16/9;
    max-width: 100%;
  }
}