/*
Theme Name:     Tommy's Creations
Version:        0.1
Description:    Dit is een thema speciaal gemaakt voor de website Tommy's Creations
Author:         Lyana Trauwkens
Tags:           full-site-editing
*/

/*Hieronder komt echte CSS code*/

h2.wp-block-heading {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 15px;
}

h2.wp-block-heading::before,
h2.wp-block-heading::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #D1A054; 
}

h1.homepagetitel {
    display: inline-block;
    border-bottom: 1px solid white;
    padding-bottom: 0.5rem;
}
h1.overigeTitel {
    display: inline-block;
    position: relative;
}

h1.overigeTitel::after {
    content: "";
    display: block;
    width: 250%;  
    height: 1px;
    background: white;
    margin: 0.5rem auto 0;
}

.rood {
    color: #c31e1e;
}

.instagram {
    position: relative;
}

.instagram::before {
    content: "";
    display: block;
    width: 1px;
    height: 98px;
    background: white;
    margin: 0 auto 10px;
}
.tiktok {
    position: relative;
}

.tiktok::after {
    content: "";
    display: block;
    width: 1px;
    height: 98px;
    background: white;
    margin: 10px auto 0;
}

.homepageKnop .wp-block-button__link {
    padding: 13px 14px !important;
    line-height: 1.2 !important;
}

.fixKnop .wp-block-button__link {
    margin-top: 204px;
}

main {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.wp-block-button__link {
    transition: all 0.3s ease;
}

.wp-block-button__link:hover {
    background-color: #280603;
}

.wp-block-navigation-item__content {
    position: relative;
}

.wp-block-navigation-item__content::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -4px;
    width: 0;
    height: 1px;
    background: currentColor;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.wp-block-navigation-item__content:hover::after {
    width: 100%;
}

/*ANIMATIE VAN NAMEN OP PAGINA MY OCS*/

.animatieNaam {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.animatieNaam img {
    display: block;
    width: 100%;
}

.animatieNaam p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;

    margin: 0;
    padding: 12px;

    background: rgba(0, 0, 0, 0.6);
    color: white;
    pointer-events: none;

    opacity: 0;
    transform: translateY(10px);
    transition: 0.3s ease;
}

.animatieNaam:hover p {
    opacity: 1;
    transform: translateY(0);
}

.animatieNaam::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0);
    transition: 0.3s ease;
    pointer-events: none;
}

.page-id-27 {
    background-color: #000;
}

.wp-site-blocks {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.lijnCommission {
    border-right: 2px solid #ffffff;
    padding-right: 20px;
}

.footerNav {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 10px 80px;
    justify-content: center;
}

.wpcf7-form-control {
	color: red;
	background-color: green;
}