.highlight-btn {
    display: flex;
    height: 59px;
    padding: 20px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    background: var(--Rusty-Red, #B85C4E);
    color: #FFF;
    font-family: "SofiaRough", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
}

.secondary-btn {
    display: flex;
    height: 59px;
    padding: 20px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    border: 2px solid #FFF;
    color: #FFF;
    font-family: "SofiaRough", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
}

.tertiary-btn {
    display: flex;
    height: 59px;
    padding: 20px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    background: #03424C;
    color: #FFF;
    font-family: "SofiaRough", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
}

.container {
    width: 100%;
    max-width: 1440px;
    padding-left: 48px;
    padding-right: 48px;
    z-index: 1;
}

/* MAIN */

body .wrapper {
    background-color: #EFF0F2;
    background-image: url(https://ketchgrillastg.wpenginepowered.com/wp-content/uploads/2025/01/bg-1.png);
    background-attachment: fixed;
}

.main {
    padding-top: 50px;
}

/* DETAILS */

section.details {
    display: flex;
    flex-direction: column;
    width: 1344px;
    margin: 50px auto;
    margin-bottom: 36px;
}

section.details h1 {
    color: #03424C;
    font-family: "SofiaRough", sans-serif;
    font-size: 80px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    margin-top: 34px;
    margin-bottom: 34px;
}

section.details .info {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    background: #77A8A0;
    padding: 24px 20px;
}

.address-details {
    display: flex;
    margin-bottom: 34px;
}

.address-details .street-address {
    display: flex;
    align-items: center;
    margin-right: 36px;
    color: #03424C;
    font-family: 'Gotham', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.24px;
    text-transform: uppercase;
}

.address-details .phone {
    display: flex;
    align-items: center;
    color: #03424C;
    font-family: 'Gotham', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.24px;
    text-transform: uppercase;
}

.address-details svg {
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 19.5px;
    border: 1px solid rgba(3, 66, 76, 0.20);
    margin-right: 10px;
}

.schedule {
    display: flex;
}

.schedule .hours {
    margin-right: 32px;
    display: flex;
    align-items: center;
    color: #03424C;
    font-family: 'Gotham', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.24px;
    text-transform: uppercase;
}

.schedule .hours svg {
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 19.5px;
    border: 1px solid rgba(3, 66, 76, 0.20);
    margin-right: 10px;
}

.schedule .day {
    display: flex;
    flex-direction: column;
    margin-right: 40px;
}

.schedule .day .brunch,
.schedule .day .lunch {
    margin-bottom: 8px;
}

.schedule .day .lunch .label {
    width: 62px;
}

.schedule .night {
    display: flex;
    flex-direction: row;
    margin-right: 40px;
}

.schedule .day .brunch,
.schedule .day .lunch,
.schedule .night,
.schedule .weekend {
    display: flex;
    color: #03424C;
    font-family: 'Gotham', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}

.schedule .day .brunch,
.schedule .day .lunch {
    display: block;
    padding-left: 8px;
}

.schedule .day .brunch .label,
.schedule .day .brunch .office-hours,
.schedule .day .lunch .label,
.schedule .day .lunch .office-hours {
    display: inline;
    padding-left: 0;
    margin-left: 0;
}

.schedule .day .lunch .office-hours {
    margin-left: 0;
}

.schedule .night p {
    margin-bottom: 8px;
}

.schedule .label {
    color: #03424C;
    font-family: 'Gotham' ,sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
    font-weight: 700;
    margin-right: 3px;
    flex: none;
}

.schedule .office-hours {
    font-weight: 400;
}

/* MAP */

.map {
    width: 1344px;
    padding: 50px 0;
    margin: auto;
}

.map .map-mobile {
    display: none;
}

/* EVENTS */

.events {
    padding: 50px 48px;
    max-width: 1440px;
    margin: 30px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.events h2 {
    color: #03424C;
    text-align: center;
    font-family: 'TrendSlabOne', serif;
    font-size: 58px;
    font-style: normal;
    font-weight: 250;
    line-height: 100%;
    margin-bottom: 36px;
}

.events p {
    color: #000;
    text-align: left;
    font-family: 'Gotham', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: 120%;
    margin-bottom: 64px;
    width: 700px;
    text-align: center;
}

.events .event-items {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
}

.events .event-items .event-item {
    width: calc(25% - 48px);
    display: flex;
    flex-direction: column;
}

.events .event-items .event-item h5 {
    color: #03424C;
    font-family: 'Gotham', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 24px;
    text-transform: unset;
}

.events .event-items .event-item p {
    color: #000;
    font-family: 'Gotham', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: 120%;
    text-align: left;
    width: 100%;
}

/* INTERACTIONS */
.interactions {
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: 100%;
    max-width: 1440px;
    padding: 50px 48px;
}

.interactions .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 48px;
    border-radius: 8px;
    position: relative;
}

.interactions .reservation {
    width: calc(60% - 8px);
}

.interactions .reservation .columns {
    display: flex;
}

.interactions .reservation .columns .first {
    width: 65%;
}

.interactions .reservation .columns .second {
    width: 35%;
}

.interactions .order {
    width: calc(40% - 8px);
}

.interactions .item::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 14px;
    width: 100%;
    background-image: url(https://ketchgrillastg.wpenginepowered.com/wp-content/uploads/2025/01/location-bottom.jpg);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.interactions .item h4 {
    color: #FFF;
    text-align: center;
    font-family: "SofiaRough", sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    margin-bottom: 24px;
    text-align: left;
}

.interactions .item p.subheading {
    font-family: 'Gotham', sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
}

.interactions .item p {
    color: #FFF;
    text-align: center;
    font-family: 'Gotham', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: 120%;
    margin-bottom: 36px;
    text-align: left;
}

.interactions .item .secondary-btn {
    width: 213px;
}

.interactions .reservation {
    background: #03424C;
}

.interactions .reservation .section-footer  {
    height: 64px;
    color: #03424C;
    background-color: #DCE8E6;
    position: absolute;
    bottom: 14px;
    width: 100%;
    text-align: center;
    font: normal normal 100 18px / 16px 'SofiaRough', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

.interactions .order {
    background: #FFF;
}

.interactions .order h4,
.interactions .order p,
.interactions .order .secondary-btn {
    color: #03424C;
}

.interactions .order p {
    font-weight: 350px;
}

.interactions .order .secondary-btn {
    border: 2px solid #0D4E55;
}

.interactions .item .secondary-btn {
    margin: auto;
    margin-bottom: 20px;
}

.gallery {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 50px 48px;
}

.gallery h2 {
    color: #03424C;
    text-align: center;
    font-family: 'TrendSlabOne', serif;
    font-size: 58px;
    font-style: normal;
    font-weight: 250;
    line-height: 100%;
    margin-bottom: 64px;
}

.masonry {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.masonry-item { width: 324px; margin-bottom: 13px; }
.masonry-item--width2 { width: 664px; }

/* open table */

.ot-standard {
    margin-left: auto;
    margin-right: 0;
}

.ot-standard .ot-dtp-picker-form {
    display: flex;
    flex-direction: column;
}

.ot-standard .ot-dtp-picker-form > div {
    width: 100% !important;
}

/* additional override */
.day {
    height: inherit!important;
    background-clip: inherit!important;
    background-color: inherit!important;
    border: inherit!important;
    border-width: inherit!important;
    box-sizing: inherit!important;
    cursor: inherit!important;
    line-height: inherit!important;
    text-align: inherit!important;
    vertical-align: inherit!important;
    width: inherit!important;
}

.day:focus, .day:focus-visible, .day:hover,
.day:focus:after, .day:focus-visible:after, .day:hover:after {
    border: none!important;
}

.container {
    position: inherit!important;
    height: inherit!important;
    max-width: inherit!important;
    margin: inherit!important;
    background-color: inherit!important;
    border-radius: inherit!important;
    border: inherit!important;
}

.order-online-link {
    display: none;
}

@media only screen and (max-width: 1280px) {
    .masonry-item { width: calc(25% - 10px); margin-bottom: 10px; }
    .masonry-item--width2 { width: calc(50% - 10px); }
}

@media only screen and (max-width: 1000px) {
    .main {
        padding-top: 50px;
        padding-left: 24px;
        padding-right: 24px;
    }

    section.details {
        margin: 25px auto;
        width: 100%;
    }

    section.details h1 {
        color: #03424C;
        font-family: "SofiaRough", sans-serif;
        font-size: 36px;
        font-style: normal;
        font-weight: 300;
        line-height: 100%;
    }

    section.details .info {
        width: 100%;
    }

    section.details .info .address-details {
        flex-direction: column;
    }

    section.details .info .address-details svg {
        min-width: 36px;
        width: 36px;
        height: 36px;
    }

    section.details .info .address-details .street-address {
        margin-right: 0;
        margin-bottom: 16px;
        font-size: 13px;
        line-height: normal;
        letter-spacing: -0.24px;
        text-transform: uppercase;
    }

    section.details .info .address-details {
        margin-bottom: 16px;
    }

    section.details .info .address-details .phone {
        font-size: 13px;
        line-height: normal;
        letter-spacing: -0.24px;
        text-transform: uppercase;
    }

    section.details .info .schedule {
        flex-direction: column;
    }

    section.details .info .schedule .hours {
        font-size: 13px;
        margin-bottom: 16px;
    }

    section.details .info .schedule .hours svg {
        min-width: 36px;
        width: 36px;
        height: 36px;
    }

    .schedule .day,
    .schedule .night,
    .schedule .weekend {
        margin-right: 0;
        padding-left: 40px;
        margin-bottom: 16px;
    }

    .schedule .office-hours {
        margin-left: 8px;
    }

    .schedule .night {
        flex-direction: column;
    }

    .schedule .night .label {
        margin-bottom: 16px;
    }

    .schedule .weekend .label {
        width: 77px;
    }

    .schedule .day .brunch,
    .schedule .day .lunch,
    .schedule .night, .schedule .weekend {
        font-size: 12px;
    }

    .map {
        padding-top: 11px;
        padding-bottom: 0;
        width: 100%;
        height: 540px;
    }

    .map img {
        width: 100%;
        height: 529px;
        object-fit: cover;
    }

    .map .map-desktop {
        display: none;
    }

    .map .map-mobile {
        display: block;
    }

    .events {
        width: 100%;
        padding: 0;
        margin-top: 60px;
    }

    .events h2 {
        text-align: center;
        font-size: 36px;
        line-height: 100%;
        margin-bottom: 24px;
    }

    .events p {
        font-size: 16px;
        line-height: 120%;
        width: 100%;
    }

    .events .event-items {
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: scroll;
        margin-bottom: 20px;
    }

    .events .event-items .event-item {
        min-width: 244px;
        width: 244px;
        margin-right: 16px;
    }

    .events .event-items .event-item:last-child {
        margin-right: 0;
    }

    .events .event-items .event-item p {
        margin-bottom: 30px;
    }

    .interactions {
        padding: 60px 0;
        margin-left: -24px;
        margin-right: -24px;
        flex-direction: column;
        width: 100vw;
    }

    .interactions .item {
        width: 100%;
        padding: 32px 48px 100px 48px;
    }

    .interactions .reservation {
        margin-bottom: 16px;
    }

    .interactions .reservation .section-footer {
        display: block;
        padding-top: 18px;
    }

    .interactions .item.order h4,
    .interactions .item.order p {
        text-align: center;
    }

    .interactions .reservation .columns {
        flex-direction: column;
    }

    .interactions .reservation .columns .first,
    .interactions .reservation .columns .second {
        width: 100%;
    }

    .interactions .reservation .columns .first h4,
    .interactions .reservation .columns .first p,
    .interactions .reservation .columns .second h4,
    .interactions .reservation .columns .second p {
        text-align: center;
    }

    .gallery {
        padding: 0;
        padding-bottom: 60px;
    }

    .gallery h2 {
        font-size: 36px;
        line-height: 100%;
    }

    .masonry {
        overflow-x: scroll;
        display: flex;
        flex-wrap: nowrap;
        height: auto!important;
    }

    .masonry .masonry-item {
        height: 347px;
        width: 300px;
        min-width: 300px;
        margin-right: 10px;
        width: auto;
        position: unset!important;
    }

    .masonry .masonry-item.masonry-item--width2 {
        width: 627px;
        min-width: 627px;
    }

    .masonry .masonry-item img {
        width: auto;
        height: 100%;
    }

    .ot-standard {
        margin-right: auto;
    }
}

@media only screen and (max-width: 400px) {
    .schedule .weekend {
        flex-direction: column;
        gap: 16px;
    }
}