/* Global Transition
-----------------------------------------------------------------*/

#header .container .menu-container > .menu-item > .menu-link,
#content a,
.footer-widgets-wrap a,
#copyrights a,
#side-panel .nav-tree li a,
.top-links-item a,
.checkbox-style:checked + .checkbox-style-3-label:before,
.radio-style:checked + .radio-style-3-label:before,
.mfp-close {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.dark .header-badge,
.menu-link span.stock-level,
.page-menu-item > a div,
#side-panel .nav-tree span.stock-level {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}


/* General
-----------------------------------------------------------------*/

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: background-color .2s ease-in-out, border-color .2s ease-in-out;
  -moz-transition: background-color .2s ease-in-out, border-color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out, border-color .2s ease-in-out;
  transition: background-color .2s ease-in-out, border-color .2s ease-in-out;
}

body.dark,
.dark #wrapper,
.dark #content,
.dark .shop-quick-view-ajax,
.dark .portfolio-ajax-modal,
.dark .ajax-modal-title,
.dark .modal-content,
.dark .page-transition-wrap,
.dark #header,
#header.dark,
.dark #header-wrap {
  background-color: #051f37;
}

  .dark #page-title,
  #page-title.dark,
  body.dark #side-panel,
  body #side-panel.dark,
  .dark .card,
  .dark .modal-bg,
  .dark .bg-grey {
    background-color: #06223c;
  }

.dark .form-select:not(.not-dark) optgroup,
.dark .sm-form-select:not(.not-dark) optgroup {
  background-color: #282828;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input.webkitappearance,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

form {
  margin: 0;
}

.ls-0 {
  letter-spacing: 0px !important;
}

.listspacing ul,
.listspacing ol {
  padding-left: 40px;
}

a.racecar {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-decoration: none !important;
  border: 0 none !important;
}

.grecaptcha-badge {
  z-index: 999;
}

.top-links {
  border-left: 1px solid #EEE;
  margin-left: 17px;
}

.dark .top-links {
  border-left-color: rgba(255,255,255,0.1);
}

.top-links-item:hover {
  background-color: transparent !important;
}

.top-links-item a:hover {
  color: #000;
}

.modal-bg {
  background-color: #fff;
}

.mfp-close {
  color: #000;
}

.dark .mfp-close {
  color: #fff;
}

.card {
  background-color: #F5F5F5;
  border: 0 none;
}

.portfolio-meta li:last-child {
  margin-bottom: 0;
}

.button {
  padding: 11px 22px;
}

.button-border {
  padding: 8px 22px;
}

.button.button-small {
  padding: 9px 17px;
}

.button-border.button-small {
  padding: 7px 17px;
}

.button.button-dark {
  background-color: var(--themecolorsecondary) !important;
}

select.sm-form-control {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

@media (min-width: 992px) {
  .menu-link div > i.icon-angle-down {
    margin: 0 -5px 0 5px;
  }
}

@media (min-width: 992px) {
  .full-header .primary-menu .menu-container {
    padding-right: 0rem !important;
    margin-right: 0rem !important;
    border-right: 0px !important;
  }
}

.lead {
  font-weight: 400;
}

.heading-block h1 {
  font-size: 36px;
}

.gradient-background {
  background: #000000;
  background: linear-gradient(179deg,rgba(0, 0, 0, 1) 15%, rgba(6, 34, 60, 1) 100%);
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

.center .heading-block::after,
.text-center .heading-block::after,
.heading-block.center::after,
.heading-block.text-center::after {
  margin: 10px auto 0;
}

.heading-block::after {
  margin-top: 10px;
}

.w-fit-content {
  width: fit-content;
}

.bg-white, .bg-white :is(h1, h2, h3, h4, h5, h6) {
  color: #666666;
}

.text-dark {
  color: var(--themecolordarkblue) !important;
}

/* Custom Header Size
-----------------------------------------------------------------*/

.header-size-custom #logo img {
  height: 100px;
}

@media (min-width: 992px) {

  .header-size-custom .header-wrap-clone {
    height: calc( 179px + 1px + 1rem );
  }

  #header.header-size-custom + .include-header {
    margin-top: calc( -194px - 2px );
  }

  .header-size-custom.sticky-header-shrink #header-wrap #logo img {
    height: 70px;
  }

  .header-size-custom .menu-container > .menu-item > .menu-link {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .header-size-custom.sticky-header-shrink .menu-container > .menu-item > .menu-link {
    padding-top: 19px;
    padding-bottom: 19px;
  }
}

#header,
#footer,
.copyright-links a {
  border: 0 none !important;
}

.menu-link,
.sub-menu-container .menu-item > .menu-link {
  font-size: 0.85rem;
}

.top-links-item > a {
  padding: 12px 15px;
}

.top-links-item i {
  color: var(--themecolor);
}

.btn-primary,
.button.button-primary.button-border:not(.button-fill):hover,
.button-primary-solid {
  background-color: var(--themecolor);
  border-color: var(--themecolor);
}

#page-title {
  border: 0 none;
  padding: 3rem 0;
}

  #page-title h1 {
    line-height: 1;
    font-size: 2.5rem;
  }

