/* ===================== HEADINGS & FONTS =====================*/
.inflow-blog-carousel-title h1,
body.single h1,
h1.inflow-blog-category-title {
  font-size: 48px !important;
  font-family: 'ZonaPro Ultra 900';
  line-height: 1.21 !important;
  letter-spacing: normal !important;
  color: #222;
}

body.blog #main-content h2 {
  font-size: 28px !important;
  font-family: 'ZonaPro Ultra Bold 800';
  line-height: 1.29 !important
}

body.blog #main-content h2.large {
  font-size: 48px !important;
}

.inflow-blog-recent-post h2,
.inflow-blog-recent-post h3 {
  font-size: 20px !important;
  font-family: 'ZonaPro Ultra Bold 800';
  line-height: 1.3 !important;
  color: #222;
}

body.single #inflow-blog-related-articles h2 {
  font-size: 28px !important;
  padding-right: 140px;
}

body.single #main-content h2,
body.single #main-content h3,
body.single #main-content h3 strong {
  font-family: 'ZonaPro Ultra Bold 800';
  line-height: 1.25 !important;
}

h3#reply-title {
  font-size: 20px !important;
}

#main-content button {
}
@media(max-width: 768px){
  body.single #inflow-blog-related-articles h2 {
    padding-right: 0;
  }
}
/* ===================== BUTTONS =====================*/
/*
.inflow-button.button-style-outline {
  background: transparent;
  border: 2px solid !important;
}

.inflow-button.button-colour-black {
  color: #222 !important;
}

.inflow-button.button-colour-orange {
  color: #f7b952 !important;
}

.inflow-button.button-size-small {
  padding: 6px 24px !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
}*/

body.blog a.inflow-button:after {
  content: "";
  background: url(https://www.inflowinventory.com/wp-content/themes/inflow2021-theme/img/arrow.svg);
  background-repeat: no-repeat;
  background-position: left center;
  position: relative;
  display: inline-block;
  width: 0px;
  height: 14px;
  margin-left: 8px;
  transition: width 0.3s ease;
}

body.blog a.inflow-button:hover:after {
  width: 24px;
}

/* ===================== CAROUSEL - BLOG ARCHIVE =====================*/
#inflow-blog-featured-carousel {
  position: relative;
}

.inflow-blog-carousel-post {
  display: flex;
}

.inflow-blog-carousel-post:not(:first-child) {
  position: absolute;
  top: 0;
  z-index: -1;
}

.inflow-blog-carousel-post:not(:first-child) .inflow-blog-carousel-title {
  opacity: 0;
}

.inflow-blog-carousel-post .inflow-subcategory {
  font-size: 18px;
  font-family: 'ZonaPro Semi Bold 600';
  line-height: 1.33;
  letter-spacing: 0.45px;
  color: #222;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  display: inline-block;
  background: transparent;
  padding-left: 0;
}

.inflow-blog-carousel-post .inflow-subcategory:hover {
  background: transparent !important;
  text-decoration: underline !important;
  color: #222 !important;
}

.inflow-blog-carousel-title {
  padding-left: 72px;
  padding-right: 32px;
}

.inflow-blog-carousel-title h1 a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.inflow-reading-time {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
  color: #222;
  font-weight: 400 !important;
  display: inline-block;
  margin-top: 32px;
}

.inflow-blog-carousel-image {
  width: 400px !important;
  height: 400px;
  flex-shrink: 0;
  position: relative;
  transform: translateX(-15px);
}

.inflow-blog-carousel-image-bg-1,
.inflow-blog-carousel-image-bg-2,
.inflow-blog-carousel-image-bg-3 {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.18);
}

.inflow-blog-carousel-post[data-post-id="2"] .inflow-blog-carousel-image-feature {
  background: #f5b4c8;
  transform: rotate(-6deg) translate(0px, 4px);
}

.inflow-blog-carousel-post[data-post-id="3"] .inflow-blog-carousel-image-feature {
  background: #222;
  transform: rotate(3deg) translate(2px, 1px);
}

.inflow-blog-carousel-post[data-post-id="4"] .inflow-blog-carousel-image-feature {
  background: #fcdfaf;
  transform: rotate(4deg) translate(-1px, -9px);
}

.inflow-blog-carousel-image-feature img {
  height: 101%;
  width: auto;
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%);
}

.inflow-blog-carousel-post.current .inflow-blog-carousel-image {
  animation-name: inflowCarouselEntrance;
  animation-duration: 0.3s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

@keyframes inflowCarouselEntrance {
  0% {
    transform: scale(0) translateX(-15px);
  }

  50% {
    transform: scale(1.1) translateX(-15px);
  }

  100% {
    transform: scale(1) translateX(-15px);
  }
}

.inflow-blog-carousel-image-feature {
  z-index: 10;
  position: relative;
  box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.18);
  width: 100%;
  height: 400px;
  transform: rotate(1deg);
  overflow: hidden;
  display: inline-block;
}

#inflow-carousel-controls {
  position: absolute;
  top: 24px;
}

#inflow-carousel-controls > div {
  width: 24px;
  height: 67px;
  border: 1px solid #222;
  border-radius: 12px;
  margin: 32px 0;
  cursor: pointer;
  position: relative;
}

#inflow-carousel-controls > div:before {
  content: "";
  height: 32px;
  width: 1px;
  border-left: 1px solid #222;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
}

#inflow-carousel-controls > div:after {
  content: "";
  width: 7px;
  height: 7px;
  border-left: 1px solid #222;
  border-top: 1px solid #222;
  position: absolute;
  top: 17px;
  right: 6.5px;
  transform: rotate(45deg);
}

