/*
-----------------------------------------------------

Theme Name:     BoostMKB - Portal
Theme URI:      https://www.wmtd.nl
Author:         WMTD.nl
Author URI:     https://wmtd.nl
Description:    
Version:        1.0
License:        GNU General Public License
License URI:    http://www.gnu.org/licenses/gpl-2.0.html

-----------------------------------------------------
*/




:root {
    --orange: #FF9800;
    --orange_bright: #FF5400;
    --black: #000000;
    --white: #ffffff; 
    --black_deep: #3A3A3A;
    --grey_dark: #5A5A5A;
    --grey_light: #DFDFDF;
    --grey_bg: #EFEFEF;
    --grey_medium: #777;

    --font-size-xlarge: 54px;
    --font-size-large: 32px;
    --font-size-medium: 24px;
    --font-size-small: 18px;
    --font-size-base: 16px;
    --font-size-xsmall: 14px;
}

/* Webfont: PowerGrotesk-Regular */@font-face {
    font-family: 'PowerGrotesk';
    src: url('fonts/PowerGrotesk-Regular.eot'); /* IE9 Compat Modes */
    src: url('fonts/PowerGrotesk-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/PowerGrotesk-Regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/PowerGrotesk-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('fonts/PowerGrotesk-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: PowerGrotesk-UltraLight */@font-face {
    font-family: 'PowerGroteskUltLt';
    src: url('fonts/PowerGrotesk-UltraLight.eot'); /* IE9 Compat Modes */
    src: url('fonts/PowerGrotesk-UltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/PowerGrotesk-UltraLight.woff') format('woff'), /* Modern Browsers */
         url('fonts/PowerGrotesk-UltraLight.woff2') format('woff2'), /* Modern Browsers */
         url('fonts/PowerGrotesk-UltraLight.ttf') format('truetype'); /* Safari, Android, iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}




h1, h2, h3, h4, h5, h6 {
    font-family: 'PowerGroteskUltLt';
    font-weight: 400;
    margin-top: 0;
    line-height: 0.95;
}

body,
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong,
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b {
    font-family: 'PowerGrotesk';
    font-weight: 400;
}

body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: var(--font-size-base);
    font-weight: 400;
    font-style: normal;
    color: var(--black);
    line-height: 1.8;
}

input, 
select {
    font-family: "Open Sans", sans-serif;
}

img {
    max-width: 100%;
    vertical-align: middle;
    height: auto;
}

a,
input,
button,
.gform_footer input[type="submit"] {
    -webkit-transition: all .35s ease;
            transition: all .35s ease;
}

a {
    text-decoration: none;
    color: var(--donkerblauw_dhz);
}

a:hover {
    color: var(--black);
}

ul {
    padding-left: 20px;
}



/* Grid // Layout */

.row {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1330px;
}

.row.fullwidth {
    max-width: 100%;
}

.row-inner {
    padding-left: 20px;
    padding-right: 20px;
}

.mobile-only {
    display: none;
}

.small-row {
    max-width: 800px;
}

/* Utility Classes */

.box-shadow {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.padding-vert-large {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padding-allround {
    padding: 30px;
}

.alignleft {
    float: left;
    padding-right: 30px;
    padding-bottom: 30px;
}

.alignright {
    float: right;
    padding-left: 30px;
    padding-bottom: 30px;
}

.boost-label {
    background: var(--orange_bright);
    display: inline-block;
    color: var(--white);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    font-size: var(--font-size-xsmall);
    border-radius: 8px;
    padding: 5px 25px;
}

.boost-label svg {
    width: 12px;
    height: 12px;
    margin-left: 5px;
    top: 1px;
    position: relative;
}

.fase-label {
    margin-bottom: 60px;
}



/* Buttons */

.boost-button {
    background: var(--black_deep);
    display: inline-block;
    color: var(--white);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    font-size: var(--font-size-xsmall);
    border-radius: 25px;
    padding: 10px 25px;
    border: none;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
}

.boost-button:hover {
    background: var(--orange_bright);
    color: var(--white);
}




/* Header */

header {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

header .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 100%;
}

#logo svg {
    width: auto;
    height: 24px;
    vertical-align: middle;
}

nav ul {
    list-style: none;
    display: flex;
    align-items: flex-end;
    gap: 20px;
    margin: 0;
    padding: 0;
}

nav ul li {
    font-family: 'PowerGrotesk';
    font-weight: 700 !important;
}

nav ul li a {
    padding: 10px;
}

li.menu-item {
    width: 100%;
}

li.menu-item a {
    width: 100%;
    display: inline-block;
    padding: 5px 0;
}

nav ul li.menu-item:not(.inactive) a:hover span{
    color: var(--orange);
}

/*
nav ul li.menu-item.inactive a {
    cursor: default;
}
*/

nav ul li.menu-item.inactive span,
nav ul li.menu-item.inactive label,
nav ul li.menu-item.inactive .phase-steps {
    opacity: 0.3;
}

nav ul li.menu-item .lock-icon {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    top: 3px;
}

.menu-item label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans';
    cursor: text;
}

nav .menu-item label {
    cursor: pointer;
}
 

.menu-item .phase-steps {
    font-family: 'Open Sans';
    font-size: 12px;
    font-weight: 400;
    margin: 5px 0;
    border-bottom: solid 1px #ddd;
    padding-bottom: 20px;
}

span.menu-item.final-step {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans';
}







header nav svg {
    width: 20px;
    height: 20px;
    position: relative;
    top: 2px;
}

header .logout-button svg {
    top: 4px;
}

.hamburger {
    display: none;
}

.menu-user-info {
    display: flex;
    align-items: center;
    line-height: 1.4;
    font-size: var(--font-size-xsmall);
    margin: 30px 0;
    padding: 15px 20px;
    width: calc(100% + 0px);
    margin-left: -20px;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}

.menu-user-info img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.menu-user-info-content-company {
    font-weight: 700;
}


/* Logged In Header */

@media only screen and (min-width: 768px) {

.logged-in #wrapper {
    padding-left: 290px;
}

.logged-in header {
    position: fixed;
    width: 290px;
    height: 100%;
    background: #fafafa;
}

.logged-in header .row {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: calc(100% - 40px);
}

.logged-in header nav {
    width: 100%;
}

.logged-in header nav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

}

header .logout-button-bottom {
    font-family: 'PowerGrotesk';
    font-weight: 700 !important;
    border-top: solid 1px #ddd;
    width: calc(100% - 40px);
    /* display: block; */
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
}

header .logout-button-bottom svg {
    width: 17px;
    height: 17px;
    position: relative;
    top: 3px;
    padding-right: 5px;
}





/* Random */

.wp-block-quote {
    border-left: solid 1px #ddd;
    margin: 0;
    padding-left: 40px;
}




/* Typography */

h2 {
    font-size: var(--font-size-large);
}

h3 {
    font-size: var(--font-size-medium);
}

p {
    margin-top: 0;
}


/* Columns */

.columns {
    display: flex;
    gap: 20px;
}

.column {
    width: 100%;
    border-radius: 8px;
    padding: 30px;
}

.column-heading {
    display: flex;
    justify-content: space-between;
}

.column-heading svg {
    height: 50px;
}

.column-heading svg path {
    fill: var(--orange_bright);
}

.column-features h3 {
    color: var(--orange_bright);
    font-family: 'PowerGrotesk';
    margin-bottom: 5px;
}

.column-separator {
    width: calc(100% + 60px);
    display: block;
    margin: 20px 0;
    border-bottom: solid 1px var(--orange_bright);
    position: relative;
    left: -30px;
}

.column .subtitle {
    display: inline-block;
    font-size: var(--font-size-small);
    font-weight: 700;
    font-family: 'PowerGrotesk';
    line-height: 1.2;
}

.features ul {
    padding-left: 25px;
}

.features li {
    position: relative;
    list-style: none;
}

.features li:before {
    content: '';
    position: absolute;
    left: -25px;
    top: 6px;
    width: 15px;
    height: 20px;
    background: url(img/check-orange.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.features li.empty-line {
    list-style: none;
    color: #fff;
    opacity: 0;
}

.features li.empty-line:before {
    list-style: none;
    color: #fff;
    opacity: 0;
}

.column-features .prices > .menu-item {
    margin-top: 20px;
    border-top: solid 1px #ddd;
    padding-top: 20px;
}

.column-features .prices > .menu-item:nth-child(2) {
    /* background: red; */
    border-top: 0;
    margin-top: 0;
}

.column-features .prices > .menu-item span {
    font-family: 'PowerGrotesk';
    font-weight: 700 !important;
}

.column-features .prices > .menu-item span.module-intro {
    font-family: 'Open Sans';
    font-size: 12px;
    font-weight: 400 !important;
    margin: 0 0 10px 0;
    display: block;
}

.column-features .prices .menu-item .phase-steps {
    border-bottom: 0;
    padding-bottom: 10px;
}

.column-features .prices .module-price {
    color: var(--orange_bright);
    font-size: 120%;
    display: block;
}

.column-features .prices .module-price del {
    font-size: 90%;
    /* opacity: 0.8;
    color: var(--grey_medium); */
}

.column-features .prices > .menu-item span.module-price-subtitle {
    font-weight: 400 !important;
    font-size: 14px;
    font-family: 'Open Sans';
    color: var(--black);
}





/* Hero */

.hero {
    position: relative;
    height: 400px;
}

.hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background: url(img/boost-overlay.png);
    background-position: 100% 50% !important;
    background-size: cover;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
}

.hero-inner {
    position: absolute;
    width: 100%;
    bottom: 0;
    color: var(--white);
}

.hero h1 {
    max-width: 600px;
    font-size: var(--font-size-xlarge);
    line-height: 0.95;
    margin: 0;
}

.hero h2 {
    font-size: var(--font-size-medium);
    margin: 10px 0 0 0;
}



/* Login Off Canvas */

.feedback-form-off-canvas h4,
.login-off-canvas h4 {
    font-size: var(--font-size-large);
    margin: 40px 0;
}

.feedback-form-off-canvas,
.login-off-canvas {
    background: var(--white);
    position: fixed;
    top: 0;
    right: -100%;
    width: 400px;
    height: calc(100% - 60px);
    padding: 30px;
    z-index: 12;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    -webkit-transition: all .35s ease;
            transition: all .35s ease;
}

.feedback-form-off-canvas.open,
.login-off-canvas.open {
    right: 0;
}

.feedback-form-off-canvas-closer,
.login-off-canvas-closer {
    background: rgba(0,0,0,0.1);
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    /* -webkit-transition: all .05s ease;
            transition: all .05s ease; */
}

.feedback-form-off-canvas-closer.open,
.login-off-canvas-closer.open {
    right: 0;
}

.feedback-form-off-canvas-cross,
.login-off-canvas-cross {
    font-family: 'PowerGrotesk';
    font-weight: 700;
    position: absolute;
    top: -50px;
    right: 5px;
    padding: 15px;
    cursor: pointer;
}

.feedback-form-off-canvas-toggle {
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    font-size: var(--font-size-xsmall);
    border-radius: 8px;
    background: #fafafa;
    padding: 10px 20px;
    border: solid 1px #ddd;
    display: inline-block;
    position: fixed;
    top: 50px;
    right: 40px;
    cursor: pointer;
    z-index: 11;
}

.feedback-form-off-canvas-toggle img {
    margin-left: 5px;
}

/* Login - Home */

#login {
    max-width: 500px;
    margin: 0 auto;
}

.login-notice {
    /* background: #fafafa; */
    border-radius: 8px;
    font-size: var(--font-size-xsmall);
    color: var(--grey_medium);
    padding: 15px;
    border: solid 1px var(--orange);
    margin-top: 40px;
}

.login-notice a {
    font-weight: 700;
}

.login-notice p {
    margin: 0;
}




/* Werkwijze - Home */

#werkwijze {
    text-align: center;
    padding: 0 20px;
    max-width: 1370px;
    margin: 20px auto;
}

#werkwijze p {
    max-width: 700px;
    margin: 50px auto;
}


