::-moz-selection {
  background: #FFF;
  color: #fff;
}

::selection {
  background: #FFF;
  color: #fff;
}

::-webkit-scrollbar-thumb {
  background: #ba0020;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

::-webkit-scrollbar-track {
  background: 0 0 #FFF;
}

::-webkit-scrollbar {
  width: 12px;
}

body,
html {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background-color: #111C24;
  color: #FFF;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  font-family: co-text, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 1119px) {
  body {
    font-size: 14px;
  }

  body.menu-open {
    overflow: hidden;
  }
}

.otgs-development-site-front-end {
  display: none !important;
}

#main-wrapper {
  width: 100%;
  overflow-x: hidden;
  //max-width: 2000px;
  margin: 0 auto;
}

p {
  margin-bottom: 25px;
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: co-headline, Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 25px;
}

.h1,
h1 {
  font-size: 28px;
}

.h2,
h2 {
  font-size: 28px;
}

.h3,
h3 {
  font-size: 16px;
}

.h4,
h4 {
  font-size: 18px;
}

.h5,
h5 {
  font-size: 16px;
}

@media (min-width: 992px) {

  .h1,
  h1 {
    font-size: 36px;
  }

  .h3,
  h3 {
    font-size: 21px;
  }
}

ul {
  padding-left: 15px;
}