#inflow-carousel-controls > .inflow-carousel-forward:after {
  transform: rotate(225deg);
  right: 6.5px;
  top: 41px;
}

#inflow-carousel-controls .hover-text {
  font-size: 12px;
  color: #222;
  display: inline-block;
  position: absolute;
  background: #FFF;
  border-radius: 40px;
  white-space: nowrap;
  padding: 2px 12px;
  line-height: 2;
  font-weight: 600;
  top: 18px;
  left: 28px;
  transition: opacity 0.3s ease;
  opacity: 0;
}

#inflow-carousel-controls > div:hover {
  background: #FFF;
}

#inflow-carousel-controls > div:hover .hover-text {
  opacity: 1;
}

/* ===================== BLOG ARCHIVE FEATURE BLOCKS ===================== */
#updates-feature-block img {
  width: 100%;
}

#stories-feature-block .et_pb_text_inner {
  height: 100%;
}

#stories-feature-block .inflow-button {
  margin-top: 64px;
  margin-bottom: 40px;
}

/* ===================== MAIN MENU ===================== */
.inflow-blog-top-level-category-menu {
  text-align: right;
}

.inflow-blog-top-level-category-menu a.inflow-blog-logo {
  float: left;
  margin-left: 0;
}

.inflow-blog-top-level-category-menu a {
  font-size: 16px;
  font-family: 'ZonaPro Semi Bold 600';
  line-height: 1.5;
  letter-spacing: 0.32px;
  color: #222;
  margin-left: 32px;
  position: relative;
}

.inflow-blog-top-level-category-menu a.current-page:after {
  content: "";
  position: absolute;
  height: 7px;
  width: 7px;
  background: #222;
  border-radius: 50%;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}

#inflow-blog-top-footer .inflow-blog-top-level-category-menu a.current-page:after {
  content: none;
}

/* ===================== CATEGORY ARCHIVE HEADER =====================*/
h1.inflow-blog-category-title {
  text-align: center;
}

.inflow-blog-parent-category {
  font-size: 18px;
  text-align: center;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  line-height: 4.61;
  letter-spacing: 0.45px;
  color: #222;
}

.inflow-blog-parent-category:hover {
  text-decoration: underline;
}

.inflow-blog-category-description {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.4px;
  text-align: center;
  color: #222;
  font-weight: 400;
  width: 800px;
  margin: 12px auto 24px;
  max-width: 100%;
}

.inflow-blog-subcategory-menu {
  text-align: center;
  margin-top: 12px;
}

.inflow-blog-subcategory-menu a {
  display: inline-block;
  border: 1.5px solid #222;
  background: #FFF;
  border-radius: 24px;
  font-size: 18px;
  font-family: 'ZonaPro Semi Bold 600';
  letter-spacing: 0.45px;
  text-align: left;
  padding: 12px 24px 10px;
  color: #222;
  margin: 4px;
}

.inflow-blog-subcategory-menu a.current-page {
  background: #222;
  color: #FFF;
}

#inflow-blog-category-header {
  animation-name: inflowCategoryHeaderEntrance;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0, 0, 0.58, 1.0);
  animation-fill-mode: forwards;
}

.inflow-blog-category-archive-content {
  opacity: 0;
  animation-name: inflowCategoryContentEntrance;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-timing-function: cubic-bezier(0, 0, 0.58, 1.0);
  animation-fill-mode: forwards;
}

