/*
Theme Name: Scooterclub
Theme URI: URI: http://www.studiostekker.com
Description: Scooterclub Wordpress Theme
Author: Studio Stekker
Author URI: http://www.studiostekker.com
Version: 1.0
*/


/* Fonts */

/*!
 * Font Awesome Free 5.12.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:auto;src:url(../../../wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot);src:url(../../../wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../../../wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"),url(../../../wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff) format("woff"),url(../../../wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"),url(../../../wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}

/*!
 * Font Awesome Free 5.12.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:auto;src:url(../../../wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot);src:url(../../../wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../../../wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"),url(../../../wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff) format("woff"),url(../../../wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.ttf) format("truetype"),url(../../../wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-family:"Font Awesome 5 Free";font-weight:400}

/*!
 * Font Awesome Free 5.12.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:auto;src:url(../../../wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot);src:url(../../../wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../../../wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),url(../../../wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff) format("woff"),url(../../../wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"),url(../../../wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Free";font-weight:900}

@font-face {
  font-family: 'Mangarans DEMO';
  src: url('fonts/MangaransDEMO.woff2') format('woff2'),
  url('fonts/MangaransDEMO.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* latin-ext */
@font-face {
  font-family: 'Stint Ultra Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/stintultracondensed/v11/-W_gXIrsVjjeyEnPC45qD2NoFPtBE0xCh2AOox8P6cM.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Stint Ultra Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/stintultracondensed/v11/-W_gXIrsVjjeyEnPC45qD2NoFPtBE0xCh2AOrR8P.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/** Algemene stylen **/
html, body {
	font-family: 'Stint Ultra Condensed', sans-serif;
	font-weight: 400;
	font-size: 30px;
  line-height: 36px;
	-webkit-font-smoothing: antialiased;
	background: #ffffff;
	color: #1a1a1a;
	visibility: visible;
  max-width: 100vw;
}

h1, h2, h3, h4, h5 {
	font-family: 'Mangarans DEMO', sans-serif;
  font-weight: 400;
  margin-bottom: 8px;
  text-transform: uppercase;
}

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

h1 {
	font-size: 96px;
  line-height: 112px;
}

h2 {
  font-size: 72px;
  line-height: 86px;
}

h3 {
	font-size: 56px;
  line-height: 64px;
}

h4 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
}

h5 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

a {
  transition: 0.2s all;
  color: #883936;
  text-decoration: underline;
}

a:hover {
  color: #6b302d;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

ul:not([class]) {
  list-style: none; /* Remove default bullets */
  padding-inline-start: 25px;
}

ul:not([class]) li:not([class]) {
  margin: 12px 0;
}

ul:not([class]) li:not([class]):before {
  content: ""; 
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #107cc1; 
  margin-left: -1em;
  margin-right: 16px;
  vertical-align: middle;
  line-height: 18px;
}

.container,
.container-fluid {
  position: relative;
  z-index: 1;
  max-width: 1312px;
}

/** Header **/

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  margin: 0;
}

.backdrop {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  height: 0;
  width: 0;
}

.menu_bar {
  max-width: 1312px;
  display: flex;
  margin: 0 auto;
  padding: 10px 20px;
  position: relative;
  line-height: 60px;
  box-sizing: border-box;
}

.menu_bar .logo {
  max-height: 60px;
  width: auto;
}

.menu_bar .menu_wrapper {
  display: inline-flex;
  line-height: 60px;
  margin-left: auto;
  margin-block-end: 0em;
  margin-block-start: 0em;
}

.menu_wrapper > ul {
  list-style: none;
}

.menu_wrapper > ul > li {
  display: block;
  float: left;
  position: relative;
}

.menu_wrapper ul li a {
  font-size: 18px;
  color: #FFF;
  font-weight: 700;
  padding: 0 24px;
  position: relative;
  text-decoration: none;
}

.menu_wrapper ul li a:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% + 4px);
  left: 10%;
  height: 0px;
  background: #fff;
  width: 80%;
  text-decoration: none;
  transition: 0.2s all;
}

.menu_wrapper ul li a:hover:after,
.menu_wrapper ul li.current_page_item > a:after {
  height: 3px;
}

.menu_wrapper ul ul.sub-menu li.current_page_item > a:after {
  width: 100%;
  left: 0;
}

.menu_wrapper ul ul.sub-menu li > a:after {
  left: 0;
}

.menu_wrapper ul li a:hover {
  text-decoration: none;
  color: #fff;
}

.menu_wrapper ul li.menu-item-has-children {
  position: relative;
  margin-right: 24px;
}

.menu_wrapper ul li:not(:last-of-type).menu-item-has-children:after {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
  line-height: 60px;
  font-size: 16px;
  top: 4px;
  font-weight: 900;
  color: #fff;
  content: "\f078";
  transition: 0.2s all;
  pointer-events: none;
}

.menu_button_mobile {
  display: none;
}

.mobiel_menu {
  display: none;
}

@media (max-width: 1040px) {
.menu_wrapper ul li a {
  padding: 0 16px;
}

}

