/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.g-content {
  margin: 0.625rem;
  padding: 1.5rem;
}
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
body {
  font-size: 1rem;
  line-height: 1.5;
}
h1 {
  font-size: 2.25rem;
}
h2 {
  font-size: 1.9rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.15rem;
}
h5 {
  font-size: 1rem;
}
h6 {
  font-size: 0.85rem;
}
small {
  font-size: 0.875rem;
}
cite {
  font-size: 0.875rem;
}
sub, sup {
  font-size: 0.75rem;
}
code, kbd, pre, samp {
  font-size: 1rem;
  font-family: "Menlo", "Monaco", monospace;
}
textarea, select[multiple=multiple], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]) {
  border-radius: 0.1875rem;
}
.gp_bottom3 .gp_bottom_top {
  margin: 0 -12px;
}
.gp_bottom3 .gp_bottom_top .gp_content {
  margin: 0 12px;
}
.gp_bottom3 .gp_content > h3 {
  margin: 0 0 1.25rem;
  font-size: 1.125rem;
}
.gp_bottom3 .gp_content .gp_desc {
  margin: 1rem 0;
}
.gp_bottom3 ul {
  margin: 0;
  padding: 0;
}
.gp_bottom3 ul li {
  list-style: none;
  line-height: 1.8;
}
.gp_bottom3 ul li a {
  color: #3f3e3c;
}
.gp_bottom3 ul li a:hover {
  text-decoration: underline;
}
.gp_bottom3 .gp_social {
  text-align: right;
}
.gp_bottom3 .gp_social a {
  margin-left: 0.3125rem;
  padding: 0.3125rem;
  font-size: 1.125rem;
  color: #3f3e3c;
}
.gp_bottom3 .gp_social a:hover {
  color: #b52d35;
}
.gp_bottom3 .gp_divider {
  margin: 2rem 0;
  line-height: 1;
  height: 0;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* Timeline */
#timeline {
  position: relative;
  width: 100%;
  padding-inline: 0.5rem;
  margin: 30px auto;
}
#timeline:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 100%;
  content: "";
  background-color: var(--loewy-red);
}
#timeline:after {
  display: table;
  width: 100%;
  clear: both;
  content: "";
}
.timeline-item:after, .timeline-item:before {
  display: block;
  width: 100%;
  clear: both;
  content: "";
}
.timeline-item {
  position: relative;
  margin-bottom: 50px;
}
.timeline-item .timeline-icon {
  position: absolute;
  top: 0;
  left: 50%;
  width: 26px;
  height: 26px;
  margin-left: -23px;
  overflow: hidden;
  background-color: var(--loewy-red);
  border-radius: 50%;
  border: 12px solid #fff;
  padding: 12px;
}
.timeline-item .timeline-content {
  width: 45%;
  padding: 0.5rem;
  background: #f4f4f4;
  border-radius: var(--border-radius);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
}
.timeline-item .timeline-content h2 {
  padding: 0.5rem;
  margin: -0.5rem -0.5rem 0.5rem -0.5rem;
  font-size: 1.5rem;
  color: #fff;
  background-color: var(--loewy-red);
  border-radius: var(--border-radius) var(--border-radius) 0 0;
}
.timeline-item .timeline-content p {
  margin-top: 1rem;
}
.timeline-item .timeline-content:before {
  position: absolute;
  top: 20px;
  left: 45%;
  width: 0;
  height: 0;
  content: "";
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid var(--loewy-red);
}
.timeline-item:nth-child(even) .timeline-content {
  float: right;
}
.timeline-item:nth-child(even) .timeline-content:before {
  right: 45%;
  left: inherit;
  content: "";
  border-right: 7px solid var(--loewy-red);
  border-left: 0;
}
@media (max-width: 768px) {
  #timeline {
    width: 90%;
    padding: 0;
    margin: 30px;
  }
  #timeline:before {
    left: 0;
  }
  .timeline-item .timeline-content {
    float: right;
    width: 90%;
  }
  .timeline-item .timeline-content:before, .timeline-item:nth-child(even) .timeline-content:before {
    left: 10%;
    margin-left: -6px;
    border-right: 7px solid var(--loewy-red);
    border-left: 0;
  }
  .timeline-item .timeline-icon {
    left: 0;
  }
}
/* Loewy Foods Colors */
:root {
  /* Brand Colors */
  --loewy-red: #b52d35;
  --loewy-blue-gray: #2d3d4d;
  --loewy-gold: #FFD700;
  --loewy-cream: #F8F6F0;
  --primary-color: #b52d35;
  --secondary-color: #FFD700;
  --loewy-dark-gray: #3f3e3c;
  --loewy-light-overlay: rgba(45, 61, 77, 0.14);
  --loewy-yellow: #F4D03F;
  /* Typography/Font */
  --font-size-base: 1.1rem;
  --font-size-lg:1.35rem;
  --font-size-sm: 0.875rem;
  --line-height-base: 1.5;
  /* Spacing */
  --spacing-xs: 0.25rem;
  --spacing-sm: 0.5rem;
  --spacing-md: 1rem;
  --spacing-lg: 1.5rem;
  --spacing-xl: 3rem;
}
/* end of root */
/* Backgrounds */
.loewy-red-background {
  background-color: var(--loewy-red);
  color: #ffffff;
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
}
.loewy-red-background h2 {
  color: #ffffff;
}
.loewy-red-background h3 {
  color: #ffffff;
}
.loewy-red-background h4 {
  color: #ffffff;
}
.loewy-gold-background {
  background-color: var(--loewy-gold);
  color: var(--loewy-dark-gray);
}
.loewy-gold-text {
  color: var(--loewy-gold);
}
h1 {
  color: var(--loewy-red);
  font-weight: 600 !important;
  font-size: 3rem;
}
h2 {
  color: var(--loewy-red);
  font-weight: 600;
  font-size: 2rem;
}
.jl-card-primary {
  border-radius: 20px;
}
.jl-card-primary h2 {
  color: #ffffff;
}
.breadcrumb-item.active, .breadcrumbs a.pathway {
  color: var(--loewy-red) !important;
}
.breadcrumbs, .breadcrumb-item, .breadcrumbs li, .breadcrumbs .divider, .jl-light .mod-breadcrumbs > :nth-child(n + 2)::before, .jl-light .mod-breadcrumbs > :last-child > * {
  color: var(--loewy-blue-gray) !important;
}
/* Footer Styling */
#g-footer .tm-content {
  color: #fff !important;
}
#g-footer {
  font-size: 1.1rem;
  color: #fff;
}
#g-footer a {
  color: #fff !important;
}
#g-footer a:hover {
  color: #fff !important;
  text-decoration: underline;
}
#g-footer .tm-content a {
  color: #fff !important;
}
#g-footer .tm-content a:hover {
  color: #fff !important;
}
#g-footer .gp_desc {
  color: #ffffff;
}
#g-footer .gp_bottom {
  color: #ffffff;
}
#g-footer .gp_bottom3 h3 {
  color: #ffffff;
}
#g-footer .gp_bottom h4 {
  color: #ffffff;
}
/* Button Styling */
.btn-default, .uk-button-default {
  background-color: #fff;
  color: var(--loewy-red);
  border-color: var(--loewy-red);
  border-radius: 10px;
}
.btn-primary, .uk-button-primary, .jl-button-primary {
  background-color: var(--loewy-red);
  color: #fff;
  border-radius: 10px;
}
.btn-primary:hover, .uk-button-primary:hover, .jl-button-primary:hover {
  background: #9a252c;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(181, 45, 53, 0.4);
}
.btn-secondary, .uk-button-secondary, .jl-button-secondary {
  background-color: var(--loewy-gold);
  border-color: var(--loewy-red);
  color: var(--loewy-red);
  border-radius: 10px;
}
.btn-outline, .uk-button-secondary, .jl-button-secondary {
  background-color: var(--loewy-gold);
  border-color: var(--loewy-red);
  color: var(--loewy-red);
  border-radius: 10px;
}
.btn-white, .uk-button-secondary, .jl-button-secondary {
  background-color: #ffffff !important;
  border-color: var(--loewy-red);
  color: var(--loewy-red) !important;
  border-radius: 10px;
}
.jl-button-primary:hover {
  color: var(--loewy-red) !important;
}
/* Page Header (Slideshow) Styling */
.slideshow .tm-title, #g-slideshow h1 {
  text-align: center !important;
  color: #ffffff !important;
}
.slideshow .tm-content, #g-slideshow p {
  text-align: center !important;
  padding-left: 3rem;
  padding-right: 3rem;
  margin-left: 3rem;
  margin-right: 3rem;
  font-size: 1.4rem;
}
/* Responsive slideshow font sizes */
@media only screen and (max-width: 768px) {
  .slideshow .tm-title {
    font-size: 80%;
  }
  .slideshow .tm-content {
    font-size: 80%;
  }
  #g-slideshow p {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  #g-copyright {
    text-align: center !important;
  }
}
@media only screen and (max-width: 568px) {
  .slideshow .tm-title {
    font-size: 60%;
  }
  .slideshow .tm-content {
    font-size: 60%;
  }
  #g-slideshow p {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  #g-copyright {
    text-align: center !important;
  }
}
/* Slideshow Position Styling */
.g-slideshow {
  background: #B52D35;
}
/* 40th Badge Styling */
.heritage-badge {
  position: absolute;
  right: 20px;
  display: flex;
  align-items: center;
  padding: 15px 25px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1rem;
  box-shadow: 0 4px 15px rgba(181, 45, 53, 0.3);
  background: white;
}
/* Home Page Styling */
.product-card .jl-card-default {
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.product-card .jl-card-default:hover {
  transform: translateY(-10px);
}
.stat-number {
  font-size: 2.75rem;
  font-weight: bold;
  color: var(--loewy-red) !important;
  justify-content: center;
}
.stat-title {
  font-size: 1.75rem;
  color: var(--loewy-blue-grey);
}
.stat-description {
  font-size: 1.3rem;
}
/* Quote Form Styling */
#userForm h2 {
  text-align: center;
  color: var(--loewy-red);
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
  font-weight: 500;
}
/* Testimonials */
#lnee_201 .latestnews-item {
  background: var(--loewy-cream);
  border-left: 5px solid var(--loewy-gold);
  padding: 2rem;
  border-radius: 10px;
  margin-bottom: 2rem;
  position: relative;
}
/* Testimonials mobile responsive - force single column */
@media only screen and (max-width: 768px) {
  /* Force any grid layouts to single column */
  /* Override any potential multi-column layouts */
  #lnee_201, .testimonials-container, .what-customers-say {
    display: flex !important;
    flex-direction: column !important;
  }
  #lnee_201 .latestnews-item {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #lnee_201 .g-content {
    display: flex !important;
    flex-direction: column !important;
  }
  #lnee_201 .g-grid, #lnee_201 .uk-grid, #lnee_201 .jl-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
  }
  #lnee_201 .g-block, #lnee_201 .uk-width-1-2, #lnee_201 .uk-width-1-3, #lnee_201 .jl-width-1-2, #lnee_201 .jl-width-1-3 {
    width: 100% !important;
    max-width: 100% !important;
  }
}
/* About Page Styling */
.jl-icon-box .tm-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--loewy-red), var(--loewy-gold));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: white;
  margin: 0 auto 2rem;
}
.values-card {
  background: white;
  border-radius: 15px;
  padding: 2.5rem;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  height: 100%;
  border: 3px solid transparent;
}
.values-card:hover {
  transform: translateY(-10px);
  border-color: var(--loewy-gold);
}
.tm-timeline-item-main h3.tm-title {
  margin-top: 0 !important;
  color: var(--loewy-red);
}
/* Lightbox Styling */
.lg-sub-html p {
  font-size: 1.3rem !important;
  margin: 10px !important;
  padding: 0 10px 20px !important;
}
/* Landing Page Styling */
.landing-page-main-container {
  background: linear-gradient(135deg, var(--loewy-red), var(--loewy-blue-gray)) !important;
}
.landing-page-messaging-section h1 {
  color: white;
}
.landing-page-messaging-section h2 {
  color: white;
}
.landing-page-trust-bar {
  background: var(--loewy-cream);
  text-align: center;
}
.landing-page-trust-item {
  display: inline-block;
  margin: 0 2rem;
  font-weight: bold;
  color: var(--loewy-red);
}
.landing-page-benefits-section {
  padding: 3rem 0;
  background: white;
}
.landing-page-quote-form #userForm h2 {
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 0;
}
#g-footer .landing-page-footer a:hover {
  color: var(--loewy-gold) !important;
}
/* Tablet centering - header, footer, copyright */
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  /* Center header content on tablets */
  /* Center footer content on tablets */
  /* Center footer links */
  #g-header, #g-navigation, #g-top {
    text-align: center !important;
  }
  #g-header .g-content, #g-navigation .g-content, #g-top .g-content, #g-header .g-container, #g-navigation .g-container, #g-top .g-container {
    text-align: center !important;
  }
  #g-footer, #g-footer .g-content, #g-footer .g-container {
    text-align: center !important;
  }
  #g-footer .g-grid, #g-footer .g-grid .g-block, #g-footer .copyright-left, #g-footer .copyright-right, #g-footer .tm-content, #g-footer p, #g-footer .moduletable {
    text-align: center !important;
  }
  #g-footer a, #g-footer .nav, #g-footer .nav li {
    text-align: center !important;
    justify-content: center;
  }
}
/* Header responsive layout fixes */
@media only screen and (max-width: 768px) {
  /* Center all header content */
  /* Fix logo positioning and prevent overlap */
  /* Ensure navigation section has proper flex layout */
  /* Position Get Quote button below logo with proper spacing */
  /* First block (logo) gets top margin */
  /* Second block (Get Quote button) gets bottom margin */
  /* Logo container fixes */
  /* Center header elements */
  /* Center phone number and other header content */
  /* Slideshow content fixes */
  /* Center all footer content on mobile */
  /* Center footer links and content */
  /* Center any footer modules */
  #g-header, #g-navigation, #g-top {
    text-align: center !important;
  }
  #g-header .g-content, #g-navigation .g-content, #g-top .g-content {
    text-align: center !important;
  }
  #g-header .g-container, #g-navigation .g-container, #g-top .g-container {
    text-align: center !important;
  }
  #g-navigation {
    padding: 20px 0;
    min-height: 120px;
    overflow: visible;
  }
  #g-navigation .g-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  #g-navigation .g-block {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 10px 0;
    z-index: 10;
    text-align: center !important;
  }
  #g-navigation .g-block:first-child {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  #g-navigation .g-block:last-child {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .g-logo {
    margin: 0 auto !important;
    display: block !important;
    position: relative !important;
    max-width: 200px;
    z-index: 5;
    padding-bottom: 10px;
    text-align: center !important;
  }
  #g-header .g-block, #g-top .g-block {
    text-align: center !important;
    justify-content: center;
  }
  .top-phone-number, #g-top a, #g-header a {
    text-align: center !important;
    display: block;
    margin: 0 auto;
  }
  .g-slideshow {
    padding: 20px 15px;
    min-height: 300px;
  }
  .slideshow .tm-title {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 0 10px;
    line-height: 1.2;
    word-wrap: break-word;
  }
  .slideshow .tm-content {
    margin: 0;
    padding: 0 15px;
    line-height: 1.4;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #g-footer, #g-footer .g-content, #g-footer .g-container {
    text-align: center !important;
  }
  #g-footer .g-grid, #g-footer .g-grid .g-block {
    text-align: center !important;
    justify-content: center;
  }
  #g-footer .copyright-left, #g-footer .copyright-right, #g-footer .tm-content, #g-footer p, #g-footer .moduletable {
    text-align: center !important;
  }
  #g-footer a, #g-footer .nav, #g-footer .nav li {
    text-align: center !important;
    justify-content: center;
  }
  #g-footer .g-block {
    text-align: center !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 568px) {
  /* Further adjustments for very small screens */
  /* First block (logo) gets extra spacing on small screens */
  /* Second block (Get Quote button) gets extra spacing on small screens */
  /* Logo adjustments for small screens */
  /* Slideshow adjustments for small screens */
  /* Center copyright content on mobile */
  #g-navigation {
    padding: 15px 0;
    min-height: 100px;
  }
  #g-navigation .g-container {
    padding: 5px;
    gap: 15px;
  }
  #g-navigation .g-block {
    margin: 8px 0;
  }
  #g-navigation .g-block:first-child {
    margin-top: 10px;
    margin-bottom: 8px;
  }
  #g-navigation .g-block:last-child {
    margin-top: 8px;
    margin-bottom: 10px;
  }
  .g-logo {
    max-width: 150px;
    padding-bottom: 8px;
  }
  .g-slideshow {
    padding: 15px 10px;
    min-height: 250px;
  }
  .slideshow .tm-title {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .slideshow .tm-content {
    padding: 0 10px;
  }
  #g-footer .g-content {
    text-align: center !important;
  }
  #g-footer .g-grid .g-block {
    text-align: center !important;
  }
  #g-footer .copyright-left, #g-footer .copyright-right {
    text-align: center !important;
  }
}
/* Video Page Styling */
.lwy-video ul {
  list-style: none;
  margin-left: 0;
}
/* FAQ Page Styling */
.jl-accordion .tm-item {
  border-top-color: var(--loewy-red) !important;
}
/*# sourceMappingURL=custom_19.css.map */