@keyframes inflowCategoryHeaderEntrance {
  0% {
    transform: translateY(100vh);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes inflowCategoryContentEntrance {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* ===================== CATEGORY TAG =====================*/
.inflow-subcategory {
  font-size: 14px;
  font-family: 'ZonaPro Medium 500';
  color: #FFF;
  display: inline-block;
  background: #000;
  line-height: 2;
  padding: 2px 16px 1px;
  border-radius: 20px;
  margin: 32px 0;
  letter-spacing: 0.35px;
  text-transform: uppercase;
  transition: all 0.15s ease;
}

a.inflow-subcategory:hover {
  color: #FFF !important;
  background: #959595;
  text-decoration: none !important;
}

/* ===================== RECENT POST BLOCK =====================*/
.inflow-blog-recent-post {
  margin-bottom: 32px;
}

.inflow-blog-recent-image-feature {
  width: 100%;
  height: 0px;
  padding-bottom: 75%;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  background: #FFF;
}

.inflow-blog-recent-image-feature img {
  height: auto;
  width: 100%;
  max-width: none;
  position: absolute;
}

.inflow-blog-top-level-category-menu a:hover {
  color: #959595;
}

.inflow-blog-recent-post a:hover:not(.inflow-subcategory) {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  color: #222;
}

.inflow-blog-recent-post a:hover .inflow-blog-recent-image-feature {
  outline: 2px solid #222;
}

.inflow-blog-category-stories .inflow-blog-most-recent,
.inflow-blog-most-recent-container.inflow-blog-category-popular-now .inflow-blog-most-recent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.inflow-blog-category-stories .inflow-blog-most-recent .inflow-subcategory {
  position: absolute;
  margin-top: 86%;
}

.inflow-blog-category-stories .inflow-blog-most-recent .inflow-blog-recent-image-feature {
  margin-bottom: 80px;
}

.inflow-blog-category-stories .inflow-blog-recent-post,
.inflow-blog-most-recent-container.inflow-blog-category-popular-now .inflow-blog-recent-post {
  width: 50%;
  width: calc(50% - 16px);
  position: relative;
}

.inflow-blog-most-recent-container.inflow-blog-category-inflow-updates .inflow-blog-recent-post {
  position: relative;
  padding-right: 32px;
}

.inflow-blog-most-recent-container.inflow-blog-category-inflow-updates .inflow-subcategory {
  display: none;
}

.inflow-blog-most-recent-container.inflow-blog-category-inflow-updates h3 {
  margin-top: 24px;
  text-align: center;
}

.inflow-blog-most-recent-container.inflow-blog-category-inflow-updates .inflow-blog-meta {
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  color: #222;
}

.inflow-blog-most-recent-container.inflow-blog-category-inflow-updates .inflow-blog-meta-publish-date {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: right;
  top: -12px;
  right: 3px;
  font-size: 12px;
  font-family: 'ZonaPro Semi Bold 600';
  line-height: 1.5rem;
}

.inflow-blog-most-recent-container.inflow-blog-category-inflow-updates .inflow-blog-meta-publish-date:before {
  content: "";
  height: 5px;
  width: 5px;
  background: #222;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
}

.inflow-blog-most-recent-container.inflow-blog-category-popular-now .inflow-blog-recent-post a {
  display: flex;
}

.inflow-blog-most-recent-container.inflow-blog-category-popular-now .inflow-blog-recent-image-feature {
  width: 237px;
  height: 178px;
  padding: 0;
  flex-shrink: 0;
}

.inflow-blog-most-recent-container.inflow-blog-category-popular-now .inflow-subcategory {
  margin-top: 0;
  position: absolute;
  left: 268px;
  width: auto;
}

.inflow-blog-most-recent-container.inflow-blog-category-popular-now .inflow-blog-recent-post-title {
  padding: 0 32px;
  margin-top: 48px;
}

/* ===================== HIGHLIGHT CLASS =====================*/
span.inflow-title-highlight:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f7b952;
  border-radius: 100px;
  z-index: -1;
  transform: rotate(-4deg) translate(-1px, 2px);
}

span.inflow-title-highlight {
  position: relative;
  z-index: 5;
}

/* ===================== EMAIL FORM =====================*/
.inflow-monthly-tips-newsletter {
  color: #222;
  font-size: 18px;
  text-align: center;
}
.inflow-monthly-tips-newsletter input[type="email"] {
  width: 100%;
  border: 0;
  border-bottom: 1px solid;
  padding: 8px 0;
  font-size: 14px;
  color: #222;
  background: transparent;
  text-align: left;
}

.inflow-monthly-tips-newsletter input[type="submit"] {
  border: 0;
  background: 0;
  box-shadow: none;
  font-size: 14px;
  color: #222;
  font-family: 'ZonaPro Bold 700';
  position: absolute;
  right: 0;
  bottom: 6px;
  text-transform: uppercase;
  background: transparent;
  text-align: left;
}
#inflow-blog-top-footer .inflow-monthly-tips-newsletter  {
  text-align: left;
}

/* ===================== CATEGORY ARCHIVE BODY =====================*/
.inflow-blog-category-archive-content {
  display: flex;
  flex-wrap: wrap;
}

.inflow-blog-category-archive-content .inflow-blog-recent-post {
  width: 25%;
  padding: 0 16px;
  margin: 0 0 64px;
  text-align: left;
  position: relative;
}

.inflow-blog-category-archive-content .inflow-subcategory {
  position: absolute;
  top: 0;
  margin-top: 77%;
}

.inflow-blog-category-archive-content .inflow-blog-recent-image-feature {
  margin-bottom: 88px;
}

body.archive.category .inflow-reading-time {
  margin-top: 8px;
}

body.archive.category-stories .et_pb_section_0_tb_body.et_pb_section:before,
body.archive.category-customer-spotlight .et_pb_section_0_tb_body.et_pb_section:before,
body.archive.category-inflow-updates .et_pb_section_0_tb_body.et_pb_section:before,
body.archive.category-accounting .et_pb_section_0_tb_body.et_pb_section:before,
body.archive.category-barcoding .et_pb_section_0_tb_body.et_pb_section:before,
body.archive.category-inventory .et_pb_section_0_tb_body.et_pb_section:before,
body.archive.category-inflow-workflows .et_pb_section_0_tb_body.et_pb_section:before,
body.archive.category-volunteering .et_pb_section_0_tb_body.et_pb_section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  animation-name: inflowCategoryBGEntrance;
  animation-duration: 0.5s;
  animation-delay: 1.1s;
  animation-timing-function: cubic-bezier(0, 0, 0.58, 1.0);
  animation-fill-mode: forwards;
  background-repeat: no-repeat;
  background-color: transparent !important;
}

@keyframes inflowCategoryBGEntrance {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

body.archive.category-stories .et_pb_section_0_tb_body.et_pb_section {
  background-color: #FFF !important;
}

body.archive.category-stories .et_pb_section_0_tb_body.et_pb_section:before {
  background-image: url(https://www.inflowinventory.com/wp-content/themes/inflow2021-theme/img/all-stories-pattern.svg);
  background-size: 626px;
  background-position: left calc(1240px + ((100% - 1160px)/2)) top 80px !important;
}

body.archive.category-customer-spotlight .et_pb_section_0_tb_body.et_pb_section {
  background-color: #f4effb !important;
}

body.archive.category-customer-spotlight .et_pb_section_0_tb_body.et_pb_section:before {
  background-image: url(https://www.inflowinventory.com/wp-content/themes/inflow2021-theme/img/customer-spotlight.svg);
  background-size: 585px;
  background-position: left calc(1249px + ((100% - 1160px)/2)) top 85px !important;
}

body.post-category-customer-spotlight #inflow-blog-post-header,
body.post-category-customer-spotlight #inflow-blog-related-articles {
  background-color: #be93e4 !important;
}

body.post-category-customer-spotlight #inflow-blog-article-credits {
  background-color: #f4effb;
}

body.archive.category-inflow-updates .et_pb_section_0_tb_body.et_pb_section {
  background-color: #dddddd !important;
}

body.archive.category-inflow-updates .et_pb_section_0_tb_body.et_pb_section:before {
  background-image: url(https://www.inflowinventory.com/wp-content/themes/inflow2021-theme/img/product-updates-pattern.svg);
  background-size: 678px;
  background-position: left calc(1218px + ((100% - 1160px)/2)) top 131px !important;
}

body.post-category-inflow-updates #inflow-blog-post-header,
body.post-category-inflow-updates #inflow-blog-related-articles {
  background-color: #dddddd !important;
}

body.post-category-inflow-updates #inflow-blog-article-credits {
  background-color: #dddddd;
}


