/* Body */

body {
    margin-top:0;
}

/* Colours */

.gray-bg {
    background-color: #f5f5f5;
}

/* Header */

.header-navigation, .header-navigation .dropdown {
    position: static;
}

.header-navigation {
    font: 15px "Open Sans", sans-serif;
    margin: 0 10px 0 0;
    padding: 0;
}

/* Blog */

.blog-listing {
    padding-top: 30px;
    padding-bottom: 30px;
}

.blog-grid {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
}

.blog-grid .blog-img {
  position: relative;
}

.blog-grid .blog-img .date {
  position: absolute;
  background: #fc5356;
  color: #ffffff;
  padding: 8px 15px;
  left: 10px;
  top: 10px;
  border-radius: 4px;
}

.blog-grid .blog-img .date span {
  font-size: 22px;
  display: block;
  line-height: 22px;
  font-weight: 700;
}

.blog-grid .blog-img .date label {
  font-size: 14px;
  margin: 0;
}

.blog-grid .blog-info {
  padding: 20px;
}

.blog-grid .blog-info h5 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px;
}

.blog-grid .blog-info h5 a {
  color: #20247b;
}

.blog-grid .blog-info p {
  margin: 0;
}

.blog-grid .blog-info .btn-bar {
  margin-top: 20px;
}

.blog-single {
    padding-top: 30px;
    padding-bottom: 30px;
}
  
/* Tags */

.tag-cloud a {
  padding: 4px 15px;
  font-size: 13px;
  color: #ffffff;
  background: #20247b;
  border-radius: 3px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.tag-cloud a:hover {
  background: #fc5356;
}

/* Article */

.article {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  padding: 15px;
  margin: 15px 0 30px;
}

.article .article-title {
  padding: 15px 0 20px;
}

.article .article-title .category {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}

.article .article-title .category a {
  text-transform: uppercase;
  color: #fc5356;
  border-bottom: 1px solid #fc5356;
}

.article .article-title h1 {
  padding-left: 6px;
  color: #20247b;
  font-weight: 600;
}

.article .article-header .media {
  padding-top: 15px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
}

.article .article-header .media .avatar {
  width: 65px;
  height: 48px;
  border-radius: 60%;
  overflow: hidden;
}

.article .article-header .media .media-body {
  padding-left: 8px;
}

.article .article-header .media .media-body label {
  font-weight: 600;
  color: #fc5356;
  margin: 0;
}

.article .article-header .media .media-body .article-dates {
  display: block;
  font-size: 12px;
}

.article .article-content h1,
.article .article-content h2,
.article .article-content h3,
.article .article-content h4,
.article .article-content h5,
.article .article-content h6 {
  color: #20247b;
  font-weight: 600;
  margin-top: 7px;
  margin-bottom: 15px;
}

.article .article-img {
  padding-top: 12px;
}

.article .article-text {
  box-shadow: 0 0 30px rgba(0, 12, 25, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  padding: 20px;
  margin-bottom: 10px;
}

.article .article-content blockquote {
  max-width: 600px;
  padding: 15px 0 30px 0;
  margin: 0;
}

.article .article-content blockquote p {
  font-size: 20px;
  font-weight: 500;
  color: #fc5356;
  margin: 0;
}

.article .article-content blockquote .blockquote-footer {
  color: #20247b;
  font-size: 16px;
}

.article .article-content blockquote .blockquote-footer cite {
  font-weight: 600;
}

.article .tag-cloud {
  padding-top: 10px;
}

.article-comment {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #c3d1ea;
  padding: 20px;
}

.article-comment .title {
  color: #20247b;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 22px;
}

/* Category */

.category-article-title {
  font-size: 16px;
  font-weight: bold;
}

/* Image */

img {
    max-width: 100%;
}

img {
    vertical-align: middle;
    border-style: none;
}

/* Toc */

.table-of-contents ul li a:hover {
  color: #0d6efd;
  font-weight: bold;
}

.table-of-contents ul li a i {
  margin-right: 5px;
}