.intro-video video,
.intro-video .swiper-slide-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 992px) {
  .sticky-header-shrink #header-wrap #logo img {
    padding: 15px 0;
  }
}

/* Custom Header & Navigation Colour
-----------------------------------------------------------------*/

.dark #header-wrap {
  background-color: var(--themecolorsecondary);
}

@media (min-width: 992px) {
  .dark .primary-menu:not(.not-dark) .sub-menu-container {
    background-color: var(--themecolorsecondary);
  }
}

@media (min-width: 992px) {
  .dark .primary-menu:not(.not-dark) .sub-menu-container .menu-item > .menu-link {
    color: #fff;
  }
}

/* Page header title
-----------------------------------------------------------------*/

#page-title.include-header.small-header {
  height: 35vh;
  padding-bottom: 0px;
}

@media (min-width: 992px) {
  #page-title.include-header.small-header {
    height: 60vh;
  }
}

@media (min-width: 2000px) {
  #page-title.include-header.small-header {
    height: 45vh;
  }
}







#page-title.include-header {
  height: 45vh;
  padding-bottom: 0px;
}

@media (min-width: 992px) {
  #page-title.include-header {
    height: 75vh;
  }
}

@media (min-width: 2000px) {
  #page-title.include-header {
    height: 60vh;
  }
}

/*  #page-title .container {
    padding-top: 50px;
  }*/

@media (min-width: 992px) {
  #page-title .container {
    padding-top: 110px;
  }
}

.header-background {
  background-position: center center;
  background-size: cover;
}

@media (min-width: 992px) {
  #header + .include-header {
    padding-top: 100px;
  }
}

#page-title .container h1 {
  color: var(--themecolor);
}

#page-title .container p {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 300;
}

@media (min-width: 992px) {
  #page-title .container p {
    margin-top: 30px;
    font-size: 30px;
  }
}

#page-title .container h2 {
  font-family: "Lato", sans-serif !important;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 300;
}

@media (min-width: 992px) {
  #page-title .container h2 {
    margin-top: 30px;
    font-size: 30px;
    font-weight: 300;
  }
}

.page-header-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.7) 100%);
}

/*  Header background images  */

.header-background-about {
  background-image: url(/images/headers/about.jpg)
}

.header-background-car-detailing {
  background-image: url(/images/headers/car-detailing.jpg)
}

.header-background-car-storage {
  background-image: url(/images/headers/car-storage.jpg)
}

.header-background-car-transport {
  background-image: url(/images/headers/car-transport.jpg)
}

.header-background-news {
  background-image: url(/images/headers/news.jpg)
}

.header-background-contact {
  background-image: url(/images/headers/contact.jpg)
}

.header-background-generic {
  background-image: url(/images/headers/generic.jpg)
}

.header-background-default {
  background-image: url(/images/headers/default.jpg)
}

/* Home
-----------------------------------------------------------------*/

/* Home slider */
.slider-caption.slider-caption-center {
  max-width: 970px;
}

