body[data-builder-mode="custom"]:not(.bricks-is-frontend) #vaa_toolbar {
    display: none;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

html.lenis {
  height: auto;
}

/* Automatic.CSS fixes **************************************************/
[class*=rounded--] {
    overflow: hidden;
}

[class*=grid--], .brxe-container[class*=grid--] {
    align-items: stretch;
}

main .brxe-section {
    padding: var(--section-space-m) var(--space-m);
    align-items: center; 
}

.brxe-container {
    align-items: center;
    margin-left: unset;
    margin-right: unset;
    max-width: var(--max-width);
}

main .brxe-section.pad--none {
    padding: 0;
}

@media only screen and (max-width: 992px) {
    main .brxe-section {
        padding: var(--section-space-s) var(--space-m);
    }
}

@media only screen and (max-width: 478px) {
    main .brxe-section {
        padding: var(--section-space-xs) var(--space-s);
    }

}


main .brxe-section.pad-section--none, main .brxe-container.pad--none, header .brxe-section.pad-section--none, header .brxe-container.pad--none, footer .brxe-section.pad-section--none, footer .brxe-section.pad--none {
    padding: 0;
}

.brxe-container.width--full {
    max-width: 100%;
} 

main .brxe-section.pad-section--l {
    padding: var(--section-space-l) var(--space-l);
}

main .brxe-section.pad-section--xl {
    padding: var(--section-space-xl) var(--space-xl);
}

main .brxe-section.pad-section--s {
    padding: var(--section-space-s) var(--space-s);
}

.brx-wrap {
    font-size: var(--text-m) !important;
    line-height: 1.6 !important;
}

main .bricks-notices-wrapper.brx-container {
    padding-top: 0;
    padding-bottom: 0;
}

#brx-header > .brxe-section {
    padding: var(--space-xs) var(--space-m);
}

#brx-header > .brxe-section > .brxe-container {
    max-width: 100%;
}


/* Bricks default overrides *****************************************/

/* <p> tag added to simple text element in Bricks 1.7.1 */
.brxe-text-basic p {
    margin-bottom: 0;
}

/* Removed in Bricks 1.5.1 */
[class*=brxe-] { position: relative; }


/* Megamenu fixes */
.brx-dropdown-content {
    position: absolute;
    left: 0 !important;
}
.brxe-dropdown, .brx-nav-nested-items, .brxe-nav-nested {
    position: static;
}

.brx-submenu-toggle a {
    padding-right: 0 !important;
}

.brx-submenu-toggle button {
    padding-left: 0 !important;
}

/* *** */

svg:not([height]) {
    min-height: 6px;
}

body.bricks-is-frontend :focus {
    outline: none;
}

body:not(.wp-admin) {
    font-size: var(--text-m);
    line-height: 1.6;
}

p {
    margin-bottom: 1rem;
}

b, strong {
    font-weight: bold;
}

#brx-content .wp-block-pullquote {
    padding: 2rem 1rem;
}

#brx-content .wp-block-pullquote p {
    font-size: inherit;
}

.brxe-container:not([class*=gap--]), .brxe-block:not([class*=gap--]) {
    row-gap: 2rem;    
}


.brxe-divider.horizontal {
    width: 100%;
}

sup {
    top: -0.9em;
    font-size: 50%;
}

.bricks-button {
    transition: all 200ms ease-out;
}

.bricks-button:hover {
    transform: scale(1.05);
}

.bricks-button:not(.outline):hover {
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.3);
}

.bricks-element-svg , .bricks-element-svg div{
    display: flex;
}

#brx-header.sticky.scrolling > .brxe-container {
    transition: all 300ms ease-out 200ms;
}

#menu-main-menu .menu-item a {
    transition: all 200ms ease-out;
}

.x-modal_close:focus {
    outline: none !important;
}

.brxe-button {
    cursor: pointer;
}

body.bricks-is-frontend.admin-bar #brx-header.sticky {
    top:0 !important;
}

body.bricks-is-frontend.admin-bar {
    padding-top: 0 !important;
}

#brx-footer .brxe-section {
    padding: var(--space-m);
}

/* WooCommerce **************************************************/
.woocommerce-variation-add-to-cart, .bricks-element-product-add-to-cart .cart {
    display: flex;
    align-items: center;    
}

.woocommerce-EditAccountForm .woocommerce-form-row label span {
    font-size: 13px;
    display: block;
    color: #999;
}

form.cart .quantity {
    margin-bottom: 0;
}

.woocommerce form.cart {
    display: flex;
    column-gap: 2rem;
    margin-top: 2rem;
}

.woocommerce form.cart .single_add_to_cart_button, .woocommerce .product .woocommerce-variation-add-to-cart .single_add_to_cart_button, .woocommerce .product .brxe-product-add-to-cart .single_add_to_cart_button {
    padding: 10px 24px;
    border-radius: 4px;
    background-color: var(--primary);
    color: #fff;
    transition: all 200ms ease-out;
}

.woocommerce form.cart .single_add_to_cart_button:hover, .woocommerce .product .woocommerce-variation-add-to-cart .single_add_to_cart_button:hover, .woocommerce .product .bricks-element-product-add-to-cart .single_add_to_cart_button:hover {
    background-color: var(--secondary);
    transform: scale(1.02);
}

.upsells .product {
    display: block;
}

.bricks-element-product-gallery {
    max-width: 100%;
}

.zoomImg {
    width: 1200px !important;
    height: 1200px !important;
}


