/* @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    */
/*****************************************/

/* Changed hamburger icon */

/*.hamburger-icon:not(.active) {
  padding-top: 24px;
}
*/

.hamburger-icon:not(.active) .line.line-3 {
	left: 0 !important;
}

.hamburger-icon .line {
	width: 24px !important;
  height: 2px !important;
  margin-top: 2px; !important;
}

.hamburger-icon:not(.active) .line.line-2 {
	top: 8px !important;
}
.hamburger-icon:not(.active) .line.line-3 {
	top: 16px !important;
}

.hamburger-icon:not(.active) .line.line-1 {
	width: 0px !important;
  height:0px !important;
  margin-top: 0px; !important;
}



.filter-opt-2 .content-desc {
  height: 100%;
}

.filter-opt-2 .content-desc h4 {
  font-weight: 500;
}

.filter-opt-2 .contentFilter button {
  text-transform: none !important;
  font-weight: regular !important;
  font-size: 18px !important;
  font-family: libre franklin !important;
}

.filter-opt-2 .grid-sizer {
  width: 24% !important;
}

/* blog post page */
.post-page-full {
  padding: 16px;
}

h1.blog-post__title{
  padding-top: 40px;
}

/* icon list */
.icon-col-container {
  display: table;
  width: 100%;
}
.icon-col-left {
  display: table-cell;
  width: 32px;
  vertical-align: top;
  text-align: center;
  padding-top: 5px;
}
.icon-col-right {
  display: table-cell;
  padding-left: 24px;
  vertical-align: top;
  text-align: left;
}

a.blog-index__post-button {
  font-size: 16px;
  font-weight: 600;
  bottom: 20px;
  padding-left: 20px !important;
  position: default !important;
}

.hhs-blog-card-inner {
Padding-bottom: 0px;
}

.blog-index__post--small .blog-index__post-image{
Margin-bottom: 0px;
}

.hhs-blog-card-inner{
  padding-bottom: 0px;
}

@media (min-width: 1200px){
  .container{
    max-width: 1440px;
  }
}
/*
#hs_cos_wrapper_module_161781321019150{
  padding: 18px;
background: rgba(242,245,248,1.0);
}

div#hs-eu-cookie-confirmation {
    position: fixed !important;
    height: 100% !important;
    background: #000000d4 !important;
    overflow: hidden !important;
    z-index: 99999999999 !important;
    width: 100% !important;
    clear: both;
    display: block;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    background: #fff;
    margin: 0 auto;
    max-width: 1000px;
    padding: 20px;
    left: 0;
    top: 40%;
    right: 0;
  position:absolute !important;
}
div#hs-eu-policy-wording {
    padding: 20px 72px 12px;
}
@media screen and (max-width: 800px) {
div#hs-eu-policy-wording {
    padding: 20px 22px 12px;
}
}
*/
/* green background on mobile menu / stejak@brave */
@media screen and (max-width: 800px) {
  .hhs-side-menu {
    background-color: #00371E!important;
  }
  .hhs-side-menu .hhs-side-menu__mobile li a {  
	  color: #ffffff!important;    
  }
  .hhs-side-menu .hhs-side-menu__mobile li a:hover {  
	  color: #ffffff!important;    
  }    
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    background-color: #00371E!important;
  }               
               
}