/* Inline <style> blocks from the live page /about/contact (winndixie.com), extracted verbatim.
   The live site ships these inside the CMS-authored HTML; the Contentstack entries hold
   only structured content, so they are re-attached here per page. */
@media screen and (min-width: 1200px) {
.recipes-details .image-slider .image {
min-height: 850px !important;
}
}
.font-bold, .pt-10 li {
        font-size: 18px;
    }

    .ContactUs-HeaderImage {
        padding: 0;
    }

       @media (min-width: 768px) and (max-width: 991px) {
        .ContactUs-heading h2 {
            width: 75%;
            margin: 0;
            margin-top: 0;
            padding-bottom: 16px;
        }
    }

	.ContactUs-heading .holiday {
        font-weight: bold;
        margin-top: 16px;
	}

	@media only screen and (max-width: 767px) {
		.ContactUs-Header {
			display: inline-block !important;
		}
	}
.container-div.Location-Section {
    margin: 0 auto;
    float: none;
    }
    .contactus-section .Location-Section h3.title_h3{
    color: #E01B1A;
    }
    .container-div.Location-Section .description {
    font-family: WD Shopper;
    font-size: 1.125em;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px;
    letter-spacing: -.22px;
    color: #3c3c3b;
    }
    .container-div.Location-Section .description a {
    font-family: WD Shopper;
    font-size: 1.125em;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px;
    letter-spacing: -.22px;
    color: #E01B1A;
    text-decoration: underline;
    }
@media (min-width: 992px) {
		.contactus_bottom_section {
			margin-top: 170px;
		}

			.contactus_bottom_section .container .contactus-address {
				display: flex;
				flex-direction: column;
				flex-wrap: wrap;
				align-content: space-around;
			}
	}

	@media (min-width: 768px) and (max-width: 991px) {
		.contactus_bottom_section {
			margin-top: 86px;
		}
	}
.contactus_bottom_section .container .contactus-address {
    padding: 0;
}
.contactus_bottom_section .container .contactus-call-section {
    padding: 0;
}
	
@media screen and (min-width: 992px) {
    .contactus_bottom_section .container .contactus-address :nth-child(3) {
        margin-top:24px !important;
    }
}
@import url('https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --wd-red: #cc0000;
    --wd-dark: #2c2c2c;
    --wd-light: #ffffff;
    --wd-shadow: rgba(0, 0, 0, 0.15);
  }

 #chat-prompt {
    position: fixed;
    bottom: 137px;
    right: 51px;
    background: var(--wd-light);
    border-left: 5px solid #c8102e;
border-bottom: 2px solid #c8102e;
    border-radius: 12px;
    padding: 14px 18px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
    font-family: 'Segoe UI', sans-serif;
display: flex !important;
  }
#chat-prompt:before {
    border: none;
    font-family: "Font Awesome 5 Free";
    content: "";
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    color: #c8102e;
    position: absolute;
    bottom: -4px;
    right: 35px;
    margin: 0 auto;
    z-index: 100;
    line-height: 0;
    font-size: 26px;
}

  .chat-pubble-content {
    display: flex;
    align-items: center;
    gap: 12px;
    animation: pulse 2s infinite;
  }

  .chat-emoji {
    font-size: 30px;
    display: inline-block;
    animation: robotBounce 2s ease-in-out infinite;
  }

  .chat-title {
    font-weight: bold;
    font-size: 16px;
    color: var(--wd-dark);
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .chat-subtext {
    font-size: 13px;
    color: #666;
  }

  .chat-close {
    background: none;
    border: none;
    font-size: 16px;
    margin-left: 10px;
    cursor: pointer;
    color: var(--wd-dark);
  }

  .chat-alert-dot {
    font-size: 12px;
    animation: blink 1s infinite, glow 1.5s infinite;
  }

  #chat-prompt.show {
    opacity: 1;
    transform: translateY(0);
  }

  @keyframes floatIn {
    0% { transform: translateY(40px); opacity: 0; }
    60% { transform: translateY(-10px); opacity: 1; }
    80% { transform: translateY(5px); }
    100% { transform: translateY(0); }
  }

  @keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.03); }
  }

  @keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
  }

  @keyframes glow {
    0% { text-shadow: 0 0 5px var(--wd-red); }
    50% { text-shadow: 0 0 12px var(--wd-red); }
    100% { text-shadow: 0 0 5px var(--wd-red); }
  }

  @keyframes robotBounce {
    0% { transform: translateY(0) rotate(0deg); }
    25% { transform: translateY(-2px) rotate(-3deg); }
    50% { transform: translateY(2px) rotate(3deg); }
    75% { transform: translateY(-2px) rotate(-2deg); }
    100% { transform: translateY(0) rotate(0deg); }
  }

