/*
Theme Name: WP Coupon Child
Theme URI: https://www.famethemes.com/themes/coupon-wp/
Template: wp-coupon
Author: famethemes
Author URI: http://www.famethemes.com
Description: An advanded WordPress Coupon and Deal Theme
Tags: one-column,two-columns,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,editor-style,featured-images,flexible-header,sticky-post,threaded-comments,translation-ready
Version: 1.3.0.1768027238
Updated: 2026-01-10 06:40:38

*/
.container{
    max-width:1800px;
}
@media screen and (min-width: 992px) {
    /* .store-listings.st-list-coupons.couponstore-tpl-full {*/
    /*  display: grid;*/
    /*  grid-template-columns: repeat(2, 1fr);*/
    /*  gap: 20px; */
    /*}*/
    /*.store-listings.st-list-coupons.couponstore-tpl-full .coupon-listing-item > div {*/
    /*    width: 100% !important;*/
    /*    max-width: 100% !important;*/
    /*    margin-bottom: 15px;*/
    /*}*/
}
@media screen and (min-width: 1199px) {
    .sidebar {
        width: 19%;
    }
    .content-area{
        width:79%;
    }
    /*.store-listings.st-list-coupons.couponstore-tpl-full {*/
    /*  display: grid;*/
    /*  grid-template-columns: repeat(3, 1fr);*/
    /*  gap: 20px;*/
    /*}*/
}

@media screen and (min-width: 790px) {
    .custom-page-header .header-thumb {
        float: none; 
        margin-right: 0;
        padding-top: 0;
    }
     .custom-page-header .inner {
        padding: 20px 20px 20px;
    }
}
.store-top-acf-section{
    margin-bottom:20px;
}
.store-sidebar-acf-section.acf-html-wrap img {
    width: 100%;
}
.custom-page-header .inner-content {
    padding-top: 0px;
}
#secondary .custom-page-header {
    margin-top: 0px;
    margin-bottom: 30px;
}
.store-sidebar-acf-section{
    margin-bottom: 30px;
}