/*!
Theme Name: Vedder
Theme URI: https://en.wikipedia.org/wiki/Eddie_Vedder
Author: Luuk Arends
Author URI: https://luukarends.nl/
Description: Society, you're a crazy breed.
Version: 1.1
Tested up to: 8.0
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vedder
*/

/* Fonts */

@font-face {
	font-family: "Jakarta Medium";
	src: url(/wp-content/themes/vedder/fonts/PlusJakartaSans-Medium.woff2);
	font-display: swap;
}

@font-face {
	font-family: "Jakarta Regular";
	src: url(/wp-content/themes/vedder/fonts/PlusJakartaSans-Regular.woff2);
	font-display: swap;
}

.fw-bold, strong, b {
	font-family: "Jakarta Medium" !important;
	font-weight: normal !important;
}

/* Core */

body {
	color: #000;
	font-family: "Jakarta Regular";
}

/* Links */

a {
	color: #fc0;
}

a:hover, a:focus, a:active {
	color: #caa200;
}

.content-block a[target="_blank"] {
	display: inline-block;
}

.content-block a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: -.125em;
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23caa200' class='bi bi-box-arrow-up-right' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z'/><path fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z'/></svg>");
	background-repeat: no-repeat;
	background-size: cover;
	width: 14px;
	height: 14px;
	position: relative;
	top: -.35rem;
	margin: 0 .25rem;
	left: 0;
}

/* Headings */

h1, h2, h3, h4, h5 {
	font-family: "Jakarta Medium";
}

/* Backgrounds */

.bg-darkblue {
	background-color: #000;
}

.bg-teal {
	background-color: #00c6b1;
}

.bg-sand {
	background-color: #f1f1e6;
}

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

.bg-red {
	background-color: #ed1b24 !important;
}

/* Filters */

.filter-dark {
	position: relative;
}

.filter-dark::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000000;
	opacity: .25;
}

.filter-dark div {
	z-index: 10;
	position: relative;
}

/* Buttons */

.btn {
	padding: .5rem 1rem;
	font-family: "Jakarta Medium";;
}

.btn-lg {
	padding: .75rem 1.25rem;
}

.btn-primary, .btn-primary:visited {
	background-color: #fc0;
	border-color: #fc0;
}

.btn-primary:hover, .btn-primary:focus {
	background-color: #caa200;
	border-color: #caa200;
}

/* Headings */

h1, .h1, h2, .h2 {
	font-weight: bold;
}

h3, h4, h5 {
	font-family: "Jakarta Medium";;
}

/* Spacing */

.py-6 {
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.p-6 {
	padding: 6rem;
}

.pb-6 {
	padding-bottom: 6rem;
}

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

	.py-6 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	
	.pb-6 {
		padding-bottom: 3rem;
	}
}

/* Text */

.text-link {
	color: #fc0;
	font-family: "Jakarta Medium";;
	text-decoration: none;
	font-size: 1.15rem;
}

/* Header */

@media (min-width: 1200px) {
	.navbar-brand {
		height: 50px;
	}
	
	.navbar-brand img {
		position: relative;
		top: 0;
		z-index: 20;
	}
	
	.navbar-brand img.logo-50 {
		width: 65px;
		position: relative;
		right: 1rem;
		top: 1.5rem;
		z-index: 10;
	}
}

.navbar .navbar-nav .nav-link {
	padding-left: 1rem;
	padding-right: 1rem;
	font-family: "Jakarta Medium";
	font-size: 1.05rem;
}

.navbar .navbar-nav .dropdown-menu {
	padding: 1rem;
	min-width: 250px;
}

.navbar .navbar-nav .dropdown-menu .dropdown-item {
	padding: .5rem 1rem;
}

.navbar .navbar-nav .dropdown-menu .dropdown-item.active, .navbar .navbar-nav .dropdown-menu .dropdown-item:active {
	background-color: #1d3e53;
}

.navbar-top .bi {
	position: relative;
	top: -1px;
}

.rank-math-breadcrumb p {
	margin-bottom: 0;
}

.rank-math-breadcrumb a {
	text-decoration: none;
	color: #000;
	opacity: .5;
}