body.archive.category-accounting .et_pb_section_0_tb_body.et_pb_section:before {
  background-image: url(https://www.inflowinventory.com/wp-content/themes/inflow2021-theme/img/accounting-pattern.svg);
  background-size: 568px;
  background-position: left calc(1180px + ((100% - 1160px)/2)) top 191px !important;

}

body.archive.category-accounting .et_pb_section_0_tb_body.et_pb_section,
body.post-category-accounting #inflow-blog-post-header,
body.post-category-accounting #inflow-blog-related-articles {
  background-color: #FCDFAF !important;
  background-color:var(--inflow-preset-color-orange-30) !important;
}

body.post-category-accounting #inflow-blog-article-credits {
  background-color: #fef2de;
}

body.archive.category-barcoding .et_pb_section_0_tb_body.et_pb_section {
  background-color: #dfeceb !important;
}

body.archive.category-barcoding .et_pb_section_0_tb_body.et_pb_section:before {
  background-image: url(https://www.inflowinventory.com/wp-content/themes/inflow2021-theme/img/barcoding-pattern.svg);
  background-size: 594px;
  background-position: left calc(1220px + ((100% - 1160px)/2)) top 191px !important;
}

body.post-category-barcoding #inflow-blog-post-header,
body.post-category-barcoding #inflow-blog-related-articles {
  background-color: #65d3ce !important;
}

body.post-category-barcoding #inflow-blog-article-credits {
  background-color: #dfeceb;
}


body.archive.category-inventory .et_pb_section_0_tb_body.et_pb_section {
  background-color: #d4dae6 !important;
}

body.archive.category-inventory .et_pb_section_0_tb_body.et_pb_section:before {
  background-image: url(https://www.inflowinventory.com/wp-content/themes/inflow2021-theme/img/inventory-pattern.svg);
  background-size: 689px;
  background-position: left calc(1195px + ((100% - 1160px)/2)) top 274px !important;
}

body.post-category-inventory #inflow-blog-post-header,
body.post-category-inventory #inflow-blog-related-articles {
  background-color: #b4bdcf !important;
}

body.post-category-inventory #inflow-blog-article-credits {
  background-color: #d4dae6;
}

body.archive.category-inflow-workflows .et_pb_section_0_tb_body.et_pb_section {
  background-color: #fae8e5 !important;
}

body.archive.category-inflow-workflows .et_pb_section_0_tb_body.et_pb_section:before {
  background-image: url(https://www.inflowinventory.com/wp-content/themes/inflow2021-theme/img/workflow-pattern.svg);
  background-size: 644px;
  background-position: left calc(1275px + ((100% - 1160px)/2)) top 207px !important;
}

body.post-category-inflow-workflows #inflow-blog-post-header,
body.post-category-inflow-workflows #inflow-blog-related-articles {
  background-color: #f2c7c0 !important;
}

body.post-category-inflow-workflows #inflow-blog-article-credits {
  background-color: #fae8e5;
}

body.archive.category-volunteering .et_pb_section_0_tb_body.et_pb_section {
  background-color: #fceef2 !important;
}

body.archive.category-volunteering .et_pb_section_0_tb_body.et_pb_section:before {
  background-color: #fceef2 !important;
  background-image: url(https://www.inflowinventory.com/wp-content/themes/inflow2021-theme/img/volunteering-pattern.svg);
  background-size: 727px;
  background-position: left calc(1380px + ((100% - 1160px)/2)) top 215px !important;
}

body.post-category-volunteering #inflow-blog-post-header,
body.post-category-volunteering #inflow-blog-related-articles {
  background-color: #f5b4c8 !important;
}

body.post-category-volunteering #inflow-blog-article-credits {
  background-color: #fceef2;
}

body.archive.category-inflow-workflows .inflow-blog-recent-post .inflow-subcategory,
body.archive.category-inventory .inflow-blog-recent-post .inflow-subcategory,
body.archive.category-barcoding .inflow-blog-recent-post .inflow-subcategory,
body.archive.category-accounting .inflow-blog-recent-post .inflow-subcategory,
body.archive.category-inflow-updates .inflow-blog-recent-post .inflow-subcategory,
body.archive.category-customer-spotlight .inflow-blog-recent-post .inflow-subcategory,
body.archive.category-volunteering .inflow-blog-recent-post .inflow-subcategory {
  display: none;
}