.slider-caption h1 {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .slider-caption h1 {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .slider-caption h1 {
    font-size: 3rem;
  }
}

@media (min-width: 992px) {
  .slider-caption h1 {
    font-size: 4rem;
  }
}

@media (min-width: 1200px) {
  .slider-caption h1 {
    font-size: 5rem;
  }
}

.slider-caption p {
  font-size: 1.4rem;
  margin-top: 0px;
  font-weight: 600;
  letter-spacing: 1px;
}

@media (min-width: 992px) {
  .slider-caption p {
    letter-spacing: 3px;
  }
}

  .header-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.7) 100%);
  }


  .slider-bottom-gradient {
    position: absolute;
    width: 100%;
    height: 30%;
    bottom: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0) 100%);
  }
  /* About section */

  .home-about-section {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /*padding-top: 7rem;
    padding-bottom: 7rem;*/
  }

  @media (min-width: 992px) {
    .home-about-section {
      padding-top: 7rem;
      padding-bottom: 7rem;
    }
  }

  .home-about-section .lead {
    font-size: 1rem;
    margin-bottom: 7rem !important;
  }

  @media (min-width: 992px) {
    .home-about-section .lead {
      font-size: 2rem;
    }
  }

  .home-about-top-gradient {
    position: absolute;
    width: 100%;
    height: 30%;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 1) 100%);
  }

  .home-about-bottom-gradient {
    position: absolute;
    width: 100%;
    height: 30%;
    bottom: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0) 100%);
  }
  /** Block links **/

  .block-link {
    position: relative;
    display: block;
    margin: 0 auto;
  }

    .block-link h2 {
      font-family: 'made_saonararegular';
      position: absolute;
      display: table;
      top: 50% !important;
      width: 100%;
      color: #fff;
      text-align: center;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      font-size: 30px;
      z-index: 2;
      transform: translateY(-50%);
      margin: 0px;
    }

      .block-link h2::after {
        position: absolute;
        content: '';
        display: block;
        margin-top: 10px;
        width: 40px;
        border-top: 2px solid var(--themecolor);
        left: 50%;
        transform: translateX(-50%);
      }

  @media (max-width: 767px) {
    .block-link h2 {
      font-size: 16px;
      letter-spacing: 0.5em;
    }
  }

  @media (max-width: 1199px) {
    .block-link h2 {
      letter-spacing: 3px;
      font-size: 20px;
    }
  }

  .txt-overlay {
    width: 90%;
    height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    opacity: 0.3;
    z-index: 1;
    transition: all .35s;
  }

    .txt-overlay:hover {
      opacity: 0.4;
    }

  .block-link .block-link-caption {
    color: #fff;
    opacity: 0;
    display: block;
    background: rgba(0,0,0,.4);
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
  }

  .row.no-gutter div:first-child {
    padding-left: 0px;
    padding-right: 0px;
  }

  .row.no-gutter div:last-child {
    padding-right: 0px;
    padding-left: 0px;
  }

  @media (max-width: 767px) {

    .row.no-gutter div:last-child, .row.no-gutter div:first-child {
      padding: 0px;
    }

    .row.no-gutter div:first-child {
      margin-bottom: 10px;
    }
  }

  /* About section */

  .testimonials-bg {
    background-image: url(/images/home/testimonials-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }

  /* About
---------------------------------------------------------------------------- */

  .page-block-image.about-block-image {
    background-position: center top !important;
  }

  @media (min-width: 1400px) {
    .img-text-container {
      padding: 80px;
    }
  }

  .color-dark {
    color: var(--themecolordarkblue) !important;
  }

  /* Car Detailing
---------------------------------------------------------------------------- */

  .page-block-image {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }

  /* Car Transport
---------------------------------------------------------------------------- */

  ul.custom-bullets {
    list-style: none; /* remove default bullets */
    padding-left: 0;
  }

    ul.custom-bullets li {
      position: relative;
      padding-left: 75px; /* space for the image */
      margin-bottom: 50px;
    }

      ul.custom-bullets li::before {
        content: "";
        position: absolute;
        left: 0;
        top: -9px;
        width: 40px;
        height: 40px;
        background-image: url("/images/car-transport/triangle.png"); /* your triangle image */
        background-size: contain;
        background-repeat: no-repeat;
      }

      ul.custom-bullets li:last-child {
        margin-bottom: 0px;
      }


  /* Mode Switcher
---------------------------------------------------------------------------- */
  .icon-dark {
    font-family: 'lined-icons' !important;
  }

  .dark .icon-dark {
    font-family: 'font-icons' !important;
  }

  .dark .dark-mode .icon-dark::before {
    content: "\eae7";
  }

  .dark-mode .icon-dark::before {
    content: "\e9e3";
  }

  .mode-switcher {
    position: relative;
  }

    .mode-switcher .pts-text,
    .mode-switcher .pts-switcher {
      display: block;
      overflow: hidden;
    }

    .mode-switcher .pts-text {
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 600;
      margin-right: 10px !important;
      cursor: default;
    }

      .mode-switcher .pts-text span.tlight,
      .mode-switcher.pts-switch-active .pts-text span.tdark {
        display: none;
      }

      .mode-switcher .pts-text span.tdark,
      .mode-switcher.pts-switch-active .pts-text span.tlight {
        display: inline-block;
      }

  /* Stock Side Push Panel
-----------------------------------------------------------------*/

  #side-panel .nav-tree li .badge {
    font-size: 12px;
  }

  #side-panel .side-panel-padding,
  #side-panel .nav-tree li a {
    padding-left: 30px;
    padding-right: 30px;
  }

  #side-panel .widget,
  #side-panel .side-panel-wrap {
    width: 100%;
  }

  .nav-tree li.active > a,
  .dark .nav-tree li a {
    color: #fff !important;
  }

  .dark .nav-tree li:not(.active) a:hover {
    color: var(--navhover) !important;
    padding-left: 35px !important;
  }

  .dark .si-dark:hover,
  .dark .header-badge:hover,
  .menu-link:hover span.stock-level,
  #side-panel .nav-tree li:not(.active) a:hover span.stock-level {
    background-color: #eee !important;
  }

    .dark .si-dark:hover i,
    .dark .header-badge:hover a,
    .menu-link:hover span.stock-level,
    #side-panel .nav-tree li:not(.active) a:hover span.stock-level {
      color: #000 !important;
    }

  .nav-tree li.active {
    background-color: var(--themecolor);
  }

  @media (max-width: 1199px) {
    .stock-label-hide {
      display: none !important;
    }
  }

  /* Parts
-----------------------------------------------------------------*/
  .accordion-button::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='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }

  .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='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate( 90deg);
  }

  .widget_links li.active,
  .widget_links li.active a {
    font-weight: 700;
    color: var(--themecolor);
  }

  .portfolio-overlay {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }

  .portfolio-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
  }

  .portfolio-image:hover .portfolio-overlay {
    opacity: 1;
  }

  .crt-widget.crt-widget-branded {
    padding-bottom: 0 !important;
  }

  .bg-grey {
    background-color: #F5F5F5;
  }

  .bg-dark-grey {
    background-color: #282828;
  }

  .divcenter {
    position: relative !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .modal-summary {
    max-width: 800px;
  }

  .pt-30,
  .py-30 {
    padding-top: 30px !important;
  }

  .pb-30,
  .py-30 {
    padding-bottom: 30px !important;
  }

  .pr-30,
  .px-30 {
    padding-right: 30px !important;
  }

  .pl-30,
  .px-30 {
    padding-left: 30px !important;
  }

  @media (min-width: 1200px) {
    #logo img {
      padding: 20px 0;
    }
  }

  @media (max-width: 1200px) {
    #logo img {
      padding: 20px 0;
    }

    .menu-link {
      font-size: 0.83rem;
    }
  }

  @media (max-width: 992px) {
    #header {
      z-index: 99;
    }

      #header + .include-header {
        /*margin-top: calc( -100px - 1px );*/
        margin-top: calc( 0px - 1px ) !important;
        display: inline-block;
        vertical-align: bottom;
        width: 100%;
      }
  }

  @media (max-width: 767.98px) {
    #logo img {
      padding: 20px 0;
    }

    #logo img {
      height: 80px !important;
    }

    #header + .include-header {
      /*margin-top: calc( -80px - 1px );*/
      margin-top: calc( 0px - 1px ) !important;
    }
  }

  /* News Index
-----------------------------------------------------------------*/

  .more-link {
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-style: normal;
    text-transform: uppercase;
    border-bottom: 2px solid #333;
    letter-spacing: 0.5px;
  }

  a.more-link:hover {
    color: var(--themecolor);
    border-bottom-color: var(--themecolor);
  }

  .entry-image img {
    border-radius: 0px;
  }

  .item-image-container {
    position: relative;
  }

  .item-opacity-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: rgb(0 0 0 / 0%);
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    transition: 0.5s;
    transition-timing-function: ease-out;
  }

  .item-image-container:hover .item-opacity-overlay {
    background-color: rgb(0 0 0 / 20%);
  }

  /* Pagination
-----------------------------------------------------------------*/

  .page-link {
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .page-item:last-child .page-link {
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 0rem;
  }

  .page-item:first-child .page-link {
    border-top-left-radius: 0rem;
    border-bottom-left-radius: 0rem;
  }
  /* Videos Index
-----------------------------------------------------------------*/

  .video-holder {
    position: relative;
  }

  .video-overlay {
    position: absolute;
    top: 0;
    right: 0;
  }

  .i-custom {
    color: #fff !important;
    border-color: #fff !important;
    border-width: 3px !important;
    width: 92px !important;
    height: 92px !important;
    line-height: 88px !important;
    margin: 0 !important;
    padding-left: 5px;
  }

  a:hover .i-custom {
    background-color: #FFF !important;
    color: #222 !important;
    text-shadow: none !important;
  }

  /* Doorway Car Storage Page
-----------------------------------------------------------------*/

  .content-bottom-border {
    border-bottom: solid 3px #082a4c;
  }

/* Car Storage Page
-----------------------------------------------------------------*/
/*
.dark .fbox-border.fbox-light .fbox-icon i {
  color: var(--themecolor) !important;
}*/


.dark .fbox-border.fbox-effect .fbox-icon i:after {
  background-color: var(--themecolor) !important;
}

.dark .fbox-effect .fbox-icon i:after {
  box-shadow: 0 0 0 2px var(--themecolor) !important;
}

  /* Contact
-----------------------------------------------------------------*/

  .dark .form-control:not(.not-dark), .dark .sm-form-control:not(.not-dark), .dark .form-select:not(.not-dark) {
    color: #ffffff;
  }

  /* Alerts
-----------------------------------------------------------------*/

  .alert-success h3 {
    color: #155724;
  }

  .alert-danger h3 {
    color: #721c24;
  }

  .alert-success h3, .alert-danger h3 {
    margin-bottom: 5px;
  }

  .alert-success p, .alert-danger p {
    margin-bottom: 0px;
  }

  /* Errors 404 & 500
-----------------------------------------------------------------*/

  .error404-wrap .error404 {
    color: var(--themecolor) !important;
    opacity: 1;
    text-shadow: none;
  }

  /* Footer
-----------------------------------------------------------------*/

  footer {
    background: #000000;
    background: linear-gradient(0deg,rgba(0, 0, 0, 1) 15%, rgba(6, 34, 60, 1) 100%);
  }

  .footer-logo {
    max-height: 60px;
  }

  /* Cookie Consent
-----------------------------------------------------------------*/

  #cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #051f37;
    color: #fff;
    padding: 15px;
    display: none;
    justify-content: space-between;
    align-items: center;
    font-family: Arial, sans-serif;
    z-index: 9999;
    margin: 10px;
  }

    #cookie-banner button {
      padding: 8px 12px;
      border: none;
      cursor: pointer;
    }

  @media (max-width: 730px) {
    #cookie-banner button {
      width: 100%;
    }
  }

  @media (min-width: 731px) {

    #cookie-banner button {
      margin-left: 10px;
    }
  }

  #accept-cookies {
    background: var(--themecolor);
    color: white;
  }

  @media (max-width: 727.98px) {
    #accept-cookies {
      margin-bottom: 10px;
    }
  }

  #reject-cookies {
    background: #0a3661;
    color: white;
  }

  #cookie-banner a {
    color: #fff !important;
  }
