/*
 Theme Name:   Made I.T. - WEBSITE_URL
 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:      0.0.2
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  THEME_NAME
*/




@font-face {
    font-family: 'dolce_vita_heavybold';
    src: url('/wp-content/themes/heynow/fonts/dolce_vita_heavy_bold-webfont.woff2') format('woff2'),
         url('/wp-content/themes/heynow/fonts/dolce_vita_heavy_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'dolce_vita_lightregular';
    src: url('/wp-content/themes/heynow/fonts/dolce_vita_light-webfont.woff2') format('woff2'),
         url('/wp-content/themes/heynow/fonts/dolce_vita_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'dolce_vitaregular';
    src: url('/wp-content/themes/heynow/fonts/dolce_vita-webfont.woff2') format('woff2'),
         url('/wp-content/themes/heynow/fonts/dolce_vita-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: montserrat, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.custom-logo {
    height: 55px !important;
    max-width: 200px !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    font-family: 'dolce_vitaregular',sans-serif;
}

.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);
}

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

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;
}


#googlemaps {
    height: 350px;
    width: 100%;
}




/* MENU UNDERLINE */
/*.menu li.active a.nav-link {
    color: white;
    background-color: var(--wp--preset--color--primary);
}


@media(min-width: 768px) {
    .menu li > a.nav-link {
        transition: all 0.2s ease-in-out;
        border-bottom: 4px solid transparent;
        background-color: transparent;
    }
    .menu li.active > a.nav-link {
        color: var(--wp--preset--color--primary);
        border-color: var(--wp--preset--color--primary);
        background-color: transparent;
    }
    .menu li > a.nav-link:hover {
        color: var(--wp--preset--color--primary);
        border-color: var(--wp--preset--color--primary);
        background-color: transparent;
    }
    .menu .dropdown-menu li a.nav-link {
        border: none;
    }
    .menu .dropdown-menu li.active a.nav-link {
        color: white;
        background-color: var(--wp--preset--color--primary);
    }
}*/


/* MENU FULL */
/*
.menu li.active a.nav-link {
    color: white;
    background-color: var(--wp--preset--color--primary);
}
.menu li a.nav-link:hover {
    color: white;
    background-color: var(--wp--preset--color--primary);
}
*/

/* Menu FULL Height */

.menu li.active a.nav-link {
    color: black;
    background-color: var(--wp--preset--color--primary);
}
.menu li a.nav-link:hover {
    color: black;
    background-color: var(--wp--preset--color--primary);
}

@media(min-width: 768px) {
    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }

    .menu.navbar-nav > li > a.nav-link {
        padding-top: 24px;
        padding-bottom: 24px;
    }
}






.wp-block-button__link, .btn, .wp-block-madeitforms-submit-button__link {
    border: 4px solid transparent;
    transition: all 0.2s ease-in-out;
}
.wp-block-button__link.has-success-background-color:hover, .wp-block-madeitforms-submit-button__link.has-success-background-color:hover {
    background-color: transparent !important;
    color: var(--wp--preset--color--success) !important;
    border-color: var(--wp--preset--color--success) !important;
}
.wp-block-button__link.has-primary-background-color:hover, .btn-primary:hover {
    background-color: transparent !important;
    color: var(--wp--preset--color--primary) !important;
    border-color: var(--wp--preset--color--primary) !important;
}
.wp-block-button__link.has-secondary-background-color:hover {
    background-color: transparent !important;
    color: var(--wp--preset--color--secondary) !important;
    border-color: var(--wp--preset--color--secondary) !important;
}
.wp-block-button__link.has-danger-background-color:hover {
    background-color: transparent !important;
    color: var(--wp--preset--color--danger) !important;
    border-color: var(--wp--preset--color--danger) !important;
}

/*************/
/* HOME PAGE */
/*************/

#post-9 .color-block-lp {
    position: relative;
    height: 336px;
    transform: translate(0px, -120px);
    z-index: -1;
}

