@charset "utf-8";
/* CSS Document */
/* ========================================
   VETERAN HOT DOGS CUSTOM STYLES
   Main Tan: #E7E0CB | Main Red: #833C2A
   Dark Tan: #C9BFA5 | Dark Red: #6A2F21
   ======================================== */

/* ========================================
   GLOBAL BACKGROUNDS - TAN EVERYWHERE
   ======================================== */
body,
.inner-wrapper,
#main-content,
#header-wrapper,
#primary,
.fullwidth-section,
#slider,
.ls-wp-container,
#main {
  background: #E7E0CB !important;
}

/* ========================================
   BREADCRUMB SECTION
   ======================================== */
.breadcrumb-wrapper,
div.breadcrumb-wrapper,
body .breadcrumb-wrapper {
  background: #E7E0CB !important;
  background-color: #E7E0CB !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

.breadcrumb-wrapper h1,
.breadcrumb-wrapper h2,
.breadcrumb-wrapper h3 {
  color: #833C2A !important;
}

/* ========================================
   BIO SECTIONS - RED VERTICAL BARS
   ======================================== */
.intro-text.type2 {
  border-left: 5px solid #833C2A !important;
  padding-left: 20px !important;
  background: #E7E0CB !important;
  background-color: #E7E0CB !important;
}

.intro-text,
.intro-text .column,
div.intro-text,
section .intro-text {
  background: #E7E0CB !important;
  border-color: transparent !important;
}

.intro-text p,
.intro-text.type2 p,
.intro-text .column p {
  color: #333333 !important;
  background: transparent !important;
}

/* ========================================
   CONTAINERS
   ======================================== */
.container,
section .container,
#main .container {
  background: #E7E0CB !important;
}

/* ========================================
   TOP BAR - TAN WITH DARK TEXT
   ======================================== */
.top-bar {
  background: #E7E0CB !important;
}

.top-bar p,
.top-bar a {
  color: #333333 !important;
}

.top-bar .dt-sc-contact-info > p {
  color: #833C2A !important;
  font-weight: 800 !important;
}

/* Top bar social icons */
.top-right ul li a {
  color: #833C2A !important;
}

.top-right ul li a:hover {
  color: #6A2F21 !important;
}

/* ========================================
   NAVIGATION MENU - DARKER TAN
   ======================================== */
.main-menu-container .main-menu {
  background-color: #C9BFA5 !important;
  box-shadow: 0 1px 3px rgba(131, 60, 42, 0.2) !important;
}

#main-menu ul.menu > li > a {
  color: #333333 !important;
}

#main-menu ul.menu > li > a:hover {
  color: #833C2A !important;
}

/* Current page indicator */
#main-menu > ul > li.current_page_item > a:before {
  border-top-color: #833C2A !important;
}

/* ========================================
   FOOTER - TAN WITH DARK TEXT
   ======================================== */
.footer-widgets-wrapper {
  background: #E7E0CB !important;
}

#footer,
#footer .widget ul li a,
#footer p {
  color: #333333 !important;
}

#footer .widget ul li a:hover,
#footer a:hover {
  color: #833C2A !important;
}

#footer .widgettitle,
#footer .widgettitle h3 {
  color: #833C2A !important;
}

#footer .copyright {
  background: #E7E0CB !important;
  color: #333333 !important;
}

/* ========================================
   FOOTER SOCIAL MEDIA BAR - RED & WHITE
   ======================================== */
#footer .social-media {
  background-color: #833C2A !important;
  padding: 20px 0 !important;
}

/* Default: Red background, white icons */
#footer .social-media .dt-sc-social-icons li.social-icon {
  background: transparent !important;
  border: 1px solid #ffffff !important;
  margin: 0 5px !important;
  transition: all 0.3s ease !important;
}

#footer .social-media .dt-sc-social-icons li.social-icon a,
#footer .social-media .dt-sc-social-icons li.social-icon a i {
  color: #ffffff !important;
  transition: all 0.3s ease !important;
}

/* Hover: White background, red icons */
#footer .social-media .dt-sc-social-icons li.social-icon:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
}

#footer .social-media .dt-sc-social-icons li.social-icon:hover a,
#footer .social-media .dt-sc-social-icons li.social-icon:hover a i {
  color: #833C2A !important;
}