/* Modules - Home */

.modules-home {
    background: #fafafa;
}




/* Page intro */

.page-intro {
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 40px;
    border-bottom: solid 1px #ddd;
}

.page-intro h2 {
    margin-bottom: 15px;
}



/* Page approval */

.page-approval-section {
    margin-top: 60px;
    padding-top: 40px;
    border-top: solid 1px #ddd;
}


/* Phase Locked */

.form-locked svg {
    position: relative;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    top: 3px;
}




/* PDF Viewer */

#pdf-viewer {
    width: 100%;
    /* height: 800px; */
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    background: #eee;
    user-select: none;
}

#pdf-viewer canvas {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 16px;
    pointer-events: auto;
}

#pdf-container {
    position: relative;
    max-width: 800px;
}

.pdf-layer {
    /* position: absolute; */
    position: relative;
    inset: 0;
    overflow-y: auto;
    /* padding: 0 20px; */
}

/* fullscreen button */
#fullscreen-btn {
    position: absolute;
    top: 10px;
    left: 30px;
    z-index: 10;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    border: none;
    padding: 8px 10px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 24px;
}

/* when in fullscreen */
:fullscreen #pdf-container {
  width: 100vw;
  height: 100vh;
  background: #000;
}

:fullscreen #pdf-viewer {
  height: 100vh;
  background: #000;
}



