/*
 Theme Name:   Solarif
 Theme URI:    https://clarq.nl
 Description:  Solarif theme by Clarq
 Author:       Clarq Agency
 Author URI:   https://clarq.nl
 Template:     generatepress
 Version:      0.1
*/

:root {
    --orange-one: #FF9200;
    --orange-two: #FF9700;
    --orange-three: #FF8E00;
    --light-orange-one: #FFB000;
    --light-orange-two: #FFBE00;
    --soft-orange: #FFF5EA;
    --yellow: #FFDE00;
    --black: #000000;
    --white: #FFFFFF;

}

html {
    scroll-behavior: smooth;
}

body {
    background-color: var(--white);
    font-size: 23px;
    color: var(--black);
}

.entry-content:not(:first-child), .entry-summary:not(:first-child), .page-content:not(:first-child) {
    margin-top: 0;
}

.entry-content > section:first-child,
.site-header {
    background-image: url("images/body-background.png");
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .entry-content > section:first-child,
    .site-header {
        background-image: none;
    }
}

.no-menu-figure .entry-content > section:first-child,
.no-menu-figure .site-header {
    background: none;
}

.entry-content > section:first-child {
    padding-top: 40px;
    background-position: right -104px;
}

.main-navigation .main-nav ul li a {
    font-weight: bold;
}

.main-navigation .main-nav ul ul li a {
    font-weight: normal;
}

@media (max-width: 768px) {
    .entry-content > section:first-child {
        padding-top: 0;
    }
}

.site-header {
    background-position: right top;
}

.boxed {
    padding: 50px 20px;
}

ol {
    margin: -2px 0 1.5em 1em;

}

section > .boxed {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
}

.entry-title {
    display: none;
}

h1 {
    font-size: 60px;
    color: var(--black);
    line-height: 60px;
}

.classic h1 {
    font-family: "Calibri", "Arial", serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

h2 {
    font-size: 40px;
    font-weight: 700;
    color: var(--black);
    line-height: 50px;
}

.classic h2 {
    margin-bottom: 40px;
}

.btn-group {
    display: flex;
    gap: 30px;
}

.btn {
    min-width: 200px;
    height: 50px;
    border: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 18px;
    font-weight: 600;
    color: var(--black);
    text-align: center;
    text-decoration: none;
    line-height: 35px;
}

.btn-primary {
    padding: 7px 37px 8px 20px;
    background-color: var(--orange-three);
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}

.btn-outline {
    position: relative;
    padding: 5px 15px 8px 20px;
    border: 2px solid var(--orange-one);
    border-right: none;
}

.btn-outline::after {
    position: absolute;
    top: -3px;
    right: -20px;
    content: url("images/after-btn-outline.svg");
}

.btn.btn-angled {
    padding: 7px 15px 8px 20px;
    background-color: var(--orange-one);
    clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
}

.btn-mask-left {
    min-width: 180px;
    background-image: url("images/btn-mask-left.png");
}

.site-header .header-image {
    max-width: 270px;
}

a[href^="mailto:"], a[href^="tel:"] {
    text-decoration: none;
}

a {
	color: var(--orange-one);
	text-decoration: none;
}


/* SEO AI artikelen: */
section .boxed.classic {
    padding: 40px 20px;
}

@media (min-width: 791px) {
    .classic .attachment-large {
        float: right;
        max-width: 800px;
        width: 40%;
        margin-left: 100px;
        margin-bottom: 50px;
    }

}



/* header styling */
.inside-header {
    padding: 20px;
}

.header-widget {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.header-widget #block-114 {
    display: flex;
    align-items: center;
}


.header-widget .wp-block-buttons {
    justify-content: center;
    align-content: center;
}

.header-widget .wp-block-buttons.btn {
    padding: 5px 10px 8px 20px;
    cursor: pointer;
}

.header-widget .wp-block-buttons .wp-block-button > a {
    padding: 0;
}

header .menu-title {
    margin: 8px 15px 0 15px;
}

.lang-flag a {
    display: flex;
    align-items: center;
}

header .lang-flag img {
    width: 32px;
}


.single-post .boxed .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


#menu-primary-menu-1 .sub-menu {
    margin-left: 0;
    padding-left: 0;
}

#menu-primary-menu-1 .sub-menu li a {
    font-size: 30px;
    line-height: 46px;
}

