/*
 Theme Name: Coupon Press Child
 Theme URI: https://coupons4u.co.uk/
 Description: Child theme for Coupon Press
 Author: Faisal
 Author URI: https://coupons4u.co.uk/
 Template: coupon-press
 Version: 1.0
*/

/* Your custom CSS starts here */
.front-popular-store {
	background:linear-gradient(90deg,#f2711c,#a333c8);
}

.widget_front_newsletter .newsletter-box-wrapper.shadow-box{
	background:#fbbd08;
}

.widget_front_newsletter .newsletter-box-wrapper .mail-icon{
	color:#1b1c1d;
}

.newsletter-box-wrapper.shadow-box .input .ui.button{
	background-color:#e03997 !important;
}

.front-top-coupons .coupon-item .coupon-data .coupon-header .coupon-off{
	background:#e03997;
}

.best-live-sale-section .best-sale-items .sale-item .store-logo{
	color:#e03997;
}

.best-live-sale-section .best-sale-items .sale-item .bls-title{
	color:#f2711c;
}

.widget_front_newsletter .newsletter-box-wrapper.shadow-box{
	margin-bottom:-40px;
}

.site-footer{
	background:#150043;
}

p{
	color:#343434;
}

.st-menu a{
	color:#1b1c1d;
}

h1:first-child{
	margin-top:32px;
}

.front-top-coupons .coupon-item .coupon-data .coupon-footer .coupon-code-btn{
	background:#f2711c;
	border:2px solid #f2711c;
}

.best-live-sale-section{
	padding:30px 30px 60px 30px;
}

.ui.btn.btn_secondary{
	background-color:#f2711c !important;
}

.st-menu > li > a.wpu-login-btn{
	background-color:#f2711c;
}

.store-az-menu .item{
	border:1px solid #1b1c1d;
}

.store-az-menu .item{
	color:#1b1c1d;
}

.store-letter-content ul li a{
	color:#1b1c1d;
}

.coupon-button-type .coupon-code .get-code{
	background-color:#f2711c !Important;
}

.store-listing-item .latest-coupon .coupon-title a{
	color:#db2828 !important;
}

.coupon-button-type .coupon-deal{
	background-color:#f2711c !important;
}

.all-category-area .cat-title {
    padding: 3px 5px;
    position: absolute;
    bottom: 0px;
    background: #fffd;
    background: #000000dd;
	!important;
}

.shadow-box {
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%);
           background: linear-gradient(90deg,#ffa6a6,#ffffff);
}

.store-az-menu .item {
    color: #ffffff;
}

.front-top-coupons .coupon-item {
    padding: 0px 10px;
    box-sizing: border-box;
    border: 3px solid #c634af;
    position: relative;
    border-radius: 8px;
    background: #ccc;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%);
}