/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/* ---- Coupon Creator ---- */

/* Text styles */
.offer-details {
    color: #BC2126;
    font-size: 27px;
    padding: 20px 0;
}

.offer-disclaimer {
    color: #4F4F4F;
    font-size: 16px;
}

/* Coupon content container */
.cctor-coupon-content,
.cctor_coupon_content {
    background: #D0D2D3 !important;
    border: none;
    position: relative;
    width: 100%;
}

.cctor-coupon,
.cctor_coupon {
    padding: 10px !important;
}

/* Titles */
.cctor_coupon_content h3 {
    color: #133F9F;
    font-weight: 700;
    font-size: 30px;
}

h3.cctor-deal {
    display: none !important;
}

/* Borders */
.coupon-border .cctor-coupon,
.coupon-border .cctor_coupon {
    border: 4px dashed #133F9F !important;
    border-radius: 25px;
}

.cctor_coupon_content.cctor-coupon-content {
    border: none;
    border-radius: 25px;
}

/* Logo */
.coupon-logo {
    width: 50%;
    display: block;
    margin: 0 auto;
}

/* Container width */
.cctor-coupon-container,
.cctor_coupon_container {
    width: 375px !important;
}

/* Expiration link */
a.cctor_expiration {
    color: #BC2126 !important;
    font-size: 18px;
    padding-bottom: 20px;
    text-decoration: none !important;
}

/* Remove underlines from all links inside coupon content */
.cctor-coupon-content a,
.cctor_coupon_content a {
    text-decoration: none !important;
}

/* Print mode: hide deal title */
body.print_coupon.print-coupon h3.cctor-deal {
    display: none !important;
}