#webchat a {
    color: #337ab7;
    cursor: pointer;
    white-space: nowrap;
}
                /* Chatbot header font */
                #webchat-banner h1 {
                    color: #FFFFFF;
                    font-family: ASAP;
                    font-weight: bold;
                    font-size: 16px;
                    line-height: 22px;
                    letter-spacing: -0.22px;
                    margin: 0;
                }

                #webchat-banner .header-content-close-btn {
                    background-color: inherit;
                    border-radius: 50%;
                    overflow: hidden;
                    padding: 3px;
                    width: 28px;
                    height: 28px;
                    border: none;
                    display: flex;
                    align-items: center;
                    justify-content: center
                }

                    #webchat-banner .header-content-close-btn:hover {
                        background-color: #ff0000;
                    }

                #webchat-banner .chatClosebtn:hover {
                    background-color: #ff0000;
                }

                /* Chatbot header box */
                #webchat-banner {
                    align-items: center;
                    background-color: #C8102E;
                    display: flex;
                    height: 50px;
                    padding: 0 20px;
                    justify-content: space-between;
                    border-radius: 15px 15px 0 0;
                }

                /* Controls display of chat window */
                #webchat {
                    height: calc(100% - 50px); /* Leave room for the banner header */
                    overflow: hidden;
                    position: absolute;
                    top: 50px; /* Display below the banner header */
                    width: 100%;
                    border-radius: 0 0 15px 15px;
                    box-shadow: rgba(0, 0, 0, 0.05) 0px 41px 20px 0px, rgba(0, 0, 0, 0.05) 0px 0px 20px 0px;
                }

                    /* Controls styling of webchat text elements */
                    #webchat p, #webchat span, #webchat ol, #webchat ol li, #webchat input {
                        font-family: ASAP;
                        font-size: 14px;
                        line-height: 20px;
                        letter-spacing: -0.23px;
                        color: #3C3C3B;
                    }

                    /* Timestamp */
                    #webchat .webchat__stacked-layout__status span {
                        font-size: 12px;
                        line-height: 18px;
                        letter-spacing: -0.17px;
                        color: #868686;
                    }

                    /* Suggested actions */
                    #webchat span.webchat__suggested-actions__button-text {
                        color: #C8102E;
                        font-weight: bold;
                    }

                    /* Prevents parent page input/button color style from applying */
                    #webchat input, #webchat button {
                        outline: none !important;
                    }

                    /* Override parent header style */
                    #webchat header {
                        position: static;
                    }

                    /* Override parent page ordered list style */
                    #webchat ol, #webchat ol li {
                        list-style-type: decimal;
                        margin-left: 10px;
                    }

                    /* Login Button */
                    #webchat .ac-pushButton {
                        background-color: #C8102E;
                        color: #FFFFFF;
                        font-weight: bold;
                        border-radius: 6px;
                        border: 1px solid #C8102E;
                    }

                    /* Input placeholder text */
                    #webchat ::placeholder {
                        font-family: ASAP;
                        font-size: 14px;
                        line-height: 20px;
                        letter-spacing: -0.23px;
                        color: #868686;
                    }

                    /* Arrow icon for suggested options */
                    #webchat .react-film__flipper__body {
                        background-color: #C8102E;
                    }

                .chatbotModel {
                    position: absolute !important;
                    z-index: 6000;
                    height: 100%;
                    width: 100%;
                    align-items: center;
                    justify-content: center;
                    border-radius: 15px;
                    background-color: var(--modal-overlay-bgcolor);
                    -webkit-backdrop-filter: blur(15px);
                    backdrop-filter: blur(15px);
                    opacity: inherit;
                }

                    .chatbotModel .chatInitial {
                        position: absolute !important;
                        z-index: 6000;
                        height: 100%;
                        width: 100%;
                        display: flex !important;
                        align-items: center;
                        justify-content: center;
                        border-radius: inherit;
                        background-color: var(--modal-overlay-bgcolor);
                        -webkit-backdrop-filter: blur(15px);
                        backdrop-filter: blur(15px);
                    }

                .chatDialog {
                    border-radius: 10px;
                    background-color: #ffffff;
                    z-index: 6001;
                    position: relative;
                    /* margin: 25px; */
                    box-shadow: #63636333 0 2px 8px;
                    /* padding: 10px 8px; */
                    text-align: center;
                    width: 225px !important;
                    color: var(--modal-title-color,var(--color-typography-dark))
                }

                .chatbotModel .modal-header {
                    border-bottom: none !important;
                }

                .chatbotModel .modal-content {
                    background: #ffffff;
                }

                .chatbotModel .modal-footer {
                    display: flex !important;
                    justify-content: space-between;
                }

                button.chatClosebtn {
                    background-color: inherit;
                    border-radius: 50%;
                    overflow: hidden;
                    padding: 3px;
                    width: 28px;
                    height: 28px;
                    border: none;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                .chatbotModel .chatBtn {
                    width: 80px;
                    font-family: Asap;
                    font-size: 1.0em;
                    font-weight: bold;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.22;
                    letter-spacing: -.25px;
                    text-align: center;
                    float: right;
                    right: 0;
                    color: #fff;
                    background-color: #c8102e;
                    border: 1px solid #c8102e;
                    border-radius: 6px;
                    -webkit-transition: background-color .2s ease-out;
                    -moz-transition: background-color .2s ease-out;
                    -o-transition: background-color .2s ease-out;
                    transition: background-color .2s ease-out;
                }

                    .chatbotModel .chatBtn:hover {
                        background-color: #a20f27 !important;
                        border: 1px solid #a20f27;
                        color: #fff;
                    }
.z-banner {
        z-index: 55555 !important;
    }

    .ps-fixed {
        position: fixed !important;
    }

    .bg-yellow-700 {
        background-color: #F8EC74;
        opacity: .92;
    }

    .fc-black {
        color: #000;
    }

    .wmx8 {
        max-width: 64.8205128rem;
    }

    .mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .grid {
        display: flex;
    }

    .jc-center {
        justify-content: center;
    }

    .mr12 {
        margin-right: 10%;
        font-size : 1em;
    }

    #cookieBar a {
        cursor: pointer;
        text-decoration: underline;
    }
 #cookieBar p {
    margin-bottom : 0px;
  }
    .svgClose {
        float: right;
        margin-top: -21px;
        margin-right: 33px;
    }

    .paddingBar {
        padding: 20px;
        right: 0px;
        left: 0px;
        bottom: 0px;
    }


    .s-link {
        color: #000 !important;
    }

      @media screen and (min-width:100px) and (max-width:992px) {
        .paddingBar {
            right: -27px;
        }
    }
@media screen and (min-width:320px) and (max-width:568px) {
.svgClose {
    float: right;
    margin-top: -43px;
    margin-right: 20px;
}
.mx-auto {
    margin-left: -7px;
}
}
@media screen and (min-width:375px) and (max-width:667px) {
.mr12 {
    margin-right: 31px;
}
.svgClose {
    margin-top: -30px;
}
}
.async-hide {
			opacity: 0 !important;
		}