/* Gravity Forms */

.gf_login_form {
    max-width: 700px;
}

#gform_fields_login .gfield_required,
.gform_required_legend {
    display: none;
}

.gfield textarea,
.gfield select,
.gfield input {
    border: 1px solid rgba(219, 218, 222, 0.9) !important;
    border-radius: 8px !important;
    background: #fafafa !important;
}

.gfield textarea,
.gfield input {
    padding: 10px !important;
}

.gfield--type-post_image input {
    padding: 0 !important;
}

.gfield .ginput_container_text input {
    width: calc(100% - 0px) !important;
}

.gfield h2 {
    margin-bottom: 0;
    /* font-size: 30px; */
    font-size: 24px;
}

.gfield p,
.gfield.gfield_html {
    font-size: var(font-size-xsmall);
}

.gform_footer input[type="submit"] {
    background: var(--black_deep) !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 11px 10px !important;
    width: calc(100% - 0px) !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    cursor: pointer !important;
}

.gform_footer input[type="submit"]:hover {
    background: var(--orange_bright) !important;
}


.gfield--type-remember_me label {
    color: var(--grey_medium);
    font-size: var(--font-size-xsmall);
    margin-left: 5px;
}

.gf_login_links a {
    color: var(--grey_medium);
    font-size: var(--font-size-xsmall); 
    margin-top: 5px;
}

