/*
Theme Name: SaskHop
Theme URI: https://saskhop.com
Author: SaskHop
Author URI: https://saskhop.com
Description: Custom WordPress theme for IHOP & Applebee's Regina East (SaskHop) — Saskatchewan's first dual-brand restaurant.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: Proprietary
Text Domain: saskhop
*/


#exclusives .excl-img img {
    height: 130px;
    object-fit: cover;
}

.prothumbimg{
	position: relative;
}
.tagonimg {
    background: #CA1F2C;
    position: absolute;
    top: 20px;
    left: 10px;
}
/* Brand preference buttons */
.brand-preference-buttons .wpcf7-list-item {
    margin: 0 8px 0 0;
}

.brand-preference-buttons .wpcf7-list-item label {
    display: inline-block;
    cursor: pointer;
}

/* Hide actual radio */
.brand-preference-buttons input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* Button */
.brand-preference-buttons .wpcf7-list-item-label {
    display: inline-flex;
    align-items: center;
    padding: 9px 18px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    color: #4b5563;
    font-size: 14px;
    font-weight: 800;
    transition: all .2s ease;
}

/* Applebee's selected */
.brand-preference-buttons input[value="Applebee's"]:checked + .wpcf7-list-item-label {
    background: #CA1F2C;
    border-color: #CA1F2C;
    color: #fff;
}

/* IHOP selected */
.brand-preference-buttons input[value="IHOP"]:checked + .wpcf7-list-item-label {
    background: #0071B9;
    border-color: #0071B9;
    color: #fff;
}

/* Both selected */
.brand-preference-buttons input[value="Both"]:checked + .wpcf7-list-item-label {
    background: #F0B142;
    border-color: #F0B142;
    color: #fff;
}

#catering-form #cf-submit {
    --tw-bg-opacity: 1;
    background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
    color: #fff;
    padding: 16px;
    font-weight: 900;
}

#catering-form #cf-submit {
	cursor: pointer;
    padding-left: 50px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5'%3E%3Cpath d='M3 8l7.89 5.26a2 2 0 0 0 2.22 0L21 8'/%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(50% - 62px) center;
    background-size: 18px 18px;
}