body.archive.category-inflow-workflows .inflow-blog-recent-post .inflow-blog-recent-image-feature,
body.archive.category-inventory .inflow-blog-recent-post .inflow-blog-recent-image-feature,
body.archive.category-barcoding .inflow-blog-recent-post .inflow-blog-recent-image-feature,
body.archive.category-accounting .inflow-blog-recent-post .inflow-blog-recent-image-feature,
body.archive.category-inflow-updates .inflow-blog-recent-post .inflow-blog-recent-image-feature,
body.archive.category-customer-spotlight .inflow-blog-recent-post .inflow-blog-recent-image-feature,
body.archive.category-volunteering .inflow-blog-recent-post .inflow-blog-recent-image-feature {
  margin-bottom: 24px;
}


body.archive.category-inflow-workflows .inflow-blog-recent-post-title,
body.archive.category-inventory .inflow-blog-recent-post-title,
body.archive.category-barcoding .inflow-blog-recent-post-title,
body.archive.category-accounting .inflow-blog-recent-post-title,
body.archive.category-inflow-updates .inflow-blog-recent-post-title,
body.archive.category-customer-spotlight .inflow-blog-recent-post-title,
body.archive.category-volunteering .inflow-blog-recent-post-title {
  margin-top: 32px;
}

.inflow-blog-category-archive-content + .inflow-button {
  font-size: 18px !important;
  background: #FFF;
  border: 1px solid #222 !important;
  border-radius: 8px;
  padding: 16px 32px;
  margin: auto;
  cursor: pointer;
}

.inflow-blog-category-archive-content + .inflow-button:hover {
  background: #222 !important;
  color: #FFF !important;
}

/* ===================== SINGLE BLOG POST =====================*/
body.single h1 {
  margin-bottom: 80px;
  width: 860px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

body.single .et_pb_section_1_tb_body.et_pb_section {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}

body.single-post .inflow-subcategory {
  font-size: 18px;
  padding: 16px 24px;
  border-radius: 40px;
  line-height: 1;
  margin-bottom: 40px;
}

.inflow-number-of-comments {
  display: inline-block;
  float: right;
  background: #FFF;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 14px;
  font-family: 'ZonaPro Ultra 900';
  color: #222;
  line-height: 26px;
  position: absolute;
  right: 40px;
}

.inflow-number-of-comments:before {
  z-index: -1;
  content: "";
  width: 48px;
  height: 48px;
  background: url(https://www.inflowinventory.com/wp-content/themes/inflow2021-theme/img/comments-icon.svg);
  display: inline-block;
  position: absolute;
  margin: 8px 0 0 8px;
}

.inflow-blog-meta {
  display: flex;
  justify-content: space-between;
  width: 860px;
  max-width: 100%;
  margin: auto;
}

.inflow-blog-meta span {
  display: inline-block;
  width: 100%;
  max-width: 240px;
  border-top: 1.5px solid #222;
  text-align: left;
  padding-top: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #222;
}

.inflow-blog-meta strong {
  display: block;
}

.inflow-blog-featured-image img {
  border-radius: 8px;
}

#about-inflow-software {
  position: absolute;
  margin-left: -90px;
}

.inflow-blog-post-readtime {
  margin-bottom: 24px;
}

body.single .et_pb_module.et_pb_post_content.et_pb_post_content_0_tb_body > p:first-child {
  font-weight: 600;
}

.wp-block-image figcaption {
  margin-top: -44px;
  margin-bottom: 56px;
  color: #606060;
  font-size: 12px;
}

.et_pb_team_member_image {
  background: #FFF;
  border-radius: 8px;
  overflow: hidden;
  max-width: 92px;
}

body.single #main-content .et_pb_team_member_description h2 {
  font-size: 16px !important;
  font-family: 'ZonaPro Bold 700';
}

body.single #main-content .et_pb_team_member_description {
  font-size: 16px;
  font-weight: 400;
  color: #222;
}

body.single #main-content .et_pb_team_member_description h2 {
  font-size: 17px !important;
  font-weight: 600 !important;
  letter-spacing: 0;
  padding: 0;
  line-height: 24px !important;
}

body.single #main-content .et_pb_post_content h2 {
  margin-top: 54px;
}

body.single #main-content .et_pb_post_content h3 {
  margin: 32px 0 0;
}

body.single #main-content .et_pb_title_featured_container {
  margin: 54px 0;
}

body.single #main-content .et_pb_post_content img {
  margin: 54px auto !important;
}

body.single #main-content h3#reply-title:after {
  content: "Have a question or comment? Let us know below!";
}

body.single #main-content #commentform {
  padding-bottom: 0;
}

body.single #main-content h3#reply-title span,
body.single #main-content p.logged-in-as {
  display: none;
}

.cta-button-container a {
  padding: 24px 32px;
  font-size: 18px;
  font-family: 'ZonaPro Semi Bold 600' !important;
  letter-spacing: 0.5px;
  margin: 40px 0 8px;
  display: flex;
  justify-content: center;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  width: 100%;
  height: 65px;
  border-radius: 10px;
  background: #C13A1D;
  background-image: linear-gradient(to bottom, #e38475 -97%, #cf3a1d 173%);
  color: #FFF !important;
  line-height: 1;
}


.et_pb_comments_module {
  padding: 0 !important;
}

ol > li.comment {
  padding: 40px 0 0;
  border-bottom: 1px solid #DDD;
}

span.reply-container {
  display: none;
}

.comment-body {
  padding: 0;
}

body.single #main-content .wp-block-image img {
  width: 100%;
}

body.single-post #main-content nav.et-menu-nav ul li {
  display: flex;
}

body.single-post #main-content nav.et-menu-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

body.single-post #main-content nav.et-menu-nav {
  display: flex;
  align-items: stretch;
  float: none;
  width: 100%;
}

body.single-post #main-content nav.et-menu-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
  margin-left: -11px;
  margin-right: -11px;
}

body.single-post #main-content nav.et-menu-nav ul li {
  display: flex;
}

