/*!
Theme Name: Seat Engine
Theme URI: http://underscores.me/
Author: Nathan Hawkins
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 8.2
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: seat-engine
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Seat Engine is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

@import url("https://use.typekit.net/dlz6rhy.css");

:root {
	--white: #fff;
	--grey: #E5E1E6;
	--yellow: #FFCB57;
	--orange: #FF9E4B;
	--magenta: #8B057A;
	--purple: #2E1A46;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	padding:0 30px;
}

header {

}

#masthead {
	width: 100vw;
	margin-left: -30px;
	padding: 0 30px;
	height: 60px;
	display: inline-flex;
	justify-content: space-between;
	padding-top:12px;
	align-items: center;
	box-shadow: rgb(46 26 70 / 20%) 0 3px 6px;
}

h1 {
	font-size: 60px;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 20px;
}

h1, h2, h3, h4 {
	font-family: 'Stolzl', sans-serif;
	color: var(--purple);
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--purple);
	font-family: din-2014, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}
.container {
	max-width: 1160px;
	margin: 0 auto;
}

.carousel_mob {
	display: flex;
}
.carousel_desk {
	display: none;
}

.se-btn-magenta {
	width: 100%;
	cursor:pointer;
	position: relative;
	background-color: var(--magenta);
	height: 40px;
	font-weight: 500;
	font-size: 16px;
	line-height: 12px;
	font-family: 'Stolzl', sans-serif;
	color: var(--white);
	text-align: center;
	border-radius: 10px;
	border: 2px solid var(--magenta);
	display: flex;
    align-items: center;
    justify-content: center;
}


.se-btn-magenta::after {
	content: "\f178";
/*	position: absolute;
	top: 54%;
	right: 20px;
	transform: translateY(-50%);*/
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
	color: var(--white);
	transition: transform 0.2s ease-in-out;
	margin-left: 10px;
}

.se-btn-magenta:hover {
	background-color: transparent;
	border: 2px solid var(--magenta);
	color: var(--magenta);
	transition: all 0.2s ease-in-out;
}

.se-btn-magenta:hover::after {
	color: var(--magenta);
/*	transform: translateY(-50%) translateX(5px);*/
}

.se-btn-white {
	width: 100%;
	cursor:pointer;
	position: relative;
	background-color: var(--white);
	height: 40px;
	font-weight: 500;
	font-size: 16px;
	line-height: 12px;
	font-family: 'Stolzl', sans-serif;
	color: var(--magenta);
	text-align: center;
	border-radius: 10px;
	border: 2px solid var(--white);
}


.se-btn-white::after {
	content: "\f178";
/*	position: absolute;
	top: 54%;
	right: 20px;
	transform: translateY(-50%);*/
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
	color: var(--magenta);
	transition: transform 0.2s ease-in-out;
	margin-left: 10px;
}

.se-btn-white:hover {
	background-color: transparent;
	border: 2px solid var(--white);
	color: var(--white);
	transition: all 0.2s ease-in-out;
}

.se-btn-white:hover::after {
	color: var(--white);
/*	transform: translateY(-50%) translateX(5px);*/
}

.se-btn-magenta-d {
	width: 100%;
	position: relative;
	background-color: var(--magenta);
	height: 40px;
	cursor:pointer;
/*	padding-right: 40px;*/
	font-weight: 500;
	font-size: 16px;
	line-height: 12px;
	font-family: 'Stolzl', sans-serif;
	color: var(--white);
	text-align: center;
	border-radius: 10px;
	border: 2px solid var(--magenta);
}

.se-btn-magenta-d:hover {
	background-color: transparent;
	border: 2px solid var(--white);
	color: var(--white);
	transition: all 0.2s ease-in-out;
}

.se-btn-orange {
	width: 100%;
	position: relative;
	cursor:pointer;
	background-color: var(--orange);
	height: 40px;
	font-weight: 500;
	font-size: 16px;
	line-height: 12px;
	font-family: 'Stolzl', sans-serif;
	color: var(--purple);
	text-align: center;
	border-radius: 10px;
	border: 2px solid var(--orange);
	transition: all 0.2s ease-in-out;
	display: flex;
    align-items: center;
    justify-content: center;

}

.se-btn-orange::after {
	content: "\f178";
/*	position: absolute;
	top: 51%;
	right: 20px;
	transform: translateY(-50%);*/
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
	color: var(--purple);
	transition: transform 0.2s ease-in-out;
	margin-left: 10px;
}

.se-btn-orange:hover {
	background-color: transparent;
	border: 2px solid var(--white);
	color: #fff;
	transition: all 0.2s ease-in-out;
}

.se-btn-orange:hover::after {
	color: var(--white);
	transform: translateY(-50%) translateX(5px); /* Move the arrow icon to the right on hover */
}

