/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.fresh-searchbar .search-form {
  display: grid;
  grid-template-columns: 1fr 150px;
  grid-gap: 32px;
}

.fresh-searchbar .search-field {
  border: none !important;
  border-bottom: #967008 2px solid !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  background: none !important;
  padding: 16px 16px 16px 28px !important;
}

.fresh-searchbar .search-field:focus {
  border: none !important;
  border-bottom: #967008 2px solid !important;
}

.fresh-searchbar .wrap {
  position: relative;
}

.fresh-searchbar .wrap .icon-salient-search {
  background: none;
  position: absolute;
  top: 18px;
}

.fresh-searchbar .search-field::placeholder {
  color: #fff !important;
  opacity: 1 !important;
}

.fresh-searchbar .search-field:focus::placeholder {
  color: transparent !important;
}

.home-hero__left {
  height: 40vw;
}

@media screen and (max-width: 999px) {
  .home-hero .column-image-bg {
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}

/* footer */


@media screen and (max-width: 999px) {
  #footer-outer .widget {
    margin-bottom: 0px !important;
  }

  #footer-widgets .container .col {
    margin-bottom: 0px;
  }

  #nav_menu-3, #nav_menu-7 {
    margin-top: 0px !important;
  }

  #footer-outer .row {
    padding: 50px 0 10px 0 !important;
  }

  #footer-outer .contact-bar .row {
    padding: 20px 0 10px 0 !important;
  }

  #footer-outer .subfooter .row {
    padding: 20px 0 !important;
  }
}

.contact-bar .container {
  border-top: 2px solid #967008;
  border-bottom: 2px solid #967008;
}

.contact-bar .row {
  padding: 25px 0 !important;
}

.contact-bar__wrap {
  display: grid;
  grid-template-columns: 1fr 120px;
  align-items: center;
  padding: 25px 0;
}

.contact-bar__item-wrap {
  display: flex;
  flex-direction: row;
  gap: 3px;
}

.contact-bar__item {
  font-size: 18px;
  font-weight: 400;
  margin-right: 38px;
}

.contact-bar__logo {
  width: 120px;
}

.contact-bar__item span {
  color: #B6890C;
  font-size: 28px;
  margin-right: 6px;
  transform: translateY(5px);
  display: inline-block;
}

@media screen and (max-width: 999px) {
  .contact-bar__wrap {
    grid-template-columns: 1fr 0px;
  }

  .contact-bar__item {
    font-size: 14px;
  }

  .contact-bar__item-wrap {
    flex-direction: column !important;
  }

  .contact-bar__wrap img {
    width: 80px;
    align-self: end;
    justify-self: right;
  }
}

/* Contact Block */

.contact-block a {
  position: relative;
  font-size: 20px;
  color: #1D2D44;
  font-weight: 600;
}

.contact-block a:hover {
  color: #967008;
}

.contact-block a::before {
  position: absolute;
  left: -58px;
  top: -7px;
  font-size: 45px;
  color: #967008;
}

.contact-block__address {
  max-width: 200px;
  margin: 0 auto;
}

.contact-block__address a::before {
  content: "\e316";
  top: 8px;
}

.contact-block__phone a::before {
  content: "\e3b8";
}

.contact-block__email a::before {
  content: "\e218";
}

/* Solution Block */

.solution-block a {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #1D2D44;
  margin-left: 50px;
}

.solution-block a:hover {
  color: #967008;
}

.solution-block a::before {
  position: absolute;
  left: -58px;
  top: -7px;
  font-size: 45px;
  color: #967008;
}

.solution-block__phone a::before {
  content: "\e3b8";
}

.solution-block__email a::before {
  content: "\e218";
}

/* Contact Us Form */

form[id^='gform_'] .gform-field-label {
  font-size: 16px !important;
  position: relative !important;
}

form[id^='gform_'] .gfield_label > .gfield_required::after {
  position: absolute !important;
  top: -5px !important;
  content: '*' !important;
  font-size: 20px !important;
}

form[id^='gform_'] .gfield_required_text {
  display: none !important;
}

#gform_fields_1 {
  row-gap: 10px !important;
}

form[id^='gform_'] .see-through-2 {
  border-color: rgba(0, 0, 0, .75) !important;
  background-color: transparent  !important;
  color: #444 !important;
  font-family: 'bitter', serif !important;
  font-weight: 600 !important;
}

