@font-face { font-family: 'bmwhead'; src: url('/wp-content/themes/pm-flex-theme/fonts/bmw/BMWMotorrad-Bold.ttf'); }
@font-face { font-family: 'bmwbody'; src: url('/wp-content/themes/pm-flex-theme/fonts/bmw/BMWMotorrad-Regular.ttf'); }

.inv-promotion-slider.slick-dotted.slick-slider { margin-bottom: 15px !important; }
.inv-promotion-slider.slick-dotted.slick-slider .slick-dots { bottom: 5px !important; }
.inv-promotion-slider.slick-initialized { display: block !important; }
.inv-promotion-slider { background-color: #f1f1f1; overflow: hidden; }
.inv-promotion-block { text-align: center; }
.inv-promotion-block .ipb-cont { max-width: 100%; width: 100%; }
.inv-promotion-block .ipb-cont { display: inline-flex; align-items: center; justify-content: center; gap: 25px; margin: 20px 0 30px 0; padding: 15px 30px; }
.inv-promotion-block .ipb-left img { width: 210px; height: 120px; object-fit: contain; }
.inv-promotion-block br { display: none; }

.inv-promotion-block .ipb-right { text-align: left; }
.inv-promotion-block .ipb-title { font-family: 'bmwhead' !important; font-size: 30px; letter-spacing: -0.2px; margin-bottom: 12px; color: #000; line-height: 110%; }
.inv-promotion-block .ipb-expire { font-family: 'bmwbody' !important; font-size: 18px; }
.inv-promotion-block .ipb-cta { margin-top: 15px; }
.inv-promotion-block .ipb-cta a, .inv-promotion-block .ipb-cta a:hover { font-family: 'bmwbody'; background: #000; color: #fff; font-weight: bold; font-size: 14px; padding: 7px 13px; display: inline-block; cursor: pointer; text-decoration: none; }

.bmwoffermodal { top: 75px; }
.bmwoffermodal .modal-content { border-radius: 0 !important; }
.bmwoffermodal .modal-header{ background-color: #efefef; }
.bmwoffermodal .modal-title { font-size: 30px; line-height: 130%; font-weight: bold; color: #000; }
.bmwoffermodal .modal-body p { font-size: 16px !important; }
.bmwoffermodal .modal-footer button { background: #000; color: #fff; font-weight: bold; font-size: 14px; border: none; }

@media only screen and (max-width: 1199px) {
    .inv-promotion-block .ipb-title { font-size: 26px; }
}

@media only screen and (max-width: 767px) {
    /* .inv-promotion-block .ipb-left { display: none; } */
    .inv-promotion-block .ipb-cont { padding: 15px 10px; margin-top: 5px; flex-direction:column; }
    .inv-promotion-block .ipb-title { font-size: 22px; }
    .bmwoffermodal .modal-footer { padding-bottom: 40px; }
    .inv-promotion-block .ipb-left { width: 90%; }
    .inv-promotion-block .ipb-left img { width: 100%; }
    .inv-promotion-block .ipb-right { width: 60%; }
}