#post-9 .color-block-lp .row {
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

#post-9 .row {
    margin-right: 0;
}


/* Dubble title tekst */

#post-9 .h1-relative {
    margin: 0 0 78px 0;
    position: relative;
}

#post-9 .h2-absolute {
    position: absolute;
    font-size: 150px;
    top: -35px;
    left: -65px;
    z-index: -1;
    text-shadow: -1px 0 rgba(0, 0, 0, 0.1), 0 1px rgba(0, 0, 0, 0.1), 1px 0 rgba(0, 0, 0, 0.1), 0 -1px rgba(0, 0, 0, 0.1);
    color: white;
}

#post-9 .h2-absolute-right {
    position: absolute;
    font-size: 150px;
    top: -35px;
    right: -65px;
    z-index: -1;
    text-shadow: -1px 0 rgba(0, 0, 0, 0.1), 0 1px rgba(0, 0, 0, 0.1), 1px 0 rgba(0, 0, 0, 0.1), 0 -1px rgba(0, 0, 0, 0.1);
    color: white;
}


/* Foto element 3x */

#post-9 .wp-block-madeit-block-content-column, #post-9 .block-relative {
    position: relative;
}

#post-9 .color-block {
    height: 336px;
    width: 809px;
    position: absolute;
    right: 0;
    bottom: 0;
}

#post-9 .color-block-foto {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: 0;
}

#post-9 .logo-circle {
    position: absolute;
    z-index: 0;
    bottom: -111px;
    left: -20px;
}


#post-9 .color-block-left {
    height: 336px;
    width: 809px;
    left: 0;
    bottom: 0;
}

#post-9 .color-block-foto-left {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    margin: 0;
}

#post-9 .logo-circle-left {
    position: absolute;
    z-index: 0;
    bottom: -111px;
    right: -20px;
    transform: rotate(-70deg);
}

/************/
/* OVER ONS */
/************/

#post-10 .wp-block-madeit-block-color-image {
    height: 360px;
}

#post-10 .photo-overons-lp {
    transform: translateY(-60px);
}

#post-10 .color-block {
    width: 977px;
    height: 335px;
    position: absolute;
    top: 0;
    background-color: #F6F7DC;
    z-index: -1;
}

#post-10 .color-block .wp-block-image {
    position: absolute;
    left: 532px;
    bottom: -110px;
    transform: rotate(-74deg);
}

#post-10 .padding-off {
    padding-left: 70px;
}

/***************/
/* WAT DOEN WE */
/***************/

#post-36 .wp-image-163 {
    transform: translateY(-60px);

}

#post-36 .container-top {
    transform: translateY(-60px);
}

#post-36 .wp-image-46 {
    position: absolute;
    top: 1.875rem;
}

#post-36 .container-relative {
    position: relative;
}

#post-36 .wp-image-60 {
    position: absolute;
    z-index: -1;
    transform: rotate(-95deg);
}

/***************/
/* REALISATIES */
/***************/

#post-38 .container-relaltive {
    position: relative;
}
#post-38 .container-center {
    width: 60%;
}
#post-38 h1 {
    position: absolute;
    bottom: 0px;
    left: 200px;
}

#post-38 .wp-image-60 {
    position: absolute;
    z-index: -1;
    transform: rotate(-95deg);
}

#post-38 h2{
    z-index: -1;
    position: absolute;
    bottom: 90px;
    left: 0;
    right: 0;
    text-shadow: -1px 0 rgba(0, 0, 0, 0.1), 0 1px rgba(0, 0, 0, 0.1), 1px 0 rgba(0, 0, 0, 0.1), 0 -1px rgba(0, 0, 0, 0.1);
    color: white;
}

#post-38 .wp-block-madeit-block-content-column, #post-11 .wp-block-madeit-block-content-column {
    padding: 0;
}