@media (min-width: 956px) {

  .menu_wrapper > ul > li:last-of-type {
    border-radius: 30px;
    color: #FFF;
    margin: 6px;
    padding: 0 12px;
    line-height: 48px;
    background: rgb(250,207,23);
    background: -moz-linear-gradient(90deg, rgba(250,207,23,1) 0%, rgba(242,106,35,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(250,207,23,1) 0%, rgba(242,106,35,1) 100%);
    background: linear-gradient(90deg, rgba(250,207,23,1) 0%, rgba(242,106,35,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#facf17",endColorstr="#f26a23",GradientType=1);
  }

  .menu_wrapper > ul > li:last-of-type > a:after {
    background-color: transparent;
  }

  .menu_wrapper ul > li > ul.sub-menu {
    display: block;
    position: absolute;
    right: 0;
    top: calc(100%);
    background-color: #fff;
    max-height: 0;
    opacity: 0;
    transition: 0.2s all;
    width: auto;
    padding: 20px 40px;
    white-space: nowrap;
    box-sizing: border-box;
    border-radius: 0 0 25px 25px;
    list-style-type: none;
    z-index: 0;
    pointer-events: none;
  }

  .menu_wrapper ul > li:last-of-type > ul.sub-menu {
    margin-top: 5px;
    pointer-events: all;
    right: 20px;
  }

  .menu_wrapper ul > li:hover > ul.sub-menu {
    max-height: 600px;
    height: auto;
    opacity: 1;
    pointer-events: all;
  }

  .menu_wrapper ul > li:last-of-type > ul.sub-menu:hover {
    max-height: 600px;
    height: auto;
    opacity: 1;
    pointer-events: all;
  }

  .menu_wrapper ul > li > ul.sub-menu:after {
    content: '';
    left: 0;
    bottom: 0;
    height: calc(100%);
    background-color: rgba(255,255,255,0);
    width: calc(100%);
    position: absolute;
    display: block;
    z-index: -1;
    border-radius: 0 0 25px 25px;
    transition: 0.2s all;
  }

  .menu_wrapper ul > li:hover > ul.sub-menu:after {
    left: -10px;
    bottom: -10px;
    height: calc(100% + 10px);
    background-color: rgba(255,255,255,0.1);
    width: calc(100% + 20px);
  }

  .menu_wrapper ul > li > ul.sub-menu:before {
    content: '';
    left: 0;
    bottom: 0;
    height: calc(100%);
    background-color: rgba(255,255,255,0);
    width: calc(100%);
    position: absolute;
    display: block;
    z-index: -1;
    border-radius: 0 0 25px 25px;
    transition: 0.4s all;
  }

  .menu_wrapper ul > li:hover > ul.sub-menu:before {
    left: -20px;
    bottom: -20px;
    height: calc(100% + 20px);
    background-color: rgba(255,255,255,0.05);
    width: calc(100% + 40px);
  }

  .menu_wrapper ul > li > ul.sub-menu > li {
    padding: 10px 0;
    line-height: 24px;
    transition: 0.2s all
  }

  .menu_wrapper ul > li > ul.sub-menu > li:hover {
    transform: translateX(5px);
  }

  .menu_wrapper ul > li > ul.sub-menu > li > a {
    padding: 0;
    color: #107cc1;
  }

  .menu_wrapper ul > li > ul.sub-menu > li > a:hover:after {
    width: 100%;
    left: 0;
  }
}

@media (max-width: 956px) {
  .backdrop {
    opacity: 0;
    transition: 0.4s all;
    background-color: #107cc1;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 50;
    pointer-events: none;
  }
  .backdrop.active {
    opacity: 1;
    pointer-events: all;
  }

  .menu_bar .logo.hidden {
    opacity: 0;
  }

  .menu_bar_top {
    display: none !important;
    max-height: 0;
  }
  .menu_button_mobile {
    display: block;
    position: fixed;
    right: 10px;
    top: 10px;
    height: 30px;
    width: 30px;
    color: #FFF;
    text-decoration: none !important;
    z-index: 1;
  }

  .menu_button_mobile:after {
    content: '';
    display: block;
    width: 160px;
    height: 160px;
    border-radius: 100%;
    bottom: -32px;
    position: absolute;
    left: -32px;
    background-color: #107cc1;
    z-index: -1;
  }

  .menu_button_mobile span {
    height: 3px;
    width: 30px;
    right: 0;
    top: 7px;
    border-radius: 10px;
    position: absolute;
    display: block;
    background-color: #fff;
    transition: 0.2s all;
  }

  .menu_wrapper ul li a:hover {
    text-decoration: underline;
    color: #107cc1;
  }

  .menu_button_mobile span:nth-of-type(2) {
    width: 20px;
    top: 17px;
    transition: 0.4s all;
  }

  .menu_button_mobile span:nth-of-type(3) {
    width: 25px;
    top: 27px;
    transition: 0.6s all;
  }

  .menu_button_mobile.active span:nth-of-type(1) {
    width: 20px;
  }

  .menu_button_mobile.active span:nth-of-type(2) {
    width: 30px;
  }  

  .menu_button_mobile.active span:nth-of-type(3) {
    width: 15px;
  }

  .menu_bar .menu_wrapper {
    position: relative;
  }
  .menu_wrapper > ul {
    display: block;
    position: fixed;
    top: 60px;
    text-align: left;
    right: 40px;
    background-color: #fff;
    width: calc(100vw - 80px);
    padding: 0 40px;
    max-height: 0;
    border-radius: 0 0 30px 30px;
    overflow: hidden;
    transition: 0.2s all;
    pointer-events: none;
    z-index: 1;
  }

  .menu_wrapper.active > ul {
    height: auto;
    max-height: 600px;
    padding: 20px 40px;
    overflow: visible;
    pointer-events: all;
  }

  .menu_wrapper > ul:after {
    content: '';
    left: 0;
    bottom: 0;
    height: calc(100%);
    background-color: rgba(255,255,255,0);
    width: calc(100%);
    position: absolute;
    display: block;
    z-index: -1;
    border-radius: 0 0 25px 25px;
    transition: 0.2s all;
  }

  .menu_wrapper.active > ul:after {
    left: -10px;
    bottom: -10px;
    height: calc(100% + 10px);
    background-color: rgba(255,255,255,0.1);
    width: calc(100% + 20px);
  }

  .menu_wrapper > ul:before {
    content: '';
    left: 0;
    bottom: 0;
    height: calc(100%);
    background-color: rgba(255,255,255,0);
    width: calc(100%);
    position: absolute;
    display: block;
    z-index: -1;
    border-radius: 0 0 25px 25px;
    transition: 0.4s all;
  }

  .menu_wrapper.active > ul:before {
    left: -20px;
    bottom: -20px;
    height: calc(100% + 20px);
    background-color: rgba(255,255,255,0.05);
    width: calc(100% + 40px);
  }

  .menu_wrapper > ul > li {
    padding: 10px 0;
    line-height: 24px;
  }

  .menu_wrapper > ul > li {
    float: none;
  }

  .menu_wrapper ul li.menu-item-has-children {
    margin: 0;
  }

  .menu_wrapper > ul li a {
    color: #107cc1;
    padding: 0;
  }

  .menu_wrapper > ul > li > a {
    font-size: 20px;
  }

  .menu_wrapper > ul > li > ul.sub-menu {
    margin: 0;
    padding-left: 10px;
  }

  .menu_wrapper > ul > li > ul.sub-menu > li {
    list-style: none;
  }  
  .menu_wrapper > ul > li > ul.sub-menu > li > a:before {
    content: "- "
  }
}

@media (max-width: 400px) {
  .menu_bar {
    padding: 0 20px;
  }
  .menu_bar .logo {
    max-height: 40px;
  }
  .menu_wrapper > ul {
    padding: 0 20px;
    width: calc(100vw - 40px);
    right: 20px;
    z-index: 3;
  }
  .menu_wrapper.active > ul {
    padding: 20px;
  }
}


/* Breadcrumbs */

#breadcrumbs i {
  position: relative;
  padding: 0 8px;
  background: rgb(250,207,23);
  background: -moz-linear-gradient(90deg, rgba(250,207,23,1) 0%, rgba(242,106,35,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(250,207,23,1) 0%, rgba(242,106,35,1) 100%);
  background: linear-gradient(90deg, rgba(250,207,23,1) 0%, rgba(242,106,35,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#facf17",endColorstr="#f26a23",GradientType=1);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

#breadcrumbs .breadcrumb_last {
  font-weight: 700;
}


.social {
  width: 36px;
  line-height: 36px;
  border-radius: 100%;
  position: relative;
  margin-bottom: -12px;
}

.social:hover {
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.social:before {
  position: absolute;
  color: #fff;
  display: block;
  left: 0;
  top: 0;
  width: 36px;
  text-align: center;
  font-family: "Font Awesome 5 Brands";
}

.social.linkedin {
  background-color: #02c813;
}

.social.linkedin:before {
  content: "\f0e1";
}

.social.facebook {
  background-color: #ff9300;
}

.social.facebook:before {
  content: "\f39e";
}

.social.twitter {
  background-color: #bb13f6;
}

.social.twitter:before {
  content: "\f099";
}

.social.instagram {
  background-color: #0066fd;
}

.social.instagram:before {
  content: "\f16d";
}

.social.youtube {
  background-color: #fd10d2;
}

.social.youtube:before {
  content: "\f167";
}

/* Content */
.elementor-pagination-position-outside .elementor-swiper-button {
  top: calc(100% + 16px) !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: auto !important;
  top: 100% !important;
}


/* Footer */
footer {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-top: 64px;
  align-items: center;
}

footer img {
  margin-bottom: 64px;
}

footer > a {
  color: #1a1a1a;
  font-size: 36px;
  text-decoration: none;
  margin: 12px 0;
}

footer > span {
  margin-top: 32px;
  margin-bottom: 128px;
}