.gfield--type-option label .ginput_price {
    display: none;
}



/* FAQ's */

.content_builder_faqs {
    margin-top: 40px;
    margin-bottom: 40px;
}

.content_builder_faq_section_title {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 22px;
}

.content_builder_faq {
    box-shadow: 0px 0px 10px 0px #00000026;
    border-radius: 20px;
    background: #fff;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    margin-bottom: 10px;
}

span.faq_toggle_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-weight: 700;
    text-decoration: none;
    padding: 22px 35px;
}

.faq_toggle_content {
    padding: 0 35px 22px 35px;
}





/* User switching */

#user_switching_switch_on {
    left: auto !important;
    right: 10px !important;
    bottom: 20px !important;
}

#user_switching_switch_on a {
    border: solid 1px var(--orange) !important;
    border-radius: 7px;
    color: #000 !important;
}


/* Responsive */

@media only screen and (max-width: 1024px) {



}






@media only screen and (max-width: 767px) {

header .logout-button-bottom {
    left: -110%;
}

header.open-menu .logout-button-bottom {
    left: 0px;
}

.hamburger {
    display: block !important;
    width: 52px;
    height: 52px;
    height: 30px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    z-index: 999;
    outline: 0;
    margin: 0;
    padding: 0;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}

.hamburger-box {
    width: 42px;
    height: 42px;
    display: inline-block;
    position: relative;
    top: -2px;
    left: 1px;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px; 
}

.hamburger-inner {
    width: 26px;
    left: 8px;
}

.hamburger-inner::before, 
.hamburger-inner::after {
    width: 18px;
    left: 4px;
}

.hamburger-inner, 
.hamburger-inner::before, 
.hamburger-inner::after {
    position: absolute;
    height: 1px;
    background-color: var(--black);
    border-radius: 4px;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; 
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}

.hamburger-inner::before, 
.hamburger-inner::after {
    content: "";
    display: block; 
}

.hamburger-inner::before {
    top: -8px; 
}

.hamburger-inner::after {
    bottom: -8px; 
}

/*
header.open-menu {
    position: fixed;
    padding: 25px 0 !important;
}
*/


/* header.open-menu #logo { */
header #logo {
    z-index: 999;
}

/*
header.open-menu  #logo svg {
    width: 100px;
    height: 60px;
}
*/

header.open-menu .hamburger {
    background: var(--beige);
}

header.open-menu .hamburger .hamburger-inner::before, 
header.open-menu .hamburger .hamburger-inner::after {
    width: 27px;
}

/*
button.hamburger.hamburger--stand.is-active {
    top: -10px;
    right: 10px;
}
*/

.hamburger--stand.is-active .hamburger-inner {
    height: 0px;
    transform: rotate(90deg);
    background-color: transparent;
    transition: transform 0.75s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
  
.hamburger--stand.is-active .hamburger-inner::before {
    background-color: var(--black);
    top: -2px;
    transform: rotate(-45deg);
    transition: top 0.75s 0.1s ease-out, transform 0.75s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); 
}

.hamburger--stand.is-active .hamburger-inner::after {
    background-color: var(--black);
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.75s 0.1s ease-out, transform 0.75s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu-user-info {
    margin: 70px 0 20px;
}

header nav {
    position: fixed;
    z-index: 2;
    top: 0;
    /* top: -110%; */
    left: -110%;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: all .5s ease;
            transition: all .5s ease;
}

header.open-menu nav {
    top: 0;
    left: 0;
}

header nav ul {
    display: block;
    padding: 0;
    /* margin: 120px 0 0 !important; */
}

header nav ul li {
    display: block;
    width: 100%;
    padding: 0 20px;
}

/*
header nav ul li a {
    position: relative;
    display: block;
    width: calc(100% - 40px);
    padding: 12.5px 0;
    font-size: 20px;
    line-height: 24px;
    border-bottom: solid 1px;
}

header nav ul li a:before {
    content: '';
    position: absolute;
    top: 19px;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 13px;
    height: 14px;
}
*/

}

@media only screen and (max-width: 767px) {

.columns {
    flex-wrap: wrap;
}

.desktop-only {
    display: none;
}

.mobile-only {
    display: block;
}

.features li.empty-line {
    display: none;
}

}





@media print {
  body {
    display: none;
  }

  body::before {
    display: block;
    content: "Printing this page is not allowed.";
  }
}

