.entry .entry-content>* {
    max-width: 100% !important;
    margin: 0;
}

.entry-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100% !important;
}


.wpb-content-wrapper {
    margin: 0;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.vc_row.wpb_row.vc_row-fluid {
    margin: 0;
}

.vc_column_container>.vc_column-inner {
    margin: 0 !important;
    padding: 0 !important;
}

body .wpb_raw_code.wpb_content_element.wpb_raw_html {
    margin: 0;
    padding: 0;
}

html,
body {
    margin: 0 !important;
    min-height: 100vh;
}

body {
    font-family: "Work Sans", sans-serif !important;
    font-size: 16px;
}

#configurator_header {
    align-items: flex-start;
    display: none;
}

#configurator_header p {
    margin: 0;
}

.configurator_header_content {
    display: flex;
    box-shadow: 0 1px 4px #00000040;
    background-color: #F7F6F9;
    border-radius: 10px;
    padding: 0px 12px;
    align-items: center;
    gap: 12px;
    height: 100%;
}

.wpml-ls-legacy-list-horizontal {
    border: none;
    padding: 0;
    margin-left: 12px;
}

.wpml-ls-legacy-list-horizontal a {
    text-decoration: none !important;
}

.wpml-ls-legacy-list-horizontal ul {
    padding: 0;
    margin: 0 !important;
    list-style-type: none;
}

#loginout a {
    display: none;
}

.configurator_header_content a {
    color: #06693A;
}

/* fluxit specific css */

header#masthead {
    display: none;
}

header.entry-header {
    display: none;
}

footer.entry-footer {
    display: none;
}

footer#colophon {
    display: none;
}

.entry-content {
    margin: 0 !important;
    max-width: 100% !important;
    padding: 0 !important;
}

/* Other */

.logo_big {
    width: 70px;
}

.headercontainer h1:before {
    content: none;
}

.headercontainer h1 {
    letter-spacing: 2px;
    font-size: 62px;
}

.headercontainer {
    display: flex;
    background: linear-gradient(to top, rgba(6, 105, 58, 0.2), rgba(0, 0, 0, 0.2)), url("https://configurator.chaletcenter.be/wp-content/uploads/2021/05/Kopie-van-Office-Charonne-scaled.jpg");
}

.startscreen-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    padding-bottom: 48px;
}

.chalet-list {
    display: none;
    flex-direction: row;
    gap: 24px;
    flex-wrap: wrap;
    width: 90vw;
    justify-content: center;
}

.chalet {
    display: none;
}

#chalet_list_subcategories{
    display:none;
}

.single_block {
    border-radius: 15px;
    cursor: pointer;
    overflow: hidden;
    width: 220px;
    height: 240px;
    box-shadow: 0px 0px 22px -6px #969696;
}

.single_block div {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 12px;
}

.single_block span {
    display: flex;
    background-color: white;
    color: #06693A;
    height: 30px;
    width: 90%;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    line-height: 14px;
    padding: 12px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    transition: color 0.2s linear, background-color 0.2s linear;
}

.single_block:hover span {
    color: white;
    background-color: #06693A;
}

.headercontainer {
    width: 100%;
    height: 40vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-bottom: 48px;
}

#bnt_back_container {
    width: 90vw;
    margin-bottom: 24px;
}

#btn_back {
    display: flex;
    cursor: pointer;
    height: 33px;
    background-color: #EFEEF3;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 14px;
    box-shadow: 0px 1px 4px #00000040;
    transition: all .4s;
    user-select: none;
    width: 230px;
    display: none;
}

.header_button {
    display: flex;
    border-radius: 10px;
    background-color: #F7F6F9;
    height: 35px;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 1px 4px #00000040;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 14px;
    padding: 0px 12px;
    gap: 12px;
    height: 28.8px;
}

.header_button svg {
    height: 20px;
    width: 20px;
}

#startscreen_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px 12px 24px;
}

/* Modal */

.modal {
    display: none;
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 20;
    justify-content: center;
    align-items: center;
}

.modal_codes_inner {
    display: flex;
    flex-direction: column;
    background-color: #F7F6F9;
    border-radius: 10px;
    width: 500px;
    min-height: 100px;
    padding: 12px;
    max-height: 90vh;
}

.modal_codes_inner_top {
    display: flex;
    justify-content: flex-end;
}

.header_buttons_container {
    display: flex;
    gap: 6px;
}

.header_buttons_container a {
    text-decoration: none !important;
    color: black;
}

#close_modal{
    cursor: pointer;
}

.label_text {
    padding-bottom: 6px;
    padding-top: 6px;
    display: block;
    max-width: 110px;
    line-height: 16px;
}

.number_input {
    border: solid 0.5px #8DC540 !important;
    background-color: #F7F6F9 !important;
    width: 110px;
    height: 33px;
    padding: 0px 8px !important;
    border-radius: 10px !important;
    color: #5C6066;
    font-family: Satoshi-Light;
    font-size: 16px;
    margin-bottom: 12px;
}

.btn, #contact_form input.wpcf7-submit {
    color: white !important;
    background-color: #06693A;
    width: 100%;
    min-height: 33px;
    border-radius: 10px;
    box-shadow: 0px 1px 4px 0px #00000040;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
    cursor: pointer;
    line-height: 14px;
    padding: 12px;
    text-align: center;
}

#loadicon,
#load_config_error{
    display: none;
}

#loadicon{
    font-size: 10px;
}

#load_config_error{
    color: red;
}

@media only screen and (max-width: 1366px) {
    /*
    .configurator_header_content p {
        display: none;
    }
        */
}