form[id^='gform_'] .nectar-button.see-through-2:hover {
  background-color: #967008 !important;
  color: white !important;
}

.gform-body.gform_body:after {
  content: '* Required';
  position: absolute;
  right: 0;
  transform: translateY(30px);
  color: #E10000;
  font-family: 'Bitter', serif;
  font-size: 16px;
}

/* subfooter */

.subfooter .row {
  padding: 50px 0 !important;
}

.subfooter__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.subfooter__item-wrap {
  display: flex;
  flex-direction: row;
  gap: 36px;
}

.subfooter__item:after {
  content: "\203A";
  margin-left: 8px;
}

.subfooter__item a,
.subfooter__copyright-line a {
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: 0 2px;
  background-position: left bottom;
  opacity: 1;
  background-image: linear-gradient(to right, #fff 0, #fff 100%);
  transition: background-size 0.55s cubic-bezier(.2,.75,.5,1), color 0.5s ease !important;
  text-decoration: none;
}

.subfooter__copyright-line {
  font-size: 10px;
  text-align: right;
  display: inline;
  opacity: 1;
}

.subfooter__item a:hover,
.subfooter__copyright-line a:hover {
  background-image: linear-gradient(to right, #ffffff 0, #ffffff 100%);
  background-size: 100% 2px;
}

.subfooter__copyright-links {
  display: inline-block;
  margin-left: 8px;
}

.subfooter__copyright-links a {
  margin: 0 8px;
}

.subfooter__copyright-links a:hover {
  text-decoration: none;
}

@media screen and (max-width: 999px) {
  .subfooter__wrap {
    display: block;
  }

  .subfooter__item-wrap {
    gap: 8px;
    justify-content: space-between;
  }

  .subfooter__item {
    font-size: 14px;
  }

  .subfooter__copyright-line {
    margin-top: 40px;
    line-height: 1.36;
    text-align: center;
  }

  .subfooter__copyright-links {
    display: block;
    margin-top: 12px;
  }

  .subfooter__copyright-links a.subfooter__privacy::before {
    content: "";
  }
}

/*  CTA Buttons */

.cta-block .nectar-button {
  padding: 36px 0px 46px 0px !important;
  min-width: 320px;
}

.cta-block .nectar-button span {
  font-weight: bold;
}

.cta-block .nectar-button::before {
  color: #B6890C;
}

.cta-block .nectar-button.fresh-btn-envelope::before {
  content: "\e218";
  display: inline-block;
  font-size: 36px;
  transform: translate(-15px, 10px);
}

.cta-block .nectar-button.fresh-btn-phone::before {
  content: "\e3b8";
  display: inline-block;
  font-size: 36px;
  transform: translate(-15px, 10px);
}

/* Catalog Download */
.fresh-download form {
  display: grid;
  grid-template-columns: 1fr 150px;
  gap: 12px;
}

.fresh-download select {
  padding: 0 6px;
  height: 47px;
  outline: 1px solid #B6890C;
  border-radius: 2px;
  font-weight: 400;
  color: #000;
  border: 8px solid transparent;
}

.fresh-download select:focus {
  outline: 1px solid #B6890C;
  border: 8px solid transparent !important;
}

.fresh-download i {
  color: #000 !important;
  font-size: 20px !important;
}

.fresh-download a.nectar-button {
  transform: translateY(13px);
}

.fresh-download a.nectar-button:hover {
  transform: translateY(13px);
}

.fresh-download a.nectar-button span {
  margin-top: 3px;
}

.select2-container--default .select2-selection--single {
  border-color: #967008 !important;
}

/* Nav */

header#top #logo::after {
  content: 'Washington Chain & Supply';
  position: absolute;
  right: -380px;
  top: 35px;
  width: 360px;
  font-family: 'bitter';
  font-size: 24px;
  letter-spacing: .15px;
  line-height: 1.2;
}


@media screen and (max-width: 1120px) {
  header#top #logo::after {
    font-size: 18px;
  }
}

@media screen and (max-width: 999px) {
  header#top #logo::after {
    font-size: 16px;
    top: -12px;
    width: 130px;
    right: -150px;
  }
}

#header-secondary-outer {
 padding: 10px 0 ;
}

#header-secondary-outer .nectar-center-text .link-wrap {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

#header-secondary-outer .nectar-center-text .link-wrap a:hover,
#header-secondary-outer .nectar-center-text .link-wrap a:focus {
  color: #967008 !important;
}

