/*!
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 */

html, body {
	overflow-x: hidden
}

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

/* Backgrounds */

.has-bg-img {
	position: relative;
}

.has-bg-img .container {
	position: relative;
	z-index: 10;
}

.bg-img {
	position: absolute;
	top: auto;
    bottom: 0;
    object-fit: contain;
	z-index: 0;
	max-height: 100%;
}

.bg-img_left {
    left: 0;
}

.bg-img_right {
	right: 0;
}

/* Typography */

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

/* Anchors */

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

p a {
	text-decoration: underline;
}

/* Headings */

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

/* Slicks */

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

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

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

.slick-prev {
	left: 1rem;
}

.slick-next {
	right: 1rem;
}

@media (min-width: 1200px) {
	.slick-prev {
		left: -3rem;
	}

	.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: #4f4538;
    border-color: #4f4538;
}

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

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

/* Icons */

.bi {
	color: #caaf8b;
}

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

/* Header */

.rank-math-breadcrumb p {
	font-size: .85rem;
    margin: 0 0 .5rem 0;
}

.rank-math-breadcrumb p a {
	opacity: .5;
}

/* Navbar */

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

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

.usp-item a {
	text-decoration: underline;
}

.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 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.navbar-expand-xl .navbar-nav {
	gap: 1rem;
}

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

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

@media (max-width: 1200px) {
	.navbar-brand img {
		width: 100px;
	}

	.navbar-actions {
		display: flex;
		gap: .5rem;
	}

	.btn-nav_mob {
		width: 42px;
		height: 42px;
		border-radius: 50%;
		align-items: center;
		justify-content: center;
		font-size: 1.5rem;
		background-color: #caaf8b;
	}

	.btn-nav_mob[href="#offcanvasMenu"] {
		background-color: #4f4538;
		color: #fff;
	}

	.btn-nav_mob .bi {
		color: #fff;
	}
}

/* Hero */

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

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

.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;
}

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

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

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

	.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;
	display: flex;
    flex-direction: column;
	align-items: center;
    height: 100%;
    gap: 1rem;
	text-align: center;
}

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

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

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

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

.value-price {
	padding: .5rem 1rem;
    background-color: #caaf8b;
    color: #fff;
    border-radius: 3rem;
	margin-top: auto;
}

/* Content */

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

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

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

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

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

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

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

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

/* Floors */

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

.floor-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%);
}

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

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

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

/* Benefits */

.benefit-item {
	padding: 2rem;
	border-radius: 1rem;
	background-color: #fff;
	display: flex;
	height: 100%;
	gap: 1rem;
	align-items: center;
}

.benefit-item .bi {
	font-size: 1.5rem;
}

/* Reviews */

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

.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;
}

/* Brands */

.brand-img {
	width: 100%;
}

@media (max-width: 1200px) {
	.brand-img {
		margin: 0 auto;
	}
}

/* Blog */

.hero-single {
	margin: 0;
}

.hero-single .hero-wrapper {
	min-height: 40vh;
}

.hero-single .rank-math-breadcrumb {
	color: #fff;
}

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

.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;
}

.gform_wrapper.gravity-theme .gfield_label {
	font-weight: normal !important;
	font-family: "Inter Medium";
}

.gform_wrapper.gravity-theme .gfield input.large,
.gform_wrapper.gravity-theme .gfield textarea {
	border: 2px solid #efeeeb;
    border-radius: .5rem;
    padding: .75rem;
}

.gform_wrapper.gravity-theme .gform_footer button[type="submit"] {
	padding: 1rem 2rem;
    border-radius: 3rem;
	font-size: 1.075rem;
	font-family: "Inter Medium";
	background-color: #4f4538;
	transition: all ease .6s;
	color: #fff;
	border: 1px solid #4f4538;
}

.gform_wrapper.gravity-theme .gform_footer button[type="submit"]:hover {
	background-color: #000;
	border-color: #000;
}

/* 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: #caaf8b;
}

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