/* Email icon */
#footer .dt-sc-contact-info p span.email {
  background: #6A2F21 !important;
  color: #ffffff !important;
}

#footer .dt-sc-contact-info p span {
  color: #ffffff !important;
}

/* ========================================
   LINKS & BUTTONS - RED ACCENTS
   ======================================== */
a {
  color: #833C2A !important;
}

a:hover {
  color: #6A2F21 !important;
}

/* Standard buttons */
.dt-sc-button,
input[type="submit"],
button,
input[type="button"] {
  background: #833C2A !important;
  border-color: #6A2F21 !important;
  color: #ffffff !important;
}

.dt-sc-button:hover,
input[type="submit"]:hover,
button:hover,
input[type="button"]:hover {
  background: #6A2F21 !important;
  color: #ffffff !important;
}

/* Pagination */
.pagination ul li.active-page,
.pagination ul li a,
.pagination .next-post a,
.pagination .prev-post a {
  background-color: #833C2A !important;
}

.pagination ul li a:hover,
.pagination .next-post a:hover,
.pagination .prev-post a:hover {
  background-color: #6A2F21 !important;
}

/* Section titles */
h1.border-title,
h2.border-title,
h3.border-title,
h4.border-title,
h5.border-title,
h6.border-title {
  color: #ffffff !important;
  background: #833C2A !important;
  padding: 15px 0 !important;
}

.border-title span {
  background: #833C2A !important;
  color: #ffffff !important;
  padding: 0 20px !important;
}

.section-title,
h4.section-title {
  color: #833C2A !important;
}

/* ========================================
   TEXT READABILITY ON TAN
   ======================================== */
.fullwidth-section h4,
.fullwidth-section p,
.dt-sc-paralax p {
  color: #333333 !important;
}

/* Stat circles */
.dt-sc-num-count {
  border-color: #333333 !important;
}

.dt-sc-animate-num h4,
.dt-sc-num-count p {
  color: #333333 !important;
}

.full-service {
  background: #E7E0CB !important;
  padding: 60px 0 !important;
  margin-bottom: 60px !important;
}

/* ========================================
   TESTIMONIALS
   ======================================== */
.full-testimonial {
  background-color: #E7E0CB !important;
}

.full-testimonial blockquote q {
  color: #333333 !important;
}

.full-testimonial .dt-sc-testimonial h4 {
  color: #833C2A !important;
  font-weight: bold !important;
}

.full-testimonial .dt-sc-testimonial h4 span {
  color: #333333 !important;
  font-weight: normal !important;
}

/* ========================================
   SPONSORS SECTION
   ======================================== */

/* Full-width title */
#sponsors .border-title.aligncenter {
  width: 100% !important;
  display: block !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#sponsors .border-title.aligncenter span {
  display: block !important;
  width: 100% !important;
}

#sponsors h3.border-title {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Sponsor box borders - FIXED */
.dt-sc-team,
.dt-sc-team.type1,
#sponsors .dt-sc-team,
#sponsors .dt-sc-team.type1 {
  border: 1px solid transparent !important;
  box-shadow: none !important;
}

/* Red border on hover only */
.dt-sc-team:hover,
.dt-sc-team.type1:hover,
#sponsors .dt-sc-team:hover,
#sponsors .dt-sc-team.type1:hover {
  border: 2px solid #833C2A !important;
  box-shadow: 0 0 10px rgba(131, 60, 42, 0.3) !important;
}

/* Sponsor names and subtitles */
.dt-sc-team h4,
.dt-sc-team.type1 h4 {
  color: #833C2A !important;
}

.dt-sc-team h6,
.dt-sc-team.type1 h6 {
  color: #333333 !important;
}

/* ========================================
   SPONSOR SOCIAL ICONS - RED/WHITE FLIP
   ======================================== */

/* Default: Red background, white icons */
.dt-sc-team .dt-sc-social-icons li.social-icon {
  background: #833C2A !important;
  border: 1px solid #ffffff !important;
  margin: 0 5px !important;
  transition: all 0.3s ease !important;
}

