/*
Theme Name: Sprung-Total
Theme URI:
Description:
Author: Sprung Interactive
Author URI: http://madebysprung.com
Template: Total
Version: 1.0
*/

/*

Large Desktop: Viewport greater or equal to 1280px
text-xl-center
text-xl-right
text-xl-left

Desktop: Viewport greater or equal to 960px
text-lg-center
text-lg-right
text-lg-left

Tablets & Greater: Viewport greater or equal to 768px
text-md-center
text-md-right
text-md-left

Phones: Viewport less or equal to 767px
text-sm-center
text-sm-right
text-sm-left

Small Phones: Viewport less or equal to 479px
text-xsm-center
text-xsm-right
text-xsm-left

hidden-desktop-large – Hidden on Large Desktops (1280px or greater)
hidden-desktop – Hidden on Desktop (959px or greater)
hidden-tablet-landscape – Hidden on Tablets: Landscape (768px to 1024px)
hidden-tablet-portrait – Hidden on Tablets: Portrait (768px to 959px)
hidden-tablet – Hidden on Tablets (768px to 959px)
hidden-phone – Hidden on Phones (767px or smaller)
visible-desktop-large – Visible on Large Desktops (1280px or greater)
visible-desktop – Visible on Desktop (959px or greater)
visible-phone – Visible on Phones (767px or smaller)
visible-tablet – Visible on Tablets (768px to 959px)
visible-tablet-landscape – Visible on Tablets: Landscape (768px to 1024px)
visible-tablet-portrait – Visible on Tablets: Portrait (768px to 959px)


*/
/* TYPOGRAPHY */
h2.searchposttitle {
  font-size: 36px;
  color: var(--wpex-palette-119-color);
  font-weight: 600;
  letter-spacing: normal;
}


blockquote {
    color: var(--wpex-palette-118-color);
    padding-left: 85px;
    padding-right: 85px;
}

blockquote::after,
blockquote::before {
    background: url('/wp-content/themes/sprung-total/img/blockquote.svg') no-repeat;
    background-color: transparent;
    background-size: contain;
    background-position: center;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 25px;
    height: 40px;
    width: 40px;
    opacity: 1;
    -webkit-mask-image: none;
    mask-image: none;
}

blockquote::after {
    left: unset;
    right: 25px;
    transform: rotate(180deg);
}

.quote-row blockquote {
    padding: 0;
}

.quote-row blockquote:first-child {
    margin-top: 0;
}

.quote-row blockquote::after,
.quote-row blockquote::before {
    display: none;
}

.quote-row>.wpb_column::before,
.quote-row>.wpb_column::after {
    background: url('/wp-content/themes/sprung-total/img/white-quote.svg') no-repeat;
    background-color: transparent;
    background-size: contain;
    background-position: center;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: calc(-4vw + 15px);
    height: 100%;
    max-width: 150px;
    width: 10vw;
}

.quote-row>.wpb_column::after {
    left: unset;
    right: calc(-4vw + 15px);
    transform: rotate(180deg);
}


/* BUTTONS/LINKS */
.button_div input[type="submit"],
a.theme-button,
.frm_button_submit {
    position: relative;
    background-image: url('/wp-content/themes/sprung-total/img/buttonbg.jpg') !important;
    background-size: 160% auto !important;
    background-position: 5% 93% !important;
    border-radius: 30px;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s background-position cubic-bezier(0.3, 0, 0.5, 1);
}

.button_div input[type="submit"]:hover,
a.theme-button:hover,
.frm_button_submit:hover {
    background-image: url('/wp-content/themes/sprung-total/img/buttonbg.jpg') !important;
    background-size: 160% auto !important;
    background-position: 50% 7% !important;
}

.theme-txt-link:not(.vcex-navbar-link) {
    font-family: 'Barlow Condensed';
    font-weight: 500;
    font-size: 27px;
    color: var(--wpex-palette-118-color);
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    align-items: center;
    transition: all ease .15s;
}

.vcex-multi-buttons .theme-button {
    border: none;
}

.theme-button-wrap.textcenter .theme-txt-link {
    justify-content: center;
}

.theme-button-wrap.textcenter .theme-txt-link span {
    display: inline-block;
}

.theme-txt-link:not(.vcex-navbar-link) span::after {
    background: url('/wp-content/themes/sprung-total/img/icon-arrow-right.svg') no-repeat;
    background-position: center;
    background-size: contain;
    content: '';
    display: inline-block;
    vertical-align: .1em;
    margin-left: 8px;
    position: relative;
    height: 12px;
    width: 10px;
}

.theme-txt-link:hover {
    color: var(--wpex-palette-119-color);
    text-decoration: none;
}

.theme-txt-link.menu-link {
    font-size: 23px;
    letter-spacing: .025em;
    gap: 7px;
}