@media (min-width: 789px) {
    .dropdown-background {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        display: none;
        width: 100%;
        height: 100vh;
        padding: 3em 2em 1em 2em;
        background-color: rgb(0, 0, 0);
    }

    .dropdown-background.is-visible {
        display: block;
    }

    .dropdown-content {
        display: block;
        max-width: 1660px;
        margin: 0 auto;
        position: relative;
        overflow: auto;
        height: 100%;
    }

    #menu-primary-menu-1 li a:hover {
        font-family: Calibri, sans-serif;
        color: var(--orange-three);
    }

    .menu.sf-menu {
        display: none !important;
    }

    #menu-primary-menu-1 li {
        margin-bottom: .3em;
    }

    #menu-primary-menu-1 li a {
        color: var(--white);
        font-family: Calibri, sans-serif;
        font-size: 1.475em;
        font-weight: 400;
        text-decoration: none;
        line-height: 1.5em;
    }

    #menu-primary-menu-1 li svg {
        margin-bottom: -.1em;
        margin-right: .4em;
    }

    .menu-heading {
        font-size: 2.5em;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        position: relative;
        margin-bottom: .5em;
    }

    .menu-heading::after {
        content: "";
        border-bottom: 2px solid #FF8E00;
        width: 5em;
        height: 2px;
        position: absolute;
        bottom: -.3em;
        left: 0;
    }

    .dropdown-content figure.wp-block-image {
        position: fixed;
        top: 3em;
        right: 2em;
    }

    #nav {
        column-count: 4;
        column-gap: 1.2em;
        margin-top: 3em;
        color: white;
        font-size: 16px;
    }

    #nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #menu-primary-menu-1 .menu-item-active > a {
        color: #FF8E00;
    }

    #menu-primary-menu-1 .menu-group {
        margin-bottom: 2em;
    }

}

@media (max-width: 1600px) {
    #nav {
        font-size: 1vw;
    }
}

@media (max-width: 992px) {
    #nav {
        column-count: 3;
        font-size: 1.3vw;
    }

}

@media (min-width: 992px) {
    #nav .next-column {
        break-before: column;
    }
}


.widget ul li {
	margin-bottom: 0;
}


/* footer styling */
.site-footer {
    background-color: var(--black);
}

.site-footer p, .site-footer h2, .site-footer a, .site-footer small, .site-footer li {
    font-family: Calibri, sans-serif;
    font-style: normal;
    color: var(--white);
    line-height: normal;
}

.site-footer p {
    font-size: 18px;
    font-weight: 400;
}

.site-footer .footer-widget-1 small {
    font-size: 16px;
    font-weight: 400;
}

.site-footer strong {
    font-size: 16px;
    font-weight: 400;
    color: var(--orange-three);
    line-height: normal;
}

.site-footer h2 {
    font-size: 26px;
    font-weight: 700;
}

.site-footer li {
    font-size: 18px;
    font-weight: 400;
    color: var(--orange-three);
    text-decoration-line: underline;
}

.site-footer .footer-widget-1 .wp-block-social-link-anchor {
    fill: var(--white);
}

.site-footer .footer-widget-2 li {
    font-size: 18px;
    font-weight: 400;
    color: var(--white);
    text-decoration-line: none;
}

.site-footer .footer-widget-4 li {
    list-style-image: url('images/bulletimage.png');
}

.site-footer .footer-widget-4 ul {
    margin-left: 25px;
}

.inside-footer-widgets {
    display: grid;
    padding-top: 50px;
    gap: 40px;
    grid-template-columns: 1.5fr 1fr 1fr 1fr
}

.site-footer .footer-widgets-container .inner-padding {
    padding-left: 0;
}

.site-footer .footer-widgets-container .inside-footer-widgets {
    margin-left: 0;
}

.rowContact {
    display: flex;
    flex-direction: row;
}

/* vacancy */
.vacancy > .boxed {
    display: grid;
    padding: 20px;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.vacancy > .boxed .media img {
    -webkit-mask-image: url("images/vacancy-mask.png");
    mask-image: url("images/vacancy-mask.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-size: contain;
}

.vacancy > .boxed .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vacancy > .boxed .content h1 {
    font-family: Calibri, Arial, sans-serif;
    font-size: 60px;
    font-weight: 700;
    font-style: normal;
    line-height: 60px;
}

.footer-widgets-container .wp-block-heading a {
    text-decoration: none;
}

.grecaptcha-badge {
	display: none !important;
}



@media (max-width: 1870px) {
    .dropdown-background {
        right: 6%;
        left: auto;
    }
}

@media (max-width: 1820px) {
    .dropdown-background {
        right: 5%;
    }
}

@media (max-width: 1780px) {
    .dropdown-background {
        right: 4%;
    }
}

@media (max-width: 1750px) {
    .dropdown-background {
        right: 20px;
    }
}

@media (max-width: 1024px) {
    .inside-footer-widgets {
        display: grid;
        padding-top: 50px;
        gap: 40px;
        grid-template-columns: 1fr 1fr;
    }
}

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

@media (max-width: 788px) {

	.btn-group { 
		flex-direction: column;
	}
	
    .dropdown-container {
        display: none;
    }

    .header-widget {
        display: none;
    }

    .single-post .boxed h1 {
        font-size: 40px;
        line-height: 40px;
    }
}

@media (max-width: 576px) {
    .inside-footer-widgets {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 450px) {
    .single-post .boxed h1 {
        font-size: 25px;
        line-height: 25px;
    }
}


/* header edits */
header.site-header {
	position: fixed;
    width: 100%;
    z-index: 10000;
	background-color: #ffffff;
   	background-image: none;
}

.entry-content > section:first-child .boxed {
    padding-top: 140px;
}

html:not(.mobile-menu-open) header > .inside-header > .lang-flag,
html:not(.mobile-menu-open) header > .inside-header > .menu-title {
	display: none;
}