.dt-sc-team .dt-sc-social-icons li.social-icon a,
.dt-sc-team .dt-sc-social-icons li.social-icon a i {
  color: #ffffff !important;
  transition: all 0.3s ease !important;
}

/* Hover: White background, red icons */
.dt-sc-team .dt-sc-social-icons li.social-icon:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
}

.dt-sc-team .dt-sc-social-icons li.social-icon:hover a,
.dt-sc-team .dt-sc-social-icons li.social-icon:hover a i {
  color: #833C2A !important;
}

/* ========================================
   SPONSOR BUTTONS - FIXED HOVER COLOR
   ======================================== */

/* Default button state */
.dt-sc-team .dt-sc-button,
.dt-sc-team .dt-sc-button.small,
#sponsors .dt-sc-team .dt-sc-button.small {
  background: #833C2A !important;
  background-image: url(../images/button-bg-small.png) !important;
  color: #ffffff !important;
  border-color: #6A2F21 !important;
}

/* Button hover - Nav tan color - FIXED */
.dt-sc-team .dt-sc-button.small:hover,
.dt-sc-team.type1 .dt-sc-button.small:hover,
#sponsors .dt-sc-team .dt-sc-button.small:hover {
  background-color: #C9BFA5 !important;
  background-image: none !important;
  color: #333333 !important;
  border-color: #C9BFA5 !important;
  /* Disable 3D transform */
  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
}

/* Disable the ::before pseudo-element 3D effect */
.csstransforms3d .dt-sc-team .dt-sc-button.small::before,
.csstransforms3d .dt-sc-team.type1 .dt-sc-button.small::before,
.csstransforms3d #sponsors .dt-sc-team .dt-sc-button.small::before {
  display: none !important;
}

/* ========================================
   MOBILE MENU BUTTON
   ======================================== */
.dt-menu-toggle {
  background: #833C2A !important;
  color: #ffffff !important;
  border-radius: 5px !important;
  padding: 12px 20px !important;
  font-weight: bold !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
  border: 2px solid #6A2F21 !important;
}

.dt-menu-toggle:hover {
  background: #6A2F21 !important;
  cursor: pointer !important;
}

.dt-menu-toggle-icon,
.dt-menu-toggle-icon:before,
.dt-menu-toggle-icon:after {
  background: #ffffff !important;
}

/* ========================================
   MOBILE MENU DROPDOWN
   ======================================== */
@media only screen and (max-width: 767px) {
  
  #main-menu > ul.menu,
  #main-menu ul.menu li {
    background: #E7E0CB !important;
  }
  
  #main-menu ul.menu li a {
    color: #333333 !important;
    border-bottom: 1px solid #C9BFA5 !important;
    padding: 15px 20px !important;
    background: #E7E0CB !important;
  }
  
  #main-menu ul.menu li a:hover,
  #main-menu ul.menu li.current_page_item a {
    background: #C9BFA5 !important;
    color: #833C2A !important;
  }
  
  #main-menu ul.menu li.current_page_item {
    background: #C9BFA5 !important;
  }
  
  #main-menu ul.menu li.current_page_item a {
    margin: 0 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  
  #main-menu ul.menu li ul {
    background: #C9BFA5 !important;
  }
  
  #main-menu ul.menu li ul li a {
    color: #333333 !important;
    border-bottom: 1px solid #B8AE95 !important;
    background: #C9BFA5 !important;
  }
  
  #main-menu ul.menu li ul li a:hover {
    background: #B8AE95 !important;
    color: #833C2A !important;
  }
  
}

/* ========================================
   LOADING SPINNER - RED & TAN THEME
   ======================================== */

#loader-wrapper {
  background: #E7E0CB !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999991;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -90px;
  margin-top: -120px;
  width: 180px;
  height: 180px;
  text-align: center;
  font-size: 135px;
  line-height: 180px;
  -webkit-font-smoothing: antialiased;
}