#header-secondary-outer .nectar-center-text a {
  font-weight: normal;
  margin-right: 20px;
}

#header-secondary-outer .nectar-center-text .ph {
  font-size: 30px;
  color: #967008;
  margin-right: 6px;
}

/* Mobile secondary nav*/

body #slide-out-widget-area .secondary-header-text a {
  font-weight: normal;
}

body #slide-out-widget-area .secondary-header-text .ph {
  margin-right: 6px;
  color: #967008;
}

body #slide-out-widget-area .secondary-header-text {
  padding: 10px 7px;
}

body #slide-out-widget-area .secondary-header-text .link-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media only screen and (max-width: 999px) and (min-width: 1px) {
  #header-outer[data-transparent-header="true"][data-permanent-transparent="false"] #logo .dark-version,
  #header-outer #top #logo img {
      top: 0;
      width: auto !important;
      height: 40px !important;
      margin-bottom: 0;
  }

  header#top #logo::after {
    transform: translateY(40%);
  }

  body #slide-out-widget-area .secondary-header-text .ph {
    transform: translateY(2px);
  }
}


/* Legacy Block - About Us Page */

.legacy-icon {
  margin: 60px auto 0 auto;
  max-width: 130px;
}

.legacy-icon::before {
  position: absolute;
  top: 0;
  left: calc(50% - 20px);
  font-size: 40px;
  color: #967008;
}

.legacy-icon::after {
  content: '';
  position: absolute;
  top: 20%;
  right: -30px;
  height: 60%;
  border-right: 2px solid #967008;
}

@media only screen and (max-width: 999px) and (min-width: 1px) {
  .legacy-icon::after {
    border-right: none;
  }
}

.legacy-icon__last::after {
  content: none;
}

.legacy-icon__expertise::before {
  content: "\e320";
}

.legacy-icon__globe::before {
  content: "\e288";
}

.legacy-icon__anchor::before {
  content: "\e514";
}

.legacy-icon__circle-check::before {
  content: "\e184";
}

.legacy-icon__user::before {
  content: "\e4c2";
}

/* search results / category page */

#sidebar .wc-block-product-categories-list-item__name {
  font-size: 14px;
}

#sidebar .headline-underline {
  border-bottom: #967008 2px solid !important;
  font-size: 20px !important;
  display: inline-block !important;
  line-height: 1.3636 !important;
}

#sidebar .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
  height: 1em;
  min-height: 1em;
  width: 1em;
  min-width: 1em;
  border-radius: 0px !important;
  margin-top: 3px;
}

#sidebar .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
  background-color: #18273B;
}

#sidebar .wc-block-components-checkbox .wc-block-components-checkbox__mark {
  transform: translate(-4px, 0px) scale(0.75);
  fill: #fff;
}

#sidebar h4 {
  margin-bottom: -10px !important;
  font-size: 18px !important;
  font-weight: 500;
  color: #1D2D44 !important;
  opacity: 1 !important;
}

#sidebar .wc-block-product-categories-list-item-count {
  background: none !important;
  font-size: 14px !important;
  margin-right: 8px !important;
}

#sidebar .wc-block-product-categories-list-item {
  padding: 4px 15px !important;
  transform: translateX(-13px) !important;
}

.woocommerce #sidebar .wc-block-product-categories-list-item > .wc-block-product-categories-list-item-count span {
 font-size: 16px;
}

#sidebar .wc-block-product-categories-list-item:hover {
  background-color: #EAEBEE;
}

.woocommerce #sidebar .wc-block-product-categories-list-item:hover > .wc-block-product-categories-list-item-count {
  background-color: #EAEBEE !important;
}

body.material .widget:not(.nectar_popular_posts_widget):not(.recent_posts_extra_widget) li a:hover, body.material #sidebar .widget:not(.nectar_popular_posts_widget):not(.recent_posts_extra_widget) li a:hover,
.woocommerce #sidebar .wc-block-product-categories-list-item:hover>.wc-block-product-categories-list-item-count {
  color: #1D2D44 !important;
}

#sidebar .wc-block-product-categories-list-item-count {
  transition: none !important;
}

/* Product Catalog */

.woocommerce .nectar_quick_view {
  display: none !important;
}

.woocommerce .product .product-wrap .product-add-to-cart {
  opacity: 1 !important;
}

.woocommerce .material.product .product-wrap .product-add-to-cart {
  transform: none !important;
  position: static;
}