.et_pb_module.et_pb_post_title.et_pb_post_title_0_tb_body.et_pb_bg_layout_light.et_pb_text_align_left a {
  color: #666;
}

#inflow-blog-post-article-content .et_pb_row {
  width: 100% !important;
}

#inflow-blog-post-article-content .et_pb_section {
  padding: 0 !important;
}

#inflow-blog-post-article-content .et_pb_section .et_pb_text_0 {
  font-size: 16px;
}

.et_pb_comments_module.et_pb_no_comments_count #comments {
  display: none;
}

ol.commentlist.clearfix {
  margin-bottom: 80px;
}

#commentform input[type=email],
#commentform input[type=text],
#commentform input[type=url],
#commentform textarea {
  padding: 12px;
  color: #999;
  line-height: 1em;
  background-color: #eee;
  font-size: 16px;
  border-width: 0;
  width: 100%;
}

body.single #inflow-blog-related-articles .inflow-button {
  border: 1.5px solid #222 !important;
  padding: 12px 24px;
  background: #FFF;
  line-height: 1;
  font-family: 'ZonaPro Semi Bold 600' !important;
}
body.single #inflow-blog-related-articles .inflow-button.top-button {
    position: absolute;
    top: -18px;
    right: 0;
}

body.single #inflow-blog-related-articles .inflow-button:hover {
  background: #222 !important;
  color: #FFF !important;
}

.inflow-blog-most-recent-related {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.inflow-blog-most-recent-related .inflow-blog-recent-post {
  width: 33%;
  width: calc(33% - 16px);
}

.inflow-blog-most-recent-related .inflow-blog-recent-image-feature {
  margin-bottom: 32px;
}

.inflow-blog-most-recent-related .inflow-reading-time {
  margin-top: 16px;
}
[id^='beyondwords-player'] {
    margin-bottom: 24px;
}

.inflow-blog-post-content-body li:empty {
    display: none !important;
    visibility: collapse !important;
}
/* ===================== SINGLE BLOG POST - TABE OF CONTENTS =====================*/
body.single #main-content .inflow-blog-table-of-contents-container ::marker {
  font-size: 0;
}

#inflow-table-of-contents-section {
  transition: all 0.3s ease;
}

.table-of-contents-header {
  margin: 8px 0;
  font-family: 'ZonaPro Ultra Bold 800';
  font-size: 18px;
  display: inline-block;
}
.inflow-blog-table-of-contents-container {
  padding: 40px 0;
  transition: all 0.3s ease;
}

.inflow-blog-table-of-contents-container div {
  font-size: 14px;
  color: #222;
  line-height: 1.25 !important;
  display: inline-block;
  padding: 4px;
  cursor: pointer;
}

.inflow-blog-table-of-contents-container div:hover {
  text-decoration: underline;
}

body.single .inflow-blog-table-of-contents-container ::marker {
  font-size: 14px !important;
}

.inflow-blog-table-of-contents-container ol {
  column-count: 2;
  column-gap: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
  counter-reset: element;
  list-style: none;
  transition: all 0.3s ease;
}

ol.inflow-table-of-contents-list li {
  padding-left: 8px;
  display: flex;
  position: relative;
}

ol.inflow-table-of-contents-list li:before {
  counter-increment: element;
  content: counter(element) ".";
  font-size: 14px;
  position: absolute;
  top: -1px;
  left: -16px;
  width: 16px;
  text-align: right;
}

#inflow-table-of-contents-section {
  position: sticky;
  top: 0;
  z-index: 5;
}

#inflow-blog-article-credits,
#inflow-blog-comments-and-related,
#inflow-blog-top-footer {
  z-index: 10;
}

.inflow-blog-table-of-contents-toggle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #333;
  position: absolute;
  left: -74px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.inflow-blog-table-of-contents-toggle:before,
.inflow-blog-table-of-contents-toggle:after {
  content: "";
  width: 12px;
  height: 2px;
  background: #222;
  position: absolute;
  transform: rotate(-50deg) translate(1px, 0px);
  transform-origin: right;
  margin-top: 9px;
  margin-left: 3px;
  transition: all 0.3s ease;
}

.inflow-blog-table-of-contents-toggle:after {
  transform: rotate(230deg) translate(1px, 0px);
}

#inflow-table-of-contents-section.closed {
  background: #222 !important;
  padding: 0;
  transition: all 0.3s ease;
}
#inflow-table-of-contents-section.closed .inflow-blog-table-of-contents-container{
  padding: 24px 0;
}

#inflow-table-of-contents-section.closed .table-of-contents-header {
  color: #FFF;
}

#inflow-table-of-contents-section.closed ol.inflow-table-of-contents-list {
  height: 0;
  overflow: hidden;
}

#inflow-table-of-contents-section.closed .inflow-blog-table-of-contents-toggle:before,
#inflow-table-of-contents-section.closed .inflow-blog-table-of-contents-toggle:after {
  background: #FFF;
  margin-top: 18px;
}

#inflow-table-of-contents-section.closed .inflow-blog-table-of-contents-toggle {
  border-color: #FFF;
}

#inflow-table-of-contents-section.closed .inflow-blog-table-of-contents-toggle:after {
  transform: rotate(-230deg) translate(1px, 0px);
}

#inflow-table-of-contents-section.closed .inflow-blog-table-of-contents-toggle:before {
  transform: rotate(50deg) translate(1px, 0px);
}

/* ===================== BLOG TOP FOOTER =====================*/
#inflow-blog-top-footer .inflow-blog-top-level-category-menu {
  text-align: left;
}