/*************/
/* Pakketten */
/*************/

#post-275 .container-top {
    margin-top: 100px;
}

#post-275 .wp-block-madeit-block-card {
    position: relative;
}

#post-275 .card-long h2 {
    font-size: 50px;
}

#post-275 .card-long h3{
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 50px;
}

#post-275 .card-smal h2{
    font-size: 50px;
}

#post-275 .card-smal h3{
    font-size: 50px;
}

@media(min-width: 769px){
    #post-275 .h2 {
    font-size: 50px;
}

#post-275 .card-long{
    width: 624px;
    height: 349px;
}

#post-275 .card-long p{
    position: absolute;
    right: 40px;
}

#post-275 .card-long ul{
    position: absolute;
    top: 130px;
    left: 0;
}

#post-275 .card-long .wp-block-buttons {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
}

#post-275 .card-smal {
    width: 349px;
    height: 642px;
    transform: translateX(350px);
}

#post-275 .card-smal p{
    transform: translateY(-20px);
}

#post-275 .card-smal .wp-block-buttons{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

#post-275 .card-smal .wp-image-355{
    position: absolute;
    top: -90px;
    left: -90px;
}
}

.flex-grow {
    margin: 0;
}

.page-id-38 .navbar a, .page-id-11 .navbar a {
    color: white ;
}

.navbar.fixed-top {
    box-shadow: none;
}

footer {
    background-color: var(--wp--preset--color--primary);
}

.has-scroll .navbar {
    background-color: var(--wp--preset--color--primary);
}

.has-scroll .navbar a {
    color: black !important;
}

.has-scroll .menu li a.nav-link:hover {
    background-color: #e9eac3;
}

.navbar-toggler .icon-bar {
    background-color: black;
}

@media (max-width: 768px) {
    .navbar {
        background-color: var(--wp--preset--color--primary);
    }
     .navbar a {
        color: black !important;
    }
    
    #post-9 .wp-image-30 {
        height: 300px;
    }

    #post-9 .wp-block-buttons, #post-10 .wp-block-buttons {
        justify-content: center;
    }

    #post-9 .wp-block-madeit-block-content,#post-9 .wp-image-46 {
        margin-bottom: -50px;
    }

     h1 {
        font-size: 2rem !important;
    }
    
    h2, .h2-absolute {
        font-size: 3.5rem !important;
    }

    #post-9 .h1-relative {
        margin: 0 0 78px 0;
    }
    
    #post-9 .h2-absolute {
        top: -14px;
        overflow: hidden;
    }

    #post-9 .h2-absolute-right {
        top: -14px;
    }

    .container-overflow {
        overflow: hidden;
    }

    #post-9 .padding-mobile { 
        padding-bottom: 260px;
        z-index: 2;
    } 

    #post-9 .margin-mobile {
        margin-bottom: -120px;
    }

    #post-10 h1 {
        margin-top: -60px;
    }

    #post-10 .padding-off {
        padding-left: 10px;
    }

    #post-36 .wp-block-cover, #post-38 .wp-block-cover {
        min-height: 320px !important;
        z-index: 5;
    }

    #post-36 .wp-image-163, #post-38 .wp-image-221 {
        height: 300px;
    }

    #post-36 .wp-image-46 {
        margin-left: 80px;
        top: 80px;
    }

    #post-36 .container-top {
        transform: translateY(-130px);
    }

    #post-36 .margin-up{
        transform: translateY(-100px);
    }

    #post-36 .wp-image-60 {
        top: 1350px;
    }

    #post-38 .wp-image-46 {
        transform: translateY(40px);
    }

    #post-38 .transform-top {
        transform: translateY(-50px);
    }

    #post-38 h1 {
        bottom: -30px;
        left: -50px;
    }

    #post-275 .card-smal .wp-image-355{
        position: absolute;
        top: -90px;
        width: 150px;
        height: auto;
    }
}