.se-btn-orange-2 {
	width: 100%;
	position: relative;
	background-color: var(--orange);
	height: 40px;
	cursor:pointer;
	font-weight: 500;
	font-size: 16px;
	line-height: 12px;
	font-family: 'Stolzl', sans-serif;
	color: var(--purple);
/*	padding-right: 40px;
	padding-top:7px; */
	text-align: center;
	border-radius: 10px;
	border: 2px solid var(--orange);
	transition: all 0.2s ease-in-out;
	display: flex;
    align-items: center;
    justify-content: center;
}

.se-btn-orange-2::after {
	content: "\f178";
/*	position: absolute;
	top: 56%;
	right: 20px;
	transform: translateY(-50%);*/
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
	color: var(--purple);
	transition: transform 0.2s ease-in-out;
	margin-left: 10px;
}

.se-btn-orange-2:hover {
	background-color: transparent;
	border: 2px solid var(--orange);
	color: var(--orange);
	transition: all 0.2s ease-in-out;
}

.se-btn-orange-2:hover::after {
	color: var(--orange);
	transform: translateY(-50%) translateX(5px); /* Move the arrow icon to the right on hover */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

button {
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.desktop-menu {
	display: none;
}

.mobile-menu {
	display: flex;
}

.main-navigation {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: row;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.site-branding {
	max-width: 160px;
}

/* Small menu. */
#menuToggle {
	display: block;
	position: relative;
	z-index: 1;
	-webkit-user-select: none;
	user-select: none;
}
#menuToggle a {
	text-decoration: none;
	color: var(--white);
	font-family: 'Stolzl';
	font-size: 16px;
	line-height: 12px;
	transition: color 0.3s ease;
}

#menuToggle a:hover {
	color: var(--orange);
}

#menuToggle input {
	display: block;
	width: 40px;
	height: 32px;
	position: absolute;
	top: -7px;
	left: -5px;
	cursor: pointer;
	opacity: 0; /* hide this */
	z-index: 2; /* and place it over the hamburger */
	-webkit-touch-callout: none;
}

#menuToggle span {
	display: block;
	width: 20px;
	height: 2px;
	margin-bottom: 5px;
	position: relative;
	background: var(--purple);
	border-radius: 3px;
	z-index: 1;
	transform-origin: 4px 0;
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
	background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
	opacity 0.55s ease;
}

#menuToggle span:first-child {
	transform-origin: 0 0;
}

#menuToggle span:nth-last-child(2) {
	transform-origin: 0 100%;
}

#menuToggle input:checked ~ span {
	opacity: 1;
	transform: rotate(45deg) translate(-2px, -1px);
	background: var(--white);
}

#menuToggle input:checked ~ span:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
	transform: rotate(-45deg) translate(4px, -3px);
}

#primary-menu > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-16 > a {
	cursor: pointer;
}

#menu {
	position: absolute;
	width: 100vw;
	height: 100vh;
	margin: -80px 0 0 -30px;
	display: flex;
	padding-top: 0;
	background: var(--purple);
	list-style-type: none;
	-webkit-font-smoothing: antialiased;
	transform-origin: 0 0;
	transform: translate(-100%, 0);
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	align-content: center;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: column;
}

#menu li {
	padding: 15px 0;
	font-size: 22px;
	margin-left: -30px;
}

.mobile-item {
	display: flex;
}

#menuToggle input:checked ~ div > ul {
	transform: none;
}

#site-navigation > div.mobile-menu > a > img {
	width: 20px;
}

#menu > li.menu-item.button-item > button {
	width: 180px;
}

/*#menu > li.menu-item.button-item > button::after {
	right: 20px;
	top: 55%;
}
*/
@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Slider Section
--------------------------------------------- */
#se_slider {
	width: 100vw;
	margin-left: -30px;
	height: 600px;
	clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%);
	margin-bottom: 50px;
	margin-bottom: 50px;
}

.se_carousel-container {
	position: relative;
	width: 100%;
	height: 600px;
	overflow: hidden;
	display: flex;
}

.se_carousel_inner {
	padding:0px 30px;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top:-50px;
}

.se_carousel_inner h2 {
	font-size:35px;
	font-family: 'Stolzl', sans-serif;
	color: var(--white);
	font-weight: 600;
	line-height: 50px;
	margin: 10px 0 50px;
}

.se_carousel_inner h1 {
	font-size:20px;
	font-family: 'Stolzl', sans-serif;
	color: var(--white);
	font-weight: 400;
	line-height: 25px;
	width: 250px;
}

.se_carousel_inner #carousel-title {
	color: var(--orange);
}

#se_slider > div > div.se_carousel_inner > button {
	width: 200px;
	display: flex;
	align-items: center;
	line-height: 12px;
	font-weight: 600;
	padding: 7px 15px;
}

#se_slider > div > div.se_carousel_inner > button > i {
	margin-left: 10px;
}

.se_carousel-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}

.se_carousel-slide.active {
	opacity: 1;
}

