.hm-h-stk.hm-h-sticky-active .site-header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 100;
}

.hm-m-stk.hm-h-sticky-active .hm-main-menu {
  background-color: #ffffff;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 100;
}

.hm-h-de.hm-m-stk.hm-h-sticky-active .site-header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 100;
}

.hybridmag-wide.hm-m-stk.hm-h-sticky-active .hm-main-menu {
  width: 100%;
  max-width: 100%;
}
.hybridmag-wide.hm-m-stk.hm-h-sticky-active .hm-menu-wrapper.hm-container {
  max-width: 95%;
}

.hybridmag-boxed.hm-m-stk.hm-h-sticky-active .hm-main-menu {
  width: 1280px;
}
.hybridmag-boxed.hm-m-stk.hm-h-sticky-active .hm-menu-wrapper.hm-container {
  max-width: 93.75%;
}

.hm-footer-menu ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
}
.hm-footer-menu ul li {
  margin: 0 10px;
}
.hm-footer-menu ul li:last-child {
  margin-right: 5px;
}

.hm-social-sharing {
  margin: -10px 0 40px;
  clear: both;
}

.hm-share-icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 38px;
  text-align: center;
  margin-right: 10px;
  vertical-align: center;
  color: #ffffff;
}

.entry-content a.hm-share-icon {
  color: #ffffff !important;
}

.entry-content a.hm-share-icon:focus,
.entry-content a.hm-share-icon:hover {
  background: #222222;
  color: #ffffff;
}

.hm-share-icon:focus,
.hm-share-icon:hover {
  background: #222222;
  color: #ffffff;
}

.hm-share-facebook {
  background: #3b5998;
}

.hm-share-twitter {
  background: #0f1419;
}

.hm-share-pinterest {
  background: #c8232c;
}

.hm-share-linkedin {
  background: #00A0DC;
}

.hm-share-whatsapp {
  background: #25D366;
}

@media (min-width: 600px) {
  .hm-related-posts-wrap {
    display: flex;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
  .hm-related-post {
    width: 33.333%;
  }
}
.hm-related-posts {
  margin: 80px 0 70px;
  background: var(--hybridmag-color-bg-cl-sep-content);
  border-radius: var(--hybridmag-global-border-radius);
}

.hm-cl-sep .hm-related-posts {
  margin: 0 0 35px;
  padding: var(--hybridmag-global-inner-spacing);
  box-shadow: var(--hybridmag-global-box-shadow);
}

@media (max-width: 600px) {
  .hm-related-post {
    margin-bottom: 35px;
  }
}

.hm-related-post .entry-title {
  font-size: var(--hybridmag-font-size-md);
  font-weight: var(--hybridmag-font-weight-headings);
  margin: 0 0 12px;
  word-wrap: break-word;
}

.related-section-title {
  margin: 0 0 35px;
  border-bottom: 1px solid var(--hybridmag-color-border);
  padding-bottom: 3px;
}

.related-post-thumbnail {
  margin: 0 0 10px;
}
.related-post-thumbnail img {
  vertical-align: middle;
  border-radius: var(--hybridmag-global-border-radius);
}

.hm-infs-loader {
  text-align: center;
  margin: 10px 0 30px;
}

.hm-infs-loader img {
  max-width: 100%;
  display: inline-block;
}

/* Fade In */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hm-infs-animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeIn;
}

.hm-infs-loader-btn {
  display: block;
  margin: 0 auto;
}

.hm-post-subtitle {
  margin: 10px 0 15px;
  font-size: var(--hybridmag-font-size-amd);
  color: var(--hybridmag-color-text-light);
}