/*
Theme Name: inFlow Inventory v4
Author: Archon Systems
Version: 1.0.0
Text Domain: inflowinventoryv4

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

.contact-modal-ajax {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999999999;
}

#close-contact-modal {
  width: 32px;
  height: 32px;
  border: 4px solid #eeac4c;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  position: absolute; 
  top: 8px;
  left: 50%;
  margin-left: 350px;
}
#close-contact-modal:before,
#close-contact-modal:after {
  content:"";
  position :absolute;
  top: 10.5px;
  left: 3px;
  width: 18px;
  height: 3px;
  transform: rotate(45deg);
  background:#eeac4c;
}
#close-contact-modal:after {
  transform: rotate(-45deg);
}


html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-size: 0;
  overflow-x: hidden;
}

header {
  z-index: 999999999;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  color: #eda63d;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 3em;
  margin: 0.67em 32px;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.searchwp-live-search-results {
  z-index: 9999999;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
.site,
button,
input,
select,
textarea {
  color: #3a3a3c;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.15;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {

  background: #E8E8E8;
}

.site {
  width: 1088px;
  max-width: 100%;
  background: #fff;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: """";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, .8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

select {
  border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #eda63d;
}

a:visited {
  color: inherit;
}

a:hover,
a:focus,
a:active {
  color: inherit;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul ul li {}

.main-navigation li:hover > a,
.main-navigation li.focus > a {}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.sr-only {
  text-indent: -110%;
  overflow: hidden;
  position: absolute;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
footer .footer-col-4 a {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.single .inner-content-container > img:first-child {
  margin: 0 auto;
  width: 100% !important;
}

.single .inner-content-container {
  text-align: center;
}

.single .inner-content-container .the-content,
.single .inner-content-container .the-author {
  text-align: left;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
## General Structure
--------------------------------------------------------------*/
.download-button {
  box-sizing: content-box;
}

.flex,
.flex article {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.flex article {
  padding: 48px 32px;
  border-bottom: 1px solid #e7e7e7;
}

.container-1280 {
  max-width: 1088px;
  margin: 0 auto;
  position: relative;
  padding: 80px 82px 0;
}

.main-content {
  border-bottom-left-radius: 8px;
  padding-bottom: 32px;
  position: relative;
  background: #f6f6f6;
}

.inner-content-container {
  background: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  z-index: 9999;
  position: relative;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.025);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.025);
  margin: 0 15%;
  margin: 0 82px;
  padding: 0;
}

.grey-bg {
  background: #f6f6f6;
}

h1.site-title {
  width: 100%;
  max-width: 880px;
  margin: 27px auto 0;
  padding: 0px 32px;
  font-size: 0;
}

/*--------------------------------------------------------------
## Homepage & Header/Footer
--------------------------------------------------------------*/
#homepage-heroes {
  margin-top: 27px;
  font-size: 0;
  padding: 0 15% 0;
  padding: 0 82px 0;
}

#homepage-heroes-bottom {
  background: #f6f6f6;
  max-width: 1088px;
  margin: 0 auto -1px;
  position: relative;
  padding: 16px 15% 0;
  padding: 16px 82px 0;
}

#homepage-heroes .category,
#homepage-heroes-bottom .category {
  display: inline-block;
  font-size: 1.6rem;
  margin-bottom: 16px;
  text-decoration: none;
}

#homepage-heroes-bottom .category {
  display: block;
}

#homepage-heroes .article-title,
#homepage-heroes-bottom .article-title {
  display: inline-block;
  font-size: 3.2rem;
  line-height: 4rem;
  font-weight: 400;
  color: #3a3a3c;
  text-decoration: none;
}

#hero-1 > div,
#hero-2 > div,
#hero-3 > div {
  padding: 48px 32px;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
}

#hero-1 > div {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  text-align: right;
  min-height: 242px;
  background-color: #F8EBD7;
}

