/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.header__bottom {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

h1.blog-post__headline {
    font-size: 48px !important;
}

.blog-post__body h2 {
    font-size: 36px !important;
}

.blog-post__column-wrapper {
  display: block;
  padding: 30px 0;
}

.content-wrapper {
    padding: 80px 5%;
}

.blog-post__author-image {
  height: 50px;
}

._hsPostListingImage_dsnwr_28 {
  border-radius: 12px 12px 0 0;
}

.entry-thumbnail {
    border-radius: 5px;
    height: 450px;
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
    justify-content: center;
    display: flex;
}

.entry-thumbnail img {
  height: auto;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.header__container--left .header__menu-col {
  text-align: left !important;
}

.header__menu-item--depth-1 {
    padding: 0 2rem;
}

.hs-rss-title span {
  font-size: 16px !important;
  font-weight: bold;
}

.hs_cos_wrapper_type_post_filter ul {
 float: left;
}

.hs_cos_wrapper_type_post_filter li {
  float: left !important;
  list-style-type: none;
  margin: 12px 4px;
  font-size 13px !important;
}

.hs_cos_wrapper_type_post_filter li a {
  color: #f5f4f9;
  background-color: #ada4ce;
  border-radius: 20px;
  padding: 8px 10px;
}

.hs_cos_wrapper_type_post_filter li a:hover {
  background-color: #8a80b1;
  text-decoration:none;
}

.filter-link-count {
  display: none;
}

.hs-search-field__button {
  display: none;
}

.hs-search-field__bar>form>.hs-search-field__input {
  color: #6c648a;
  background-color: #dfdcec;
  border: 0px none;
  border-radius: 50px;
}

.hs-search-field__suggestions {
  background-color: #dfdcec !important;
  border: 0px none;
  border-radius: 8px;
  color: #988dc2;
}
.hs-search-field__suggestions a {
  color: #6c648a;
}
  
.hs-search-field__form {
  padding: 20px 45px;
}

.blog-post__left-sidebar {
  margin: 0 0 40px 0;
}
  
.filter-expand-link {
  padding: 12px 0 0 18px;
  display: block;
  float: left;
  }