.woocommerce .material.product:hover .product-wrap .product-add-to-cart {
  transform: none !important;
}

.woocommerce .material.product:hover h2 {
  transform: none !important;
}

.woocommerce .product-meta {
  text-align: center !important;
  position: relative;
  display: grid;
  grid-template-rows: 1fr 70px;
}

.woocommerce .product-meta h2 {
  transform: none !important;
  font-size: 20px !important;
  line-height: 30px Im !important;
  color: #1D2D44 !important;
  margin-bottom: 20px !important;
  font-family: 'Open Sans',Helvetica,sans-serif !important;
}

.woocommerce .product .product-wrap {
  border: 1px solid #EAEBEE;
}

.woocommerce .product .product-wrap .product-meta a.button {
  padding: 5px 20px !important;
  border: 1px solid #1D2D44 !important;
  transition: all .45s cubic-bezier(0.25,1,0.33,1);
}

.woocommerce .product .product-wrap .product-meta a.button:hover {
  border-color: #967008!important;
  background-color: #967008!important;
  transform: translateY(-3px) !important;
}

body.woocommerce .product .product-wrap .product-add-to-cart[data-nectar-quickview=true] a span {
  font-size: 12px !important;
  padding-right: 25px !important;
  position: relative;
}

body.woocommerce .product .product-wrap .product-add-to-cart[data-nectar-quickview=true] a span:hover {
  color: #fff !important;
}

body.woocommerce .product .product-wrap .product-add-to-cart[data-nectar-quickview=true] a span:after {
  content: "\e13a";
  position: absolute;
  right: 0;
  top: 7px;
  font-size: 12px !important;
}

.woocommerce .product .product-wrap .product-add-to-cart a:hover .text,
.woocommerce .product .product-wrap .product-meta .product-add-to-cart a.button:hover .text {
  color: #fff !important;
}

.tax-product_cat.woocommerce .container-wrap {
  background-color: #fff !important;
}

.wc-block-product-categories-list-item__name {
  max-width: 220px;
  display: inline-block;
  line-height: 22px;
}

.wp-block-woocommerce-filter-wrapper .wp-block-heading {
  font-family: 'Open Sans',Helvetica,sans-serif !important;
}

.woocommerce.archive #page-header-wrap h1 {
  position: relative;
  display: inline-block;
  font-size: 58px;
  letter-spacing: 1px;
}

.woocommerce.archive #page-header-wrap h1:after {
  content: '';
  bottom: -20px;
  position: absolute;
  width: 90%;
  height: 10px;
  border-bottom: #967008 2px solid !important;
  left: 50%;
  transform: translateX(-50%);
}

.woocommerce.archive #page-header-wrap .term-description {
  font-size: 18px;
  max-width: 650px;
  margin: 60px auto 0;
}

.woocommerce.archive .page-header-bg-image:after {
  background-color: rgba(21,33,50, .85) !important;
}

.woocommerce ul.products li.product .product-wrap img, .woocommerce-page ul.products li.product .product-wrap img {
  padding: 30px 20px 0;
  background-color: #fff;
}

/* sort dropdown hover style */
.woocommerce-ordering .select2-container--default .select2-selection__rendered {
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: left bottom;
  background-image: linear-gradient(to right, #000 0, #000 100%);
  transition: background-size .55s cubic-bezier(.2,.75,.5,1);
  padding-bottom: 4px !important;
}

.woocommerce-ordering .select2-container--default:hover .select2-selection__rendered {
  background-size: 0 2px;
  background-position: right bottom;
}

body[data-fancy-form-rcs="1"] .nectar-shop-header-bottom .woocommerce-ordering .select2-container--default .select2-selection--single,
body[data-fancy-form-rcs="1"] .nectar-shop-header-bottom .woocommerce-ordering .select2-container--default:hover .select2-selection--single {
  background-color: #fff !important;
}

/* Filter Button Icon */

.woocommerce .widget_layered_nav_filters ul li a {
  position: relative;
}

.woocommerce .widget_layered_nav_filters ul li a::before {
  content: '\e4f6';
  color: #fff;
  font-size: 11px;
  margin-top: 4px !important;
  margin-right: 12px;
}

.woocommerce .widget_layered_nav_filters ul li a::after {
  position: absolute;
  content: '';
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background-color: #1D2D44;
  left: 11px;
  top: 11px;
  z-index: -1;
}

.woocommerce ul.products li.product .product-wrap:hover img.hover-gallery-image,
.woocommerce ul.products li.product .product-wrap:hover picture.hover-gallery-image {
  opacity: 0;
  display: none;
}

/* WooCommerce Pagination */

.woocommerce-pagination ul.page-numbers li a.page-numbers {
  font-family: 'bitter', serif !important;
  font-size: 20px !important;
}

/* WooCommerce Breadcrumb */

.woocommerce-breadcrumb {
  margin: 45px 0 45px !important;
  font-size: 18px !important;

}

.woocommerce-breadcrumb span:last-of-type {
  color: #1D2D44 !important;
  opacity: 1 !important;
  font-weight: 700;
}

body #pagination>span.page-numbers.current,
body nav.woocommerce-pagination span.page-numbers.current {
  font-size: 18px !important;
}

.container-wrap nav.woocommerce-pagination ul li span,
.woocommerce .container-wrap nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
  padding-top: 13px !important;
}

