/*------------------------------------------------------------------
[BLOG.CSS - Blog & Posts styles]
[Table of contents]

1. Single post styles
2. Related posts style
3. Blog archive
	3.1 Blog archive - Simple style
	3.2 Blog archive - One columns style
	3.3 Blog archive - Masonry style
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
	1. Single post styles
-------------------------------------------------------------------*/
.post-title {
  font-size: 38px;
  line-height: 44px;
  font-weight: normal;
  margin-bottom: 18px;
}
.post-data {
  border-bottom: 2px solid #eeeeee;
  margin-bottom: 28px;
  padding-bottom: 18px;
  font-size: 14px;
}
.post-data span {
  margin-right: 30px;
  padding-left: 23px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: left center;
}
.post-data a {
  color: #87878d;
}
.post-data a:hover {
  color: #1cbbb4;
}
.post-data .comments-num {
  background-size: 18px 18px;
  background-position: left 2px;
}
.single .post-thumbnail {
  margin-bottom: 30px;
}
.single .single-article-post {
  border-bottom: 2px solid #eeeeee;
  margin-bottom: 30px;
}
.tags-list {
  margin-bottom: 18px;
}
.tags-list a {
  margin-right: 20px;
  padding-left: 23px;
  font-size: 14px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: left center;
  color: #87878d;
}
.tags-list a:hover {
  color: #1cbbb4;
}
.tags-list strong,
.single #content .share-links strong {
  margin-right: 20px;
  color: #87878d;
}
.single #content .share-links {
  margin-bottom: 18px;
}
.single #content .share-links a {
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  background: #eeeeee;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-align: center;
  font-size: 12px;
  margin-right: 7px;
}
.single #content .share-links a .fa {
  color: #87878d;
}
.single #content .share-links a:hover {
  background: #00bff3;
}
.single #content .share-links a:hover .fa {
  color: #ffffff;
}
.single #content .images-carousel {
  margin-bottom: 80px;
}
@media screen and (max-width: 992px) {
  .post-title {
    font-size: 38px;
    line-height: 44px;
  }
}
/*------------------------------------------------------------------
	2. Related posts style
-------------------------------------------------------------------*/
.blog-related-posts {
  margin-top: 70px;
}
.blog-related-posts > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.blog-related-posts .time {
  padding-left: 23px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: left center;
  margin-bottom: 10px;
  font-size: 14px;
}
.blog-related-posts h4 {
  font-size: 18px;
  line-height: 1.35em;
}
.blog-related-posts h4 a {
  color: #28282c;
  text-decoration: none;
}
.blog-related-posts h4 a:hover {
  color: #1cbbb4;
}
.blog-related-posts .post-thumbnail {
  margin-bottom: 18px;
  position: relative;
}
.blog-related-posts .post-thumbnail img {
  display: block;
  width: 100%;
}
.blog-related-posts .post-thumbnail .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(28, 187, 180, 0.7);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-size: 50px 50px;
  background-position: center center;
  background-repeat: no-repeat;
}
.blog-related-posts .inside:hover .overlay {
  opacity: 1;
}
/*------------------------------------------------------------------
	3. Blog archive
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
	3.1 Blog archive - Simple style
-------------------------------------------------------------------*/
.blog-archive-style-cols_1_simple {
  text-align: center;
}
.blog-archive-style-cols_1_simple article {
  padding-top: 70px;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: center top;
  padding-bottom: 75px;
  margin-bottom: 75px;
  border-bottom: 2px solid #eeeeee;
}
.blog-archive-style-cols_1_simple .post-data {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 25px;
}
.blog-archive-style-cols_1_simple .post-title {
  font-weight: bold;
  margin-bottom: 25px;
}
.blog-archive-style-cols_1_simple .post-title a {
  color: #28282c;
  text-decoration: none;
}
.blog-archive-style-cols_1_simple .post-title a:hover {
  color: #1cbbb4;
}
/*------------------------------------------------------------------
	3.2 Blog archive - One columns style
-------------------------------------------------------------------*/
.blog-archive-style-cols_1 article {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 2px solid #eeeeee;
}
.blog-archive-style-cols_1 article header {
  margin-bottom: 30px;
}
.blog-archive-style-cols_1 article header iframe {
  margin-bottom: 0;
}
.blog-archive-style-cols_1 article .images-carousel {
  margin-bottom: 60px;
}
.blog-archive-style-cols_1 article.sticky,
.blog-archive-style-cols_1 article.format-link {
  border-left: 2px solid #1cbbb4;
  border-right: 2px solid #eeeeee;
  border-top: 2px solid #eeeeee;
  padding: 37px;
}
.blog-archive-style-cols_1 article.format-link {
  border-color: #eeeeee;
  border-style: solid;
  border-left-width: 2px;
}
.blog-archive-style-cols_1 article.format-link .link-content {
  font-family: Roboto Slab;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.35em;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.blog-archive-style-cols_1 article.format-quote blockquote,
.blog-archive-style-cols_1 article .link-content {
  margin-bottom: 0;
}
.blog-archive-style-cols_1 .post-title {
  margin-bottom: 22px;
  font-size: 28px;
  line-height: 35px;
}
.blog-archive-style-cols_1 .post-title a {
  color: #28282c;
  text-decoration: none;
}
.blog-archive-style-cols_1 .post-title a:hover {
  color: #1cbbb4;
}
.blog-archive-style-cols_1 .post-data {
  border-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 992px) {
  .blog-archive-style-cols_1 .post-title {
    font-size: 28px;
    line-height: 35px;
  }
}
.blog-archive-style-cols_1 .post-thumbnail,
.blog-archive-style-masonry .post-thumbnail {
  position: relative;
  float: left;
}
.blog-archive-style-cols_1 .post-thumbnail img,
.blog-archive-style-masonry .post-thumbnail img {
  display: block;
}
.blog-archive-style-cols_1 .post-thumbnail .overlay,
.blog-archive-style-masonry .post-thumbnail .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(28, 187, 180, 0.7);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-size: 50px 50px;
  background-position: center center;
  background-repeat: no-repeat;
}
.blog-archive-style-cols_1 .post-thumbnail:hover .overlay,
.blog-archive-style-masonry .post-thumbnail:hover .overlay {
  opacity: 1;
}
/*------------------------------------------------------------------
	3.3 Blog archive - Masonry style
-------------------------------------------------------------------*/
.blog-archive-style-masonry {
  margin-left: -15px;
  margin-right: -15px;
}
.blog-archive-style-masonry .pagination {
  margin-bottom: 70px;
}
.blog-archive-style-masonry article {
  padding: 15px;
  width: 33.3333%;
  margin-bottom: 60px;
}
.blog-archive-style-masonry .post-thumbnail,
.blog-archive-style-masonry header {
  margin-bottom: 20px;
}
.blog-archive-style-masonry .post-thumbnail iframe,
.blog-archive-style-masonry header iframe,
.blog-archive-style-masonry .post-thumbnail p,
.blog-archive-style-masonry header p {
  margin-bottom: 0;
}
.blog-archive-style-masonry article.format-audio iframe {
  height: 240px;
}
.blog-archive-style-masonry .play:after {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  background-size: 50px 50px;
}
.blog-archive-style-masonry article.sticky .post-content,
.blog-archive-style-masonry article.format-link .post-content,
.blog-archive-style-masonry article.format-quote .post-content {
  border: 2px solid #eeeeee;
  border-left-color: #1cbbb4;
  padding: 25px 35px;
}
.blog-archive-style-masonry article.sticky .post-thumbnail,
.blog-archive-style-masonry article.format-link .post-thumbnail,
.blog-archive-style-masonry article.format-quote .post-thumbnail {
  margin: 0 -15px 25px -15px;
}
.blog-archive-style-masonry article.format-link {
  text-align: center;
}
.blog-archive-style-masonry article.format-link .post-icon {
  display: inline-block;
  width: 60px;
  height: 30px;
  background-size: 60px 60px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 10px;
}
.blog-archive-style-masonry article.format-link .post-title {
  font-family: Roboto Slab;
  font-size: 22px;
  line-height: 1.35em;
  font-weight: normal;
}
.blog-archive-style-masonry article.format-link .link-content {
  font-family: Roboto Slab;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.blog-archive-style-masonry article.format-link .link {
  color: #1cbbb4;
  font-weight: bold;
}
.blog-archive-style-masonry article.format-link .time {
  display: inline-block;
}
.blog-archive-style-masonry article.format-quote {
  text-align: center;
}
.blog-archive-style-masonry article.format-quote .post-content {
  padding-top: 50px;
}
.blog-archive-style-masonry article.format-quote .post-icon {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #1cbbb4;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center center;
  top: -20px;
  left: 50%;
  margin-left: -35px;
}
.blog-archive-style-masonry article.format-quote .time {
  display: inline-block;
}
.blog-archive-style-masonry article.format-quote blockquote {
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 18px;
  line-height: 1.35em;
}
.blog-archive-style-masonry article.format-quote blockquote cite {
  font-size: 16px;
}
.blog-archive-style-masonry article.format-quote blockquote:before {
  display: none;
}
.blog-archive-style-masonry article.format-gallery .slick-dots {
  bottom: 15px;
}
.blog-archive-style-masonry .time {
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
  font-size: 14px;
  margin-bottom: 7px;
}
.blog-archive-style-masonry .post-title {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
}
.blog-archive-style-masonry .post-title a {
  color: #28282c;
  text-decoration: none;
}
.blog-archive-style-masonry .post-title a:hover {
  color: #1cbbb4;
}
.blog-archive-style-masonry .button {
  margin-top: 18px;
}
@media screen and (max-width: 992px) {
  .blog-archive-style-masonry .post-title {
    font-size: 18px;
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .blog-archive-style-masonry article {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .blog-archive-style-masonry article {
    width: 100%;
  }
}
