/*!
Theme Name: Vedder B2B
Theme URI: https://luuk-arends.notion.site/Vedder-B2B-db5082ce819348fe8c4e570d116585c4?pvs=4
Author: Luuk Arends
Author URI: https://vedderb2b.com/
Description: Vedder is a B2B portal with limitless possibilities, offered with the convenience of WordPress.
Version: 1.3
Tested up to: 8.0.7
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 {
	color: #111;
	font-family: "Inter Regular";
}

/* Anchors */

a, a:visited {
	color: #fd7e14;
	text-decoration: none;
}

/* Backgrounds */

.bg-orange {
	background-color: #fd7e14;
}

.bg-lightorange {
	background-color: #fff2e8;
}

/* Buttons */

.btn {
	color: #fff;
	border-radius: 1rem;
	padding: .75rem 1.25rem;
	font-size: .95rem;
	font-family: "Inter Medium";
	border: 0;
}

.btn-primary, .btn-primary:visited {
	color: #fff;
	background-color: #fd7e14;
}

.btn-primary:hover, .btn-primary:active {
	background-color: #52bb3e !important;
}

.btn-secondary, .btn-secondary:visited {
	background-color: #ffe5d0;
	color: #111;
}

.btn-secondary:hover, .btn-secondary:active {
	color: #fff;
	background-color: #52bb3e !important;
}

.btn .bi {
	margin-right: .25rem;
}

@media (max-width: 768px) {
	.button-group {
		display: flex;
		gap: 1rem;
	}
}

/* Text */

.text-orange {
	color: #fd7e14;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
	font-family: "Inter Bold";
	margin: 0;
}

.descr {
	max-width: 75%;
	margin-top: 1rem;
}

/* Tables */

.table thead tr th {
	font-family: "Inter Bold";
	font-weight: normal;
	color: #fd7e14;
}

.table tbody tr th {
	font-family: "Inter Medium";
	font-weight: normal;
}

/* Typography */

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

/* Spacing */

@media (min-width: 1200px) {
	.p-xl-6 {
		padding: 6rem !important;
	}

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

	.pt-xl-6 {
		padding-top: 6rem !important;
	}

	.pb-xl-6 {
		padding-bottom: 6rem !important;
	}

	.mb-xl-6 {
		margin-bottom: 6rem !important;
	}
}

/* Slick */

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

/* Navbar */

.usp-list {
    margin: 0;
    padding: 0;
    list-style: none;
	font-size: .875rem;
}

.navbar-top .usp-list {
    display: flex;
    align-items: center;
	justify-content: center;
    gap: 1rem;
}

.bi-check-circle-fill {
	color: green;
}

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

.navbar-nav {
	gap: 1.5rem;
}

@media (max-width: 768px) {
	.navbar-nav {
		gap: .5rem;
		margin-bottom: 1rem;
	}
}

.navbar-nav .nav-item .nav-link,
.navbar-nav .nav-item .nav-link:active,
.navbar-nav .nav-item .nav-link:visited,
.navbar-nav .nav-item .dropdown-item,
.navbar-nav .nav-item .dropdown-item:active,
.navbar-nav .nav-item .dropdown-item:visited {
	color: #111;
	font-family: "Inter Medium";
	transition: all ease .3s;
}

.navbar-nav .nav-item .dropdown-item:active {
	background-color: #fff2e8;
}

.navbar-nav .nav-item .nav-link:hover {
	color: #fd7e14;
	opacity: .5;
}

.nav-toggler {
	color: inherit;
	font-size: 1rem;
	font-family: "Inter Medium";
}

/* Hero */

.hero-content,
.hero-image {
	padding: 3rem;
}

.hero-image {
	border-radius: 0 0 0 3rem;
}

.hero-image .hero-img {
	width: 100%;
	border-radius: 3rem;
	object-fit: cover;
}

