/* Blog post */
h1, h2, h3, h4, h5, h6
{
    font-weight: 500 !important;
}
div.blog-post__meta > time
{
  font-weight:700 !important;
}



.in-blog__action-search ul.hs-search-field__suggestions {
    position: unset !important;
}

.in-blog__action-search ul.hs-search-field__suggestions li a {
   color: #FFF !important;
    font-weight: 400;
}
 

.in-blog__action-search ul.hs-search-field__suggestions li a:hover {
    color: rgba(255,255,255,.75) !important;
    font-weight: 400;
}

	.in-blog__sidebar .hs-highlight-title, .in-blog-detail__sidebar .hs-highlight-title {
    color: #00aaef !important;   
}

.in-blog__action-search ul.hs-search-field__suggestions {
    background: #192230 !important;
    color: #fff;
	    margin-top: 20PX;
}

div.in-blog-detail > div:nth-child(2) > div > div.in-blog-detail__sidebar
{
	 border: 1px solid #eee;
    padding: 15px;
	}


div.in-blog__sidebar > div.in-blog__action-search.hs-search-field
{
    border: 1px solid #eee;
    padding: 15px;
}

div.in-blog__sidebar > div:nth-child(3)
{
    border: 1px solid #eee;
    padding: 15px;
}

#hs_cos_wrapper_blog_related_posts > section > div > div > article > div > a
	{
	    color: #00aeef!important;
    font-weight: 500!important;
	}

#hs_cos_wrapper_blog_related_posts > section > div > div > article
	{
	    background-color: #fff!important;
    border: 1px solid #eee;
    border-radius: 0!important;
	}

#hs_cos_wrapper_blog_related_posts > section > div > div > article > div > h6 > a
	{
	color: #00aeef!important;
    font-size: 1.375rem!important;
    font-weight: 500!important;
	}

#header-navigation-module-5 > div.in-menu-toggler > div > img {
    max-width: 32px !important;
    max-height: 32px !important;
    width: 32px;
    padding-bottom: 5px;
    filter: brightness(0) invert(1);
	}


#hs_cos_wrapper_blog_related_posts > section > div > div > article > div > div > a 
	{
	display: none !important;
	}

article: > div > a > span > svg > path
{
stroke: #00aeef !important;
}

article > div > a > span > svg > path
{
stroke: #00aeef !important;
}

div.in-blog-detail > div.content-wrapper.in-blog-detail__head > div > div.blog-post__meta > a
{
 display: none !important; 
}

div.in-blog-detail > div:nth-child(2) > div > div.in-blog-detail__sidebar > div.in-blog-detail__widget.in-blog-detail__subscribe > h6
{
 display: none !important; 
}


div.in-blog-detail > div:nth-child(2) > div > div.in-blog-detail__sidebar > div:nth-child(1)
{
 display: none !important; 
}

#dnd_area-module-4 > div.in-blog__row > div.in-blog__sidebar > div:nth-child(2)
{
 display: none !important; 
}

#main-content > div > div.in-blog-detail  {
  margin-top: 0 !important;  
}

#main-content > div > div.in-blog-detail > div.content-wrapper.in-blog-detail__head > div > h1 > span {
  font-size: 2.25rem !important;
  font-weight: 400 !important;
}

.blog-comments {
  display:none !important;
}

.blog-post__tags {display: none !important};

.in-blog-detail__title {
  max-width: calc(100% - 350px);
}

.blog-post__meta {
  margin-bottom: 40px;
}

.blog-post__meta a,
.blog-post__meta a:hover {
  font-weight: 400;
}

.blog-post__body img {
  border-radius: 16px;
}

.blog-post__featured-img {
  background-attachment: fixed;
  background-size: cover;
  height: 350px;
  margin: 50px 0;
}

.in-blog-detail__row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

.in-blog-detail__main {
  flex: 0 0 100%;
  max-width: calc(100% - 350px);
}

/* Sidebar */

.in-blog-detail__sidebar {
  flex: 0 0 100%;
  max-width: 300px;
  position: sticky;
  top: 20px;
}

.in-blog-detail__sidebar button {
  cursor: poiner;
}

.in-blog-detail__widget {
  margin-bottom: 20px;
}

.in-blog-detail__sidebar-tags,
.in-blog-detail__sidebar-post {
  list-style: none;
  padding-left: 0;
}

.in-blog-detail__sidebar-tags > li > a,
.in-blog-detail__sidebar-post > li > a {
  display: inline-block;
  position: relative;
  margin-bottom: 25px;
}

.in-blog-detail__sidebar .form-title {
  margin: 0;
  padding: 0;
}

.in-blog-detail__subscribe form {
  border: 0;
  padding: 0;
}

.blog-post__featured-img--mobile {
  padding: 0 0 20px;
}

.blog-post__featured-img--mobile img {
  display: block;
  width: 100%;
}

.blog-post__featured-img {
  display: none;
}

@media screen and (min-width: 768px) {
  .blog-post__featured-img {
    display: block;
  }

  .blog-post__featured-img--mobile {
    display: none;
  }
}

@media only screen and (max-width: 1100px) {
  .in-blog-detail__title,
  .in-blog-detail__main,
  .in-blog-detail__sidebar {
    max-width: 100%;
  }

  .in-blog-detail__main {
    margin: 20px 0 40px;
  }

  .in-blog-detail__sidebar {
    position: unset;
  }

}

/* Blog related posts */


/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 900px;
  padding: 80px 15px 20px;
}

.blog-comments > h2,
.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;
}

@media only screen and (max-width: 767px) {
  .blog-comments {
    padding: 40px 0;
  }
}

/* Blockquote */

blockquote {
  border: 0;
  border-radius: 16px;
  margin: 40px 0;
  max-width: 90%;
  position: relative;
  padding: 45px;
}

