/*
Website Name: American Native Plants
Copyright 2017
Adventure Web Interactive
*/

/***
 *    ███████╗ ██████╗ ███╗   ██╗████████╗███████╗
 *    ██╔════╝██╔═══██╗████╗  ██║╚══██╔══╝██╔════╝
 *    █████╗  ██║   ██║██╔██╗ ██║   ██║   ███████╗
 *    ██╔══╝  ██║   ██║██║╚██╗██║   ██║   ╚════██║
 *    ██║     ╚██████╔╝██║ ╚████║   ██║   ███████║
 *    ╚═╝      ╚═════╝ ╚═╝  ╚═══╝   ╚═╝   ╚══════╝
 *
 * $$fonts
 */

@font-face {
  font-family: "awiNav";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/awiNav.woff2?24x2p5") format("woff2"),
    url("../fonts/awiNav.woff?24x2p5") format("woff");
}

@font-face {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/opensans-regular-webfont.woff2") format("woff2"),
    url("../fonts/opensans-regular-webfont.woff") format("woff");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/opensans-bold-webfont.woff2") format("woff2"),
    url("../fonts/opensans-bold-webfont.woff") format("woff");
}

/***
 *    ███╗   ██╗ ██████╗ ██████╗ ███╗   ███╗ █████╗ ██╗     ██╗███████╗███████╗
 *    ████╗  ██║██╔═══██╗██╔══██╗████╗ ████║██╔══██╗██║     ██║╚══███╔╝██╔════╝
 *    ██╔██╗ ██║██║   ██║██████╔╝██╔████╔██║███████║██║     ██║  ███╔╝ █████╗
 *    ██║╚██╗██║██║   ██║██╔══██╗██║╚██╔╝██║██╔══██║██║     ██║ ███╔╝  ██╔══╝
 *    ██║ ╚████║╚██████╔╝██║  ██║██║ ╚═╝ ██║██║  ██║███████╗██║███████╗███████╗
 *    ╚═╝  ╚═══╝ ╚═════╝ ╚═╝  ╚═╝╚═╝     ╚═╝╚═╝  ╚═╝╚══════╝╚═╝╚══════╝╚══════╝
 *
 * $$normalize
 */

html {
  box-sizing: border-box;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
#footer,
#header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

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

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  color: #000;
  background-color: #ff0;
}

