:root {
  --orange: #f68b1f;
  --dark: #242021;
  --dark2: #1c1a1b;
  --mid: #2f2b2c;
  --light: #f9f5f0;
  --text: #3a3635;
  --white:#ffffff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  background: #fff;
  color: var(--text);
  margin: 0;
}
p{
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: var(--dark);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: "Anton", sans-serif;
}

a:focus{
    outline: none;
}

/* ── TOP BAR ── */
.top-bar {
    background: var(--orange);
    padding-top: 10px;
    font-size: 16px;
    padding-bottom: 5px;
    border-top: 1px solid var(--dark);
    border-bottom: 1px solid var(--dark);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    background-image: url(../images/paddy-texture.jpg);
}
.top-bar:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--orange);
    opacity: 0.5;
}
.top-bar a i{
    color: var(--dark);
    margin-right: 10px;
    font-size: 24px;
}
.top-header-right {
    float: right;
}
.paddy-specials-list a {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    color: var(--white);
    font-family: "Anton", sans-serif;
    letter-spacing: 0.5px;
}
.paddy-specials-list li {
    padding: 0px 10px;
}

/* ── NAVBAR ── */
.navbar {
  background: var(--white) !important;
  border-bottom: 4px solid var(--orange) !important;
  border-radius: 0 !important;
  border: none;
  margin-bottom: 0;
}
.navbar-brand img {
  height: 200px;
}
.navbar-default .navbar-brand {
    float: none;
    padding: 0px;
    position: absolute;
    top: -35px;
}
.navbar-nav > li > a {
    font-family: "Anton", sans-serif;
    font-weight: 500 !important;
    font-size: 16px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--orange) !important;
    padding: 15px 10px !important;
    margin: 40px 5px;
}
.navbar-nav > li > a:hover,
.navbar-nav > li.active > a {
  color: var(--orange) !important;
  background: transparent !important;
}
nav.navbar.navbar-default.navbar-sticky.bootsnav .btn-nav-order {
    background: var(--orange) !important;
    font-family: "Anton", sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: 3px !important;
    margin-top: 8px;
    margin-left: 8px;
    padding: 15px 25px !important;
    color: #ffffff !important;
    transition: all 0.3s linear;
}
nav.navbar.navbar-default.navbar-sticky.bootsnav .btn-nav-order:hover {
  background: var(--dark) !important;
  color: var(--white) !important;
}
.navbar-toggle {
  border-color: var(--orange);
  margin-top: 12px;
}
.navbar-toggle .icon-bar {
  background-color: var(--orange);
}
ul.nav.navbar-nav.navbar-right {
    float: right !important;
}
.navbar-nav > li > a {
  position: relative;
}
.navbar-nav > li > a::before,
.navbar-nav > li > a::after {
  content: '';
  position: absolute;
  bottom: 5px;     
  width: 0;
  height: 2px;
  background: var(--dark);
  transition: width 0.3s ease;
}
.navbar-nav > li > a::before { left: 50%;  }
.navbar-nav > li > a::after  { right: 50%; }
.navbar-nav > li > a:hover::before,
.navbar-nav > li > a:hover::after {
  width: 50%;
}
.navbar-nav > li.active > a::before,
.navbar-nav > li.active > a::after {
  width: 50%;
}
.navbar-nav > li > a.btn-nav-order::before,
.navbar-nav > li > a.btn-nav-order::after {
  display: none;
}
/* ── HERO ── */
.hero {
  position: relative;
  min-height: 88vh;
  display: table;
  width: 100%;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/Paddy-Macs-Pub-and-Grill-Interior.jpg")
    center/cover no-repeat;
  filter: brightness(0.28);
}
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(36, 32, 33, 0.3) 0%,
    rgba(36, 32, 33, 0.45) 100%
  );
}
.hero-cell {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 80px 20px;
}
.hero-eyebrow {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 16px;
}
.hero-title {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 72px;
  color: #fff;
  line-height: 0.95;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.hero-title em {
  color: var(--orange);
  font-style: normal;
}
.hero-tagline {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 560px;
  margin: 20px auto 2.5rem;
  line-height: 1.7;
}
.btn-hero-primary {
  background: var(--orange);
  color: var(--dark);
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 12px 32px;
  border-radius: 3px;
  border: none;
  text-decoration: none;
  display: inline-block;
  margin: 4px;
}
.btn-hero-primary:hover {
  background: #ff9c30;
  color: var(--dark);
  text-decoration: none;
}
.btn-hero-ghost {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.45);
  font-family: "Anton", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 10px 28px;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  margin: 4px;
}
.btn-hero-ghost:hover {
  border-color: var(--orange);
  color: var(--orange);
  text-decoration: none;
}