p:last-child {
  margin-bottom: 0;
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-left {
  text-align: left;
}

.has-text-align-right {
  text-align: right;
}

.has-primary-background-color { background-color: #ba0020 !important; }
.has-black-background-color { background-color: #06070b !important; }
.has-blue-background-color { background-color: #283239 !important; }
.has-dark-blue-background-color { background-color: #111c24 !important; }
.has-white-background-color { background-color: #FFF !important; color: #111C24; }
.has-light-gray-background-color { background-color: #e7e8e9 !important; }

.has-primary-color { color: #ba0020 !important; }
.has-black-color { color: #06070b !important; }
.has-blue-color { color: #283239 !important; }
.has-dark-blue-color { color: #111c24 !important; }
.has-white-color { color: #FFF !important; }
.has-light-gray-color { color: #e7e8e9 !important; }

.wp-block-button {
  display: inline-flex;
  justify-content: center;
  z-index: 1;
}

.wp-block-button__link,
.button {
  padding: 10px 20px;
  line-height: 1;
  font-weight: 400;
  font-size: 14px;
  background-color: #ba0020;
  color: #FFF !important;
  border-radius: 10px;
  text-transform: uppercase;
  border: 0;
  outline: none;
  margin: 0;
  text-decoration: none;
  text-align: center;
  display: inline-block;
}

.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-button__link:active,
.button:hover,
.button:focus,
.button:active {
  color: #FFF !important;
}

@media (min-width: 1200px) {
  .wp-block-button__link,
  .button {
    padding: 10px 60px;
    font-size: 18px;
  }
}

.wp-block-button__width-100 {
  width: 100%;
}

.wp-block-button__width-100 .wp-block-button__link {
  width: 100%;
  display: block;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFF;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFF;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFF;
}

p:empty {
  display: none;
}

section {
  position: relative;
  padding: 40px 0;
  width: 100%;
}

@media (min-height: 1100px) {
  section {
    padding: 55px 0;
  }
}

@media (min-width: 1200px) {
  section {
    padding: 80px 0;
  }
}

.wp-block-image {
  display: flex;
  flex-direction: column;
}

.is-style-rounded figure {
  overflow: hidden;
  border-radius: 999px !important;
}

.aligncenter {
  margin: 0 auto;
}

.mb-1 {
  margin-bottom: 5px !important;
}

.mb-2 {
  margin-bottom: 10px !important;
}

.mb-3 {
  margin-bottom: 15px !important;
}

.mb-4 {
  margin-bottom: 20px !important;
}

.mb-5 {
  margin-bottom: 30px !important;
}

.mb-6 {
  margin-bottom: 40px !important;
}

.mb-7 {
  margin-bottom: 50px !important;
}

.mb-8 {
  margin-bottom: 60px !important;
}

.p-0 {
  padding: 0 !important;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
  border-color: #e7e8e9;
}

table>:not(caption)>*>* {
    padding: 0.5rem 0.5rem;
    border-width: 1px;
}

table th {
  background-color: #e7e8e9;
}

.wp-block-table {
  width: 100%;
}

@media (max-width: 991px) {
  .wp-block-table {
      min-width: 600px;
      overflow-x: scroll;
  }
}

.wp-block-table table {
  width: 100%;
}

.is-vertically-aligned-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.wpml-ls-legacy-list-vertical {
  display: none;
}

figure.wp-block-embed {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /*16:9*/
    margin-bottom: 40px;
}
figure.wp-block-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 1200px) {
  .wpml-ls-legacy-dropdown-click ul, .wpml-ls-legacy-dropdown-click li {
     list-style: none !important;
     margin: 0;
     padding: 0;
  }

  .wpml-ls-legacy-list-vertical {
    border: 0;
    display: flex;
    margin-top: 106px;
    margin-left: auto;
    width: 45px;
  }

  .wpml-ls-legacy-list-vertical a {
    padding: 1px 0 1px 22px;
    width: 45px;
    background-color: #111C24;
    color: #FFF;
    font-weight: 600;
    font-size: 14px;
    border: 0;
  }

  .wpml-ls-legacy-list-vertical .wpml-ls-current-language a {
    background-color: #ba0020;
  }
}

.border-bottom,
.border-top {
  border: 0 !important;
}

section.border-top>.wp-block-group__inner-container {
  padding-left: 80px;
  padding-right: 80px;
}

.border-bottom:after,
.border-top:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 50px;
  display: block;
  z-index: 999;
}

.border-bottom:after {
  border-bottom: 5px solid #ba0020;
  bottom: 0;
}
.border-top:before {
  border-top: 5px solid #ba0020;
  top: 0px;
  width: 100%;
  display: none;
}

#latest-news.border-top>.wp-block-group__inner-container {
  padding-left: 15px;
  padding-right: 15px;
}

#latest-news.border-top:before {
  top: 80px;
}

@media (min-width: 1600px) {
  .border-bottom:after {
    right: 100px;
    border-right: 5px solid #ba0020;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-bottomright: 50px;
    border-bottom-right-radius: 50px;
  }

  .border-top:before {
    right: 0;
    left: auto;
    border-left: 5px solid #ba0020;
    -webkit-border-top-left-radius: 50px;
    -moz-border-radius-topleft: 50px;
    border-top-left-radius: 50px;
    height: 80px;
  }
}

section>.wp-block-group__inner-container,
.widget_block .wp-block-group>.wp-block-group__inner-container {
  max-width: 1140px;
  --bs-gutter-x: 10px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 992px) {
  section>.wp-block-group__inner-container,
  .widget_block .wp-block-group>.wp-block-group__inner-container {
    --bs-gutter-x: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.main-header {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    z-index: 9998;
}

@media (min-width: 1200px) {
  .main-header {
      z-index: 97;
  }
  .site-3 .main-header,
  .site-4 .main-header,
  .site-5 .main-header,
  .site-6 .main-header,
  .site-7 .main-header,
  .site-8 .main-header,
  .site-9 .main-header,
  .site-10 .main-header {
    margin-top: 40px;
  }

  .site-3 #main-wrapper:after,
  .site-4 #main-wrapper:after,
  .site-5 #main-wrapper:after,
  .site-6 #main-wrapper:after,
  .site-7 #main-wrapper:after,
  .site-8 #main-wrapper:after,
  .site-9 #main-wrapper:after,
  .site-10 #main-wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 40px;
    background-color: #fff;
  }
}
  #logo {
    display: block;
    margin: 0;
    z-index: 997;
    position: relative;
  }

  #logo a {
    display: block;
    text-indent: -9999px;
    background-position: left center;
    background-repeat: no-repeat;
    -webkit-transition: background-position 0.32s ease-in-out;
    transition: background-position 0.32s ease-in-out;
    margin: 0;
    width: 134px;
    height: 80px;
    background-size: contain;
  }

#logo a.oneauto {
  width: 250px;
  background-size: 250px auto;
}

  .subnav-header {
    display: block;
    margin-top: 0;
    background-color: #fff;
    padding: 10px 0;
  }

@media (min-width: 1200px) {

  #logo a.oneauto {
    width: 320px;
    background-size: 320px auto;
  }

  #logo a {
    margin: 10px 0;
    width: 200px;
    height: 120px;
    background-size: auto 120px;
  }
}
@media (max-width: 991px) {
  body:not(.brand-page) .subnav-header {
    display: none;
  }
}

@media (min-width: 1200px) {
  .subnav-header {
    padding: 48px 0 20px;
  }
}

@media (min-width: 2000px) {
  .subnav-header:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background-color: #FFF;
    height: 90px;
    z-index: -1;
  }
}


#slogan {
  margin: 0;
  font-size: 14px;
  line-height: 1;
  padding-right: 50px;
}

@media (min-width: 992px) {
  #slogan {
    font-size: 22px;
  }
}

#slogan a {
  color: #111C24;
  text-decoration: none;
  font-weight: 600;
}

#slogan span {
  color: #ba0020;
}