small {
  font-size: 0.7778em;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

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

figure {
  margin: 1em 40px;
}

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

button,
input,
select,
textarea {
  margin: 0;
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [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 {
  padding: 0;
  border-style: none;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

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

textarea {
  overflow: auto;
}

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

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

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

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

::-moz-selection {
  text-shadow: none;
  background: rgba(154, 205, 65, 0.6);
}

::selection {
  text-shadow: none;
  background: rgba(154, 205, 65, 0.6);
}

/***
 *     ██████╗ ███████╗███╗   ██╗███████╗██████╗  █████╗ ██╗
 *    ██╔════╝ ██╔════╝████╗  ██║██╔════╝██╔══██╗██╔══██╗██║
 *    ██║  ███╗█████╗  ██╔██╗ ██║█████╗  ██████╔╝███████║██║
 *    ██║   ██║██╔══╝  ██║╚██╗██║██╔══╝  ██╔══██╗██╔══██║██║
 *    ╚██████╔╝███████╗██║ ╚████║███████╗██║  ██║██║  ██║███████╗
 *     ╚═════╝ ╚══════╝╚═╝  ╚═══╝╚══════╝╚═╝  ╚═╝╚═╝  ╚═╝╚══════╝
 *
 * $$general
 */

html {
  font-family: sans-serif;
  font-size: 18px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font: 100%/1.3333 "Open Sans", Arial, Helvetica, sans-serif;
  color: #2f302e;
  background: #fff;
}

p,
h1,
h2,
h3,
h4,
.alpha,
.beta,
.gamma,
.delta,
form,
table,
hr,
pre,
blockquote {
  margin: 0 0 20px;
}

h1,
h2,
h3,
h4,
.alpha,
.beta,
.gamma,
.delta {
  margin-top: 40px;
  line-height: 1.2;
}

h1,
.alpha {
  margin-bottom: 30px;
  font-size: 2.3333em;
  color: #023c22;
  text-align: center;
  text-transform: uppercase;
}

h1::after,
.alpha::after {
  content: "";
  display: block;
  width: calc(100% - 30px);
  max-width: 375px;
  height: 15px;
  margin: calc(30px - 0.1em) auto 0;
  border-top: 8px solid #00562f;
  border-bottom: 2px solid #00562f;
}

h2,
.beta {
  font-size: 1.6667em;
}

h3,
.gamma {
  font-size: 1.3333em;
}

h4,
.delta {
  font-size: 1.1667em;
}

h5 {
  font-size: 0.8889em;
}

h6 {
  font-size: 0.7778em;
}

ul,
ol,
dl,
menu {
  padding: 0;
  margin: 0 0 20px 40px;
}

a {
  color: #7bc142;
  text-decoration: none;
	font-weight: bold;
}

a:focus {
  outline: 0;
}

a:active,
a:hover {
  text-decoration: underline;
  outline: 0;
}

strong,
b {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  display: block;
  height: 1px;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

small,
sub,
sup {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

td {
  vertical-align: top;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

blockquote {
  padding: 20px;
  color: #023c22;
  border-left: 8px solid;
}

blockquote p {
  margin: 0;
}

hr {
  border-top: 1px solid #ccc;
}

.responsive-embed-container {
  position: relative;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.responsive-embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/***
 *    ████████╗ ██████╗  ██████╗ ██╗     ███████╗
 *    ╚══██╔══╝██╔═══██╗██╔═══██╗██║     ██╔════╝
 *       ██║   ██║   ██║██║   ██║██║     ███████╗
 *       ██║   ██║   ██║██║   ██║██║     ╚════██║
 *       ██║   ╚██████╔╝╚██████╔╝███████╗███████║
 *       ╚═╝    ╚═════╝  ╚═════╝ ╚══════╝╚══════╝
 *
 * $$tools
 */

.hidden,
.tablet-view,
.mobile-view {
  display: none !important;
  visibility: hidden;
}

.desktop-view {
  display: block !important;
  visibility: visible;
}

.clearfix::after,
.container::after {
  content: "";
  display: block;
  clear: both;
}

.browserupgrade {
  padding: 5px 0;
  color: #000;
  text-align: center;
  background: #ccc;
}

[style*="background-image"] {
  background-position: center;
  background-size: cover;
}

.inlineblock-fix {
  font-size: 0;
}

.inlineblock-reset {
  font-size: 1rem;
}

:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:first-child {
  margin-top: 0;
}

:last-child {
  margin-bottom: 0;
}

.list--unstyled {
  margin: 0;
  list-style: none;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.icon-pencil {
  width: 1.0673828125em;
}

.icon-truck {
  width: 1.7841796875em;
}

.icon-houzz {
  width: 0.5712890625em;
}

.icon-feed {
  width: 0.7861328125em;
}

.icon-google-plus {
  width: 1.2861328125em;
}

.icon-youtube {
  width: 0.857421875em;
}

.icon-pinterest {
  width: 0.7138671875em;
}

.icon-linkedin {
  width: 0.857421875em;
}

.icon-twitter {
  width: 0.9287109375em;
}

.icon-facebook {
  width: 0.587890625em;
}

.icon-cart {
  width: 1.181640625em;
}

.icon-fax {
  width: 1.1572265625em;
}

.icon-map-marker {
  width: 0.6669921875em;
}

.icon-notebook {
  width: 0.9306640625em;
}

.icon-phone {
  width: 1.001953125em;
}

.icon-search {
  width: 0.9658203125em;
}

/***
 *    ███████╗ ██████╗ ██████╗ ███╗   ███╗███████╗
 *    ██╔════╝██╔═══██╗██╔══██╗████╗ ████║██╔════╝
 *    █████╗  ██║   ██║██████╔╝██╔████╔██║███████╗
 *    ██╔══╝  ██║   ██║██╔══██╗██║╚██╔╝██║╚════██║
 *    ██║     ╚██████╔╝██║  ██║██║ ╚═╝ ██║███████║
 *    ╚═╝      ╚═════╝ ╚═╝  ╚═╝╚═╝     ╚═╝╚══════╝
 *
 * $$forms
 */

legend {
  white-space: normal;
  *margin-left: -7px;
}

label {
  /*display: block;*/
  margin: 0 0 4px;
}

input,
textarea,
select,
button,
.button {
  width: 100%;
  height: 48px;
  padding: 0 12px;
  font: inherit;
  color: #2f302e;
  background: #fff;
  border: 1px solid #bab9b9;
  border-radius: 0;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #023c22;
  outline: 0;
}

input,
textarea {
  -webkit-appearance: none;
}

select {
  padding: 0 0 0 7px;
}

textarea {
  height: 148px;
  padding: 12px;
  vertical-align: top;
  overflow: auto;
  resize: vertical;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  cursor: pointer;
  *overflow: visible;
  -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type="radio"],
input[type="checkbox"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0 4px 0 0;
  border: none;
}

input[type="radio"] {
  -webkit-appearance: radio;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

input[type="file"] {
  height: auto;
  height: 32px\9;
  background: none;
  background: #fff\9;
  border: none;
  border: 1px solid #ccc\9;
}

input[type="file"]::-ms-value {
  background: #fff;
  border: none;
}

input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.added_to_quote.wc-forward {
  width: auto;
  height: auto;
  padding: 0.9em 2.6667em;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  background: #023c22;
  border: none;
  border-radius: 4px;
  -webkit-appearance: none;
}

.added_to_quote.wc-forward {
  margin-top: 5px;
  padding: 0.625em 1.25em;
  font-size: 14px;
}

.button,
.added_to_quote.wc-forward {
  display: inline-block;
  text-align: center;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.added_to_quote.wc-forward:hover {
  text-decoration: none;
  background: #132e0a;
}

button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.button:active,
.added_to_quote.wc-forward:active {
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}

button[disabled],
html input[disabled] {
  cursor: default;
}

form .list--unstyled li + li {
  margin-top: 15px;
}

.form-field--half {
  float: left;
  width: calc((100% - 9px) / 2);
}

.form-field--half + .form-field--half + .form-field--half + .form-field--half,
.form-field--half + .form-field--half {
  margin-left: 8px;
}

.form-field--half:nth-child(2) {
  margin-top: 0;
}

.form-field--half + .form-field--half + .form-field--half,
li:not(.form-field--half) + .form-field--half {
  margin-left: 0;
}

.form-field--half + li:not(.form-field--half) {
  padding-top: 8px;
  margin-top: 0;
  clear: left;
}

/*****tablesticky***/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sticky_table {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    margin: 0px auto;
    width: 100%;
    max-width: 974px;
    z-index: 999;
  }
  .table--products {
    position: relative;
    table-layout: fixed;
    width: 100%;
  }
  .productlistHead th {
    width: 20%;
  }
}

.productlistHead th {
  position: -webkit-sticky;
  position: sticky;
  background: #023c22;
  top: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
}

/***
 *    ███████╗████████╗██████╗ ██╗   ██╗ ██████╗████████╗██╗   ██╗██████╗ ███████╗
 *    ██╔════╝╚══██╔══╝██╔══██╗██║   ██║██╔════╝╚══██╔══╝██║   ██║██╔══██╗██╔════╝
 *    ███████╗   ██║   ██████╔╝██║   ██║██║        ██║   ██║   ██║██████╔╝█████╗
 *    ╚════██║   ██║   ██╔══██╗██║   ██║██║        ██║   ██║   ██║██╔══██╗██╔══╝
 *    ███████║   ██║   ██║  ██║╚██████╔╝╚██████╗   ██║   ╚██████╔╝██║  ██║███████╗
 *    ╚══════╝   ╚═╝   ╚═╝  ╚═╝ ╚═════╝  ╚═════╝   ╚═╝    ╚═════╝ ╚═╝  ╚═╝╚══════╝
 *
 * $$structure
 */

.container {
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto;
}

.full-width,
.archive .article--woocommerce,
.single-product .article--woocommerce {
  float: none;
  width: 100%;
  max-width: 54em;
  margin: 0 auto;
}

.single-product .article--woocommerce {
  text-align: center;
}

.form-list {
  max-width: 500px;
  margin: 0;
  list-style: none;
}

.form-list li {
  margin: 10px 0 0;
}

.form-list li:first-child {
  margin: 0;
}

/***
 *    ██╗  ██╗███████╗ █████╗ ██████╗ ███████╗██████╗
 *    ██║  ██║██╔════╝██╔══██╗██╔══██╗██╔════╝██╔══██╗
 *    ███████║█████╗  ███████║██║  ██║█████╗  ██████╔╝
 *    ██╔══██║██╔══╝  ██╔══██║██║  ██║██╔══╝  ██╔══██╗
 *    ██║  ██║███████╗██║  ██║██████╔╝███████╗██║  ██║
 *    ╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝╚═════╝ ╚══════╝╚═╝  ╚═╝
 *
 * $$header
 */

.inlineblock-reset ::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.header-top {
  color: #fff;
  text-align: center;
  background: #023c22;
}

.header-top ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-top li {
  display: inline-block;
  line-height: 38px;
  vertical-align: middle;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header-top li:nth-child(2) {
  background: #46833d;
}

.header-top li:nth-child(3) {
  background: #00562f;
}

.header-top li:nth-child(4) {
  background: #624b34;
  color: #ffca41;
}

.header-top li:nth-child(5) {
  background: #46833d;
}

.header-top a {
  display: block;
  padding: 0 15px;
  font-weight: 700;
  color: inherit;
  text-transform: uppercase;
}

.header-top a[href^="tel"] {
  font-size: 1.1667em;
}

.header-top a:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.1);
}

.header-top svg {
  position: relative;
  top: -0.1em;
  margin-right: 3px;
  vertical-align: middle;
}

.header-top form::after {
  content: "";
  display: table;
  clear: both;
}

.header-top form input {
  float: left;
  width: calc(100% - 46px);
  height: 38px;
  font-size: 1.125em;
  font-weight: 700;
  color: #fff;
  background: none;
  border: 0;
}

.header-top form [type="submit"] {
  float: right;
  width: 45px;
  height: 38px;
  padding: 10px;
  background: #474848;
  border-radius: 0;
}

.header-top form [type="submit"] svg {
  display: block;
  width: 100%;
  height: 100%;
}

.header-top form [type="submit"]:hover {
  color: #00562f;
}

.header-top form [type="submit"]:active {
  padding: 12px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

#header {
  padding: 20px 0;
  text-align: center;
  background: #fff;
}

#header .logo {
  margin: 0 auto;
}

#header address {
  float: right;
  text-align: right;
}

#header address a[href^="tel"] {
  font-size: 30px;
}

#my_popup {
  background: #fff;
  padding: 50px;
}

#my_popup h3,
#my_popup p {
  text-align: center;
}

#my_popup .my_popup_close {
  display: block;
  margin: 0 auto;
}

/***
 *    ███╗   ██╗ █████╗ ██╗   ██╗
 *    ████╗  ██║██╔══██╗██║   ██║
 *    ██╔██╗ ██║███████║██║   ██║
 *    ██║╚██╗██║██╔══██║╚██╗ ██╔╝
 *    ██║ ╚████║██║  ██║ ╚████╔╝
 *    ╚═╝  ╚═══╝╚═╝  ╚═╝  ╚═══╝
 *
 * $$nav
 */

#nav {
  position: relative;
  z-index: 99;
  margin-bottom: -55px;
  background-color: rgba(0, 0, 0, 0.5);
}

#nav::after {
  content: "";
  display: block;
  width: calc(100% - 20px);
  max-width: 1200px;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
}

#nav.no-header-image {
  margin-bottom: 0;
  background: #023c22;
}

