/*
 Theme Name:   ProMenszijn
 Theme URI:    https://generatepress.com
 Description:  ProMenszijn theme
 Author:       CLARQ
 Author URI:   https://clarq.nl
 Template:     generatepress
 Version:      0.1
*/

:root {
    --white: #fff;
    --soft-light: #fffaf7;
    --warm-very-light: #F5eeea;
    --warm-light: #e6d3ca;
    --warm-medium: #E58355;
    --accent: #b26340;
    --muted: #605552;
    --warm-dark: #3a2622;
    --warm-deep: #472E28;
    --dark: #37302e;
    --cool-dark: #272639;
    --darkest: #1a110f;
    --warm-black: #140D0B;
}

/* Fonts */
@font-face {
    font-family: Inter;
    src: url('assets/fonts/Inter-Regular.ttf');
}

@font-face {
    font-family: Manrope-400;
    src: url('assets/fonts/Manrope-Regular.ttf');
}

@font-face {
    font-family: Manrope-500;
    src: url('assets/fonts/Manrope-Medium.ttf');
}

@font-face {
    font-family: Manrope-700;
    src: url('assets/fonts/Manrope-Bold.ttf');
}

/* General Styles */
.entry-content {
    background-color: var(--soft-light);
}

section {
    max-width: 2600px;
    margin: 0 auto;
}

.boxed {
    padding: 70px 40px;
}

section .boxed {
    max-width: 1520px;
    margin: 0 auto;
}

h1, h2, h3 {
    font-family: Manrope-700, Arial, sans-serif;
    color: var(--cool-dark)
}

h1 {
    font-size: 60px;
    line-height: 68px;
    letter-spacing: -0.6px;
}

h2 {
    font-size: 48px;
    line-height: 54px;
    letter-spacing: -0.48px;
}

h3 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.24px;
}

p, span, a {
    font-family: Inter, Arial, sans-serif;
    color: var(--muted);
    font-size: 18px;
    line-height: 26px;
}

.bg-white {
    background-color: var(--white);
}

.bg-soft-light {
    background-color: var(--soft-light);
}

.bg-warm-very-light {
    background-color: var(--warm-very-light);
}

.bg-warm-deep {
    background-color: var(--warm-deep);
}

/* Buttons */
.btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.btn {
    display: flex;
    align-items: center;
    text-align: center;
    text-decoration: none;
    border-radius: 32px;
    max-width: fit-content;
    height: max-content;
    min-height: 54px;
    color: var(--warm-black);
    font-family: Manrope-500, Arial, sans-serif;
    font-size: 16px;
    line-height: normal;
    letter-spacing: -0.32px;
    padding: 15px 26px;
}

.btn-primary {
    background-color: var(--warm-medium);
    color: var(--warm-black);
    text-decoration: none;
    gap: 12px;
}

.btn-primary::before,
.inside-header > .main-navigation .main-nav ul li.btn-menu::before {
    content: '';
    background-image: url("assets/images/buttons/brown-dot-btn.svg");
    background-size: 13px 13px;
    height: 13px;
    width: 13px;
}

.btn-secondary {
    position: relative;
    text-decoration: none;
    color: var(--darkest);
    border: 1px solid var(--accent);
}

/*.btn-primary:hover {*/
/*    background-color: var(--pine);*/
/*    color: var(--offwhite);*/
/*}*/

/*.btn-secondary:hover {*/
/*    border: 1px solid var(--forest);*/
/*}*/

/* Navigation menu */
.site-header,
.inside-header .main-navigation .main-nav > ul {
    background-color: var(--soft-light);
}

.inside-header > .main-navigation .main-nav ul li.btn-menu {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 32.5px;
    width: 140px;
    height: 52px;
    padding: 20px 16px;
    background: var(--warm-medium);
}

.inside-header .main-navigation .main-nav ul li[class*="current-menu-"] > a {
    color: var(--darkest);
}

.mobile-menu-control-wrapper .menu-toggle, .mobile-menu-control-wrapper .menu-toggle:hover, .mobile-menu-control-wrapper .menu-toggle:focus, .has-inline-mobile-toggle #site-navigation.toggled {
    background-color: var(--soft-light);
}

.inside-header > .main-navigation .gp-icon svg {
    height: 2em;
    width: 2em;
    top: 15px;
    position: relative;
    fill: #472E28;
}

/* Footer */
.site-footer,
footer.site-info,
footer > .grid-container {
    background: var(--soft-light);
}