.se_carousel-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.se_carousel-slide .h2 {
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: white;
	font-size: 32px;
	font-weight: bold;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	display: none;
}

/*.se_carousel-slide.active h2 {
	opacity: 1;
} */

#next-section {
	display: flex;
	justify-content: center;
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	bottom: 40px;
	cursor: pointer;
}

/* Design Section
--------------------------------------------- */
.se_white_section {
	background-image: url("/wp-content/themes/seat-engine/assets/seat-engine-chair-mob.webp");
	background-position: 88% 100%;
	background-repeat: no-repeat;
	background-size: 1259px;
	background-color: #fff;
	width: 100vw;
	margin-left: -30px;
	padding: 30px 30px 80px;
	margin-bottom: -220px;
}

.se_design_topborder {
	border-top: solid 4px var(--magenta);
	width: 300px;
	height: 10px;
	margin-left: -30px;
}

.se_design_content {
	display: flex;
	flex-direction: column;
}

.se_design_content h2 {
	font-size: 25px;
	line-height: 40px;
	font-family: 'Stolzl', sans-serif;
	margin: 30px 0 15px;
}

.se_design_content p {
	font-size: 17px;
	line-height: 27px;
	font-weight: 300;
}

.se_design_content p strong {
	font-weight: 700;
}

.se_design_content button {
	width: 200px;
	margin-top: 20px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.se_design_content button i {
	margin-left: 10px;
	font-size: 15px;
}

/* Features Block Section
--------------------------------------------- */
.se_color_block {
	background-color: var(--purple);
	clip-path: polygon(0 1%, 100% 0, 100% 99%, 0 100%);
	width: 100vw;
	margin-left: -30px;
	padding:0 30px;
}

.se_feature_image {
	height: 350px;
	background-image: url("/wp-content/themes/seat-engine/assets/feature_img.jpg");
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
	position: relative;
	top: 220px;
	z-index: 1;
}

.se_feature_content {
	padding: 265px 0px 90px;
 }

.se_feature_content h2 {
	color: var(--white);
	font-size: 25px;
	font-weight: 500;
	line-height: 40px;
	text-align: center;
	margin-bottom: 37px;
}

.se_feature_content .feature-card {
	background-color: var(--white);
	padding: 25px 32px;
	border-radius: 20px;
	display: flex;
	height: 350px;
	margin: 20px 0;
	transition: all 0.2s ease-in-out;
}

.se_feature_content .feature-card:hover {
	border: 2px solid var(--magenta);
	transition: all 0.2s ease-in-out;
}

.se_feature_content .feature-card.hide {
	display: none;
}

.se_feature_content .feature-card .feature-card-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.se_feature_content .feature-card .feature-card-inner img {
	margin-bottom: 15px;
}

.se_feature_content .feature-card .feature-card-inner .feature-title {
	font-size: 20px;
	font-family: 'Stolzl', sans-serif;
	line-height: 30px;
	font-weight: 500;
	margin: 0px 0 10px;
	text-align: center;
}

.se_feature_content .feature-card .feature-card-inner .feature-text {
	font-size: 17px;
	font-family: 'din-2014', sans-serif;
	line-height: 27px;
	font-weight: 300;
	text-align: center;
	margin: 0px;
}

#load-more {
	width: 200px;
	display: flex;
	margin: 55px auto 0;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

#load-more i {
	margin-left: 10px;
	font-size: 14px;
}
/* Custom Website Section
--------------------------------------------- */
#se_custom_solutions {
	padding: 70px 30px 80px;
	background-position: 88% 100%;
}

.se_custom_topborder {
	border-top: solid 4px var(--magenta);
	width: 300px;
	height: 10px;
	margin-left: -30px;
}

.se_custom_content {
	display: flex;
	flex-direction: column;
}

.se_custom_content h2 {
	font-size: 25px;
	line-height: 40px;
	font-family: 'Stolzl', sans-serif;
	font-weight: 500;
	margin: 30px 0;
	width:90%;
}

.se_custom_content h3 {
	font-size: 20px;
	line-height: 30px;
	font-family: 'Stolzl', sans-serif;
	font-weight: 500;
	margin: 0px 0 -10px;
}

.se_custom_content p {
	font-size: 17px;
	line-height: 27px;
	font-weight: 300;
}

.se_custom_content p strong {
	font-weight: 700;
}

.se_custom_content button {
	width: 200px;
	margin-top: 20px;
}

.se_custom_content button i {
	margin-left: 10px;
	font-size: 15px;
}

#se_custom_solutions > div > div.desktop-right > button {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 0px;
}

#se_custom_solutions > div > div.desktop-right > button::after {
	top: 56%;
	right: 30px;
}

/* In Action Section
--------------------------------------------- */
#se_in_action {
	margin-top: -315px;
	padding-bottom:90px;
	clip-path: polygon(0 2%, 100% 0, 100% 98%, 0 100%);
}