#hero-1 .hero-category,
#hero-1 a {
  width: 66%;
  text-align: left;
  display: inline-block;
}

#hero-2 {
  width: 66%;
  float: left;
}

#hero-2 > div {
  margin-right: 8px;
  min-height: 242px;
  height: 100%;
}

#hero-3 {
  width: 34%;
  float: right;
}

#hero-3 > div {
  margin-left: 8px;
  height: 100%;
  min-height: 242px;
}

#hero-1 a,
#hero-2 a,
#hero-3 a {}

ul.category-tabs {
  font-size: 0;
  max-width: 1088px;
  margin: 0 auto -1px;
  position: relative;
  padding: 0 15% 0;
  padding: 0 82px 0;
}

.home ul.category-tabs {
  margin-top: 24px;
}

ul.category-tabs li {
  display: inline-block;
  background: #f6f6f6;
  margin: 0;
}

.home ul.category-tabs li:first-child {
  background: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.025);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.025);
}

ul.category-tabs li a {
  font-size: 1.6rem;
  text-decoration: none;
  padding: 0 20px;
  line-height: 40px;
  outline: none;
  display: block;
}

ul.category-tabs li:first-child a {
  padding-left: 32px;
}

ul.category-tabs li.current-cat a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

ul.category-tabs li.cat-item-316,
ul.category-tabs li.cat-item-318 {
  display: none;
}

.left-image {
  width: 34%;
  padding: 40px 32px 0 0;
}

.right-content {
  width: 66%;
}

.author {
  margin-bottom: 24px;
  font-size: 1.2rem;
  font-weight: 400;
}

.excerpt {
  max-width: 400px;
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.excerpt a {
  color: #d88729;
  margin-top: 40px;
  display: block;
}

h2.entry-title {
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 400;
  max-width: 400px;
  margin: 16px 0;
}

h2.entry-title a {
  text-decoration: none;
  color: #3a3a3c;
}

footer .inner-footer {
  padding-top: 0;
}

/*--------------------------------------------------------------
## Post Categories
--------------------------------------------------------------*/
ul.post-categories {
  margin: 0;
  padding: 0;
}

ul.post-categories li {
  list-style-type: none;
}

ul.post-categories li a {
  font-size: 1.2rem;
  font-weight: 300;
  font-weight: 300;
  text-decoration: none;
}

a.category-inventory,
body.category-inventory ul.category-tabs:before,
body.single ul.category-tabs.category-inventory:before {
  color: #0778b3;
}

.category-inventory-bg {
  background: #e7eef8;
}

a.category-barcoding,
body.category-barcoding ul.category-tabs:before,
body.single ul.category-tabs.category-barcoding:before {
  color: #7fae9d;
}

.category-barcoding-bg {
  background: #dbe5e0;
}

a.category-accounting,
body.category-accounting ul.category-tabs:before,
body.single ul.category-tabs.category-accounting:before {
  color: #efae48;
}

.category-accounting-bg {
  background: #f8e8d7;
}

a.category-templates,
body.category-templates ul.category-tabs:before,
body.single ul.category-tabs.category-templates:before,
a.category-customer-spotlight,
body.category-customer-spotlight ul.category-tabs:before,
body.single ul.category-tabs.category-customer-spotlight:before {
  color: #9f82a0;
}

.category-templates-bg,
.category-customer-spotlight-bg {
  background: #e7e2ea;
}

a.category-inflow-updates,
body.category-inflow-updates ul.category-tabs:before,
body.single ul.category-tabs.category-inflow-updates:before {
  color: #7a829f;
}

.category-inflow-updates-bg {
  background: #e5e6e8;
}

a.category-small-business,
body.category-small-business ul.category-tabs:before,
body.single ul.category-tabs.category-small-business:before {
  color: #a6988b;
}

.category-small-business-bg {
  background: #eee5dc;
}

a.category-volunteering,
body.category-volunteering ul.category-tabs:before,
body.single ul.category-tabs.category-volunteering:before {
  color: #c9c988;
}

.category-volunteering-bg {
  background: #ededa6;
}

a.category-inflow-workflows,
body.category-inflow-workflows ul.category-tabs:before,
body.single ul.category-tabs.category-inflow-workflows:before {
  color: #9D8E81;
}

.category-inflow-workflows-bg {
  background: #EEE5DC;
}

#category-heading {
  padding: 48px 15%;
  padding: 48px 82px;
  min-height: 262px;
}

