/**
 * Theme Name:   Catering by Design Child
 * Theme URI:    https://www.webfx.com
 * Description:  Child theme for Catering by Design (FX). Use this theme for site-specific customizations.
 * Author:       The WebFX Team
 * Author URI:   https://www.webfx.com
 * Template:     cateringbydesign
 * Version:      1.0.2
 * Text Domain:  cateringbydesign-child
 */

/* Add site-specific CSS overrides below this comment. */


.progress-navigation ul li::after {
    top: -5px;
}

.js-menu-step-error {
    display: none;
    margin: 0 0 20px;
    padding: 20px;
    border: 2px solid #b95555;
    border-radius: 6px;
    color: #b95555;
}

.js-menu-step-error.wpcf7-validation-errors {
    display: block;
}