/*!
Theme Name: wordherd
Theme URI: https://wordherd.io
Author: WordHerd
Author URI: https://wordherd.io
Description: Description
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wordherd
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

wordherd is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* Full Width Gutenberg */
.alignwide {
  margin-left: -80px;
  margin-right: -80px
}

.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw
}

/* .alignfull img { width: 100vw } */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0;
  overflow-x: clip;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-family: 'gothammedium' !important;
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 100%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -0.25em
}

sup {
  top: -0.25em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: 0.35em 0.75em 0.625em
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}

body,
button,
input,
select,
optgroup,
textarea,
ul,
ol,
li {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5
}

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%
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: clip;
}

body {
  background: #fff
}

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: 700
}

dd {
  margin: 0 1.5em 1.5em
}

img {
  height: auto;
  max-width: 100%
}

figure {
  margin: 1em 0
}

table {
  margin: 0 0 1.5em;
  width: 100%
}

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, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  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
}

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
}

select {
  border: 1px solid #ccc
}

textarea {
  width: 100%
}

/* a { color: #4169e1 } */
/* a:visited { color: #800080 } */
/* a:hover, a:focus, a:active { color: #191970 } */
/* a:focus { outline: thin dotted } */
a:hover,
a:active {
  outline: 0
}

.main-navigation {
  display: block;
  width: 100%
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0
}

.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
  display: block;
  left: auto
}

.main-navigation ul ul a {
  width: 200px
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
  left: auto
}

.main-navigation li {
  position: relative
}

.main-navigation a {
  display: block;
  text-decoration: none
}

.menu-toggle,
.main-navigation.toggled ul {
  display: block
}

@media screen and (min-width:37.5em) {
  .menu-toggle {
    display: none
  }

  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

#primary[tabindex="-1"]:focus {
  outline: 0
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em
}

.widget {
  margin: 0
}

.widget select {
  max-width: 100%
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.post,
.page {
  margin: 0
}

.updated:not(.published) {
  display: none
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0
}

.entry-content a {
  color: #5b82b8;
  text-decoration: underline;
}

.entry-content a:hover {
  text-decoration: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em
}

.comment-content a {
  word-wrap: break-word
}

.bypostauthor {
  display: block
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none
}

.infinity-end.neverending .site-footer {
  display: block
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0
}

embed,
iframe,
object {
  max-width: 100%;
  border: 0px;
}

.custom-logo-link {
  display: inline-block
}

.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
}

.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
}

/*Theme layout Option CSS*/
body>#page>.content-area {
  margin-top: 108px !important;
  padding-bottom:100px !important;
}
body.single-products>#page>.content-area,
body.post-type-archive-case-study>#page>.content-area,
body.home>#page>.content-area,
body.section-find-representative>#page>.content-area
 {
  padding-bottom:0px !important;
}
.case-study-content > div:last-of-type.testimonial-row {
  margin-bottom:-100px !important;
}

@media (max-width:782px) {
  body>#page>.content-area {
    margin-top: 96px !important;
  }
}

body>#page>.content-area.boxed {
  width: 1250px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 20px;
}

body>#page>.content-area.no-sidebar>main.site-main {
  width: 100%;
}

body>#page>.content-area.left-sidebar,
body>#page>.content-area.right-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body>#page>.content-area.left-sidebar>main.site-main,
body>#page>.content-area.right-sidebar>main.site-main {
  width: calc(100% - 250px);
}

body>#page>.content-area.left-sidebar>aside.widget-area,
body>#page>.content-area.right-sidebar>aside.widget-area {
  width: 250px
}

@media screen and (min-width: 769px) {
  body>#page>.content-area.left-sidebar>main.site-main {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 3%;
  }

  body>#page>.content-area.right-sidebar>main.site-main {
    padding-right: 3%
  }

  body>#page>.content-area.left-sidebar>aside.widget-area {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (max-width: 992px) {

  body>#page>.content-area.left-sidebar>aside.widget-area,
  body>#page>.content-area.right-sidebar>aside.widget-area {
    width: 200px
  }

  body>#page>.content-area.left-sidebar>main.site-main,
  body>#page>.content-area.right-sidebar>main.site-main {
    width: calc(100% - 200px);
  }
}