/* UTILITY CLASSES CSS *********************************************/
.nomargin, .nomargin p {
  margin-bottom: 0 !important;
}

.text-shadow {
  text-shadow: 0 0 5px rgba(0,0,0,0.8) ;
}

.box-shadow {
box-shadow:
  0.3px 2.1px 2.2px rgba(0, 0, 0, 0.028),
  0.7px 5.1px 5.3px rgba(0, 0, 0, 0.04),
  1.3px 9.5px 10px rgba(0, 0, 0, 0.05),
  2.2px 17px 17.9px rgba(0, 0, 0, 0.06),
  4.2px 31.8px 33.4px rgba(0, 0, 0, 0.072),
  10px 76px 80px rgba(0, 0, 0, 0.1)
;
}

.bkgrd-image, a.bkgrd-image img, .bkgrd-image img  {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 0;
}

.brxe-text-basic a, .brxe-text a, a.border {
    position: relative;
}

.brxe-text-basic:not(.noanimborder) a:before, .brxe-text:not(.noanimborder) a:before, a.border:before, a.brxe-text-basic:not(.noanimborder):before, .brxe-text-link:not(.noanimborder):before  {
    content: "";
    position: absolute;
    bottom: 2px;
    width: 0;
    height: 3px;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    background: var(--primary);
    left: 0;
    z-index: 1;
}

.brxe-text-basic.reverse, .brxe-text.reverse {
     color: #fff;
}

.brxe-text-basic:not(.noanimborder) a:hover:before, .brxe-text:not(.noanimborder) a:hover:before, a.border:hover:before, a.brxe-text-basic:not(.noanimborder):hover:before, #brx-footer a.brxe-text-basic:not(.noanimborder):hover:before, .brxe-text-link:not(.noanimborder):hover:before {
    width: 100%;
    opacity: 1;
}

#brx-footer .brxe-text-basic a:after, #brx-footer .brxe-text a:after, #brx-footer a.brxe-text-basic:after {
    background-color: rgba(255,255,255,0.3);
    content: "";
    position: absolute;
    bottom: 2px;
    width: 100%;
    height: 1px;
    left: 0;
}

#brx-footer a.brxe-text-basic:not(.noanimborder):before {
    content: "";
    position: absolute;
    bottom: 1px;
    width: 0;
    height: 2px;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    background: #fff;
    left: 0;
    z-index: 1;
}

.no-link-color a {
  color: inherit !important;
}

.more-button.bricks-button {
    line-height:1.2;
    transition: all 200ms ease-out;
}

.more-button.bricks-button.sm {
    padding: 1.2rem 2.6rem;
}

.more-button.bricks-button.md {
    padding: 1.6rem 3.2rem;
}

.more-button.bricks-button.lg {
    padding: 2rem 4.2rem;
}

.more-button.bricks-button svg {
  transition: margin 200ms ease-out; 
}

.more-button.bricks-button.sm:hover {
    padding-right: 1.6rem;
}

.more-button.bricks-button:hover svg {
    margin-left: 1rem;
}


.more-button.bricks-button.md:hover {
    padding-right: 2.2rem;
}

.more-button.bricks-button.lg:hover {
    padding-right: 3.2rem;
}

.testimonial .quote-open, .testimonial .quote-close {
    fill: var(--secondary);
    opacity: 0.2;
    width: 42px;
    height: auto;
    position: absolute;
} 

.testimonial .quote-open {
    top: -1rem;
    left: -2rem;    
}

.testimonial .quote-close {
    bottom: -1rem;
    right: -2rem;
}



/* FORMS ********************************/

.center-submit {
    display: flex;
    justify-content: center;    
}

.center-submit button {
    width: auto !important;
}

main .wsf-form .wsf-button-full {
    padding: 1.2rem 2.6rem;
}

fieldset.wsf-section {
    border: none;
}

.wsf-form .wsf-field-wrapper.bottom-20 {
    margin-bottom: 20px;
}

#brx-content input[type=checkbox].wsf-field + label.wsf-label {
    pointer: cursor;
}

/* LAYOUT ********************************/
.sticky-footer {
    position: sticky;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin-bottom:0;
}

.fullheight {
  min-height: 100vh;
}


/* NAVBAR *******************************************************/
#navbar {
	background: transparent;
    transition: transform 200ms linear, background 800ms ease-in-out ;
}

.navbar-shadow {
    box-shadow: 0 0.3px 1.4px -4px rgb(0 0 0 / 5%), 0 0.8px 3.4px -4px rgb(0 0 0 / 7%), 0 1.5px 6.4px -4px rgb(0 0 0 / 8%), 0 2.7px 11.4px -4px rgb(0 0 0 / 10%), 0 5px 21.3px -4px rgb(0 0 0 / 12%), 0 12px 51px -4px rgb(0 0 0 / 16%);
}

#navbar .navbar-logo-bkgrd {
  opacity: 0;
  transition: opacity 800ms ease-in-out;
}

#navbar .navbar-logo-nobkgrd {
  opacity: 1;
  transition: opacity 800ms ease-in-out;
}

#navbar.bkgrd .navbar-logo-bkgrd {
  opacity: 1;
}

#navbar.bkgrd .navbar-logo-nobkgrd {
  opacity: 0;
}

/* CHECKOUTWC FIXES **************************************/

body.futurist #cfw-breadcrumb li>a {
    max-width: 110px;
}


/* MEDIA QUERIES ***************************************/
@media only screen and (max-width: 768px) {
    .grid--4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .grid--3 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 479px) {
    .grid--4 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
} 