@charset "UTF-8";
/* CSS Document */
body {
    background-color: #ffffff;
    font-family: Montserrat;    color: #222222}
a, .btn-link {
    color: #cc3700;
    text-decoration: none;
}
a:hover, .btn-link:hover {
    color: #7d2a04;
    text-decoration: none;
}
.header h1 {
    color: #FFF;
}
.bg-primary, .bg-header {
    background-color: #cc3700!important;
}
.bg-primary-text {
    color: #FFF;
}
.countdown-box {
    background: #cc3700;
    color: #FFF;
}
.bg-secondary {
    background-color: #7d2a04!important;
}
.bg-secondary-text {
    color: #FFF;
}
.text-primary {
    color: #cc3700!important;
}
.text-secondary {
    color: #7d2a04!important;
}
.border-primary {
    border-color: #cc3700!important;
}
.border-secondary {
    border-color: #7d2a04!important;
}
.card i {
    color: #cc3700}
.navbar.bg-transparent:hover .nav-link:focus, .navbar.bg-transparent.scrolled .nav-link:focus, .navbar.bg-transparent:hover .nav-link:hover, .navbar.bg-transparent.scrolled .nav-link:hover {
    color: #cc3700;
    text-decoration: none;
}
.navbar.bg-transparent:hover .navbar-brand img.logo,
.navbar.bg-transparent.scrolled .navbar-brand img.logo, .navbar.bg-transparent.navbar-open .navbar-brand img.logo {
    content: url(../uploads/1007/66e979be67d12.svg);
}
.dropdown-item:hover, .dropdown-item:active {
    background: #cc3700;
    color: #FFF;
    text-decoration: none;
}
.bg-footer {
    background-color: #212529;
    color: #FFF;
}
.bg-footer a {
    color: #FFF;
}
.bg-footer a:hover {
    color: rgba(0, 0, 0);
    text-decoration: none;
}
#ScrollTopButton {
  color: #FFF;
  background-color: rgba(204,55,0, 0.5);
}
#ScrollTopButton:hover {
  color: #FFF;
  background-color: rgba(128, 34, 0, 0.5);
}
.btn-primary {
    background-color: #cc3700;
    border-color: #cc3700;
    color: #FFF}
.btn-primary:hover {
    background-color: rgba(128, 34, 0);
    border-color: rgba(128, 34, 0);
    color: #FFF}
.btn-primary.focus, .btn-primary:focus {
    background-color: rgba(128, 34, 0)!important;
    border-color: rgba(128, 34, 0)!important;
    color: #FFF!important
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #cc3700!important;
    border-color: #cc3700!important;
    color: #FFF!important
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    background-color: rgba(128, 34, 0)!important;
    border-color: rgba(128, 34, 0)!important;
    color: #FFF!important
}
.btn-secondary {
    background-color: #7d2a04;
    border-color: #7d2a04;
    color: #FFF}
.btn-secondary:hover {
    background-color: rgba(51, 17, 2);
    border-color: rgba(51, 17, 2);
    color: #FFF}
.btn-secondary.focus, .btn-secondary:focus {
    background-color: rgba(51, 17, 2)!important;
    border-color: rgba(51, 17, 2)!important;
    color: #FFF!important
}
.btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #7d2a04!important;
    border-color: #7d2a04!important;
    color: #FFF!important
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle, .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    background-color: rgba(51, 17, 2)!important;
    border-color: rgba(51, 17, 2)!important;
    color: #FFF!important
}
.form-control:focus {
    border: 1px solid #cc3700;
}
.nav-tabs > li > a,
.nav-tabs.nav-justified > li > a {
    color: #cc3700;
}
.nav-tabs > li > a:hover,
.nav-tabs.nav-justified > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs.nav-justified > li > a:focus {
    color: #cc3700;
}
.nav-tabs > li > a.active {
    color: #cc3700;
}
.nav-tabs > li > a.active,
.nav-tabs > li > a.active:focus,
.nav-tabs > li > a.active:hover,
.nav-tabs.nav-justified > li > a.active,
.nav-tabs.nav-justified > li > a.active:hover,
.nav-tabs.nav-justified > li > a.active:focus {  
    border-bottom: 2px solid #cc3700;
    color: #cc3700;
}
.about-table i {
    font-size: 22px;
    --fa-primary-color: #7d2a04;
    --fa-secondary-color: #cc3700;
    --fa-secondary-opacity: 1;
}
.duotone {
    --fa-primary-color: #7d2a04;
    --fa-secondary-color: #cc3700;
    --fa-secondary-opacity: 1;
}
.list-item {
    color: #cc3700;
}
.social-btn a {
    color: #cc3700;
}
.social-btn a:hover {
    color: #7d2a04 !important;
}
.accordion-button:not(.collapsed) {
    color: #cc3700;
    background-color: rgba(204,55,0, 0.1);
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.page-link {
  color: #FFF!important;
}
.page-link:hover {
  color: #FFF!important;
  background-color: #cc3700;
  border-color: #cc3700;
}
.page-item.active .page-link {
  color: #FFF!important;
  background-color: #cc3700;
  border-color: #cc3700;
}
.alert-primary {
    color: #cc3700;
    background-color: rgba(204,55,0, 0.2);
    border-color: rgba(204,55,0, 0.3);
}
.alert-secondary {
    color: #7d2a04;
    background-color: rgba(125,42,4, 0.2);
    border-color: rgba(125,42,4, 0.3);
}
.overlay-primary, .section-overlay-primary::before {
    background-color: rgba(204,55,0, 0.6);
}
.overlay-primary, .section-overlay-primary {
    color: #FFF;
}
.overlay-secondary, .section-overlay-secondary::before {
    background-color: rgba(125,42,4, 0.6);
}
.overlay-secondary, .section-overlay-secondary {
    color: #FFF;
}
.overlay-light, .overlay-light h1, .section-overlay-light {
    color: #cc3700;
}
.summary i {
    color: #7d2a04;
}
.summary h3 {
    color: #cc3700;
}
.info_content, .info_content h4 {
  font-family: Montserrat;
  color: #222222}
.desktop-banner {
	padding-top: 170px;
  	padding-bottom: 170px;
}
.mobile-banner {
	padding-top: 165px;
  	padding-bottom: 165px;
}
body {
  font-size: 0.9em;
}
#MainNav {
  min-height: 80px;
}
.header-text {
  text-align: center;
  color: #FFF!important;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .header-text {
    text-align: right;
    padding-bottom: 0;
  }
}
.bg-gradient {
  background: linear-gradient(90deg, #1c1c1c, #3e3e3e, #595959) !important;
  background: linear-gradient(90deg, #0d0d0d, #2b2b2b, #444444) !important;
  color: #FFF;
}
.bg-primary, .bg-header {
  background: linear-gradient(135deg, #8b0000, #cc3700, #ff9900) !important;
}
.nav-link {
  font-weight: 600;
  font-size: 1.1em;
}
.product .card {
  border: none;
  box-shadow: 0 .3rem .5rem rgba(0, 0, 0, .1) !important;
}
.filters .card, .filters .list-group-item {
  border: none;
}
.filters .card-header {
  background: none;
  border-bottom: none;
}
.filters input {
  margin-right: 10px;
}
.video-wrapper {
    position: relative;
    width: 100%;  /* Ensures the video takes up full width */
    max-height: 400px; /* Limits the height to 400px */
    overflow: hidden; /* Hides any overflow from resizing */
}

video {
    width: 100%; /* Keeps the video full width */
    height: 100%; /* Ensures the video fills the wrapper */
    object-fit: cover; /* Ensures the video scales properly without distortion */
    object-position: bottom; /* Aligns the video so the bottom is visible */
    position: relative;
    z-index: 0;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Dark transparent overlay */
    z-index: 1; /* Ensure the overlay is above the video */
}
h1.video-text {
    display: flex;
    justify-content: center;
    align-items: center; /* Centers the text vertically and horizontally */
    color: white;
    z-index: 2; /* Ensure the text is above the overlay */
    text-align: center;
    padding: 0 20px; /* Adds padding for responsiveness */
    height: 100%; /* Ensures the h1 fills the container and stays centred */
}
.header h1 {
    font-size: calc(1.5rem + 1.5vw);
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    padding: 0 20px;
}
h1, .h1 {
   font-size: 1.75rem;
}
h2, .h2 {
   font-size: 1.6rem;
}
h3, .h3 {
   font-size: 1.5rem;
}
h4, .h4 {
   font-size: 1.2rem;
}
h5, .h5 {
  font-size: 1.1rem;
}
@media (min-width:768px) {
  .header h1 {
    font-size: 2.5rem;
  }
  .header-content {
    height: 500px;
  }
}
.overlay-dark {
  background-color: rgba(0, 0, 0, 0.3);
}
#FooterMap .map {
  height: 200px;
}
.navbar .navbar-brand img.logo {
  transition: opacity 0.3s ease, content 0.3s ease;
}
.navbar-brand .logo {
  height: 55px;
}
.shift-up {
  margin-top: -87px;
}
.shift-up h1 {
  margin-top: 87px;
}
@media (min-width:768px) {
  .navbar-brand .logo {
    height: 100px;
  }
  .shift-up {
    margin-top: -132px;
  }
  .shift-up h1 {
    margin-top: 132px;
  }  
}
.container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
.dropdown-toggle::after {
  display: none;
}
.dropdown-item:hover, .dropdown-item:active {
  background: none;
  color: #cc3700;
  text-decoration: none;
}

.dropdown-menu {
  border: none;
}
.navbar.bg-transparent {
  background-color: rgba(0,0,0,0.5) !important;
}
.map {
  height: 450px!important;
}
.nav-footer {
	list-style: none;
    padding: 0;
}
.nav-footer &gt; li {
	margin-bottom: 5px;
}
.nav-footer li a {
   color: #FFF;
}
.nav-footer li a:hover {
   color: #cc3700;
}
#navigation .btn {
  font-weight: 600;
}
.supplier {
  height: 75px;
}
.countdown-heading {
  font-size: 16px;
}
.alert-primary p {
  margin: 0;
}
.blockquote {
  font-size: 1rem;
}
.home-cards .card-content {
  padding: 0;
}
.social {
  padding: 20px 0;
}
.social i {
  font-size: 36px;
  color: #FFF;
  padding: 0 10px;
}
.accordion-button {
  font-weight: 500;
}
#Christmas .figure-img {
  margin-bottom: 0;
}
#Christmas p {
  font-weight: 300;
  font-size: 20px;
} 
.carousel-caption {
  text-align: left;
}
.carousel-caption .btn-primary {
  font-weight: 600;
}
#supplyOnly .h2 {
  margin-bottom: 8px;
}
#supplyOnly p {
  margin-bottom: 0;
}