@media screen and (max-width: 768px) {
  body>#page>.content-area>main.site-main {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  body>#page>.content-area>aside.widget-area,
  body>#page>.content-area>main.site-main {
    width: 100% !important;
  }

  body>#page>.content-area.left-sidebar>main.site-main,
  body>#page>.content-area.left-sidebar>aside.widget-area {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
  }

}

/* Page Numbers blocks center inline */

ul.page-numbers {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  justify-content: center !important;
  gap: 4px;
}

li span.page-numbers,
li a.page-numbers {
  position: relative;
  padding: 0.39rem 0.5rem;
  margin-left: -5px;
  line-height: 1.25;
  color: #0072a3;
  background-color: #fff;
  border: 1px solid #dee2e6;
  font-size: .875rem;
  line-height: 1.5;
}

li span.page-numbers:hover,
li a.page-numbers:hover {
  z-index: 2;
  color: #00587f;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

html * {
  /* font-size: 16px;
  font-size: 1rem; */
  line-height: 1.5;
  font-family: 'gothambook', sans-serif;
}

.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
  border-bottom: 1px solid #ccc;
}

.logged-in .site-header {
  top: 32px;
}

@media (max-width:782px) {
  .logged-in .site-header {
    top: 46px;
  }
}

.site-header .top-links {
  font-size: 13px;
}

.site-header .top-links a:nth-child(1) {
  text-decoration-color: #d6dfed;
  color: #5a81b7;
  margin-right: 10px;
}

.site-header .top-links a:nth-child(1):hover {
  text-decoration: none;
}

.site-header .top-links a:nth-child(2) {
  text-decoration: none;
  color: #000;
  margin-left: 10px;
}

.site-header .top-links a:nth-child(2):hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .site-header .top-links {
    display: none;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1>li ul.mega-sub-menu {
    box-shadow: none !important;
  }
}

.wp-block-site-logo {
  width: 80px;
}

.site-footer {
  background-image: url('/wp-content/uploads/bg-footer.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-top h2 {
  margin: 0 0 20px 0;
  font-size:20px;
}

.footer-top ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-top h2 a,
.footer-top ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-top h2 a:hover,
.footer-top ul li a:hover {
  text-decoration: underline;
}

.footer-top ul li {
  line-height: 1.8;
  font-size: 14px;
}

.footer-bottom, 
.footer-bottom a, 
.footer-bottom a:visited,
.footer-bottom a:hover {
  background-color: rgba(8, 10, 14, 0.8);
  color: #fff;
  text-decoration: none;
}
.footer-bottom a:hover {
  text-decoration: underline;
}
.footer-bottom svg {
  fill: #fff !important;
  width: 2em !important;
  height: 2em !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link {
  font-family: 'gothammedium', sans-serif !important;
}

#mega-menu-item-media_image-2 {
  position: relative !important;
  border-right: 6px solid #fff !important;
  border-bottom: 6px solid #fff !important;
  padding: 0 !important;
}

#mega-menu-item-media_image-2 img {
  display: block;
  width: 100%;
  height: 300px !important;
  object-fit: cover;
}

@media screen and (max-width: 768px) {

  #mega-menu-item-media_image-2,
  #mega-menu-75-0-5 {
    display: none !important;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
    padding: 0 !important;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-size: 14px;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    padding: 15px 0 0;
  }
}