#slogan b {
  text-decoration: underline;
}

.site-2 #slogan {
  margin-top: -30px;
  overflow: hidden;
}

.site-2 #slogan a {
  text-indent: -999px;
  width: 172px;
  height: 52px;
  background: url('https://garage-laenen.be/wp-content/uploads/sites/2/2024/01/garage_laenen_logo.png') no-repeat center;
  background-size: 172px auto;
  display: block;
}

.sub-nav,
.main-nav {
  display: none;
  list-style: none;
}


  .mainnav-header {
    padding: 10px 0;
    position: relative;
    z-index: 99;
  }

@media (min-width: 1200px) {
  .sub-nav,
  .main-nav {
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: flex-end;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    align-items: center;
  }

  .main-nav .children,
  .main-nav .sub-menu {
    display: none;
    position: absolute;
    left:0;
    right: 0;
    background-color: #fff;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    text-align: center;
    min-width: 200px;
  }

  .main-nav .children li a,
  .main-nav .sub-menu li a {
    margin: 0;
    padding: 5px 0;
    bottom: 0;
    color: #111C24;
    display: block;
    -webkit-transition: background 0.32s ease-in-out;
    transition: background 0.32s ease-in-out;  
    border: 0 !important;

  }

  .main-nav .children li a:hover,
  .main-nav .sub-menu li a:hover {
    background-color: #a0a4a7;
  }

  .brand-page .main-nav .children {
    margin-left: -35px;
  }

  .main-nav li {
    position: relative;
  }

  .main-nav .page_item_has_children:hover .children,
  .main-nav .page_item_has_children:active .children,
  .main-nav .page_item_has_children:focus .children,
  .main-nav .menu-item-has-children:hover .sub-menu,
  .main-nav .menu-item-has-children:active .sub-menu,
  .main-nav .menu-item-has-children:focus .sub-menu {
    display: block;
  }

  .main-nav>li:last-child a,
   .main-nav>li.imp-btn a {
        padding: 6px 10px;
        background-color: #BA0020;
        border-radius: 6px;
  }

  .sub-nav {
    margin-left: auto;
  }

  .sub-nav li a {
    display: block;
    color: #BA0020;
    text-decoration: none;
    -webkit-transition: color 0.32s ease-in-out;
    transition: color 0.32s ease-in-out;  
    padding: 0 18px;
    border-right: 2px solid #BA0020;
    text-align: center
  }


  .brand-page .sub-nav li:not(.current-menu-item):not(.current-page-ancestor) a {
    color: #111C24;
    border-right: 2px solid #111C24;
    opacity: 0.4;
  }

  .sub-nav li:last-child a {
    border-right: 0 !important;
    padding-right: 0;
  }

  .sub-nav li a:hover,
  .sub-nav li a:focus {
    color: #111C24;
  }

  .mainnav-header {
    padding: 0;
    height: 140px;

  }

  .subnav-header .container,
  .mainnav-header .container {
    display: flex;
  }

  .mainnav-header:before,
  .mainnav-header:after {
    content: '';
    position: absolute;
    left: 50px;
    top: 0;
    bottom: 0;
    background-color: #fff;
    width: 50px;
    height: 50px;
    display: block;
  }

  .mainnav-header:after {
    background-color: #111C24;
    -webkit-border-top-left-radius: 50px;
    -moz-border-radius-topleft: 50px;
    border-top-left-radius: 50px;
  }

  .main-nav {
    margin-left: auto;
    align-self: center;
    padding-left: 30px
  }

  .main-nav li a {
    padding: 6px 0;
    margin: 0 15px;
    color: #FFF;
    text-decoration: none;
    display: block;
    border-bottom: 2px solid transparent;
    text-align: center
  }

  html[lang="fr-BE"] .main-nav li a {
    margin: 0 10px;
    font-size: 21px;
  }
  
  .main-nav li.current-menu-item a,
  .main-nav li.current_page_item a,
  .main-nav li.current_page_ancestor a {
    border-bottom-color: #BA0020;
  }

  .main-nav li:last-child a {
    margin-right: 0 !important;
  }

  .lang-sidebar {
    width: 50px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: -140px;
    bottom: 0;
    z-index: 998;
  }
}