/* PAGE STYLES */
.banner-video .wpex-video-bg-wrap .wpex-video-bg {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.vcex-feature-box.vcex-feature-box--has-bleed .vcex-feature-box-media {
    max-height: 500px;
}

.vcex-image.rounded-corners {
    border-radius: 66px;
    overflow: hidden;
}

.vcex-image.rounded-corners img {
    width: 100%;
}

.column-bleed-right .vc_column-inner {
    margin-right: calc((100vw - var(--wpex-container-width)) / -2 + 15px);
    margin-left: 15px;
}

.column-bleed-right.rounded-corners .vc_column-inner {
    border-radius: 66px 0 0 66px;
    overflow: hidden;
}

.cta-contactus {
    margin-top: -67px;
    padding-top: 60px;
    bottom: -67px;
}

.cta-contactus.no-padding {
    padding-top: 0;
}

.cta-contactus.no-margin {
    margin-top: 0;
}

.vcex-breadcrumbs {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.vcex-breadcrumbs a {
    transition: all ease .15s;
}

.vcex-breadcrumbs a:hover {
    color: var(--wpex-palette-119-color);
    text-decoration: none;
}

.vcex-breadcrumbs.products>span::before {
    content: 'Products > ';
    display: inline;
    position: relative;
}

.vcex-breadcrumbs.capabilities>span::before {
    content: 'Capabilities > ';
    display: inline;
    position: relative;
}

.vcex-breadcrumbs.resources>span::before {
    content: 'Resources > ';
    display: inline;
    position: relative;
}

.vcex-breadcrumbs.about-us>span::before {
    content: 'About Us > ';
    display: inline;
    position: relative;
}

.vcex-breadcrumbs.who-we-serve>span::before {
    content: 'Who We Serve > ';
    display: inline;
    position: relative;
}

.vcex-breadcrumbs.recipes>span::before {
    content: 'Recipes > ';
    display: inline;
    position: relative;
}


.wave-row .wpex-shape-divider-svg {
    height: 85px !important;
}

.wave-row .wpex-shape-divider-svg .wpex-shape-divider-path {
    fill: var(--wpex-bg-color);
}

.stats-facts-grid {
    justify-content: center;
}

.stats-facts-grid .vcex-image-grid-entry img {
    max-width: 150px;
    margin: auto;
}

.stats-facts-grid .entry-title,
.stats-facts-carousel .wpex-carousel-entry-details {
    color: var(--wpex-palette-118-color);
    font-family: 'Barlow Condensed';
    font-size: 27px;
    font-weight: 400;
    line-height: 1.07;
    text-align: center;
}

.stats-facts-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.stats-facts-carousel .wpex-carousel-entry-media {
    text-align: center;
}

.stats-facts-carousel .wpex-carousel-entry-media img {
    max-width: 150px;
    margin: auto;
}

.stats-facts-carousel .wpex-carousel-entry-details {
    background-color: transparent;
    border: none;
    padding: 0;
    margin-top: 10px;
}

.filter-card-slider>.wpb_column>.vc_column-inner>.wpb_wrapper {
    display: flex;
    gap: 15px;
}

.rounded-row.vc_row {
    border-radius: 66px;
}

.salesrep-image {
    text-align: center;
    margin-bottom: 40px;
}

.salesrep-image img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    max-width: 280px;
    width: 100%;
}

.salesrep-name {
    text-align: center;
    margin-bottom: 40px !important;
}

.salesrep-name h3 {
    letter-spacing: 0.05em;
    text-transform: none;
    margin-top: 0;
}

.salesrep-button.theme-button {
    padding: 16px 24px;
}

.google-map {
    border-radius: 66px;
    overflow: hidden;
}

.google-map iframe {
  display: block;
}

.with_frm_style .frm_primary_label {
    letter-spacing: .1em;
    text-transform: uppercase;
}

.vcex-form-shortcode .wpex-select-wrap {
    color: var(--text-color);
    background-color: var(--bg-color);
    border-color: var(--border-color);
    border-width: var(--field-border-width);
    border-style: var(--field-border-style);
    border-radius: var(--border-radius);
    display: block;
    overflow: hidden;
    width: 100%;
}

.vcex-form-shortcode .wpex-select-wrap select {
    width: calc(100% - 75px);
    padding-inline-end: 0;
    padding-inline-start: 20px;
    text-transform: uppercase;
}

.vcex-form-shortcode .wpex-select-wrap .wpex-select-arrow {
    inset-inline-end: 25px;
}

.vcex-form-shortcode .wpex-select-wrap .wpex-select-arrow .wpex-select-arrow__icon {
    background: url('/wp-content/themes/sprung-total/img/icon-arrow-down.svg') no-repeat;
    background-position: center;
    background-size: contain;
    height: 25px;
    width: 30px;
}

.vcex-form-shortcode .wpex-select-wrap .wpex-select-arrow .wpex-select-arrow__icon svg {
    display: none;
}

.with_frm_style select option.frm-select-placeholder {
    text-transform: uppercase;
}

.with_frm_style textarea {
    border-radius: 66px;
    padding: 25px 30px;
    min-height: 345px;
    resize: none;
}

.frm_style_formidable-style.with_frm_style .frm_button_submit.frm_final_submit {
    margin-top: 30px;
}

.menu-solutions-dropdown {
    border-radius: 66px;
    padding: 25px 40px;
}

.seafood-select {
    background: url('/wp-content/themes/sprung-total/img/icon-arrow-down.svg') no-repeat;
    background-color: var(--wpex-palette-122-color);
    background-position: calc(100% - 26px) center;
    background-size: 30px 25px;
    border: 2px solid var(--wpex-palette-124-color);
    border-radius: 66px;
    padding: 13px 52px;
    text-align: center;
    max-width: 420px;
    width: 100%;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    position: relative;
}

.seafood-select.sand {
    background: url('/wp-content/themes/sprung-total/img/orange-icon-arrow-down.svg') no-repeat;
    background-color: var(--wpex-palette-122-color);
    background-position: calc(100% - 26px) center;
    background-size: 30px 25px;
    border-color: var(--wpex-palette-123-color);
}

.seafood-select::after {
    content: '';
    display: block;
    height: 25px;
    width: 30px;
    position: absolute;
    left: 27px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.seafood-select.placeholder-selected {
  color: var(--wpex-palette-120-color);
  font-size: 14px;
  font-weight: 600;
  font-family: 'Barlow Semi Condensed';
  letter-spacing: .1em;
  text-transform: uppercase;
}

.seafood-select.placeholder-selected.sand {
    color: #E34C27;
}

.menu-solutions-dropdown {
    background: var(--wpex-palette-122-color);
    overflow: hidden;
    position: relative;
    transition: height ease .5s;
}

.menu-solutions-dropdown .inspiration-dropdown {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 27px;
    left: 0;
    width: 100%;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    padding-top: 10px;
}

.menu-solutions-dropdown .inspiration-dropdown a {
    text-decoration: underline;
}

.menu-solutions-dropdown .inspiration-dropdown a:hover {
    text-decoration: none;
    color: inherit;
}

.menu-solutions-dropdown .inspiration-dropdown.active {
    opacity: 1;
    top: 0;
    visibility: visible;
    position: relative;
}

.menu-solutions-dropdown .inspiration-dropdown.list p:not(:last-child) {
    position: relative;
    margin-bottom: 15px
}

.menu-solutions-dropdown .inspiration-dropdown.list p:not(:last-child)::after {
    background: var(--wpex-palette-125-color);
    content: '';
    display: block;
    position: absolute;
    bottom: -8px;
    height: 3px;
    width: 100%;
}

.menu-solutions-dropdown.sand .inspiration-dropdown.list p:not(:last-child)::after {
    background: #F7F1E7;
}

.menu-solutions-dropdown .inspiration-dropdown.list p:first-child:last-child::after {
    display: none;
}








/* CARD STYLES */
.arrwstyle-default.wpex-carousel {
    padding: 0 50px;
}

.owl-nav .owl-nav__btn,
.slick-arrow {
    background-color: transparent;
    background: url('/wp-content/themes/sprung-total/img/carousel-arrow.svg') no-repeat;
    background-position: center;
    background-size: contain;
    height: 30px;
    width: 25px;
    opacity: 1;
    transition: all ease .15s;
}

.slick-arrow {
    color: transparent;
    border: none;
    top: 0;
    bottom: 0;
    margin: auto;
}

.typography-white .owl-nav .owl-nav__btn {
    background: url('/wp-content/themes/sprung-total/img/carousel-arrow-white.svg') no-repeat;
    background-position: center;
    background-size: contain;
}


.owl-nav .owl-nav__btn:hover,
.slick-arrow:hover {
    background-color: transparent;
    opacity: .8;
}

.wpex-posts-card-carousel.wpex-carousel:where(.arrwpos-abs) .wpex-carousel__arrow.owl-nav__btn {
    inset-block-start: calc((90vw - 100px) / 2 - 15px);
}

.wpex-post-cards.aspect-ratio2 .wpex-posts-card-carousel.wpex-carousel:where(.arrwpos-abs) .wpex-carousel__arrow.owl-nav__btn {
    inset-block-start: calc((67.5vw - 100px) / 2);
}

.wpex-posts-card-carousel.wpex-carousel:where(.arrwpos-abs) .wpex-carousel__arrow--prev.owl-nav__btn {
    inset-inline-start: 0;
    transform: translateY(0);
}

.wpex-posts-card-carousel.wpex-carousel:where(.arrwpos-abs) .wpex-carousel__arrow--next.owl-nav__btn {
    inset-inline-end: 0;
}

.wpex-carousel:where(.arrwpos-abs) .wpex-carousel__arrow--next.owl-nav__btn,
.slick-arrow.slick-next {
    transform: rotate(180deg) translateY(0);
}

.owl-nav .owl-nav__btn svg {
    display: none;
}

.slick-initialized .slick-slide.prodthumb.vcex-feature-box {
    display: flex;
}

.filter-card-slider>.wpb_column>.vc_column-inner>.wpb_wrapper.slick-slider {
    gap: 25px;
}

.cards-up {
    margin-top: -90px;
}

.bsf-product-template-default .wpex-slider-media img,
.wpex-card-template_4605 .prdimg1,
.wpex-card-template_4752 .prdimg1 {
  border: 2px solid #EAF5F0;
  border-radius: 50px;
  margin-bottom: 20px;
}

.wpex-card-template_4752 .vcex-image,
.wpex-card-template_4605 .vcex-image,
.news-card .vcex-image,
.product-card .vcex-image,
.article-card .vcex-image {
    border-radius: 66px;
    overflow: hidden;
}

.wpex-card-template_4752 img,
.wpex-card-template_4605 img,
.news-card .vcex-image img,
.product-card .vcex-image img,
.article-card .vcex-image img  {
    transform: scale(1);
    transition: transform ease .4s;
}

.wpex-card-template_4752>a:hover .vcex-image img,
.wpex-card-template_4605>a:hover .vcex-image img,
.news-card>a:hover .vcex-image img,
.product-card>a:hover .vcex-image img,
.article-card>a:hover .vcex-image img {
    transform: scale(1.05);
}

/* .card-title.truncated .vcex-page-title__text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  position: relative;
} */

.card-title .arrow {
    background: url('/wp-content/themes/sprung-total/img/icon-arrow-right.svg') no-repeat;
    background-position: center;
    background-size: contain;
    content: '';
    display: inline-block;
    margin-left: 7px;
    margin-bottom: -.1em;
    position: relative;
    height: 20px;
    width: 10px;
}

.card-title .wpex-heading {
    color: var(--wpex-palette-118-color);
    transition: all ease .15s;
}

.typography-white .card-title .wpex-heading {
    color: var(--wpex-palette-128-color);
    transition: all ease .15s;
}

.news-card>a:hover .card-title .wpex-heading {
    color: var(--wpex-palette-119-color);
}

.typography-white .news-card>a:hover .card-title .wpex-heading {
    color: var(--wpex-palette-125-color);
}

.typography-white .card-title .arrow {
    background: url('/wp-content/themes/sprung-total/img/icon-arrow-right-white.svg') no-repeat;
    background-position: center;
    background-size: contain;
}

.wpex-post-cards.aspect-ratio2 .vcex-image-img.wpex-aspect-1-1  {
    aspect-ratio: 4 / 3;
}

.product-card>a:hover .theme-txt-link {
    color: var(--wpex-palette-119-color);
}

.featured-article .floating-column {
    margin-bottom: -85px;
}

.article-card .vcex-post-excerpt,
.article-card .vcex-post-excerpt p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6; /* number of lines to show */
    line-clamp: 6;
    -webkit-box-orient: vertical;
}

.article-card .vcex-image {
    max-width: 260px;
    margin: auto;
}

.wpex-pagination .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 19px;
    font-weight: 500;
}

