/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/* 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: #0E172E;
	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: #0E172E;
	border-radius: 0px 0px 20px 20px;
	width: 100%;
}