/* ── INFO BAR ── */
.info-bar {
  background: var(--orange);
  padding: 18px 0;
}
.info-item {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  color: var(--dark);
  padding: 4px 20px;
  text-align: left;
}
.info-item i {
  font-size:22px;
}
.info-label {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.75;
    line-height: 1;
    margin-bottom: 6px;
}
.info-value {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
}
.info-value a {
  color: var(--dark);
  text-decoration: none;
}
.info-divider {
  display: inline-block;
  width: 1px;
  height: 36px;
  background: rgba(36, 32, 33, 0.2);
  vertical-align: middle;
}

/* ── FOOD STRIP ── */
.food-strip .cell {
  overflow: hidden;
}
.food-strip .cell img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s;
}
.food-strip .cell:hover img {
  transform: scale(1.08);
}
.food-col {
    padding: 0px;
}

/* ── SECTION UTILS ── */
.sec-title {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 48px;
  text-transform: uppercase;
  color: var(--dark);
  margin-bottom: 0.3px;
}
.sec-title.light {
  color: #fff;
}
.sec-title span {
  color: var(--orange);
}
.rule-orange {
  width: 50px;
  height: 4px;
  background: var(--orange);
  border-radius: 2px;
  margin: 0.8rem 0 1.4rem;
}
.rule-orange.center {
  margin-left: auto;
  margin-right: auto;
}
.sec-sub {
  color: #7a706d;
  font-size: 16px;
  line-height: 1.7;
}

/* ── ABOUT ── */
.about-section {
  padding: 80px 0;
  background: #fff;
}
.about-img-grid {
  position: relative;
  height: 440px;
}
.about-img-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}
.about-img-top {
  position: absolute;
  right: 0;
  top: 0;
  width: 38%;
  height: 49%;
  object-fit: cover;
  border-radius: 3px;
}
.about-img-bot {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 38%;
  height: 49%;
  object-fit: cover;
  border-radius: 3px;
}
.about-text p {
  color: #5a5250;
  font-size: 16px;
  line-height: 1.8;
}
.about-quote {
  font-size: 16px;
  font-style: italic;
  color: #9a908d;
}

/* ── BUTTONS ── */
.btn-orange-solid {
  background: var(--orange);
  color: var(--dark);
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 12px 30px;
  border-radius: 3px;
  border: none;
  text-decoration: none;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
}
.btn-orange-solid:hover {
  background: #ff9c30;
  color: var(--dark);
  text-decoration: none;
}
.btn-dark-outline {
  background: transparent;
  color: var(--dark);
  border: 2px solid var(--dark);
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 10px 28px;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 8px;
}
.btn-dark-outline:hover {
  border-color: var(--orange);
  color: var(--orange);
  text-decoration: none;
}