#nav.no-header-image::after {
  display: none;
}

#nav .container {
  padding: 0;
}

.awiNav__trigger,
.awiNav__sublink {
  display: none;
}

.awiNav {
  position: relative;
  z-index: 200;
  padding: 0;
  margin: 0;
  font-size: 0;
  text-align: center;
  list-style: none;
}

.awiNav.collapsable {
  white-space: nowrap;
}

.awiNav li {
  position: relative;
  margin: 0;
}

.awiNav > li {
  display: inline-block;
  height: 54px;
  font-size: 1rem;
  line-height: 54px;
  text-align: left;
}

.awiNav a {
  display: block;
  padding: 0 12px;
  font-size: 0.8889em;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
  text-transform: uppercase;
}
.menu-req-quote > a {
  color: #ffca41;
}
.awiNav a:hover {
  color: #b5cdb1;
}

.awiNav ul {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  padding: 0.5em 0;
  margin: 0;
  line-height: 1;
  list-style: none;
  background: #2f302e;
  border-top: 1px solid #fff;
}

.awiNav > li:last-child ul {
  right: 0;
  left: auto;
}

.awiNav ul ul {
  top: -0.5em;
  right: auto;
  left: 100%;
}

.awiNav > li:last-child ul ul {
  right: 100%;
  left: auto;
}

.awiNav ul a {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

/***
 *    ██████╗  █████╗ ███╗   ██╗███╗   ██╗███████╗██████╗
 *    ██╔══██╗██╔══██╗████╗  ██║████╗  ██║██╔════╝██╔══██╗
 *    ██████╔╝███████║██╔██╗ ██║██╔██╗ ██║█████╗  ██████╔╝
 *    ██╔══██╗██╔══██║██║╚██╗██║██║╚██╗██║██╔══╝  ██╔══██╗
 *    ██████╔╝██║  ██║██║ ╚████║██║ ╚████║███████╗██║  ██║
 *    ╚═════╝ ╚═╝  ╚═╝╚═╝  ╚═══╝╚═╝  ╚═══╝╚══════╝╚═╝  ╚═╝
 *
 * $$banner
 */

.banner {
  height: 646px;
}

.banner .container {
  display: table;
  width: 100%;
  height: 100%;
}

.banner__content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.banner h3 {
  font-size: 2.6667em;
  color: #fff;
  text-transform: uppercase;
}

.banner h3 span {
  color: #8bcb51;
}

.interior-banner {
  height: 500px;
  position: relative;
  max-height: 250px;
}

.interior-banner:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  background: #000;
}

/***
 *    ███████╗███████╗██████╗ ██╗   ██╗██╗ ██████╗███████╗███████╗
 *    ██╔════╝██╔════╝██╔══██╗██║   ██║██║██╔════╝██╔════╝██╔════╝
 *    ███████╗█████╗  ██████╔╝██║   ██║██║██║     █████╗  ███████╗
 *    ╚════██║██╔══╝  ██╔══██╗╚██╗ ██╔╝██║██║     ██╔══╝  ╚════██║
 *    ███████║███████╗██║  ██║ ╚████╔╝ ██║╚██████╗███████╗███████║
 *    ╚══════╝╚══════╝╚═╝  ╚═╝  ╚═══╝  ╚═╝ ╚═════╝╚══════╝╚══════╝
 *
 * $$services
 */

.services {
  margin-top: 30px;
}

.services li {
  float: left;
  position: relative;
  width: calc((100% - 55px) / 4);
  border-radius: 50%;
}

.services li + li {
  margin-left: 18px;
}

.services li::after {
  content: "";
  display: block;
  padding-bottom: 100%;
  opacity: 0.3;
  background: #000;
  border-radius: 50%;
}

.services a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  color: #fff;
  border-radius: 50%;
}

.services a::before {
  content: "";
  position: absolute;
  top: 2.7948%;
  left: 2.7948%;
  width: 94.4104%;
  height: 94.4104%;
  transition: width 0.15s ease-out, height 0.15s ease-out, top 0.15s ease-out,
    left 0.15s ease-out, color 0.15s ease-out;
  border: 1px solid;
  border-radius: 50%;
}

.services a:hover::before {
  top: -4px;
  left: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  color: #023c22;
}

.services h3 {
  position: absolute;
  top: 50%;
  left: 6.9869%;
  width: 86.0262%;
  padding: 8.3843% 0;
  font-size: 1.2333em;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 1px solid;
  border-bottom: 1px solid;
}

/***
 *    ███╗   ███╗ █████╗ ██╗███╗   ██╗
 *    ████╗ ████║██╔══██╗██║████╗  ██║
 *    ██╔████╔██║███████║██║██╔██╗ ██║
 *    ██║╚██╔╝██║██╔══██║██║██║╚██╗██║
 *    ██║ ╚═╝ ██║██║  ██║██║██║ ╚████║
 *    ╚═╝     ╚═╝╚═╝  ╚═╝╚═╝╚═╝  ╚═══╝
 *
 * $$main
 */

main {
  padding: 80px 0;
}

article,
aside {
  float: left;
  width: calc(100% - 330px);
}

.home main .full-width {
  max-width: 100%;
  text-align: center;
}

.call-to-action {
  background: #110e08;
  border-top: 10px solid #00562f;
  margin: 60px 0 0 0;
  padding: 25px;
}

.call-to-action h2,
.call-to-action p {
  color: #fff;
}

.hrf-entry {
  width: 100%;
}

article address {
  padding-bottom: 20px;
}

.photo {
  float: left;
  width: 20%;
  padding-right: 15px;
}

.bio {
  float: left;
  width: 80%;
  margin-bottom: 30px;
}

ul.links-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

ul.links-list li {
  float: left;
  margin: 0 0 0 4px;
  padding: 10px;
  display: block;
}