@media (min-width: 1600px) {
  .sub-nav,
  .main-nav {
    font-size: 22px;
  }

  .mainnav-header:before,
  .mainnav-header:after {
    left: 100px;
  }

  .lang-sidebar {
    width: 100px;
  }
}

.hamburger {
  display: none;
}


.mobile-nav,
.wpml-ls-statics-footer {
  display: none;
}

@media (max-width: 1199px) {
  .mobile-nav {
    position: fixed;
    background-color: #111C24;
    z-index: 9997;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 100px 20px 20px;
    margin: 0;
    line-height: 2;
  }

  .mobile-nav ul {
    list-style:none;
  }

  .menu-open .mobile-nav {
    display: block;
    list-style: none;
  }

  .mobile-nav li a {
    font-size: 21px;
    color: #FFF;
    font-weight: 600;
    display: block;
    text-decoration: none;
  }

  .mobile-nav li .children a {
    font-size: 18px;
  }

  .mobile-nav .wpml-ls-item {
    display: inline-block;
    margin-right: 10px;
  }

  .menu-open .wpml-ls-statics-footer {
    position: fixed;
    bottom: 0;
    right: 20px;
    z-index: 9998; 
    display: block;
    color: #FFF;
  }

  .menu-open .wpml-ls-statics-footer img {
    display: none !important;
  }

  .menu-open .wpml-ls-statics-footer a {
    color: #FFF !important;
  }

  .hamburger {
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.32s ease-in-out;
    transition: all 0.32s ease-in-out;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    outline: 0 !important;
    padding: 13px 12px;
    height: 42px;
    width: 42px;
    border-radius: 21px;
    background-color: #BA0020;
    position: fixed;
    top: 19px;
    right: 15px;
    z-index: 9999;
  }

  .admin-bar .hamburger {
    top: 65px;
  }

  .hamburger .hamburger-box {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 14px;
  }

  .scroll .hamburger .hamburger-box {
    width: 30px;
  }

  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
  }

  .hamburger-inner,
  .hamburger-inner::after,
  .hamburger-inner::before {
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease-in-out;
    width: 18px;
    height: 2px;
    background-color: #fff;
  }

  .scroll .hamburger.active:hover {
    opacity: 0.7;
  }

  .hamburger.active .hamburger-inner,
  .hamburger.active .hamburger-inner::after,
  .hamburger.active .hamburger-inner::before {
    background-color: #FFF;
  }

  .hello-darkness .hamburger.active .hamburger-inner,
  .hello-darkness .hamburger.active .hamburger-inner::after,
  .hello-darkness .hamburger.active .hamburger-inner::before {
    background-color: #fff;
  }

  .hamburger-inner::after,
  .hamburger-inner::before {
    content: "";
    display: block;
  }

  .hamburger-elastic .hamburger-inner {
    top: 2px;
    transition-duration: 275ms;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  .hamburger-elastic .hamburger-inner::before {
    top: 7px;
    transition: opacity 125ms 275ms ease-in-out;
  }

  .hamburger-elastic .hamburger-inner::after {
    top: 14px;
    transition: transform 275ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  .hamburger-elastic.active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(135deg);
    transition-delay: 75ms;
  }

  .hamburger-elastic.active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0;
  }

  .hamburger-elastic.active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 75ms;
    top: 20px;
  }

  .hamburger.active .hamburger-box {
    top: -4px;
  }
}