.wpex-pagination .page-numbers li {
    border: none;
}

.wpex-pagination .page-numbers li .page-numbers {
    color: var(--wpex-palette-133-color);
    padding: 10px;
}

.wpex-pagination .page-numbers li .page-numbers.current,
.wpex-pagination .page-numbers li .page-numbers:hover {
    background: transparent;
    color: var(--wpex-palette-119-color);
}

.wpex-pagination .page-numbers li .page-numbers.next,
.wpex-pagination .page-numbers li .page-numbers.prev {
    background: url('/wp-content/themes/sprung-total/img/icon-arrow-right.svg') no-repeat;
    background-position: center;
    background-size: contain;
    height: 30px;
    width: 40px;
}

.wpex-pagination .page-numbers li .page-numbers.prev {
    transform: rotate(180deg);
}


.wp-pagenavi .pages,
.wp-pagenavi .last,
.wp-pagenavi .first,
.wpex-pagination .page-numbers li .page-numbers.next svg,
.wpex-pagination .page-numbers li .page-numbers.prev svg {
    display: none;
}

.wp-pagenavi {
  text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
  border: 0 !important;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  background: url('/wp-content/themes/sprung-total/img/icon-arrow-right.svg') no-repeat;
  background-position: center;
  background-size: contain;
  height: 30px;
  width: 40px;
  color: transparent;
  display: inline-block;
}

.wp-pagenavi .previouspostslink {
  background: url('/wp-content/themes/sprung-total/img/icon-arrow-left.svg') no-repeat;
}

.wpex-card-template_4605 .brandname {
  text-align: center;
  color: #1574B9;
  text-transform: uppercase;
  font-size: 19px;
}

