
/* Footer 1.1.0 */
.lvd-footer-container       {background:var(--lvd-color-gray-450);}
.lvd-footer                 {display: flex; flex-flow: wrap; align-items: flex-start; justify-content: space-between; font-weight:300; position:relative; padding-top:40px; color:var(--lvd-color-white);}
.lvd-footer a               {color:var(--lvd-color-gray-350);}
.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-white);}
.lvd-footer-menu li         {list-style: none; margin-bottom:10px;}
.lvd-footer-social          {width:100%;}
.lvd-footer-social a        {display:inline-block; margin-right:20px; font-size:18px; color:var(--lvd-color-gray-350);}
.lvd-footer-credit          {color:var(--lvd-color-gray-350); padding:40px 20px; border-top: 1px solid var(--lvd-color-white); font-size:var(--lvd-text-s1);}
.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:16px; margin-bottom:20px;} 
.lvd-flag                   {width:18px; height:auto; display:inline-block; margin-right:4px;}
.lvd-app-icon               {width:116px; height:auto; display:inline-block;}
.lvd-logo-item img          {height:32px; width:auto; margin:8px 16px;}
.lvd-footer-logo-title      {color:var(--lvd-color-white);}
.lvd-footer-txt             {color:var(--lvd-color-gray-350); padding:40px 20px; font-size:var(--lvd-text-s1);}
.lvd-footer-txt p           {margin-bottom:24px;}
.lvd-footer-legal-logo      {padding:16px 0 0 0; border-top: 1px solid var(--lvd-color-white);}
.lvd-footer-logo-winbet svg {width:auto; height:30px;}
.lvd-footer-partner         { color:var(--lvd-color-gray-350);}
.lvd-logo-partner           {height:32px; width:auto; margin:8px 16px; vertical-align: middle;}

/* Bm */
@media (min-width:1px) and (max-width:767px)
{
.lvd-footer                 {padding: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: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;}
}