/* Card cover 1.0.0 */
.lvd-cm-card-cover .lvd-section-intro.lvd-text-center        {margin-left:auto; margin-right:auto;}
.lvd-cm-card-cover .lvd-section-intro                        {max-width:80%;}

.lvd-cm-card-cover .lvd-card                                 {position:relative; border-radius:var(--lvd-rounded); color:var(--lvd-color-white);}
.lvd-cm-card-cover .lvd-img:before                           {z-index:3; content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0) linear-gradient(180deg, rgba(0,0,0, 0) 0%, rgba(0,0,0, 0.1) 50%,rgba(0,0,0, 0.4) 80%, rgba(0,0,0, 0.6) 100%) repeat scroll 0 0; }
.lvd-cm-card-cover .lvd-img img                              {position:relative; border-radius: var(--lvd-rounded);}

.lvd-cm-card-cover .lvd-content                              {position: absolute; left: 0px; bottom: calc(0% + 40px); padding-left: 32px; padding-right: 32px; z-index: 4;  width: 100%; transition: var(--lvd-transition);}
.lvd-cm-card-cover .lvd-card:hover .lvd-content              {bottom: 30%; transform: translateY(50%);}    

.lvd-cm-card-cover .lvd-txt                                  {display: none;}
.lvd-cm-card-cover .lvd-card:hover .lvd-txt                  {display: block;}

.lvd-cm-card-cover .lvd-content p                            {margin-bottom:16px;}
.lvd-cm-card-cover .lvd-title                                {font-weight: 700; margin-bottom:10px; }
.lvd-cm-card-cover .lvd-button-group                         {margin-bottom:16px;}

.lvd-cm-card-cover .lvd-buttons                              {position: absolute; right: 30px; bottom: 30px; transition: var(--lvd-transition); z-index: 3; }
.lvd-cm-card-cover .lvd-card:hover .lvd-buttons              {right: 20px; }
.lvd-cm-card-cover .lvd-icon                                 {color:var(--lvd-color-white); font-size: 24px;}

/* Bm */
@media (min-width:1px) and (max-width:767px)
{
.lvd-cm-card-cover                                          {padding-left:16px !important; padding-right:16px !important;}
.lvd-cm-card-cover .lvd-section-intro                       {max-width:100%;}
.lvd-cm-card-cover .lvd-txt                                 {display: block;}
/*2 cols*/
.lvd-cm-card-cover .bm-lvd-grid-cols2 .lvd-content          {padding-left:16px; padding-right:16px; bottom: calc(0% + 30px);}
.lvd-cm-card-cover .bm-lvd-grid-cols2 .lvd-title            {font-size:var(--lvd-text-h5); margin-bottom:4px;}
.lvd-cm-card-cover .bm-lvd-grid-cols2 .lvd-buttons          {right: 16px; bottom: 16px;}
}

/* Bt */
@media (min-width:768px) and (max-width:1024px)
{
.lvd-cm-card-cover                                          {padding-left:24px !important; padding-right:24px !important;}
.lvd-cm-card-cover .lvd-txt                                 {display: block;}
}