#category-heading h2 {
  max-width: 550px;
  font-size: 3.0rem;
  line-height: 3.8rem;
  font-weight: 300;
  padding: 0 32px;
  margin: 0;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}

.archive ul.category-tabs {
  margin-top: -10px;
  padding-top: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  background: transparent;
}

.archive ul.category-tabs li {
  margin-top: 8px;
}

.archive ul.category-tabs li.current-cat {
  margin-top: 0px;
}

.archive ul.category-tabs li.current-cat a {
  padding-top: 8px;
}

ul.category-tabs ul {
  display: none;
}

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
nav.navigation.pagination {
  width: 66%;
  padding: 54px 0;
  margin-left: auto;
}

.page-numbers.next:before,
.page-numbers.prev:before {
  content: none;
}

.page-numbers.next,
.page-numbers.prev {
  display: inline-block;
  background: none;
  vertical-align: middle;
  width: auto;
  height: 34px;
}

.prev.page-numbers {
  margin-right: 72px;
}

.next.page-numbers {
  margin-left: 72px;
}

.page-numbers,
.page-numbers:visited,
.page-numbers:hover {
  font-size: 1.8rem;
  font-weight: 300;
  text-decoration: none;
  padding: 0 8px;
  color: #e98b1f;
}

.page-numbers.current {
  color: #585859;
}

/*--------------------------------------------------------------
## Single Post
--------------------------------------------------------------*/
.single ul.category-tabs {
  padding: 0;
  margin: 27px 82px 0;
}

.single ul.category-tabs li a {
  line-height: 36px;
}

.single ul.category-tabs li.current-cat a {
  margin: -2px 0;
  line-height: 40px;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.025);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.025);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.header-content-container {
  padding: 0 15%;
  padding: 0 82px;
  background: #fff;
}

.header-content-container h1 {
  margin: 54px 32px 24px;
  font-size: 4.8rem;
  line-height: 5.7rem;
  font-weight: 400;
  max-width: 700px;
}

.single .author {
  font-size: 1.6rem;
  font-weight: 300;
  margin: 0 32px 24px;
  display: inline-block;
}

.single .social-meta {
  margin: 0 32px 54px;
  display: inline-block;
}

.single .social-meta a {
  display: inline-block;
  width: 45px;
  height: 45px;
  background-image: url('https://www.inflowinventory.com/wp-content/themes/inflowinventoryv4/images/sprite-social-media-yellow.jpg');
  background-size: auto 100%;
}

.single .social-meta a.social-media-twitter {
  background-position: 97px 0;
}

.single .social-meta a.social-media-facebook {
  background-position: 45px 0;
}

.the-content,
.the-author {
  font-size: 1.6rem;
  padding: 30px 15%;
}

.the-author {
  padding-bottom: 80px;
  border-top: 1px solid #e7e7e7;
}

.the-content p {
  margin: 24px 0;
}

.the-content h2 {
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 400;
  margin: 54px 0 0;
}

.the-content h3 {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 600;
  margin: 32px 0 24px;
}

.the-content img {
  margin: 54px auto;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
#comments {
  margin: -10px 15% 0;
  margin: -10px 82px 0;
  background: #dbe6e1;
  padding: 80px 0 0;
  z-index: 9999;
  position: relative;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

#respond {
  padding: 0 15%;
  border-bottom: 1px solid #fff;
}