/* ── MENU SECTION ── */
.menu-section {
  background: var(--light) !important;
  padding: 60px 0;
}
.menu-tabs-wrap .nav-tabs {
  border-bottom: none;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin-bottom: 40px;
}
.menu-tabs-wrap .nav-tabs > li > a {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #888;
  border: 2px solid #ddd !important;
  border-radius: 3px !important;
  padding: 7px 16px;
  background: #fff;
  margin: 0;
}
.menu-tabs-wrap .nav-tabs > li.active > a,
.menu-tabs-wrap .nav-tabs > li > a:hover {
  color: #fff !important;
  background: var(--orange) !important;
  border-color: var(--orange) !important;
}
.menu-category-title {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--dark);
  border-bottom: 3px solid var(--orange);
  padding-bottom: 0.5rem;
  margin-bottom: 24px;
  margin-top: 1.5rem;
}
.menu-category-title:first-child {
  margin-top: 0;
}
.menu-note {
  font-size: 14px;
  color: #888;
  font-style: italic;
  margin-bottom: 24px;
}
.menu-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 10px 0;
  border-bottom: 1px dashed #e0dad6;
  gap: 12px;
}
.menu-item:last-child {
  border-bottom: none;
}
.menu-item .name {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--dark);
  flex-shrink: 0;
}
.menu-item .desc {
  font-size: 14px;
  color: #888;
  flex-grow: 1;
  padding: 0 12px;
  line-height: 1.4;
}
.menu-item .price {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: var(--orange);
  white-space: nowrap;
  flex-shrink: 0;
}
.menu-img {
  width: 100%;
  height: 400px;
  border-radius: 4px;
  object-fit: cover;
  display: block;
}
.breakfast-spl-title{
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--orange);
    margin-bottom: 10px;
    margin-top: 20px;
}

/* ── PARTY BANNER ── */
.party-section {
  background: var(--dark);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.party-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/Paddy-Macs-Fall-24.jpg")
    center/cover no-repeat;
  opacity: 0.12;
}
.party-inner {
  position: relative;
  z-index: 2;
}
.party-title {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 48px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.25;
}
.party-title span {
  color: var(--orange);
}
.party-text {
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  line-height: 1.75;
  margin-top: 16px;
  letter-spacing: 0.3px;
}
.party-eyebrow {
  font-family: "Anton", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 10px;
}
.event-img1 {
    height: 160px;
    object-fit: cover;
    margin-bottom: 30px;
    width: 100%;
}

/* ── SPECIALS ── */
.specials-section {
  background: #fff;
  padding: 50px 0;
}
.day-row {
    display: flex;
    flex-wrap: wrap;
}
.day-col {
    display: flex;
    flex-direction: inherit;
}
.special-card {
  background: var(--light);
  border-top: 4px solid var(--orange);
  border-radius: 3px;
  padding: 22px;
  margin-bottom: 20px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.special-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}
.special-card .day-label {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 6px;
}
.special-card .card-title {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--dark);
  margin-bottom: 8px;
  letter-spacing: 1px;
}
.special-card p {
    color: #7a706d;
    font-size: 16px;
    margin: 0;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* ── GALLERY ── */
.gallery-section {
  background: var(--white);
  padding: 60px 0 80px;
}
.gallery-grid {
  margin: 0 -4px;
}
.gallery-grid .gcol {
  padding: 4px;
}
.gallery-grid img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
  border-radius: 3px;
  transition: transform 0.4s;
}
.gallery-grid .tall img {
  height: 395px;
}
.gallery-grid .wide img {
  height: 190px;
}
.gallery-grid .gcol:hover img {
  transform: scale(1.1);
}
.gallery-overflow {
  overflow: hidden;
  border-radius: 3px;
}

/* ── REVIEWS ── */
.reviews-section {
  background: var(--light);
  padding: 80px 0;
}
.review-card {
  background: #fff;
  border-radius: 4px;
  padding: 28px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  position: relative;
  margin-bottom: 20px;
  height: 260px;
}
.review-quote {
  font-family: "Anton", sans-serif;
  font-size: 5rem;
  color: var(--orange);
  opacity: 0.15;
  line-height: 1;
  position: absolute;
  top: 8px;
  left: 18px;
}
.review-stars {
  color: var(--orange);
  font-size: 16px;
  margin-bottom: 12px;
}
.high-stars {
    color: var(--orange);
    font-size: 24px;
}
.high-text-info{
    margin-left: 8px;
    font-size: 18px;
    color: #998f8b;
}
.review-card p {
  color: #6a605d;
  font-size: 16px;
  line-height: 1.75;
  font-style: italic;
}
.review-author {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--orange);
  margin-top: 12px;
}
.review-source {
    font-size: 14px;
    color: #6a605d;
    margin-top: 2px;
}
.review-source {
  font-size: 16px;
  color: #bbb;
}