.site-footer .footer-widgets {
    position: relative;
    background: var(--soft-light);
    overflow: hidden;
}

.site-footer .footer-widgets::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background: var(--warm-light);
    border-radius: 12px 0 0 12px;
}

.inside-footer-widgets > div {
    z-index: 999;
}

.site-footer .extra-footer-wrapper {
    max-height: fit-content;
    background-color: var(--warm-light);
}

.site-footer .footer-widgets .footer-widgets-container {
    padding-top: 0;
    padding-bottom: 0;
}

.site-footer .footer-widgets .inside-footer-widgets {
    display: grid;
    grid-template-columns: minmax(40%, 1fr) 1fr 1fr 1fr;
}

.site-footer .footer-widgets .inside-footer-widgets .footer-widget-1 {
    position: relative;
    margin-right: 150px;
}

.site-footer .footer-widgets .inside-footer-widgets .footer-widget-1 #block-11 {
    position: absolute;
    bottom: 0;
}

.site-footer .footer-widgets .inside-footer-widgets .footer-widget-2,
.site-footer .footer-widgets .inside-footer-widgets .footer-widget-3,
.site-footer .footer-widgets .inside-footer-widgets .footer-widget-4 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.site-footer .footer-widgets .inside-footer-widgets > div aside h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 14px;
    font-family: Inter, Arial, sans-serif;
}

.site-footer .footer-widgets .inside-footer-widgets > div aside * {
    text-decoration: none;
    font-size: 18px;
}

.site-footer .footer-widgets .wp-block-social-links .wp-block-social-link.wp-social-link {
    width: 49px;
    height: 48px;
    aspect-ratio: 49 / 48;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-footer .footer-widgets .wp-block-social-links .wp-block-social-link.wp-social-link svg {
    width: 26px;
    height: 26px;
}


/* Copyright */
.footer-bar {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding: 40px 0;
}

.footer-bar * {
    color: var(--darkest);
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    text-decoration: none;
}

.footer-bar .links {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.footer-bar .made-by a {
    text-decoration: none;
    color: var(--accent);
}

.footer-bar .made-by a:hover {
    color: var(--warm-dark);
    text-decoration: none;
}

.site-footer:not(.footer-bar-active) .footer-bar {
    width: -webkit-fill-available;
    margin: 0 auto;
}

@media (max-width: 900px) {
    .site-footer .footer-widgets .inside-footer-widgets .footer-widget-1 {
        margin-right: 50px;
    }
}

@media (max-width: 768px) {
    .boxed {
        padding: 70px 20px;
    }

    .site-footer .footer-widgets .inside-footer-widgets {
        grid-template-columns: 1fr 1fr;
        column-gap: 80px;
    }

    .site-footer .footer-widgets::after {
        width: 50%;
    }

    .site-footer .footer-widgets .inside-footer-widgets .footer-widget-1 {
        padding-bottom: 50px;
        margin-right: 0;
    }

    .site-footer .footer-widgets .inside-footer-widgets .footer-widget-2,
    .site-footer .footer-widgets .inside-footer-widgets .footer-widget-3,
    .site-footer .footer-widgets .inside-footer-widgets .footer-widget-4 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 550px) {
    h1 {
        font-size: 45px;
        line-height: 43px;
        letter-spacing: -0.5px;
    }

    h2 {
        font-size: 36px;
        line-height: 41px;
        letter-spacing: -0.4px;
    }

    h3 {
        font-size: 18px;
        line-height: 21px;
        letter-spacing: -0.2px;
    }

    p, span, a {
        font-size: 15px;
        line-height: 22px;
    }
}

@media (max-width: 440px) {
    .site-footer .footer-widgets .inside-footer-widgets {
        grid-template-columns: 1fr;
        column-gap: 40px;
    }

    .site-footer .footer-widgets::after {
        display: none;
    }
}

/* default */
* {
    --rotate: 0rad;
}

/* alle before & after laten meedraaien */
*:not(.btn)::before,
*:not(.btn)::after {
    transform-origin: 50% 50%;
    will-change: transform;
    transition: transform 0.8s ease;
    transform: rotate(var(--rotate));
}

/* behoud bestaande transforms (zoals scaleX) */
*::before {
    transform: scaleX(1) rotate(var(--rotate));
}

*::before {
    transform: scaleX(-1) rotate(var(--rotate));
}