#main {
  position: relative;
}

@media (min-width: 1600px) {
  #main:before,
  .main-footer .container:after {
    content: '';
    width: 5px;
    height: 0;
    display: block;
    background-color: #BA0020;
    position: absolute;
    z-index: 999;
  }

  #main:before {
    right: 100px;
    top: 0;
  }

  .main-footer .container:after {
    left: 10px;
    bottom: 0;
  } 

  .admin-bar #main:before {
    margin-top: -32px;
  }
}

#main a {
  color: #FFF;
}

#main .has-white-background-color a {
  color: #111C24;
}

/* @media (min-width: 2000px) {
  #main-wrapper:before {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    display: block;
  }
} */


@media (min-width: 1600px) {
  section.has-white-background-color:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100px;
    background-color: #111C24;
  }
}

.cover {
  position: relative;
  max-width: 2000px;
  margin: 0 auto;
  padding: 0;
  height: 200px;
  overflow: hidden;
  z-index: 0;
}

.cover ul li div {
  padding-bottom: 200px;
  background-size: cover;
  height: 100%;
  background-position: center;
}

.cover .image {
  background-size: cover;
  background-color: transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  background-position: center;
}

@media (min-width: 992px) {
  .cover {
  height: 500px;
  }

  .cover .image.parallax {
    background-attachment: fixed;
  }
  .cover ul li div {
    padding-bottom: 500px;
  }
}


@media (min-width: 1200px) and (max-width: 1600px) {
  .cover .image {
    left: 100px;
  }
}

.cover ul {
  padding: 0;
  height: 100%;
}

.cover .slick-arrow {
  width: 20px;
  height: 20px;
  background: url('../img/icons.svg') top left transparent;
  background-size: 40px 60px;
  text-indent: -999px;
  overflow: hidden;
  display: block;
  border: 0;
  z-index: 999;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  padding: 0;
}

.cover .slick-prev {
  left: 20px;
}

.cover .slick-next {
  right: 20px;
  background-position: top right;
}

@media (min-width: 1200px) {
.brands {
  padding-top: 60px;
  padding-bottom: 60px;
}
}

.brands .row {
  justify-content: center;
}

.brands .brand {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}

.brands .brand .logo {
  width: 200px;
  height: 200px;
  display: flex;
  background-color: #FFF;
  border-radius: 110px;
  margin: 0 auto 20px;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}

.brands .brand:hover .logo,
.brands .brand:focus .logo,
.brands .brand:active .logo {
  width: 210px;
  height: 210px;
  margin-top: -5px;
  margin-bottom: 15px;
}

.brands .brand .logo img {
  margin: auto;
  display: block;
  max-width: 80%;
}

.brands .brand a.button {
  text-transform: uppercase;
}

.brands .brand a.button:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.short-image {
  background-color: #FFF;
  width: 200px;
  height: 200px;
  display: block;
  border-radius: 240px;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto 20px;
  background-size: cover;
}

.posttype-title {
  font-size: 38px;
  margin-bottom: 30px;
}

.posttype-title a {
  text-decoration: none;
  color: #111C24;
}

.news-list {
  padding: 50px 15px;
  position: relative;
  -webkit-border-top-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  border-top-left-radius: 50px;
  color: #111C24;
  text-align: center;
}