/* ── NEWSLETTER ── */
.newsletter-section {
  background: var(--orange);
  padding: 60px 0;
}
.newsletter-section h2 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 30px;
  text-transform: uppercase;
  color: var(--dark);
}
.newsletter-section p {
  color: rgba(36, 32, 33, 0.7);
  font-size: 16px;
}
.newsletter-section .form-control {
  border: none;
  border-radius: 3px 0 0 3px;
  padding: 12px 18px;
  font-size: 16px;
  height: 48px !important;
  box-shadow: none;
}
.btn-dark-sub {
  background: var(--dark);
  color: #fff;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: none;
  padding: 0 24px;
  height: 48px;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
}
.btn-dark-sub:hover {
  background: #3a3435;
  color: #fff;
}
.input-group .form-control {
  flex: 1;
}
.newsletter-section .input-group-btn .btn{
  background-color: var(--dark);
  border:1px solid var(--dark);
}
.email-block{
    margin-top: 20px;
}
.input-group-btn .fa-envelope.color-white {
    margin-right: 10px;
}
.newsletter-section p {
    color: #2e2929;
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
}

/* ── FOOTER ── */
footer {
  background: var(--dark2);
  border-top: 4px solid var(--orange);
  padding: 60px 0 0;
}
.footer-logo img{
    width: 70px;
}
footer h5 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 18px;
}
footer p,
footer li,
footer a {
  color: #7a706d;
  font-size: 16px;
  line-height: 1.8;
}
footer a {
  text-decoration: none;
  display: block;
}
footer a:hover {
  color: var(--orange);
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bottom-footer {
  border-top: 1px solid #2a2728;
  margin-top: 40px;
  padding: 20px 0;
  color: #443e3c;
  font-size: 16px;
}
.social-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #3a3435;
  color: #998f8b;
  font-size: 16px;
  margin-right: 6px;
  text-decoration: none !important;
  display: inline-block;
  line-height: 38px;
  text-align: center;
}
.social-btn:hover {
  border-color: var(--orange);
  color: var(--orange) !important;
}
.gift-box {
  background: var(--mid);
  border-radius: 4px;
  padding: 16px;
  margin-top: 16px;
}
.gift-box-title {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 8px;
}
.footer-info {
    margin-top: 15px;
    margin-bottom: 20px;
}
.power p a{
    display: inline-block;
    color: var(--orange);
}
.bottom-footer p{
    margin: 0px;
}
.find-block i{
    color: var(--orange);
}
.breakfast-serve-info {
    margin-top: 15px;
}

/* ── HOURS TABLE ── */
.hours-table {
  width: 100%;
}
.hours-table td {
  padding: 4px 0;
  color: #7a706d;
  font-size: 16px;
}
.hours-table td:last-child {
  text-align: right;
  color: #c8bfbb;
}
.hours-table tr.today td {
  color: var(--orange) !important;
  font-weight: 400;
}
.del-space{
    display: none;
}
/* ─── EVENTS SECTION ────────────────────── */
.events-section {
  padding: 80px 0 100px;
}
.section-head {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 48px;
}
.section-head h2 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: var(--orange);
    white-space: nowrap;
    margin: 0px;
}
.section-head-rule {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(246, 139, 31, 0.5), transparent);
}

/* ── Bootstrap nav-tabs override ── */
.events-section .nav-tabs {
  border-bottom: 1px solid rgba(246, 139, 31, 0.18);
  margin-bottom: 36px;
}
.events-section .nav-tabs > li > a {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--dark);
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    padding: 12px 26px;
    margin-right: 0;
    transition: color 0.2s, border-color 0.2s;
}
.events-section .nav-tabs > li > a:hover,
.events-section .nav-tabs > li > a:focus {
  background: transparent;
  border-color: transparent;
  border-bottom-color: rgba(246, 139, 31, 0.4);
  color: var(--orange);
}
.events-section .nav-tabs > li.active > a,
.events-section .nav-tabs > li.active > a:hover,
.events-section .nav-tabs > li.active > a:focus {
  background: transparent;
  border: none;
  border-bottom: 2px solid var(--orange);
  color: var(--orange);
  cursor: default;
}
.events-section .tab-content > .tab-pane {
  padding-top: 4px;
}