ul.links-list .button {
  width: 330px;
  text-transform: none;
}

.upload-files {
  border: 1px solid #000;
  background: #eef0f2;
  padding: 10px;
}

/***
 *    ███████╗██╗██████╗ ███████╗██████╗  █████╗ ██████╗
 *    ██╔════╝██║██╔══██╗██╔════╝██╔══██╗██╔══██╗██╔══██╗
 *    ███████╗██║██║  ██║█████╗  ██████╔╝███████║██████╔╝
 *    ╚════██║██║██║  ██║██╔══╝  ██╔══██╗██╔══██║██╔══██╗
 *    ███████║██║██████╔╝███████╗██████╔╝██║  ██║██║  ██║
 *    ╚══════╝╚═╝╚═════╝ ╚══════╝╚═════╝ ╚═╝  ╚═╝╚═╝  ╚═╝
 *
 * $$sidebar
 */

aside {
  width: calc(100% - (100% - 330px));
  padding: 0 0 0 30px;
}

.sidebar {
  margin-bottom: 30px;
}

.sidebar--dynamic {
  padding-left: 20px;
  border-left: 8px solid #132e0a;
}

.sidebar--dynamic ul {
  margin-left: 0;
  list-style: none;
}

.sidebar--dynamic > ul > li {
  margin: 0 0 30px;
}

.sidebar--dynamic ul ul li {
  margin: 0 0 10px;
  line-height: 1.2;
  font-size: 16px;
}

.sidebar--dynamic li:last-child {
  margin-bottom: 0;
}

.sidebar--dynamic h3 {
  margin-bottom: 10px;
}

.quick-contact-form {
  background: #7bc142;
  padding: 10px;
}

.quick-contact-form h2 {
  color: #fff;
}

.blog .quick-contact-form,
.single .quick-contact-form,
.archive .quick-contact-form {
  display: none;
}

/***
 *    ██████╗ ███████╗███╗   ██╗███████╗███████╗██╗████████╗███████╗
 *    ██╔══██╗██╔════╝████╗  ██║██╔════╝██╔════╝██║╚══██╔══╝██╔════╝
 *    ██████╔╝█████╗  ██╔██╗ ██║█████╗  █████╗  ██║   ██║   ███████╗
 *    ██╔══██╗██╔══╝  ██║╚██╗██║██╔══╝  ██╔══╝  ██║   ██║   ╚════██║
 *    ██████╔╝███████╗██║ ╚████║███████╗██║     ██║   ██║   ███████║
 *    ╚═════╝ ╚══════╝╚═╝  ╚═══╝╚══════╝╚═╝     ╚═╝   ╚═╝   ╚══════╝
 *
 * $$benefits
 */

.benefits {
  position: relative;
  padding: 80px 0;
  color: #fff;
  text-align: center;
}

.benefits::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
}

.benefits .container {
  position: relative;
  z-index: 1;
}

.benefits h2 {
  margin-bottom: 60px;
  text-transform: uppercase;
}

.benefits ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.benefits li {
  display: inline-block;
  width: calc((100% - 41px) / 2);
  max-width: 260px;
  margin: 10px;
  vertical-align: top;
}

.benefits a {
  display: block;
  height: 100%;
  padding: 30px 10px;
  color: inherit;
  border: 2px solid #fff;
}

.benefits a:hover {
  color: #023c22;
  text-decoration: none;
  background: #fff;
}

.benefits svg {
  display: block;
  width: 95px;
  height: 68px;
  margin: 0 auto 15px;
}

.benefits h3 {
  margin: 0;
  font-size: 1em;
  text-transform: uppercase;
}

/***
 *    ██████╗ ██╗   ██╗ ██████╗██╗  ██╗███████╗████████╗███████╗
 *    ██╔══██╗██║   ██║██╔════╝██║ ██╔╝██╔════╝╚══██╔══╝██╔════╝
 *    ██████╔╝██║   ██║██║     █████╔╝ █████╗     ██║   ███████╗
 *    ██╔══██╗██║   ██║██║     ██╔═██╗ ██╔══╝     ██║   ╚════██║
 *    ██████╔╝╚██████╔╝╚██████╗██║  ██╗███████╗   ██║   ███████║
 *    ╚═════╝  ╚═════╝  ╚═════╝╚═╝  ╚═╝╚══════╝   ╚═╝   ╚══════╝
 *
 * $$buckets $$home-buckets
 */

.home-buckets {
  padding: 80px 0;
}

.home-buckets__bucket {
  float: left;
  width: calc((100% - 56px) / 2);
}

.home-buckets__bucket + .home-buckets__bucket {
  margin-left: 55px;
}

.home-buckets h2 {
  font-size: 2em;
  color: #023c22;
  text-align: center;
  text-transform: uppercase;
}

.home-buckets h2::after {
  content: "";
  display: block;
  width: calc(100% - 20px);
  max-width: 160px;
  margin: calc(20px - 0.1em) auto 0;
  border-bottom: 2px solid #00562f;
}

.areas-served__col {
  float: left;
  width: calc((100% - 16px) / 2);
}

.areas-served__col + .areas-served__col {
  margin-left: 15px;
}

.areas-served ul {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}

.areas-served img {
  display: block;
  margin: 0 auto;
}

/***
 *    ██╗      ██████╗  ██████╗  ██████╗ ███████╗
 *    ██║     ██╔═══██╗██╔════╝ ██╔═══██╗██╔════╝
 *    ██║     ██║   ██║██║  ███╗██║   ██║███████╗
 *    ██║     ██║   ██║██║   ██║██║   ██║╚════██║
 *    ███████╗╚██████╔╝╚██████╔╝╚██████╔╝███████║
 *    ╚══════╝ ╚═════╝  ╚═════╝  ╚═════╝ ╚══════╝
 *
 * $$logos
 */

.logos {
  padding: 80px 0;
  text-align: center;
}

.logos ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.logos ul,
.logos li {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logos li {
  display: inline-block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 140px;
  padding: 10px;
  margin: 10px;
  vertical-align: middle;
  background: #fff;
  border: 2px solid #a8a9aa;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logos img {
  display: block;
  margin: 0 auto;
}

/***
 *    ███████╗ ██████╗  ██████╗ ████████╗███████╗██████╗
 *    ██╔════╝██╔═══██╗██╔═══██╗╚══██╔══╝██╔════╝██╔══██╗
 *    █████╗  ██║   ██║██║   ██║   ██║   █████╗  ██████╔╝
 *    ██╔══╝  ██║   ██║██║   ██║   ██║   ██╔══╝  ██╔══██╗
 *    ██║     ╚██████╔╝╚██████╔╝   ██║   ███████╗██║  ██║
 *    ╚═╝      ╚═════╝  ╚═════╝    ╚═╝   ╚══════╝╚═╝  ╚═╝
 *
 * $$footer
 */

#footer {
  padding: 30px 0;
  color: #fff;
  background: #2f302e;
  border-top: 8px solid #406325;
}

.footer-col {
  float: left;
  width: calc((100% - 51px) / 2);
}

.footer-col--r {
  margin-left: 50px;
}

.footer-col--l h3 {
  text-transform: uppercase;
}

.footer-col--l p {
  font-size: 1.1667em;
}

