/*
Theme Name: Custom Fietsdokter Theme
Template: astra
Version: 1.0.0
*/

/* Adobe fonts */
.ff-aileron{
  font-family: "aileron", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.ff-bebas{
  font-family: "bebas-neue-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* Variables */
:root {
  --brand-primary: #8F140C;
  --brand-secondary: #F6EDEA;
  --neutral-dark: #4B0600;
  --neutral-light: #fff;
}

html, body{
  overflow-x: hidden !important;
}

body{
    background-color: #fff !important;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6{
  color: #000;
  text-transform: uppercase;
  font-family: "bebas-neue-pro", sans-serif !important;
  font-style: normal !important;
  line-height: 100% !important;
}

h1{
  font-weight: 200 !important;
}

.c-normaltitle h1{
  font-weight: 300 !important;
}

.c-heading--bold{
  font-weight: 600 !important;
}



p{
  margin: 0 !important;
  font-family: "aileron", sans-serif !important;
}

/* Single post */
.ast-container {
    max-width: 100% !important;
    padding: 0 !important;
}

.ast-article-single{
  padding: 0 !important;
}

.ast-container .content-area{
    margin: 0 !important;
}

.elementor-location-footer{
  background-color: #fff;
}

/* Centering Icons */
.elementor-icon-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
}

/* back to top button */
.ast-scroll-to-top-right{
  background-color: var(--brand-primary) !important;
}

/* Aantal woorden verwijderen op bericht */
.forminator-field-textarea .forminator-description{
    display: none !important;
}