@media screen and (min-width: 769px) {

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-4-of-12:nth-child(1),
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-4-of-12:nth-child(2),
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-12 {
    padding-top: 30px;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-12 {
    padding-bottom: 30px;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
  #mega-menu-item-text-2 h4.mega-block-title {
    border-radius: 8px;
    background: #f9f9f9;
    margin: 2px;
  }

  #mega-menu-item-text-2 h4.mega-block-title {
    padding: 15px !important;
    line-height: 1.7;
    font-family: 'gothammedium', sans-serif !important;
    text-transform: capitalize !important;
    color: #042d4e !important;
  }

  #mega-menu-item-text-2 .textwidget {
    margin: 20px 0;
  }

  #mega-menu-item-text-2 .sub-title {
    color: #000;
    font-family: 'gothammedium', sans-serif;
  }

  #mega-menu-item-search-2 .search-form {
    display: flex;
  }

  #mega-menu-item-search-2 input[type="search"] {
    width: 100%;
    border-radius: 0;
    outline: none;
  }

  #mega-menu-item-search-2 input[type="submit"] {
    width: 50%;
    padding: 0;
    background-color: #5a81b7;
    border: 0;
    color: #fff;
    border-radius: 0;
    cursor: pointer;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, .1);
    border: 1px solid #eaeaea;
    border-top: 0;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu#mega-menu-item-75>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
    padding: 0 10px !important;
  }
}

.bg-slant-blue,
.bg-slant-white,
.bg-gradient-blue {
  position: relative;
  overflow: hidden;
}

.bg-slant-blue::after {
  content: '';
  display: block;
  background-color: #5a81b7;
  position: absolute;
  left: 45%;
  top: 0;
  height: 100%;
  width: 100vw;
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
  z-index: 1;
}

.bg-slant-white::before {
  content: '' !important;
  display: block !important;
  background-color: #fff;
  position: absolute;
  right: 40%;
  top: 0;
  height: 100%;
  width: 100vw;
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .bg-slant-white::before {
    right: 0%;
    height: 65%;
    width: 100%;
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
  }
}

@media screen and (max-width: 640px) {
  .bg-slant-white::before {
    height: 60%;
  }
}

@media screen and (max-width: 460px) {
  .bg-slant-white::before {
    height: 50%;
  }
}

.delissa-rocking {
  width: 130%;
  height: 130%;
  position: absolute;
  z-index: 9;
  top: 240px;
  left: -20px;
}

@media screen and (min-width: 600px) {
  .delissa-rocking {
    top: 40px;
  }
}

@media screen and (min-width: 992px) {
  .delissa-rocking {
    top: initial;
    left: -50%;
  }
}

.healthy-text {
  z-index: 10 !important;
}

@media screen and (max-width: 992px) {
  .healthy-text {
    width: 300px;
  }
}

.kb-button.button-green,
.cta-button-green {
  background-color: #79bc35 !important;
  border-radius: 0 !important;
  /* filter: drop-shadow(-3px 3px 0px #000); */
  box-shadow: -3px 3px 0px #000 !important;
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease all;
}

.kb-button.button-green:hover,
.cta-button-green:hover {
  background-color: #80c73a !important;
}

.cta-button-green,
.case-study-button .button-green {
  position: relative;
  padding: 10px 40px 10px 10px;
  display: inline-block;
}

.cta-button-green a {
  color: #fff;
  text-decoration: none;
}

.cta-button-green:after,
.kb-button.button-green .kt-btn-inner-text::after,
.kb-button.underline.white .kt-btn-inner-text::after {
  position: absolute;
  content: "";
  background: transparent url(/wp-content/uploads/icon-arrow-right-long-light-white.png) center right no-repeat;
  background-size: contain;
  right: 12px;
  top: 40%;
  width: 25px;
  height: 10px;
}
.case-study-button .button-green .kt-btn-inner-text::after {
  position: absolute;
  content: "";
  background: transparent url(/wp-content/uploads/icon-arrow-right-long-light-white.png) center right no-repeat;
  background-size: contain;
  right: 12px;
  top: 40%;
  width: 25px;
  height: 10px;
}
.kb-button.button-green .kt-btn-inner-text {
  padding-right: 20px;
}

.kb-button.underline.white .kt-btn-inner-text {
  margin-right: 40px;
}