.footer-info {
  padding-top: 20px;
  margin-top: 20px;
  font-weight: 700;
	  padding-bottom: 20px;

}

.footer-info-second {
  font-weight: 700;
}

.footer-info li {
  float: left;
  width: calc(29% - 9px);
  line-height: 1.2;
  text-align: center;
}

.footer-info-second li {
  margin-top: 15px;
}

.footer-info li:first-child {
  width: calc(42% - 9px);
}

.footer-info li + li {
  margin-left: 12px;
}

.footer-info li:first-child svg,
.footer-info li:first-child address {
  float: left;
}

.footer-info li:first-child svg {
  width: 11px;
  height: 17px;
}

.footer-info li:first-child address {
  width: calc(100% - 17px);
  margin-left: 5px;
  font-style: normal;
}

.footer-info a,
.footer-info-second a {
  color: inherit;
}

.footer-info svg {
  position: relative;
  top: 0.1em;
  vertical-align: top;
}
.footer-info-woodstock {
  font-weight: 700;
}


.footer-info-woodstock li {
  float: left;
  width: calc(29% - 9px);
  line-height: 1.2;
  text-align: center;
}

.footer-info-woodstock li:first-child {
  width: calc(62% - 9px);
}

.footer-info-woodstock li + li {
  margin-left: 12px;
}

.footer-info-woodstock li:first-child svg,
.footer-info-woodstock li:first-child address {
  float: left;
}

.footer-info-woodstock li:first-child svg {
  width: 11px;
  height: 17px;
}

.footer-info-woodstock li:first-child address {
  width: calc(100% - 17px);
  margin-left: 5px;
  font-style: normal;
}

.footer-info-woodstock a,

.footer-info-woodstock svg {
  position: relative;
  top: 0.1em;
  vertical-align: top;
}
.footer-info-second svg {
  margin-left: 5px;
}
.footer-blog a:link {
	color:#FFCA41 !important;
}
.footer-button {
  width: auto;
  height: auto;
  padding: 0.9em 2.6667em;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  background: #46833d;
  border: none;
  border-radius: 4px;
  -webkit-appearance: none;
	  margin-top: 20px;

}

.social-media {
  margin-top: 20px;
}

.social-media li {
  display: inline-block;
  vertical-align: middle;
}

.social-media li + li {
  margin-left: 6px;
}

.social-media a {
  display: block;
  width: 36px;
  height: 36px;
  padding: 7px;
  color: #fff;
  background: #7f7f7f;
  border-radius: 50%;
}

.social-media a:hover {
  background: #00562f;
}

.social-media svg {
  display: block;
  width: 100%;
  height: 100%;
}

.footer-col--r h3 {
  font-size: 1.1667em;
}

.footer-blog {
  margin-bottom: 20px;
}

.footer-blog li + li {
  margin-top: 20px;
}

.footer-blog__img {
  float: left;
  width: 116px;
}

.footer-blog__img img {
  display: block;
  margin: 0 auto;
}

.footer-blog__content {
  float: left;
  width: calc(100% - 135px);
  margin-left: 18px;
}

.footer-blog__content h4 {
  margin: 0 0 5px;
  font-size: 0.8889em;
  font-weight: 400;
}

.footer-blog__content p {
  margin: 0;
  font-size: 0.7778em;
}

.footer-bottom {
  background: #4b4c49;
}

.footer-bottom ul {
  float: left;
  padding: 10px 0;
  margin: 0;
  font-size: 0;
  color: #fff;
  text-align: center;
  list-style: none;
}

.footer-bottom ul:not(.copyright) {
  float: right;
}

.footer-bottom li {
  display: inline-block;
  padding: 0 6px;
  font-size: 0.625rem;
  line-height: 1;
  border-left: 1px solid #fff;
}

.footer-bottom li:first-child {
  border: none;
}

.footer-bottom a {
  color: #fff;
}

/***
 *    ██╗    ██╗██████╗  ██████╗███████╗███████╗
 *    ██║    ██║██╔══██╗██╔════╝██╔════╝╚════██║
 *    ██║ █╗ ██║██████╔╝██║     █████╗      ██╔╝
 *    ██║███╗██║██╔═══╝ ██║     ██╔══╝     ██╔╝
 *    ╚███╔███╔╝██║     ╚██████╗██║        ██║
 *     ╚══╝╚══╝ ╚═╝      ╚═════╝╚═╝        ╚═╝
 *
 * $$wpcf7
 */

.wpcf7-form.sent * {
  display: none;
}

.wpcf7-response-output {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 80%;
  line-height: 1.2;
}

.wpcf7-mail-sent-ok {
  padding: 4px 6px !important;
  color: #318a1c;
  background: #d2f7ad;
  border: 1px solid #aedb2e !important;
}

.wpcf7-validation-errors {
  color: #f00;
  border: none !important;
}

.wpcf7-not-valid-tip {
  top: 0 !important;
  left: auto !important;
  width: auto !important;
  padding: 0 !important;
  font-size: 80% !important;
  background: none !important;
  border: none !important;
}

.wpcf7-captchac {
  display: inline-block;
  vertical-align: text-bottom;
}

span.wpcf7-form-control-wrap {
  position: static !important;
  width: 100%;
}

input.wpcf7-not-valid,
textarea.wpcf7-not-valid,
select.wpcf7-not-valid {
  background: #f6c1c1;
  border: 1px solid #f00;
}

div.wpcf7 img.ajax-loader {
  position: absolute;
  display: inline-block;
}

span.wpcf7-list-item {
  margin: 0 !important;
}

/***
 *         ██╗███████╗████████╗██████╗  █████╗  ██████╗██╗  ██╗
 *         ██║██╔════╝╚══██╔══╝██╔══██╗██╔══██╗██╔════╝██║ ██╔╝
 *         ██║█████╗     ██║   ██████╔╝███████║██║     █████╔╝
 *    ██   ██║██╔══╝     ██║   ██╔═══╝ ██╔══██║██║     ██╔═██╗
 *    ╚█████╔╝███████╗   ██║   ██║     ██║  ██║╚██████╗██║  ██╗
 *     ╚════╝ ╚══════╝   ╚═╝   ╚═╝     ╚═╝  ╚═╝ ╚═════╝╚═╝  ╚═╝
 *
 * $$jetpack
 */

.jetpack_subscription_widget form,
.jetpack_subscription_widget label[for="subscribe-field"] {
  margin: 0;
}

.jetpack_subscription_widget label[for="email"],
#subscribe-text {
  display: none;
}

#subscribe-email {
  margin: 0 0 10px;
}

#subscribe-submit {
  margin: 0;
}

#subscribe-email input {
  width: 100% !important;
}

div.success p {
  margin: 0 0 10px;
  font-size: 1rem;
  line-height: 1.2;
}

div.sharedaddy div.sd-block {
  padding: 0 !important;
  margin: 0 0 15px !important;
  border: none !important;
}

div.sharedaddy .sd-content {
  width: 100% !important;
  margin: 0 !important;
}

.widget_rss_links p {
  margin: 0;
  text-align: center;
}

.widget_rss_links img {
  display: inline;
  margin-right: 5px;
  vertical-align: middle;
}

#wpstats,
.home div.sharedaddy,
.archive div.sharedaddy,
.search div.sharedaddy {
  display: none;
}

.comment-subscription-form {
  margin: 0;
}