/* Featured card */
.event-featured {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 8px;
  cursor: pointer;
}
.event-featured-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
  filter: brightness(0.5) saturate(0.75);
  transition: filter 0.45s, transform 0.5s;
}
.event-featured:hover .event-featured-img {
  filter: brightness(0.68) saturate(1);
  transform: scale(1.03);
}
.event-featured-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px 26px 22px;
  background: linear-gradient(
    to top,
    rgba(28, 26, 27, 0.97) 0%,
    rgba(28, 26, 27, 0.3) 70%,
    transparent 100%
  );
}
.featured-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--dark2);
  background: var(--orange);
  padding: 4px 12px;
  border-radius: 2px;
  margin-bottom: 10px;
}
.featured-date {
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgb(249 245 240 / 63%);
    margin-bottom: 4px;
}
.featured-artist {
  font-size: 30px;
  font-weight: 400;
  color: var(--white);
  line-height: 1.05;
}
.featured-time {
  font-size: 13px;
  color: var(--orange);
  margin-top: 8px;
  letter-spacing: 1px;
}

/* Event rows */
.event-row {
  display: flex;
  align-items: center;
  background: var(--dark);
  border: 1px solid rgba(246, 139, 31, 0.06);
  border-radius: 3px;
  margin-bottom: 10px;
  overflow: hidden;
  transition: all 0.2s, border-color 0.2s;
  cursor: pointer;
}
.event-row:hover {
  background: var(--mid);
  border-color: rgba(246, 139, 31, 0.28);
}
.er-num {
  font-size: 32px;
  font-weight: 400;
  color: rgb(246 139 31 / 77%);
  width: 76px;
  text-align: center;
  flex-shrink: 0;
  padding: 16px 0;
  line-height: 1;
  transition: color 0.2s;
}
.event-row:hover .er-num {
  color: var(--orange);
}
.er-divider {
  width: 1px;
  height: 38px;
  background: rgba(246, 139, 31, 0.08);
  flex-shrink: 0;
}
.er-info {
  flex: 1;
  padding: 13px 18px;
}
.er-dayname {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(246, 139, 31, 0.75);
  margin-bottom: 2px;
}
.er-artist {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--light);
    line-height: 1;
    margin: 6px 0px;
}
.er-time {
    font-size: 14px;
    font-weight: 300;
    color: rgb(249 245 240 / 74%);
    margin-top: 3px;
    letter-spacing: 1px;
}
.er-arrow {
  padding: 0 18px;
  color: rgba(246, 139, 31, 0.2);
  font-size: 20px;
  flex-shrink: 0;
  transition: color 0.2s, transform 0.2s;
}
.event-row:hover .er-arrow {
  color: var(--orange);
  transform: translateX(4px);
}
.events-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 150px 0px;
}
.events-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 49%);
}
.banner-inner {
    position: relative;
    text-align: center;
}
.banner-title {
    font-size: 60px;
    color: #ffffff;
    margin-bottom: 30px;
    letter-spacing: 1.5px;
}
.more-dates p{
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--dark);
    padding-left: 10px;
    line-height: 2;
}
.more-dates p span{
  color: var(--orange);
}
.our-story-section{
  padding: 60px 0px;
}
.pd-mac-story .lead-intro {
    font-size: 18px;
    font-style: italic;
    color: var(--mid);
    border-left: 4px solid var(--orange);
    padding-left: 18px;
    margin-bottom: 28px;
    line-height: 1.8;
}
.story-content {
    margin-top: 40px;
}
.our-story-section{
  background-color: var(--light);
}
.story-img img{
    width: 100%;
    border-radius: 4px;
    box-shadow: 6px 6px 0 rgba(246, 139, 31, 0.45);
    object-fit: cover;
    max-height: 420px;
}
.photo-grid-section {
    background: var(--dark2);
    padding: 60px 0;
}
.photo-grid-section .grid-item {
    padding: 6px;
    overflow: hidden;
}
.photo-grid-section .grid-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top;
    border-radius: 3px;
    transition: transform 0.35s ease, opacity 0.35s ease;
    display: block;
}
.photo-grid-section .grid-item img:hover {
    transform: scale(1.04);
    opacity: 0.88;
}
.tribute-section {
    background: var(--light);
    padding: 60px 0px;
}
.tribute-card {
    background: var(--white);
    border: 1px solid #ddd;
    border-top: 4px solid var(--orange);
    border-radius: 4px;
    padding: 36px 40px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}