.bg-gradient-blue::before {
  content: '';
  display: block;
  background: #5a81b7;
  background: linear-gradient(90deg, rgba(90, 129, 183, 1) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 100vw;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .bg-gradient-blue {
    background-size: cover !important;
    background-position: 0% 50% !important;
  }

  .bg-gradient-blue::before {
    left: 0%;
    background: linear-gradient(90deg, rgba(90, 129, 183, 1) 35%, rgba(255, 255, 255, 0) 100%);
  }
}

.hero-title,
.home__hero h1,
.home__hero h2,
.rep__hero h1,
.rep__hero h2 {
  font-size: 40px !important;
  margin: 0;
  color: #fff !important;
  text-shadow: 1px 1px 1px #000 !important;
}

.hero-blurb,
.home__hero p,
.rep__hero p {
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
  text-shadow: 1px 1px 1px #000;
  margin-top: 0px;
  max-width:900px;
}

.rep-title {
  font-size: 40px;
  color: #000;
  margin: 40px 0;
}

.row-title,
.entry-content h2 {
  font-size: 30px;
  margin: 0;
  color: #000;
}

.row-title.white,
.entry-content h2.white {
  color: #fff;
}

.row-title.dark-blue,
.entry-content h2.dark-blue {
  color: #042c4d;
}

.row-blurb .entry-content p {
  font-size: 20px;
  color: #000;
  line-height: 1.5;
}

.row-blurb.white,
.entry-content p.white {
  color: #fff;
}

.kb-button.underline.white {
  background-color: transparent !important;
  border-radius: 0 !important;
  color: #fff !important;
  padding: 0 !important;
}

.kb-button.underline.white .kt-btn-inner-text {
  border-bottom: 1px solid #fff !important;
  transition: 0.3s ease border-bottom;
}

.kb-button.underline.white:hover .kt-btn-inner-text {
  border-bottom: 1px solid transparent !important;
}

.product-info-container,
.tab-links,
.products-related-container {
  display: flex;
  max-width: 1250px;
  margin: 0 auto;
}

.product-info-container,
.products-related-container {
  flex-direction: column;
}

@media screen and (min-width: 768px) {

  .product-info-container,
  .products-related-container {
    flex-direction: row;
  }
}

.product-info {
  padding: 30px 20px;
  position: relative;
  background-color: #efeeee;
}

@media screen and (min-width: 768px) {
  .product-info {
    padding: 50px 20px;
    background-color: transparent;
  }
}

@media screen and (min-width: 1024px) {
  .product-info {
    padding: 50px 40px;
  }
}

.product-info h3 {
  color: #042c4d;
}

.product-gallery {
  position: relative;
  /* display: flex;
  align-items: center; */
}

.product-print,
.product-zoom {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  z-index: 10;
}

.product-zoom img,
.product-print img {
  width: 24px;
}

.product-dimensions h3 a {
  color: #5a81b7;
  font-size: 13px;
  font-family: 'gothambook', sans-serif;
  margin-left: 5px;
}

.product-tabs {
  width: 100%;
  display: inline-block;
  background-color: #042c4d;
}

.tab-links {
  max-width: 1200px;
  padding: 0;
}

.tab-links:after {
  display: table;
  clear: both;
  content: '';
}

.tab-links li {
  float: left;
  list-style: none;
}

.tab-links a {
  padding: 20px 15px;
  display: inline-block;
  background: #506c83;
  font-size: 16px;
  color: #fff;
  transition: all linear 0.15s;
  text-decoration: none;
}

.tab-links a:hover {
  background: #a7cce5;
  text-decoration: none;
}

li.active a,
li.active a:hover {
  background: #fff;
  color: #042c4d;
}

.tab-content {
  background: #fff;
  padding: 20px;
}

.tab {
  display: none;
  max-width: 1200px;
  margin: 0 auto;
}

.tab.active {
  display: block;
}

.tab .container {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .tab .container {
    flex-direction: row;
  }
}

.tab#product-details .container>div:first-child {
  width: 100%;
  flex-basis: 100%;
}

@media screen and (min-width: 768px) {
  .tab#product-details .container>div:first-child {
    width: 60%;
    flex-basis: 60%;
  }
}

