/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
#logo {
    width: 400px !important;
}
ul.usps {
    width: 95%;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
}
header#header {
    z-index: 999;
}
ul.usps li {
    display: inline;
    list-style-type: none;
    padding-right: 5px;
    font-size: 1.2em;
    margin-right: 12px;
  }
  ul.usps li i {
      color: #ed9f3a;
      margin-right: 5px;
  }
.top-header , .top-header a {
    color: #fff;
    font-size: 14px;
}
.top-header a i {
    margin-left: 1rem;
    margin-right: .25rem;
}
.top-header a {
    text-decoration: underline;
}
.top-header a:hover {
    color: #ed9f3a;
}
.bottom-header , .bottom-header a {
    color: #fff;
    font-size: 18px;
}
.bottom-header a i {
    margin-left: 1rem;
    margin-right: .25rem;
}
.bottom-header a {
    text-decoration: underline;
    margin-bottom: 1rem;
    display: block;
}
.bottom-header a:hover {
    color: #ed9f3a;
}
.cursus a {
    color: #004a98;
}
.cursus a.button {
    color: #fff;
}
.box-image {
    transition: .25s;
}
.box-image:hover {
 transform: scale(.9);
}
.stuck {
    background-color: rgba(255, 255, 255, .99) !important;
    box-shadow: 0px 0 0px 3px rgb(0 62 126) !important;
}
.footer2022 a , .footer2022 h3 {
    color: white;
}
.footer2022 .divider {
    color: white;
    background-color: white;
    max-width: 100% !important;
}
.absolute-footer.dark.medium-text-center.text-center {
    display: none;
}
.naar-boven {
    position: relative;
    z-index: 99;
margin-top: -125px;}
.pointer-event {
    pointer-events: none;
}
a.link-learning::before , a.link-account::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f35d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 0.2rem;
    font-size: .9rem;
}
span.sbi_follow_btn a {
    background-color: #ed9f3a !important;
    border-radius: 30px !important;
}
a.sbi_load_btn {
    background-color: #004a98 !important;
    border-radius: 30px !important;
}
#sb_instagram .sbi_follow_btn a:focus, #sb_instagram .sbi_follow_btn a:hover, .sbi_no_avatar .sbi_header_img {
    background-color: #004a98 !important;
    box-shadow: none !important;
}
a.link-learning::before {
    content: "\f19d";
}
a.link-account::before {
    content: "\f007";
}
.wpcf7 label {
    text-align: left;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.button {
    position: absolute;
    background-color: #ed9f3a;
}
/* Legacy Firefox syntax (version 61 and below) */
::-moz-selection {
    background-color: rgb(255, 239, 219);
    color: #004a98;
}
::selection {
    background-color: rgb(255, 239, 219);
    color: #004a98;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}