.se_action_image_container {
	position: relative;
	top: 220px;
	z-index: 1;
}

.se_action_image_container .se_top_image {
	height: 350px;
	background-image: url("/wp-content/themes/seat-engine/assets/in-action-1-edited-new.jpg");
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
	margin-bottom: 20px;
}

.se_action_image_container .se_bottom_image {
	height: 350px;
	background-image: url("/wp-content/themes/seat-engine/assets/in-action2-edited-new.jpg");
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}

.se_action_topborder {
	border-top: solid 4px var(--orange);
	width: 300px;
	height: 10px;
	margin-left: -30px;
}

.se_action_content {
	padding-top: 600px;
	display: flex;
	flex-direction: column;
}

.se_action_content h2 {
	font-size: 25px;
	line-height: 40px;
	font-family: 'Stolzl', sans-serif;
	font-weight: 500;
	margin: 30px 0 35px;
	width:90%;
	color: var(--white);
}

.se_action_content h3 {
	font-size: 20px;
	line-height: 30px;
	font-family: 'Stolzl', sans-serif;
	color: var(--orange);
	font-weight: 500;
	margin: 0px 0 -10px;
}

.se_action_content p {
	color: var(--white);
	font-size: 17px;
	line-height: 27px;
	font-weight: 300;
	margin-bottom: 40px;
}

.se_action_content button {
	width: 210px;
	margin-top: 20px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.se_action_content button i {
	margin-left: 5px;
	font-size: 15px;
}

/* Testimonial Section
--------------------------------------------- */
.se_testimonials {

}

.se_testimonials .se_testimonial_content {

}

.se_testimonials .se_testimonial_content {

}

.se_testimonials .se_testimonial_content .testimonial_card {
	background-color: var(--purple);
	border-radius: 15px;
/*	padding: 30px;*/
	text-align:justify;
	height: 450px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	width:100%;
	transition: transform 0.5s;
}

.carousel-container {
	overflow: hidden;
	width: 100%;
}

.cards-group {
	display: flex;
	transition: transform 0.5s;
}

.testimonial_card {
	flex-shrink: 0;
	width: 100%;
	margin-right: 15px;
}

.testimonial_card.active {
	transform: translateX(0%);
}

.se_testimonials .se_testimonial_content .testimonial_card .testimonial_card-inner {
	display: flex;
	align-items: center;
	flex-direction: column;
	max-width: 80%;
}

.se_testimonials .se_testimonial_content h2 {
	font-size: 25px;
	text-align: center;
	line-height: 40px;
	font-family: 'Stolzl', sans-serif;
	font-weight: 600;
	margin: 60px 0 30px;
}

.se_testimonials .se_testimonial_content .testimonial_card .testimonial_card-inner .testimonial-icon {
	height: 80px;
	width: 80px;
	display: flex;
	border-radius: 50%;
	background-color: var(--orange);
	justify-content: center;
	align-items: center;
}

.se_testimonials .se_testimonial_content .testimonial_card .testimonial_card-inner p {
	color: var(--white);
	font-size: 17px;
	line-height: 27px;
	font-weight: 300;
	text-align: center;
}

.se_testimonials .se_testimonial_content .testimonial_card .testimonial_card-inner p.testimonial-text {
	font-family: 'Stolzl', sans-serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	margin-bottom: 15px;
}

.se_testimonials .se_testimonial_content .testimonial_card .testimonial_card-inner p.testimonial-name {
	font-size: 17px;
	line-height: 21px;
	font-weight: 600;
	font-family: 'din-2014', sans-serif;
	display: flex;
	flex-direction: column;
}

.se_testimonials .se_testimonial_content .testimonial_card .testimonial_card-inner p span {
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	font-family: 'din-2014', sans-serif;
	font-style: italic;
}

#testimonial_carousel {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
	margin-bottom: 60px;
}

.testimonial_card.prev {
	position: absolute;
	left: 0;
	opacity: 1;
	transform: translateX(100%);
	transition: all 0.5s ease-in-out;
}

.testimonial_card.next {
	position: absolute;
	right: 0;
	opacity: 1;
	transform: translateX(100%);
	transition: all 0.5s ease-in-out;
}

.carousel-nav {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	width: 320px;
}

.carousel-prev,
.carousel-next {
	padding: 10px 20px;
	background-color: var(--magenta);
	border: none;
	border-radius: 15px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	line-height: 1;
	margin: 0 10px;
}

.carousel-circles {
	display: flex;
}

.carousel-circle {
	background-color: var(--purple);
	border-radius: 50%;
	cursor: pointer;
	height: 10px;
	margin-right: 20px;
	opacity: 1;
	transition: opacity 0.5s;
	width: 10px;
	position: relative;
	z-index: 1;
}

#testimonial_carousel > div.carousel-nav > div > span:nth-child(3) {
	margin-right: 0px;
}

