/************************************************

Stylesheet: Global Stylesheet

*************************************************/
html, body {
  font-family: sofia-pro, sans-serif;
}

body.site-1 li.site-1,
body.site-2 li.site-2,
body.site-3 li.site-3,
body.site-4 li.site-4,
body.site-5 li.site-5,
body.site-6 li.site-6,
body.site-7 li.site-7 {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  margin: 0.5em 0;
  font-weight: 900;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

address {
  font-style: normal;
}

p {
  line-height: 1.4;
  margin: 0.75em 0;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

body .content .is-layout-constrained ul, body .content .is-layout-constrained ol {
  margin-left: 1.25em !important;
}

a:not(.wp-block-button__link) {
  color: #4259A9;
}
a:not(.wp-block-button__link):hover {
  color: #5e74c0;
}

.button,
.wp-block-button__link {
  background-color: #4259A9;
  color: white;
  font-weight: bold;
  transition: all 0.25s ease-in-out;
}
.button:hover,
.wp-block-button__link:hover {
  background-color: #5e74c0;
}

li.logo {
  width: 100%;
  filter: grayscale(1) contrast(200%);
  transition: all 0.4s ease-in-out;
}
li.logo:hover {
  filter: grayscale(0) contrast(100%);
}
li.logo > a {
  position: relative;
  display: block;
  padding: 0;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
li.logo > a:before {
  content: "";
  display: block;
}
li.logo.stp-mfg {
  max-width: 125px;
}
li.logo.stp-mfg a {
  background-image: url("../images/stp_mfg_logo.png");
}
li.logo.stp-mfg a:before {
  padding-bottom: 26.92%;
}
li.logo.safe-t-pull {
  max-width: 150px;
}
li.logo.safe-t-pull a {
  background-image: url("../images/safe-t-pull_logo.png");
}
li.logo.safe-t-pull a:before {
  padding-bottom: 16.375%;
}
li.logo.cropshuttle {
  max-width: 140px;
}
li.logo.cropshuttle a {
  background-image: url("../images/crop_shuttle_logo.png");
}
li.logo.cropshuttle a:before {
  padding-bottom: 23.75%;
}
li.logo.slingshot {
  max-width: 120px;
}
li.logo.slingshot a {
  background-image: url("../images/slingshot_logo.png");
}
li.logo.slingshot a:before {
  padding-bottom: 39.75%;
}
li.logo.strong-box {
  max-width: 100px;
}
li.logo.strong-box a {
  background-image: url("../images/strong_box_logo.png");
}
li.logo.strong-box a:before {
  padding-bottom: 56.75%;
}
li.logo.prairie-plastics {
  max-width: 125px;
}
li.logo.prairie-plastics a {
  background-image: url("../images/prairie_plastics_logo.png");
}
li.logo.prairie-plastics a:before {
  padding-bottom: 28.5%;
}
li.logo.holmer {
  max-width: 125px;
}
li.logo.holmer a {
  background-image: url("../images/holmer_logo.png");
}
li.logo.holmer a:before {
  padding-bottom: 17.5%;
}

header.header {
  position: sticky;
  z-index: 100;
}

.top-bar {
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .top-bar {
    padding: 20px 0;
  }
}
.top-bar, .top-bar ul {
  background-color: white;
}

.menu .active > a {
  background-color: #4259A9;
  color: white !important;
}
.secondary-bar {
  background-color: black;
  padding: 20px 0;
  display: none;
}
@media screen and (min-width: 768px) {
  .secondary-bar {
    display: block;
  }
}
.secondary-bar .secondary-bar-inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.secondary-bar .secondary-bar-inner > * {
  flex: 0 0 100%;
}
@media screen and (min-width: 768px) {
  .secondary-bar .secondary-bar-inner > * {
    flex: 0 0 33%;
  }
}
.secondary-bar .secondary-bar-inner .menu li {
  font-size: 18px;
}
.secondary-bar .secondary-bar-inner .menu li a {
  color: white;
}
.secondary-bar .secondary-bar-inner .menu li a:hover {
  text-decoration: underline;
}
.secondary-bar .secondary-bar-inner .menu .active > a {
  font-weight: bold;
  pointer-events: none;
}
.secondary-bar .secondary-bar-inner .menu .active > a:hover {
  text-decoration: none;
}
.secondary-bar .secondary-bar-inner .menu .active > a,
.secondary-bar .secondary-bar-inner .menu a:hover {
  background-color: transparent;
}
.secondary-bar .search-form {
  display: flex;
  flex-flow: row nowrap;
}
.secondary-bar .search-form input {
  margin-bottom: 0;
}

.top-bar-inner,
.secondary-bar-inner,
.brand-bar-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.top-bar-inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top-bar-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.top-bar-inner .top-bar-left {
  flex: 0 0 50%;
}
.top-bar-inner .top-bar-right {
  flex: 1 0 auto;
}
.top-bar-inner .top-bar-right.show-for-small-only .menu {
  justify-content: flex-end;
}
.top-bar-inner .top-bar-right.show-for-small-only .menu li {
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .top-bar-inner {
    align-items: flex-end;
  }
  .top-bar-inner .top-bar-left {
    flex: 0 0 300px;
  }
}

.header #main-nav {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: flex-end;
}
.header #main-nav > li {
  margin: 0 0.5em;
  font-size: 18px;
}
.header #main-nav > li:last-child {
  margin-right: 0;
}