#respond h3 {
  font-weight: 400;
  line-height: 3rem;
  font-size: 2.4rem;
  margin: 0 0 54px;
}

#commentform label {
  display: none;
}

#commentform input,
#commentform textarea {
  width: 100%;
  font-size: 1.6rem;
  padding: 8px 24px;
  font-weight: 300;
}

#commentform textarea {
  padding: 24px;
}

#commentform p {
  margin: 0 0 32px;
}

#commentform p.form-submit input[type="submit"] {
  margin-top: 22px;
  margin-bottom: 80px;
  width: auto;
  background: transparent;
  border: 1px solid #e98b1f;
  border-radius: 8px;
  width: 200px;
  height: 48px;
  line-height: 48px;
  color: #e98b1f;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0;
}

#responses > ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 1.6rem;
}

#responses > ol > li {
  border-bottom: 1px solid #fff;
  padding: 80px 15% 30px;
}

#responses footer {
  background: transparent;
}

#responses .comment-metadata a {
  color: #6a738a;
  text-decoration: none;
}

#responses ol.children {
  list-style-type: none;
  margin: 24px 24px 0;
  padding: 0;
}

/*--------------------------------------------------------------
## Article Nav
--------------------------------------------------------------*/
.article-nav-links {
  margin: -10px 15% 0;
  margin: -10px 82px 0;
  display: flex;
  flex-direction: row:
}

.article-nav-links > div {
  width: 50%;
  margin-top: 80px;
}

.article-nav-links h3 {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0 32px 32px;
}

.article-nav-links > div .article-box {
  background: #e7eef7;
  border-radius: 8px;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.025);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.025);
  padding: 40px 32px;
}

.article-nav-links > .prev-article {
  margin-right: 8px;
}

.article-nav-links > .next-article {
  margin-left: 8px;
}

.article-box .article-category {
  font-size: 1.2rem;
  font-weight: 300;
  display: block;
  margin-bottom 8px;
  text-decoration: none;
}

.article-box .article-title {
  display: block;
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 400;
  margin-bottom: 54px;
  min-height: 60px;
}

.article-box .article-title a {
  text-decoration: none;
  margin-top: 24px;
}

.article-box .article-link a {
  margin-bottom: 14px;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  color: #d88729;
}

article {
  line-height: 1.5;
}

#drip-form-90074 {
  display: none !important;
}

@media(min-width: 650px) {
  .drip-tab.image-left .drip-form-main {
    margin-left: 320px !important;
  }

  .drip-tab .drip-content img.drip-image {
    max-width: 300px !important;
  }

  .drip-tab .drip-content .drip-description {
    padding-bottom: 8px !important;
  }
}

/*--------------------------------------------------------------
## CTA shortcode
--------------------------------------------------------------*/
.cta-button-outer-container {
  display: block;
}

.cta-button-container {
  float: left;
  text-align: center;
}

.cta-button-container .button-solid {
  vertical-align: middle;
  display: block;
  line-height: 1;
  padding: 18px 40px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 1.6rem;
  background: #ecb118;
  text-decoration: none;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: -0.007px 0.2px 0.2px 0.2px rgba(0, 0, 0, .25);
  box-shadow: -0.007px 0.2px 0.2px 0.2px rgba(0, 0, 0, .25);
  position: relative;
  white-space: nowrap;
  min-width: 100%;
}

.cta-button-container .download-hint {
  display: inline-block;
  font-size: 1.2rem;
  margin: 8px 0;
  line-height: 1.725rem;
  font-weight: 300;
  color: #000;
}

