/*
Theme Name: SPS
Author: Portalworks
Version: 1.0
*/

/****************************
           GENERAL
****************************/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

.page a {
    color: var(--text-color-dark);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.page h3 {
    font-size: 14px;
}

.page p, .page a, .page li {
    font-family: var(--primary-font);
}

.page strong {
	font-weight: 700;
}

section img {
    width: 100%;
}

.primary-color {
    color: var(--primary-color);
}

.secondary-color {
    color: var(--secondary-color);
}

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

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

.white-bg {
    background-color: white;
}

.custom-container, .wp-block-jetpack-tiled-gallery {
    max-width: unset;
    padding-inline: 30px;
}

.title, .banner-text h1, .banner-text-full h1, .hero-2 h1, .page h1, .banner-text h1 p, .banner-text-full h1 p, .hero-2 h1 p {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 135%;
    letter-spacing: 0.02em;
    text-align: left;
    color: var(--text-color-dark);
    text-transform: uppercase;
}

.banner-text h1, .banner-text-full h1, .hero-2 h1, .banner-text h1 p, .banner-text-full h1 p, .hero-2 h1 p, .text-section h2 p {
    font-size: 1.5rem;
}

.banner-text p, .banner-text-full p, .hero-2 p {
    font-size: .8rem;
}

.title p {
    margin-bottom: 0;
}

.text, .banner-text p, .banner-text-full p, .text li, .hero-2 p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
    color: var(--text-color-dark);
}

/****************************
           NAVBAR
****************************/
.navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0px 1px 3px 0px #00000040;
}

.navbar-brand {
    max-width: 200px;
}

.navbar-toggler {
    border: none;
}
.navbar-toggler:focus, .btn-close:focus {
    box-shadow: unset;
}

.navbar-nav {
    gap: 20px;
}

.nav-link {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: var(--text-color-dark);
    transition: font-weight 0.2s ease-in-out;
    padding-inline: 5px;
    margin: 0;
}

.nav-link:hover, .nav-link.active {
    font-weight: 700;
    text-decoration: none;
    color: var(--text-color-dark);
}

.nav-item:nth-last-child(1) {
    padding: 11px 25px;
    border: 1px solid var(--text-color-dark);
}

.nav-item:nth-last-child(1):hover {
    background-color: var(--text-color-dark);
}

.nav-item:nth-last-child(1) a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    gap: 10px;
}

.nav-item:nth-last-child(1):hover a {
    color: white;
}

.nav-item:nth-last-child(1) a::after {
    content: url("assets/images/arrow-up-right.svg");
    display: inline-block;
    width: 24px;
    height: 24px;
}

.nav-item:nth-last-child(1):hover a::after {
    content: url("assets/images/arrow-up-right-white.svg");
}

.custom-button {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0.02em;
    padding: 11px 25px;
    border: 1px solid var(--text-color-dark);
    border-radius: 0;
    width: fit-content;
}

.custom-button:hover {
    border: 1px solid var(--text-color-dark);
    background: transparent;
    color: var(--text-color-dark);
    text-decoration: none;
}

.footer {
    padding-top: 47px;
    padding-bottom: 50px;
    border-top: 1px solid rgba(22, 22, 22, .2);
}

.footer-logo {
    max-width: 134px;
	margin-top: 50px;
    margin-bottom: 30px;
}

.data-privacy-pages {
    gap: 10px;
}

.data-privacy-pages span {
	color: var(--text-color-dark);
}

.contact-section, .wp-block-jetpack-tiled-gallery {
	padding-bottom: 50px;
	padding-top: 50px;
}

.contact-section .title {
	margin-bottom: 22px;
}

.portrait {
	aspect-ratio: 1 / 1;
	max-width: 217px;
	height: 100%;
}

.portrait img {
	object-fit: cover;
    height: 100%;
}

.name {
	font-size: 18px;
	font-weight: 700;
	line-height: 200%;
	color: var(--text-color-dark);
}

.role p {
	color: var(--text-color-dark);
}

/*     .address .name p {
margin-left: 30px;
} */

.social-media {
	gap: 20px;
}

.social-media img {
	max-width: 30px;
	max-height: 30px;
	object-fit: contain;
}

.address .name {
	margin-top: 10px;
	margin-bottom: 10px;
}

.address-text p {
	margin-bottom: 0;
}

.person-info .role {
	font-size: 16px;
	font-weight: 400;
}

.contact-icon {
	width: 24.5px;
	height: 24.5px;
	object-fit: contain;
}

.contact-links {
	margin-top: 25px;
	gap: 12px;
}

.phone {
	gap: 20.4px;
}

.phone a {
	text-decoration: underline;
}

.phone a:hover {
	text-decoration: none;
}

/*     .name::before {
content: "";
display: block;
position: absolute;
left: 0;
width: 21px;
height: 30px;
background-image: url("<?php // get_template_directory_uri() ?>/assets/images/location-black.png");
background-position: center center;
background-size: 21px 30px;
top: 6px;
} */

.name p, .role p {
	margin-bottom: 0;
}

.banner-text h1 p, .banner-text-full h1 p, .hero-2 h1 p, .page .text-section h2 p {
	margin-bottom: 30px!important;
}

@media only screen and (min-width: 768px) {
    .custom-container, .wp-block-jetpack-tiled-gallery {
        max-width: unset;
        padding-inline: 60px;
    }

    .page h3 {
        font-size: 21px;
    }

    .title, .banner-text h1, .banner-text-full h1, .hero-2 h1, .banner-text h1 p, .banner-text-full h1 p, .hero-2 h1 p, .text-section h2 p {
        font-size: 2rem;
    }
	
	.banner-text h1, .banner-text-full h1, .hero-2 h1, .banner-text h1 p, .banner-text-full h1 p, .hero-2 h1 p {
		margin-bottom: 30px;
	}

    .text, .banner-text p, .banner-text-full p, .hero-2 p {
        font-size: 1.125rem;
    }
}

@media only screen and (min-width: 992px) {	
	.contact-section, .wp-block-jetpack-tiled-gallery {
		padding-bottom: 100px;
		padding-top: 100px;
	}

	.contact-person {
		gap: 41px;
	}

	.contact-links {
		margin-top: 46px;
	}

	.contact-section .title {
		margin-bottom: 30px;
	}
}

@media only screen and (min-width: 1200px) {
    .navbar-nav {
        gap: 50px;
    }

    .navbar-brand {
        max-width: 282px;
    }

    .custom-container, .wp-block-jetpack-tiled-gallery {
        padding-inline: 60px;
        max-width: 1640px;
    }
	
	.name p {
		font-size: 24px;
		line-height: 225%;
	}

/* 	.name::before {
		left: -30px;
		top: 12px;
	} */

	.address .name {
		margin-top: unset;
		margin-bottom: unset;
	}

	.address .name p {
		margin-left: unset;
	}
	
	.footer-logo {
		margin-top: 0;
	}
}

@media only screen and (min-width: 1400px) {
    .title, .banner-text h1, .page h1, .banner-text h1 p, .banner-text-full h1 p, .hero-2 h1 p, .text-section h2 p {
        font-size: 2.5rem;
    }

    .banner-text-full h1, .hero-2 h1 {
        font-size: 3.125rem;
    }

    .text, .banner-text p, .text li, .hero-2 p {
        font-size: 1.3125rem;
    }
}

@media only screen and (min-width: 1950px) {
    .custom-container, .wp-block-jetpack-tiled-gallery {
        max-width: 2200px;
    }
	
	.object-section .custom-container {
		max-width: 2560px;
	}
}