/* Colors */
/* Fonts */
/* Border Radius' */
/* Screen Sizes */
.red-gradient {
  background: #c93032;
  background: linear-gradient(310deg, #C95000, #c93032);
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0.5px 0.5px 2px #b11010;
}
.red-gradient h1 {
  margin: 0;
  line-height: 1;
}
.red-gradient a:hover, .red-gradient a:focus {
  text-shadow: none;
  color: black;
}
.red-gradient a.btn-ghost {
  background: rgba(0, 0, 0, 0);
  font-size: 1.1em;
  border: 2px solid #ffffff;
  border-radius: 5px;
}
.red-gradient a.btn-ghost:hover {
  color: #ffffff;
  text-decoration: underline;
  background: rgb(159.8313253012, 38.1686746988, 39.7590361446);
}

.green-gradient {
  background: #08b55a;
  background: linear-gradient(310deg, #85bc19, #08b55a);
}

.blue-gradient {
  background: #1a85c1;
  background: linear-gradient(310deg, #0bada8, #1a85c1);
}

.purple-gradient {
  background: #8342b2;
  background: linear-gradient(310deg, #af2cc6, #8342b2);
}

.featured-img {
  background-image: url("/images/blog-img-featured.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  /*height: 70vh;*/
  padding: 2em 1em;
  background-position: center;
  margin-top: 2em;
  display: flex;
  align-items: flex-end;
}
.featured-img .post-title {
  border: 1px solid #ffffff;
  background: #c93032;
  background: linear-gradient(310deg, #C95000, #c93032);
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0.5px 0.5px 2px #b11010;
  padding: 1em;
}
.featured-img .post-title h1 {
  margin: 0;
  line-height: 1;
}
.featured-img .post-title a:hover, .featured-img .post-title a:focus {
  text-shadow: none;
  color: black;
}
.featured-img .post-title a.btn-ghost {
  background: rgba(0, 0, 0, 0);
  font-size: 1.1em;
  border: 2px solid #ffffff;
  border-radius: 5px;
}
.featured-img .post-title a.btn-ghost:hover {
  color: #ffffff;
  text-decoration: underline;
  background: rgb(159.8313253012, 38.1686746988, 39.7590361446);
}
.featured-img p {
  margin-top: 1em;
}
.featured-img .date {
  border-color: #ffffff;
}
.featured-img .post-tags a {
  background-color: #2b2b2b;
  border: 1px solid #ffffff;
}
.featured-img .post-tags a:hover, .featured-img .post-tags a:focus {
  background-color: #c93032;
  color: #ffffff;
}
.featured-img h1 a {
  color: #ffffff;
  line-height: 1.2;
}

.featured-post-info {
  display: flex;
  flex-direction: column;
  max-width: 1300px;
  margin: 0 auto;
}

.blog-list-wrapper {
  margin: 0 auto 2em;
}
.blog-list-wrapper .post {
  border-bottom: 1px solid #dadada;
}
.blog-list-wrapper .post img {
  width: 100%;
  height: auto;
}

.blog-post-wrapper {
  margin: 0 auto 1em;
}
.blog-post-wrapper .featured-img {
  margin-top: 0;
  height: 50vh;
}
.blog-post-wrapper .post {
  padding: 0 2.5em 2em 0;
}

.blog-list-wrapper, .blog-post-wrapper {
  max-width: 1300px;
  padding: 1em;
  display: flex;
}
@media (max-width: 767px) {
  .blog-list-wrapper, .blog-post-wrapper {
    flex-direction: column;
  }
}
.blog-list-wrapper main, .blog-post-wrapper main {
  flex: 2;
  margin-right: 10%;
}
.blog-list-wrapper .text-container.subscribe, .blog-post-wrapper .text-container.subscribe {
  background: linear-gradient(310deg, #C95000, #c93032);
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0.5px 0.5px 2px #b11010;
  text-align: center;
  padding-bottom: 2em;
}
.blog-list-wrapper .text-container input, .blog-post-wrapper .text-container input {
  font-size: 1.15rem;
}
.blog-list-wrapper .text-container input.btn-ghost, .blog-post-wrapper .text-container input.btn-ghost {
  background: rgba(0, 0, 0, 0);
  font-size: 1.1em;
  border: 2px solid #ffffff;
  border-radius: 5px;
  font-weight: bold;
  margin-top: 0.75em;
  padding: 0.25em 2em;
}
.blog-list-wrapper aside .info-type, .blog-list-wrapper aside .date, .blog-list-wrapper aside .count, .blog-post-wrapper aside .info-type, .blog-post-wrapper aside .date, .blog-post-wrapper aside .count {
  font-size: 0.9rem;
}
.blog-list-wrapper aside .date, .blog-list-wrapper aside .count, .blog-post-wrapper aside .date, .blog-post-wrapper aside .count {
  color: rgb(106.75, 106.75, 106.75);
  padding: 0;
  border: none;
}
.blog-list-wrapper aside h3, .blog-post-wrapper aside h3 {
  margin-top: 5px;
  line-height: 1.5;
}
.blog-list-wrapper aside h3 a, .blog-post-wrapper aside h3 a {
  color: #2b2b2b;
}
.blog-list-wrapper aside h3 a:hover, .blog-list-wrapper aside h3 a:focus, .blog-post-wrapper aside h3 a:hover, .blog-post-wrapper aside h3 a:focus {
  color: #c93032;
}

.post-tags {
  margin-bottom: 1.5em;
  -webkit-font-smoothing: antialiased;
}
.post-tags a {
  background-color: #c93032;
  color: #ffffff;
  padding: 0.5em 0.75em;
  margin-right: 1em;
}
.post-tags a:hover, .post-tags a:focus {
  background-color: rgb(118.6626506024, 28.3373493976, 29.5180722892);
  color: #ffffff;
}

aside .popular-post, .related-post {
  border-bottom: 1px solid #dadada;
  padding: 1em 0;
}
aside .popular-post:last-child, .related-post:last-child {
  border: none;
}

.popular-topic {
  padding: 0.5em 0;
}

.popular-topic {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.author {
  padding-right: 10px;
}

.date {
  padding-left: 15px;
  border-left: 1px solid #6c6c6c;
}

@media (max-width: 992px) {
  .post h1 {
    font-size: 2.5em;
  }
}
@media (max-width: 767px) {
  .post h1 {
    font-size: 2em;
  }
}
.post h1 a {
  color: #2b2b2b;
}

.blog-post-img {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 350px;
  padding: 2em 1em;
  background-position: center;
  margin-top: 20px;
}

.ex-1 {
  background-image: url("/images/example-1.jpg");
}

.ex-2 {
  background-image: url("/images/example-2.jpg");
}

.ex-3 {
  background-image: url("/images/example-3.jpg");
}

.post {
  padding: 3.5em 0 3em;
}
.post:first-child {
  padding-top: 0;
}

.post-pagination {
  justify-content: space-between;
  align-items: center;
  border-bottom: none;
  padding: 1em 0;
}
.post-pagination nav {
  margin: 0;
}
.post-pagination .small {
  color: #6c6c6c;
  font-size: 0.9rem;
  font-style: italic;
}

.article-content {
  margin-top: 4em;
}
.article-content h2, .article-content h3 {
  margin-top: auto;
}
.article-content h4 {
  font-size: 1.1rem;
}

.share-article {
  display: flex;
}
.share-article a {
  border-radius: 5px;
  color: #ffffff;
  padding: 0.5em 1em;
  margin-right: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.share-article a:hover {
  border-bottom: none;
  text-decoration: underline;
  color: #ffffff;
}
.share-article #fbook-share {
  background: #c93032;
  background: linear-gradient(310deg, #C95000, #c93032);
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0.5px 0.5px 2px #b11010;
}
.share-article #fbook-share h1 {
  margin: 0;
  line-height: 1;
}
.share-article #fbook-share a:hover, .share-article #fbook-share a:focus {
  text-shadow: none;
  color: black;
}
.share-article #fbook-share a.btn-ghost {
  background: rgba(0, 0, 0, 0);
  font-size: 1.1em;
  border: 2px solid #ffffff;
  border-radius: 5px;
}
.share-article #fbook-share a.btn-ghost:hover {
  color: #ffffff;
  text-decoration: underline;
  background: rgb(159.8313253012, 38.1686746988, 39.7590361446);
}
.share-article #twit-share {
  background: #08b55a;
  background: linear-gradient(310deg, #85bc19, #08b55a);
}
.share-article #li-share {
  background: #1a85c1;
  background: linear-gradient(310deg, #0bada8, #1a85c1);
}
.share-article .icon-fbook {
  background-image: url("/images/icon-fbook.svg");
}
.share-article .icon-twit {
  background-image: url("/images/icon-twitter.svg");
}
.share-article .icon-li {
  background-image: url("/images/icon-linkedin.svg");
}

.more-posts {
  border-top: 1px solid #dadada;
  max-width: 1300px;
  margin: 0 auto;
  padding: 1em;
}

.related-post-list {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .related-post-list {
    flex-direction: column;
  }
}
.related-post-list li {
  flex: 1;
}
.related-post-list li:not(:last-child) {
  padding-right: 2em;
}
.related-post-list .blog-post-img {
  height: 150px;
}

.keywords {
  margin-top: 2em;
}