.carousel-circle.active:after {
	background-color: var(--magenta);
	border-radius: 50%;
	content: "";
	height: 26px;
	left: -8px;
	position: relative;
	display: flex;
	top: -8px;
	opacity: 0.2;
	width: 26px;
	z-index:0;
}
	/* Contact Section
    --------------------------------------------- */

.se_contact {
	background-image: url("/wp-content/themes/seat-engine/assets/magenta_dots_pattern.webp");
	background-position: 42% 57%;
	background-repeat: no-repeat;
	background-size: 2384px;
	width: 100vw;
	margin-left: -30px;
}

.se_contact h1 {
	font-size: 25px;
	line-height: 40px;
	font-weight: 500;
	text-align: center;
}

.se_contact .container {
	padding: 0 30px;
}

iframe#wufooFormqf0ieen07qbnr3 {
	height: 245px;
}

.se_contact .se_form_container {
	background-color: var(--white);
	box-shadow: rgb(46 26 70 / 20%) 0px 0px 6px;
	border-radius: 30px;
	padding:30px;
	margin: 30px 0;
	margin: 30px auto;
	max-width: 768px;
}

.se_contact .se_form_container p {
	color: var(--purple);
	font-size: 17px;
	line-height: 26px;
	font-family: 'din-2014', sans-serif;
	font-weight: 400;
	margin: 0 5px 15px;
}

.se_contact label {
	font-size: 14px;
	font-weight: 600;
	font-family: 'din-2014';
	line-height: 20px;
}

.se_contact .form-item {
	margin: -15px 0;
}

.se_contact .form-item_submit {
	margin: -15px 0 -35px 0;
}

.se_contact input[type="text"],input[type="tel"],input[type="email"] {
	padding: 5px 15px;
	border: 1px solid var(--purple);
	height: 40px;
	background-color: var(--white);
	border-radius: 10px;
	color: var(--purple);
	width: 100%;
}

.se_contact input[type="text"]::placeholder,input[type="tel"]::placeholder,input[type="email"]::placeholder {
	color: rgb(46 26 70 / 50%);
}

.se_contact textarea {
	padding: 5px 15px;
	border: 1px solid var(--purple);
	height: 120px;
	border-radius: 10px;
	color: var(--purple);
	width: 100%;
}

.se_contact textarea::placeholder {
	color: rgb(46 26 70 / 50%);
}
.se_contact p span {
	font-weight: 700;
}

/* Bottom Icons
--------------------------------------------- */
#se_bottom_icons {
	padding: 30px 0px 60px;
}

.se_bottom_icons_container {
	display: flex;
	flex-direction: column;
	width: 100%;
}

#se_bottom_icons span {
	font-family: 'Stolzl', sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	color: var(--purple);
	padding: 20px 0px 0px;
}

#se_bottom_icons .se_bottom-icon {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 25px 0px;
}

/* ABOUT PAGE
--------------------------------------------- */
/* Meet the Team Banner
--------------------------------------------- */
#about_page_banner {
	width: 100vw;
	margin-left: -30px;
	padding: 30px;
	height: 100px;
	background-color: #E5E1E6;
	background-image: url("/wp-content/themes/seat-engine/assets/magenta_dots_pattern.webp");
	background-size: 1440px;
	background-position: 8% 37%;
	background-repeat: no-repeat;
	display:flex;
	align-items: center;
}

#about_page_banner h1 {
	font-size: 35px;
	font-family: 'stolzl', sans-serif;
	line-height: 50px;
	font-weight: 600;
}

#about_page_banner .about_page_banner_contents {
	margin-left: 0px;
}

/* Meet the Team Cards
--------------------------------------------- */
#about_page_team {
	margin: 60px 0px;
}
#about_page_team .meet_the_team_contents {
	display: flex;
	flex-direction: column;
}
#about_page_team .meet_the_team_contents .team-copy {
	margin-bottom: 20px;
}
#about_page_team .meet_the_team_contents .team-copy p {
	font-size: 17px;
}
#about_page_team .meet_the_team_contents .team-card img {
	border-radius: 30px;
	box-shadow: rgb(46 26 70 / 20%) 0 3px 6px;
}

#about_page_team .meet_the_team_contents .team-card .team-card-inner {
	padding: 5px 0px;
	display: flex;
	flex-direction: column;
}
#about_page_team .meet_the_team_contents .team-card h2.member-name {
	font-size: 20px;
	font-family: 'stolzl', sans-serif;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: -10px;
	margin-top: 10px;
}
#about_page_team .meet_the_team_contents .team-card p.member-position {
	font-size: 17px;
	font-weight: 300;
	font-family: 'din-2014', sans-serif;
	line-height: 27px;
	color: var(--magenta);
	margin-bottom: -10px;
}
#about_page_team .meet_the_team_contents .team-card p.member-bio {
	font-size: 17px;
	font-weight: 300;
	font-family: 'din-2014', sans-serif;
	line-height: 27px;
}

