/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* X icon */
.footer__social-link .Square.X.Twitter span{
    background: url(https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/Boveda%20Logos,%20Icons%20and%20Favicon/xicon.svg);
    display: block;
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
}


.mobile-legal-footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-top: 2rem;

        .footer__copyright-text {
            margin: 0;
        }

        ul[role="menu"] li {
            display: inline-block;
            /* ensures spacing applies properly */
            margin-right: 1rem;
            /* space between items */
        }

        ul[role="menu"] li:last-child {
            margin-right: 0;
            /* avoid trailing space */
        }
    }

p.footer__copyright-text, #hs_menu_wrapper_footer_main_ > ul > li > a{
font-size: 12px;
}

.body-wrapper--mobile-menu .header-main__menu-nav-container:before{
display:none;
}
/* Removes the gap between footers in mobile view */
@media (max-width: 900px) {
.footer__main {
    flex: 0 1px !important;
}
}


#hs_menu_wrapper_footer_main_ ul {sww
  display: flex;
  justify-content: center;
  flex-wrap: wrap; /* optional: allows items to wrap if needed */
  padding: 0;
  margin: 0;
}

/* flushed footer logo */
.footer__logo{
 text-align: left !important;
}
 /* TikTok footer icon fix*/
.footer__social-link .TikTok span {
  background: url("https://7610660.fs1.hubspotusercontent-na1.net/hubfs/7610660/Boveda%20Logos,%20Icons%20and%20Favicon/tiktok.svg");
  display: block;
  height: 24px;
  width: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}