.tab#product-details .container>div:last-child {
  padding-left: 0;
  width: 100%;
  flex-basis: 100%;
}

@media screen and (min-width: 768px) {
  .tab#product-details .container>div:last-child {
    padding-left: 25px;
    width: 40%;
    flex-basis: 40%;
  }
}

.tab#materials-drawings .container>div {
  width: 100%;
  flex-basis: 100%;
}

@media screen and (min-width: 768px) {
  .tab#materials-drawings .container>div {
    width: 50%;
    flex-basis: 50%;
  }
}

/* .product-info-wrapper {
  background: linear-gradient(
    to bottom,
    #fff 0%,
    #fff 50%,
    #efeeee 50%,
    #efeeee 100%
  );
} */

@media screen and (min-width: 768px) {
  .product-info-wrapper {
    background: linear-gradient(to right,
        #fff 0%,
        #fff 50%,
        #efeeee 50%,
        #efeeee 100%);
  }
}

.products-related-wrapper {
  background: linear-gradient(to bottom,
      #5a81b7 0%,
      #5a81b7 50%,
      #eaeaea 50%,
      #eaeaea 100%);
}

@media screen and (min-width: 768px) {
  .products-related-wrapper {
    background: linear-gradient(to right,
        #5a81b7 0%,
        #5a81b7 50%,
        #eaeaea 50%,
        #eaeaea 100%);
  }
}

.cta-container {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .cta-container {
    gap: 50px;
  }
}

.product-info-container>div,
.products-related-container>div {
  flex-basis: 100%;
  width: 100%;
}

@media screen and (min-width: 768px) {

  .product-info-container>div,
  .products-related-container>div {
    flex-basis: 50%;
    width: 50%;
  }
}

.products-related-container>div {
  padding: 20px;
}

.products-related-container h2 {
  text-align: center;
}

.products-related-container .product-title {
  color: #042c4d;
  font-family: 'gothambook', sans-serif;
  margin: 10px auto;
  width: 200px;
  min-height: 60px;
  text-align: center;
}

.products-related-container .similar-products h2,
.products-related-container .similar-products .product-title {
  color: #fff;
}

.products-related-container .works-well-products h2,
.products-related-container .works-well-products .product-title {
  color: #042d4d;
}

.products-related-container a {
  color: #042d4d;
  text-decoration: none;
  font-family: 'gothammedium';
  font-size: 20px;
  font-weight: 500;
}

.products-related-container .similar-products a {
  color: #fff;
}

.product-back {
  position: absolute;
  top: 15px;
  padding: 10px;
  display: inline-block;
  color: #000;
  font-family: 'gothambook', sans-serif;
  font-size: 14px;
  z-index: 10;
}

.product-category {
  text-transform: uppercase;
  color: #999;
  font-family: 'gothammedium', sans-serif;
}

.product-title {
  color: #042c4d;
  font-family: 'gothambook', sans-serif;
  margin: 0;
}

.product-model-number {
  font-size: 13px;
}

/* Styling for the custom dropdown */
.dropdown-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 1024px) {
  .dropdown-wrapper {
    justify-content: flex-start;
  }
}

.dropdown-item-wrapper {
  margin: 0 0 20px 0;
}

@media screen and (min-width: 1024px) {
  .dropdown-item-wrapper {
    margin: 0 30px 20px 0;
  }
}

.custom-dropdown {
  display: inline-block;
  /* margin-right: 20px; */
}

.product-info label {
  display: block;
  padding-bottom: 5px;
  font-family: 'gothammedium', sans-serif;
  font-size: 15px;
  color: #042c4d;
}

.dropdown-header {
  cursor: pointer;
  display: flex;
  align-items: center;
  /* padding: 5px; */
  border: 1px solid #ccc;
  background-color: #fff;
  min-width: 150px;
  color: #555;
}

.dropdown-header.no-image {
  padding: 5px 0px 5px 10px;
}

.dropdown-header span {
  font-size: 14px;
  text-transform: uppercase;
}

span.dropdown-arrow {
  width: 10px;
  margin-right: 10px;
  margin-left: 10px;
}

span.dropdown-arrow img {
  vertical-align: middle;
}

.icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.category {
  flex-grow: 1;
  max-width:123px;
}
#dimensionsDropdown .category {
  max-width: unset;
}
.dropdown-arrow {
  margin-left: auto;
  color: #999999;
}

.dropdown-options {
  min-width: 150px;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
  position: absolute;
  z-index: 1;
  margin-top: 0px;
  border: 1px solid #ccc;
  border-top: 0;
  border-radius: 0;
  background-color: #fff;
}

.option {
  cursor: pointer;
  display: flex;
  padding: 0 10px 0 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #555;
  align-items: center;
}

.dropdown-options.no-image .option {
  padding: 5px 10px;
}

/* Show dropdown options when dropdown header is clicked */
.custom-dropdown.open .dropdown-options {
  display: block;
}

/* .product-item.slick-slide {
  width: 220px;
  height: 240px;
  padding: 20px;
} */
.product-item.slick-slide .product-image {
  width: 160px;
  height: 160px;
  margin: auto;
  background: #fff;
}

@media screen and (min-width: 1024px) {
  .product-item.slick-slide .product-image {
    width: 220px;
    height: 237px;
  }
}

.product-item.slick-slide .product-image {
  display: flex;
  align-items: center;
}

.products-browse-room {
  padding: 50px 0;
}

.products-browse-room h2 {
  text-align: center;
  color: #042c4d;
  margin-top: 0;
}

.products-browse-room p {
  text-align: center;
  color: #333;
  font-size: 20px;
  font-family: 'gothambook', sans-serif;
}

.browse-room-product-container {
  max-width: 1200px;
  min-height: 600px;
  margin: 0 auto;
  background-image: url('/wp-content/uploads/browse-room-image.jpg');
  background-size: cover;
  position: relative;
}

.browse-room-product-container .browse-room-cta a {
  position: absolute;
  right: 0;
  width: 300px;
  min-height: 100%;
  background-color: #5a81b7;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  padding: 40px;
  background-image: url('/wp-content/uploads/white-arrow.png');
  background-position: 85% 90%;
  background-repeat: no-repeat;
}

.single-product-slider {
  margin: 0;
  padding: 0;
}

.single-product-slider .slick-list {
  padding: 30px;
}

.single-product-slider .slick-slide {
  height: auto;
}

@media screen and (min-width: 768px) {
  .single-product-slider .slick-slide {
    height: 635px;
  }
}

.single-product-slider .slick-slide img {
  height: 100%;
  object-fit: contain;
}
@media (max-width: 550px) {
  .single-product-slider .slick-slide img {
    height: unset;
  }
}
.product-catalog {
  width: 140px;
  background-image: url('/wp-content/uploads/icon-browse-catalog.jpg');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 50px;
  height: 40px;
  font-size: 13px;
  color: #000;
  text-decoration: underline;
  text-decoration-color: #b3b2b2;
}

.product-catalog:hover {
  text-decoration: none;
}

.slick-arrow {
  position: absolute;
  top: 40%;
  z-index: 10;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.products-in-room-slider .slick-prev {
  left: 0;
}

.products-in-room-slider .slick-next {
  right: 0;
}

.planning-ideas .slick-prev,
.planning-ideas .slick-next {
  max-width: 45px;
}

.home__hero .kt-blocks-carousel .slick-dots {
  bottom: 20px !important;
}

.home__hero .kt-blocks-carousel .slick-dots li button {
  opacity: 1 !important;
  width: 15px !important;
  height: 15px !important;
}

.home__hero .kt-blocks-carousel .slick-dots li button.is-active {
  border: 3px solid #fff;
  background-color: #5b82b8 !important;
  width: 18px !important;
  height: 18px !important;
}

.zoom-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  align-items: center;
}

.zoom-modal img {
  margin: auto;
  display: block;
  max-width: 80%;
  max-height: 80%;
  background-color: #fff;
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.error-message {
  color: lightcoral;
  display: none;
  margin-top: 5px;
  display: block;
}

.featured-products-slider .splide__arrow.splide__arrow--prev svg,
.featured-products-slider .splide__arrow.splide__arrow--next svg {
  display: none;
  /* Hide the SVG */
}

.featured-products-slider .splide__arrow {
  width: 3rem !important;
  opacity: 1 !important;
  background: transparent !important;
}

.featured-products-slider .splide__arrow:hover,
.featured-products-slider .splide__arrow:focus {
  background: transparent !important;
}

.featured-products-slider .splide__arrow.splide__arrow--prev {
  background-image: url('/wp-content/uploads/prev-arrow-circle.png') !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.featured-products-slider .splide__arrow.splide__arrow--next {
  background-image: url('/wp-content/uploads/next-arrow-circle.png') !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.rep-data {
  max-width: 900px;
  margin: 0 auto;
}

.single-rep-wrapper {
  display: flex;
  /* max-width: 800px; */
  margin: 40px auto;
  gap: 30px;
}

.single-rep-wrapper a {
  color: #5b82b8;
  text-decoration: underline;
}

.single-rep-wrapper a:hover {
  text-decoration: none;
}

.single-rep-wrapper .entry-content {
  flex: 1;
}

.single-rep-wrapper .entry-content strong {
  color: #042c4d;
  font-size: 18px;
}

/* .single-representative .content-area h1 {
  text-align: center;
  color: #000;
  margin: 40px 0;
} */

#rep-search-form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 0;
}

#rep-search-form select {
  /* Reset Select */
  appearance: none;
  outline: 10px red;
  border: 0;
  box-shadow: none;
  /* Personalize */
  flex: 1;
  padding: 0 1em;
  color: #fff;
  background-color: #5b82b8;
  background-image: none;
  cursor: pointer;
}

/* Remove IE arrow */
#rep-search-form select::-ms-expand {
  display: none;
}

/* Custom Select wrapper */
#rep-search-form .location-select {
  position: relative;
  display: flex;
  width: 40%;
  height: 50px;
  border-radius: .25em;
  overflow: hidden;
}