#inflow-blog-top-footer .inflow-blog-top-level-category-menu a {
  font-size: 32px;
  font-weight: 800;
  margin: 0;
  display: block;
}

#inflow-blog-top-footer img[title='back-to-top-button']:hover {
  animation: rotation 2s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

/* ===================== RESPONSIVE =====================*/
/* ==================================================*/
/* ===================== TABLET ================*/
/* ==================================================*/
/* ===================== CAROUSEL =====================*/
@media(min-width:1645px) {
  #inflow-blog-carousel-section {
    background-position: bottom right !important;
  }
}
@media(min-width:981px){
  .hide-desktop {
    display: none !important;
  }
}
@media(max-width: 980px) and (min-width:767px){
  .hide-tablet {
    display: none !important;
  }
}
@media(max-width: 980px) {
  .inflow-blog-carousel-image-feature {
    width: 91%;
    height: 364px;
  }

  .inflow-blog-carousel-title {
    padding-left: 0;
  }

  .inflow-blog-carousel-image {
    transform: translateX(24px);
    margin-right: -80px;
  }

  #inflow-carousel-controls {
    transform-origin: unset;
    position: absolute;
    top: unset;
    left: 0;
    bottom: 40px;
    height: 30px;
  }

  #inflow-carousel-controls > div {
    display: inline-block;
    transform: rotate(-90deg);
  }

  #inflow-carousel-controls > .inflow-carousel-back {
    margin-left: 20px;
    margin-right: 100px;
  }

  #inflow-blog-featured-carousel .inflow-reading-time {
    margin-top: 0;
    margin-bottom: 32px;
  }

  #inflow-carousel-controls .hover-text {
    display: none !important;
  }

  .inflow-blog-carousel-post .inflow-subcategory {
    margin-top: -16px;
  }

  /* ===================== BLOG ARCHIVE PAGE =====================*/
  .inflow-blog-most-recent-container.inflow-blog-category-inflow-updates .inflow-blog-recent-image-feature {
    flex-shrink: 0;
    margin-right: 32px;
    width: 100%;
    padding-bottom: 75%;
    margin-bottom: 24px;
  }

  .inflow-blog-most-recent-container.inflow-blog-category-inflow-updates .inflow-blog-recent-post a {
    display: flex;
    flex-direction: column;
  }

  .inflow-blog-most-recent-container.inflow-blog-category-inflow-updates h3 {
    text-align: left;
    margin-top: auto;
  }

  .inflow-blog-most-recent-container.inflow-blog-category-inflow-updates .inflow-blog-meta {
    justify-content: left;
  }

  .inflow-blog-most-recent-container.inflow-blog-category-inflow-updates .inflow-blog-meta-publish-date {
    right: 4px;
  }

  .inflow-blog-most-recent-container.inflow-blog-category-inflow-updates .inflow-blog-recent-post a .inflow-blog-recent-image-feature + div {
    display: flex;
    margin-top: auto;
    flex-direction: column;
    width: 100%;
  }

  .inflow-blog-most-recent-container.inflow-blog-category-popular-now .inflow-blog-recent-post a {
    flex-direction: column;
  }

  .inflow-blog-most-recent-container.inflow-blog-category-popular-now .inflow-blog-recent-image-feature {
    width: 100%;
    padding-bottom: 75%;
    margin-bottom: 24px;
  }

  .inflow-blog-most-recent-container.inflow-blog-category-popular-now .inflow-blog-recent-post-title {
    padding-left: 0;
  }
  .inflow-blog-most-recent-container.inflow-blog-category-popular-now .inflow-subcategory {
    left: 0;
    margin-top: 81%;
  }
  .inflow-blog-category-stories .inflow-blog-most-recent .inflow-subcategory {
    margin-top: 81%;
  }
  
  /* ===================== BLOG TOP FOOTER =====================*/
  #inflow-blog-top-footer .inflow-blog-top-level-category-menu a {
    font-size: 24px;
    font-family: 'ZonaPro Ultra Bold 800';
    margin: 0 24px 0 0;
    display: inline-block;
  }

  #inflow-blog-top-footer .inflow-monthly-tips-newsletter,
  #inflow-blog-top-footer .top-footer-email-disclaimer {
    max-width: 480px;
    position: relative;
  }

  /* ===================== CATEGORY ARCHIVE =====================*/
  .inflow-blog-category-archive-content .inflow-blog-recent-post {
    width: 50%;
  }

  /* ===================== TABLE OF CONTENT =====================*/
  #inflow-table-of-contents-section {
    position: sticky;
    top: 64px;
    width: 550px;
    max-width: 100%;
    z-index: 15;
    transform: translateX(-100%);
    padding: 0;
    margin-top: 40px;
    margin-bottom: -48px;
    display: inline-block;
  }

  #inflow-table-of-contents-section:before {
    content: "";
    background: #f8f8f8;
    position: fixed;
    width: 550px;
    max-width: 100%;
    top: -65px;
    left: 0;
    height: 101vh;
  }

  #inflow-table-of-contents-section.open {
    transform: translateX(0);
  }

  .inflow-blog-table-of-contents-toggle:after {
    transform: rotate(230deg) translate(7.5px, -7.5px);
  }

  .inflow-blog-table-of-contents-toggle:before,
  .inflow-blog-table-of-contents-toggle:after {
    content: none;
  }

  .inflow-blog-table-of-contents-container ol {
    column-count: 1;
  }
  body.inflow-no-toc #inflow-mobile-toc-toggle-section{
    display: none !important;
  }
  body.inflow-no-toc .inflow-blog-post-content-body {
    padding-left: 0 !important;
  }
  #inflow-mobile-toc-toggle-section {
    transform: translateY(40px);
    z-index: 5;
    background: transparent;
    position: sticky;
    top: 40px;
  }

  #inflow-mobile-toc-toggle {
    width: 40px;
    height: 47px;
    background-image: url(https://www.inflowinventory.com/wp-content/themes/inflow2021-theme/img/toc-default.svg);
    background-repeat: no-repeat;
    position: sticky;
    top: 40px;
    cursor: pointer;
  }

  .inflow-blog-table-of-contents-container .inflow-blog-table-of-contents-toggle {
    background-image: url(https://www.inflowinventory.com/wp-content/themes/inflow2021-theme/img/toc-selected.svg);
    border: 0;
    height: 47px;
    background-repeat: no-repeat;
    border-radius: 0;
  }

  .inflow-blog-table-of-contents-container {
    position: absolute;
    left: -16px;
    padding: 0;
  }
}

