/*!
Theme Name: Vedder
Theme URI: https://luuk-arends.notion.site/Vedder-B2B-db5082ce819348fe8c4e570d116585c4?pvs=4
Author: Luuk Arends
Author URI: https://vedderb2b.com/
Description: Vedder is a custom theme with limitless possibilities, offered with the convenience of WordPress.
Version: 1.3
Tested up to: 8.3
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vedder
*/

/* Body */

body {
	font-family: "Inter Regular";
	color: #000;
	background-color: #f5f9ff;
}

/* Backgrounds */

/* Typography */

strong, b, .fw-bold {
	font-family: "Inter SemiBold";
	font-weight: normal;
}

/* Anchors */

a {
	color: inherit;
	text-decoration: none;
	transition: all ease .6s;
}

/* Headings */

h1, h2, h3, h4, h5 {
	font-family: "Inter SemiBold";
}

/* Slicks */

.slick-track {
	display: flex;
}

.slick-slide {
	margin: 0 .5rem;
	height: inherit;
}

.slick-list {
	margin: 0 -.5rem;
}

.slick-prev:before, .slick-next:before {
	color: #aeac99;
	font-size: 1.5rem;
}

.slick-prev {
	left: -3rem;
}

.slick-next {
	right: -3rem;
}

@media (max-width: 768px) {
	.slick-prev {
		display: none;
	}

	.slick-next {
		right: 3rem;
	}
}

/* Buttons */

.button-group {
	display: flex;
	gap: 1rem;
}

.btn, .wp-element-button {
	padding: 1rem 2rem;
    border-radius: 3rem;
	font-size: 1.075rem;
	font-family: "Inter Medium";
}

.btn-primary, .wp-element-button {
	background-color: #ff9900;
    border-color: #ff9900;
}

.btn-primary:hover, .wp-element-button:hover {
	background-color: #005bad;
	border-color: #005bad;
}

.btn-secondary {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}

.btn-secondary:hover {
	background-color: #005bad;
	border-color: #005bad;
	color: #fff;
}

@media (max-width: 768px) {
	.button-group {
		flex-direction: column;
	}
}

/* Icons */

.bi {
	color: #005bad;
}

.bi-facebook {
	color: #4267B2;
}

/* Navbar */

.navbar-top {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.navbar-top .usp-list {
	display: flex;
	align-items: center;
	gap: 1rem;
	font-size: .925rem;
}

.navbar-top .contact-list {
	display: flex;
    gap: 1rem;
    font-size: .925rem;
    align-items: center;
    justify-content: end;
}

.navbar-top .contact-list .contact-item a {
	display: flex;
	gap: .5rem;
	align-items: center;
}

.navbar {
	box-shadow: 0 .125rem .25rem rgba(var(--bs-body-color-rgb),.075);
}

.navbar-nav {
	gap: 1rem;
}

.navbar-nav .nav-link {
	font-size: 1.075rem;
	font-family: "Inter Medium";
	color: #000;
}

.navbar-actions {
	margin-left: 1rem;
}

@media (max-width: 768px) {
	.nav-toggler {
		font-size: 1.125rem;
		gap: .5rem;
		align-items: center;
		font-family: "Inter Medium";
	}

	.nav-toggler .bi {
		font-size: 1.5rem;
	}
}

/* Hero */

.hero {
	margin-bottom: -3rem;
}

.hero-wrapper {
	position: relative;
	border-radius: 1rem;
	overflow: hidden;
	min-height: 60vh;
}

	.page-template-contact .hero-wrapper {
		min-height: 50vh;
	}

.hero-wrapper::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 1rem;
	z-index: 5;
	background: rgb(255,255,255);
	background: linear-gradient(200deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
}

.hero-content {
	position: absolute;
	bottom: 3rem;
	left: 0;
	padding: 6rem;
	z-index: 10;
	display: grid;
	gap: 1rem;
}

	.page-template-contact .hero-content {
		padding: 3rem 6rem;
	}

.hero-title {
	color: #fff;
	font-size: 3rem;
}

.hero-subtitle {
	color: #fff;
	font-size: 1.5rem;
	margin-bottom: 0;
}

.hero-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 768px) {
	.hero-content {
		padding: 3rem;
	}

	.hero-title {
		font-size: 2rem;
	}
}

/* Values */

.values {
	position: relative;
	z-index: 30;
}

.values > .container {
	max-width: 1280px;
}

.value-item {
	padding: 2rem;
	border-radius: 1rem;
	background-color: #fff;
	text-align: center;
	height: 100%;
}

.value-icon {
	background-color: #005bad;
    display: inline-flex;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 1rem;
	font-size: 1.5rem;
}

.value-icon .bi {
	color: #fff;
}

.value-title {
	font-size: 1.125rem;
	font-family: "Inter SemiBold";
}

.value-subtitle {
	font-size: .925rem;
}

/* Content */

