@font-face {
  font-family: "Cupra";
  font-weight: 300;
  src:
    url("/wp-content/fonts/Cupra-Light.woff") format("woff");
}

@font-face {
    font-family: "Cupra";
    font-weight: 400;
    src:
      url("/wp-content/fonts/Cupra-Regular.woff") format("woff");
  }

  @font-face {
    font-family: "Cupra";
    font-weight: 700;
    src:
      url("/wp-content/fonts/Cupra-Bold.woff") format("woff");
  }

body {
    --e-global-typography-text-font-family: "Cupra" !important;
    --e-global-typography-secondary-font-family: "Cupra" !important;
    --e-global-typography-primary-font-family: "Cupra" !important;
    --e-global-typography-accent-font-family: "Cupra" !important;
  }

  body {
    background-image: url(/wp-content/uploads/2024/06/bg_desktop.jpg);
    background-size: cover;
  }

main {
    font-family: "Cupra";
  }

  .e-con {
    --container-max-width: 1400px !important;
    --content-width: min(100%,var(--container-max-width,1400px));
  }

  .dealers-widget .e-con-inner.flex-row.justify-center {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --justify-content: center;
    --gap: 30px 50px !important;
    --flex-wrap: wrap;
    --align-content: center;
    --background-transition: 0.3s;
    --padding-top: 0px;
    --padding-bottom: 50px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .site-header {
	background: rgba(0,0,0,0.2);
	padding: 40px 0;
}

.site-branding .site-logo img {
  width: 210px;
  max-width: 210px;
}

.page-header {
	display: none;
}

.dealer_box_small_infos {
  	width: 80%;
}

.dealer_box_small_button .elementor-button{
	background: transparent !important;
}

.dealer_box_small_button a {
	width: calc(100% - 60px);
    padding: 15px 0px 15px 30px;
    background: transparent;
    display: block;
    color: #fff;
    font-family: 'Cupra';
		font-weight: 700;
    font-size: 15px;
    line-height: 15px;
    font-style: normal;
    font-weight: normal;
    position: relative;
    text-align: center;
    text-decoration: none;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border: 1px solid #fff;
    border-right: 0;
		position: relative;
		transition: none !important;
}

.dealer_box_small_button a:hover, .dealer_box_small_button a:hover::after {
		background: #fff !important;
    color: #0B1621;
}

.dealer_box_small_button a:after {
	  content: "";
    background: transparent;
    display: block;
    height: calc(100% + 2px);
    position: absolute;
    right: -30px;
    top: -1px;
    width: 60px;
    transform: skewX(-20deg);
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border: 1px solid #fff;
    border-left: 0;
}

.site-footer {
	background-color: #000;
	padding-top: 50px;
	padding-bottom: 50px;
    padding-block-start: 50px !important;
    padding-block-end: 50px !important;
}

#site-footer .site-branding, #site-footer .site-navigation {
	width: 50%;
	max-width: 50%;
}

#site-footer .site-navigation {
	display: flex;
	justify-content: flex-end;
}

#menu-footer-menu .menu-item a {
	font-weight: 700;
	color: #fff;
}

.copyright {
	margin-top: 20px;
	font-size: 15px;
  line-height: 15px;
	font-weight: 400;
	color: #fff;
  max-width: 100% !important;
}

@media screen and (max-width: 576px) {
  #site-footer .site-branding, #site-footer .site-navigation {
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
  #site-footer .site-navigation {
    margin-top: 50px;
  }

  .site-footer .site-branding .site-logo img {
    max-width: 210px !important;
  }

}