.embed-youtube,
.embed-vimeo {
  position: relative;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.embed-youtube iframe,
.embed-vimeo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*** availability_catalog_section SHRUBS page css 16-09-2019****/

.availability_catalog_section {
  width: 100%;
  max-width: 54em;
  margin: 0 auto 50px;
}
.availability_catalog_section h2 {
  color: #023c22;
}
.availability_catalog_section h3 {
  margin-top: 0;
  margin-bottom: 5px;
}
.availability_catalog_section ul {
  list-style: none;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.availability_catalog_section ul li {
  width: 33.33%;
  margin-bottom: 5px;
}
.availability_catalog_section ul li a {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.availability_catalog_section ul li a:hover {
  color: #8bb93b;
}
.availability_catalog_section ul li a img {
  max-width: 15px;
  width: auto;
  margin-right: 10px;
}

/* Sitemap */

.sitemap-wrapper ul {
  margin: 0 0 20px;
  list-style: none;
}

.sitemap-list ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.no-csscolumns .sitemap-list ul li {
  padding-right: 30px;
  width: 33.3333%;
  float: left;
}
/*30-07*/
.table--products
  .product-column-action
  .yith-ywraq-add-to-quote
  a.add-request-quote-button {
  color: #00562f !important;
  text-transform: capitalize;
  font-weight: 400;
  padding: 0.75em 5px !important;
  white-space: nowrap;
}
.table--products
  .product-column-action
  .yith-ywraq-add-to-quote
  a.add-request-quote-button:hover {
  text-decoration: underline;
  text-transform: capitalize;
  color: #00562f !important;
}
.product-column-action .yith_ywraq_add_item_browse_message a {
  width: auto;
  height: auto;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  background: #023c22;
  border: none;
  border-radius: 4px;
  -webkit-appearance: none;
  display: inline-block;
  margin-top: 10px;
  padding: 0.625em 10px;
  font-size: 14px;
}
.product-column-action .yith_ywraq_add_item_browse_message a:hover {
  background: #132e0a;
  text-decoration: none;
}
.woocommerce table.cart td.product-thumbnail img {
  width: 32px;
}
.yith-request-a-quote-page .yith-ywraq-before-table {
  display: none;
}
.yith-ywraq-form-bottom {
  padding: 9px 12px;
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 0px 0px 5px 5px;
  text-align: right;
}
.woocommerce table.shop_table.cart {
  border-bottom: 0 !important;
  border-radius: 5px 5px 0px 0px;
  margin-bottom: 0;
}
.yith-ywraq-form-bottom .ywraq_clean_list {
  padding: 0.75em 1em;
  background: #8dbc3c;
  outline: none;
}
.yith-ywraq-form-bottom .ywraq_clean_list:hover {
  background: #77a627;
}
.yith-ywraq-form-bottom input[name="update_raq"] {
  background: #ae9b8a !important;
}
.yith-ywraq-form-bottom input[name="update_raq"]:hover {
  background: #88807a !important;
}
.woocommerce .yith-ywraq-form-bottom a.button.return-to-shop {
  background: #ffca41;
  color: #000;
}
.woocommerce .yith-ywraq-form-bottom a.button.return-to-shop:hover {
  background: #dea425;
  color: #fff;
}
.yith-request-a-quote-page
  .ywraq-form-table-wrapper
  .yith-ywraq-mail-form-wrapper {
  padding: 0;
}
.upload_files_subtitle {
  font-weight: normal;
  font-size: 0.875rem;
}
.woocommerce .raq-send-request-row a.button.return-to-shop {
  background: #ffca41;
  color: #000;
}
.woocommerce .raq-send-request-row a.button.return-to-shop:hover {
  background: #dea425;
  color: #fff;
}
.raq-send-request-row input.button.raq-send-request.last {
  margin-right: 20px;
}
.yith-ywraq-mail-form-wrapper .upload-section,
.yith-ywraq-mail-form-wrapper .upload_files_subtitle,
.yith-ywraq-mail-form-wrapper .upload_files_heading {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  margin-bottom: 0 !important;
  width: calc(100% - 6px);
  margin-left: 3px !important;
  background: #eef0f2;
  padding-bottom: 10px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.yith-ywraq-mail-form-wrapper .upload_files_heading {
  border-top: 1px solid #000;
  padding-top: 10px !important;
}
.upload-section-last {
  border-bottom: 1px solid #000;
}
.yith-request-a-quote-page
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 48px !important;
}
.yith-request-a-quote-page
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow,
.yith-request-a-quote-page
  .select2-container--default
  .select2-selection--single {
  height: 48px !important;
  border-radius: 0 !important;
  outline: none;
}
.yith-request-a-quote-page
  .select2-container--default
  .select2-results__option--highlighted[aria-selected],
.yith-request-a-quote-page
  .select2-container--default
  .select2-results__option--highlighted[data-selected] {
  background-color: #023c22 !important;
}
.yith-request-a-quote-page .select2-results__option[aria-selected],
.select2-results__option[data-selected] {
  outline: none;
}
.yith-request-a-quote-page .select2 + .select2 {
  display: none;
}
/*30-07 end*/
@media screen and (max-width: 959px) {
  .sitemap-list ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .no-csscolumns .sitemap-list ul li {
    width: 50%;
  }
}

@media screen and (max-width: 567px) {
  .sitemap-list ul {
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
    -webkit-column-gap: normal;
    -moz-column-gap: normal;
    column-gap: normal;
  }
  .no-csscolumns .sitemap-list ul li {
    padding-right: 0;
    width: 100%;
    float: none;
  }
}

/***
 *     ██████╗ ███╗   ███╗███████╗██████╗ ██╗ █████╗
 *    ██╔═══██╗████╗ ████║██╔════╝██╔══██╗██║██╔══██╗
 *    ██║██╗██║██╔████╔██║█████╗  ██║  ██║██║███████║
 *    ██║██║██║██║╚██╔╝██║██╔══╝  ██║  ██║██║██╔══██║
 *    ╚█║████╔╝██║ ╚═╝ ██║███████╗██████╔╝██║██║  ██║
 *     ╚╝╚═══╝ ╚═╝     ╚═╝╚══════╝╚═════╝ ╚═╝╚═╝  ╚═╝
 *
 * $$media
 */

@media screen and (max-width: 1220px) {
  .services h3 {
    font-size: 1.8196vw;
  }
}

@media screen and (max-width: 1200px) {
  .header-top a {
    padding: 0 10px;
    font-size: 0.8889em;
  }
  .header-top a[href^="tel"] {
    font-size: 1em;
  }
}

@media screen and (max-width: 1150px) {
  .home-buckets__bucket {
    float: none;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .home-buckets__bucket + .home-buckets__bucket {
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 1050px) {
  .header-top a,
  .header-top form input {
    font-size: 0.7778em;
  }
}

@media screen and (max-width: 1023px) {
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .sticky_table {
      max-width: 992px;
      padding: 0 20px;
    }
  }
  .container {
    padding: 0 20px;
  }
  .banner {
    height: 500px;
  }
  .interior-banner {
    height: 400px;
  }
  .services {
    max-width: 600px;
    margin: 30px auto 0;
  }
  .services li {
    width: calc((100% - 19px) / 2);
  }
  .services li:nth-child(2n + 1) {
    margin-left: 0;
    clear: left;
  }
  .services li:nth-child(2) ~ li {
    margin-top: 18px;
  }
  .services h3 {
    font-size: 1.2333em;
  }
  main {
    padding: 60px 0;
  }
  aside {
    padding-left: 20px;
  }
  .benefits {
    padding: 60px 0;
  }
  .benefits h2 {
    margin-bottom: 40px;
  }
  .home-buckets,
  .logos {
    padding: 60px 0;
  }
  .footer-info li,
  .footer-info li:first-child {
    float: none;
    width: 100%;
    text-align: left;
  }
  .footer-info li::after {
    content: "";
    display: table;
    clear: both;
  }
  .footer-info li + li {
    margin: 10px 0 0;
  }
  .footer-bottom {
    padding: 5px 0;
    text-align: center;
  }
  .footer-bottom ul,
  .footer-bottom ul:not(.copyright) {
    float: none;
    display: inline-block;
    padding: 5px 0;
  }
}

@media only screen and (max-width: 991px) {
  .availability_catalog_section ul li {
    width: 50%;
  }
}

@media screen and (max-width: 940px) {
  .header-top a {
    font-size: 1em;
  }
  .header-top form input {
    font-size: 0.8889em;
  }
}

@media screen and (min-width: 768px) {
  .awiNav li:hover > ul {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .sticky_table {
      max-width: 837px;
      padding: 0 9px;
    }
  }
  blockquote {
    padding: 15px;
  }
  .container {
    padding: 0 10px;
  }
  #nav {
    margin: 0;
  }
  #nav::after {
    display: none;
  }
  .awiNav-wrap {
    position: relative;
  }
  .awiNav__sublink,
  .awiNav__trigger {
    display: block;
  }
  .awiNav__trigger {
    position: relative;
    width: 100%;
    height: 50px;
    padding: 0;
    margin: 0;
    line-height: 0;
    cursor: pointer;
    background: #023c22;
    border: 0;
    border-radius: 0;
    outline: 0;
  }
  .awiNav__trigger:hover {
    background: #13a33c;
  }
  .awiNav__trigger:active {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .awiNav__trigger span {
    top: 50%;
    left: 50%;
    width: 40px;
    height: 4px;
    margin: -2px 0 0 -20px;
    border-radius: 2px / 50%;
    box-shadow: 0 -8px 0 #fff, 0 8px 0 #fff;
  }
  .awiNav__trigger span,
  .awiNav {
    position: absolute;
    background: #fff;
  }
  .awiNav {
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.6);
  }
  .awiNav,
  .awiNav.nav-hidden,
  .awiNav .nav-hidden {
    display: none;
  }
  .awiNav.nav-shown,
  .awiNav .nav-shown,
  .awiNav > li {
    display: block;
  }
  .awiNav > li {
    height: auto;
    line-height: 1;
    text-align: center;
  }
  .awiNav a,
  .awiNav ul a {
    padding: 0.5rem 15px;
    color: #7bc142;
  }
  .awiNav a.sub-shown {
    font-size: 0;
  }
  .awiNav a.has-sub-next::after {
    content: "\00A0\00A0\e900";
    position: relative;
    top: -0.2em;
    display: inline-block;
    margin-right: -2.6em;
    font-family: "awiNav";
    font-size: 0.6em;
    vertical-align: middle;
  }
  .awiNav a.sub-shown::after {
    content: "Back";
    top: 0;
    margin-right: 0;
    font-family: inherit;
    font-size: 1rem;
    vertical-align: baseline;
  }
  .awiNav a.sub-shown::before {
    content: "\e901\00A0\00A0";
    position: relative;
    top: -0.2em;
    display: inline-block;
    margin-left: -2.6em;
    font-family: "awiNav";
    font-size: 0.6rem;
  }
  .awiNav ul {
    position: static;
    padding: 0;
    background: none;
    border: 0;
  }
  .banner {
    height: 400px;
  }
  .banner h3 {
    font-size: 2em;
  }
  .interior-banner {
    height: 300px;
  }
  main {
    padding: 45px 0;
  }
  article,
  aside {
    float: none;
    width: 100%;
  }
  aside {
    padding: 0;
    margin-top: 20px;
  }
  .sidebar {
    padding: 15px;
  }
  .benefits {
    padding: 45px 0;
  }
  .benefits h2 {
    margin-bottom: 25px;
  }
  .home-buckets,
  .logos {
    padding: 45px 0;
  }
  .footer-col {
    float: none;
    width: 100%;
  }
  .footer-col--r {
    margin: 30px 0 0;
  }
  .logos ul,
  .logos li {
    display: block;
  }
  /*30-07*/
  .yith-ywraq-form-bottom input[name="update_raq"] {
    display: block !important;
    width: 100% !important;
  }
  .yith-ywraq-form-bottom .ywraq_clean_list,
  .woocommerce .yith-ywraq-form-bottom a.button.return-to-shop {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .woocommerce table.shop_table_responsive tr td.product-remove {
    text-align: left !important;
  }
  .ywraq-form-table-wrapper
    .yith-ywraq-mail-form-wrapper
    .raq-send-request-row {
    text-align: left !important;
  }
  /*30-07 end*/
}

@media screen and (max-width: 640px) {
  .services h3 {
    font-size: 3.4687vw;
  }
}

@media only screen and (max-width: 575px) {
  .availability_catalog_section ul li {
    width: 100%;
  }
}

@media screen and (max-width: 567px) {
  html {
    font-size: 1rem;
  }
  .form-field--half {
    float: none;
    width: 100%;
  }
  .form-field--half + .form-field--half {
    margin-left: 0;
  }
  .form-field--half:nth-child(2) {
    margin-top: 8px;
  }
  .header-wrap {
    display: table;
    width: 100%;
  }
  .header-top {
    display: table-#footer-group;
  }
  .header-top .container {
    padding: 0;
  }
  .header-top ul,
  .header-top li {
    display: block;
  }
  .header-top li {
    line-height: 34px;
  }
  .header-top form input,
  .header-top form [type="submit"] {
    height: 34px;
  }
  #header {
    display: table-caption;
  }
  .banner {
    height: 180px;
  }
  .banner__content {
    display: none;
  }
  .interior-banner {
    height: 180px;
  }
  .services li {
    width: calc((100% - 11px) / 2);
  }
  .services li + li {
    margin-left: 10px;
  }
  .services li:nth-child(2) ~ li {
    margin-top: 10px;
  }
  main,
  .benefits {
    padding: 30px 0;
  }
  .benefits h2 {
    margin-bottom: 10px;
  }
  .benefits ul {
    margin-top: 0;
  }
  .benefits li {
    vertical-align: bottom;
  }
  .benefits li:nth-child(2) ~ li {
    vertical-align: top;
  }
  .home-buckets {
    padding: 30px 0;
  }
  .areas-served__col {
    float: none;
    width: 100%;
  }
  .areas-served__col + .areas-served__col {
    margin: 20px 0 0;
  }
  .logos {
    padding: 30px 0;
  }
  .footer-blog__img {
    width: 120px;
  }
  .footer-blog__content {
    width: calc(100% - 133px);
    margin-left: 12px;
  }
  .footer-bottom ul,
  .footer-bottom ul:not(.copyright),
  .footer-bottom li {
    display: block;
  }
  .footer-bottom li {
    padding: 0;
    line-height: 1;
    border: none;
  }
  .woocommerce .raq-send-request-row a.button.return-to-shop {
    margin-top: 10px;
  }
}

@media screen and (max-width: 360px) {
  .services {
    max-width: 260px;
  }
  .services li {
    float: none;
    width: 100%;
  }
  .services li + li {
    margin-left: 0;
  }
  .services li:nth-child(1) ~ li {
    margin-top: 10px;
  }
  .services h3 {
    font-size: 1.2333em;
  }
  .benefits ul {
    margin: 0;
  }
  .benefits ul,
  .benefits li {
    display: block;
  }
  .benefits li {
    width: 100%;
    max-width: none;
    margin: 10px 0 0;
  }
  .footer-blog__img {
    float: none;
    margin: 0 auto;
  }
  .footer-blog__content {
    float: none;
    width: 100%;
    margin: 10px 0 0;
  }
}

@media print {
  @page {
    margin: 0.5cm !important;
  }
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  body {
    padding: 0.75cm !important;
    font: 10pt/1.2 Arial, Helvetica, sans-serif !important;
  }
  article,
  .container {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  nav,
  aside,
  #footer {
    display: none;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 18pt !important;
    font-weight: bold !important;
  }
  h2 {
    font-size: 16pt !important;
  }
  h3 {
    font-size: 14pt !important;
  }
  h4 {
    font-size: 12pt !important;
  }
  h5,
  h6 {
    font-size: 10pt !important;
  }
  code {
    font: 10pt Courier, monospace;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-#header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/***
 *    ████████╗ █████╗ ██████╗ ██╗     ███████╗███████╗
 *    ╚══██╔══╝██╔══██╗██╔══██╗██║     ██╔════╝██╔════╝
 *       ██║   ███████║██████╔╝██║     █████╗  ███████╗
 *       ██║   ██╔══██║██╔══██╗██║     ██╔══╝  ╚════██║
 *       ██║   ██║  ██║██████╔╝███████╗███████╗███████║
 *       ╚═╝   ╚═╝  ╚═╝╚═════╝ ╚══════╝╚══════╝╚══════╝
 *
 * $$tables
 */

.table--responsive {
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}

.table--responsive thead tr {
  color: #fff;
  background: #023c22;
}

.table--responsive tbody tr:nth-child(even) {
  background: #b5cdb1;
}

.table--responsive th,
.table--responsive td {
  padding: 4px 6px;
  border: 1px solid #624b34;
  min-width: 175px;
}

.table--responsive tbody tr:hover {
  background: #dcf19a;
}

#DataTables_Table_0_filter {
  float: none !important;
  text-align: center !important;
  margin: 0 auto 20px !important;
  max-width: 100%;
  font-size: 0.875em !important;
}

#DataTables_Table_0_filter input {
  margin: 15px 0 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
  font-size: 1rem !important;
  max-width: 440px;
}

#DataTables_Table_0_info {
  font-size: 0.875em !important;
}

@media screen and (max-width: 767px) {
  .table--responsive {
    font-size: 14px;
  }
}

@media screen and (max-width: 567px) {
  .table--responsive thead {
    display: none;
  }
  .table--responsive,
  .table--responsive tbody,
  .table--responsive tr,
  .table--responsive td {
    display: block;
  }
  .table--responsive tr {
    margin-bottom: 10px;
    border: 1px solid #ccc;
    background: transparent !important;
  }
  .table--responsive td,
  .table--responsive tr:hover td {
    border: none !important;
  }
  .table--responsive tr td:nth-child(even) {
    background: #eee;
  }
  .table--responsive td:before {
    content: attr(data-label) ": ";
    font-weight: 700;
    text-transform: uppercase;
  }
  .table--responsive td:last-child:before {
    content: none;
  }
  .table--responsive td:first-child {
    background: #023c22;
    color: #fff;
    font-weight: 700;
  }
  ul.links-list li {
    float: none;
    width: 100%;
    margin: 0;
    padding: 10px;
  }
}

/* -- CF7 in Quote Checkout */

.quote-cf7 {
  padding: 20px 0;
  margin: 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

p.single_add_to_quote_loop {
  margin-bottom: 20px;
}

.search-text {
  margin-bottom: 0;
}

/*-- Custom Input arrow --*/
.quantity {
  position: relative;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.quantity input {
  width: 45px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;

  border: 1px solid #eee;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.quantity-button {
  background-color: #ffffff;
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}
.woocommerce .quantity .qty {
  text-align: left;
  padding: 10px;
}

@media (max-width: 767px) {
  .woocommerce table.shop_table_responsive tr .product-quantity::before {
    position: relative;
    top: 9px;
  }
  .woocommerce .quantity .qty {
    margin-left: 10px;
    margin-bottom: 10px;
  }
}

/* add to cart */
td.product-column-add-cart {
  min-width: 175px;
}

/* 29-10 start */

div#nav_menu-2 {
  position: relative;
  bottom: auto;
  left: 44.8%;
  display: block;
  z-index: 9;
  width: 180px;
  top: 95px;
}
div#nav_menu-4 {
  position: relative;
  bottom: auto;
  left: 64.8%;
  display: block;
  z-index: 9;
  width: 340px;
  top: 47px;
}

div#DataTables_Table_0_filter {
  text-align: left !important;
}
#DataTables_Table_0_filter input {
  max-width: 420px;
  border: 1px solid #bababa;
}
#DataTables_Table_0_filter input::placeholder {
  font-style: italic;
}
.article--woocommerce .widget-container select {
  border: 1px solid #bababa;
  font-size: 18px;
  letter-spacing: 0px;
  color: #023c22;
  font-weight: bold;
  appearance: none;
  padding: 2px 40px 2px 15px;
  background-image: url(/wp-content/uploads/2021/10/iconmonstr-arrow-65.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 15px;
}
#DataTables_Table_0_wrapper {
  margin-top: -70px;
}
.availability_catalog_section {
  margin: 0 auto 20px;
}
@media only screen and (max-width: 1023px) {
  div#nav_menu-2 {
    left: 39.8%;
    width: 160px;
    top: 118px;
  }
  div#nav_menu-4 {
    left: 63.8%;
    width: 260px;
    top: 70px;
  }
  .article--woocommerce .widget-container select {
    font-size: 16px;
    padding: 2px 40px 2px 10px;
  }
  #DataTables_Table_0_filter input {
    max-width: 280px;
    font-size: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  div#nav_menu-2 {
    left: 0;
    width: 100%;
    top: 180px;
  }
  div#nav_menu-4 {
    left: 0;
    width: 100%;
    top: 190px;
  }
  #DataTables_Table_0_filter input {
    max-width: none;
    margin-bottom: 110px !important;
  }
}
@media only screen and (max-width: 500px) {
  div#nav_menu-2 {
    left: 0;
    width: 100%;
    top: 230px;
  }
  div#nav_menu-4 {
    left: 0;
    width: 100%;
    top: 240px;
  }
}
@media only screen and (max-width: 362px) {
  div#nav_menu-4 {
    top: 260px;
  }
  div#nav_menu-2 {
    top: 250px;
  }
}
/* 29-10 end */
