html,
body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

fw-4 {
  font-weight: 400;
}

f-r {
  font-family: "Raleway", sans-serif;
}

f-a {
  font-family: "Albert Sans", sans-serif;
}

.button {
    text-transform: capitalize;
    font-family: 'Editor Note Regular';
}

@font-face {
  font-family:'Editor Note Italic', Sans-serif
  src: url('https://blog.cleancorp.com/hubfs/font/EditorsNoteText-Italic-new.ttf') format('ttf');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Editor Note Regular';
  src: url('https://blog.cleancorp.com/hubfs/font/EditorsNoteText-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.main-cls {
    text-align: center;
}
.main-cls a {
    font-family: Editor Note Regular, sans-serif !important;
    font-size: 21px !important;
    font-weight: 500 !important;
    line-height: 24px;
    text-transform: none;
}
.header__button-col a:hover {
    background-color: #6cc9c7 !important;
}
.main-cls a:hover {
    background-color: #6cc9c7 !important;
}
.header__button-col a {
  padding: 14px 35px 12px 40px !important;
}
.article-card {
    transition: transform 0.3s ease-in-out !important;
}

.article-card:hover {
    transform: translateY(-10px) !important;
}
/* Header */
@media(min-width:1024px) {
  .header__wrapper.header__wrapper--bottom {
    flex-wrap: wrap !important;
    gap: 10px 0;
  }

  .header__bottom {
    padding-block: 20px !important;
  }

  .header__menu-item--depth-1:first-of-type {
    padding-left: 0;
  }

  .header__menu-item--depth-1:nth-last-child(2) {
    padding-right: 0;
  }

  .header__wrapper.header__wrapper--bottom .header__logo-col {
    order: 1;
    width: 50% !important;
    flex: unset !IMPORTANT;
  }

  .header__wrapper.header__wrapper--bottom .header__menu-col {
    order: 3;
    width: 100%;
    flex: unset !important;
  }

  .header__wrapper.header__wrapper--bottom .header__button-col {
    order: 2;
/*     width: 50% !important;
    flex: unset !IMPORTANT;
    margin: 0;
    text-align: right; */
  }

  .header__menu-item--depth-1 .header__menu-child-toggle {
    align-items: start;
  }

  .header__menu--desktop>ul.header__menu-wrapper {
    display: flex;
    justify-content: start;
    align-items: end;
  }

  ul.header__menu-submenu {
    border: none;
    background: #f1f1f1;
  }

  a.header__menu-link {
    width: 100%;
  }

  .header__menu-link--active-link {
    background: #c8c8c8 !important;
  }

  .header__menu--desktop>ul.header__menu-wrapper>li:last-of-type a {
    font-size: 20px !important;
    color: #FAA738 !important;
  }

  .header__menu-submenu .header__menu-link:not(.button) {
/*     font-weight: 400 !important; */
    text-transform: capitalize !important;
  }

}

/* Blog listing (Home) */
.blog-listing .blog-listing__header {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  margin-bottom: 0px;
}

.blog-listing__post-summary p {
  line-height: 29px;
}
.blog-post-section {
    margin-top: 10% !important;
    padding-top: 0px !important;
  padding-bottom: 0px !important;
    min-height: 0px !important;
  height: auto !important; 
display: block !important;

}

/* Sidebar post list */
.widget-type-post_listing ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget-type-post_listing ul li {
  margin: 0;
  margin-bottom: 0.5em;
}

.widget-type-post_listing ul li a {
  font-size: 15px;
  color: #6CC9C7;
}

/* Footer */

/* footer .row-fluid .span2 {
  margin: 0;
  width: 16%;
} */
.content-wrapper {
   padding: 0 0px !important;
}
._footer_menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

._footer_menu li {
  margin-left: 0;
  position: relative;
}

._footer_menu li span {
  color: white;
}

.footer hr {
  border-bottom-color: #fff !important;
}

._footer_menu._footer_bootom {
  display: flex;
  justify-content: center;
  gap: 25px;
}

._footer_menu._footer_bootom li {
  position: relative;
}

._footer_menu._footer_bootom li:not(:last-of-type)::after {
  content: '|';
  color: white;
  position: absolute;
  right: -20px;
}

span:has(img[src*="Asset-9"]) {
  position: relative;
}

span:has(img[src*="Asset-9"])::after {
  content: '';
  position: absolute;
  top: 5px;
  right: -25px;
  background: url(https://45674734.fs1.hubspotusercontent-na1.net/hubfs/45674734/Asset-10.png) center center / contain no-repeat;
  height: 60px;
  width: 30px;
}

.content-wrapper.banner-img {
  background-image: url(https://hubspot.cleancorp.com/hubfs/home-top-img-mobile.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}

/* .content-wrapper.banner-img {
  max-width: 100%;
} */

h1.blog-head {
  text-align: center;
  margin: 0 auto;
  font-family: "Albert Sans", sans-serif;
  font-size: 54px;
  font-weight: 700;
  color: #6c6c6c;
  line-height: 55px;
   margin-bottom: 10px !important;
}
.blogtitles-cls h2 {
    font-family: "Albert Sans", sans-serif;
    font-weight: 500;
}
.blogtitles-cls h3 {
    font-family: "Albert Sans", sans-serif;
    font-weight: 400;
    font-size: 24px !important;
    text-align: left;
    color: #6c6c6c;
}

.blogtitles-cls h4 {
    font-family: "Albert Sans", sans-serif;
    font-weight: 200;
    font-size: 16px !important;
  margin-top: 5px !important;
  
}

@media only screen and (max-width: 767px) {
  h1.blog-head {
    font-size: 35px;
    width: 100%;
  }
}

.blogtitles-cls h2 {
/*   color: #707070; */
  font-family: "Albert Sans", sans-serif;
  font-size: 36px;
  line-height: 1.4em;
  text-align: center;
  color: #6c6c6c;
}

.blogtitles-cls p {
  color: #4C4D4F;
}

.blog-listing__post-title {
  width: 100%;
}

.footer div {
  color: #ffffff !important;
}

.blog-listing__post-title-link {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
}

.blog-listing__post-summary {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    overflow: hidden;
}
li.emailCls a {
    font-size: 14px;
}

ul#learn-list li input {
    margin: 5px;
}

ul#learn-list li {
    display: flex;
    align-items: baseline;
}

ul#industry-list li {
    display: flex;
    align-items: baseline;
}

ul#industry-list li input {
    margin: 5px;
}
/* Media query for mobile devices */
@media (max-width: 768px) {
    ._footer_menu._footer_bootom {
        padding-left: 35px; /* Adjust padding for mobile devices */
        display: block;
    }
    .content-wrapper {
        padding: 0 20px !important;
  }
  
}

.header__menu-submenu .header__menu-link {
    font-family: "Raleway", Sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

/* Media query for smaller mobile devices */
@media (max-width: 480px) {
    ._footer_menu._footer_bootom {
        padding-left: 35px; /* Adjust padding for smaller mobile devices */
        display: block;
    }
/*   h1 {
        display: block !important;    
        font-size: 36px !important; 
        line-height: 36px !important; 
        text-align: center; 
        overflow: hidden;
    }
  h2 {
        display: block !important;    
        font-size: 26px !important; 
        line-height: 26px !important; 
        text-align: center; 
        overflow: hidden;
    } */
    }
}
/* Re-enable bold and italic text formatting */
.blogtitles-cls strong {
  font-weight: bold !important;
}

.blogtitles-cls em {
  font-style: italic !important;
}
.blog-post__body strong {
  font-weight: bold !important;
}

.blog-post__body em {
  font-style: italic !important;
}