/* Footer compact 1.0.0 */
.lvd-footer                 {font-weight:300; position:relative; text-align: center;}
.lvd-footer a               {color:var(--lvd-regular-text-color);}
.lvd-footer-copy            {}
.lvd-footer-menu ul         {display:flex; flex-direction:row; flex-wrap: wrap; justify-content:center;}
.lvd-footer-menu li         {list-style: none; margin-bottom:10px; margin-right:10px; margin-left:10px; font-size:var(--lvd-text-s1);}
.lvd-footer-social a        {display:inline-block; margin-left:20px; font-size:24px; color:var(--lvd-color-black);}
.lvd-footer-contact         {font-size:var(--lvd-text-s1);}
.lvd-footer-credit          {font-size:var(--lvd-text-s2);}

/* Bm */
@media (min-width:1px) and (max-width:767px)
{
.lvd-footer                 {padding:0 20px;}
}

/* Bt */
@media (min-width:768px) and (max-width:1023px)
{
.lvd-footer                 {padding:0 20px;}
.lvd-footer-credit          {padding:0 20px;}
}