.news-list .button {
  width: 100%;
  text-align: center;
  display: block;
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .news-list {
    padding: 50px 120px;
  }
}

.article {
  text-align: left;
  position: relative;
}

.article .figure {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 20px;
}

.article .article-date {
  font-size: 21px;
  font-weight: 500;
}

.article .article-title {
  color: #BA0020;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 10px;
}

.single .article-title {
  color: #FFF;
  margin-bottom: 40px;
}

.article .button:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0; 
  bottom: 0;
}

.article-footer {
  display: flex;
  align-items: center;
}

.article-footer .button {
  width: 100%;
}

.article-footer .button.has-logo {
  width: calc(100% - 150px);
}

.article-footer .logo-link {
  display: block;
  width: 150px;
  height: 80px;
  background-size: 120px auto;
  background-repeat: no-repeat;
  background-position: center right; 
}

.wp-block-columns {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px;
}

.wp-block-columns.is-layout-flex {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

  .wp-block-columns .wp-block-column,
  .block {
    padding: 30px;
  }

@media (min-width: 992px) {
.wp-block-columns.is-layout-flex {
  flex-direction: row;
}

  .wp-block-columns .wp-block-column {
    flex: 1;
  }

  body:not(.brand-page) .wp-block-columns .wp-block-column:has(.wp-block-image) {
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  body:not(.brand-page) .wp-block-columns .wp-block-column:nth-child(2):has(.wp-block-image) {
    padding-left: 0;
  }

  body:not(.brand-page) .wp-block-columns .wp-block-column:first-child:nth-last-child(2),
  body:not(.brand-page) .wp-block-columns .wp-block-column:first-child:nth-last-child(2) ~ .wp-block-column {
    max-width: 40%;
  }

  body:not(.brand-page) .wp-block-columns .wp-block-column:first-child:nth-last-child(2) {
    margin-left: 10%;
  }
}

.wp-block-separator {
  display: block;
  margin: 0 auto 60px;
  max-width: 200px;
  height: 4px;
  opacity: 1;
}

.wp-block-columns .wp-block-column .wp-block-separator {
  max-width: 100%;
}

.has-small-font-size {
  font-size: 14px;
}

.are-vertically-aligned-center {
  align-items: center;
}

  .wp-block-buttons {
    display: flex;
    gap: 10px;
    flex-direction: column;
  }

@media (min-width: 992px) {
  .wp-block-buttons {
    gap: 20px;
    flex-direction: row;
  }
}

.gform_wrapper.gravity-theme {
  max-width: 800px;
  margin: 80px auto 0;
}

.gform_wrapper.gravity-theme .gfield textarea,
.gform_wrapper.gravity-theme .gfield input {
  border: 2px solid #FFF;
  border-radius: 8px;
  background-color: transparent;
  color: #FFF;
  padding: 10px 20px !important;
}

.gform_wrapper.gravity-theme .gfield.gfield_error textarea,
.gform_wrapper.gravity-theme .gfield.gfield_error input {
  border-color: red;
}

.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full {
  max-width: 360px;
  margin: 0 auto;
}

.gform_required_legend,
.gform_validation_errors,
.validation_message {
  display: none !important;
}

.single-dealer .gform_wrapper.gravity-theme {
  margin-top: 0;
  text-align: center;
}

.icon:before {
  content: '';
  width: 15px;
  height: 15px;
  background: url('../img/icons.svg') top left transparent;
  background-size: 60px 90px;
  text-indent: -999px;
  overflow: hidden;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
}

.icon {
  position: relative;
  padding-left: 25px;
}

.icon-site:before {
  background-position: 0px -150px;
}

.icon-email:before {
  background-position: -22px -150px;
}

.icon-phone:before {
  background-position: 16px -150px;
}

.icon-fb,
.icon-ig,
.icon-maps,
.icon-waze {
  display: inline-flex;
  margin-right: 10px;
  width: 25px;
  height: 25px;
  overflow: hidden;
  text-indent: -999px;
}

.icon-fb:before,
.icon-ig:before {
  background-size: 100px 150px;
  width: 25px;
  height: 25px;
  top: 0;
}

.icon-fb:before {
  background-position: 0 -276px;
}

.icon-ig:before {
  background-position: -25px -276px;
}

.icon-maps,
.icon-waze {
  width: 30px;
  height: 30px;
}

.single-dealer .icon-maps {
  float: right;
}

.single-dealer .icon-waze {
  float: right;
}

.icon-maps:before,
.icon-waze:before {
  background-size: 60px 90px;
  width: 30px;
  height: 30px;
  top: 0;
}

.icon-maps:before {
  background-position: 0 -300px;
}

.icon-waze:before {
  background-position: -30px -300px;
}

#input_1_7>div,
#input_2_7>div,
#input_6_7>div {
  margin: 0 auto;
  display: block;
}

.ginput_container_consent { text-align: center; }

section#models {
  padding-bottom: 20px;
}

