/*
 Theme Name:   Made I.T. - miemaakt.be
 Theme URI:    https://www.madeit.be
 Description:  Child theme of Made I.T.
 Author:       Made I.T.
 Author URI:   https://www.madeit.be
 Template:     madeit
 Version:      1.2.2
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  miemaakt
*/

@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light+Two&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');


@font-face {
    font-family: 'Emitha Script';
    src: url('/wp-content/themes/miemaakt/fonts/Emitha-Script.eot');
    src: url('/wp-content/themes/miemaakt/fonts/Emitha-Script.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/miemaakt/fonts/Emitha-Script.woff2') format('woff2'),
        url('/wp-content/themes/miemaakt/fonts/Emitha-Script.woff') format('woff'),
        url('/wp-content/themes/miemaakt/fonts/Emitha-Script.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.custom-logo {
    height: 74px !important;
    width: auto;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    font-family: "Shadows Into Light Two",sans-serif;
    
}

.schema-faq-question {
    font-size: 2rem;
    font-family: "Shadows Into Light Two";
}

.navbar a {
    font-weight: 400;
}
.navbar-dark .navbar-nav .nav-link {
    color: white;
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: var(--wp--preset--color--primary);
    border-bottom: 1px solid var(--wp--preset--color--primary);
}

body {
    font-size: var(--wp--preset--font-size--normal);
    line-height: var(--wp--custom--line-height--body);
}
h1, .h1 {
    font-size: var(--wp--preset--font-size--h-1);
    color: var(--wp--preset--color--primary);
}

h2, .h2 {
  font-size: var(--wp--preset--font-size--h-2);
  color: var(--wp--preset--color--primary);
}

h3, .h3 {
  font-size: var(--wp--preset--font-size--h-3);
}

h4, .h4 {
  font-size: var(--wp--preset--font-size--h-4);
}

h5, .h5 {
  font-size: var(--wp--preset--font-size--h-5);
}
h6, .h6 {
  font-size: var(--wp--preset--font-size--h-6);
}

h1[id], h2[id], h3[id], h4[id] {
    scroll-margin-top: 100px;
}

.flex-grow {
    padding-top: 50px;
}

.bg-background {
    background-color: #FFFDF8 !important;

}

.card, .btn, .flex-grow img {
    border-radius: var(--wp--custom--border-radius--default);
}
.btn {
    padding-top: 12px;
    padding-bottom: 12px;
}

.card, .wp-block-button__link, .btn, .flex-grow img {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.no-shadow img {
    box-shadow: none !important;
}
.flex-grow .card img {
    box-shadow: none !important;
}

.site-footer {
    padding: 0;
    overflow: hidden;
}
.site-footer a:hover {
    text-decoration: underline !important;
}
.site-info a {
    color: var(--wp--preset--color--primary) !important;
}

.btn-primary {
    color: white !important;
}


.flex-grow a:not(.blog-post a):not(.wp-block-button__link):not(a.btn-success):not(.woocommerce-page a) {
    color: var(--wp--preset--color--info) !important;
    text-decoration: none;
}

.flex-grow a:hover:not(.blog-post a:hover):not(.wp-block-button__link:hover):not(a.btn-success:hover):not(.woocommerce-page a:hover) {
    color: hsl(206, 71%, 60%) !important;
}
.blog-post .btn-warning {
    background-color: var(--wp--preset--color--success) !important;
    border-color: var(--wp--preset--color--success) !important;
}

@media (min-width: 768px) {
    .navbar-nav > .menu-item > a {
        padding-top: 26px;
        padding-bottom: 26px;
    }
    
    .navbar {
        padding: 0px;
    }
}
.navbar a {
    transition: all 0.2s ease-in-out;
}
.navbar .active > a {
    color: white !important;
    font-weight: 600;
    background-color: var(--wp--preset--color--primary) !important;
}
.navbar .menu-item a {
    color: var(--wp--preset--color--success);
}
.navbar .menu-item a:hover {
    color: var(--wp--preset--color--success) !important;
}
.navbar .menu-item.active a:hover {
    color: var(--wp--preset--color--secondary) !important;
}

.wp-block-image.is-style-circle-mask img, .wp-block-image.is-style-rounded img, .wp-block-image .is-style-rounded img {
    border-radius: var(--wp--custom--border-radius--default)
}
.entry-title {
    margin-top: 50px;
    color: var(--wp--preset--color--primary);
    text-align: center;
}

.site-footer a {
    text-decoration: underline;
    color: white;
}
.site-footer a:hover {
    color: var(--wp--preset--color--primary);
}

.site-footer {
    color: white;
    background: var(--wp--preset--color--info);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    backdrop-filter: blur(7.7px);
    -webkit-backdrop-filter: blur(7.7px);
}
.site-footer .container-fluid {
    background-color: #FFFDF8 !important;
    color: var(--wp--preset--color--info) !important;
    text-decoration: none !important;
}
.site-footer .container-fluid a {
    color: var(--wp--preset--color--info) !important;
    text-decoration: none !important;
}

.card {
    background: #FFFDF8;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    backdrop-filter: blur(7.7px);
    -webkit-backdrop-filter: blur(7.7px);
    border: 1px solid var(--wp--preset--color--info) !important;
}
.card.p-4 {
    padding: 0 !important;
}
.product .card-title {
    font-family: "Shadows Into Light Two", sans-serif;
    font-size: 2rem;
}
.woocommerce-Price-amount {
    font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
    font-size: 1.25rem;
}
.woocommerce .product-onsale {
    border-radius: 20px 0;
    border-color: transparent transparent transparent var(--wp--preset--color--success);
}
.woocommerce .product-onsale span {
    font-family: "Shadows Into Light Two";
    font-size: 21px;
    left: -106px;
    top: 25px;
}

.btn-success {
    color: white !important;
}
.checkout-button.btn.btn-success {
    color: white !important;
}
.checkout-button.btn.btn-success:hover {
    color: white !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs .panel {
    background: rgba(255, 255, 255, 0.60);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    backdrop-filter: blur(7.7px);
    -webkit-backdrop-filter: blur(7.7px);
    padding: 1em;
    border-radius: var(--wp--custom--border-radius--default);
}


.schema-faq-section {
    background: rgba(255, 255, 255, 0.60);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    backdrop-filter: blur(7.7px);
    -webkit-backdrop-filter: blur(7.7px);
    border-radius: var(--wp--custom--border-radius--default);
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);

    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: 0.375rem;
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(0.375rem - 1px);
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;

    margin-bottom: 3rem;
}

.product-category img {
    width: 100%;
}

.wp-block-button__link.has-success-background-color:hover, .btn-success:hover {
    color: #000 !important;
    background-color: hsl(174, 100%, 33%) !important;
    border-color: hsl(174, 100%, 33%) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin-bottom: 0;
    margin-left: 16px;
    margin-right: 16px;
}

div.product .woocommerce-tabs ul.tabs li.active {
    background: rgba(247, 246, 237, 1) !important;
    border-bottom-color: rgba(247, 246, 237, 1) !important;
}

.card .card-body > table {
    border-radius: var(--wp--custom--border-radius--default);
}
.page-id-7 .ms-auto.ml-auto h2 {
    display: none;
}

.product_meta {
    margin-top: 30px;
}

.card-title a {
    text-decoration: none;
}

.woocommerce-Price-amount.amount {
    font-weight: 600;
}

.woocommerce .quantity .qty {
    margin-top: 6px;
}

.whatsapp {
    position: fixed;
    right: 15px;
    bottom: 15px;
}
.whatsapp a {
    background-color: #25d366;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    display: block;
    padding: 3px 5px;
    color: white;
    text-decoration: none;
}
.whatsapp .fab {
    font-size: 50px;
    color: white;
}

.grecaptcha-badge {
	display: none;
}

.wp-block-preformatted {
    position: relative;
    padding-left: 20px;
}
.wp-block-preformatted::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    height: 100%;
    width: 3px;
    background-color: var(--wp--preset--color--primary);
}

.upper-bottom-navbar {
    box-shadow: none;
}
    

.navbar-expand-lg {
    padding-bottom: 0;
}

.dropdown-menu {
    max-height: 100vh;
}




.is-style-hartje-end,
.is-style-hartje-start,
.is-style-bloemetje-end,
.is-style-bloemetje-start,
.is-style-sterretje-end,
.is-style-sterretje-start,
.is-style-wolkje-end,
.is-style-wolkje-start {
    position: relative;
}
.is-style-hartje-end::after {
    content: "";
    display: inline-block;
    background-image: url('/wp-content/uploads/2024/06/Hartje.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 20px;
    width: 20px;
    vertical-align: sub;
    margin-left: 5px;
}
.is-style-hartje-start::before {
    content: "";
    display: inline-block;
    background-image: url('/wp-content/uploads/2024/06/Hartje.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 20px;
    width: 20px;
    vertical-align: sub;
    margin-right: 5px;
}
.is-style-bloemetje-end::after {
    content: "";
    display: inline-block;
    background-image: url('/wp-content/uploads/2024/06/Bloemmetje.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    margin-left: 5px;
}
.is-style-bloemetje-start::before {
    content: "";
    display: inline-block;
    background-image: url('/wp-content/uploads/2024/06/Bloemmetje.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    margin-right: 5px;
}
.is-style-sterretje-end::after {
    content: "";
    display: inline-block;
    background-image: url('/wp-content/uploads/2024/06/Sterretje.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    margin-left: 5px;
}
.is-style-sterretje-start::before {
    content: "";
    display: inline-block;
    background-image: url('/wp-content/uploads/2024/06/Sterretje.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    margin-right: 5px;
}
.is-style-wolkje-end::after {
    content: "";
    display: inline-block;
    background-image: url('/wp-content/uploads/2024/06/Wolkje3.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 20px;
    width: 20px;
    vertical-align: sub;
    margin-left: 5px;
}
.is-style-wolkje-start::before {
    content: "";
    display: inline-block;
    background-image: url('/wp-content/uploads/2024/06/Wolkje3.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 20px;
    width: 20px;
    vertical-align: sub;
    margin-right: 5px;
}

h1.is-style-hartje-end::after,
h1.is-style-hartje-start::before,
h1.is-style-bloemetje-end::after,
h1.is-style-bloemetje-start::before,
h1.is-style-sterretje-end::after,
h1.is-style-sterretje-start::before,
h1.is-style-wolkje-end::after,
h1.is-style-wolkje-start::before {
    height: 40px;
    width: 40px;
}


.is-style-hartje-end-bottom,
.is-style-hartje-start-bottom,
.is-style-hartje-end-top,
.is-style-hartje-start-top,
.is-style-bloemetje-end-bottom,
.is-style-bloemetje-start-bottom,
.is-style-bloemetje-end-top,
.is-style-bloemetje-start-top,
.is-style-sterretje-end-bottom,
.is-style-sterretje-start-bottom,
.is-style-sterretje-end-top,
.is-style-sterretje-start-top,
.is-style-wolkje-end-bottom,
.is-style-wolkje-start-bottom,
.is-style-wolkje-end-top,
.is-style-wolkje-start-top {
    position: relative;
}

.is-style-hartje-end-bottom::after {
    content: "";
    position: absolute;
    background-image: url('/wp-content/uploads/2024/06/Hartje.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    width: 30px;
    bottom: 10px;
    right: 10px;
}
.is-style-hartje-start-bottom::before {
    content: "";
    position: absolute;
    background-image: url('/wp-content/uploads/2024/06/Hartje.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    width: 30px;
    bottom: 10px;
    left: 10px;
}
.is-style-hartje-end-top::after {
    content: "";
    position: absolute;
    background-image: url('/wp-content/uploads/2024/06/Hartje.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    width: 30px;
    top: 10px;
    right: 10px;
}
.is-style-hartje-start-top::before {
    content: "";
    position: absolute;
    background-image: url('/wp-content/uploads/2024/06/Hartje.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    width: 30px;
    top: 10px;
    left: 10px;
}
.is-style-bloemetje-end-bottom::after {
    content: "";
    position: absolute;
    background-image: url('/wp-content/uploads/2024/06/Bloemmetje.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    width: 30px;
    bottom: 10px;
    right: 10px;
}
.is-style-bloemetje-start-bottom::before {
    content: "";
    position: absolute;
    background-image: url('/wp-content/uploads/2024/06/Bloemmetje.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    width: 30px;
    bottom: 10px;
    left: 10px;
}
.is-style-bloemetje-end-top::after {
    content: "";
    position: absolute;
    background-image: url('/wp-content/uploads/2024/06/Bloemmetje.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    width: 30px;
    top: 10px;
    right: 10px;
}
.is-style-bloemetje-start-top::before {
    content: "";
    position: absolute;
    background-image: url('/wp-content/uploads/2024/06/Bloemmetje.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    width: 30px;
    top: 10px;
    left: 10px;
}
.is-style-sterretje-end-bottom::after {
    content: "";
    position: absolute;
    background-image: url('/wp-content/uploads/2024/06/Sterretje.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    width: 30px;
    bottom: 10px;
    right: 10px;
}
.is-style-sterretje-start-bottom::before {
    content: "";
    position: absolute;
    background-image: url('/wp-content/uploads/2024/06/Sterretje.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    width: 30px;
    bottom: 10px;
    left: 10px;
}
.is-style-sterretje-end-top::after {
    content: "";
    position: absolute;
    background-image: url('/wp-content/uploads/2024/06/Sterretje.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    width: 30px;
    top: 10px;
    right: 10px;
}
.is-style-sterretje-start-top::before {
    content: "";
    position: absolute;
    background-image: url('/wp-content/uploads/2024/06/Sterretje.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    width: 30px;
    top: 10px;
    left: 10px;
}
.is-style-wolkje-end-bottom::after {
    content: "";
    position: absolute;
    background-image: url('/wp-content/uploads/2024/06/Wolkje3.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    width: 30px;
    bottom: 10px;
    right: 10px;
}
.is-style-wolkje-start-bottom::before {
    content: "";
    position: absolute;
    background-image: url('/wp-content/uploads/2024/06/Wolkje3.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    width: 30px;
    bottom: 10px;
    left: 10px;
}
.is-style-wolkje-end-top::after {
    content: "";
    position: absolute;
    background-image: url('/wp-content/uploads/2024/06/Wolkje3.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    width: 30px;
    top: 10px;
    right: 10px;
}
.is-style-wolkje-start-top::before {
    content: "";
    position: absolute;
    background-image: url('/wp-content/uploads/2024/06/Wolkje3.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    width: 30px;
    top: 10px;
    left: 10px;
}


.blog-post {
    border-radius: var(--wp--custom--border-radius--default);
    border: 1px solid var(--wp--preset--color--info);
    background: #FFFDF8 !important;
}