.loader:after, 
.loader:before {
  content: "";
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

/* Outer ring - clockwise */
.loader:after {
  box-shadow: 
    inset 0 17.5px 0 rgba(131, 60, 42, 0.6),
    inset 17.5px 0 0 rgba(106, 47, 33, 0.6),
    inset 0 -17.5px 0 rgba(201, 191, 165, 0.6),
    inset -17.5px 0 0 rgba(231, 224, 203, 0.8);
  -webkit-animation: rotar 2s -0.5s linear infinite;
  animation: rotar 2s -0.5s linear infinite;
}

/* Inner ring - counter-clockwise */
.loader:before {
  box-shadow: 
    inset 0 17.5px 0 rgba(131, 60, 42, 0.6),
    inset 17.5px 0 0 rgba(106, 47, 33, 0.6),
    inset 0 -17.5px 0 rgba(201, 191, 165, 0.6),
    inset -17.5px 0 0 rgba(231, 224, 203, 0.8);
  -webkit-animation: rotarIz 2s -0.5s linear infinite;
  animation: rotarIz 2s -0.5s linear infinite;
}

.loader .glyph-icon {
  display: none !important;
}

/* Animations */
@-webkit-keyframes rotar {
  0% {
    -webkit-transform: rotateZ(0deg) scaleX(1) scaleY(1);
    transform: rotateZ(0deg) scaleX(1) scaleY(1);
  }
  50% {
    -webkit-transform: rotateZ(180deg) scaleX(0.82) scaleY(0.95);
    transform: rotateZ(180deg) scaleX(0.82) scaleY(0.95);
  }
  100% {
    -webkit-transform: rotateZ(360deg) scaleX(1) scaleY(1);
    transform: rotateZ(360deg) scaleX(1) scaleY(1);
  }
}

@keyframes rotar {
  0% {
    -webkit-transform: rotateZ(0deg) scaleX(1) scaleY(1);
    transform: rotateZ(0deg) scaleX(1) scaleY(1);
  }
  50% {
    -webkit-transform: rotateZ(180deg) scaleX(0.82) scaleY(0.95);
    transform: rotateZ(180deg) scaleX(0.82) scaleY(0.95);
  }
  100% {
    -webkit-transform: rotateZ(360deg) scaleX(1) scaleY(1);
    transform: rotateZ(360deg) scaleX(1) scaleY(1);
  }
}

@-webkit-keyframes rotarIz {
  0% {
    -webkit-transform: rotateZ(0deg) scaleX(1) scaleY(1);
    transform: rotateZ(0deg) scaleX(1) scaleY(1);
  }
  50% {
    -webkit-transform: rotateZ(-180deg) scaleX(0.95) scaleY(0.85);
    transform: rotateZ(-180deg) scaleX(0.95) scaleY(0.85);
  }
  100% {
    -webkit-transform: rotateZ(-360deg) scaleX(1) scaleY(1);
    transform: rotateZ(-360deg) scaleX(1) scaleY(1);
  }
}

@keyframes rotarIz {
  0% {
    -webkit-transform: rotateZ(0deg) scaleX(1) scaleY(1);
    transform: rotateZ(0deg) scaleX(1) scaleY(1);
  }
  50% {
    -webkit-transform: rotateZ(-180deg) scaleX(0.95) scaleY(0.85);
    transform: rotateZ(-180deg) scaleX(0.95) scaleY(0.85);
  }
  100% {
    -webkit-transform: rotateZ(-360deg) scaleX(1) scaleY(1);
    transform: rotateZ(-360deg) scaleX(1) scaleY(1);
  }
}

/* ========================================
   FIX GREY BORDER - PSEUDO-ELEMENT
   ======================================== */

.dt-sc-team.type1:before,
.dt-sc-team.type1::before,
#sponsors .dt-sc-team.type1:before,
#sponsors .dt-sc-team.type1::before {
    border: 1px solid transparent !important;
    border-color: transparent !important;
}

/* Optional: Make it fully invisible */
.dt-sc-team.type1:before,
.dt-sc-team.type1::before {
    display: none !important;
}

/* ========================================
   MENU PAGE STYLES
   ======================================== */

/* Menu Header */
.menu-header {
  background: #E7E0CB !important;
  padding: 40px 0 !important;
  border-bottom: 3px solid #833C2A !important;
}

.menu-title {
  font-size: 36px !important;
  font-weight: bold !important;
  color: #833C2A !important;
  text-align: center !important;
  margin: 20px 0 10px 0 !important;
  letter-spacing: 2px !important;
}