/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/
@media(max-width: 1280px) {

  .inner-content-container,
  .single ul.category-tabs,
  #comments,
  .article-nav-links,
  .header-content-container,
  .container-1280,
  #homepage-heroes,
  #homepage-heroes-bottom,
  #category-heading h2,
  ul.category-tabs {
    max-width: 880px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .header-content-container,
  .container-1280,
  #homepage-heroes,
  #homepage-heroes-bottom,
  ul.category-tabs,
  #category-heading {
    padding-left: 0;
    padding-right: 0;
  }

  .header-content-container h1,
  .single .header-content-container .author,
  .header-content-container .social-meta {
    margin-left: 15%;
    margin-right: 15%;
  }

  #category-heading h2 {
    padding-left: 32px;
    box-sizing: border-box;
  }
}

@media(max-width: 952px) {
  h1.site-title {
    padding-left: 68px;
    max-width: none;
  }

  .container-1280,
  #homepage-heroes-bottom,
  .article-nav-links,
  .container-1280,
  #homepage-heroes-bottom {
    width: auto;
    margin-left: 36px;
    margin-right: 36px;
  }

  header .container-1280 {
    margin: 0;
  }

  #category-heading,
  .inner-content-container {
    padding-left: 36px;
    padding-right: 36px;
  }

  #homepage-heroes {
    max-width: none;
    width: 100%;
    border-radius: 0;
  }

  #homepage-heroes-bottom {
    padding-top: 32px;
  }

  #hero-1 > div {
    padding-bottom: 300px;
    background-size: auto 58%;
    border-radius: 0;
  }

  #hero-2,
  #hero-3,
  #hero-1 .hero-category,
  #hero-1 a {
    width: 100%;
    float: none;
  }

  #hero-2 {
    margin-bottom: 32px;
  }

  #hero-2 > div {
    margin-bottom: 32px;
    padding-bottom: 220px;
    background-size: inherit;
  }

  #hero-2 > div,
  #hero-3 > div {
    margin-left: 0;
    min-height: 0;
    margin-right: 0;
  }

  #homepage-heroes-bottom .category {
    display: block;
  }

  .inner-content-container {
    max-width: none;
    padding-top: 16px;
  }

  .single .inner-content-container {
    padding-left: 0;
    padding-right: 0;
  }

  .category-tabs-container {
    padding: 0 36px;
  }

  ul.category-tabs {
    height: 52px;
    overflow: hidden;
    transition: height 0.3s ease;
    position: absolute;
    width: 34%;
    margin-left: 0;
    box-sizing: border-box;
    margin-bottom: -21px;
    z-index: 99999999;
  }

  ul.category-tabs.open {
    height: 362px;
  }

  body.archive ul.category-tabs.open,
  body.home ul.category-tabs.open {
    height: 362px;
  }

  ul.category-tabs li a {
    line-height: 44px !important;
    font-size: 2rem;
  }

  ul.category-tabs:before {
    content: "All articles";
    background: #f2f3f4;
    border-radius: 4px;
    font-size: 2rem;
    line-height: 5rem;
    font-weight: 400;
    cursor: pointer;
    box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.25);
    display: inline-block;
    width: 100%;
    padding: 0 36px;
    margin-bottom: -25px;
    margin-top: 0px;
    z-index: 99999;
    position: relative;
  }

  .archive ul.category-tabs:before {
    content: attr(data-current-cat);
  }

  body.single ul.category-tabs:before {
    margin-left: 15%;
    margin-right: 15%;
    width: auto;
    display: block;
    max-width: 300px;
    content: attr(data-current-cat);
  }

  ul.category-tabs li:first-child:after {
    border-style: solid;
    border-width: 0.1em 0.1em 0 0;
    content: ' ';
    display: inline-block;
    height: 0.35em;
    position: absolute;
    top: -36px;
    margin-left: 84%;
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    vertical-align: top;
    width: 0.35em;
    z-index: 9999999999;
    font-size: 40px;
    color: orange;
  }

  .archive ul.category-tabs li:first-child:after {
    border-style: solid;
    border-width: 0.1em 0.1em 0 0;
    content: ' ';
    display: inline-block;
    height: 0.35em;
    position: absolute;
    top: -33px;
    right: 36px;
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    vertical-align: top;
    width: 0.35em;
    z-index: 9999999999;
    font-size: 40px;
    color: orange;
    margin: 0;
    position: absolute;
  }

  body.single ul.category-tabs li:first-child:after {
    top: -34px;
    margin: 0;
    right: 36px;
    left: inherit;
    position: absolute;
  }

  .archive ul.category-tabs {
    margin-left: 32px;
    margin-top: -25px;
    text-align: left;
  }

  ul.category-tabs li {
    display: block;
    margin: -1px 0 0;
    max-width: 300px;
    padding-left: 0px;
    position: relative;
  }

  body.single ul.category-tabs li {
    margin-left: 15%;
  }

  .archive ul.category-tabs li {
    margin: -1px 0 0;
    max-width: none;
  }

  .archive ul.category-tabs li:first-child {
    margin-top: 16px;
  }

  .home ul.category-tabs li:first-child {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #f6f6f6;
    margin: 18px 0 0;
  }

  .home ul.category-tabs li {
    z-index: 99999;
    max-width: none;
  }

  ul.category-tabs li a,
  ul.category-tabs li:first-child a {
    padding-left: 36px;
  }

  ul.category-tabs li:first-child {
    margin-top: 26px;
    padding-top: 8px;
    padding-left: 0 !important;
  }

  ul.category-tabs li:last-child {
    padding-bottom: 8px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  ul.category-tabs li.current-cat a {
    background: transparent;
  }

  .archive ul.category-tabs li.current-cat a {
    padding-top: 0;
  }

  #category-heading {
    padding-top: 73px;
  }

  .single ul.category-tabs li.current-cat a {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }

  .home .main-content {
    padding-top: 49px;
  }

  .single .main-content {
    margin-top: 260px;
  }
}