/*Privacy
---------------------------------------------- */
.privacy {
	margin: 50px 0;
}

.privacy h1,
.privacy h2 {
	font-size: 25px;
	line-height: 40px;
	font-family: 'Stolzl', sans-serif;
	font-weight: 500;
	margin: 35px 0 15px;
}

.privacy p {
	font-size: 17px;
}

.privacy ul {
	margin-left: 0;
	padding-left: 20px;
}

.privacy a {
	color: var(--purple);
}

.privacy a:hover {
	color: #4169e1;
}

/*Misc
---------------------------------------------- */
#se_sale_banner {
	background-color: var(--magenta);
	width: 100vw;
	margin-left: -30px;
	height: 50px;
	align-items: center;
	justify-content: center;
	display: flex;
	padding: 20px;
	position: relative;
	height: auto;
}

#se_sale_banner span {
	font-size: 17px;
	font-family: 'din-2014', sans-serif;
	font-weight: 400;
	line-height: 27px;
	color: var(--white);
	margin-right: 20px;
}

#se_sale_banner #se_sale_banner_close {
	background: none;
	border: none;
	color: var(--white);
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 21px;
}

.se-popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgb(46 26 70 / 60%);
	z-index: 10000;
	display: none;
	opacity: 0;
	transition: opacity 0.3s;
}

.se-popup {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 35px 30px;
	border-radius: 20px;
	width: 80%;
	display: flex;
	max-width: 500px;
	box-shadow: 0 5px 15px rgb(0 0 0 / 30%);
	flex-direction: column;
	align-items: center;
}

.se-popup-close {
	position: absolute;
	top: 15px;
	right: 15px;
	background: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
	color: var(--magenta);
}

.se-popup-headline {
	font-size: 20px;
	font-weight: 600;
	font-family: 'stolzl';
	line-height: 30px;
	text-align: center;
	margin-bottom: 5px;
}
#wpcf7-f29-o1 > form > p > label {
	font-size: 14px;
	font-weight: 600;
	font-family: 'din-2014';
	line-height: 20px;
}

#wpcf7-f29-o1 > form > p {
	margin: 0;
}

#wpcf7-f29-o1 > form > p:nth-child(3) {
	margin: 10px 0 25px;
}


/* Footer
--------------------------------------------- */
.site-footer {
	background-color: var(--purple);
	margin-left: -30px;
	width: 100vw;
	padding: 50px 30px 0px;
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	font-weight: 300;
}

.site-footer .footer-container {
	width: 100%;
}

.site-footer .footer_subheader {
	font-family: 'Stolzl';
	font-size: 20px;
	line-height: 27px;
	color: var(--white);
	font-weight: 500;
}

.site-footer .se_footer_contact {
	padding: 50px 0px 35px;
}

.site-footer .se_footer_contact ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.site-footer .se_footer_contact ul li {
	display: flex;
	align-items: center;
	padding: 10px 0px;
}

#footerIcon {
	fill: var(--white);
}
#colophon > div > div.se_footer_contact > ul > li > svg {
	margin-right:20px;
}
.site-footer .se_footer_contact > ul > li > a {
	color: var(--white);
	font-size: 16px;
	font-family: 'Stolzl';
	line-height: 27px;
	text-decoration: none;
}
.site-footer .se_footer_contact > ul > li > span {
	color: var(--white);
	font-size: 16px;
	font-family: 'Stolzl';
	line-height: 27px;
}

.site-footer .se_footer_newsletter .dummy-text {
	color: var(--white);
	font-family: 'Stolzl', sans-serif;
	font-size: 16px;
	line-height: 27px;
	font-weight: 300;
}

.site-footer .se_footer_newsletter {
	margin-bottom: 70px;
	display: none;
}

.site-footer .se_footer_newsletter input {
	background-color: var(--white);
	color: var(--purple);
	border-radius: 15px;
	width:100%;
	margin-bottom: 20px;
}

.site-footer .se_footer_newsletter input::placeholder {
	color: rgb(46 26 70 / 50%);
}

#colophon > div > div.se_footer_newsletter > button::after {
	top: 55%;
	right: unset;
	margin-left: 10px;
}
.site-info {
	border-top: var(--white) solid 1px;
	width: 100%;
	padding: 50px 0px;
	color: var(--white);
	font-family: 'stolzl';
	font-size: 16px;
	line-height: 27px;
	display: inline-flex;
	flex-direction: column;
	align-content: space-between;
	gap: 15px;
}