#models .row {
  justify-content: center;
}

#models.cubes,
.limit-width {
    max-width: 960px;
    margin: 0 auto;
}

#models.circles {
    margin-top: 40px;
}

#models .content,
#news .content {
  padding: 20px 40px;
  min-height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.model-name {
  margin-bottom: 20px;
}

#models .row,
#news .row {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 10px;
}

#models .row [class^="col-"],
#news .row [class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.model {
  margin-bottom: 40px;
}

.model:first-child img { 
  -webkit-border-top-left-radius: 30px;
  -moz-border-radius-topleft: 30px;
  border-top-left-radius: 30px; 
}

.model:last-child .content { 
  -webkit-border-bottom-right-radius: 30px;
  -moz-border-radius-bottomright: 30px;
  border-bottom-right-radius: 30px; 
}

.model .button {text-align: center; }

section#models.models-manu {
  padding-bottom: 50px;
}

.models-manu .model { max-width: 270px; margin: 0 auto; }

.models-manu .model .button { padding: 10px; font-size: 16px; }

.fuel-types { padding: 40px 30px; }
.fuel-types figure { padding-left: 15px; margin-bottom: 20px; }
/* CAR COLORS */
#car-colors {
  text-align: center;
  display: flex;
  justify-content: center;
}

.color-hex {
  width: 96px;
  height: 96px;
  display: block;
  border: 3px solid #FFF;
  border-radius: 96px;
  margin: 20px auto;
}

.color-name {
  font-weight: 600;
}

.main-footer a {
  text-decoration: none !important;
  color: #111C24;
}

#news .content p {
  margin-bottom: 15px;
}

/* OPTIONS */
#options .wp-block-columns.is-layout-flex {
  gap: 60px;
}

#options .wp-block-columns .wp-block-column {
  padding: 0;
}

#options .wp-block-image {
  margin-bottom: 30px;
}

#options h3 {
  text-align: center;
}

/* DEALER */
.dealer {
  padding: 40px 30px;
  -webkit-border-top-left-radius: 40px;
  -moz-border-radius-topleft: 40px;
  border-top-left-radius: 40px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}

.dealer .dealer-name a {
  color: #BA0020 !important;
  font-size: 24px;
}
#dealer a,
.dealer a{
  text-decoration: none;
}

.dealer .read-more {
  color: #ba0020;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: auto;
}

.dealer .button {
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  width: 100%;
}

.single-post .button:after,
.dealer .button:after {
  display: none;
}

#dealer h1 {
  text-align: center;
}

#dealer #info {
  padding-top: 40px;
  padding-bottom: 40px;
}

#dealer #info h2 {
  color: #BA0020;
  margin-bottom: 15px;
}

.dealer .distance {
  font-weight: 600;
}

#model-list {
  text-align: center;
}

#model-list a {
  color: #FFF
}

#model-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  text-align: left;
  flex-direction: row;
  margin-left: 20px;
}
#model-list ul li {
flex-grow: 1;
    flex-basis: 0;
}

#model-list ul .children {
  margin-left: 20px;
  flex-direction: column;
}

