@import url(https://fonts.googleapis.com/css?family=Roboto);


/* The card */
.sch-blog-card-6 .sch-blog-card-content {
  position: relative;
  height: 450px;
  width: 100%;
  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);
}

.sch-blog-card-6 .sch-blog-card-img {
  float: left;
  position: relative;
  left: 30px;
  top: -30px;
  height: 320px;
  width: 50%;
  -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);
  background: #fff;
}


.sch-blog-card-6 .sch-blog-card-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
  padding: 10px;
}

/* Right side of the card */
.sch-blog-card-6 .sch-blog-card-content-right {
  margin-left: 57%;
  margin-right: 20px;
}

.sch-blog-card-6 h1 {
  padding-top: 30px;
  font-size: 20px;
  color: #4B4B4B;
  font-weight: bold;
}

.sch-blog-card-6 .sch-author {
  background-color: #9ECAFF;
  height: 30px;
  width: 120px;
  border-radius: 20px;
}

.sch-blog-card-6 .sch-author > img {
  padding-top: 5px;
  margin-left: 10px;
  float: left;
  height: 25px;
  width: 25px;
  border-radius: 50%;
}


.sch-blog-card-6 h2 {

    padding-top: 8px;
    margin-left: 40px;
    text-align: center;
    font-size: 10px;

}

.sch-blog-card-6 p {
  text-align: justify;
  padding-top: 10px;
  font-size: 12px;
  line-height: 150%;
  color: #4B4B4B;
}
.sch-bottom {
  display: inline-block;
  width: 100%;
  height: 100px;
  padding: 0px 30px;
}
.sch-bottom-day {
  display: inline-block;
  width: 30%;
  float: left;
  text-align: center;
}
/* DATE of release*/
.sch-blog-card-6 h5 {
  font-size: 70px;
  color: #C3C3C3;
  margin:0;
}

.sch-blog-card-6 h6 {
  font-size: 2rem;
  color: #C3C3C3;
  margin:0;
}
.sch-blog-card-6 ul {
  width: 70%;
  float: right;
  line-height: 100px;
  text-align: right;
}

.sch-blog-card-6 li {
  display: inline;
  list-style: none;
  padding-right: 40px;
  color: #7B7B7B;
}

/* Floating action button */
.sch-blog-card-6 .fab {
  position: absolute;
  right: 50px;
  bottom: -40px;
  box-sizing: border-box;
  padding-top: 18px;
  background-color: #1875D0;
  width: 80px;
  height: 80px;
  color: white;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.75);
}

@media only screen and (max-width:640px){
	.sch-blog-card-6 .sch-blog-card-img {
  left: 0;
  width: 100%;
}
.sch-blog-card-6 .sch-blog-card-content-right {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  display: inline-block;
  padding: 0 30px;
}
.sch-blog-card-content {
  display: inline-block;
  width: 100%;
  height: auto !important;
}
.sch-blog-card-6 li {
  padding-right: 10px;
}
.sch-blog-card-6 h6 {
  font-size: 18px;
}
.sch-blog-card-6 h5 {
  font-size: 30px;
}
.sch-bottom {
  height: auto;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.sch-bottom-day {
  display: inline-block;
  width: 100%;
  float: left;
  text-align: center;
}
.sch-blog-card-6 ul {
  width: 100%;
  float: none;
  line-height: 100px;
  text-align: center;
  padding-left: 0;
}
}