.navbar-light .navbar-toggler-icon {
	background-image: url(/wp-content/themes/vedder/media/svg/menu.svg);
}

/* Hero */

.hero {
	min-height: 75vh;
}

.hero .hero-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	z-index: -1;
}

	.single .hero {
		min-height: 50vh;
	}

	.archive .hero {
		min-height: 35vh;
	}

/* Video */

.video-banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

.video-banner_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.video-banner_content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Intro */

.intro .intro-img {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 920px;
	z-index: 0;
	max-height: 100%;
	object-fit: cover;
}

/* Content */

.content-block {
	position: relative;
	z-index: 10;
}

.content-block h2,
.content-block h3,
.content-block h4 {
	margin-bottom: 1.5rem;
}

.content-block p {
	margin: 2rem 0;
	line-height: 1.85;
}

.content-block p:last-child {
	margin-bottom: 0;
}

.content-block iframe {
	width: 100%;
	min-height: 520px;
	border: 15px solid #f1f1e6;
}

.content-images .content-images_img {
	width: 100%;
	height: 306px;
	object-fit: cover;
}

.content-images .content-images_img.content-images_img__large {
	height: 520px;
}

.content-block ul,
.content-block ol {
	padding: 3rem;
	background-color: #f9f9f4;
	border-radius: .6rem;
	margin: 2rem 0;
}

.content-block ul li,
.content-block ol li {
	margin-bottom: 1rem;
}

.content-block ul li:last-child,
.content-block ol li:last-child {
	margin-bottom: 0;
}

.content-block img.size-full {
	width: 100%;
	height: auto;
}

.content-block #ez-toc-container.ez-toc-transparent {
	width: 100%;
	border: 1px solid #d2d2d2;
	padding: 1rem;
	margin: 2rem 0;
	display: block;
}

/* Blocks */

.content-block .block-list {
	padding: 0;
	margin: 2rem 0;
	list-style: none;
	border: 0;
	background-color: transparent;
}

.content-block .block-list li {
	padding: 1rem 0;
	border-bottom: 1px solid #dee2e6;
	margin: 0;
}

.content-block .block-list li:last-child {
	border-bottom: 0;
}

.content-block .block-list li::before {
	display: inline-block;
	content: "";
	vertical-align: -.125em;
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23007a5a' 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 0zm-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-size: cover;
	width: 14px;
	height: 14px;
	margin-right: .5rem;
}

blockquote {
	padding: 3rem;
	background-color: #f9f9f4;
	border-radius: .6rem;
	margin: 2rem 0;
	position: relative;
}

blockquote::after {
	content: "";
	position: absolute;
	top: -1rem;
	left: 1rem;
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chat-square-quote-fill' viewBox='0 0 16 16'><path d='M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.5a1 1 0 0 0-.8.4l-1.9 2.533a1 1 0 0 1-1.6 0L5.3 12.4a1 1 0 0 0-.8-.4H2a2 2 0 0 1-2-2V2zm7.194 2.766a1.688 1.688 0 0 0-.227-.272 1.467 1.467 0 0 0-.469-.324l-.008-.004A1.785 1.785 0 0 0 5.734 4C4.776 4 4 4.746 4 5.667c0 .92.776 1.666 1.734 1.666.343 0 .662-.095.931-.26-.137.389-.39.804-.81 1.22a.405.405 0 0 0 .011.59c.173.16.447.155.614-.01 1.334-1.329 1.37-2.758.941-3.706a2.461 2.461 0 0 0-.227-.4zM11 7.073c-.136.389-.39.804-.81 1.22a.405.405 0 0 0 .012.59c.172.16.446.155.613-.01 1.334-1.329 1.37-2.758.942-3.706a2.466 2.466 0 0 0-.228-.4 1.686 1.686 0 0 0-.227-.273 1.466 1.466 0 0 0-.469-.324l-.008-.004A1.785 1.785 0 0 0 10.07 4c-.957 0-1.734.746-1.734 1.667 0 .92.777 1.666 1.734 1.666.343 0 .662-.095.931-.26z'/></svg>");
	background-repeat: no-repeat;
	background-size: contain;
}

blockquote p {
	margin: 0 !important;
}

/* Sidebar */

.sidebar .sidebar-item a {
	transition: all ease .3s;
}

