/**
 * ***************************************
 *
 * @format
 */

/* Theme Name: PaperStreet                 */
/* Theme URI: http://www.wordpressbase.com */
/* Author: PaperStreet                     */
/* Author URI: https://www.paperstreet.com */
/* Description: For PaperStreet            */
/* Text Domain: paperstreet                */
/* Version: 3.5707                         */
/*******************************************/

/*
GENERAL
MENUS
HEADER
FOOTER
FEATURES
ANIMATIONS
MODULES
PRINT
MISC
*/

/*******************************************************************************************
GENERAL - Layout and general features
*******************************************************************************************/

/* GENERAL > Utility Classes */

.no-margin-last > p:last-of-type {
	margin: 0 !important;
}

.no-transition {
	transition: none !important;
}

.hr-after {
	position: relative;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.center,
.align-center,
.text-center {
	text-align: center;
}

.right,
.align-right,
.text-right {
	text-align: right;
}

.body-font {
	font-family: var(--font-family-body);
}

.header-font {
	font-family: var(--font-family-heading);
}

.uppercase {
	text-transform: uppercase;
}

.overflow-hidden {
	overflow: hidden;
}

.flex-container {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.flex-align-vertical {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex-align-horizontal {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	text-align: center;
}

.small-text {
	font-size: 0.9rem;
}

.larger-text {
	font-size: 1.2rem;
}

.font-light {
	font-weight: 300;
}

.font-normal {
	font-weight: 400;
}

.font-medium {
	font-weight: 500;
}

.font-semibold {
	font-weight: 600;
}

.bold,
.font-bold {
	font-weight: 700;
}

.font-extra-bold {
	font-weight: 800;
}

.font-black {
	font-weight: 900;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}

.mt70 {
	margin-top: 70px;
}

.mt80 {
	margin-top: 80px;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb70 {
	margin-bottom: 70px;
}

.mb80 {
	margin-bottom: 80px;
}

.pt10 {
	padding-top: 10px;
}

.pt20 {
	padding-top: 20px;
}

.pt30 {
	padding-top: 30px;
}

.pt40 {
	padding-top: 40px;
}

.pt50 {
	padding-top: 50px;
}

.pt60 {
	padding-top: 60px;
}

.pt70 {
	padding-top: 70px;
}

.pt80 {
	padding-top: 80px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb30 {
	padding-bottom: 30px;
}

.pb40 {
	padding-bottom: 40px;
}

.pb50 {
	padding-bottom: 50px;
}

.pb60 {
	padding-bottom: 60px;
}

.pb70 {
	padding-bottom: 70px;
}

.pb80 {
	padding-bottom: 80px;
}

.small-margin-left {
	margin-left: 10px;
}

.small-margin-right {
	margin-right: 10px;
}

.pointer-events-none {
	pointer-events: none;
}

.transition-all {
	transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.z-index-over {
	position: relative;
	z-index: 1;
}

.background-center {
	background-position: center center !important;
}

.background-y-bottom {
	background-position-y: 100%;
}

.background-y-top {
	background-position-y: 0%;
}

.background-cover {
	background-size: cover;
	background-repeat: no-repeat;
}

.background-transparent {
	background: transparent;
}

.light-text,
button.light-text,
.light-text h1,
.light-text h2,
.light-text h3,
.light-text p,
.light-text span,
.light-text li,
.light-text label {
	color: var(--white-color);
}

/* GENERAL > HTML and Structure */
.content {
	padding-top: 50px;
	padding-bottom: 50px;
}

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

.content .wp-block-image .alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.content .wp-block-image .alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.content.full-width {
	float: none;
}

.content p.indent {
	margin-left: 60px;
}

.content section {
	margin-bottom: 60px;
}

.content section:last-of-type {
	margin: 0;
}

ol,
ul {
	margin: 0 0 35px 0;
	padding: 0;
}

ul ul{
	margin: 0;
}

ol {
	list-style-position: outside;
	padding-left: 20px;
}

.content-entry a {
	text-decoration: underline;
}

.content-entry a:hover,
.content-entry a:focus {
	text-decoration: none;
}

.content-entry h3 {
	text-transform: uppercase;
	letter-spacing: 3px;
}

ul.has-before li,
.content-entry li {
	color: var(--color-body-text);
	padding: 0 0 0 20px;
	position: relative;
}

.content-entry ol li {
	padding-left: 0;
	list-style: decimal;
}

.content-entry ol li::marker {
	font-weight: bold;
	color: var(--primary-color);
}

.content-entry ul:not(.slick-dots) li::before,
ul.has-before li::before {
	position: absolute;
	left: 0;
	content: '\f0da';
	font-weight: bold;
	color: var(--primary-color);
}

ul.has-before li::before,
.content-entry ul li::before,
.sidebar section ul li::before {
	font-family: 'Font Awesome 6 Pro';
}

.content-entry ul ul {
	margin: 5px 0 5px 20px;
}

hr,
.hr-after::after {
	background: var(--color-secondary);
	width: 20%;
	height: 5px;
	display: block;
	border: none;
	margin: 40px 0;
	content: '';
}

figure {
	margin: 0;
}

.non-italic,
address {
	font-style: normal;
}

section.no-underline ul {
	border: none;
}

section.no-underline ul:last-of-type {
	padding: 0;
}

.sidebar {
	z-index: 1;
	position: relative;
	background: var(--secondary-color);
}

.sidebar:after {
	top: 0;
	width: 50vw;
	left: 100%;
	content: '';
	height: 100%;
	display: block;
	position: absolute;
	background: var(--secondary-color);
}

.sidebar section {
	padding: 40px;
	position: relative;
}

.sidebar section:after {
	bottom: 0;
	left: 40px;
	right: 40px;
	content: '';
	height: 1px;
	display: block;
	position: absolute;
	background: var(--gray-color-400);
}

.sidebar section h2 {
	color: var(--color-black);
}

.sidebar section ul li {
	padding: 6px 0 6px 22px;
	position: relative;
	font-size: 15px;
	line-height: 1.2;
}

.sidebar section ul li::before {
	position: absolute;
	color: var(--primary-color);
	content: '\f0da';
	top: 4px;
	left: 0;
	font-size: 19px;
	font-weight: bold;
}

.sidebar section ul li {
	border-bottom: 1px solid var(--color-secondary);
}

.sidebar section ul li,
.sidebar section ul li a {
	display: block;
}

.sidebar section button.no-button,
.sidebar section ul li a {
	color: var(--alternate-color);
	text-decoration: none;
	font-weight: 400;
}

.sidebar section button.no-button:hover,
.sidebar section button.no-button:focus,
.sidebar section ul li a:hover,
.sidebar section ul li a:focus {
	color: var(--primary-color);
	text-decoration: none;
}

.sidebar section ul li ul {
	padding-left: 20px;
	margin: 0;
}

.sidebar .card-form {
	z-index: 1;
	position: relative;
}

.sidebar .card-form:before {
	top: 0;
	width: 50vw;
	height: 100%;
	left: 100%;
	content: '';
	display: block;
	position: absolute;
	background: var(--heading-color);
}

.content .search-results-container {
	margin-bottom: 80px;
}

.sidebar-block ul:last-of-type {
	margin: 0;
}

.sidebar-video {
	font-size: 15px;
	position: relative;
}

.sidebar-video h6 {
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.sidebar-video:before {
	content: 'watch';
	font-size: 130px;
	opacity: 0.05;
	display: block;
	left: 50%;
	top: -30px;
	font-weight: 500;
	font-family: var(--heading-font-family);
	transform: translateX(-50%);
	position: absolute;
	color: var(--primary-color);
}

@media screen and (min-width: 768px) {
	.main-inner {
		display: -webkit-flex;
		display: -moz-flex;
		display: -o-flex;
		display: flex;
	}

	.content {
		width: 65%;
		margin-bottom: 0;
		padding-right: 70px;
	}

	.content.full-width {
		width: 100%;
		padding-right: var(--gutter-base);
	}

	.sidebar {
		width: 35%;
		padding-left: 0;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.sidebar section {
		padding: 50px;
	}

	.sidebar section:after {
		left: 50px;
		right: 50px;
	}
}

@media screen and (min-width: 1025px) {
	.content {
		padding-right: 90px;
	}
}

/* GENERAL > Form and Inputs */
input,
select,
textarea {
	color: var(--white-color);
	background: none;
	border: 0;
	border-bottom: 1px solid var(--white-color);
	font-size: 14px;
	line-height: 1;
	font-family: var(--font-family-base);
	box-shadow: none;
	margin: 0;
	width: 100%;
	border-radius: 0;
	padding: 4px 0;
}

input,
select,
textarea,
label {
	height: 36px;
	line-height: 36px;
}

input.dark-input,
select.dark-input,
textarea.dark-input {
	color: var(--alternate-color);
}

textarea {
	resize: none;
	min-height: 90px;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1.2;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: var(--white-color);
}

input::placeholder,
textarea::placeholder {
	color: var(--white-color);
}

select,
form legend,
form label,
form p {
	font-size: 0.9rem;
}

legend,
label {
	color: var(--white-color);
}

fieldset {
	padding: 0;
	border: none;
	margin: 0;
}

label {
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 10px;
	pointer-events: none;
	transition: all 200ms ease-out;
}

input:focus:not([type='checkbox']) ~ label,
textarea:focus ~ label,
input.active ~ label,
textarea.active ~ label,
select.active ~ label {
	padding-left: 0;
	line-height: 0;
	top: -16px;
	font-size: 0.7rem;
}

.form-input-group label i {
	color: var(--color-secondary);
}

.form-input-group {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 25px;
	text-align: left;
}

.form-input-group.button-container {
	margin-bottom: 0;
}

select {
	background-image: url('images/caret-down.png');
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: auto 12px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.select-wrapper {
	position: relative;
	width: 100%;
}

.select-wrapper::after {
	content: '\f0dc';
	font-weight: 900;
	font-family: 'Font Awesome 6 Pro';
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	width: 45px;
	line-height: 45px;
	color: var(--primary-color);
	pointer-events: none;
	transition: all 200ms ease-out;
}

.select-wrapper.active::after {
	background: var(--alternate-color);
	color: var(--white-color);
}

.form-container {
	background: var(--alternate-color);
	padding: 30px;
}

.contact-form-heading {
	color: var(--white-color);
	text-align: center;
}

.background-input input:focus:not([type='checkbox']) ~ label,
.background-input textarea:focus ~ label,
.background-input input.active ~ label,
.background-input textarea.active ~ label,
.background-input select.active ~ label {
	color: var(--alternate-color);
}

.background-input input,
.background-input textarea,
.background-input select {
	border: 0;
	height: 45px;
	padding-right: 15px;
	padding-left: 15px;
	background-color: var(--alternate-color);
}

.background-input select {
	padding-right: 60px;
}

.background-input.select-wrapper::after,
.background-input .select-wrapper::after {
	background-color: var(--alternate-color);
}

input.has-error {
	border: 1px solid #f00 !important;
	box-shadow: 0 0 2px #f00 !important;
}

div.gform_wrapper.gravity-theme .gform_required_legend {
	display: none;
}

div.gform_wrapper.gravity-theme input[type='color'],
div.gform_wrapper.gravity-theme input[type='date'],
div.gform_wrapper.gravity-theme input[type='datetime-local'],
div.gform_wrapper.gravity-theme input[type='datetime'],
div.gform_wrapper.gravity-theme input[type='email'],
div.gform_wrapper.gravity-theme input[type='month'],
div.gform_wrapper.gravity-theme input[type='number'],
div.gform_wrapper.gravity-theme input[type='password'],
div.gform_wrapper.gravity-theme input[type='search'],
div.gform_wrapper.gravity-theme input[type='tel'],
div.gform_wrapper.gravity-theme input[type='text'],
div.gform_wrapper.gravity-theme input[type='time'],
div.gform_wrapper.gravity-theme input[type='url'],
div.gform_wrapper.gravity-theme input[type='week'],
div.gform_wrapper.gravity-theme select,
div.gform_wrapper.gravity-theme textarea {
	font-size: 14px;
	padding: 4px 0;
	color: var(--white-color);
}

div.gform_wrapper.gravity-theme select {
	padding: 0 30px 0 0;
	border-bottom: 1px solid var(--white-color);
}

div.gform_wrapper.gravity-theme select option {
	color: #000;
}

div.gform_wrapper.gravity-theme .gform_footer {
	padding: 0;
	margin-top: 20px;
}

/* GENERAL > Skip To Content */
#skiptocontent {
	z-index: 10;
	position: fixed;
	padding: 8px;
	display: block !important;
	transform: translateY(-40px);
	opacity: 0;
	background-color: var(--color-secondary);
	color: var(--white-color);
	transition: all 200ms ease-out;
}

#skiptocontent:focus {
	transform: translateY(0);
	opacity: 1;
}

@media only screen and (max-width: 640px) {
	#skiptocontent {
		display: none !important;
	}
}

/*******************************************************************************************
FOOTER - Layout and general features
*******************************************************************************************/
.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	display: flex;
	flex-wrap: wrap;
	width: var(--width-100);
	transition: var(--base-duration);
	animation-delay: 0.5s;
}

.header.active:after {
	position: absolute;
	top: 0;
	left: 0;
	width: var(--width-100);
	height: var(--height-100);
	background-color: var(--heading-color);
	content: '';
}

.header .header-logo {
	position: relative;
	z-index: 2;
	order: 2;
	width: var(--width-100);
}

.header .header-logo img {
	height: auto;
	max-width: 250px;
	transition: var(--base-duration);
}

.header.sticky {
	padding-bottom: 20px;
	background-color: var(--heading-color);
}

/* ### header menu ### */
.header-menu {
	display: flex;
	justify-content: flex-end;
	order: 1;
	width: var(--width-100);
}

.header-menu .header-call {
	margin-right: -40px;
	margin-bottom: 20px;
	margin-left: -40px;
	position: relative;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	width: calc(var(--width-100) + 80px);
	line-height: var(--heading-line-height);
	text-align: center;
}

.header-menu .header-call strong {
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	width: 50%;
	font-family: var(--heading-font-family);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	color: var(--white-color);
	background-color: var(--primary-color);
}

.header-menu .header-call strong span {
	display: block;
}

.header-menu .tel {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 50%;
	font-family: var(--heading-font-family);
	font-size: 20px;
	font-weight: 700;
	color: var(--white-color);
	background-color: var(--heading-color);
}

/* ### menu box ### */
.menuBox {
	padding-top: 165px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	width: var(--width-100);
	height: var(--height-100);
	background-color: var(--heading-color);
	overflow-y: scroll;
	overflow-x: hidden;
}

.menuBox.open {
	opacity: 1;
	min-height: 100vh;
	visibility: visible;
}

.menuBox ul {
	margin-bottom: 0;
}

.menuBox ul > li {
	padding-top: 11px;
	padding-bottom: 11px;
	position: relative;
	display: block;
}

.menuBox ul > li a:hover,
.menuBox ul > li a:focus {
	color: var(--primary-color);
}

.menuBox ul > li.d-hidden {
	display: block;
}

.menuBox ul > li:hover ul,
.menuBox ul > li.active ul {
	opacity: 1;
	visibility: visible;
}

.menuBox ul > li:last-child {
	margin-right: 0;
}

.menuBox ul > li > a {
	font-family: var(--heading-font-family);
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--white-color);
	transition: var(--base-duration);
}

/* .menuBox ul > li.menu-item-has-children > a:after { */
.menuBox ul > li.menu-item-has-children:after {
	position: absolute;
	top: 11px;
	right: 0;
	font-family: var(--font-family-icon);
	color: var(--primary-color);
	content: '\2b';
}

/* .menuBox ul > li.menu-item-has-children.active > a:after { */
.menuBox ul > li.menu-item-has-children.active:after {
	content: '\f068';
}

.menuBox ul > li > ul {
	padding-top: 16px;
	display: none;
}

.menuBox ul > li > ul > li {
	margin-right: 0;
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 0;
	display: block;
}

.menuBox ul > li:hover ul > li > a,
.menuBox ul > li.active ul > li > a {
	color: var(--gray-color);
}

.menuBox ul > li > ul > li:last-child {
	margin-bottom: 0;
}

.menuBox ul > li > ul > li > a {
	padding-left: 22px;
	position: relative;
	display: block;
	font-size: 16px;
	letter-spacing: normal;
	font-weight: 500;
	text-transform: capitalize;
	color: var(--gray-color);
	transition: var(--base-duration);
}

.menuBox ul > li > ul > li > a:after {
	position: absolute;
	top: 0;
	left: 0;
	font-family: var(--font-family-icon);
	font-weight: 700;
	color: var(--primary-color);
	content: '\f0da';
}

/* ### MobileMenu ### */
.mobileMenu {
	position: absolute;
	top: 75px;
	right: var(--gutter-right);
	z-index: 15;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 0;
	transition: all 0.3s;
	cursor: pointer;
	overflow: hidden;
}

.mobileMenu span {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 38px;
	height: 3px;
	text-indent: -9999px;
	border-radius: 10px;
	background: var(--white-color);
	transform: translateX(-50%) translateY(-50%);
	transition: 0.2s;
}

.mobileMenu span:before,
.mobileMenu span:after {
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 3px;
	border-radius: 10px;
	background-color: var(--white-color);
	transition-duration: 0.2s, 0.2s;
	content: '';
}

.mobileMenu span:before {
	top: -10px;
}

.mobileMenu span:after {
	bottom: -10px;
}

.mobileMenu.active span {
	background: none;
}

.mobileMenu.active span:before,
.mobileMenu.active span:after {
	transition-delay: 0s, 0.2s;
}

.mobileMenu.active span:before {
	top: 0;
	transform: rotate(45deg);
}

.mobileMenu.active span:after {
	bottom: 0;
	transform: rotate(-45deg);
}

@media only screen and (min-width: 1025px) {
	.header {
		padding-top: 26px;
		padding-bottom: 26px;
	}

	.header .header-logo {
		order: 1;
		width: 25%;
	}

	.header .header-logo img {
		max-width: 300px;
	}

	.header-menu {
		margin-right: 0;
		margin-left: 0;
		order: 2;
		width: 75%;
	}

	.header-menu .header-call {
		margin-right: 0;
		margin-bottom: 0;
		margin-left: 0;
		display: block;
		width: auto;
		text-align: right;
		background-color: transparent;
	}

	.header-menu .header-call strong {
		margin-bottom: 3px;
		padding-top: 0;
		padding-bottom: 0;
		width: 100%;
		font-size: 9px;
		background-color: transparent;
	}

	.header-menu .header-call strong span {
		display: inline-block;
		color: var(--primary-color);
	}

	.header-menu .tel {
		padding-top: 0;
		padding-bottom: 0;
		width: var(--width-100);
		font-size: 28px;
		background-color: transparent;
	}

	.header-menu .tel:hover,
	.header-menu .tel:focus {
		color: var(--primary-color);
	}

	.menuBox {
		padding-top: 0;
		padding-right: 22px;
		padding-bottom: 0;
		padding-left: 0;
		position: unset;
		top: unset;
		left: unset;
		opacity: 1;
		visibility: visible;
		width: auto;
		height: auto;
		background-color: transparent;
		overflow-y: unset;
		overflow-x: unset;
	}

	.menuBox ul > li {
		margin-right: 13px;
		display: inline-block;
	}

	.menuBox ul > li.d-hidden {
		display: none;
	}

	.menuBox ul > li.menu-item-has-children:after {
		display: none;
	}

	.menuBox ul > li > a {
		font-size: 13px;
	}

	.menuBox ul > li > ul {
		padding-top: 9px;
		padding-bottom: 9px;
		position: absolute;
		top: 100%;
		left: 0;
		display: block !important;
		opacity: 0;
		visibility: hidden;
		width: 230px;
		height: auto !important;
		background-color: var(--white-color);
		transition: var(--base-duration);
	}

	.menuBox ul > li > ul > li {
		margin-bottom: 0;
	}

	.menuBox ul > li:hover ul > li > a,
	.menuBox ul > li.active ul > li > a {
		color: var(--heading-color);
	}

	.menuBox ul > li > ul > li > a {
		padding: 6px 15px 6px 30px;
		font-size: 13px;
		color: var(--heading-color);
	}

	.menuBox ul > li > ul > li > a:hover,
	.menuBox ul > li > ul > li > a:focus {
		color: var(--white-color);
		background-color: var(--primary-color);
	}

	.menuBox ul > li > ul > li > a:after {
		display: none;
	}

	.mobileMenu {
		display: none;
	}

	.header.sticky {
		padding-top: 20px;
		background-color: var(--heading-color);
	}

	.header.sticky .header-logo {
		padding-top: 5px;
	}

	.header.sticky .header-logo img {
		max-width: 192px;
	}
}

/* @media only screen and (min-width: 1200px) {
	.header .header-logo img {
		max-width: 100%;
	}
} */

@media only screen and (min-width: 1440px) {
	.header {
		padding-top: 37px;
		padding-bottom: 37px;
	}

	.header-menu .header-call strong {
		font-size: 11px;
		letter-spacing: 1.1px;
	}

	.header-menu .tel {
		font-size: 39px;
	}

	.menuBox {
		padding-top: 10px;
		padding-right: 33px;
	}

	.menuBox ul > li {
		margin-right: 21px;
	}

	.menuBox ul > li > a {
		font-size: 18px;
		letter-spacing: 2px;
	}

	.menuBox ul > li > ul {
		width: 285px;
	}

	.menuBox ul > li > ul > li > a {
		font-size: 18px;
	}
}

/*******************************************************************************************
FOOTER - Layout and general features
*******************************************************************************************/
.footer {
	padding-bottom: 100px;
	position: relative;
}

.footer:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: var(--width-100);
	height: var(--height-100);
	background-color: rgba(26, 24, 24, 0.85);
	content: '';
}

.footer .holder {
	margin: 0 auto;
	position: relative;
	z-index: 2;
	max-width: 1000px;
	align-items: center;
}

.footer .info {
	padding-top: 74px;
	order: 2;
	width: var(--width-100);
}

.footer .info a img{
	height: auto;
}

.footer .form {
	margin-right: -30px;
	margin-left: -30px;
	order: 1;
	width: calc(var(--width-100) + 80px);
}

.footer .footer-logo {
	margin-bottom: 27px;
}

.footer strong {
	margin-bottom: 0;
	display: block;
	line-height: 1.2;
	font-family: var(--heading-font-family);
	font-size: 23px;
	text-transform: capitalize;
	color: var(--white-color);
}

.footer .tel {
	margin-bottom: 19px;
	font-family: var(--heading-font-family);
	font-size: 30px;
	font-weight: 400;
	color: var(--white-color);
	transition: var(--base-duration);
}

.footer .tel:hover,
.footer .tel:focus {
	color: var(--primary-color);
}

.footer .info address {
	margin-bottom: 10px;
	font-family: var(--heading-font-family);
	font-size: 22px;
	line-height: 1.4;
	font-style: normal;
	color: var(--white-color);
}

.footer .info address p {
	font-size: inherit;
}

.footer .mail {
	margin-bottom: 24px;
	font-family: var(--heading-font-family);
	font-size: 22px;
	font-weight: 400;
	color: var(--white-color);
	transition: var(--base-duration);
}

.footer .mail:hover,
.footer .mail:focus {
	color: var(--primary-color);
}

.footer ul {
	margin-bottom: 40px;
}

.footer ul > li > a {
	color: var(--primary-color);
	transition: var(--base-duration);
}

.footer ul > li > a:hover,
.footer ul > li > a:focus {
	color: var(--white-color);
}

.footer .info p {
	margin-bottom: 0;
	font-size: 14px;
	color: var(--white-color);
}

.footer .info p a {
	color: var(--white-color);
	text-decoration: underline;
}

.footer .info p a:hover,
.footer .info p a:focus {
	color: var(--primary-color);
	text-decoration: none;
}

.footer .image {
	position: absolute;
	top: 0;
	left: 0;
	width: var(--width-100);
	height: var(--height-100);
}

.footer .image img {
	width: var(--width-100);
	height: var(--height-100);
	object-fit: cover;
	object-position: center center;
}

.footer.footer-inner {
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
}

.footer.footer-inner .info {
	padding-top: 0;
	padding-right: 0;
	width: 100%;
}

.footer .footer-menu {
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	color: var(--white-color);
}

.footer .footer-menu a {
	color: var(--white-color);
}

.footer .footer-menu a:hover,
.footer .footer-menu a:focus {
	color: var(--primary-color);
}

.footer .footer-menu li {
	display: flex;
	align-items: center;
}

.footer .footer-menu li:not(:last-child):after {
	content: '|';
	margin: 0 5px;
}

@media only screen and (min-width: 768px) {
	.footer {
		padding-top: 100px;
		padding-bottom: 90px;
	}

	.footer .info {
		padding-top: 20px;
		padding-right: 30px;
		order: 1;
		width: 50%;
	}

	.footer .form {
		margin-right: 0;
		margin-left: 0;
		order: 2;
		width: 50%;
	}

	.footer .card-form {
		margin-left: auto;
		max-width: 521px;
	}
}

@media only screen and (min-width: 1024px) {
	.footer {
		padding-top: 185px;
	}
}

/* FEATURES > Accordion */
.accordion-item {
	border-bottom: 1px solid var(--gray-color-500);
}

.accordion-item > h3 {
	margin-bottom: 0;
}

.accordion-item-title {
	padding: 20px 0;
	font-size: 1.375rem;
	width: 100%;
	margin: 0;
	position: relative;
	cursor: pointer;
	font-weight: 500;
	color: var(--alternate-color);
	line-height: 1.2;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	border: 0;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	transition: background 200ms ease-out;
	background: transparent;
}

.accordion-item-title::after {
	content: '\2b';
	font-family: var(--font-family-icon);
	line-height: 30px;
	width: 30px;
	height: 30px;
	font-weight: bold;
	font-size: 1.2rem;
	text-align: center;
	color: var(--primary-color);
}

.accordion-item.active:focus {
	outline: none;
}

.accordion-item-title:hover,
.accordion-item-title:focus {
	background: var(--color-light-gray);
	color: var(--alternate-color);
}

.accordion-item-title:focus:not(:focus-visible) {
	outline: none;
}

.accordion-item.active .accordion-item-title::after {
	content: '\f068';
}

.accordion-item-content {
	display: none;
}

.accordion-item.active .accordion-item-content {
	display: block;
	-webkit-animation: fadeIn 200ms both;
	animation: fadeIn 200ms both;
}

.accordion-item-content > *:last-child {
	margin-bottom: 35px;
}

/* FEATURES > Quotes */
blockquote {
	font-style: italic;
	position: relative;
	margin: 0 0 40px;
	padding-top: 20px;
	padding-left: 80px;
	border-left: 5px solid var(--alternate-color);
}

blockquote p {
	margin: 0;
}

blockquote::before {
	content: '\f10d';
	font-family: 'Font Awesome 6 Pro';
	position: absolute;
	top: 1%;
	left: 3%;
	font-size: 2.7rem;
	opacity: 1;
	color: var(--alternate-color);
	font-style: normal;
	font-weight: 700;
}

.ps219sw17 {
	color: blue; 
}

/* FEATURES > Video Gallery */
.videos-single {
	position: relative;
	width: 100%;
	min-height: 225px;
	margin-bottom: 120px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	-ms-background-position-x: 100%;
	background-position-x: 100%;
	text-decoration: none;
}

.videos-single:hover::before,
.videos-single:focus::before {
	opacity: 0.6;
}

.videos-single::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: var(--color-pure-black);
	opacity: 0;
	transition: opacity 200ms ease-out;
}

.videos-single h2 {
	position: absolute;
	top: 100%;
	width: 100%;
	min-height: 75px;
	max-height: 75px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-color: var(--color-secondary);
	color: var(--white-color);
	font-size: 1.1rem;
	padding: 10px 20px;
	margin: 0;
	transition: background-color 200ms ease-out;
}

.videos-single:hover h2,
.videos-single:focus h2 {
	background-color: var(--alternate-color);
}

@media screen and (min-width: 640px) {
	.videos-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 100px;
		grid-column-gap: 20px;
	}

	.videos-single {
		margin: 0;
	}
}

@media screen and (min-width: 1025px) {
	.videos-container {
		grid-template-columns: repeat(3, 1fr);
		margin-bottom: 50px;
	}
}

/* FEATURES > YouTube Player */
.youtube-player {
	position: relative;
	padding-bottom: 56.23%;
	/* Use 75% for 4:3 videos */
	height: 0;
	max-width: 100%;
	background: var(--color-pure-black);
	margin: 0 0 15px;
}

.youtube-player-inner {
	width: 100%;
	height: 100%;
	content: '';
	overflow: hidden;
	position: absolute;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}

.youtube-player-inner::after,
.videos-single::after {
	content: '\f04b';
	font-family: 'Font Awesome 6 Pro';
	font-size: 17px;
	display: flex;
	margin: 0 auto;
	font-weight: bold;
	transition: all 150ms ease-out;
	color: var(--white-color);
	pointer-events: none;
	z-index: 1;
	width: 54px;
	height: 54px;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50px;
	background-color: rgba(173, 122, 29, 0.89);
	transform: translate(-50%, -50%);
}

.youtube-player-inner:hover::after,
.youtube-player-inner:focus::after,
.videos-single:hover::after,
.videos-single:focus::after {
	color: var(--white-color);
	background: var(--primary-color);
}

.youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

.youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	object-fit: cover;
	object-position: center center;
	transition: all 200ms ease-out;
}