/* Arrow */
#rep-search-form .location-select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  background-color: #042c4d;
  pointer-events: none;
  color: #5b82b8;
}

#rep-search-form input[type="submit"] {
  width: 40%;
  background-color: #042c4d;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  text-align: left;
  background: #042c4d url(/wp-content/uploads/icon-arrow-right-long-light-white.png) center right no-repeat;
  background-size: 28px;
  background-position: 95% 50%;
}

/*.single-products .product-excerpt {
	font-size: 20px;
}*/
.single-products .product-info h1.product-title {
  font-size: 30px;
}
@media (max-width: 550px) {
  .single-products .product-info h1.product-title {
   margin-top: 35px;
  }
}
.single-products .product-info h3 {
  font-family: 'gothammedium';
  margin-bottom: 10px;
}

.single-products .dropdown-header .icon,
.single-products .dropdown-options .icon {
  width: 35px;
  height: 35px;
  border-right: 1px solid #eee;
}

.single-products .dropdown-header {
  width: 160px;
}
.single-products #dimensionsDropdown .dropdown-header {
  width: unset;
  padding-right:10px;
}

@media screen and (min-width: 1024px) {
  .single-products .dropdown-header {
    width: 200px;
  }
}

.dropdown-header span {
  overflow: hidden;
  text-wrap: nowrap;
}