.wpex-card-template_4752 .itemidcase,
.wpex-card-template_4605 .itemidcase{
  text-align: center;
  color: #77A29B;
  text-transform: uppercase;
  font-size: 19px;
}

.wpex-card-template_4752 .itemidcase {
  text-align: left;
}

.wpex-card-template_4605 h3 {
  line-height: 1.1em;
  font-weight: 500;
}

/* SEARCH AND FILTER */
.filtercol .vc_column-inner {
  border-radius: 60px;
}

.prodsearchfound {
  font-size: 27px;
  color: #104574;
  font-family: 'Barlow Condensed';
  margin-bottom: 20px;
}

/* Namespace everything under .productfilter */
.productfilter li[data-sf-field-type="taxonomy"] > h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
  margin: 0;
  padding: 10px 0;
}

/* plus/minus */
.productfilter li[data-sf-field-type="taxonomy"] > h4::after {
  content: "+";
  font-size: 23px;
  line-height: 1;
  margin-left: 12px;
  color: #77A29B;
}

.productfilter li.sf-acc-open > h4::after {
  content: "−";
}

/* animated panel wrapper */
.productfilter .sf-acc-panel {
  overflow: hidden;
  transition: max-height 220ms ease;
  max-height: 0;
}

.productfilter li.sf-acc-open > .sf-acc-panel {
  max-height: 9999px; /* fallback */
}

/* safe defaults */
.productfilter .sf-acc-panel > ul {
  margin: 0 0 10px 0;
  padding: 0;
}

.productfilter .sf-acc-panel li {
  list-style: none;
}

.searchandfilter ul {
  margin: 0 16px;
}

.searchandfilter ul li {
  padding: 7px 0;
}

.productfilter h4 {
  font-size: 19px;
  color: #001F3D;
}

.sf-field-reset {
  padding-top: 22px !important;
  text-align: center;
}

.sf-field-search label,
.sf-field-search .sf-input-text {
  width: 100%;
}





.news-breadbrumbs {
    position: absolute;
    top: 0;
}

.news-breadbrumbs.theme-txt-link {
    font-family: inherit;
    line-height: inherit;
    display: inline;
}

.news-breadbrumbs.theme-txt-link:not(.vcex-navbar-link) span::after {
    display: none;
}

.news-categories {
    color: #5C847E;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.career-card {
    padding-top: 100%;
    position: relative;
}

.career-card>a {
    position: absolute;
    top: 0;
    height: 100%;
}

.career-card>a>.vc_row {
    border-radius: 66px;
    background: var(--wpex-palette-119-color);
    transition: all ease .3s;
    height: 100%;
}

.career-card>a:hover>.vc_row {
    background: var(--wpex-palette-118-color);
}

.career-card .wpb_wrapper {
    height: 100%;
    justify-content: space-evenly !important;
}





/* PRODUCTS */
.prodthumb.vcex-feature-box {
    flex-direction: column;
    justify-content: flex-start;
    gap: 15px;
}

.prodthumb.vcex-feature-box .vcex-feature-box-media,
.prodthumb.vcex-feature-box .vcex-feature-box-content {
    width: 100%;
}

.prodthumb.vcex-feature-box .vcex-feature-box-media {
    border-radius: 66px;
    overflow: hidden;
}

.prodthumb.vcex-feature-box .vcex-feature-box-media img {
    transform: scale(1);
    transition: transform ease .4s;
    width: 100%;
}

.prodthumb.vcex-feature-box:hover .vcex-feature-box-media img {
    transform: scale(1.05);
}

.prodthumb.vcex-feature-box .vcex-feature-box-heading {
    margin-bottom: 0;
    color: var(--wpex-palette-117-color);
    font-family: "Barlow Condensed";
    font-size: 27px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    transition: all ease .15s;
}

.prodthumb.vcex-feature-box:hover .vcex-feature-box-heading {
    color: var(--wpex-palette-119-color);
}

.prodthumb.vcex-feature-box .vcex-feature-box-heading::after {
    background: url('/wp-content/themes/sprung-total/img/icon-arrow-right.svg') no-repeat;
    background-position: center;
    background-size: contain;
    content: '';
    display: inline-block;
    margin-left: 7px;
    margin-top: .05em;
    position: relative;
    height: 20px;
    width: 10px;
}

.prodthumb.vcex-feature-box .vcex-feature-box-text {
    display: none;
}

.prodthumb .vcex-image-caption {
   font-family: "Barlow Condensed";
   font-size: 27px;
   text-align: center;
   letter-spacing: 0.04em;
   text-transform: uppercase;
}


.prodthumb .vcex-image-caption::after {
    background: url('/wp-content/themes/sprung-total/img/icon-arrow-right.svg') no-repeat;
    background-position: center;
    background-size: contain;
    content: '';
    display: inline-block;
    margin-left: 7px;
    margin-top: .05em;
    position: relative;
    height: 20px;
    width: 10px;
}


/* PRODUCT DETAIL */
.vcex-list_item .vcex-list-item-text,
.vcex-custom-field .vcex-custom-field-before {
  color:#5c847e;
  font-family:'Barlow Semi Condensed';
  font-size:14px;
  font-weight:600;
  display: block;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.proddetailtext1 {
  margin-bottom: 30px;
}

.prddetailacc .vc_tta-controls-icon {
  color: #77A29B;
}

.prddetailacc .vc_tta-panel-title {
  border: 0 !important;
  border-bottom: 3px solid #EAF5F0 !important;
}

.sp-horizontal .sp-arrows {
  top: 112% !important;
}

.wpex-slider .sp-thumbnails-container.sp-bottom-thumbnails {
    width: 77% !important;
}

.wpex-slider .sp-arrow:hover,
.wpex-slider .sp-arrow {
  background: url('/wp-content/themes/sprung-total/img/carousel-arrow.svg') 0 0 no-repeat;
  background-position: center;
}

.wpex-slider .sp-arrow.sp-next-arrow {
  rotate: 180deg;
}

.wpex-slider .sp-arrow .wpex-icon svg {
  opacity: 0;
}

.prddetailbrandweight {
  font-size: 27px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-family: 'Barlow Condensed';
}

.prddetailbrandweight .branddiv {
  color: #77a29b;
  display: inline-block;
  margin: 0 5px;
}

.proddetailpill1 {
  display: flex;
  gap: 0;
  border: 1px solid #EAF5F0;
  border-radius: 120px;
  overflow: hidden;
  background-color: #EAF5F0;
}

.pilldetail {
  flex: 1;
  text-align: center;
  border-right: 2px solid #fff;
}

.pilldetail:last-child {
  border-right: none;
}

.pilltitle {
  color: #5C847E;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 4px 12px 0;
  letter-spacing: 0.5px;
}

.pilldata {
  font-size: 14px;
  padding: 0px 12px 4px;
}

.product-breadcrumb {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.28px;
}


.center-margin.vcex-heading {
    margin: auto;
}

.vcex-feature-box.certification {
    gap: 20px 8.33%;
    align-items: center;
}

.vcex-feature-box.certification .vcex-feature-box-media {
    width: 32.36%;
}

.vcex-feature-box.certification .vcex-feature-box-media .vcex-feature-box-image {
    text-align: center;
}

.vcex-feature-box.certification .vcex-feature-box-media img {
    transform: scale(1);
    transition: all ease .3s;
    margin: auto;
}

a.vcex-feature-box.certification:hover .vcex-feature-box-media img {
    transform: scale(1.04);
}

.vcex-feature-box.certification .vcex-feature-box-content {
    width: 57.72%;
    flex-grow: 2;
}

#relatedcontent.cta-contactus {
    display: inline-block;
}