.menu-subtitle {
  font-size: 18px !important;
  color: #333333 !important;
  text-align: center !important;
  line-height: 1.6 !important;
  margin-bottom: 20px !important;
}

.toppings-box {
  background: #C9BFA5 !important;
  padding: 20px !important;
  border-radius: 8px !important;
  margin-top: 20px !important;
  max-width: 800px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.toppings-box h3 {
  color: #833C2A !important;
  font-size: 22px !important;
  font-weight: bold !important;
  text-align: center !important;
  margin-bottom: 15px !important;
}

.toppings-box p {
  color: #333333 !important;
  font-size: 18px !important;
  line-height: 1.8 !important;
  text-align: center !important;
}

/* Menu Content */
.menu-content {
  background: #E7E0CB !important;
  padding: 60px 0 !important;
}

.menu-section {
  margin-bottom: 50px !important;
  background: #ffffff !important;
  padding: 30px !important;
  border-radius: 8px !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
}

.menu-section-title {
  font-size: 28px !important;
  font-weight: bold !important;
  color: #833C2A !important;
  text-align: center !important;
  border-bottom: 3px solid #833C2A !important;
  padding-bottom: 15px !important;
  margin-bottom: 30px !important;
  letter-spacing: 1px !important;
}

/* Menu Item with Image */
.menu-item {
  display: flex !important;
  align-items: flex-start !important;
  margin-bottom: 25px !important;
  padding-bottom: 20px !important;
  border-bottom: 1px solid #E7E0CB !important;
  min-height: 125px !important;
}

.menu-item:last-child {
  border-bottom: none !important;
}

.menu-item-image {
  width: 125px !important;
  height: 125px !important;
  object-fit: cover !important;
  border-radius: 8px !important;
  margin-right: 20px !important;
  flex-shrink: 0 !important;
  box-shadow: 0 2px 5px rgba(0,0,0,0.15) !important;
}

.menu-item-content {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.item-name-price {
  display: flex !important;
  align-items: center !important;
  margin-bottom: 8px !important;
}

.item-name {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #333333 !important;
  white-space: nowrap !important;
}

.item-dots {
  flex: 1 !important;
  border-bottom: 2px dotted #C9BFA5 !important;
  margin: 0 10px !important;
  min-width: 20px !important;
}

.item-price {
  font-size: 20px !important;
  font-weight: bold !important;
  color: #833C2A !important;
  white-space: nowrap !important;
}

.item-description {
  font-size: 14px !important;
  color: #666666 !important;
  font-style: italic !important;
  line-height: 1.6 !important;
  margin-top: 5px !important;
}

.menu-note {
  margin-top: 20px !important;
  padding: 15px !important;
  background: #FFF9E6 !important;
  border-left: 4px solid #833C2A !important;
  border-radius: 4px !important;
}

.menu-note p {
  font-size: 13px !important;
  color: #666666 !important;
  font-weight: 600 !important;
  margin: 0 !important;
}

/* Mobile Responsive */
@media only screen and (max-width: 767px) {
  
  .menu-content .dt-sc-one-half {
    width: 100% !important;
    margin-bottom: 30px !important;
  }
  
  .menu-title {
    font-size: 28px !important;
  }
  
  .menu-section {
    padding: 20px !important;
  }
  
  .menu-section-title {
    font-size: 24px !important;
  }
  
  .menu-item {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    min-height: auto !important;
  }
  
  .menu-item-image {
    margin-right: 0 !important;
    margin-bottom: 15px !important;
  }
  
  .menu-item-content {
    width: 100% !important;
  }
  
  .item-name {
    font-size: 16px !important;
  }
  
  .item-price {
    font-size: 18px !important;
  }
  
}

/* Menu Disclaimer at Bottom */
.menu-disclaimer {
  text-align: center !important;
  padding: 15px 20px !important;  /* Reduced from 30px to 15px */
  margin-top: 10px !important;    /* Reduced from 20px to 10px */
  margin-bottom: 15px !important; /* Reduces space to footer */
}

.menu-disclaimer p {
  font-size: 18px !important;
  color: #833C2A !important;
  font-weight: 600 !important;
  margin: 0 !important;
}