.tribute-card .tribute-opener {
    font-style: italic;
    font-size: 20px;
    color: var(--mid);
    line-height: 1.85;
    margin-bottom: 20px;
}
.tribute-card .names-highlight {
    background: var(--light);
    border-left: 3px solid var(--orange);
    padding: 14px 18px;
    margin: 18px 0;
    font-size: 15px;
    line-height: 1.85;
    color: var(--text);
    border-radius: 0 4px 4px 0;
}
.tribute-card .signature {
    font-size: 22px;
    font-style: italic;
    color: var(--orange);
    margin-top: 28px;
}
.tribute-card .signature small {
    display: block;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--mid);
    font-style: normal;
    margin-top: 4px;
}

/*--special-section--*/
.specials-page-section {
  padding: 60px 0 100px;
  position: relative;
  overflow: hidden;
  background-color: var(--light);
}
.spec-card {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
}
.spec-card-img {
  width: 100%;
  display: block;
  object-fit: cover;
  filter: brightness(0.4) saturate(0.6);
  transition: filter 0.5s ease, transform 0.6s ease;
}
.spec-card:hover .spec-card-img {
  filter: brightness(0.58) saturate(1);
  transform: scale(1.04);
}
.spec-card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px 30px 28px;
  background: linear-gradient(
    to top,
    rgba(28, 26, 27, 1) 0%,
    rgba(28, 26, 27, 0.85) 45%,
    rgba(28, 26, 27, 0.2) 80%,
    transparent 100%
  );
}
.spec-badge {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--dark2);
  background: var(--orange);
  padding: 4px 12px;
  border-radius: 2px;
  margin-bottom: 12px;
}
.spec-title {
  font-weight: 400;
  color: var(--white);
  line-height: 1.05;
  margin-bottom: 14px;
  font-size: 42px;
  letter-spacing: 1px;
}
.spec-title em {
  font-style: normal;
  color: var(--orange);
}
.spec-rule {
  width: 32px;
  height: 2px;
  background: var(--orange);
  margin-bottom: 14px;
  transition: width 0.3s;
}
.spec-card:hover .spec-rule {
  width: 52px;
}
.spec-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    color: rgb(249 245 240 / 80%);
    letter-spacing: 0.5px;
}
.spec-card--large .spec-card-img {
  height: 560px;
}
.spec-card--small .spec-card-img {
  height: 280px;
}
.spec-card--small .spec-title {
  font-size: 30px;
}
.spec-card--small .spec-body-pad {
  padding-top: 20px;
}
.spec-card--small {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  overflow: hidden;
}
.spec-card--small .spec-card-img-wrap {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.spec-card--small .spec-card-img {
  width: 100%;
  height: 350px;
}
.spec-card--small .spec-card-img-badge {
  position: absolute;
  top: 16px;
  left: 16px;
}
.spec-card--small .spec-card-text {
  background: var(--dark);
  border: 1px solid rgba(246, 139, 31, 0.08);
  border-top: none;
  border-radius: 0 0 4px 4px;
  padding: 26px 24px 24px;
  flex: 1;
}

/* column gap helper */
.row.spec-row {
  margin-bottom: 0;
}
.col-spec-right {
    margin-bottom: 30px;
}
.col-spec-right .spec-card--small + .spec-card--small {
  margin-top: 20px;
}
.page-body {
  padding: 80px 0 100px;
}
.info-panel {
  padding-right: 48px;
}
.info-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    color: var(--dark);
    margin-bottom: 36px;
    letter-spacing: 0.2px;
}
/* contact block */
.contact-block {
  background: var(--white);
  border: 1px solid rgba(58, 54, 53, 0.1);
  border-left: 4px solid var(--orange);
  border-radius: 3px;
  padding: 28px 26px;
  margin-bottom: 36px;
  box-shadow: 0 2px 16px rgba(58, 54, 53, 0.06);
}
.contact-block-label {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 18px;
}
.contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
.contact-item:last-child {
  margin-bottom: 0;
}
.contact-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(246, 139, 31, 0.1);
  border: 1px solid rgba(246, 139, 31, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  flex-shrink: 0;
  color: #f68b1f;
}
.contact-info-label {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #a89890;
  line-height: 1;
  margin-bottom: 3px;
}
.contact-info-val {
  font-size: 18px;
  font-weight: 400;
  color: var(--dark);
  font-family: "Anton", sans-serif;
  letter-spacing: 1px;
}
.contact-info-val a {
  color: var(--dark);
  text-decoration: none;
  transition: color 0.2s;
}
.contact-info-val a:hover {
  color: var(--orange);
}

