
/* Footer 1.1.0 */
.lvd-footer                 {display: flex; flex-flow: wrap; align-items: flex-start; justify-content: space-between; font-weight:300; position:relative; padding-top:40px;}
.lvd-footer a               {color:var(--lvd-color-black);}
.lvd-footer-col1            {width:calc(25% - 50px);}
.lvd-footer-col2            {width:calc(25% - 50px);}
.lvd-footer-col3            {width:calc(25% - 50px);}
.lvd-footer-col4            {width:calc(25% - 50px);}
.lvd-footer .lvd-title      {font-weight:700; font-size:var(--lvd-text-h5); margin-bottom:var(--lvd-mb-txt); color:var(--lvd-color-black);}
.lvd-footer .menu li        {list-style: none; margin-bottom:10px;}

.lvd-footer-menu li         {list-style: none; margin-bottom:10px;}
.lvd-footer-social          {width:100%;}
.lvd-footer-social a        {display:inline-block; margin-left:20px; font-size:24px; color:var(--lvd-color-black);}
.lvd-footer-social svg      {width:20px; height:20px;}
.lvd-footer-credit          {font-size:var(--lvd-text-s2);}
.lvd-footer-credit a        {color:var(--lvd-color-black);}

.lvd-footer-legal           {margin-bottom:40px;}
.lvd-footer-legal img       {max-height:40px; width:auto; margin-right:20px; margin-bottom:20px;} 

/* Bm */
@media (min-width:1px) and (max-width:767px)
{
.lvd-footer                 {padding:0 20px;}
.lvd-footer-col1            {width:100%; margin-bottom:20px;}
.lvd-footer-col2            {width:100%; margin-bottom:20px;}
.lvd-footer-col3            {width:100%; margin-bottom:20px;}
.lvd-footer-col4            {width:100%; margin-bottom:20px; text-align:left;}
.lvd-footer-credit          {padding:0 20px;}
.lvd-footer-legal           {padding:0 20px;}
.lvd-footer-social a        {margin-left:0; margin-right:20px;}
}

/* Bt */
@media (min-width:768px) and (max-width:1023px)
{
.lvd-footer                 {padding:0 20px;}
.lvd-footer-col1            {width:100%; margin-bottom:20px;}
.lvd-footer-col2            {width:100%; margin-bottom:20px;}
.lvd-footer-col3            {width:100%; margin-bottom:20px;}
.lvd-footer-col4            {width:100%; margin-bottom:20px; text-align:left;}
.lvd-footer-credit          {padding:0 20px;}
.lvd-footer-legal           {padding:0 20px;}
.lvd-footer-social a        {margin-left:0; margin-right:20px;}
}

/* Full HD */
@media (min-width:1024px) and (max-width:1344px)
{
.lvd-footer, .lvd-footer-credit   {padding-left:24px !important; padding-right:24px !important;}
}