:root {

    --footer-padding-mobile: 0;
    --footer-padding-tablet: 0;
    --footer-padding-laptop: 0;
    --footer-padding-desktop: 0;
    --footer-padding-sm-laptop: 0;

    --footer-row-padding-mobile: 5%;
    --footer-row-padding-tablet: 5%;
    --footer-row-padding-laptop: 5% 8%;
    --footer-row-padding-desktop: 5% 12%;
    --footer-row-padding-sm-laptop: 5% 6%;

}
/* Custom footer overrides */


.site-footer {
    position: relative;
    background-color: var(--e-global-color-primary);
}

.site-footer:after {
    right: 0;
    bottom: 0;
    content: "";
    width: 365px;
    position: absolute;
    aspect-ratio: 541/420;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/hello-elementor-child/bwah-helpers/footer/assets/img/footer-fili.svg);
}

.site-footer .site-footer__row {
    width: 100%;
    margin: 0 auto;
    max-width: 1600px;
}

.site-footer__row--top {
    padding-top: 4em!important;
    padding-bottom: 4em!important;
}

.footer-row__column--logo {
    gap: 2em;
}

.footer-menu {
    gap: 0.5em;
    padding: 0.5em 0;
    width: fit-content;
    flex-direction: column;
}

.footer-menu.socials_footer {
    gap: 1em;
    flex-direction: row;
}

.footer-menu.socials_footer a {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/hello-elementor-child/bwah-helpers/footer/assets/img/social-shape.svg);
}

.footer-menu.socials_footer .menu-item ._svg {
    width: 1.4em !important;
    filter: brightness(0) saturate(100%) invert(21%) sepia(57%) saturate(773%) hue-rotate(116deg) brightness(94%) contrast(98%);
}

.footer-menu li a {

    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5625rem;
    color: #ffffff !important;
    text-decoration: none !important;
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
}

.footer-menu li a:hover {
    color: var(--e-global-color-accent);
}

.footer-menu li a[href="#"] {
    pointer-events: none;
}


.site-footer__row--bottom * {
    color: #ffffff;
    font-weight: 400;
    font-size: 0.875rem;
    font-style: normal;
    line-height: normal;
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
}

.site-footer__row--bottom .footer-row__column {
    gap: 2em;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

/*RESPONSIVE*/

	 /*phone*/
	 @media (max-width: 767px) {

         .site-footer__row--bottom .footer-row__column {
             gap: 1em;
         }

	 }

	 /*tablet*/
	 @media (min-width: 768px) and (max-width: 1023px) {

         .footer-row__column,
         .footer-row__column-inner__row-column {
             min-width: unset;
         }

         .footer-row__column--logo {
             min-width: 250px;
         }

         .footer-row__column--labels {
             align-items: flex-end;
         }

	 }

	 /*mobile and tablet*/
	 @media (max-width: 1023px) {

         .footer-row__column--logo .footer-logo img {
             max-width: 150px;
         }

         .footer-menu.socials_footer a {
             width: 38px;
             height: 38px;
         }

         .footer-menu.socials_footer .menu-item ._svg {
             width: 1em !important;
         }

         .footer-menu li a {
             font-size: 0.85rem;
             line-height: 1.425rem;
         }

         .footer-label img {
             max-width: 100px;
         }

         .site-footer__row--bottom * {
             font-size: 0.75rem;
         }

	 }

	 /*desktop*/
	 @media (min-width: 1025px) {

         .footer-row__column--labels {
             align-items: flex-end;
         }

         .footer-row__column--infos {
             border-left: 1px solid rgba(255, 255, 255, 0.5);
         }

         .footer-menu.infos_footer {
             margin-left: auto!important;
         }

	 }

	 /*laptop 1*/
	 @media (min-width: 1024px) and (max-width: 1439px) {

         .site-footer .site-footer__row {
             max-width: 1000px;
         }

         .footer-row__column--logo .footer-logo img {
             max-width: 150px;
         }

         .footer-menu.socials_footer a {
             width: 38px;
             height: 38px;
         }

         .footer-menu.socials_footer .menu-item ._svg {
             width: 1em !important;
         }

         .footer-menu li a {
             font-size: 0.85rem;
             line-height: 1.425rem;
         }

         .footer-label img {
             max-width: 100px;
         }

         .site-footer__row--bottom * {
             font-size: 0.75rem;
         }

	 }

	 /*laptop 2*/
	 @media (min-width: 1440px) and (max-width: 1700px) {

         .site-footer .site-footer__row {
             max-width: 1175px;
         }

         .footer-row__column--logo .footer-logo img {
             max-width: 160px;
         }

         .footer-menu.socials_footer a {
             width: 40px;
             height: 40px;
         }

         .footer-menu.socials_footer .menu-item ._svg {
             width: 1.125em !important;
         }

         .footer-menu li a {
             font-size: 0.95rem;
             line-height: 1.425rem;
         }

         .footer-label img {
             max-width: 110px;
         }

         .site-footer__row--bottom * {
             font-size: 0.75rem;
         }

	 }

/*RESPONSIVE*/