@import url(https://fonts.googleapis.com/css?family=Roboto);

.f8 {
  font-size: 0.8rem;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@font-face {
  font-family: iranyekan_bold;
  src: url(../font/iranyekanwebboldfanum.woff);
  font-style: italic;
}

/* The card */
.CardBlog {
  /* direction: ltr; */
  position: relative;
  /* height: 450px;
  width: 900px; */
  /* margin: 200px auto; */
  background-color: #FFF;
  -webkit-box-shadow: 10px 10px 93px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 93px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 93px 0px rgba(0, 0, 0, 0.75);
}

/* Image on the left side */
.CardBlog .thumbnail {
  float: left;
  /* position: relative; */
  left: 30px;
  top: -30px;
  /* height: 320px;
  width: 530px; */
  -webkit-box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.75);
  overflow: hidden;
}

/*object-fit: cover;*/
/*object-position: center;*/
.CardBlog .ImgBlog.left {
  height: 100%;
  width: 100%;
}

/* Right side of the card */
.CardBlog .title {
  text-align: center;
  font-family: iranyekan_bold;
  color: #4B4B4B;
  font-size: 1.3rem;
}


.CardBlog .author {
  background-color: #9ECAFF;
  height: 2rem;
  width: 9rem;
  border-radius: 20px;
}

.CardBlog .author > img {
  /* padding-top: 5px; */
  /* margin-left: 0.0rem; */
  float: left;
  /* height: 2rem; */
  width: 2.5rem;
  /* width: 100%; */
  height: 100%;
  border-radius: 50%;
}

.CardBlog h2 {
  font-weight: bold;
  padding-top: 8px;
  margin-right: 6px;
  text-align: right;
  font-size: 0.8rem;
}
.CardBlog .separator {
  direction: rtl;
  text-align: right;
  margin-top: 10px;
  border: 1px solid #C3C3C3;
}

.CardBlog p {
  text-align: justify;
  padding-top: 10px;
  font-size: 0.95rem;
  line-height: 150%;
  color: #4B4B4B;
}

/* DATE of release*/
.CardBlog h5 {
  position: absolute;
  left: 30px;
  bottom: 0;
  /* bottom: -120px; */
  font-size: 6rem;
  color: #C3C3C3;
}

.CardBlog h6 {
  position: absolute;
  left: 30px;
  /* bottom: -55px; */
  bottom: 0;
  font-size: 2rem;
  color: #C3C3C3;
}

/* Those futur buttons */
.CardBlog ul {
  direction: ltr;
  text-align: left;
  margin-left: 8rem;
}

.CardBlog li {
  font-size: 1rem;
  display: inline;
  list-style: none;
  padding-right: 40px;
  color: #7B7B7B;
}
.CardBlog li i{
  font-size: 1.2rem;
  padding-right: 0.5rem;
}

/* Floating action button */
.CardBlog .btn_open {
  position: absolute;
  bottom: -0.8rem;
  right: 1.5rem;
}