/*CSS brought over from Home Delivery Info Type: WYSIWYG*/
/* Section Margins */

 .row-margin {
 margin-bottom: 30px;
 }

 /* Header */

 .bli-home-delivery-bg {
 background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3))), url("/merchant/4895/images/site/bli-home-delivery-lp-header.jpg");
 background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url("/merchant/4895/images/site/bli-home-delivery-lp-header.jpg");
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center;
 height: 300px;
 }

 .bli-home-delivery-text {
 text-align: left;
 position: absolute;
 padding: 15px 30px;
 margin: 30px 0;
 background: #0068a7;
 }

 .bli-home-delivery-text h1 {
 text-align: left;
 color: #fff;
 letter-spacing: .5px;
 font-size: 3em;
 margin: 0 auto;
 text-transform: uppercase;
 }

 /* Intro Text */

 .bli-home-delivery-intro-text h2 {
 color: #000;
 font-size: 2em;
 padding-bottom: 5px;
 border-bottom: 2px solid #0068a7;
 }

 /* Features */

 .bli-home-delivery-features {
 margin: 0 auto;
 }

 .bli-home-delivery-features h3 {
 color: #000;
 font-size: 1.5em;
 padding-bottom: 5px;
 border-bottom: 2px solid #0068a7;
 }
 
 /* Button */
 
 .bli-home-delivery-button {
 background: #f064a6;
 color: #fff !important;
 padding: 10px 30px;
 margin: 10px auto;
 font-weight: 700;
 font-size: 1em;
 text-align: center;
 text-decoration: none;
 display: inline-block;
 -webkit-transition-duration: 0.4s;
 transition-duration: 0.4s;
 cursor: pointer;
 text-shadow: none !important;
 }

 .bli-home-delivery-button:hover {
 background: #0068a7;
 color: #fff !important;
 text-shadow: none !important;
 }

 .sem-content .bli-home-delivery-button,
 a.bli-home-delivery-button:visited,
 a.bli-home-delivery-button:active,
 a.bli-home-delivery-button:link {
 text-decoration: none !important;
 text-shadow: none !important;
 }

 /* Mobile */

 @media only screen and (max-width:767px) {
 .bli-home-delivery-text h1 {
 font-size: 1.8em;
 }
 .bli-home-delivery-intro-text {
 margin: auto;
 }
 .bli-home-delivery-intro-text h2 {
 font-size: 1.5em;
 }
 }