/* ==================================================*/
/* ===================== MOBILE =====================*/
/* ==================================================*/
@media(max-width: 768px) {
  .hide-mobile {
    display: none !important;
  }
  /* ===================== FONTS =====================*/
  body.blog #main-content h2.large {
    font-size: 33px !important;
  }

  #inflow-blog-carousel-section .inflow-blog-top-level-category-menu,
  .et_pb_section_0_tb_body .inflow-blog-top-level-category-menu {
    display: none;
  }

  /* ===================== CAROUSEL =====================*/
  .inflow-blog-carousel-title {
    order: 2;
  }

  .inflow-blog-carousel-image {
    order: 1;
    transform: translateX(0);
    margin: 0 auto;
  }

  .inflow-blog-carousel-post {
    flex-direction: column;
  }

  #inflow-blog-carousel-section {
    background-position: top 85px center ! important;
    background-image: url(https://www.inflowinventory.com/wp-content/themes/inflow2021-theme/img/doodle-behind-cards.svg) !important;
    background-size: 105% auto;
  }

  .inflow-blog-carousel-image-feature {
    margin: -72px 0 40px;
  }

  /* ===================== BLOG ARCHIVE PAGE =====================*/
  .inflow-blog-category-stories .inflow-blog-most-recent,
  .inflow-blog-most-recent-container.inflow-blog-category-popular-now .inflow-blog-most-recent {
    display: block;
  }

  .inflow-blog-category-stories .inflow-blog-recent-post,
  .inflow-blog-most-recent-container.inflow-blog-category-popular-now .inflow-blog-recent-post,
  .inflow-blog-most-recent-container.inflow-blog-category-inflow-updates .inflow-blog-recent-post a .inflow-blog-recent-image-feature + div {
    width: 100%;
  }

  .inflow-blog-most-recent-container.inflow-blog-category-inflow-updates .inflow-blog-recent-post a {
    flex-direction: column;
  }

  .inflow-blog-most-recent-container.inflow-blog-category-inflow-updates .inflow-blog-recent-image-feature {
    width: 100%;
    padding-bottom: 75%;
    margin-bottom: 24px;
  }

  .inflow-blog-most-recent-container.inflow-blog-category-inflow-updates .inflow-blog-meta-publish-date {
    right: 4px;
  }
  .inflow-blog-category-stories .inflow-blog-most-recent .inflow-subcategory {
    margin-top: 79%;
  }
  .inflow-blog-most-recent-container.inflow-blog-category-popular-now .inflow-subcategory {
    left: 0;
    margin-top: 79%;
  }

  /* ===================== BLOG TOP FOOTER =====================*/
  #inflow-blog-top-footer .inflow-blog-top-level-category-menu a {
    display: block;
  }

  /* ===================== CATEGORY ARCHIVE =====================*/
  .inflow-blog-category-archive-content .inflow-blog-recent-post {
    width: 100%;
    padding: 0;
  }

  /* ===================== BLOG SINGLE POST =====================*/
  .inflow-blog-most-recent-related .inflow-blog-recent-post {
    width: 100%;
  }

  .inflow-blog-most-recent-related {
    flex-direction: column;
  }
}

@media(max-width: 600px) {
  .inflow-blog-carousel-title h1 {
    font-size: 34px !important;
  }

  #inflow-blog-post-article-content {
    padding: 0 24px !important;
  }

  div#inflow-mobile-toc-toggle-section .et_pb_row {
    padding: 0 16px !important;
  }

  .inflow-blog-post-content-body {
    padding-left: 48px !important;
  }

  #inflow-table-of-contents-section .et_pb_row {
    padding-left: 16px !important;
  }

  body.single-post ol {
    padding-left: 0 !important;
  }

  span.table-of-contents-header {
    margin-left: -16px;
  }
  .inflow-blog-category-stories .inflow-blog-most-recent .inflow-subcategory,
  .inflow-blog-most-recent-container.inflow-blog-category-popular-now .inflow-subcategory {
    margin-top: 81%;
  }
}

  /* ===================== BLOG USE CASE FEATURED STATS =====================*/
.use_case_featured_statistics {
    padding: 40px;
    border-radius: 16px;
    display: flex;
    gap: 40px;
    margin: 0px 0px -28px;
    z-index: 15;
    position: relative;
}
.featured_statistic {
    width: 50%;
}
.use_case_featured_statistics h2 {
	font-size: 44px;
}
.featured-icon-blocks {
    display: flex;
    gap: 4px;
	margin-bottom:48px;
}
.featured-icon-block {
    width: 30%;
    flex-grow: 1;
    padding: 16px;
    border-radius: 16px;
    display: flex;
    gap: 16px;
}
.featured-icon-block p {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 0;
}
