.elementor-kit-8{--e-global-color-primary:#F0D09F;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#44280C;--e-global-color-accent:#DE7233;--e-global-typography-primary-font-family:"Neureal";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-text );}.elementor-kit-8 e-page-transition{background-color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body{
    border:20px solid var(--e-global-color-text) !important;
}




.bttn {
    background: #44280C;
    color: #F0D09F;
    border: none;
    padding: 8px 20px 8px 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.5s ease;
    text-transform: lowercase;
    margin-bottom:5px;
    margin-right:20px;
    margin-left:0px;
}

.bttn:hover {
    background: #54371a;
    margin-left:-10px;
    margin-right:10px;
    padding: 8px 30px 8px 30px;
    transition: all 0.5s ease;
}

.bttn:active {
    transform: scale(1);
}

.bttn .fa{
    margin-right:10px !important;
    font-size:16px;
    margin-top:0px;
}

.bttn-alt {
    background: #F0D09F;
    color: #44280C;
    border: none;
    padding: 8px 20px 8px 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.5s ease;
    text-transform: lowercase;
    margin-bottom:5px;
    margin-right:20px;
    margin-left:0px;
}

.bttn-alt:hover {
    background: #D6B789;
    margin-left:-10px;
    margin-right:10px;
    padding: 8px 30px 8px 30px;
    transition: all 0.5s ease;
}

.bttn-alt:active {
    transform: scale(1);
}

.bttn-alt .fa{
    margin-right:10px !important;
    font-size:16px;
    margin-top:0px;
}







.elementor-widget p a {
    text-decoration: underline;
    color:inherit;
}



.grecaptcha-badge {
    visibility: hidden;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Neureal';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://soulitudestudio.be/wp-content/uploads/2025/11/neureal-regular-1.ttf') format('truetype');
}
/* End Custom Fonts CSS */