/* feature list */
.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  font-weight: 400;
  color: #6b5f5a;
  padding: 11px 0;
  border-bottom: 1px solid rgba(58, 54, 53, 0.07);
}
.feature-list li:last-child {
  border-bottom: none;
}
.feature-list li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
  margin-top: 5px;
  flex-shrink: 0;
}

/* ─── RIGHT: FORM PANEL ─────────────────── */
.form-panel {
  background: var(--white);
  border: 1px solid rgba(58, 54, 53, 0.1);
  border-top: 4px solid var(--orange);
  border-radius: 4px;
  padding: 44px 40px 42px;
  box-shadow: 0 4px 32px rgba(58, 54, 53, 0.08);
}

.form-panel-eyebrow {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: var(--orange);
    margin-bottom: 8px;
}
.form-panel-heading {
  font-size: 36px;
  font-weight: 400;
  color: var(--dark);
  line-height: 1.1;
  margin-bottom: 15px;
  margin-top: 10px;
}
.form-panel-heading em {
  font-style: normal;
  color: var(--orange);
}
.form-panel-sub {
  font-size: 14px;
  font-weight: 300;
  color: #a89890;
  margin-bottom: 28px;
}
.form-divider {
  width: 100%;
  height: 1px;
  background: rgba(58, 54, 53, 0.08);
  margin-bottom: 28px;
}
/* form fields */
.form-panel .form-group {
  margin-bottom: 18px;
}
.form-panel .form-group label {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #a89890;
  display: block;
  margin-bottom: 7px;
}
.form-panel .form-control {
  background: var(--light);
  border: 1px solid rgba(58, 54, 53, 0.15);
  border-radius: 3px;
  color: var(--dark);
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
  padding: 12px 16px;
  height: auto;
  transition: border-color 0.2s, all 0.2s;
  box-shadow: none;
}
.form-panel .form-control::placeholder {
  color: #c4b8b0 !important;
}
.form-panel .form-control:focus {
  border-color: var(--orange);
  background: var(--white);
  outline: none;
  box-shadow: 0 0 0 3px rgba(246, 139, 31, 0.08);
}
.form-panel textarea.form-control {
  resize: vertical;
  min-height: 115px;
}
.form-panel select.form-control {
  cursor: pointer;
}
/* submit */
.form-panel .btn-submit {
  display: block;
  width: 100%;
  padding: 16px 24px;
  background: var(--dark);
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 5px;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.25s, letter-spacing 0.2s;
  margin-top: 8px;
  position: relative;
  overflow: hidden;
}
.form-panel .btn-submit::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--orange);
  transition: width 0.25s;
}
.form-panel .btn-submit:hover {
  background: var(--orange);
  letter-spacing: 7px;
  color: var(--white);
}
.form-panel .btn-submit:hover::after {
  width: 0;
}

.paddy-logo {
    width: 275px;
    margin-left: 5px;
}
.hero-img img{
  width: 600px;
}
.events-page-section {
    padding: 60px 0px 35px;
}
.events-page-section .event-featured {
    margin-bottom: 30px;
}
.pmac-contact-logo {
    margin-bottom: 15px;
}
.pmac-contact-logo .paddy-logo {
    width: 65%;
}
.find-block p {
    display: flex;
}
.find-block i {
    margin-right: 15px;
    position: relative;
    top: 5px;
}
.breakfast-title {
    margin-top: 20px;
    margin-bottom: 10px;
}
.quick-links-info ul li {
    margin-bottom: 5px;
}
.sharing-sub {
    font-size: 22px;
    margin-bottom: 20px;
}