@media (min-width: 1200px) {
	.hero-content,
	.hero-image {
		padding: 9rem;
	}

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

@media (max-width: 768px) {
	.hero-image .hero-img {
		height: 320px;
	}
}

.hero-subtitle {
	font-size: .875rem;
	font-family: "Inter Regular";
	text-transform: uppercase;
	letter-spacing: .15rem;
	color: #fd7e14;
}

.hero-descr {
	margin: 1rem 0;
}

.hero-list {
	margin: 0 0 1.5rem 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.hero-list li {
	width: 50%;
	box-sizing: border-box;
	display: flex;
	gap: .5rem;
	margin-bottom: 1rem;
	align-items: center;
	font-family: "Inter Medium";
}

.hero-list li .bi {
	font-size: 1.25rem;
	color: #fd7e14;
	min-width: 42px;
	min-height: 42px;
	background-color: #fff2e8;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Banner */

.banner-content {
	padding: 3rem 0;
}

.banner-subtitle {
	font-size: .875rem;
	font-family: "Inter Regular";
	text-transform: uppercase;
	letter-spacing: .15rem;
	color: #fd7e14;
}

@media (min-width: 1200px) {
	.banner-content {
		padding: 9rem 0 3rem 0;
	}

	.banner-title {
		font-size: 4.2rem;
	}
}

.banner-descr {
	margin: 1rem 0;
}

.banner-list {
	margin: 0 0 1.5rem 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.banner-list li {
	width: 50%;
	box-sizing: border-box;
	display: flex;
	gap: .5rem;
	margin-bottom: 1rem;
	align-items: center;
	font-family: "Inter Medium";
}

.banner-list li .bi {
	font-size: 1.25rem;
	color: #fd7e14;
	min-width: 42px;
	min-height: 42px;
	background-color: #fff2e8;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner-img {
	width: 100%;
	border-radius: 3rem;
}

/* Content */

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

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

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

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

.content-image {
	position: relative;
	height: 100%;
	width: 100%;
}

	@media (max-width: 1200px) {
		.content-image {
			min-height: 320px;
		}
	}

.content-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 3rem;
}

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

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

.info-item {
    padding: 2rem;
    border-radius: 1rem;
    background-color: #fff2e8;
    display: flex;
    gap: 1rem;
    text-align: center;
    height: 100%;
    flex-direction: column;
    align-items: center;
}

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

.info-icon {
    width: 54px;
    height: 54px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-icon .bi {
	color: #fd7e14;
	font-size: 1.75rem;
}

/* FAQ */

.rank-math-question {
	cursor: pointer;
	font-size: 1.25rem;
	border-top: 2px solid #dee2e6;
	padding: 1.25rem 0;
	margin-bottom: 0;
}

.rank-math-question::after {
	content: "";
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fd7e14' class='bi bi-chevron-down' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 100%;
	width: 18px;
	height: 18px;
	float: right;
	transition: all ease .3s;
}

.rank-math-question.open::after {
	transform: rotate(180deg);
}

.rank-math-answer {
	display: none;
	padding-bottom: 1.25rem;
}

/* Courses */

.bg-lightorange .table-responsive {
	padding: 1.5rem;
    background-color: #fff;
    border-radius: 1rem;
}

.course-item {
	position: relative;
	padding: 1.5rem;
	background-color: #fff;
	border-radius: 1rem;
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	color: #111;
	text-decoration: none;
	transition: all ease .3s;
}

.course-item:hover {
	opacity: .75;
	box-shadow: 0 .5rem 1rem rgba(var(--bs-body-color-rgb),.15);
}

.item-content {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.item-parent {
	text-transform: uppercase;
	font-size: .75rem;
	color: #fd7e14;
	font-family: "Inter Medium";
	letter-spacing: .1rem;
	margin-bottom: .25rem;
}

.item-title {
	font-size: 1.25rem;
	min-height: 48px;
}

.item-info {
	display: flex;
	flex-direction: column;
	gap: .5rem;
	margin: 1.5rem 0;
	font-family: "Inter Medium";
}

.item-date, .item-time {
	display: flex;
	gap: .5rem;
	align-items: center;
}

.item-content .btn {
	margin-top: auto;
}

.signup {
	padding: 1.5rem;
	border-radius: 1.5rem;
	background-color: #fff;
	box-shadow: 0 .5rem 1rem rgba(var(--bs-body-color-rgb),.15) !important;
}

	@media (min-width: 1200px) {
		.signup {
			padding: 3rem;
		}
	}

.signup-title {
	color: #fd7e14;
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

.signup .list-group {
	margin-bottom: 1rem;
}

.signup .btn {
	width: 100%;
	padding: 1rem 1.5rem;
}

.signup-micro {
	font-family: "Inter Medium";
	color: green;
	font-size: .875rem;
	display: block;
	text-align: center;
	margin-top: .25rem;
}

#signupModal .modal-dialog {
	max-width: 920px;
}

.form-label {
	font-family: "Inter Medium";
}

.signupPrice {
	margin-bottom: 1rem;
}

/* Reviews */

.review-item {
	padding: 1.5rem;
	background-color: #fff;
	border-radius: 1rem;
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	color: #111;
	border: 1px solid #dee2e6;
}

.review-stars {
	color: #fd7e14;
}

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

.review-descr {
	display: block;
	padding: 1rem 0;
}

.review-descr strong {
	display: block;
	font-size: .875rem;
	margin-top: 1rem;
}

/* Forms */

form select {
	font-family: sans-serif;
}

/* Forms */

.content-form .gform_heading {
	display: none;
}

.content-form .gfield_label {
	font-family: "Inter Bold" !important;
}

.content-form .gform_footer .gform_button {
	border-radius: 1rem !important;
    padding: .75rem 1.25rem !important;
    font-size: .95rem !important;
    font-family: "Inter Medium" !important;
    border: 0 !important;
	background-color: #fd7e14 !important;
}

.content-form .gform_footer .gform_button:hover,
.content-form .gform_footer .gform_button:active {
	background-color: #52bb3e !important;
}

/* CTA */

@media (min-width: 768px) {
	.cta-wrapper {
		display: flex;
	}
}

/* Footer */

.social-list {
	padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 1rem;
    font-size: 1.25rem;
}

.social-list .social-icon {
	color: #fd7e14;
}

.footer,
.footer a {
	color: #111;
	transition: all ease .3s;
}

.footer a:hover {
	color: #fd7e14;
}

.footer a.btn {
	color: #fff;
}

.footer-title {
	font-family: "Inter Bold";
	color: #111;
	margin-bottom: 1.5rem;
}

.footer-content {
	padding: 1.5rem;
}

	@media (min-width: 768px) {
		.footer-content {
			padding: 4rem;
		}
	}

.footer-middle {
	border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
	border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}

.footer-middle .btn-primary {
	width: 100%;
}

.footer-content_left {
	height: 100%;
	border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}

.footer-contact_list, .footer-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-contact_list li, .footer-list li {
	line-height: 1.75;
	letter-spacing: .025rem;
	margin-bottom: .5rem;
}