.admin-bar #offcanvas-nav {
  margin-top: 45px;
}

#off-canvas .brand-menu {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
  margin-top: auto;
  margin-bottom: 0;
  background-color: white;
}
#off-canvas .brand-menu ul#main-nav {
  display: flex;
  flex-flow: column wrap;
}
#off-canvas .brand-menu ul#main-nav li {
  max-width: 50%;
  margin: 7px auto;
}
#off-canvas .brand-menu ul#main-nav li.logo.strong-box {
  max-width: 40%;
}

.logged-in li.login {
  display: none;
}

body:not(.logged-in) li.dealer-info {
  display: none;
}

#secondary-nav {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}

.brand-bar {
  padding: 10px 0;
  display: none;
}
@media screen and (min-width: 768px) {
  .brand-bar {
    display: block;
  }
}
.brand-bar .brand-bar-inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}
.brand-bar .brand-bar-inner ul {
  flex: 1 1 auto;
  border-bottom: 1px solid #86888A;
  padding-bottom: 10px;
}

.custom-logo-link {
  padding: 0;
}

div.content {
  position: relative;
  z-index: 1;
  min-height: 0vh;
}

footer.footer {
  position: relative;
  z-index: 1;
  background-color: #4259A9;
}
footer.footer * {
  color: white;
}
footer.footer .footer-email {
  margin: 0.5em 0;
}
footer.footer .footer-phone {
  margin: 0.5em 0;
}
footer.footer a {
  color: white;
}
footer.footer a:hover {
  color: white;
  text-decoration: underline;
}
footer.footer .copyright {
  margin-top: 1em;
  text-align: center;
  font-size: 12px;
}

.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .footer-inner > .cell {
    margin: 10px 0;
    text-align: center;
  }
  .footer-inner > .cell:first-child {
    margin-top: 0;
  }
  .footer-inner > .cell:last-child {
    margin-bottom: 0;
  }
}

.social-navigation ul {
  justify-content: center;
}
.social-navigation li {
  font-size: 30px;
  margin: 0 0.5em;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}
.social-navigation li a {
  padding: 0;
}
.social-navigation li:hover {
  opacity: 0.75;
}

#eeBFEL {
  max-width: 720px;
  padding: 20px;
  background-color: #fafafa;
  border: 3px solid #86888A;
}

body.search .content .inner-content {
  max-width: 1280px;
  margin: 50px auto;
  padding: 0 20px;
}
body.search .content .inner-content article {
  padding: 30px 0;
  border-bottom: 3px solid #4259A9;
}

.wp-block-group {
  padding: 50px 0;
}
.wp-block-group .wp-block-group__inner-container.is-layout-constrained {
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
}
.wp-block-group .wp-block-group__inner-container.is-layout-constrained:after {
  clear: both;
  content: "";
  display: block;
}

.wp-block-image {
  margin: 20px 0;
}
.wp-block-image:first-child {
  margin-top: 0;
}
.wp-block-image:last-child {
  margin-bottom: 0;
}

.wp-block-button__link:hover {
  color: white;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 200%, transparent);
  padding: 8px;
}

.gform_wrapper.gravity-theme [type=checkbox], .gform_wrapper.gravity-theme [type=file], .gform_wrapper.gravity-theme [type=radio] {
  margin: 0;
}

