.create-blog-container {
  margin-top: 100px;
  outline: none;
  font-family: Georgia, 'Times New Roman', Times, serif, 'Lohit Devanagri';
}

.create-blog-container:active, .create-blog-container:focus {
  outline: none;
}



.page-root--blog {
  display: flex;
}

.ad-sidebar {
  flex: 1 0 auto;
  display: none;
}

.tags {
  display: flex;
  margin-bottom: 20px;
  width: max-content;
  height: max-content;
  align-self: flex-end;
}

.tags a {
  padding: 5px 10px;
  margin-left: 5px;
  background-color: var(--main-blue);
  border-radius: 4px;
  font-size: 0.8em;
  font-weight: bolder;
  color: var(--off-white);
}

.tags p {
  margin: 0;
  width: max-content;
}

.title {
  font-size: 28px;
  line-height: 40px;
  font-weight: bolder;
  margin-bottom: 18px;
  word-wrap: normal;
  text-align: left;
}

.author {
  display: flex;
  margin: auto 0;
  width: max-content;
  padding: 10px 5px;
  font-weight: bolder;
  color: var(--main-blue);
}

.time {
  margin: 0 5px;
}

.author-tags {
  display: flex;
  flex-flow: row wrap;
  flex: 1 0 auto;
  margin: 1rem 0 2rem 0;
}

.author-date {
  flex: 1 0 auto;
}

.feedback {
  font-size: 12px;
}

@media screen and (min-width:500px) {
  .title {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width:910px) {
  .ad-sidebar {
    display:flex;
    flex-flow: column;
    padding-top: 30px;
    align-items: center;
    justify-content: space-between;
  }
  .title {
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 20px;
  }
}

.fbpage{
font-size: 14px !important;
font-style: italic;
}

.share{
    width: max-content;
    height: 40px;
    margin: 10px 10px;
    float: right;
}

.links{
    display: flex;
}

.share a{
    margin: 5px;
}

@media only screen and (min-width: 910px) {
  .blog-share-whatsapp{
    display: none;
  }
}

