post-meta-separator ~ a[href*="#respond"] {
  display: none !important;
}
.post-meta-separator:last-of-type {
  display: none !important;
}
.post-meta-separator ~ a[href*="#comments"] {
  display: none !important;
}
.post-navigation {
  display: none !important;
}
.crp_related h2 {
  font-family: "Lato", sans-serif !important;
  font-size: 12.8px !important;
  font-weight: 900 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  color: rgb(17, 17, 17) !important;
  display: inline-block !important;
  border-bottom: 1.7px solid rgb(0, 147, 194) !important;
  padding-bottom: 3px !important;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}
.crp_related ul li:first-child {
  padding-top: 0 !important;
}
.crp_related ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.crp_related ul li {
  padding: 10px 0 !important;
  border-bottom: 1px solid #ddd !important;
}
.crp_related ul li:last-child {
  border-bottom: none !important;
}
.heateor_sss_sharing_title {
  margin-bottom: 12px !important;
  font-family: "Lato", sans-serif !important;
  font-size: 12.8px !important;
  font-weight: 900 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  color: rgb(17, 17, 17) !important;
  display: inline-block !important;
  border-bottom: 1.7px solid rgb(0, 147, 194) !important;
  padding-bottom: 3px !important;
}

form[id*="subscribe"] input[type="email"],
div[class*="subscri"] input[type="email"] {
    width: 100% !important;
    height: 52px !important;
    padding: 14px 16px !important;
    font-size: 17px !important;
    border: 1px solid #999 !important;
    border-radius: 8px !important;
    box-sizing: border-box !important;
	}
	form[id*="subscribe"] button,
div[class*="subscri"] button {
    height: 44px !important;
    min-height: 44px !important;
    padding: 0 24px !important;
    font-size: 15px !important;
    line-height: 44px !important;
    width: auto !important;
    border-radius: 999px !important;
    background-color: #1a1a1a !important;
    color: #ffffff !important;
    border: none !important;
    cursor: pointer !important;
}
form[id*="subscribe"] button:hover,
div[class*="subscri"] button:hover {
    background-color: #333333 !important;
}
	form[id*="subscribe"] p,
div[class*="subscri"] p {
    color: #1a1a1a !important;
}
form[id*="subscribe"] button,
div[class*="subscri"] button {
    font-weight: bold !important;
}

.header-wrapper .header .section-inner {
    display: grid !important;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 14px;
    row-gap: 0;
}
.header-wrapper .header .section-inner .site-logo-link {
    grid-column: 1;
    grid-row: 1 / 3;
    margin: 0 !important;
    padding: 0 !important;
}
.header-wrapper .header .section-inner .site-title {
    grid-column: 2;
    grid-row: 1;
    margin: 0 !important;
    text-align: left !important;
    line-height: 1.1 !important;
    font-size: 2.6rem !important;
}
.header-wrapper .header .section-inner .site-description {
    grid-column: 2;
    grid-row: 2;
    margin: 0 !important;
    text-align: left !important;
    line-height: 1.2 !important;
}
.header-wrapper .header {
    padding-top: 4px !important;
    padding-bottom: 15px !important;
}
@media (max-width: 480px) {
    .header-wrapper .header .section-inner {
        grid-template-columns: auto 1fr;
        column-gap: 10px;
    }
    .header-wrapper .header .section-inner .site-title {
        font-size: 1.8rem !important;
    }
    .header-wrapper .header .section-inner .site-description {
        font-size: 0.85rem !important;
        line-height: 1.25 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden !important;
    }
}
@media (max-width: 768px) {
    nav.top-nav ul.header-top-menu,
    nav.top-nav ul.header-top-menu li,
    nav.top-nav ul.social-menu,
    nav.top-nav ul.social-menu li,
    nav.top-nav ul.social-menu li a {
        display: inline-block !important;
        clear: none !important;
        float: none !important;
        width: auto !important;
        margin: 0 8px 0 0 !important;
        padding: 0 !important;
        list-style: none !important;
        vertical-align: middle !important;
    }
}
@media (max-width: 768px) {
    header.post-header {
        margin-bottom: 10px !important;
        padding-bottom: 10px !important;
        border-bottom: 1px solid #ddd !important;
    }
    figure.post-image {
        margin-bottom: 10px !important;
    }
    .post-meta {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}
.search-container .section-inner {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.search-container .search-form {
    margin: 0 !important;
}

.search-container .search-field {
    padding: 8px 12px !important;
    height: auto !important;
}
.site-footer .attribution {
    display: none !important;
}
#infinite-wrap {
    margin-bottom: 10px !important;
    padding-bottom: 0 !important;
}
#infinite-handle {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin-top: 5px !important;
    margin-bottom: 10px !important;
    text-align: center;
    width: 100%;
}
/* Divider before Share (top of the whole block) */
.heateor_sss_sharing_container {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 20px;
}

/* Divider between Share and Related Posts */
.crp_related {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 20px;
}

/* Divider between Related Posts and Tags */
.post-tags,
.tags-links {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 20px;
	margin-bottom: 20px !important;
}
@media (max-width: 768px) {
  #heateor_sss_sharing-2,
  #recent-posts-2 {
    display: none !important;
  }
}
.crp_related .crp_link {
  font-size: 15px !important;
  color: #111 !important;
  text-decoration: none !important;
  transition: all 0.1s ease-in-out;
}
.crp_related .crp_link:hover {
  color: #0093C2 !important;
}
.crp_related ul li,
.crp_related .crp_link {
  line-height: 140% !important;
}
@media (max-width: 768px) {
  #heateor_sss_sharing-2,
  #recent-posts-2 {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .sidebar {
    padding-top: 0 !important;
  }
}.home .post-meta a:last-of-type,
.home .post-meta span,
.blog .post-meta a:last-of-type,
.blog .post-meta span,
.archive .post-meta a:last-of-type,
.archive .post-meta span {
    display: none;
}
.pingback,
.trackback {
    display: none;
}