body.woocommerce .content > .inner-content,
body.woocommerce .content article.page,
body.woocommerce-cart .content > .inner-content,
body.woocommerce-cart .content article.page,
body.woocommerce-checkout .content > .inner-content,
body.woocommerce-checkout .content article.page {
  max-width: 1280px;
  margin: 50px auto;
  padding: 0 20px;
}
body.woocommerce .content div.product p.price,
body.woocommerce .content div.product span.price,
body.woocommerce .content ul.products li.product .price,
body.woocommerce-cart .content div.product p.price,
body.woocommerce-cart .content div.product span.price,
body.woocommerce-cart .content ul.products li.product .price,
body.woocommerce-checkout .content div.product p.price,
body.woocommerce-checkout .content div.product span.price,
body.woocommerce-checkout .content ul.products li.product .price {
  color: black;
}
body.woocommerce .content ul.products li.product .price,
body.woocommerce-cart .content ul.products li.product .price,
body.woocommerce-checkout .content ul.products li.product .price {
  font-size: inherit;
}
body.woocommerce .content a.added-to-cart,
body.woocommerce .content a.added_to_cart,
body.woocommerce-cart .content a.added-to-cart,
body.woocommerce-cart .content a.added_to_cart,
body.woocommerce-checkout .content a.added-to-cart,
body.woocommerce-checkout .content a.added_to_cart {
  margin-left: 10px;
}
body.woocommerce .content div.woocommerce,
body.woocommerce-cart .content div.woocommerce,
body.woocommerce-checkout .content div.woocommerce {
  margin-top: 50px;
}
body.woocommerce .content .tabs,
body.woocommerce-cart .content .tabs,
body.woocommerce-checkout .content .tabs {
  border: none;
}
body.woocommerce .woocommerce-message,
body.woocommerce-cart .woocommerce-message,
body.woocommerce-checkout .woocommerce-message {
  border-top-color: #4259A9;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
  background-color: #4259A9;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
  background-color: #5e74c0;
}

.cart-contents {
  position: relative;
}
.cart-contents .cart-contents-count {
  position: absolute;
  top: 3px;
  right: 3px;
  font-size: 14px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  color: black;
  background-color: white;
  padding: 0px;
  text-align: center;
  font-weight: bold;
  border: 1px solid lightgray;
}

.woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 20px;
}

.aioseo-breadcrumbs {
  margin: 20px 0;
}

article > .wpgmza-marker-listing-category-filter {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  background-color: #4259A9;
}
article > .wpgmza-marker-listing-category-filter > span {
  flex: 0 0 100px;
  text-align: right;
  color: white;
  font-weight: bold;
}
article > .wpgmza-marker-listing-category-filter > select {
  flex: 0 0 400px;
  margin-bottom: 0;
}
article > .wpgmza-marker-listing-category-filter > * {
  margin: 0 15px;
}

body.strong-box .top-bar-inner .top-bar-left {
  flex: 0 0 150px;
}
body.strong-box a:not(.wp-block-button__link) {
  color: #ce2026;
}
body.strong-box a:not(.wp-block-button__link):hover {
  color: #e14045;
}
body.strong-box .menu .active > a {
  background-color: #ce2026;
}
body.strong-box footer.footer {
  background-color: #ce2026;
}
body.strong-box footer.footer a {
  color: white;
}

body.holmer a:not(.wp-block-button__link) {
  color: #E31B23;
}
body.holmer a:not(.wp-block-button__link):hover {
  color: #e9484e;
}
body.holmer .menu .active > a {
  background-color: #E31B23;
}
body.holmer footer.footer {
  background-color: #E31B23;
}
body.holmer footer.footer a {
  color: white;
}

.content-not-found {
  padding: 30vh 0;
  text-align: center;
}

.wc-block-product-categories-list {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  position: relative;
  z-index: 100;
  font-size: 20px;
  padding: 20px 0;
}
.wc-block-product-categories-list .wc-block-product-categories-list-item-count {
  display: none;
}
.wc-block-product-categories-list li {
  line-height: 1.2;
  display: block;
}
.wc-block-product-categories-list > li {
  position: relative;
}
.wc-block-product-categories-list > li a {
  display: block;
  padding: 5px 10px;
  white-space: nowrap;
  font-weight: bold;
}
.wc-block-product-categories-list > li > ul {
  margin: 0;
  padding: 0;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  background-color: white;
  position: absolute;
  top: 100%;
  left: 0;
  text-align: left;
  justify-content: flex-start;
  display: flex;
  flex-flow: column wrap;
  font-size: 18px;
  border: 1px solid #ececec;
  min-width: 100%;
}
.wc-block-product-categories-list > li:hover {
  background-color: #ececec;
}
.wc-block-product-categories-list > li:hover > ul {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}
.wc-block-product-categories-list > li:hover > a {
  text-decoration: underline;
}
.wc-block-product-categories-list.wc-block-product-categories-list--depth-0:before {
  content: "Product Categories: ";
  display: inline-block;
  margin-right: 10px;
}

/*# sourceMappingURL=style.css.map */