.site-info a {
	color: var(--white);
	text-decoration: none;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	header {
		height: 75px;
	}

	.desktop-menu {
		display: inline-flex;
		align-items: center;
	}

	.mobile-menu {
		display: none;
	}

	#menuToggle {
		display: none;
	}

	.site-branding {
		max-width: 180px;
		margin-top: -5px;
	}

	.carousel_mob {
		display: none;
	}

	.carousel_desk {
		display: flex;
	}

	#se_slider > div > div.se_carousel_inner.container > h1 {
		font-size: 25px;
		line-height: 30px;
		font-weight: 400;
		width: 100%;
	}

	#se_slider > div > div.se_carousel_inner.container > h2 {
		font-size: 60px;
		font-weight: 600;
		line-height: 75px;
		width: 90%;
		margin-bottom: 40px;
	}

	.se_design_content {
		flex-direction: row;
		padding: 0 60px 0 0;
	}

	#se_design_section > div > div.desktop-left > div.se_design_topborder {
		width: 500px;
		position: relative;
		left: -30%;
	}

	.desktop-left {
		width: 40%;
		padding-right: 45px;
	}

	.desktop-right {
		width: 60%;
		padding-right: 50px;
		margin-top: 20px;
	}

	.se_white_section {
		background-image: url("/wp-content/themes/seat-engine/assets/seat_engine_chair.webp");
		background-position: 50% 100%;
		background-size: 100%;
		margin-bottom: -280px;
		padding: 30px 30px 120px;
	}

	.se_feature_image {
		height: 550px;
		max-width: 1160px;
		margin: 0 auto;
		top: 280px;
	}

	.se_feature_content {
		padding: 350px 0px 90px;
	}

	.se_color_block {
		clip-path: polygon(0 3%, 100% 0, 100% 99%, 0 100%);
	}

	.se_design_content h2 {
		font-size: 35px;
		line-height: 50px;
		font-weight: 600;
	}

