/* Blog header */

.body-container-wrapper{
  background-color:#d0cfd0;  
  padding-top:20px;
  position:relative;
  padding-bottom:20px;
}

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

.blog-header__inner {
  padding: 0px 0px 0px 0px;
  margin: 0 auto;
  max-width: 600px;
}

.blog-header__form {
  margin: 0 1rem;
}

/* Blog header - author listing */
.image-col img{
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
  margin-bottom:30px;
  padding-bottom:0px;
  padding-right:12px;
  line-height: 1.250;
}
  
.image-col h2 {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
  margin-bottom: 10px;
  text-align: center;
  font-size: 133%;
  line-height:1.1;
}

.blog_author_date{
  text-align:center; 
  line-height:1.0; 
}
  
@media screen and (min-width: 768px) {
  .blog-header__form {
    margin: 0 auto;
    width: 500px;
  }
}

.share_menu{
    display:none;
}

.share_title{
  margin-bottom:10px;
}

.share_footer{
  line-height: 1.4;
}

.footer_links{
  column-count: 2;
  display: grid;
  grid-template-columns: 50% 50%;
}

@media screen and (min-width: 1250px){
  .share_menu{
  display:grid;
  position:-webkit-sticky;
  position:sticky;
  top:26.5%;
  left:16px;
  float: left;
  padding: 16px;
  max-width: 20%;
  width: auto;
  background: #fff;
  margin:0 auto 1.4rem;
  }
  
  .share_footer{
    display:none;
  }
  
  .share_block{
    display:none;
  }
}

@media screen and (min-width: 1840px){
  .share_menu{
  display:grid;
  position:-webkit-sticky;
  position:sticky;
  top:26.5%;
  left:14.5%;
  float: left;
  padding: 16px;
  max-width: 20%;
  width: auto;
  background: #fff;
  margin:0 auto 1.4rem;
  }
}

.share_icons{
  padding-bottom: 8px;
}

.blog-header__author-avatar {
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  display: block;
  height: auto;
  margin: 0 auto 1.4rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover,
.blog-header__author-social-links a:focus {
  background-color: #494A52;
}

.blog-header__author-social-links svg {
  fill: #FFF;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog listing */

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0;
}

.blog-index__post {
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex: 0 0 calc(100%/3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: flex;
    flex: 1 0 100%;
  }
}

.blog-index__post-image {
  height: auto;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image-wrapper--large {
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }

  .blog-index__post-content--full-width {
    flex: 1 1 100%;
    padding-left: 0;
  }
}

.blog-index__post-content h2 {
  margin: 0.7rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}

.blog-index__post-content a {
  color: #494A52;
}

/* Blog pagination */

.blog-pagination {
  display: flex;
  justify-content: center;
}

.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border-color: #B0C1D4;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
}

.blog-pagination__link.blog-pagination__prev-link--disabled,
.blog-pagination__link.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494A52;
  margin: 0 0.3rem;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}
/* Blog post */

.blog-post__meta {
  padding: 16px;
  max-width: 95%;
  width: 720px;
  margin:auto;
  margin-bottom: 1.4rem;
  background: #fff;
  line-height:1px;
}

.blog-post__body {
  margin: 0 auto;
  max-width: 85%;
  width: 720px;
  line-height: 1.4;
}

h1 {
  font-family: europa;
  font-weight: 700;
  font-style: normal;
  font-size: 200%;
  margin:0;
  text-align: center;
  letter-spacing: 0em;
  line-height: 1.3em;
  text-decoration: none;
  text-transform: none;
  color: #333;
}
  
/* Blog post */
@media screen and (min-width: 768px) {    
  .image-col img{
  display: block;
  float:left;
  width: 40%;
  height: auto;
  margin: 0 auto;
  padding-right:16x;
  padding-bottom:0px;
}

.image-col h2 {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 22pt;
  text-align: left;
  line-height: 1.10;
}
  
.blog-post__meta {
  margin: 0 auto;
  max-width: 85%;
  width: 720px;
  margin-bottom: 1.4rem;
} 

.blog_author_date {
    text-align:left;
    line-height:1.0;
  }

.blog-post__body {
  margin: 0 auto;
  max-width: 100%;
  width: 720px;
  line-height:1.4;
}

h1 {
  font-family: europa;
  font-weight: 700;
  font-style: normal;
  font-size: 200%;
  margin:0;
  text-align: center;
  letter-spacing: 0em;
  line-height: 1.3em;
  text-decoration: none;
  text-transform: none;
  color: #333;
}
}


.blog-post__meta a {
  color: #494A52;
  text-decoration: underline;
}

.blog-post__timestamp {
  display: block;
}

.blog-post__author {
  background-color: #EEEEEE;
  padding: 16px;
  box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.1);
  overflow: hidden;
  margin-bottom:16px;
  line-height:1.4;
}

.blog-post__author img{
  float: left;
  padding-right: 16px;
  padding-bottom: 8px;
  width: 150px; 
  max-width: 33%; 
  height:auto;
}

.blog-post__author a {
  color: black;
  line-height: 2.0;
  text-decoration: none;
}

.blog-post__author a:hover {
  color:black;
  text-decoration: underline;
}

.tag-col > a {
  margin-bottom: 4px;
  display: inline-block;
}
.tag-col {
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  width: 50%
}
.blog-post__tags {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  justify-self: center;
  line-height: 1.4;
}

.blog-post__tag-link {
  font-size: 12px;
  padding: 8px 16px;
  background: #EEEEEE;
  border-radius: 16px;
  color: #323232;
  text-decoration: none; !important;
}

/* Blog related posts */

.blog-related-posts {
  background-color: #F8FAFC;
}

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list {
  display: flex;
  flex-wrap: wrap;
}

.blog-related-posts__post {
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100%/3);
  }
}

.blog-related-posts__image {
  height: auto;
  max-width: 100%;
}

.blog-related-posts__title {
  margin: 0.7rem 0;
}

.blog-related-posts__title a {
  color: #494a52;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}

.socmed {
  transition: background 0.25s;
  display: inline-block;
  width: 30px;
  height: 25px;
  padding:5px;
  border-radius: 10%;
  text-align: center;
  text-decoration: none; !important;
  background: #a09fa0;
  color: white; !important;
  cursor: pointer;
}
.socmed-logo{
  width: auto;
  height: 15px;
  color: white;
}

.socmed-link-logo{
  width: auto;
  height: 15px;
  color: white;
  filter:invert(100%);
}

.socmed:hover{
  text-decoration:none;
}
.socmed-facebook:hover {
  background: #3B5998;
  color: white;
}

.socmed-twitter:hover {
  background: #55ACEE;
  color: white;
}

.socmed-x:hover {
  background: #000000;
  color: white;
}

.socmed-linkedin:hover {
  background: #007bb5;
  color: white;
}

.socmed-link:hover {
  background: #777777;
  color: white;
}

.fa-link:active{
  background: #f8981d;
  color: white;
}