.sidebar .sidebar-item a:hover {
	opacity: .5;
}

.sidebar .sidebar-contact {
	position: relative;
	z-index: 999;
}

/* Products */

.products-item {
	transition: all ease .3s;
}

.products-item:hover {
	opacity: .75;
}

.products-item .products-item_img {
	height: 200px;
	width: 100%;
	object-fit: cover;
}

.products-item .products-sales_img {
	height: 320px;
	object-fit: contain;
}

@media (min-width: 1200px) {
	.products-item .products-sales_img {
		height: 500px;
		object-fit: contain;
	}
}

/* Partners */

#carouselPartnersControls .carousel-item img {
	object-fit: contain;
	max-width: 250px;
	text-align: center;
}

#carouselPartnersControls .carousel-control-prev {
	left: -12rem;
}

#carouselPartnersControls .carousel-control-next {
	right: -12rem;
}

/* Instagram */

.instagram .instagram-img {
	width: 100%;
	height: 350px;
	object-fit: cover;
}

/* Footer */

.site-footer .footer-title {
	font-family: "Jakarta Medium";
	margin-bottom: 1.25rem;
}

.site-footer .footer-list {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 2;
}

.site-footer .footer-list_links {
	font-size: 1.15rem;
}

.site-footer .footer-list a {
	color: #fc0;
	text-decoration: none;
	font-family: "Jakarta Medium";
}

.mob-tel {
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	z-index: 999;
}

.mob-tel a {
	border-radius: 50%;
	display: inline-block;
	width: 52px;
	height: 52px;
	line-height: 52px;
	text-align: center;
}

/* Rank Math */

#rank-math-faq .rank-math-list-item {
	margin-bottom: 1em;
	margin-top: 1em;
	border-bottom: 1px solid #fff;
	padding: 1.5rem;
	background-color: #f8f9fa;
	border-radius: .6rem;
}

#rank-math-faq .rank-math-list-item h3 {
	font-size: 1.25rem;
	margin: 0 !important;
}

#rank-math-faq .rank-math-list-item p {
	margin-top: 1rem;
}

#rank-math-faq .rank-math-list-item .collapse:not(.show) {
	display: block;
}

.rank-math-question {
    cursor: pointer;
    position: relative;
    display: block;
    padding-right: 1em;
    margin-right: 1em;
    font-weight: 300;
    margin-top: 30px;
}

.rank-math-question:after {
    position: absolute;
    right: 5px;
    top: 0;
    content: "\2715";
    transform: rotate(-45deg);
    transition: all 150ms ease-in-out;
}

.rank-math-question.collapse:after {
    transform: rotate(0deg);
}

.rank-math-question:hover {
    opacity: 0.8;
}

/* Forms */

.gform_wrapper.gravity-theme .gform_body input[type="text"],
.gform_wrapper.gravity-theme .gform_body input[type="email"],
.gform_wrapper.gravity-theme .gform_body textarea {
	border: 1px solid #dee2e6;
	border-radius: .375rem;
}

.gform_wrapper.gravity-theme .gform_body label,
.gform_wrapper.gravity-theme .gform_body .gfield_label {
	font-family: "Jakarta Medium";
	font-weight: normal !important;
}

.gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
	background-color: #fc0;
	padding: .5rem 1.5rem;
	border-radius: .25rem;
	border: 0;
	color: #fff;
}

.gform_wrapper.gravity-theme .gform_footer {
	padding-bottom: 0;
	margin-bottom: 0;
}

.gform_wrapper .gform_heading {
	display: none;
}

.content-block .gform_wrapper iframe {
	min-height: auto;
	padding: 0;
	background-color: transparent;
	border: 0;
}

/* Responsive */

@media (max-width: 768px) {
	.hero .filter-dark::before {
		display: none;
	}
	
	.hero {
		min-height: 35vh;
		background-color: transparent;
	}

	#carouselPartnersControls .carousel-control-prev,
	#carouselPartnersControls .carousel-control-next {
		display: none;
	}
}

@media (max-width: 576px) {
	.navbar-brand img:first-child {
		width: 75px;
		height: auto;
	}
	
	.navbar-brand .logo-50 {
		width: 40px;
		height: auto;
	}
}