.content-block {
	padding: 3rem;
    border-radius: 1rem;
    background-color: #fff;
}

.content-block h2 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	font-size: 1.5rem;
}

.content-block h2:first-child {
	margin-top: 0;
}

.content-block h3 {
	font-size: 1.25rem;
}

.content-block p:last-of-type {
	margin-bottom: 1.5rem;
}

.content-block .wp-block-list {
	padding: 0;
    margin-bottom: 2rem;
    list-style: none;
}

.content-block .wp-block-list li {
	padding: .5rem;
    border-bottom: 2px solid #efeeeb;
	display: flex;
	align-items: center;
	gap: .5rem;
}

.content-block .wp-block-list.wp-block-usp-list li::before {
	content: "";
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23005bad' class='bi bi-check-circle-fill' viewBox='0 0 16 16'><path d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z'/></svg>");
	background-repeat: no-repeat;
	background-position: 50% 50%;
    width: 18px;
    height: 18px;
    display: inline-block;
}

.content-media {
	position: relative;
	border-radius: 1rem;
	overflow: hidden;
	height: 100%;
	width: 100%;
}

.content-img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
}

.content-page .content-img {
	max-height: 500px;
	border-radius: 1rem;
}

@media (max-width: 768px) {
	.content-block {
		padding: 1.5rem;
	}
}

/* Services */

.service-item {
	display: block;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    height: 320px;
}

.service-item::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 1rem;
	z-index: 5;
	background: rgb(255,255,255);
	background: linear-gradient(200deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
}

.service-content {
	position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    padding: 1.5rem;
}

.service-title {
	color: #fff;
	margin-bottom: 1rem;
}

.service-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.service-item .btn-primary {
	font-size: 1rem;
	padding: .75rem 1.5rem;
}

/* Reviews */ 

.review-item {
	border: 2px solid #efeeeb;
	border-radius: 1rem;
	padding: 1.5rem;
	background-color: #fff;
	display: grid;
	gap: 1rem;
	height: 100%;
}

.review-content {
	font-size: .925rem;
}

.review-rating {
	font-size: 1.25rem;
	color: orange;
}

.review-author {
	font-size: 1.125rem;
	font-family: "Inter SemiBold";
}

.review-location {
	font-size: .925rem;
}

.review-meta {
	margin-top: auto;
}

/* Partners */

.partner-item {
	display: flex;
	align-items: center;
	justify-content: center;
}

.partner-img {
	width: 175px;
}

/* Blog */

.blog-item {
	border: 2px solid #efeeeb;
	border-radius: 1rem;
	overflow: hidden;
	background-color: #fff;
	display: grid;
	gap: 1rem;
}

.blog-img {
	width: 100%;
}

.blog-content {
	padding: 1.5rem;
	display: grid;
	gap: 1rem;
}

.blog-content .btn {
	justify-self: start;
}

.blog-title {
	font-size: 1.25rem;
}

/* CTA */

.cta-wrapper {
	padding: 3rem;
	background-color: #fff;
	border-radius: 1rem;
}

.cta-wrapper .contact-list {
	display: flex;
    gap: 1.5rem;
    align-items: center;
}

@media (max-width: 768px) {
	.cta-wrapper .contact-list {
		flex-direction: column;
		align-items: start;
		margin-top: 1.5rem;
	}
}

/* Forms */

.gform_heading {
	display: none !important;
}

body .gform_wrapper input[type="text"],
body .gform_wrapper input[type="email"],
body .gform_wrapper input[type="tel"],
body .gform_wrapper textarea {
	padding: 1.5rem;
	border-radius: 1rem;
	font-size: 1rem;
}

body .gform_wrapper label.gfield_label {
	font-family: "Inter SemiBold";
	font-size: .925rem;
	color: #000;
}

body .gform_wrapper.gform-theme--foundation .gform_fields {
	gap: 1.25rem;
}

body .content-form .gform_wrapper form .gform_footer input[type="submit"] {
	padding: 1rem 2rem !important;
	border-radius: 3rem !important;
	font-size: 1rem !important;
	font-family: "Inter Medium", sans-serif !important;
	background-color: #ff9900 !important;
	border: none;
	color: #fff !important;
}

body .content-form .gform_wrapper form .gform_footer input[type="submit"]:hover {
	background-color: #005bad !important;
}

/* Footer */

.footer-wrapper {
	padding: 3rem;
	background-color: #fff;
	border-radius: 1rem;
}

.footer-title {
	font-size: 1.125rem;
	margin-bottom: 1rem;
}

.footer-descr {
	font-size: .925rem;
}

.footer-list {
	display: grid;
    gap: .5rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-list li a {
	font-family: "Inter Medium";
	opacity: .5;
}

.footer-list li a:hover {
	color: #005bad;
}

.wp-block-social-links {
	margin-top: 1rem;
}

@media (max-width: 768px) {
	.footer-wrapper {
		padding: 1.5rem;
	}
}