/* Product Single */

.woocommerce.single-product div.product_meta a {
  background-image: none !important;
}

.woocommerce.single-product div.product_meta .meta-contact__tel a:hover,
.woocommerce.single-product div.product_meta .meta-contact__email a:hover {
  color: #967008 !important;
}

.single-product .nectar-prod-wrap .fresh-category {
  position: absolute;
  right: 0;
  width: 57.5%;
  display: block;
  text-transform: uppercase;
  font-family: 'Open Sans';
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.single-product  .entry-summary.summary {
  margin-top: 24px;
}

.single-product .price {
  display: none !important;
}

.single-product .product_title.entry-title {
  margin-bottom: 24px !important;
}

.single-product .product_title.entry-title:after {
  display: block;
  content: '';
  width: 112px;
  height: 2px;
  background: #967008;
}

.single-product .posted_in,
.single-product .tagged_as {
  display: none !important;
}

.single-product .meta-contact__label {
  margin: 24px 0 0 0;
  font-size: 18px;
  font-weight: 400;
}

.single-product .meta-contact__tel,
.single-product .meta-contact__email {
  margin: 8px 0 0 0;
}

.single-product .meta-contact__tel a,
.single-product .meta-contact__email a {
  font-size: 16px;
  font-weight: 400;
  color: #18273B !important;
  text-decoration: underline;
}

.single-product .product_meta .ph:before {
  font-size: 30px;
  transform: translate(-5px, 8px);
  display: inline-block;
  color: #967008;
}

.single-product .meta-contact__wrap {
  margin-top: 48px;
}

.single-product .contact-button {
  padding: 15px 42px !important;
  font-family: Bitter;
  font-weight: 600;
  transition: all .45s cubic-bezier(0.25,1,0.33,1) !important;
  background-color: #967008;
  background-image: none !important;
}

.single-product .details-button {
  position: relative;
  margin: 15px 28px !important;
  font-size: 16px;
  transition: all .45s cubic-bezier(0.25,1,0.33,1) !important;
  color: #18273B;
  text-decoration: underline;
}

.single-product .details-button:after {
  content: "\e13a";
  margin-left: 6px;
  text-decoration: none !important;
  position: absolute;
  top: 6px;
}

.related.products .divider-wrap{
  margin-bottom: 40px;
}

/* Helpers */

.gold-border .hover-wrap-inner:after {
  content: "";
  position: absolute;
  background: #F3F0E0;
  width: 100%;
  height: 100%;
  bottom: -8px;
  left: -8px;
  z-index: -1;
}

.dark-border .hover-wrap-inner:after {
  content: "";
  position: absolute;
  background: #152132;
  width: 100%;
  height: 100%;
  bottom: -8px;
  left: -8px;
  z-index: -1;
}

.subheadline {
  font-family: 'Open Sans';
  text-transform: none;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}

/* carousel */

.owl-theme[data-desktop-cols] .owl-nav [class*=owl-] {
  background-color: #152132;
  padding: 5px 15px;
  border: 2px solid #152132;
}

.owl-theme[data-desktop-cols] .owl-nav [class*=owl-]:hover {
  background-color: #967008;
  border-color: #967008;
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
}

.owl-theme[data-desktop-cols] .owl-nav [class*=owl-] span {
  font-size: 24px;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: relative;
}

.owl-carousel .owl-nav .owl-next span,
.owl-carousel .owl-nav .owl-prev span {
  visibility: hidden;
}

.owl-carousel .owl-nav .owl-next:after {
  content: "\e13a";
  position: absolute;
  font-size: 20px;
  transform: translate(-14px, 4px);
}

.owl-carousel .owl-nav .owl-prev:after {
  content: "\e138";
  position: absolute;
  font-size: 20px;
  transform: translate(-13px, 4px);
}

.fresh-product-carousel .owl-nav.disabled {
  display: block !important;
  position: absolute;
  top: -45px;
  right: 0;
}

.fresh-product-carousel .owl-carousel .carousel-item h5,
.fresh-product-carousel .owl-carousel .carousel-item h4 {
  min-height: 60px;
}

@media only screen and (max-width: 999px) and (min-width: 1px) {
  .fresh-product-carousel .owl-nav.disabled,
  .fresh-featured-carousel .owl-nav.disabled,
  .fresh-partner-carousel .owl-nav.disabled,
  .fresh-quote-carousel .owl-nav.disabled {
    display: none !important;
  }
}

.fresh-featured-carousel .owl-nav {
  display: block !important;
  position: absolute;
  left: -55%;
  top: 62%;
}

.fresh-partner-carousel .owl-nav {
  display: block !important;
  position: absolute;
  top: -60px;
  right: 0;
}

.fresh-quote-carousel .owl-nav {
  display: block !important;
  position: absolute;
  bottom: 160px;
  right: 0;
}

.fresh-quote-carousel .owl-theme[data-desktop-cols] .owl-nav [class*=owl-],
.fresh-featured-carousel .owl-theme[data-desktop-cols] .owl-nav [class*=owl-] {
  background: none;
  border: 1px solid #FFF;
  color: #FFF;
  padding: 5px 15px;
}

.fresh-quote-carousel .owl-theme[data-desktop-cols] .owl-nav [class*=owl-]:hover,
.fresh-featured-carousel .owl-theme[data-desktop-cols] .owl-nav [class*=owl-]:hover {
  background-color: #967008;
  border-color: #967008;
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
  color: #FFF;
}

/* */
@media only screen and (max-width: 999px) {
  .vc_row-fluid[data-column-margin="10px"] .wpb_column:not([class*="vc_col-xs-"]):not(.child_column):not(:last-child),.inner_row[data-column-margin="10px"] .child_column:not([class*="vc_col-xs-"]):not(:last-child) {
      margin-bottom: 10px !important;
  }
}

/* Print Styles */

@media print{
  @page {
    size: landscape
  }

  iframe,
  #header-space,
  #header-outer,
  #fresh-download,
  #footer-outer,
  .related.products,
  .nectar-social,
  .woocommerce-product-gallery__trigger,
  .tab-container.container {
    display: none !important;
  }

  .contact-button,
  .details-button {
    visibility: hidden;
  }

  .woocommerce-Tabs-panel {
    display: block;
  }

  .woocommerce-Tabs-panel--description .span_6 {
    width: 99%;
  }
  .span_5.col.single-product-main-image {
    width: 35%;
  }
}

/* Icons */
@font-face {
  font-family: "Phosphor";
  src:
    url("./Phosphor.woff2") format("woff2"),
    url("./Phosphor.woff") format("woff"),
    url("./Phosphor.ttf") format("truetype"),
    url("./Phosphor.svg#Phosphor") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.ph,
.legacy-icon::before,
.contact-block a::before,
.solution-block a::before,
.cta-block .nectar-button::before,
.details-button:after,
.owl-carousel .owl-nav .owl-prev:after,
.owl-carousel .owl-nav .owl-next:after,
.woocommerce .widget_layered_nav_filters ul li a::before,
body.woocommerce .product .product-wrap .product-add-to-cart[data-nectar-quickview=true] a span:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Phosphor" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ph.ph-download-simple:before {
  content: "\e20c";
}
.ph.ph-phone:before {
  content: "\e3b8";
}
.ph.ph-envelope:before {
  content: "\e214";
}
.ph.ph-envelope-open:before {
  content: "\e216";
}
.ph.ph-envelope-simple:before {
  content: "\e218";
}
.ph.ph-map-pin:before {
  content: "\e316";
}

.row-bg.viewport-desktop.using-image.translate.lazyloaded {
  background-image: url(/wp-content/uploads/2024/08/Light-Background-Texture-scaled.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  height: 1108px;
  will-change: transform;
  transform: translate3d(0px, 281.859px, 0px) scale(1.005);
}

#fresh-download {
  margin-top: 40px;
}