#popup {
  color: #000;
  line-height: 32px;
}

.modal-header,
.modal-footer {
  border: 0 !important;
}

.sec-loan {
  margin-bottom: 40px;
  line-height: 32px;
  vertical-align: middle;
  text-align: justify;
}

.sec-loan strong,
#popup strong {
  font-size: 160%;
}

.sec-loan  .has-small-font-size {
  line-height: 1.5;
}

.search-form {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}


  .acf-map {
      width: 100%;
      height: 300px;
      border: 0;
  }
  .acf-map img {
     max-width: inherit !important;
  }

@media (min-width: 992px) {
  .acf-map {
      height: 500px;
  }
 }

#logo-banner {
  flex-direction: row;
  align-items: end;
}

#logo-banner img {
  width: 200px;
  margin-bottom: -10px;
}

.main-footer a:hover,
.main-footer a:hover,
.main-footer a:hover {
  color: #ba0020;
}

.main-footer .container {
  max-width: 1140px;
  position: relative;
  padding-top: 60px;
  padding-bottom: 30px;
}

.main-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-footer ul .sub-menu {
  display: none;
}

.main-footer .row .wp-block-column {
  align-self: flex-end;
}

#colophon {
  margin-top: 50px;
  font-size: 16px;
}

/* @media (min-width: 2000px) {
  .main-footer:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      background-color: #FFF;
      height: 90px;
      z-index: -1;
  }
} */

/* CALCULATOR */

#calculator-box {
  background-color: #f6f6f6;
}

#calculator-box .box {
  padding: 10px 15px;
  display: flex;
}

@media (min-width: 992px) {
  #calculator-box .box {
    padding: 25px;
  }
}

#calculator-box .box span {
  margin-left: auto;
  font-weight: bold;
}

#calc-form .box {
  padding: 10px 15px 0;
  display: flex;
  justify-self: center;
}

@media (min-width: 992px) {
  #calc-form .box {
    padding: 25px 25px 0;
  }
}

#calc-form .label {
  color: #FFF;
  font-weight: bold;
}

#calc-form input {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 10px 17px;
    border: 1px solid #e9e9e9;
    outline: 0;
    resize: none;
    font-family: inherit;
    line-height: 18px;
    font-size: 13px;
    background-color: #f6f6f5;
    color: #7f8385;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#calc-form #calculate {
  margin-bottom: 25px;
  width: 100%;
  border-radius: 0;
}

/* SECOND HAND */
.article.car {
  padding-top: 340px;
  margin-bottom: 24px;
  position: relative;
}

.article.car .content {
  padding: 20px;
  border-top: 5px solid #ba0020;
}

.article.car .car-name {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 10px;
}

.article.car .price {
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 10px;
}

.article.car .car-name a {
  text-decoration: none;
  color: #BA0020 !important;
}

.article.car .car-name a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;  
}

.article.car .image {
  width: 100%;
  height: 340px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.single-car .slider {
  position: relative;
  padding: 0;
}

.single-car .slider img {
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.single-car .slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  border: 0;
  display: block;
  height: 40px;
  width: 40px;
  overflow: hidden;
  outline: none;
  z-index: 8;
  background-color: #111C24;
  text-ident: -9999px;
}
.single-car .slider .slick-arrow:after {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  background: url('../img/icons.svg') no-repeat transparent;
  background-size: 40px 60px;
  background-position: left top;
}

.single-car .slider .slick-prev {
  left: 0;
}

.single-car .slider .slick-next {
  right: 0;
}

.single-car .slider .slick-next:after {
  background-position: right top;
}

.single-car .car-name {
  color: #BA0020 !important;
}

.single-car .price {
  font-size: 25px;
  font-weight: 400;
  margin: 0 0 20px;  
}

.single-car .car-meta {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.single-car .car-meta li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: rgba(0,0,0,.07);
  padding: 5px 15px;
  border-radius: 5px;
}

.single-car #intro .button {
  margin-bottom: 20px;
}

.single-car #intro .return {
  text-decoration: none;
  font-weight: bold;
}