/*
Theme Name: Divi Child
Theme URI: https://diviextended.com/
Version: 1.0
Description: Child Theme of Divi
Author: Divi Extended
Template: Divi
*/
@import url("../Divi/style.css");
.ol-coupon-wrapper > figure{
    text-align: center;
}
/* Coupon Styles */
html .offer-items .offer-item .wrapper-content .background-border{
	border: none !important;
	border-radius: 20px;
	box-shadow: 2px 2px 10px rgba(23, 25, 28, .5);
}
html .offer-items .offer-item .wrapper-content .text-wrapper{
	padding: 0px !important;
}
html .offer-items .offer-item .wrapper-content .text-wrapper .logo,
html .offer-items .offer-item .wrapper-content .text-wrapper .title,
html .offer-items .offer-item .wrapper-content .text-wrapper .subtitle,
html .offer-items .offer-item .wrapper-content .text-wrapper .content,
html .offer-items .offer-item .wrapper-content .text-wrapper .disclaimer{
	color: #17191c;
	line-height: 1.25;
	padding: 20px;
}
html .offer-items .offer-item .wrapper-content .text-wrapper .content{
	padding-bottom: 100px;
}
html .offer-items .offer-item .wrapper-content .text-wrapper .disclaimer{
	position: absolute;
	bottom: 0px;
	color: #fff;
	background: #5F2C7B;
	border-radius: 0px 0px 20px 20px;
	width: 100%;
}
/* Landing Layout */
.ol-cols{
    display: flex;
    align-items: stretch;
    margin-top:20px;
}
.ol-cols .ol-coupon-wrapper{
    height:100%;
}
.ol-cols .ol-form-wrapper .olf-description a{
    color:#ffffff;
}