.dropdown-options .option {
  border-bottom: 1px solid #eaeaea;
  width: 168px;
  line-height: 16px;
}

@media screen and (min-width: 1024px) {
  .dropdown-options .option {
    width: 198px;
  }
}

.dropdown-options .option:last-child {
  border-bottom: none;
}

.dropdown-options .option:hover {
  background: #eaeaea;
}

.breadcrumbs {
  background-color: #fff;
  border-bottom: 1px solid #eaeaea !important;
}

.breadcrumbs,
.breadcrumbs a {
  color: #4D81BC;
  font-size: 14px;
  margin-bottom: 20px !important;
}

.entry-content ul {
  padding: 0
}

.wp-block-table.no-border thead,
.wp-block-table.no-border th,
.wp-block-table.no-border td {
  border: 0;
  text-align: left;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .home__hero .kb-slider-size-ratio.kb-slider-mobile-ratio-3-1 .kb-advanced-slide {
    padding-bottom: 150% !important;
  }

  /* .home__hero .kt-blocks-carousel .slick-dots {
    bottom: 5px !important;
  } */
}

.widget_maxmegamenu_reusable_block .wp-block-kadence-image {
  display: none;
}

.widget_maxmegamenu_reusable_block .wp-block-kadence-image#classroom {
  display: block;
}