/* FEATURES > Social Link Lists */
.social-links {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.social-links a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 19px;
	text-decoration: none;
}

.social-links a img {
	width: calc(100% - 8px);
	height: calc(100% - 8px);
}

.social-links a:hover,
.social-links a:focus {
	color: var(--color-alternate);
}

.social-links li:not(:last-child) {
	margin-right: 20px;
}

/*******************************************************************************************
ANIMATIONS - Ready-to-go animation classes
*******************************************************************************************/
.animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.fast {
	-webkit-animation-duration: 600ms;
	animation-duration: 600ms;
}

.animated.slow {
	-webkit-animation-duration: 2000ms;
	animation-duration: 2000ms;
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.fadeInUpSlight {
	-webkit-animation-name: fadeInUpSlight;
	animation-name: fadeInUpSlight;
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

.fadeInRightSlight {
	-webkit-animation-name: fadeInRightSlight;
	animation-name: fadeInRightSlight;
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

.fadeInDownSlight {
	-webkit-animation-name: fadeInDownSlight;
	animation-name: fadeInDownSlight;
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.fadeInLeftSlight {
	-webkit-animation-name: fadeInLeftSlight;
	animation-name: fadeInLeftSlight;
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes fadeInUpSlight {
	from {
		opacity: 0;
		transform: translate3d(0, 10%, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInUpSlight {
	from {
		opacity: 0;
		transform: translate3d(0, 10%, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes fadeInRightSlight {
	from {
		opacity: 0;
		transform: translate3d(10%, 0, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInRightSlight {
	from {
		opacity: 0;
		transform: translate3d(10%, 0, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes fadeInDownSlight {
	from {
		opacity: 0;
		transform: translate3d(0, -10%, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInDownSlight {
	from {
		opacity: 0;
		transform: translate3d(0, -10%, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes fadeInLeftSlight {
	from {
		opacity: 0;
		transform: translate3d(-10%, 0, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInLeftSlight {
	from {
		opacity: 0;
		transform: translate3d(-10%, 0, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes slideInUp {
	from {
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	to {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInUp {
	from {
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	to {
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes slideInRight {
	from {
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	to {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInRight {
	from {
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	to {
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes slideInDown {
	from {
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown {
	from {
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes slideInLeft {
	from {
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	to {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInLeft {
	from {
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	to {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes menuSlideRight {
	from {
		opacity: 0;
		margin-left: -10px;
	}

	to {
		opacity: 1;
		margin-left: 0;
	}
}

@-webkit-keyframes menuSlideRight {
	from {
		opacity: 0;
		margin-left: -10px;
	}

	to {
		opacity: 1;
		margin-left: 0;
	}
}

@keyframes menuSlideDown {
	from {
		opacity: 0;
		margin-top: -10px;
	}

	to {
		opacity: 1;
		margin-top: 0;
	}
}

@-webkit-keyframes menuSlideDown {
	from {
		opacity: 0;
		margin-top: -10px;
	}

	to {
		opacity: 1;
		margin-top: 0;
	}
}

/*******************************************************************************************
MODULES - General styling for repeatable blocks
*******************************************************************************************/
.module {
	padding: 50px 0;
}

main .column .module .column {
	padding-left: 0;
	padding-right: 0;
}

.module-dark {
	background: var(--alternate-color);
}

h2.module-title {
	margin-bottom: 60px;
}

.modules-showcase .module-title {
	display: block;
}

.box-icon {
	margin: 0;
}

.box-icon::before {
	content: '\f073';
	font-family: 'Font Awesome 6 Pro';
	width: 50px;
	line-height: 50px;
	font-size: 2rem;
	font-weight: 700;
	display: block;
	text-align: center;
	color: var(--alternate-color);
	margin: 0 auto;
}

.content-selector {
	cursor: pointer;
	transition: background 200ms ease-out;
}

.content-selector:hover,
.content-selector:focus {
	background: var(--gray-color-400);
}

.modules-skip {
	justify-content: center;
	flex-wrap: wrap;
}

.modules-skip button {
	margin: 0 5px 5px 0;
}
