/*
Theme Name: liefhebber-lexmond.nl
Theme URI: https://www.liefhebber-lexmond.nl/
Author: InnovaWare
Description: Thema op maat voor liefhebber-lexmond.nl
Version: 1.0
*/

:root
{
    --primary: #f13e19;
    --secondary: #0d0d0d;
}

body{
    font-family: "IBM Plex Sans", sans-serif;
}

[x-cloak] {
    display: none;
}

html {
    scroll-behavior: smooth;
}

.text-block h5{font-size: 14px;font-weight: 300; margin: 40px 0 10px 0; line-height: 1.3;}
.text-block h4{font-size: 18px;font-weight: 300; margin: 40px 0 10px 0; line-height: 1.3;}
.text-block h3{font-size: 22px;font-weight: 300; margin: 40px 0 10px 0; line-height: 1.3;}
.text-block h2{font-size: 26px;font-weight: 300; margin: 40px 0 10px 0; line-height: 1.3;}
.text-block h1{font-size: 30px;font-weight: 300; margin: 40px 0 10px 0; line-height: 1.3;}
.text-block p{margin-bottom: 15px;}
.text-block ol{padding-left: 30px;}
.text-block ul{padding-left: 30px;}
.text-block ul li{list-style-type: circle;}
.text-block ol li{list-style-type: circle;}
.text-block .wp-block-heading{color: var(--primary);}
.text-block a{font-weight: bold;}
.text-block a:hover{text-decoration: underline;}

h1, h2, h3, h4, h5{
    font-family: "Montserrat", sans-serif !important;
    font-weight: 100;
}

.primary-menu a:hover{text-decoration: underline;}

.logo img{
	width: 150px;
	object-fit: contain;
}

/* Wrapper spacing fix */
.contact-form .wpcf7 p {
    margin-bottom: 1.25rem;
}

/* Inputs + textarea */
.contact-form .wpcf7 input[type="text"],
.contact-form .wpcf7 input[type="email"],
.contact-form .wpcf7 input[type="tel"],
.contact-form .wpcf7 textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    border: 1px solid #e5e7eb;
    outline: none;
    font-size: 0.95rem;
}

/* Focus */
.contact-form .wpcf7 input:focus,
.contact-form .wpcf7 textarea:focus {
    border-color: #e2251a;
}

/* Textarea resize fix */
.contact-form .wpcf7 textarea {
    resize: vertical;
}

/* Submit button */
.contact-form .wpcf7 input[type="submit"] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
    background: #e2251a;
    border-radius: 0.5rem;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

/* Hover */
.contact-form .wpcf7 input[type="submit"]:hover {
    background: #c91f16;
    transform: translateY(-2px);
}

/* Success / errors */
.contact-form .wpcf7-response-output {
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.85rem;
}

.contact-form .wpcf7-mail-sent-ok {
    background: #dcfce7;
    color: #166534;
}

.contact-form .wpcf7-validation-errors,
.contact-form .wpcf7-mail-sent-ng {
    background: #fee2e2;
    color: #991b1b;
}