#relatedcontent .wpex-post-cards-entry.type-page .news-card .vcex-page-title__heading {
    text-align: center;
}

#relatedcontent .wpex-post-cards-entry.type-page .news-card .vcex-page-title__heading {
    font-weight: 500;
    text-transform: uppercase;
}

#relatedcontent .wpex-post-cards-entry.type-page .news-card .vcex-page-title__heading .arrow {
    margin-bottom: 0;
}




/* TOP BAR */
#top-bar {
    justify-content: flex-end;
    /* margin-bottom: -58px;
    z-index: 9999; */
}

#top-bar .wpex-menu-search-icon.wpex-icon {
    background: #EAF5F0;
    padding: 7px 11px 0;
    width: 40px;
    height: 40px;
    border-radius: 40px;
}

#searchform-dropdown {
    border: 2px solid var(--wpex-palette-124-color);
    border-radius: 90px;
    box-shadow: none;
    overflow: hidden;
    margin-top: 0 !important;
    padding: 0;
    top: -7px;
    right: 241px;
    width: 40px;
}

#searchform-dropdown.show {
    width: 450px;
}

#searchform-dropdown .searchform-input {
    background-color: var(--wpex-palette-128-color);
    color: var(--wpex-palette-133-color);
    padding: 8px 40px 8px 23px;
}

#searchform-dropdown .searchform-input::placeholder {
    opacity: 1;
}

.utilnav {
    margin-bottom: -58px !important;
    z-index: 9999;
    position: relative;
}

.utilnav a {
    display: inline-block;
    margin-left: 30px;
    text-transform: uppercase;
}

.utilnav a:hover {
    text-decoration: none;
}

.utilnav a:not(.site-search-toggle) {
    transition: all ease .2s;
    position: relative;
}

.utilnav a:not(.site-search-toggle):hover {
    color: var(--wpex-palette-119-color);
}

.utilnav a:not(.site-search-toggle)::after {
    background: var(--wpex-palette-119-color);
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: -2px;
    height: 2px;
    width: 0;
    transition-property: transform, opacity, background-color, width;
    transition-duration: 0.2s, 0.2s, 0.2s, 0.3s;
}

.utilnav a:not(.site-search-toggle):hover::after {
    width: calc(100% + 4px);
}

.utilnav a.site-search-toggl .wpex-icon svg {
    transition: all ease .2s;
}

.utilnav a.site-search-toggle:hover .wpex-icon svg {
    fill: var(--wpex-palette-119-color);
}

.search-toggle-li {
    display: none !important;
}

#top-bar .site-search-toggle[aria-expanded='true'] .wpex-menu-search-icon.wpex-icon {
    background: transparent;
}

/* HEADER */
.sticky-header-shrunk.on-shrink-adjust-height #site-header-inner {
    height: 123px;
    padding-block-start: 35px;
    padding-block-end: 30px;
}

#site-header-inner,
#top-bar {
    width: 1280px;
}

#site-navigation-wrap {
    inset-block-start: calc(100% - 25px);
    width: calc(100% - 165px);
}

#menu-top-navigation {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

#menu-top-navigation::before {
    content: '';
    display: block;
    position: relative;
}

#menu-top-navigation>.menu-item {
    display: flex;
    align-items: flex-end;
    max-height: 100px;
}

.main-navigation-ul>.menu-item>a  {
    display: flex !important;
    align-items: flex-end;
    vertical-align: bottom;
    padding-bottom: 10px;

}

.main-navigation-ul>.menu-item>a>.link-inner {
    padding: 20px 0;
}

#site-navigation-wrap.has-menu-underline .main-navigation-ul>li>a>.link-inner::after {
    transform: none;
    width: 0 !important;
    transition-property: transform, opacity, background-color, width;
    transition-duration: 0.2s, 0.2s, 0.2s, 0.3s;
}

#site-navigation-wrap.has-menu-underline .main-navigation-ul>li:hover>a>.link-inner::after{
    width: 100% !important;
}


.main-navigation-ul>.menu-item:nth-last-child(2) {
    margin-inline-end: 0;
}

.wpex-stretch-megamenus .main-navigation .megamenu>.sub-menu {
    /* left: -25px; */
    top: 50px !important;
}

.nav-arrow__icon {
    background: url('/wp-content/uploads/2025/11/icon-arrow-down.svg') no-repeat 0 0;
    position: relative;
    top: 2px;
}

.menu-item:hover .nav-arrow__icon {
    top: 0px !important;
}

.nav-arrow__icon svg {
   color: rgba(0, 0, 0, 0);
}

.main-navigation .megamenu>.sub-menu {
    padding: 25px 50px 30px 50px;
}

.main-navigation-ul .sub-menu .menu-item a {

}

.main-navigation-ul .sub-menu .menu-item a.theme-txt-link {
    color: var(--wpex-palette-117-color);
    display: flex;
    transition: all ease .15s;
}

.main-navigation-ul .sub-menu .menu-item a.theme-txt-link:hover {
    color: var(--wpex-palette-119-color);
    gap: 17px;
}

.main-navigation-ul .sub-menu .menu-item a.theme-txt-link::after {
    margin-top: .06em;
}