/* RESPONSIVE */
@media (min-width: 1400px) {
    .container{
        width: 1320px;
    }
    .navbar-nav > li > a{
      font-size: 18px;
    }
    .hero-title{
        font-size: 110px;
        line-height: 1;
    }
    .party-title{
        font-size: 68px;
    }
    .banner-title{
      font-size: 75px;
    }
    .hero-img img {
       width: 50%;
    }
}

@media (min-width: 1200px) {
  .find-block {
    padding-left: 30px;
  }
  .quick-links-info {
      padding-left: 35px;
  }

}

@media (max-width: 1199px) and (min-width: 992px){

}

@media (max-width: 991px) {
  .col-spec-left,
  .col-spec-right {
    padding: 0 15px;
  }
  .spec-card--large .spec-card-img {
    height: 400px;
  }
  .col-spec-left {
    margin-bottom: 20px;
  }
  .info-item {
    display: flex;
    padding: 10px;
  }
  .paddy-specials-list a {
    font-size: 16px;
  }
  .navbar-default .navbar-brand{
    top: -8px;
  }
  .navbar-brand img {
    height: 150px;
  }
  nav.navbar.navbar-default.navbar-sticky.bootsnav .btn-nav-order {
    padding: 10px 10px !important;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 13px;
    padding: 5px 5px !important;
  }
  .hero-img img {
    width: 450px;
  }
}
@media (max-width: 767px) {
    .hero-title {
        font-size: 42px;
    }
    .food-strip .cell img {
        height: auto;
        margin-bottom: 15px;
    }
    .review-card {
        height: auto;
    }
    .about-img-grid {
        height: 280px;
    }
    .sec-title{
        font-size: 36px;
    }
    .welcome-content, .event-right {
        margin-top: 25px;
    }
    .specials-section {
      padding: 60px 0 70px;
    }
    .spec-card--large .spec-card-img {
      height: 320px;
    }
    .col-spec-right .spec-card--small + .spec-card--small {
      margin-top: 16px;
    }
  }

@media (max-width: 767px) and (min-width: 320px){
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, 
    nav.navbar.bootsnav .navbar-toggle{
      background-color: var(--orange);
      color: var(--white);
      padding: 5px 10px;
    }
    nav.navbar.bootsnav .navbar-brand {
      position: static;
      height: auto;
    }
    .navbar-brand img {
      height: 200px;
      padding: 10px;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
      margin: 0px;
      padding: 10px !important;
      font-size: 14px;
    }
    ul.nav.navbar-nav.navbar-right {
      padding: 0px;
      margin: 0px;
    }

}

@media (max-width: 540px) {
    .wrap-sticky nav.navbar.bootsnav.sticked .navbar-brand img{
      height: 100px;
    }
    .menu-item{
        display: block;
    }
    .menu-category-title {
        letter-spacing: 0.3px;
    }
    .about-section, .reviews-section, .gallery-section{
      padding: 30px 0px;
    }
    .party-title {
      font-size: 30px;
    }
    .specials-section {
      padding: 30px 0 30px;
    }
    .info-item {
      display: flex;
      padding: 5px;
    }
    .info-label{
      font-size: 14px;
    }
    .spec-card-body{
      position: static;
      background: var(--dark);
    }
    .events-bg{
      padding: 50px 0px;
    }
    .banner-title{
      font-size: 48px;
    }
    .paddy-logo {
      width: 250px;
    }
    .pmac-contact-logo .paddy-logo {
      width: 100%;
    }
    .top-header-right {
      float: none;
    }
    .paddy-specials-list li {
        padding: 0px;
        display: inline;
        margin-bottom: 10px !important;
        margin-right: 5px;
    }
    .top-bar a i{
      font-size: 15px;
    }
    .paddy-specials-list a{
      font-size: 14px;
    }
    .paddy-specials-list {
      margin: 0px;
      text-align: center;
  }
}