/*	#se_design_section > div > div.desktop-right > button {
		padding-right: 40px;
		padding-top: 7px;
	}*/

	.se_feature_content .feature-card {
		max-width: 375px;
		margin: 10px 0;
		border: 2px solid transparent;
		transition: all 0.2s ease-in-out;
	}

	.se_feature_content .feature-card-container {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-evenly;
		align-items: center;
		align-content: center;
	}

	.se_feature_content .feature-card.hide {
		display: flex;
	}

	#load-more {
		display: none;
	}

	.se_feature_content h2 {
		font-size: 35px;
		line-height: 50px;
		font-weight: 600;
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
	}

	#se_features {
		clip-path: polygon(0 3%, 100% 0, 100% 97%, 0 100%);
		padding-bottom: 70px;
	}

	#se_custom_solutions > div > div .se_custom_topborder {
		width: 500px;
		position: relative;
		left: -30%;
	}

	.se_custom_content {
		flex-direction: row;
	}

	#se_custom_solutions > div > div.desktop-left > h2 {
		font-size: 35px;
		line-height: 50px;
		font-weight: 600;
	}

	#se_custom_solutions > div > div.desktop-right {
		margin-top: 50px;
	}

	.se_custom_content p {
		width: 572px;
	}

	#se_custom_solutions {
		padding: 90px 30px 170px;
		background-position: 88% 75%;
		background-size: 100%;
		margin-bottom: 115px;
	}

	.se_action_image_container {
		display: flex;
		max-width: 1160px;
		width: 100%;
		margin: 0 auto;
		top: -175px;
		justify-content: space-between;
	}

	.se_action_image_container div {
		max-width: 572px;
		width: 100%;
	}

	.se_action_image_container .se_top_image {
		margin-right: 7.5px;
	}

	.se_action_image_container .se_bottom_image {
		margin-left: 7.5px;
	}

	.se_action_content {
		padding-top: 210px;
		flex-direction: row;
	}

	.se_action_content h2 {
		font-size: 35px;
		line-height: 50px;
		font-weight: 600;
		max-width: 700px;
    margin-left: auto;
    margin-right: auto;
	}

	#se_in_action > div > div.desktop-left > div.se_action_topborder {
		width: 500px;
		position: relative;
		left: -30%;
	}

	#se_in_action {
		clip-path: polygon(0 4%, 100% 0, 100% 96%, 0 100%);
		padding-bottom: 125px;
	}

	.se_bottom_icons_container {
		justify-content: space-between;
		flex-direction: row;
		align-items: center;
		padding: 0px 90px;
	}

	#se_get_started h2 {
		font-size: 35px;
		font-weight: 600;
		line-height: 50px;
		margin-bottom: 45px;
		text-align: center;
	}

	#se_get_started {
		margin: 90px -30px 60px;
	}

	.se_contact .se_form_container {
		padding: 40px 100px;
	}

	.se_testimonials .se_testimonial_content h2 {
		font-size: 35px;
		font-weight: 600;
		line-height: 50px;
	}

	.se_testimonials .se_testimonial_content .testimonial_card {
		width: calc(33.3333% - 19px);
		margin-right: 20px;
	}

	#primary-menu > li {
		font-family: 'stolzl', sans-serif;
		font-size: 16px;
		line-height: 12px;
		font-weight: 400;
	}

	#primary-menu > li a {
		color: var(--purple);
		text-decoration: none;
		margin: 0 15px;
		position: relative;
	}

	#primary-menu > li a::before {
		content: '';
		position: absolute;
		bottom: -7px;
		left: 0;
		width: 0;
		height: 2px;
		background-color: var(--magenta);
		transition: width 0.3s ease-in-out;
	}

	#primary-menu > li a:hover::before {
		width: 100%;
	}

	#site-navigation > div.desktop-menu > button {
		width: 180px;
		padding-left: 0px;
	}

	#site-navigation > div.desktop-menu > a {
		color: var(--purple);
		text-decoration: none;
		margin: 0 15px;
		font-family: 'stolzl';
		display: flex;
		font-weight: 400;
		font-size: 16px;
		align-items: center;
		margin-right: 25px;
	}

	#site-navigation > div.desktop-menu > a > svg {
		margin-right: 7px;
	}

	.main-navigation {
		margin-top: -12px;
	}

	#se_bottom_icons .se_bottom-icon {
		width: 224px;
		height: 212px;
		justify-content: end;
	}

	.footer-container {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.footer-container .se_footer_logo {
		width: 375px;
	}
	.footer-container .se_footer_contact {
		padding-top: 0px;
		width: 280px;
	}
	.footer-container .se_footer_newsletter {
		width: 475px;
	}
	.footer-container .footer_input_group {
		display: flex;
	}
	#colophon > div > div.se_footer_newsletter > div > button {
		width: 162px;
		border-radius: 15px;
		padding-left: 0;
	}
	#colophon > div > div.se_footer_newsletter > div > button::after {
		right: 15px;
		top:55%;
	}
	#colophon > div > div.se_footer_newsletter > div > input {
		margin-right: 15px;
	}

	#colophon > div > div.site-info {
		padding: 40px 0px;
		flex-direction: row;
		justify-content: space-between;
	}
	.mobile-item {
		display: none;
	}

	#about_page_team .meet_the_team_contents .team-card {
		max-width: 48%;
	}

	#about_page_team {
		margin: 80px 0;
	}

	#about_page_banner {
		height: 200px;
		background-size: 2000px;
		background-position: 20% 30%;
	}

	#about_page_banner .about_page_banner_contents {
		max-width: 1160px;
		margin-left: 8%;
	}

	#about_page_banner h1 {
		font-size: 60px;
		line-height: 75px;
		font-weight: 600;
	}

	#about_page_team .meet_the_team_contents {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#about_page_team .meet_the_team_contents .team-card {
		height: 250px;
		margin: 40px 0 25px;
	}
	#about_page_team .meet_the_team_contents .team-card.pad-top {
		margin-top: 35px;
	}
	#about_page_team .meet_the_team_contents .team-card.more-top {
		margin-top: 90px;
	}
	#about_page_team .meet_the_team_contents .team-card img {
		height: 200px;
		width: 200px;
	}

	#about_page_team .meet_the_team_contents .team-card .team-card-inner {
		flex-direction: row;
	}

	#about_page_team .meet_the_team_contents .team-card h2.member-name {
		font-size: 20px;
		font-family: 'stolzl', sans-serif;
		line-height: 30px;
		font-weight: 600;
		margin-bottom: -10px;
		margin-top: 10px;
	}
	#about_page_team .meet_the_team_contents .team-card p.member-position {
		font-size: 17px;
		font-weight: 300;
		font-family: 'din-2014', sans-serif;
		line-height: 27px;
		color: var(--magenta);
		margin-bottom: -10px;
	}
	#about_page_team .meet_the_team_contents .team-card p.member-bio {
		font-size: 17px;
		font-weight: 300;
		font-family: 'din-2014', sans-serif;
		line-height: 27px;
		max-width: 300px;
	}

	#about_page_team .meet_the_team_contents .team-card .team-card-inner .member-info{
		margin-left: 25px;
	}

	.long-bio {
		margin-bottom: 160px !important;
	}

	.se-popup {
		padding: 60px 80px;
	}

	.privacy {
		margin: 75px 0 100px;
	}

	.privacy h1,
	.privacy h2 {
		font-size: 30px;
		line-height: 50px;
	}
	#se_sale_banner {
		height: 50px;
	}

	#se_sale_banner span {
		margin-right: 0;
	}

	#se_sale_banner #se_sale_banner_close {
		right: 15px;
    	top: 13.5px;
	}
	.se_testimonials .se_testimonial_content .testimonial_card .testimonial_card-inner {
		max-width: 70%;
	}
	.se-popup-close {
    	right: 20px;
	}
}

@media only screen and (min-width: 1135px) {
	#about_page_team .meet_the_team_contents .team-card {
		margin-top: 20px;
	}
	#about_page_team .meet_the_team_contents .team-card.more-top {
		margin-top: 45px;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.se_feature_content .feature-card-container {
		justify-content: space-between;
	}
	.long-bio {
		margin-bottom: 100px !important;
	}
}