.mobile-menu-searchform {
   background: #fff;
   border-radius: 30px;
   border: 3px solid #BDD7EA;
}

#mobile-menu-search-input {
   background: none;
   margin-left: 13px;
   border: 0;
   margin-bottom: 3px;
}

.mobile-toggle-nav-search .searchform-submit {
   background: #fff;
   color: #000;
   border-radius: 30px;
   padding-right: 13px;
}

.vcex-feature-box.menu-cta .vcex-feature-box-media {
    margin-bottom: 14px;
}

.vcex-feature-box.menu-cta .vcex-feature-box-media {
    border-radius: 66px;
    overflow: hidden;
}

.vcex-feature-box.menu-cta .vcex-feature-box-media img {
    display: block;
    transform: scale(1);
    transition: transform ease .4s;
}

.vcex-feature-box.menu-cta:hover .vcex-feature-box-media img {
    transform: scale(1.05);
}

.vcex-feature-box.menu-cta .vcex-feature-box-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.vcex-feature-box.menu-cta .vcex-feature-box-heading {
    font-family: 'Barlow Condensed';
    font-weight: 400;
    font-size: 27px;
    color: var(--wpex-palette-118-color);
    line-height: 1.1;
    margin-bottom: 0;
    transition: all ease .15s;
}

.vcex-feature-box.menu-cta:hover .vcex-feature-box-heading {
    color: var(--wpex-palette-119-color);
}

.vcex-feature-box.menu-cta .vcex-feature-box-heading::after {
    background: url('/wp-content/themes/sprung-total/img/icon-arrow-right.svg') no-repeat;
    background-position: center;
    background-size: contain;
    content: '';
    display: inline-block;
    margin-left: 7px;
    margin-top: .05em;
    position: relative;
    height: 12px;
    width: 10px;
}

.wpb_text_column.submenu-items {
    margin-bottom: 0;
}

.wpb_text_column.submenu-items p:not(:last-child) {
    margin-bottom: 1em;
}

.wpb_text_column.submenu-items a {
    position: relative;
    width: fit-content;
}

.wpb_text_column.submenu-items a::after {
    background: var(--wpex-palette-119-color);
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: -2px;
    height: 2px;
    width: 0;
    transition-property: transform, opacity, background-color, width;
    transition-duration: 0.2s, 0.2s, 0.2s, 0.3s;
}

.wpb_text_column.submenu-items a:hover::after {
    width: calc(100% + 4px);
}

/* MOBILE MENU */
/* .wpex-hamburger-icon>span {
    background: transparent
} */

.menu-item .wpex-open-submenu {
    padding-right: 0;
}

.wpex-open-submenu .wpex-open-submenu__icon {
    visibility: hidden;
}

.menu-item .mobile-toggle-nav__link-wrap {
    /* padding-left: 20px; */
}

.mobile-toggle-nav-ul>.menu-item>.mobile-toggle-nav__link-wrap>.mobile-toggle-nav__link {
    text-align: center;
}

.mobile-toggle-nav-ul>.menu-item-has-children>.mobile-toggle-nav__link-wrap>.mobile-toggle-nav__link>.link-inner {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

.mobile-toggle-nav-ul>.menu-item-has-children>.mobile-toggle-nav__link-wrap>.mobile-toggle-nav__link>.link-inner::after {
    background: url('/wp-content/themes/sprung-total/img/icon-arrow-down.svg') no-repeat;
    background-position: center;
    background-size: contain;
    content: '';
    display: inline-block;
    margin-top: .15em;
    position: relative;
    height: 10px;
    width: 12px;
    transform: rotate(0deg);
    transition: all ease .2s;
}

.mobile-toggle-nav-ul>.menu-item-has-children.active>.mobile-toggle-nav__link-wrap>.mobile-toggle-nav__link>.link-inner::after {
    transform: rotate(180deg);
}

.menu-item .wpex-open-submenu {
    padding-right: 20px;
}

#menu-top-navigation>.menu-item:not(.megamenu)>.sub-menu {
    border-radius: 0 0 50px 50px;
    padding: 12px 18px 30px 18px;
    min-width: 210px;
}

#menu-top-navigation>.menu-item:not(.megamenu)>.sub-menu>.menu-item {
    font-family: "Barlow Condensed";
    font-weight: 500;
    font-size: 23px;
    line-height: 1.2;
    letter-spacing: .025em;
    text-transform: uppercase;
}

#menu-top-navigation>.menu-item:not(.megamenu)>.sub-menu>.menu-item>a {
    padding: 10px 15px;
}

#menu-top-navigation>.menu-item:not(.megamenu)>.sub-menu>.menu-item>a>.link-inner {
    position: relative;
}

/* #menu-top-navigation>.menu-item>.sub-menu>.menu-item>a>.link-inner::after {
    background: var(--wpex-palette-119-color);
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: -2px;
    height: 2px;
    width: 0;
    transition-property: transform, opacity, background-color, width;
    transition-duration: 0.2s, 0.2s, 0.2s, 0.3s;
}

#menu-top-navigation>.menu-item>.sub-menu>.menu-item>a:hover>.link-inner::after {
    width: calc(100% + 4px);
} */


.subnavtitle .link-inner {
    text-transform: uppercase;
    font-size: 23px;
    color: var(--wpex-palette-117-color) !important;
    background: url('/wp-content/uploads/2025/11/icon-arrow-right.svg') no-repeat right center;
    padding-right: 20px;
    margin-top: 15px;
    margin-inline-start: 0;
}

.mobile-toggle-nav__sub-menu>.menu-item:first-child>.mobile-toggle-nav__link-wrap>.mobile-toggle-nav__link>.link-inner {
    margin-top: 15px;
}

.mobile-toggle-nav-inner {
    max-width: 100% !important;
}

.mobile-toggle-nav__sub-menu {
    background: var(--wpex-palette-126-color);
    border-top: 2px solid var(--wpex-palette-124-color);
    border-bottom: 2px solid var(--wpex-palette-124-color);
    padding: 0 5vw 20px 5vw;
}


.mobile-toggle-nav__sub-menu .link-inner {
    color: var(--wpex-palette-118-color);
    margin-inline-start: 0;
}

#mobile-menu-search,
.mobile-toggle-nav .greensection {
    background: var(--wpex-palette-121-color);
}

.mobile-toggle-nav .greensection.first {
    margin-top: 20px;
    padding-top: 20px;
}

.mobile-toggle-nav__link {
    padding-inline-end: 0;
    display: inline-block;
    width: 100%;
}