@media screen and (max-width: 767px) {
  .button-green.story .kt-btn-inner-text {
    font-size: 1rem;
  }
}

.home-story {
  box-shadow: inset 0 20px 50px 0 rgba(0,0,0,0.3);
  -webkit-box-shadow: inset 0 20px 50px 0 rgba(0,0,0,0.3);
}
.single-rep-wrapper .post-thumbnail img {
  max-width: 264px;
}

.product-tabs-print {
  display: none !important;
}


/* Speed Optimization */
.dashicons-search:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20px' height='20px' viewBox='0 0 20 20'%3E%3Cpath fill='currentColor' d='M12.14 4.18a5.504 5.504 0 0 1 .72 6.89c.12.1.22.21.36.31c.2.16.47.36.81.59c.34.24.56.39.66.47c.42.31.73.57.94.78c.32.32.6.65.84 1c.25.35.44.69.59 1.04c.14.35.21.68.18 1q-.03.48-.36.81c-.33.33-.49.34-.81.36c-.31.02-.65-.04-.99-.19c-.35-.14-.7-.34-1.04-.59c-.35-.24-.68-.52-1-.84c-.21-.21-.47-.52-.77-.93c-.1-.13-.25-.35-.47-.66c-.22-.32-.4-.57-.56-.78c-.16-.2-.29-.35-.44-.5a5.5 5.5 0 0 1-6.44-.98c-2.14-2.15-2.14-5.64 0-7.78a5.5 5.5 0 0 1 7.78 0m-1.41 6.36a3.513 3.513 0 0 0 0-4.95a3.495 3.495 0 0 0-4.95 0a3.495 3.495 0 0 0 0 4.95a3.495 3.495 0 0 0 4.95 0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-140 .mega-search .search-icon:before {
  display:block;
}

/* Algolia */
.search-results a {
  text-decoration: none;
  color: #000;
}
.search-results mark {
  color: #666;
}
.search-results a strong {
  padding: 0 20px;
  font-size: 16px;
}
ol.ais-Hits-list {
  display: grid;
  gap: 20px;
  padding: 20px;
}
@media (min-width: 1024px) {
  ol.ais-Hits-list {
      grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  ol.ais-Hits-list {
      grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  ol.ais-Hits-list {
      grid-template-columns: 1fr;
  }
}

.site-search .page-title span {
  font-weight: 300;
}

.ais-SearchBox-form {
  max-width: 300px;
}
.ais-SearchBox-form::before {
  display: none;
}
.ais-SearchBox-input {
  margin-right: 10px;
}
.ais-SearchBox-submit {
  display: inline-block !important;
  background-color: #79bc35 !important;
  border-radius: 0 !important;
  border: 0px !important;
  box-shadow: -3px 3px 0px #000 !important;
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease all;
}
.ais-SearchBox-submit:before {
  content: 'Search';
  color: #fff;
  padding: 0 10px;
}
.ais-SearchBox-reset, 
.ais-SearchBox-submit svg {
  display: none !important;
}

.ais-Hits-item, .ais-InfiniteHits-item, .ais-FrequentlyBoughtTogether-item, .ais-LookingSimilar-item, .ais-RelatedProducts-item, .ais-TrendingItems-item {
  align-items: flex-start !important;
}
.search-results a strong {
  padding: 0px;
}