@media(max-width: 767.9px) {
  body {
    padding-top: 0;
  }

  .left-image,
  .right-content,
  nav.navigation.pagination,
  .container-1280,
  #homepage-heroes-bottom,
  .inner-content-container,
  #comments,
  .container-1280,
  #homepage-heroes-bottom,
  .header-content-container h1,
  .single .header-content-container .author,
  .header-content-container .social-meta,
  .the-content,
  .the-author,
  .article-nav-links > div {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  #homepage-heroes {
    margin-top: 40px;
  }

  .article-nav-links {
    display: block;
    margin-left: 32px;
    margin-right: 32px;
  }

  .header-content-container,
  .the-content,
  .the-author,
  #respond,
  #hero-2,
  #hero-3,
  nav.navigation.pagination {
    padding-left: 32px;
    padding-right: 32px;

  }

  #category-heading h2 {
    padding-left: 0;
  }

  h1.site-title {
    margin: 0;
  }

  body.single ul.category-tabs:before,
  body.archive ul.category-tabs {
    max-width: none;
    margin: 0 32px;
    width: auto;
  }

  body.home ul.category-tabs {
    width: auto;
    left: 32px;
    right: 32px;
  }

  body.archive ul.category-tabs {
    margin-top: 28px;
    margin-bottom: -28px;
    padding-top: 0;
    left: 0;
    right: 0;
  }

  body.single ul.category-tabs {
    margin-top: 44px;
    padding-top: 0;
  }

  body.single ul.category-tabs li {
    margin-right: 32px;
    margin-left: 32px;
  }

  ul.category-tabs li:first-child {
    margin-top: 0;
  }

  ul.category-tabs li {
    max-width: none;
  }

  ul.category-tabs li:first-child:after {
    margin-left: 0;
    right: 36px;
  }

  #category-heading {
    margin-top: 55px;
  }
}

@media (max-width: 376px) {
  body.single ul.category-tabs li:first-child:after {
    top: -29px;
    right: 32px;
  }

  ul.category-tabs {
    height: 42px;
  }
}