#mobile-menu-search {
    padding: 20px 5vw 40px;
    margin: 0;
}


/* SALES REP */

.bsf-sales-rep.productpage {
  background: #fff;
  border-radius: 60px;
  padding: 30px 40px;
  min-height: 350px;
}

.bsf-sales-rep.contactpage {
  text-align: center;
}

.bsf-sales-rep h3 {
  margin-top: 0;
  text-align: center;
}

.bsf-sales-rep .bsf-sales-rep__product .bsf-sales-rep__photonamecont {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 15px 0;
}

.bsf-sales-rep .bsf-sales-rep__contactpage .bsf-sales-rep__photo {
  width: 280px;
  margin: 0 auto;
}

.bsf-sales-rep .bsf-sales-rep__product .bsf-sales-rep__photo {
  width: 140px;
  flex-shrink: 0;
}

.bsf-sales-rep .bsf-sales-rep__photo img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 50%;
}

.bsf-sales-rep .bsf-sales-rep__product .bsf-sales-rep__name {
  margin-top: 8px;
  text-transform: none !important;
}

.bsf-sales-rep .bsf-sales-rep__contactpage .bsf-sales-rep__name {
  margin: 30px 0;
  text-transform: none !important;
}


.bsf-sales-rep .bsf-sales-rep__product .bsf-sales-rep__contact {
  clear: both;
  padding-top: 20px;
  text-align: center;
}


/* MARKET STATUS */

.bsf-marketstatus {
  background: #fff;
  border-radius: 60px;
  padding: 30px 0px 30px 20px;
  min-height: 350px;
}

.bsf-marketstatus .bsf-marketstatus__cont {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 25px 0;
}

.marketstatuscontainer {
  background: #FAFFFF;
  border-radius: 60px;
  padding: 30px 0px 30px 20px;
}

.marketstatuscontainer .vc_column-inner {
  margin-bottom: 0;
}

.bsf-marketstatus__current {
  border-radius: 100%;
  width: 140px;
  height: 140px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
  font-family: "Barlow Condensed";
  line-height: 1em;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.marketstatustext {
  padding: 20px;
}

.marketstatustext h3 {
  margin-top: 0;
}

.bsf-marketstatusselect {
  margin-top: 50px;
}

.bsf-marketstatusselect__row select {
  width: 420px;
  height: 50px;
  border-radius: 40px;
  border: 2px solid #BDD7EA;
  text-align: center;
}

.bsf-marketstatusselect__row select {
  margin-bottom: 20px;
}

.bsf-marketstatusselect select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image: url('/wp-content/themes/sprung-total/img/icon-arrow-down.svg');
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 30px 24px;

  padding-right: 20px;
}

.bsf-marketstatusselect__spinner {
  margin-top: 20px;
  height: 28px;
  display: flex;
  align-items: center;
}

.bsf-marketstatusselect__spinner .bsf-spinner {
  visibility: hidden;
}

.bsf-marketstatusselect.is-loading .bsf-marketstatusselect__spinner .bsf-spinner {
  visibility: visible;
}

/* .bsf-spinner {
  width: 20px;
  height: 20px;
  border: 3px solid rgba(0,0,0,.2);
  border-top-color: rgba(0,0,0,.7);
  border-radius: 50%;
  display: inline-block;
  animation: bsfspin 0.8s linear infinite;
  margin: 0 auto;
}

@keyframes bsfspin {
  to { transform: rotate(360deg); }
} */

.bsf-spinner {
   width: 30px;
   height: 30px;
   --c: radial-gradient(farthest-side, #104574 92%, #0000);
   background: var(--c) 50% 0, var(--c) 50% 100%, var(--c) 100% 50%, var(--c) 0 50%;
   background-size: 8.4px 8.4px;
   background-repeat: no-repeat;
   animation: bsf-spinner 1s linear infinite;
   margin: 0 auto;
}

@keyframes bsf-spinner {
   to {
      transform: rotate(.5turn);
   }
}

.bsf-marketstatus__current.na,
.bsf-marketstatus__current.none,
.bsf-marketstatus__current.pending {
  background-color: #666;
}

.bsf-marketstatus__current.stable {
  background-color: #77a19b;
}

.bsf-marketstatus__current.modstable {
  background-color: #efceac;
}

.bsf-marketstatus__current.unstable {
  background-color: #e24b27;
}


.bsf-marketstatus .bsf-marketstatus__photo {
  width: 175px;
}

.bsf-marketstatus .bsf-marketstatus__photo.full {
  width: 100%;
}

.bsf-marketstatus h3 {
  margin: 0;
  text-align: center;
}

.bsf-marketstatus .bsf-marketstatus__photo img {
  width: 100%;
  height: auto;
  display: block;
}


.bsf-marketstatus .bsf-marketstatus__product .bsf-marketstatus__contact {
  text-align: center;
  margin-right: 20px;
}





/* FOOTER */
#footer-builder .vc_section>.vc_row {
    /* margin-left: -75px;
    margin-right: -75px; */
    max-width: 1310px;
    width: 90vw;
    left: calc((1280px - var(--wpex-container-width)) / -2);
}

#footer-builder .footer-menu .vcex-navbar-inner {
    display: flex;
    gap: 13px 50px;
}

#footer-builder .footer-menu .vcex-navbar-inner::after {
    display: none;
}

#footer-builder .vcex-navbar-link {
    /* margin-right: 35px; */
}

#footer-builder .vcex-navbar-link:last-child {
    margin-right: 0;
}

.footerright>.vc_column-inner>.wpb_wrapper {
    display: flex;
    flex-direction: row-reverse;
}

.mobile-logo {
    display: none;
}

#footer-builder .footersearch {
    width: 187px;
    height: 40px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}

#footer-builder .vcex-searchbar-input  {
    height: 40px;
    width: 144px;
    border: 0;
    top: -12px;
    position: relative;
    font-size: 17px;
    color: var(--wpex-palette-117-color);
    padding-left: 17px;
}

#footer-builder .spsearchbox button {
    width: 35px;
    height: 35px;
    background: url(/wp-content/uploads/2025/11/icon-search.svg) no-repeat 0 0;
    background-size: contain;
    display: inline-block;
    margin: 3px 0 0 0;
    padding: 0;
}


#footer-builder .vcex-searchbar {
    float: right;
}

#footer-builder .socialicon {
    display: inline-block;
    margin-left: 28px;
    float: right;
}

#footer-builder .socialicon a {
    opacity: 1;
    transition: all ease .15s;
}

#footer-builder .socialicon a:hover {
    opacity: .8;
}

.footer-menu .vcex-navbar-link>.vcex-navbar-link-text {
    position: relative;
}

.footer-menu .vcex-navbar-link>.vcex-navbar-link-text::after {
    background: var(--wpex-palette-128-color);
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: -2px;
    height: 2px;
    width: 0;
    transition-property: transform, opacity, background-color, width;
    transition-duration: 0.2s, 0.2s, 0.2s, 0.3s;
}

.footer-menu .vcex-navbar-link:hover>.vcex-navbar-link-text::after {
    width: calc(100% + 4px);
}

.nudgedown1 {
   position: relative;
   top: -40px;
   z-index: 1000;
}

.nudgedown1>.vcex-image-inner {
    margin: auto;
}

.parallax.vcex-image {
    position: absolute;
    top: unset;
    bottom: 0;
    right: 0;
    left: 0;
}

.parallax.vcex-image .vcex-image-inner,
.parallax.vcex-image img {
    width: 100%;
}

.shrimpsection  {
    max-height: 523px;
    background-size: auto 100% !important;
}

.mobile-banner img {
    border-radius: 66px;
    overflow: hidden;
}

/* Responsive Overrides */
/* Mobile Menu breakpoint
--------------------------------------------------------------*/
@media only screen and (max-width: 1100px) {
    .shrink-sticky-header.on-shrink-adjust-height:not(.fixed-scroll--mobile-only) #site-logo .logo-img {
        max-height: 60px;
    }

    .sticky-header-shrunk.on-shrink-adjust-height #site-header-inner,
    #site-header-inner.header-padding {
        height: 100px;
        padding-block-start: 20px;
        padding-block-end: 20px;
    }


}

/* Greater then tablets
-------------------------------------------------------------- */
@media only screen and (min-width: 768px) {


}


/* Tablet & Small Desktop Widths 768px - 1280px
--------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1280px) {


}

/* All Devices under 1460px
--------------------------------------------------------------*/
@media only screen and (max-width: 1455px) {
  #footer-builder .vc_section>.vc_row {
      /* margin-left: 0;
      margin-right: 0; */
      left: calc((90vw - var(--wpex-container-width)) / -2);
  }

  .wave-row .wpex-shape-divider-svg {
      height: 6vw !important;
  }

}

/* All Devices under 1225px
--------------------------------------------------------------*/
@media only screen and (max-width: 1224px) {
    .column-bleed-right .vc_column-inner {
        margin-right: -5vw;
    }

    #footer-builder .vc_section>.vc_row {
        width: calc(100% + 30px);
        left: -15px;
    }



}

/* All Devices under 1200px
--------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
    .button-right {
      text-align: right;
    }

    .related-spacer {
        display: none;
    }

    .button-spacer {
        display: none;
    }

    .cards-up {
        margin-top: 0;
    }

}

/* All Devices under 992px
--------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  .quote-row>.wpb_column::before, .quote-row>.wpb_column::after {
      width: 11vw;
  }

  #footer-builder .footer-menu {
      margin-bottom: 40px;
  }

  #footer-builder .footer-menu .vcex-navbar-inner {
      flex-direction: column;
  }

  .footerright>.vc_column-inner>.wpb_wrapper {
      flex-direction: column;
      gap: 30px;
  }

  .footerright .vc_row>.wpb_column>.vc_column-inner>.wpb_wrapper {
      display: flex;
      justify-content: center;
      gap: 35px;
  }

  #footer-builder .socialicon {
      margin-left: 0;
  }

  .footer-search-shortcode {
      display: none;
  }

  .mobile-logo {
      display: block;
  }

  body .textright.text-llg-left {
      text-align: left;
  }

}


/* All Devices under 960px
--------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
    .footerright>.vc_column-inner>.wpb_wrapper {
        /* justify-content: center;
        display: flex;
        flex-direction: row-reverse;
        margin-bottom: 20px;
        margin-top: 40px; */
    }
}

/* Tablet Landscape
--------------------------------------------------------------*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

}

/* Tablet Portrait
--------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* Between Phone and Mobile
--------------------------------------------------------------*/
@media only screen and (max-width: 500px) {


}

/* Phone Portrait and Landscape
--------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
    blockquote {
        padding-left: 35px;
        padding-right: 35px;
    }

    blockquote::after,
    blockquote::before {
        left: -10px;
        height: 30px;
        width: 30px;
    }

    blockquote::after {
        left: unset;
        right: -10px;
    }

   .vc_section.shrimpsection  {
        max-height: none;
        background-size: 100% auto !important;
        background-repeat: repeat !important;
   }

   .nudgedown1 {
      top: -30px;
   }

   .hidden-breaks-mobile p br {
       display: none;
   }

   .button-right {
     text-align: center;
   }

   .button-spacer {
       display: block;
   }

   .banner-video .wpex-shape-divider-svg {
      height: 8vw !important;
   }

   .vc_row.text-sm-center .vcex-multi-buttons {
        justify-content: center;
   }

   .column-bleed-right.rounded-corners .vc_column-inner {
      margin-right: 15px;
      border-radius: 66px;
   }

    .wave-row .wpex-shape-divider-svg {
        height: 10vw !important;
    }

    .vcex-feature-box.certification .vcex-feature-box-media {
        width: 100%;
        max-width: 356px;
    }

    .vcex-feature-box.certification .vcex-feature-box-content {
        width: 100%;
        flex-grow: 2;
    }

    .featured-article .floating-column {
        margin-bottom: 0;
    }

    .news-breadbrumbs {
        position: relative;
    }

    .quote-row>.wpb_column::before, .quote-row>.wpb_column::after {
        width: 10vw;
    }

    .salesrep-image {
        margin-bottom: 20px;
    }

    .salesrep-name {
        margin-bottom: 30px !important;
    }

    .bsf-marketstatusselect {
      margin-top: 0px;
    }

    .prodsearchfound {
      text-align: center;
    }

    .loginbox {
      padding: 16px !important;
    }
    
    .loginbox legend {
      font-size: 35px !important;
    }
    
    .loginbox fieldset {
      width: 100% !important;
    }
    
    .marketstatuscontent {
      text-align: center;
    }


}

/* Phone Landscape
--------------------------------------------------------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {

}

/* Phone Portrait
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
    #footer-builder .footer-menu .vcex-navbar-inner {
    }

}
